.popup_form span.form-error

{

    color: #dc3545 !important;

}



.bookApn{

    font-size: 16px !important;

    color: #00AEEF !important;

    background-color: #fff !important;

    text-transform: capitalize !important;

    border: 1px solid !important;

    padding: 5px 15px !important;

    border-radius: 5px !important;

    margin: 2px !important;

    display: inline-block !important;

}

.SumoSelect {

    display: block !important;

    width: 100% !important;

    border-radius: 8px !important;

}



.SumoSelect>.CaptionCont.sumoselect_dropdown

{

    border-radius : 5px !important;

}

.SumoSelect>.CaptionCont.sumoselect_dropdown.error

{



border-color: rgb(185, 74, 72) !important;

}



.SumoSelect p.error

{

    border-color: rgb(185, 74, 72) !important;

}

.popup_form input[type="text"]

{

    padding: 5px 10px;

    margin-bottom: 0px !important;

    margin-top: 20px !important;

}

.popup_form textarea

{

    padding: 5px 10px;

    margin-bottom: 0px !important;

    margin-top: 20px !important;

}



.help-block{

    color: red;

}



.Inquiryform input[type="text"]

{

    border: 1px solid rgb(127, 128, 128, 0.5);

    border-radius: 5px;

    height: 50px;

    padding: 5px 10px;

    font-size: 16px;

    background: #fff;

}



.Inquiryform input:read-only

{

    background-color: #e9ecef !important;

}



.Inquiryform input[type="checkbox"]

{

    border: 1px solid rgb(127, 128, 128, 0.5);

    border-radius: 5px;

    font-size: 16px;

    background: #fff;

}



.Inquiryform textarea {

    border: 1px solid rgb(127, 128, 128, 0.5);

    border-radius: 5px;

    height: 100px;

    padding: 5px 10px;

    resize: none;

    background: #fff;

}



.Inquiryform input:focus,

.Inquiryform select:focus,

.Inquiryform textarea:focus {

    border: 1px solid #00AEEF;

}



.Inquiryform select {

    border: 1px solid rgb(127, 128, 128, 0.5);

    border-radius: 5px;

    height: 50px;

    padding: 5px 10px;

    font-size: 16px;

    background: #fff;

}

/* Sumo select */



.SumoSelect>.CaptionCont>span

{

    padding: 7px;

}

.SumoSelect .select-all {



    padding: 2px 0 3px 36px !important;

    margin-bottom: 1px !important;

    padding-bottom: 25px !important;

}





.Inquiryform .SumoSelect {

    width: 100%;

}



.Inquiryform span.form-error

{

    color: #dc3545 !important;

}

button.saveBtn

{

    background-color: #F7931D !important;

    border: none !important;

}



.Inquiryform button.saveBtn:focus

{

    box-shadow: none;

}

.Inquiryform button.saveBtn:hover

{

    background-color: #009ef7;

}



/* Location Table  */

table.table-bordered.datatable thead tr:first-child th, table.table-bordered.datatable thead tr:first-child td {

    border-top-width: 1px;

    background-color: #29879e;

    font-weight: bold;

    color: white;

}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {

    border: 1px solid #1bcfb4;

    color: #ffffff;

}

.badge {

    border-radius: 0.125rem;

    font-size: 11px;

    font-weight: initial;

    line-height: 1;

    padding: 0.375rem 0.5625rem;

}

.badge-success

{

    background-color: #1bcfb4;

}



/* Preview Table */

.thHeding

{

    border-top-width: 1px;

    background-color: #29879e !important;

    font-weight: bold;

    color: whitesmoke;



}



.content-header {

    padding: 12px 42px 0px 35px;

    border-bottom: 1px solid #cfcf;

}



/* header {

    z-index: 9999;

} */



.customteam{

    padding-top: 150px;

}

.sw .toolbar>.sw-btn{

    background-color: #F7931D;

    border: 1px solid #F7931D;

    transition: all 300ms ease-in-out;

}



.sw .toolbar>.sw-btn:hover{

    background-color: #00AEEF;

    border-color: #00AEEF;

}

.sw .toolbar>.sw-btn:focus{

    box-shadow: none;

}



.sw-theme-dots>.nav .nav-link>.num {

    top: -30%;

    transform: translateY(-50%);

}

.sw-theme-dots>.nav .nav-link::after{

    border-width: 4px;

}

.sw-theme-dots>.nav-progress::after{

    background-color: #00AEEF;

}

.sw .toolbar{

    text-align: center;

}

.sw .toolbar>.sw-btn.sw-btn-prev{

    background-color: transparent;

    border: 1px solid #F7931D;

    color: #000000;

    font-weight: 500;

}

.sw-theme-dots>.nav-progress::after {

    top: 30%;

    transform: translateY(-50%);

}

.sw>.tab-content {

    height: 100% !important;

}







/* List Price Table */



.boxdiv {

    display: flex;

    justify-content: space-around;

    /* justify-content: space-between; */

    flex-wrap: wrap;

}



.planbox {

    width: 31%;

    box-shadow: 0 0 10px #ddd;

    padding: 35px 25px 25px 25px;

    text-align: center;

    position: relative;

    overflow: hidden;

}



.planbox span {

    width: 80px;

    height: 80px;

    line-height: 80px;

    border-radius: 50%;

    background: #44b9d5;

    display: inline-block;

    color: #fff;

    font-size: 36px;

}



.planbox aside {

    font-size: 24px;

    text-transform: capitalize;

    color: #29879e;

    text-align: center;

    margin: 30px 0;

}



.planbox aside small {

    display: block;

    font-size: 20px;

}



.planbox label {

    font-size: 26px;

    color: #fff;

    background: #44b9d5;

    font-weight: bold;

    border: none;

    padding: 10px 35px;

    /* border-radius: 5px; */

}



.offerdiv {

    position: absolute;

    background: #F7931D;

    color: #fff;

    padding: 5px 30px;

    top: 15px;

    left: -30px;

    text-transform: capitalize;

    font-size: 14px;

    font-weight: 500;

    border-radius: 0 0 10px 0;

    transform: rotate(-45deg);

}



.planbox.selected {

    background: #29879e;

}



.planbox.selected aside {

    color: #fff;

}



@media screen and (max-width: 991px) {

    .planbox label {

        font-size: 22px;

        padding: 10px 25px;

    }

}



@media screen and (max-width:767px) {

    .planbox {

        width: 46%;

        margin-bottom: 30px;

    }

    .boxdiv {

        justify-content: space-around;

    }
    .searchBlockbanner{
        margin-top: 0;
    }
    .searchBlockfrom .form-control {
        padding: 12px 5px;
    }
    .searchBlockformbtn {
        padding: 7px 5px !important;
    }
    .searchBlockfrom .CaptionCont{
        padding: 15px 0px !important;
    }
    .searchBlockfrom .SumoSelect>.CaptionCont>span
    {
        padding: 4px;
    }
    .searchBlockfrom .sumo_specialty::before {
        z-index: 1;
    }
    .searchBlockfrom .sumo_specialty::before {
        content: "\f0f1" !important;
        font-family: "Font Awesome 5 Pro" !important;
        position: absolute;
        top: 50% !important;
        right: 15px !important;
        transform: translateY(-50%) !important;
        font-size: 20px !important;
        color: #30869C !important;
    }

}



@media screen and (max-width:525px) {

    .planbox {

        width: 100%;

        margin-bottom: 15px;

    }

}



/* Front-End-Side Loader  */

#loader {

    position: fixed;

    top: 0px;

    right: 0px;

    width: 100%;

    height: 100vh;

    background-color: rgba(0, 0, 0, 0.3);

    background-image: url('../loader.gif');

    background-size: 4%;

    background-repeat: no-repeat;

    background-position: center;

    z-index: 10000000;

}



.bannerform {

    overflow: initial;

}

.bannerform .customchckbox, .bannerform .form-group {

    display: inline-flex;

}

.formbtn{

    width: 100%;

    border-radius: 0px;

    border-top-right-radius: 15px;

    border-bottom-right-radius: 15px;

}



/* .bannerform .form-group:nth-child(2) {

    border-right: 1px solid #dbdbdb;

} */



.mq-place-search

{

    width: 90% !important;

}



/* Button Provider-inquiry  */



.btn-outline-primary

{

    color: #FF9619 !important;

    border-color: #FF9619 !important;

}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {

    background: #ff9619;

    border-color: #FF9619;

    color: #fff !important;

}



.customchckbox label:before {

    border: 1px solid rgb(127, 128, 128, 0.5);

}

.customchckbox input+label:after {

    content: "";

    font-family: "Font Awesome 5 Pro";

    position: absolute;

    top: 50%;

    right: 15px;

    background: #00000030;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

}

.customchckbox input:checked+label:after {

    content: "\f00c";

    color: #ffffff;

    background: #009ef7;

    position: absolute;

    top: 50%;

    right: 15px;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    border: none;

    font-weight: 400;

}

.doctordetail button.bookbtn{

    vertical-align: top;

    margin: 5px;

}



/*-------------------------------------- 10-01-23 --------------------------------------*/



.inner_banner{

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding:150px 15px 30px;

    text-align: center;

    height: 500px;

}

.inner_banner::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #197087;

    mix-blend-mode: multiply;

    z-index: 1;

}

.bannerdetail2{

    margin-top: 0;

}



.bannerdetail2 {

    max-width: 1000px;

}



.bannerdetail2 .formbtn {

    display: table;

    padding: 15px 50px;

    border-radius: 15px;

    margin: auto;

    width: auto;

}



/* ------------------------ 20-01-23 ( Sudhit Changes ) -------------------------- */

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background-color: #F7931D !important;

  }



  #practice p.forDoctorLess, #powervision p.visionLess{

    max-height: 144px;

  }

  #practice p.forDoctorMore, #powervision p.visionMore {

    padding-right: 6px;

  }



  #practice .practicebox, #powervision .practicebox {

    max-width: 445px;

  }



  @media (max-width: 768px){

    #practice .practicebox, #powervision .practicebox {

        margin: auto;

      }



      #practice p.forDoctorLess, #powervision p.visionLess {

        max-height: 120px;

      }

  }



/*-------------------------------------- 20-01-23 ( Sudhit Changes ) --------------------------------------*/

.mw-900px {

    max-width: 900px;

    margin-left: auto;

    margin-right: auto;

}



ul.pointsoff {

    list-style: none;

    padding: 0;

}

ul.pointsoff li {

    background: url('../images/correct.png') no-repeat 0px 4px;

    font-size: 16px;

    /* color: #ffffff; */

    position: relative;

    margin: 18px 0;

    padding-left: 25px;

}

ul.pointsoff li::marker {

    position: absolute;

}

@media (max-width: 768px){

    ul.pointsoff {

        text-align: start;

    }

}



/* --------------------------bhavik changes (23-1-2023)------------------------------------ */

.social_icon 

{

    margin-top: 100px;

    text-align: center;

}



/* -------------------------- Anil (01-2-2023)------------------------------------ */



/* #practice{

    margin-bottom: 80px;

} */

.nobg{

    background: none;

}



.practicevideo.show i {

    position: absolute;

    right: 0;

    bottom: 0;

    background: #fff;

    padding: 5px 15px;

    font-size: 26px;

    border-radius: 20px 0 0 0;

    z-index: 5;

    cursor: pointer;

}

section.add_pad {

    padding: 200px 0;

}



/* ------------------------bhavik (21-03-23)-------------------------------------------- */

.saving_percentage

{

    margin-top: 4%;

    color: #29879e;

}

.selected .saving_percentage

{

    margin-top: 2%;

    color: #fff;

}



.logo {

    letter-spacing: 6px;

}

.logo a {

    display: table;

    color: #00aeef;

    font-size: 16px;

}

.logo a i{

    margin-right: 10px;

}

.ft_contact{

    text-align: right;

}

.ft_contact .contactlist ,

.ft_contact .socialist{

    justify-content: end;

}

.fancybox-container--ready .fancybox-bg {

    opacity: 1 !important;

}

.fancybox-content{

    height:85% !important;

}

.bannerdetail .phone {

    color: #FFFFFF;

    text-align: center;

    font-size: 18px;

    margin-top: 10px;

}







/* css add  16-05-23 */

.teammain {

    height: 100%;

    background: #fff;

    box-shadow: 0px 12px 37px #0000001a;

    border-radius: 15px;

    margin-bottom: 0;

}

.teambox {

    background-color: transparent; 

    border-radius: 0;

    box-shadow: none;

}

.our_team .col-xl-3{

    margin-bottom: 50px;

}

section.comnpadding.Board_Members {

    padding: 0px 0px 50px 0px !important;

}

section.comnpadding.our_team

{

    padding: 50px 0px 25px 0px !important

}

.docpractice

{

    margin-bottom: 50px;

}

.Other_Location {

    margin-bottom: 50px;

}

.loc_add aside {

    width: 85%;

    min-height: 60px;

}



/* ******************05-06-23************* */

.practicetop img {

    width: 60px !important;

    height: 60px !important;

}



/* ********16-6-2023************** */


.location_box,
.speciality_box,
.search-txt{
    /* background-color: rgba(48, 134, 156, 0.1) !important; */
    border: none !important;
    margin-bottom: 15px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: all 400ms ease-in-out;
    position: relative;
    height: 48px !important;
}
.location_box::before{
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;
}
.speciality_box::before{
    content: "\f0f1";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;   
}

.location_box label,
.speciality_box label{
    display: none;
}
.location_box span,
.speciality_box span{
    color: #000 !important;
    font-style: normal !important;
}

@media (min-width: 1200px) {
    .searchBlockbanner.fixed_search {
        position: fixed;
        top: 98px;
        z-index: 1000;
        width: 100%;
    }
}

@media (max-width: 768px){

    .doctor_search

    {

        padding-top: 350px !important;

    }

    #practice {

       background-position: center;

    }

}



@media screen and (max-width: 991px) {

    header {

        position: fixed;

        top: 0;

        left: 0;

        z-index: 99999;

        width: 100%;

    }

}



@media screen and (max-width: 1199px){

    .provider_not_found

    {

        padding: 120px 0 20px !important;

    }

    .doctor_search

    {

        padding-top: 350px !important;

    }

}



/* ------------------------------

    09-08-2023

------------------------------ */

#bannerform .CaptionCont, #bannerform .SumoSelect:hover, #bannerform .SumoSelect:hover>.CaptionCont {
    border: none;
    box-shadow: none;
}

#bannerform .SumoSelect>.CaptionCont>span.placeholder {
    text-align: left;
}

#bannerform .SumoSelect>.CaptionCont>span,#headerform .SumoSelect>.CaptionCont>span {
    color: #1A1A1A;
    text-align: left;
    font-weight: 500 !important;
}

#bannerform .SumoSelect.open>.optWrapper {
    top: 64px;
}

#bannerform .SumoSelect::before{
    content: "\f0f1";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;
    z-index: 1;
}
#bannerform .sumo_location::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;   
}
.banner_specialty_box, .banner_location_box{
    font-size: 16px !important;
}
.banner_specialty_box span, .banner_location_box span{
    font-style: normal !important;
}


#bannerform .sumo_location::before {
    z-index: 1;
}

#bannerform  .SumoSelect>.CaptionCont>label {
    display: none;
}
#bannerform .no-match{
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal !important;
}

/* 14-08-2023 */

ul#cityDataList {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 33.8%;
    left: 34.5%;
    overflow: auto;
    max-height: 250px;
    display: none;
}
#cityDataList > li
{
    cursor: pointer;
}
/* ========== css start here for header 25-10-24 ===== */

.header_two .bannerform {
    max-width: 800px;
    border-radius: 25px;
    gap: 15px;
    padding-left: 15px;
    flex-wrap: wrap;
}

 .header_two .bannerform .form-group{
    width: 44% !important;
 }

 .header_two #header_cityDataList {
    position: absolute;
}
 .header_two .bannerform .form-group:last-child{
    width: 7% !important;
 }
.header_two .searchBlockformbtn i{
    color: #fff !important;
}
.header_two .form-group:last-child{
    justify-content: end;
    padding-right: 6px;
}
.header_two .formbtn {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;  
    padding: 6px 5px !important;
}
.header_two .menu ul {
    /* box-shadow: 0px 0px 10px 0px #00000061 !important; */
    box-shadow: 0px 0px 10px 0px #0000002e !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 0;
    position: absolute !important;
    top: 50px !important;
}
.header_two .menu li a {
    color: #222222;
    /* padding: 8px 10px !important; */
    padding: 8px 20px !important;
    border: none !important;
    text-transform: unset !important;
    font-size: 16px;
    font-weight: 400;
}
.header_two .menu li a:hover{
    background: #eff7f9;
    color: #166478;
}
.header_two #header_cityDataList {
    left: 53.5% !important;
}
@media only screen and (min-width:1200px) and (max-width:1590px){
    .header_two .menu ul {
        top: 68px !important;
    }
    .header_two .bannerform {
        max-width: 650px;
    }
    .header_two #header_cityDataList {
    left: 57.3% !important;
}
.searchBlockfrom .form-control {
    padding: 10px 5px;
    font-size: 14px;
}
#headerform p.CaptionCont.SelectBox.spe_loc_find_doctor.banner_specialty_box.search span {
    font-size: 14px;
}
.header_two .formbtn {
    width: 40px;
    height: 40px;
    padding: 0 !important;
}
.header_two .formbtn  i{
    font-size: 18px;
}
a.company_logo img {
    max-width: 200px;
}
.header_two .bannerform .form-group:nth-child(1) {
    width: 53% !important;
}
.header_two .bannerform .form-group:nth-child(2) {
    width: 35% !important;
}

}
@media screen and (max-width:1190px){

    .header_two .menu ul {
        top: 68px !important;
    }
    .header_two .bannerform {
        max-width: 650px;
    }
    .header_two .bannerform .form-group:nth-child(1){
        width: 50% !important;
    }
    .header_two .bannerform .form-group:nth-child(2){
        width: 36% !important;
    }
    .header_two .bannerform .form-group:nth-child(3){
        width: 36% !important;
    }
      .header_two .bannerform .form-group:last-child {
        width: 8% !important;
    }
    .bannerform .form-control,
    .banner_specialty_box{
        font-size: 15px !important;
        border-radius: 16px !important;
    }
}
@media screen and (max-width: 990px){
    .header_two .bannerform .form-group{
        width: 30% !important;
    }
    .header_two .menu ul {
        top: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .header_two .searchBlockfrom .CaptionCont {
        padding: 6px 0px !important;
    }
    .header_two #header_cityDataList {
          width: auto !important;
          left: 35% !important;
          top: 100% !important;
     }
}
/* ========== css end here for header 25-10-24 ===== */

@media (max-width: 768px){
    ul#cityDataList {
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 33.8%;
        left: 0%;
        overflow: auto;
        max-height: 250px;
        display: none;
        z-index: 1;
        width: 100%;
    }
}

/* ----------------------Changes Date 07-06-24--------------------------------------- */

/* .searchBlockbanner
{
    height: calc(20vh - 0px) !important;
    padding: 10px 5px;
    background-color: #166478;
} */
.searchBlockbanner {
    padding: 20px 5px;
    background-color: #166478;
    height: auto;
}
.searchBlockformbtn
{
    padding: 10px 5px !important;
}
.searchBlockfrom .form-control {
    padding: 15px 5px;
}
.searchBlockbanner::before{
    opacity: 0;
}
.searchBlockbanner .bannerdetail {
    max-width: 750px;
}

.searchBlockfrom .sumo_specialty::before {
    content: "\f0f1" !important;
    font-family: "Font Awesome 5 Pro" !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    color: #30869C !important;
}
.searchBlockfrom .SumoSelect.open>.optWrapper {
    top: 52px !important;
}


/* Cookie Settings Css */

.cookie-consent-modal {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    padding: 5px 15px;
    border-radius: 0;
    /* display: none; */
}

.cookie-consent-content {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-consent-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cookie-consent-title {
    margin: 0;
    font-size: 1.25rem;
}

.cookie-consent-body {
    margin-bottom: 0;
    font-size: 0.9rem;
    width: calc(100% - 200px);
}

/* .cookie-consent-footer {
    margin-left: 15px;
} */

.cookie-consent-modal .btn {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.cookie-consent-modal .btn-primary {
    background-color: #007bff;
    color: #fff;
}
.cookie-consent-modal .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    margin-left: 10px;
}

.cookie-consent-modal .btn-link {
    background: none;
    color: #007bff;
    text-decoration: underline;
    padding: 0;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header {
    background: #fff;   
    padding: 15px 0;
}
header .bannerform {
    overflow: initial;
    max-width: 700px;
    width: 100%;
}
.second_menu{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.menu ul {
position: fixed;
top: 85px;
right: 0;
/* background: #4a99ad; */
background: #fff;
width: 250px;
display: none;
height: auto;
z-index: 11;
left: auto;
box-shadow: 2px 5px 10px #c3c3c3; 
}
.menu li a{
    color: #4a99ad;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}
.menu li a:hover{
    color: #F7931D;
}
.menubar {
border: none;
background: no-repeat;
font-size: 30px;
font-weight: 100;
}


.Home_header .header_two{
    display: none;
}
.Home_header .header_one{
    padding: 0;
}
.Home_header.head_fixed .header_two{
    display: block;
}


#headerform .SumoSelect::before{
    content: "\f0f1";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;
}
#headerform .sumo_location::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #30869C;   
}

#headerform .SumoSelect::before, #headerform .sumo_location::before {
    z-index: 1;
}

#headerform  .SumoSelect>.CaptionCont>label {
    display: none;
}

ul#header_cityDataList {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 21%;
    left: 48.5%;
    overflow: auto;
    max-height: 250px;
    display: none;
}


.mob_search {
    border: none;
    background: none;
    font-size: 22px;
    margin-right: 50px;
    display: none;
}
.bar_icon {
    display: flex;
    position: relative;
    /* width: 90px; */
}
.mob_search_box.show {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}
#headerform.show .form-group{
    width: 33%;
}
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
    box-shadow: none !important;
}

/* .cookie-consent-modal{border-radius: 0 0 15px 15px;} */
.cookie-consent-modal .btn-primary {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .mob_search{
        display: block;
    }
    #headerform {
        display: none;
    }
    form#headerform.show{
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        top: 50px;
        max-width: 100% !important;
        width: 100%;
    }
    .map {
        margin-top: 60px;
    }
    .SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
        box-shadow: none !important;
    }
}
@media screen and (max-width: 990px){
    .header_two #header_cityDataList {
        left: 50.5% !important;
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    ul#header_cityDataList {
        position: absolute;
        top: 71%;
        background-color: #fff;
        width: 100%;
        left: 0;
        overflow: auto;
        max-height: 250px;
        display: none;
    }
    #headerform.show .form-group:nth-child(2) {
        border-top: 1px solid #dbdbdb;
    }
    #headerform.show .form-group {
        width: 100%;
    }
    .SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
        box-shadow: none !important;
    }
    .header_two .SumoSelect.open .search-txt {
        top: 0px !important;
        width: 98%;
    }
    #bannerform .SumoSelect>.CaptionCont>span.placeholder {
        padding: 15px 5px;
    }
    .SumoSelect.open .search-txt {
        top: 8px !important;
    }

    .searchBlockfrom .SumoSelect.open>.optWrapper {
        top: 45px !important;
        left: 0px;
        width: 98% !important;
    }

    .searchBlockfrom .form-control {
        padding: 15px 15px;
        width : 94%;
    }
}

/* -----13-09-24--------- */

#add_more_fields 
{
    background-color: #30869C;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 500;
    border: none;
}

/* --------------18-09-24------------------------- */
#searchMap>#map,#mapSection>#map,.moreResultMap>#map
{
    z-index: 1;
}
@media screen and (max-width: 767px){
   
    .header_two .bannerform .form-group:nth-child(1) {
        padding-right: 0;
    }
    .header_two .bannerform .form-group:nth-child(2) {
        width: 33% !important;
        padding-left: 0;
    }
    .header_two .bannerform .form-group:last-child {
        width: 11% !important;
    }
    .header_two .bannerform .form-control, .banner_specialty_box {
        font-size: 15px !important;
    }
    .header_two #headerform .SumoSelect::before {
        right: 0;
    }
}

@media screen and (max-width: 576px){

    .header_two #headerform .form-group:nth-child(3){
        width: 100% !important;
        padding-right: 0 !important;
    }

    .header_two .bannerform .form-group:nth-child(2),
    .header_two .bannerform .form-group:nth-child(1) {
        width: 100% !important;
        position: relative;
    }
    .header_two .SumoSelect > .CaptionCont {
        background-color: transparent !important;
    }
    .header_two #headerform .form-group:nth-child(3) button{
        width: 100% ;
        height: auto;
        border-radius: 0 0 25px 25px !important;
    }
    .header_two .bannerform {
        padding-top: 10px;
        gap: 0;
    }
    .header_two #headerform .form-group #header_cityDataList{
        width: 100% !important;
    left: 0px !important;
    }
    .header_two #headerform .SumoSelect::before {
        right: 25px;
    }
 
}


/********************************* Landing Page Css 04-12-24  *************************************************************/

.landing_page {
    border-radius: 10px;
    height: 100%; /* Ensures the card takes the full height */
    display: flex;
    flex-direction: column; /* Ensures content flows vertically */
}
.landing_page img {
    border-radius: 20px;
    padding: 10px;
}
.line {
    display: block;
    width: 70px;
    position: relative;
    margin: 0 auto 50px;
    background-color: #F7931D;
    height: 3px;
}
.landing_page_LocationName {
    color: #F7931D;
}
.landing_page_card_img {
    /* height: 150px; Set a fixed height for the image */
    object-fit: cover; /* Ensures images fit nicely */
}

.landing_page_card_body {
    flex-grow: 1; /* Makes the card body take available space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out content */
}

.landing_page_view_profile {
    width: 80%;
    margin: auto;
}

.landing_page_card_title {
    margin-bottom: 10px;
}
.landing_page_cardline {
    display: block;
    width: 30px;
    position: relative;
    margin: 5px auto 18px;
    background-color: #F7931D;
    height: 1px;
}

/* ***************** 24-12-2024*********************** */
.popup_text {
    padding: 7px !important;
}
.comnpara {
    margin-bottom: 10px !important;
}
.popup_form span.form-error {
    display: none;
}


/* *********************23-04-2025**************************** */

#location_2{
    background-color: #fff !important;
}
ul#bestdoctorformcityDataList {
    position: absolute;
    background-color: #fff !important;
    top: 100%;
    width: 100%;
    /* left: 34.5%; */
    overflow: auto;
    max-height: 250px;
    display: none;
}
#bestdoctorformcityDataList > li
{
    cursor: pointer;
}