html,
body {
    font-family: "Roboto Condensed", sans-serif !important;
}

body {
    background-color: #ffffff;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    padding: 0;
}


/* Header Css */


/* Header Sec */

.header_sec .t_header .des {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.header_sec .t_header {
    background: #146FD3;
    padding: 12px 0;
}

.header_sec.sticky .t_header {
    display: none;
}

.header_sec {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #ddddddaa;
}

.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #eaeaea;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header_sec .top_sec {
    background: #12B7E7;
    padding: 13px;
}

.header_sec .top_sec .container {
    display: flex;
    justify-content: space-between;
}

.header_sec .top_sec .left_sec a {
    color: #FDFDFD;
    text-decoration: none;
    margin-right: 14px;
    border-right: 1px solid #fff;
    padding-right: 14px;
    font-size: 20px;
}

.header_sec .top_sec .left_sec a i {
    margin-right: 14px;
}

.header_sec .top_sec .left_sec a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.header_sec .top_sec .social_sec .f_social_sec a {
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
}

.header_sec .top_sec .social_sec .f_social_sec a:hover {
    color: #b3eeff;
}

.header_sec .container {
    position: relative;
}

.header_sec .logo {
    width: 140px;
}

.header_sec .nave_sec .nav_list {
    justify-content: center;
}

.header_sec .navbar {
    padding: 0;
}

.header_sec .nave_sec .navbar-nav li a {
    padding: 0 14px;
    color: #333333;
    font-size: 20px;
    line-height: 15px;
    border-right: 1px solid #333333;
}

.header_sec .nave_sec .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0;
}

.header_sec .nave_sec .navbar-nav li a.active,
.header_sec .nave_sec .navbar-nav li a:hover {
    color: #27cbee;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}

.header_sec .nave_sec .navbar-nav li a:active {
    background: #fff;
}

.header_sec .nave_sec .appointment_btn {
    color: #fff;
    display: flex;
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgba(39, 203, 238, 1) 100%);
    font-size: 24px;
    padding: 23px 24px;
    align-items: center;
    font-weight: 600;
    margin-left: 24px;
    text-decoration: none;
}

.header_sec .nave_sec .appointment_btn:hover {
    background: rgb(20, 111, 211);
}

.header_sec .nave_sec .appointment_btn img {
    width: 24px;
    margin-right: 10px;
}

.header_sec .nave_sec .navbar-nav {
    align-items: center;
}

.header_sec .logo img {
    width: 100%;
}


/* Header Sec */


/* Footer Sec */


/* Footer Sec */

.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
    display: block;
    width: 140px;
    margin-bottom: 30px;
}

.footer-wrapper .footer_sec .f_content.quick_link {
    padding-left: 40px;
}

.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo img {
    width: 170px;
}

.footer-wrapper .footer_sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(77, 212, 241, 1) 100%);
    padding: 60px 0;
}

.footer-wrapper .footer_sec .f_title {
    font-size: 30px;
    margin-bottom: 28px;
    color: #021929;
    position: relative;
    padding-bottom: 18px;
}

.footer-wrapper .footer_sec .f_title:after {
    content: "";
    background: #021929;
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 0;
    height: 3px;
}

.footer-wrapper .footer_sec .f_list {
    padding: 0;
}

.footer-wrapper .footer_sec .f_list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-wrapper .footer_sec .f_list li a {
    color: #54595F;
    text-decoration: none;
    font-size: 20px;
}

.footer-wrapper .footer_sec .f_list li a:hover {
    color: #27cbee;
}

.footer-wrapper .footer_sec .f_list li a img {
    width: 19px;
    margin-right: 20px;
}

.footer-wrapper .footer_sec .f_content .des {
    color: #54595F;
    line-height: 31px;
    font-size: 18px;
    margin: 0;
}

.footer-wrapper .footer_sec .f_content .f_social_sec a {
    margin-right: 10px;
}

.footer-wrapper .footer_sec .f_contact_content {
    display: flex;
    margin-bottom: 16px;
}

.footer-wrapper .footer_sec .f_contact_content i {
    margin-top: 6px;
    margin-right: 20px;
    color: #54595F;
    font-size: 20px;
}

.footer-wrapper .footer_sec .f_contact_content a {
    color: #54595F;
    text-decoration: none;
    font-size: 20px;
}

.footer-wrapper .footer_sec .f_content .f_social_sec a i {
    color: #54595F;
    font-size: 24px;
}

.footer-wrapper .footer_sec .f_content .f_social_sec a i:hover,
.footer-wrapper .footer_sec .f_contact_content a:hover {
    color: #27cbee;
}

.footer-wrapper .footer_bottom {
    background: #3BC0DD;
    text-align: center;
    padding: 14px 0;
}

.footer-wrapper .footer_bottom .des {
    margin: 0;
    color: #fff;
    font-size: 18px;
}


/* Footer Sec */


/* Header Css */

.form-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 240px;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_sec .t_header .des .click_here {
    background: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #146fd3;
    border: 1px solid #146fd3;
}

.header_sec .t_header .des .click_here:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgba(39, 203, 238, 1) 100%);
    color: #fff;
    border: 1px solid #fff;
}

.header-section {
    margin-bottom: 30px;
}

.logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.logo-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.company-name {
    font-size: 28px;
    font-weight: bold;
    color: #0d6efd;
    font-family: "Roboto Condensed", sans-serif !important;
}

.contact-info {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.divider {
    border-top: 2px solid #0d6efd;
    margin: 20px 0;
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #146FD3;
    margin: 20px 0 30px 0;
    font-family: "Roboto Condensed", sans-serif;
}

.section-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #146FD3;
    margin: 30px 0 20px 0;
    font-family: "Roboto Condensed", sans-serif !important;
}

.source-checkboxes .form-check-input:checked,
.source-checkboxes .form-container form input:focus {
    background-color: #146FD3;
    border-color: #146FD3;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.form-control,
.form-select {
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.role-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.form-check {
    padding-left: 0;
    margin-bottom: 10px;
}

.form-check-input {
    margin-top: 0.3em;
    margin-right: 8px;
}

.form-check-label {
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif !important;
}

.rating-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.rating-table th,
.rating-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #dee2e6;
    font-family: "Roboto Condensed", sans-serif !important;
}

.rating-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #146FD3;
}

.rating-table td:first-child {
    text-align: left;
    font-weight: 600;
    background-color: #f8f9fa;
}

.rating-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback-textarea {
    min-height: 200px;
    margin: 20px 0;
    font-family: "Roboto Condensed", sans-serif !important;
}

.source-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
}

.info-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}

.info-section p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
    font-family: "Roboto Condensed", sans-serif !important;
}

.btn-submit {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgba(39, 203, 238, 1) 100%);
    color: white;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.btn-submit:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(22 119 214) 100%);
    color: #fff;
}

.form-container form input:focus,
.form-container form .feedback-textarea {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.form-container form .role-selection .form-check input {
    margin-left: 0;
    border: 1px solid #ced4da;
}

.source-checkboxes .form-check .form-check-input {
    margin-left: 0;
    border: 1px solid #ced4da;
    margin-top: 3px;
}

.source-checkboxes .form-check .form-check-input:focus {
    border: 1px solid #146FD3;
}


/* 1200px */

@media only screen and (max-width: 1200px) {
    .header_sec .t_header .des {
        font-size: 16px;
    }
}


/* 991px */

@media only screen and (max-width: 991px) {
    .header_sec .t_header .des .click_here {
        margin-top: 6px;
        display: inline-block;
    }
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 10px;
        font-size: 16px;
    }
    .header_sec .nave_sec .navbar-nav li a.appointment_btn {
        font-size: 22px;
        padding: 23px 16px;
    }
    .header_sec .nave_sec .appointment_btn img {
        width: 18px;
        margin-right: 8px;
    }
    .header_sec .logo {
        width: 100px;
    }
    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 20px 12px;
        margin-left: 10px;
    }
    .contact-info {
        width: 50%;
    }
    /* Footer Sec */
    .footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
        margin: 0 auto 30px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
        margin-bottom: 70px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    /* Footer Sec */
}


/* 767px */

@media only screen and (max-width: 767px) {
    /* Header Sec */
    .header_sec .t_header .des {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .header_sec .t_header .des {
        font-size: 16px;
        line-height: 1.8;
    }
    .header_sec.sticky {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_sec .top_sec .left_sec a {
        font-size: 16px;
        line-height: 18px;
    }
    .header_sec .top_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .header_sec .navbar {
        padding: 0;
    }
    .header_sec .navbar-toggler {
        background: #12b7e7;
        border: none;
        border-radius: 3px;
        padding: 0;
        width: 40px;
        height: 34px;
        /* float: right; */
        margin-left: auto;
    }
    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 12px 14px;
        margin-left: 10px;
    }
    .header_sec .nave_sec .appointment_btn span {
        display: none;
    }
    .header_sec .nave_sec .appointment_btn img {
        width: 24px;
        margin: 0;
    }
    .header_sec .navbar-toggler:focus {
        box-shadow: none;
    }
    .header_sec .navbar-toggler span i {
        color: #fff;
    }
    .header_sec .navbar .nave_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #146fd3;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .header_sec .navbar .nave_sec .nav_list.show .navbar-nav,
    .header_sec .navbar .nave_sec .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li {
        width: 100%;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a {
        color: #fff;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #7c89f7;
        padding: 10px 13px;
        line-height: 1.5;
        border-right: none;
    }
    .header_sec .nave_sec .navbar-nav li:last-child a {
        border-bottom: 1px solid #7c89f7 !important;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #abb4ff;
        background: none;
    }
    .header_sec .top_sec .left_sec {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .header_sec .top_sec .social_sec .f_social_sec {
        text-align: center;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li.dropdown .dropdown-menu li a {
        background: #1123bf;
    }
    /* Header Sec */
    .form-container {
        margin-top: 280px;
    }
    /* Footer Sec */
    .footer-wrapper .footer_contact_sec .container {
        padding: 30px 12px;
        flex-direction: column;
    }
    .footer-wrapper .footer_contact_sec .f_logo {
        width: 28%;
        margin-bottom: 20px;
    }
    .footer-wrapper .footer_contact_sec .f_contact {
        align-items: start;
    }
    .footer-wrapper .footer_contact_sec .f_contact .phone_icon {
        width: 34px;
        margin-right: 22px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_list {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_social_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title:after {
        bottom: 0;
        width: 20%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer-wrapper .footer_sec .f_contact_content {
        justify-content: center;
    }
    /* Footer Sec */
}


/* Mobile Responsiveness */

@media (max-width: 768px) {
    .header-section {
        flex-direction: column;
    }
    .form-container {
        padding: 15px;
    }
    .company-name {
        font-size: 20px;
    }
    .logo-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .form-title {
        font-size: 20px;
    }
    .contact-info {
        font-size: 12px;
    }
    .contact-info {
        width: 100%;
        text-align: center;
    }
    .logo-section {
        margin-bottom: 6px;
        justify-content: center;
    }
    .role-selection {
        flex-direction: column;
        gap: 10px;
    }
    .rating-table {
        font-size: 12px;
    }
    .rating-table th,
    .rating-table td {
        padding: 8px 4px;
    }
    .source-checkboxes {
        flex-direction: column;
        gap: 15px;
    }
    .info-section {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .header-section {
        display: none;
    }
    .divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .rating-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .rating-table th,
    .rating-table td {
        padding: 6px 3px;
        font-size: 11px;
    }
}