body {
    color: #272b41;
    font-family: 3em;
    font-size: 1.05rem;
    height: 100%;
    overflow-x: hidden;
    font-family: Poppins,sans-serif;
}
.topbar {
    background-color: #223645;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
}
.useliks {
    color: #aeb4b6;
    font-size: 18px;
    text-decoration: underline;
}
input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.top-container {
    background-color: white;
    padding: 5px 30px 0 30px;
    text-align: center;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 225px !important;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}
ul.main-nav {
    padding: 0;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    margin: 0 0 -3px 0;
}
.main-nav li {
    display: block;
    position: relative;
}
.main-nav>li {
    margin-right: 30px;
}
.main-nav>li>a {
    line-height: 85px;
    padding: 0 !important;
}
.main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.top-menu-item {
    font-size: 20px!important;
    font-weight: bold;
}
.top-menu-item:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 2px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #1585db;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.top-menu-item:hover:after {
    width: 100%;
    left: 0;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-top: 5px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}
.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-contact-img {
    display: inline-block;
}
.btn-primary {
    background-color: #1585db;
    border: 1px solid #1585db;
    color: white;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}
.btn-warning {
    background-color: #E5B216;
    border: 1px solid #E5B216;
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}
a {
    color: #223645;
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show>.btn-primary.dropdown-toggle {
    background-color: #1585db;
    border-color: #1585db;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}

/*footer css start*/
footer.footer {
    margin-top: 0;
}
.footer {
    background-color: #223645;
}
.footer {
    border-top: 1px solid #DDD;
    margin: 20px 0 10px;
    padding-top: 10px;
    font-size: 12px;
}
.footer .footer-top {
    padding: 80px 0;
}
.footer-container-fluid {
    width: 90%;
    margin: 0 auto;
}
.footer-top .footer-widget.footer-about {
    width: auto !important;
}
.footer .footer-widget .footer-logo {
    width: 50%;
}
.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
    text-align: center;
}
.footer-about-content {
    width: 100% !important;
}
.footer .footer-widget .footer-about-content p {
    color: #fff;
}
.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.footer .footer-menu ul li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}
.footer-bottom {
    border-top: 1px solid #1663a6;
}
.footer .footer-bottom .copyright {
    padding: 30px 0;
}
.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}
.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .social-icon ul li {
    margin-right: 15px;
}
.footer .social-icon ul li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
}
/*end*/


/*body css start*/
.pt-70.pb-70 {
    padding: 70px 0px;
}
section.form-sec {
    background: #F8F9FA;
}
.progress-bar-item {
    display: flex;
    position: relative;
    margin-bottom: 0;
    justify-content: space-between;
    gap: 5px;
}
.step-form-sec {
    margin-top: 0;
    padding: 30px 20px;
    border-radius: 0px 0px 4px 4px;
    background: #fff;
    border: 1px solid #3498db;
    margin-top: -1px;
}
.progress-bar-item {
    height: auto;
    padding: 0px 0px;
    text-align: center;
    border: 0;
    border-radius: 5px 5px 0px 0px;
    background: transparent;
}
.progress-bar-item {
    background: #8ebfe1;
    padding: 21px;
    padding-bottom: 0;
}
.progress-step {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    position: relative;
    border: 1px solid #3498db;
    padding: 5px;
    font-weight: 600;
}
/*.progress-step {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background: #ccc;*/
/*    border-radius: 50%;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*}*/
.progress-step {
    width: 100%;
    background: #8ebfe1;
    border-radius: 4px 4px 0px 0px;
    z-index: 2;
    position: relative;
    padding: 13px 0px;
    line-height: 28px;
    border-bottom: 0;
    color: #fff;
}
.progress-step:after {
    display: none;
}
.progress-step-active {
    background: #3498db !important;
    color: #fff !important;
    border: 0;
}
.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
}

/*.progress-step-active {*/
/*    background: #223645;*/
/*}*/
.form-step {
    display: none;
}

.form-step-active {
    display: block;
}

.btn {
    padding: 10px 20px;
    background: #3498db !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    background: #2980b9;
}

.btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
/*.progress-bar-item:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 93%;*/
/*    height: 4px;*/
/*    background: #cccccc;*/
/*    left: 36px;*/
/*    right: 000;*/
/*    top: 28px;*/
/*}*/
.input-error {
    border: 1px solid red;
}
.error-text {
    color: red;
    font-size: 15px;
    margin-top: 9px;
}ut-field .custom-field {
    width: 100%;
    padding: 13px;
    color: #000;
    font-family: 'Poppins';
    border-radius: 4px;
    border: 1px solid #dedede;
}
.input-field .custom-field {
    width: 100% !important;
    padding: 13px;
    color: #000;
    font-family: 'Poppins';
    border-radius: 4px;
    border: 1px solid #dedede;
}
/*.input-field {*/
/*    margin-bottom: 15px;*/
/*}*/
.input-field label {
    width: 100%;
    font-weight: 600;
    font-size: .9rem;
    display: block;
    margin: 22px 0 6px 0;
    color: #223645;
    font-family: 'Poppins', sans-serif !important;
}
.card-body {
    font-size: 16px;
    color: #7A8A9E !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0em !important;
}
.error-text {
    color: red;
    font-size: 15px;
    margin-top: 9px;
}
.top-heading-item {
    margin-bottom: 24px;
}
.top-heading-item h2 {
    color: #223645 !important;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins';
}
.form-step p {
    color: #7A8A9E !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0em !important;
}
.checkbox-item {
    margin-bottom: 15px;
}
.checkbox-item h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.upload-btn-wrapper {
    margin-bottom: 20px;
}
.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-preview {
    width: calc(33.333% - 20px);
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-preview video {
    width: 100%;
    height: 190px;
    display: block;
}
.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialists-form-section  p {
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-weight: 500;
}
.specialists-form-section {
    display: none;
}
div#progress {
    display: none;
}
.btn-warning {
    background-color: #E5B216 !important;
    border: 1px solid #E5B216;
}
/*end*/

/*23-09-2024 css start*/
.menu-header {
    display: none;
}

/*end*/

@media(max-wdth:1024px){
    .menu-header {
        display: flex;
    }
}
@media(max-width:767px){
    .progress-step {
        padding: 13px 5px;
        font-size: 11px;
        line-height: 16px;
    }
    .progress {
        position: absolute;
        top: 32%;
        left: 39px;
        height: 4px;
        background: #223645;
        transition: width 0.3s;
        transform: translateY(-50%);
        z-index: 1;
    }
    .progress-step:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #ccc;
        top: 32px;
        right: -17px;
    }
    .progress-step:last-child:before {
        display: none;
    }
    .progress-bar-item {
        gap: 16px;
    }
    .mobile-header {
        display: none;
        margin-top: 17px;
    }
    /*23-09-2024 css start*/
    .input-field .custom-field {
        font-size:15px;
    }
    /*end*/
}


/*18-09-2024 css start*/
.input-field h4 {
    font-size: 18px;
    color: #7A8A9E !important;
}
.input-field ol li {
    color: #7A8A9E !important;
}
label.file-label {
    margin-top: 0;
}
/*end*/