section.feedback-form {
    margin: 77px 0 0 0;
    background: #f8f8ff;
    padding: 70px 0;
}

section.feedback-form .inner-main {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    width: 95%;
    margin: 0 auto;
    transition: ease all 0.8s;
}
section.feedback-form .inner-main:hover {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.24);
}
.About-heading {
    color: #333333;
    font-size: 44px;
    margin: 0 0 18px 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
}
.About-heading span {
    color: #0093fb;
}
section.feedback-form .inner-main p {
    color: #666666;
    font-size: 17px;
    margin: 0;
    font-family: 'Poppins' !important;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}
.inner-check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 3px;
}

.inner-check label {
    margin: 0;
    width: auto !important;
    position: relative;
    font-size: 13px !important;
    color: #687c8b !important;
}
section form .form-group {
    width: 100% !important;
}

section.feedback-form form .form-group p {
    text-align: left;
    font-size: 12px;
    line-height: initial;
    color: #a7b6c0;
    margin-bottom: 10px;
    font-family: Montserrat !important;
}
section form .form-group .form-control:focus {
    border: 2px solid #0093fb;
}

section form .form-group textarea.form-control {
    height: 150px;
    resize: unset;
}
section form .form-group .form-control {
    border-radius: 0;
    height: 45px;
    border-color: #f5eeee;
    box-shadow: none;
    margin-top: 4px;
}

.inner-check input {
    margin: 0;
    display: none;
}

.inner-check label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #dedede;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
}

input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5.3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

section form .form-group label {
    font-weight: 400;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    color: #596d7b;
    margin-bottom: 5px;
}
section button.btn:hover {
    background: white;
    color: #0093fb !important;
}

section button.btn:hover span:last-child {
    background: #0093fb;
}

section button.btn:hover span:last-child::before {
    background-image: url(../images/home/next-2.png);
}
section button.btn {
    background: #0093FB;
    color: #ffffff !important;
    width: 170px;
    height: 55px;
    border: 2px solid #0093FB;
    margin: 0;
    border-radius: 100px;
    padding: 8px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    transition: ease all 0.5s;
    text-transform: uppercase;
}

section button.btn span:last-child::before {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/home/next.png);
    background-repeat: no-repeat;
}

section button.btn span:last-child {
    width: 36px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

section button.btn span {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    padding-left: 8px;
}
section.feedback-form .inner-main form {
    margin-top: 15px;
}
section span.line {
    border: 0.5px dashed #ddd;
    width: calc(100% - 170px);
    display: inline-block;
    float: none;
    vertical-align: middle;
}

@media (min-width:320px) and (max-width:767px) {
section.feedback-form {
    padding: 20px 0;
    margin: 0;
}
section.feedback-form .inner-main {
    width: 100%;
}
.About-heading {
    font-size: 22px;
}
section.feedback-form .inner-main p {
    font-size: 14px;
    line-height: 20px;
}
section button.btn {
    width: 160px;
    height: 50px;
    padding: 5.5px;
}
section form .form-group label {
    font-size: 13px;
}
section.feedback-form .inner-main {
    padding: 20px;
}
.inner-check {
    margin-right: 15px;
}

}

@media (min-width:480px) and (max-width:767px) {
section.feedback-form {
    padding: 20px 0;
    margin: 53px 0 0;
}
}

@media (min-width:768px) and (max-width:1023px) {
section.feedback-form {
    padding: 40px 0;
}
.About-heading {
    font-size: 30px;
}

}
