   html {}

    * {
        box-sizing: border-box;
        font-family: 'Lato', sans-serif;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
        color: #00225a;
        top:0 !important;
    }

    p {
        padding: 0px;
        margin: 0px;
        font-family: 'Poppins', sans-serif;
    }

    a {
        padding: 0px;
        margin: 0px;
        outline: none;
        text-decoration: none;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    ul li {
        padding: 0px;
        margin: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        margin: 0;
    }
   
     h2{
         font-size: 30px;
         color: #0443c4;
         line-height: 40px;
         text-align: left;
         font-weight: 700;
     }

     @media (max-width:767px){
        h2 {
            font-size: 30px;
            line-height: 32px;  
        }
     }
     
    a:hover {
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

    a {
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

  

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clear {
        clear: both;
        line-height: 0;
        font-size: 0;
    }
    input{
        outline: none;
    }
    input:focus, input:hover{
        outline: none;
    }
    input[type="submit"]{
        border: none;
    }
    img {
        max-width: 100%;
    }

    .container {
        max-width: 1230px;
        margin: 0 auto;
        display: block;
        padding: 0 15px;
    }
   
    /***header***/
    .goog-te-combo{
        width:100%;
        border:1px solid #000;
    }
    .goog-logo-link{
        display:none;
    }
    
    header{
        border-top: 5px solid #0084ff;
        background: #efe9e938;
    }
    .top_areas_right a{
        background-color: #0084ff;
        color: #fff;
        border-radius: 18px;
        padding: 5px 19px;
        display: inline-block;
        font-size: 14px;
    }
   
    .top_areas_right a:hover{
        background-color: #0d61af; 
    }
    .top_areas{
        padding: 5px 0;
    }
    .top_areas_right{
        text-align: right;
    }

    .d_block_desktop ul{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .d_block_desktop ul li a{
        font-size: 15px;
        color: #000;
        font-weight: 700;
        display: inline-block;
       
    }
    /*.d_block_desktop ul ul{
        display:block;
    }*/
    .d_block_desktop ul li a:hover{
        color: #0084ff;
    }
    .d_block_desktop ul li{
        margin-right: 25px;
    }
    .d_block_desktop ul li:last-child{
        margin-right: 0;
        position: relative;
    }
    .d_block_desktop ul li:last-child:hover .dropdown-menu{
        display: block !important;
    }
    

    .dropdown-menu{
        display: none !important;
    }
    .d_block_desktop li a i{
        font-style: inherit;
        font-size: 18px;
        margin-left: 5px;
        
    }
    .dropdown-menu li a{
        font-size:13px !important;
    }
    .dropdown-menu li{
        margin-right:0 !important;
    }
    .bottom_header .input{
        display: flex;
        width: 100%;
    }
    .bottom_header  input[type="text"]{
        width: calc(100% - 80px);
        border: 1px solid #000;
        border-radius: 30px 0 0 30px;
        border-right: none;
        padding:  0 15px;
        font-size: 15px;
        color: #656565;
        
    }
    .bottom_header  input[type="submit"]{
        width: 80px;
        background: url(../img/search-icon.png)no-repeat center right 21px #0084ff;
        height: 52px;
        border-radius: 0 30px 30px 0;   
    }
    .bottom_header  input[type="submit"]:hover{
        cursor: pointer;
    }
    .bottom_header{
        padding-bottom: 30px;
    }
    /***menu_area***/
    .menu_area{
        background-color: #0084ff;
        position: relative;
    }
    .menu_area nav ul li a{
        color:#fefefe;
        font-size: 16px;
        display: inline-block;
        text-shadow: 0px 5px 4px rgba(0,0,0,0.2),
        0px 8px 13px rgba(0,0,0,0.1),
        0px 18px 23px rgba(0,0,0,0.1);
    }
    .downlaod_area a{
        display: inline-block;
        border: 2px solid #fff;
        color: #fff;
        padding: 5px 10px;   
    }
    .downlaod_area a:hover{
        background-color: #fff;
        color: #0443c4;
        border: 2px solid #fff;
    }
    .catagorie_sec{
        background-color: #0443c4;
        color: #FFF;
        text-align: center;
        padding: 9px 0;
        float: left;
        position: relative;
    }
    .catagorie_sec a{
        color: #fff;
    }
    .catagori_list {
        width: 100%;
        top: 100%;
        background-color: #f0f0f0;
        border:1px solid #1c55ca;
        text-align: left;
        z-index: 999;
        padding: 5px;
        
        
    }
    .catagori_list li{
        padding: 7px 5px;
        position: relative;
    }
    .catagori_list li a{
        color: #0443c4;
        font-size: 17px;
        display: flex;
        align-items: center;
        line-height: 24px;
    }
    .catagori_list li a img{
        margin-right: 20px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
    }
    .catagori_list li:after{
        position: absolute;
        content: '';
        background: url(../img/cat-list-bg.png)no-repeat center;
        background-size: cover;
        bottom: 0;
        width: 100%;
        height: 1px;
        left: 0;
     }
     .catagori_list li:last-child:after{
         display: none;
     }
    .menu_area nav{
        float: left;
       
    }
    .downlaod_area{
        display: none;
        
    }
    .downlaod_area{
        float: right;
        margin-top: 15px;
    }

    @media (min-width:768px){
        .downlaod_area a {
            padding: 2px 7px;
            font-size: 14px;
        }
        .catagorie_sec{
            width: 140px;
        }
        .menu_area nav{
           padding-left: 23px;
        }
        .menu_area nav li{
            margin: 0 23px 0 48px;
            position: relative;
            padding: 9px 0;
            border-bottom: 3px solid #0084ff;
            display:inline-block;
        }
        .menu_area nav li.active{
            border-bottom: 3px solid #ffd200;
        }
        .menu_area nav li:after{
            position: absolute;
            content: '|';
            color: #fff;
            line-height: 20px;
            right: -48px;
            top: 11px;
        }
        .menu_area nav li:first-child{
            margin: 0 20px 0 0;
        }
        .menu_area nav li:last-child:after{
            content: none;
        }
        .downlaod_area{
            display: block;
            margin-top: 8px;
        }
        
    }

    @media (min-width:1025px){
        .downlaod_area{
            margin-top: 6px;
           
        }
        .logo {
            width: 150px;
        }
        .bottom_header {
            padding-bottom: 10px;
            position: relative;
             margin-top: -20px;
        }
        .downlaod_area a {
          padding: 4px 18px;
        font-size: 14px;
          border-radius: 30px;
        }
        .catagorie_sec{
            width: 277px;
            padding: 9px 10px;

        }
        .menu_area nav{
            padding-left: 23px;
         }
         .menu_area nav li{
             margin: 0 48px 0 48px;
             position: relative;
            padding: 9px 10px;
             display:inline-block;
            
         }
         .menu_area nav li:after{
            
             line-height: 20px;
             right: -48px;
             top: 13px;
         }
         .menu_area nav li:first-child{
             margin: 0 48px 0 0;
         }
         .menu_area nav li:last-child:after{
             content: none;
         }
    }
    
    
    @media (min-width:1230px){
        
    }
    /***bottom menu**/
    .bottom_menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #0443c4;
        padding: 5px 0;
        z-index: 999999;
    }
    .bottom_menu ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom_menu ul li a{
        font-size: 17px;
        color: #fff;
        display: inline-block;
    }

    /**banner**/
    .banner {
        background: #f1f1f1;
        margin-bottom:30px;
    }
    .banner .col-md-9{
        padding-left:0;
    }
    .banner .col-md-3{
        padding-right:0;
    }
    .banner_slider{
       
    }
    .slider_img{
        height: 480px;
        position: relative;
    }
    .slider_img:after{
        position:absolute;
        content:'';
        top:0;
        right:0;
        bottom:0;
        left:0;
        background:rgba(4,67,169,0.4);
    }
   
    .banner_slider_col img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner_caption{
      position: absolute;
      top: 50%;
     width: 100%;
     left: 50%;
     text-align: center;
     width: 100%;
     transform: translate(-50%, -50%);
     max-width: 500px;
     z-index:1;
    }
    .banner_caption h1{
        font-size: 35px;
        color: #fff;
        text-shadow: 0px 5px 4px rgba(0,0,0,0.2),
        0px 8px 13px rgba(0,0,0,0.2),
        0px 18px 23px rgba(0,0,0,0.1);
        line-height: 40px;
    }
    .banner_caption h4{
        font-size: 20px;
        color: #fff;
        margin-top: 10px;
    }
    .banner_caption p{
        color: #fff;
        font-size: 13px;
        padding-top: 10px;
    }
    .banner .slick-dots{
        display:none !important;
    }
     .banner .slick-prev {
        left:-3px;
        transform: unset;
        background: #0443c4;
        border-radius: 50%;
        border: 1px solid #0443c4;
        height: 32px;
        top: 48%;
    }
    .banner .slick-next {
        right: -3px;
        transform: unset;
        z-index: 9;
        margin-top: 0px;
        background: #0443c4;
        background-position: center center;
        background-size: 100% 100%;
        border: 1px solid #0443c4;
        border-radius: 50%;
        height: 32px;
        top: 48%;
    }
    .banner .slick-next:after{
        content:'\f105';
        font-family:'FontAwesome';
         color:#fff;
         left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size:20px;
        position: absolute;
    }
    .banner .slick-prev:after{
        content:'\f104';
        font-family:'FontAwesome';
        color:#fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size:20px;
        position: absolute;
    }
    /*.banner .slick-arrow:hover{
        background:#000;
        border: 1px solid #000;
    }
    .banner .slick-arrow:hover:after{
        color:#fff !important;
    }*/
    .banner .slick-dots li button:before {
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 3px 0 rgba(207, 161, 161, 0.2);
        opacity: unset;
    }
    .banner .slick-dots li.slick-active button:before {
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.7);
        background: #0083fe;
    }
    .banner .slick-dots li{
        margin:  0 2px;
    }

    .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 

   

    /***popular service***/
    /*.popular_service .slick-prev {
        left:-3px;
        transform: unset;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #f1f1f1;
        height: 32px;
        top: 46%;
    }
    .popular_service .slick-next {
        right: -3px;
        transform: unset;
        z-index: 9;
        margin-top: 0px;
        background: #fff;
        background-position: center center;
        background-size: 100% 100%;
        border: 1px solid #f1f1f1;
        border-radius: 50%;
        height: 32px;
        top: 46%;
    }
    .popular_service .slick-next:after{
        content:'\f105';
        font-family:'FontAwesome';
         color:#0443c4;
         left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size:20px;
        position: absolute;
    }
    .popular_service .slick-prev:after{
        content:'\f104';
        font-family:'FontAwesome';
        color:#0443c4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size:20px;
        position: absolute;
    }
    .popular_service .slick-arrow:hover{
        background:#0443c4;
        border: 1px solid #0443c4;
    }
    .popular_service .slick-arrow:hover:after{
        color:#fff !important;
    }*/
    .popular_service  .slick-dots{
       display:none !important;
    }
    .popular_service{
        padding: 11px 0;
    }
     .heading{
        text-align: left;
        margin-bottom: 20px;
    }
    .heading img{
        display:none;
    }
    .popular_service .heading {
        text-align: left;
        margin-bottom: 5px;
    }
    .popular_service h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
        padding-left: 12px;
    }
/*    .popular_service .service_box .img_holder {
        height: 150px;
    }*/
    .service_box{
        border-radius: 5px;
        border: 4px solid #fff;
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
        position: relative;
        height:100%;
        margin: 10px;
    }
    .service_box .img_holder{
        height:220px;
    }
    .service_box .img_holder img{
        border-radius: 10px 10px 0 0;
        border-bottom: 4px solid #fff;
        width: 100%;
        height:100%;
        object-fit:cover;
    }
    .service_details {
        background-color: #0084ff;
        padding: 10px 10px;
        border-radius: 0 0 9px 9px;
       /* display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        height: 85px;*/
    }
    .service_details a{
        line-height: 20px;
        color: #fff;
        text-align:center;
        font-size: 15px;
        width: 100%;
        display:block;
        
    }
   

    /**specialist_sec**/
   
   .specialist_sec .specialist_box .service_details {
        box-shadow: none;
    }
    .specialist_slider .slick-next, .popular_service .slick-next{
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(../img/blue-right-arrow.png)no-repeat center;
        right:0px;
        color: transparent;
        border: none;
        background-size: cover !important;
        outline: none;
    }
    .specialist_slider .slick-prev , .popular_service .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        left:0px;
        background-size: cover !important;
        background: url(../img/blue-left-arrow.png)no-repeat center;
    }
    .mr-15{
        margin: 0 15px;
        border-radius: 0 0 5px 5px;
        position: relative;
        margin-bottom: 30px;
        position: relative;
        
    }
    .specialist_box .service_details a{
        display: block;
        width: 100%;
        background-color: #fff;
        color: #0443c4;
        font-size:17px;
        text-align: center;
        padding: 13px 0;
        font-weight: 700;
    }
    .specialist_box .service_details a:last-child{
        width: 100%;
        background-color: #0084ff;
        text-align: center;
        font-size:16px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 0 0 9px 9px;
        
    }
    .specialist_box .service_details {
        display: block;
        height: auto;
        background-color: unset;
        padding: 0;
        box-shadow: 0 0 20px 0 rgba(90, 70, 70, 0.5);
    }
    .service_details a span{
        display: inline-block;
        font-size: 17px;
        color: #404040;
        padding-left: 15px;
        font-weight: 700;
    }
    .specialist_box img{
        border-bottom: 4px solid #e2e2e2;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
    .specialist_box .img_holder{
        position: relative;
        z-index: -1;
        height: 253px;
    }
    .specialist_box .img_holder:after{
        position: absolute;
        content: '';
        background-color: #0443c4;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        clip-path: polygon(100% 0, 0% 100%, 0 0);
        z-index: 999;  
        
     }
     .specialist_sec .slick-dots{
         display: none !important;
     }
     .specialist_sec{
         padding-bottom: 0px;
     }


    /***hospital_sec***/
    .hospital_sec{
        padding-top:0px;
    }
    
    .hospital_sec .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        left: 0px;
        background-size: cover !important;
        background: url(../img/blue-left-arrow.png)no-repeat center;
    }
    .hospital_sec .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(../img/blue-right-arrow.png)no-repeat center;
        right: 0px;
        color: transparent;
        border: none;
        background-size: cover !important;
        outline: none;
    }
   
    
    
    .hospital_sec ul.slick-dots {
        display: none !important;
    }
    .hospital_sec .specialist_box .img_holder:after {
       display:none;
    }
    .hospital_sec .specialist_box .service_details{
        box-shadow:none;
    }
    .hospital_sec .mr-15 {
        margin:10px;
        border-radius: 0 0 5px 5px;
        position: relative;
        margin-bottom: 30px;
        position: relative;
        border: 1px solid #dedede;
    }
    .hospital_sec .service_details a{
        border-radius:0;
    }
    .hospital_sec .specialist_box .service_details a:last-child{
        border-radius:0;
    }
    
    
    
    
    
    
    
    
     /***lab sec**/
     .lab_sec{
         padding:50px 0 50px 0;
     }
     .lab_slider_area .img_holder{
        margin:0 10px;
        height:390px;
     }
     .lab_slider_area .img_holder img{
       border:5px solid #0084ff;
       width:100%;
       height:100%;
       object-fit:cover;
     }
    
     .lab_sec h2{
         color: #fff;
         text-align:center;
     }
     .location {
         font-size: 24px;
         font-weight: 400;
         color: #fff;
     }
     .location .fa{
         font-size: 34px;
         color: #fff;
         margin-right: 15px;
     }
     .book_now_btn{
         margin-top: 48px;
     }
     .book_now_btn a{
         background-color: #4c96e0;
         color: #fff;
         padding: 6px  48px;
         border: 2px solid #fff;
         display: inline-block;
         font-size: 30px;
         font-weight: 700;
         text-shadow: 0px 5px 4px rgba(0,0,0,0.2),
         0px 8px 13px rgba(0,0,0,0.1),
         0px 18px 23px rgba(0,0,0,0.1);
     }
     .lab_slider_area .slick-next {
        top: 50%;
        width: 40px;
        height: 40px;
        transform:unset;
        background: url(../img/white-right-arrow.png)no-repeat center;
        right: 15px;
        margin-top:-20px;
        background-color: #0443c4;
        background-size: contain;
        border: 1px solid #0443c4;
    }
    .lab_slider_area .slick-prev {
        width: 40px;
        height: 40px;
        transform:unset;
        left: 15px;
        top: 50%;
        margin-top:-20px;
        background: url(../img/white-left-arrow.png)no-repeat center;
        background-color: #0443c4;
        background-size: contain;
        border: 1px solid #0443c4;
    }
    .lab_slider_area .slick-dots{
        display: none !important;
    }
    .get_app{
        padding: 100px 0 60px 0;
        position: relative;
    }
    .content_right h2{
        text-align: left;
        margin-bottom: 50px;
        margin-top: 150px;
    }
    .content_right {
        padding-left: 11px;
        max-width: 482px;
    }
    .bottom_img{
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    .bottom_img img{
        width: 100%;
    }

    /***footer***/
    footer{
        background-color: #30699e;
        padding: 10px 0 20px 0;
    }
    footer h4{
       font-size: 16px;
        color: #fff;
        text-align: left;
        margin-bottom: 13px;
        font-weight: 900;
    }
    .ftr_list li{
        text-align: left;
       
    }
    .ftr_list li a{
        display: block;
        color: #fff;
        font-size: 14px;
        margin-bottom:5px;
    }
    .ftr_catagory li{
        float:left;
        width:50%;
        text-align:left;
    }
    .ftr_list li a:hover{
        color:#0443c4;
    }
    .ftr_top{
        text-align: center;
        position: relative;
        min-width: 739px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        z-index: 1;
        padding: 26px;
    }
    .ftr_top:before{
        position: absolute;
        content: '';
        border: 2px solid #fff;
        /* border-top: none; */
        width: 100%;
        height: 20px;
        left: 0;
        top: 44px;
        z-index: -1;
    }
    .ftr_top ul li{
        display: inline-block;
        padding-right: 30px;
        position: relative;
        background-color: #30699e;
    }
    .ftr_top ul li:last-child{
        padding-right: 0;
    }
    .ftr_top ul li:last-child:after{
        position: absolute;
        content: '|';
        color: #fff;
        left: -17px;
        top: 5px;
        line-height: 34px;
    }
    .ftr_top ul li a{
        font-size:20px;
        color:#fbfbfb;
    }
    .social_media_list li .fa{
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        color: #30699e;
        text-align: center;
        border-radius: 50%;
        font-size: 17px;
    }
    .social_media_list li .fa:hover{
        cursor: pointer;
        color:#0443c4;
    }
    .social_media_list{
        display: flex;
        margin-left: unset;
        margin-right: auto;
        max-width: 165px;
        justify-content: space-between;
    }
    .download{
        margin-top: 28px;
        text-align: left;
    }
    .download img{
        width: 150px;
    }
    .top_areas_left select {
        appearance: none;
        border: 0;
        outline: 0;
        font: inherit;
        width: 100px;
        background: url(../img/down-arrow.jpg)no-repeat center right 10px transparent;
        color: #000;
        font-size: 14px;
        border-radius:3px;
        cursor: pointer;
        width:100%;
        border:none;
        padding:1px 10px;
        
    }
        
    .dropdown-content{
        position:absolute;
        z-index:9;
        background:#fff;
        height:250px;
        overflow:auto;
        box-shadow:0 0 10px  0 rgba(0,0,0,0.2);
        
    }
    header option {
        color: inherit;
        background-color: $option;
    }
    
    &:focus {
        outline: none;
    }
    
    &::-ms-expand {
        display: none;
    }
    .top_areas_left li{
        display: inline-block;
        margin-right: 15px;
        font-size: 14px;
        vertical-align: top;
    }
    .top_areas_left li a{
       color: #000; 
    }
    .top_areas_left li:nth-of-type(2){
        margin-top:7px;
    }
     .top_areas_left li:nth-of-type(3){
        margin-top:7px;
    }
  
    .goog-logo-link {
       display:none !important;
    }
    
    .goog-te-gadget {
       color: transparent !important;
    }
    
   
    .top_areas_left li:last-child{
        margin-right: 0;
    }
    .top_areas_left li .fa{
        font-size: 19px;
        color: #0084ff;
        margin-right: 5px;
    }
    .bottom_header .row{
        align-items: center;
    }
    .menu_toggle_btn{
        display: none;
        position: relative;
    }
    .menu_toggle_btn:after{
        position: absolute;
        content: "MENU";
        color: #fff;
        font-size: 20px;
        top: 3px;
        right: 0;
        
    }
    .free_listing_right_top{
        text-align: right;
    }
    .free_listing_page{
        border-bottom: 1px solid #ddd;
        padding: 40px 0 26px 0;
    }
    .free_listing_page .logo{
        margin-top: 10px;
        width: 200px;
    }
    
    .free_listing_page .left{
        float: left;
        width: 278px;
    }
    .free_listing_page .right{
        float: right;
        width: calc(100% - 300px);
    }
    .free_listing_right_top li{
        display: inline-block;
    }
    .free_listing_right_top ul li{
        margin-right: 53px;
    }
    .free_listing_right_top ul li:last-child{
        margin-right: 0;
    }
    .free_listing_right_top ul li:first-child a{
        color: #212121;
        font-size: 35px;
        border-bottom: 2px solid #0084ff;
        padding-bottom: 7px;
        font-weight: 600;
    }
    
    .free_listing_right_top ul li:last-child a{ 
        font-size: 27px;
        color: #212121;
    }
    .free_listing_right_top ul li:last-child a img{
        margin-left: 7px;
    }
    .local_search_engine{
        padding: 54px 0 220px;
    }
    .local_search_engine .content{
        padding: 40px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
        border-radius: 5px;
    }
    .local_search_engine .content h3{
        color: #4a4a4a;
        font-size: 38px;
        margin-bottom:10px;
    }
    .local_search_engine .content h4{
        color: #4a4a4a;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .inpur_wrapper input{
        width: 100%;
        margin-bottom: 30px;
        padding: 0 22px;
        height: 67px;
        border-radius: 5px;
        border: 1px solid #0084ff;
        outline: none;
        font-size: 25px;
        color: #4a4a4a;
    }
    .inpur_wrapper input[type="submit"]{
        width: auto;
        padding: 0 134px;
        color: #fff;
        font-size: 40px;
        background-color: #0084ff;
        border-radius: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }
    .inpur_wrapper select {
        appearance: none;
        outline: 0;
        width: 100%;
        padding: 14px 22px;
        background: url(../img/dpdn.png)no-repeat center right 20px #fff;
        font-size: 25px;
        color: #4a4a4a;
        border-radius:5px;
        cursor: pointer;
        border: 1px solid #0084ff;
        margin-bottom: 20px;
    }
        
    .inpur_wrapper option {
        color: inherit;
        background-color: $option;
    }
    
    &:focus {
        outline: none;
    }
    
    &::-ms-expand {
        display: none;
    }
    .inpur_wrapper input::placeholder{
        font-size: 25px;
        color: #4a4a4a;
    }
    .onclick_popup_box{
        background-color: #fff;
        position: absolute;
        padding: 10px;
        border-radius: 5px;
        display: none;
        top: 100%;
        right: 0;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
        width: auto;
        text-align: left;
        z-index: 999;
    }
    .onclick_popup_box ul li {
        display: block !important;
        padding: 5px !important;
        color: #fff !important;
        border-bottom: none !important;
        padding-bottom: 0;
        font-size: 15px !important;
        margin-right: 0 !important;
    }
    .onclick_popup_box li a{
        font-size: 15px !important;
    }

    .popular_service [class*="col-"]{
        margin-bottom:30px;
    }















    @media (max-width:1199px){
       
        .specialist_slider .slick-prev{
            width: 34px;
            height: 34px;
            background-size: cover;
            left: 0;
        }
        .specialist_slider .slick-next{
            width: 34px;
            height: 34px;
            background-size: cover;
            right: 0;
        }
        .menu_area nav li {
            margin: 0 8px 0 13px;
            border-bottom: 3px solid #0084ff;
        }
        .menu_area nav li:after {
            right: -18px;
        }
        .tests_list li {
            font-size: 18px;   
        }
        .tests_list li {
            font-size: 18px;
            margin-bottom: 20px;
        }
        .tests_list li img {
            top: -10px;
        }
        .location{
            margin-bottom: 20px;
        }
        .lab_slider_area .lab_des {
            padding-top: 12px;
        }
        .lab_slider_area h2 {
            font-size: 40px;
            margin-bottom: 11px;
        }
        .book_now_btn {
            margin-top: 29px;
        }
        .lab_slider_area .slick-prev{
            left: 0;
        }
        .lab_slider_area .slick-next{
            right: 0;
        }
    }

    @media (max-width:1025px){
        .free_listing_page .catagorie_sec {
            width: 100% ;
        }

    }
    @media (max-width:991px){
        .d_block_desktop ul li {
            margin-right: 7px;
        }
        .free_listing_page .left {
            width: 150px;
        }
        .free_listing_page .right {
            width: calc(100% - 158px);
        }
        .free_listing_right_top ul li:first-child a{
            font-size: 23px;
        }
        .free_listing_right_top ul li:last-child a{
            font-size: 20px;
        }
        .free_listing_page .logo {
            margin-top: 10px;
            width: 155px;
        }
        .free_listing_page .catagorie_sec{
            padding: 9px 10px;
        }
        .free_listing_page {
            padding: 13px 0 8px 0;
        }
        .local_search_engine .content h3 {
            font-size: 22px; 
        }
        .inpur_wrapper input {
            font-size: 20px;
            height: 48px;
        }
        .inpur_wrapper select {
            padding: 8px 22px;
            font-size: 20px;
        }
        .inpur_wrapper input[type="submit"]{
            font-size: 20px;
        }
        .inpur_wrapper input::placeholder{
            font-size: 20px;
        }
        .local_search_engine .content h4 {
            font-size: 18px;
            margin-bottom: 10px;
        }
        
       
        header select{
            font-size:17px;
        }
        .bottom_header form input[type="submit"] {
            width: 68px;
            height: 40px;
            
        }
        .d_block_desktop ul li img{
            width: 30px;
            height: 30px;
        }
        .d_block_desktop ul li a {
            font-size: 14px;
        }
        .bottom_header {
            padding-bottom: 10px;
        }
        .d_block_desktop li a i {
            font-size: 15px;
            margin-left: 5px;
        }
      
        .lab_col{
            height: 300px;
        }
        .lab_col .img_holder{
            height: 300px;
        }
        .lab_col .img_holder img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .lab_slider_area h2 {
            font-size: 30px;
            margin-bottom: 6px;
        }
        .tests_list li {
            font-size: 13px;
            margin-bottom: 20px;
        }
        .book_now_btn a {
            padding: 6px 36px;
            font-size: 16px; 
        }
        .ftr_top {
            max-width: 840px;
            min-width:unset;
        }
        .ftr_top ul li a {
            font-size: 24px;
           
        }
        .ftr_top:before {
            height: 21px;
            top: 37px;
          
        }
        .mr-15 {
            margin: 0 10px;
            
        }
        .content_right h2 {
            margin-top: 35px;
            font-size: 31px;
            line-height: 40px;
        }
        .search_btn img{
            width:24px;
        }

    }

    @media (max-width:767px){
        .call_for_mobile{
            position:fixed;
            left:15px;
            bottom:52px;
            background:#0443c4;
            border-radius:30px;
            z-index:99999;
        }
        .call_for_mobile a{
            color:#fff;
            display:block;
            padding:5px 10px;
        }
        .hospital_sec{
            padding-top:50px;
        }
        .heading {
            margin-bottom: 15px;
        }
        .banner .slick-next{
            right:15px;
        }
         .banner .slick-prev{
            left:15px;
        }
        .banner .container{
            padding:0;
        }
        .banner .row{
            margin-left:0px;
            margin-right:0px;
        }
        .banner [class*="col-"]{
            padding-left:0;
            padding-right:0;
        }
       
        .inpur_wrapper input {
            margin-bottom: 15px;
        }
        .inpur_wrapper select {
            font-size: 17px;
        }
        .local_search_engine {
            padding: 54px 0 50px;
        }

        .inpur_wrapper input {
            font-size: 17px;
            height: 48px;
        }
        .inpur_wrapper input::placeholder{
            font-size: 17px;
        }
        .free_listing_page .left {
            width: 50px;
        }
        .free_listing_page .catagorie_sec .cat{
            position: relative;
        }
        .free_listing_page .catagorie_sec .cat img{
            width: 28px;
        }
        .free_listing_page .catagorie_sec .cat span{
            display: inline-block;
            font-size: 11px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 12px);
        }
        .free_listing_page .catagorie_sec {
            padding: 4px 0px 10px 0;
        }
        .free_listing_page .logo {
            margin-top: 5px;
            width: 89px;
        }
        .free_listing_page .right {
            width: calc(100% - 55px);
        }
        .free_listing_right_top ul li {
            margin-right: 8px;
        }
        .free_listing_right_top ul li:first-child a {
            font-size: 14px;
            padding-bottom: 2px;
            border-bottom: 1px solid #0084ff;
        }
        .free_listing_right_top{
            margin-top: 7px;
        }
        .local_search_engine .content {
            padding: 20px 10px;
           
        }
        .free_listing_page [class*="col-"]{
            padding-left: 5px;
            padding-right: 5px;
        }
        .inpur_wrapper input[type="submit"] {
            font-size: 17px;
            padding: 0 75px;
        }
        .free_listing_right_top ul li:last-child a {
            font-size: 14px;
        }
        .catagori_list li a{
            font-size: 17px;
        }
        .catagori_list{
            display:none;
        }
        .downlaod_area {
            margin-top: 4px;
        }
        .downlaod_area a {
            border: 1px solid #fff;
            padding: 1px 10px;
        }
        .catagorie_sec{
            width: 150px;
            padding: 5px 10px;
        }
        .menu_toggle_btn{
            display: block; 
        }
        nav{
            float: right !important;
        }
        nav ul{
            display: none;
            left: 0;
            top: 100%;
            width: 100%;
            background-color: #0072dc;
            position: absolute;
            z-index: 99;
        }
        .d_block_desktop{
            display: none;
        }
        .top_areas_left li {
            font-size: 14px;
        }
        .top_areas_right a {
            font-size: 12px;
        }
        .top_areas_right a {
            border-radius: 3px;
            margin-right: 2px;
            font-size: 12px;
            padding: 4px 4px;
        }
        .logo{
            text-align: center;
        }
        .bottom_header form input[type="text"] {
            border: 1px solid #000;
            font-size: 13px;
            border-right: none;  
        }
        header select{
            margin-bottom: 5px;
        }
        .slider_img {
            height: 350px;
            
        }
       
        .banner_caption h1 {
            font-size: 37px;
            line-height: 39px;
        }
        .banner_caption h4 {
            font-size: 20px;
            margin-top: 12px;
        }
        .banner_caption p {
           
            font-size: 13px;
            padding-top: 16px;
        }
        .popular_service {
            padding: 0 0 50px 0;
        }
        .service_details a {
            line-height: 20px;
            font-size: 18px;
        }
        .service_details{
            height: 46px;
        }

        .lab_col{
            height: auto;
        }
        .lab_col .img_holder{
            height: auto;
            float: none;
            width: 100%;
        }
        .lab_slider_area .lab_des {
            float: none;
            width: 100%;
            padding-top: 30px;
        }
        .lab_col .img_holder img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .specialist_box img{
            width: 100%;
        }
        .location {
            margin-bottom: 20px;
            font-size: 19px;
        }
        .location .fa {
            font-size: 26px;
            margin-right: 15px;
        }
        .lab_slider_area .slick-next{
            width: 30px;
            height: 30px;

        }
        .lab_slider_area .slick-prev{
            width: 30px;
            height: 30px;
            
        }
        .tests_list li span {
            padding-left: 32px;
        }
        .book_now_btn {
            margin-top: 0;
        }
        .tests_list li img {
            top: -10px;
        }
        .ftr_top:before{
            display: none;
        }
        .ftr_top ul li:last-child:after{
            display: none;
        }
        .ftr_top ul li a {
            font-size: 16px;
        }
        .ftr_top{
            margin-bottom: 10px;
        }
        footer h4 {
            font-size: 18px;
            margin-bottom: 14px;
            margin-top: 13px;
            text-align:center;
        }
        .ftr_list li {
            text-align: center;
        }
        .ftr_list li a {
            font-size: 15px;
        }
        .specialist_sec .container {
            padding: 0 15px;
        }
        .ftr_catagory li {
            float: none;
            width: 100%;
            text-align: center;
        }
        .social_media_list {
            margin-left: auto;
            margin-right: auto;
           
        }
        .download img {
            width: 150px;
            margin: 0 auto;
            display: block;
        }
        
    }

    @media (max-width:575px){
       
        .top_areas_left ul{
            text-align: center;
        }
        header select {
            font-size: 13px;
            width: 80px;
            margin-bottom: 0;
        }
        .top_areas_right {
            text-align: center;
            display: flex;
            justify-content: space-between;
            margin-top: -10px;
        }
        .top_areas_right a{
            width: 50%;
            padding: 5px 0;
            border-radius: 30px;
            color: #fff;
            background-color: #0084ff !important;
            border-right: 2px solid #fff;
        }
        .top_areas_right a:last-child{
            background-color: #0084ff !important; 
            color: #fff;
            width:100%;
        }
        .logo img{
            height: 35px;
        }
        .bottom_header form input[type="submit"] {
            width: 47px;
            height: 30px;
            background: url(../img/sm-search-icon.png)no-repeat center right 13px #0084ff;
        }
        .bottom_header form input[type="text"]{
            width: calc(100% - 47px);
            background-size: 13px;
        }
        .catagorie_sec {
            width: 115px;
            padding: 5px 3px;
        }
        .menu_toggle_btn:after {
            font-size: 14px;
            top: 8px;
            right: 0px;
        }
        .banner_caption {
           
            
        }
        .slider_img {
            height: 236px;
        }
        .banner_caption h1 {
            font-size: 25px;
            line-height: 12px;
        }
        .banner_caption h4 {
            font-size: 17px;
            margin-top: 11px;
        }
        .banner_caption p {
            font-size: 12px;
            padding-top: 4px;
        }
        .banner .slick-dots {
            bottom: 18px;
        }
        .specialist_box .service_details a {
            font-size: 20px;
        }
        .service_details a span {
            font-size: 20px;
            padding-left: 10px;
           
        }
        .specialist_box .service_details a:last-child{
            font-size: 20px;
        }
    
    }
       

    /****blood page**/
    .cat_col{
        text-align: left;
        height: auto;
    }
    .catagori_list_slider_area{
        background: #0084ff;
        padding: 5px 50px;
    }
    .cat_col img{
     display: inline-block !important;
     width: 33px;
     float: left;
     border-radius: 50%;
    
    }
    .cat_col a span{
        display: inline-block;
        font-size: 16px;
        float: right;
        color: #fff;
        line-height: 16px;
        padding-left: 10px;
    }
    .cat_col a span:hover{
        color: #01080e;
    }
    .catagori_list_slider_area .slick-dots{
        display: none !important;
    }
    .cat_col a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .catagori_list_slider_area .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 60px;
        height: 60px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(../img/small-w-arrow-right.png)no-repeat center;
        right: -20px;
        color: transparent;
        border: none;
        outline: none;
    }
    .catagori_list_slider_area .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 60px;
        height: 60px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        left: -20px;
        background: url(../img/small-w-arrow-left.png)no-repeat center;
    }
    .appointment{
        padding: 70px 0 100px 0;
    }
   /* .select2-container--bootstrap4 .select2-selection{
          background:#f2f9fc;
          width:100%;
          height:60px;
          outline:none;
    }*/
    .select2-container--bootstrap4 .select2-selection{
          background:transparent;
          width:100%;
          height:auto;
          outline:none;
    }
    .appointment .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
        line-height:57px;
        font-size: 20px;
        color: #5d5d5e;
        outline:none;
    }
    
    .appointment .select2-container{
        width:100%;
        height:60px;
        outline:none;
    }
    .appointment .select2-container--bootstrap4 .select2-selection{
        border:none;
    }
    
    .Specialist_test .service_details a:last-child{
       width: 100%;
       text-align: center;
    }
    .Specialist_test{
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    }
    .top_heading{
       text-align:center;
       margin-bottom: 60px;
    }
    .top_heading span{
        display: inline-block;
        color: #0084ff;
    }
    .appointment form .input_box .icon{
        float: none;
        width: 50px;
        text-align: right;
        /* position: absolute; */
        left: 20px;
        top: 19px;
    }
    .appointment form input{ 
        width: calc(100% - 60px);
        float: right;
        height: 60px;
        border: none;
        font-size: 20px;
        color: #5d5d5e;
        background: transparent;
        padding: 0 30px 0 0;
    }
    .appointment form .input_box{
        margin-bottom: 30px;
        border:1px solid #0586ff;
        background-color: #f2f9fc;
        display: flex;
        justify-content: space-between;
        align-items: center;
       
    }
    .appointment form textarea{
        min-height: 160px;
        border: none;
        padding: 9px 20px 20px 9px;
        width: 100%;
        outline: none;
        background: transparent;
    }
    .appointment form input[type="submit"]{
        background-color: #0443c4;
        font-size: 28px;
        color: #f9f9f7;
        width: auto;
        padding: 10px 50px;
        display: table;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .appointment form input[type="time"]{
        width: 100%;
        padding:0 30px;
    }
    
    .appointment form input[type="submit"]:hover{
        background-color: #0b52e5;
       cursor: pointer;
    }
    
    .input_box select {
        /* Reset */
        appearance: none;
        border: 0;
        outline: 0;
        font: inherit;
        width: 100%;
        padding: 14px 10px 14px 61px;
        background: url(../img/dropdown-arrow.png)no-repeat center right 10px #f2f9fc;
        color: #5d5d5e;
        font-size: 20px;
        border-radius:0px;
        cursor: pointer;
    }
        
    .input_box option {
        color: inherit;
        background-color: $option;
    }
    
    &:focus {
        outline: none;
    }
    
    &::-ms-expand {
        display: none;
    }

    /***book_appointment***/
    .book_appointment{
        padding: 50px 0;
        
    }
    .book_appointment .box{
        box-shadow: 0 5px 5px -5px #707070;
    }
    .book_appointment .row{
        max-width: 1230px;
       padding: 40px 0;
        margin-right: auto;
        margin-left: auto;

    }

    .doctor_img {
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        position:relative;
        height:200px;
    }
    .doctor_img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .doctor_name{
        font-size: 40px;
        color: #0072ff;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .doctor_specelist{
        font-size:25px;
        color:#202121;
        font-weight: 700;
        line-height: 27px;
        max-width: 374px;
    }
    .location_area p{
        position: relative;
        color: #6b6b6b;
        font-size: 18px;
        font-weight: 700;
        padding-left: 30px;
        max-width: 652px;
        margin-top: 16px;
    }
    .location_area p img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .book_appointment_btn a{
        background-color: #0154b5;
        color: #fff;
        border: 2px solid #158efe;
        font-size: 20px;
        border-radius: 5px;
        display: block;
        text-align: center;
        padding: 10px 15px;
    }
    .book_appointment_btn a:hover{
        background-color:#158efe;
    }
  
    .page_banner{
        padding: 200px 0;
    }
    .book_appointment_btn .amout_sec a{
        background:none !important;
        border:none;
        color:unset;
        font-size:13px;
    }
    .new_details .location_area p {
        font-size: 16px;
        padding-left: 0;
       margin-top:0;
    }
    .new_details .doctor_specelist {
        font-size:20px;
    }
    .new_details .doctor_name {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 0px;
    }
    .veri_trust{
        margin:10px 0;
    }
    .veri_trust li{
        margin-right:15px;
    }
    .veri_trust img{
        width:80px;
    }
    /***details page**/
    .wrapper{
        position: relative;
        padding:23px 0;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
        border-radius: 5px;
    }
    .wrapper:after{
        position: absolute;
        content: '';
        background-color: #0084ff;
        left: 0;
        top: 0;
        clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
        width: 250px;
        height: 100%;
        border-radius: 5px 0 0 5px;

    }

    .doctor_profile{
        position: absolute;
        z-index: 999;
        width: 236px;
        height: 236px;
        top: 0;
        left: -85px;
    }
    .doctor_profile img {
        border-radius: 50%;
        border:6px solid #fff;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
    .page_banner .container{
        position: relative;
    }
    .doctor_description{
        width: 80%;
        left: 50%;
        transform: translate(-50%, 0px);
        position: absolute;
    }
    .wrapper .doctor_details{
        padding-left: 280px;
    }
    .con-info {
        margin-top: 15px;
    }
    .con-info  li{
        display: inline-block;
        margin-right: 38px;
    }
    .con-info li:last-child{
        margin-right: 0;
    }
    .rating_star li{
        display: inline-block;
        margin-right: 5px;
        color: #ff8400;
        font-weight: 600;
        font-size: 20px;
    }
   .new .right_service .rating_star li{
    margin-bottom:5px !important;
   }
    .wrapper .location_area p{
        padding: 10px 0;
        font-size: 21px;
        max-width: unset;
        margin-top: 0;
        line-height: 22px;
    }
    .wrapper .doctor_specelist{
        max-width: unset;
    }
    .con-info li a{
        font-size: 20px;
        font-weight: 700;
        padding-left: 30px;
        position: relative;
    }
    .con-info li:last-child a{
        background: #0443c4;
        padding: 5px 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
    }
    .con-info li:last-child{
        text-align: right;
    }
    .con-info li a i{
        position: absolute;
        left: 0;
    }
    /***custom tab**/

.Groups .article {
    padding-bottom: 0;
}

.Groups ul.tabs {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    height: 32px;
    width: 100%;
}

.Groups ul.tabs li {
    float: left;
    margin: 0 1%;
    width: 23%;
    cursor: pointer;
    padding: 25px 21px;
    font-size: 30px;
    line-height: 31px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #0443c4;
    border-radius: 5px;
}
.Groupsul.tabs li:hover {
    color: #043c6c;
   
}

.Groups ul.tabs li.active {
    font-weight: 500;
    color: #fff;
    display: block;
}

.tab_container {
    border-top: none;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin: 20px 0 0 0;

}

.tab_content {
    padding: 20px 20px 0 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}
.tab_content .img_holder img {
    width: 100%;
    border-radius: 10px;
}
.tab_container h4{
    margin-bottom: 15px;
}
.tab_container p{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.tab_container a{
    padding: 5px 15px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #0443c4;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
}

.appointment form .row .col-md-12 .input_box{
 align-items: unset;
}
.appointment form .row .col-md-12 .input_box .icon{
    margin-top: 8px;
}









    @media (min-width: 768px){
        .Groups ul.tabs li {
            padding: 10px 3px;
            font-size: 15px;
            line-height: 24px;
        }
    }

    @media (min-width: 1025px){
        .Groups ul.tabs li {
            font-size: 20px;
          
        } 
    }
  
    .page_banner{
        position: relative;
    }
    .location_sec ul{
        text-align: center;
        padding: 10px 0;
    }
    .location_sec li{
        font-size: 19px;
        color: #003b57;
        display: inline-block;
       margin: 15px;
        border-bottom: 1px solid #000;
    }
    .location_sec li a{
        font-size: 19px;
        color: #003b57;
        display: inline-block;
      
    }
    .modal-header{
        border-bottom: none;
    }
    .modal-footer{
        border-top: none;
    }
    form .col-box1 input{
        width: 100%;
        height: 40px;
        padding: 0 10px;
        border: 3px;
        font-size: 17px;
        color: #707070;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
    form .col-box1 textarea{
        width: 100%;
        min-height: 70px;
        padding: 10px;
        border: 3px;
        font-size: 17px;
        color: #707070;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        outline: none;
    }
    form .col-box1 input[type="submit"]{
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
        padding: 7px 20px;
        border-radius: 5px;
        color: #fff;
        background-color: #0072dc;
    }
    form .col-box1 input[type="submit"]:hover{
        cursor: pointer;
        background-color: #0072ff;
    }
    .appointment form .input_box .icon i{
        font-size: 22px;
        color: #0586ff;
    }
    .location_sec li  i{
        font-size: 19px;
        color: #0586ff;
        margin-right:5px;
    }

    .tab_content .row{
        margin-bottom: 30px;
    }
 
  
   
   
   
   
   
 @media (max-width:1199px){
        .book_appointment_btn a {
            font-size: 22px;
        }
        .doctor_description {
            position: absolute;
            width: 80%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -9%);
        }
        
    }

    @media (max-width:1099px){
        .con-info li a img {
            width: 22px;
        }
        .rating_star li a img{
            width: 18px;
        }
        .doctor_profile {
            left: -45px;
            top: 8px;
            width: 194px;
            height: 194px;
        }
        .wrapper:after {
            width: 237px;
        }
        .wrapper .doctor_details {
            padding-left: 254px;
        }
        .con-info li a{
            font-size: 20px;
            padding-left: 30px;
        }
        .wrapper .location_area p {
            padding: 0 0;
            font-size: 17px;
            line-height: 20px;
        }
        .details_page{
            padding: 150px 0;
        }
        .doctor_specelist {
            font-size: 19px;
            margin-bottom: 5px;    
        }
    }

    @media (max-width:1024px){
        .doctor_specelist {
            font-size: 20px;
            line-height: 23px;
           
        }
        .location_area p {
            font-size: 15px;
            margin-top: 9px;
        }
        .doctor_name {
            font-size: 30px;
        }
        .catagori_list_slider_area .slick-prev{
            left: 0;
            width: 40px;
            height: 40px;
        }
        .catagori_list_slider_area .slick-next{
            right: 0;
            width: 40px;
            height: 40px;
        }
        .doctor_img img{
            width: 100%;
        }
        .book_appointment_btn a {
            font-size: 15px;
        }
       
        .location_area p {
            font-size: 13px;
            
        }
    }
    @media screen and (max-width: 991px) and (min-width: 768px){
        .doctor_profile {
            left: 8px;
            top: 8px;
            width: 150px;
            height: 150px;
            right: 8px;
            bottom: 8px;
        }
        .wrapper:after {
            width: 164px;
            clip-path: none;
        }
        .wrapper .doctor_details {
            padding-left: 190px;
        }
        .con-info li {
            margin-right: 14px;
            margin-bottom: 10px;
        }
        .wrapper{
            padding: 0 0;
        }
        .catagori_list li a{
            font-size: 14px;
            line-height: 18px;
        }
    }
    @media (max-width:767px){
       
        .wrapper {
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }
        .location_sec li,.location_sec li a{
            font-size: 19px;
            line-height: 25px;
        }
        .doctor_img,.doctor_details,.book_appointment_btn{
           max-width: 320px;
           display: block;
           margin-left: auto;
           margin-right: auto;
        }
        .location_area p img {
            width: 13px;
        }
        .book_appointment_btn a {
            border: 2px solid #158efe;
            font-size: 15px;
            border-radius: 100px;
            padding: 6px 15px;
        }

        .doctor_name {
            font-size: 20px;
        }
        .doctor_specelist {
            font-size: 17px;
            line-height: 18px;
        }
        .location_area p {
            font-size: 13px;
            margin-top: 9px;
            margin-bottom: 12px;
        }
        .doctor_img img{
            width: 100%;
        }
        .ftr_top ul li{
            padding-right: 0;
        }
        .appointment{
            padding: 0 0 50px;
        }
        .appointment form input[type="submit"] {
            font-size: 16px;
            padding: 0px 50px;
        }
        .appointment form input[type="time"]{
            width: 100% !important;
            float: none !important;
            padding:0 9px;
        }
        .appointment form textarea {
            padding: 7px 20px 20px 7px;
        }
        .appointment form input {
            width: calc(100% - 36px);
            height: 44px;
            font-size: 16px;
            padding: 0 9px;
        }
        .input_box select {
            padding: 11px 10px 11px 42px;
            font-size: 16px;
            background: url(../img/dropdown-arrow.png)no-repeat center right 17px #f2f9fc;
            
        }
        .appointment form .input_box .icon {
            float: none;
            width: auto;
            text-align: right;
            left: 26px;
            top: 9px;
        }
       
        .top_heading {
            margin-bottom: 30px;
            margin-top: 30px;
        }
       
        .catagori_list_slider_area {
            background: #0084ff;
            padding: 5px 10px;
        }
        .page_banner{
            padding: 150px 0;
        }
        .doctor_description {
            position: unset;
            width: 100%;
            left: unset;
            top: unset;
            transform: none;
        }
        .details_page{
            padding: 50px 0 !important;
        }
        .doctor_profile {
            left: unset;
            top: unset;
            width: 140px;
            height: 140px;
            position: unset;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        .wrapper:after{
            display: none;
        }
        .wrapper .doctor_details{
            padding: 10px;
        }
        .con-info li {
            display: block;
            margin-right: 0;
            margin-bottom: 10px;
        }
        .con-info li:last-child {
            text-align: left;
            margin-bottom: 0;
        }
        .doctor_profile img {
            border-radius: 50%;
            border: 6px solid #fff;
            width: auto;
            height: auto;
            object-fit: unset;
            margin: 0 auto;
            display: block;
        }
        .Groups ul.tabs li {
            margin: 1%;
            width: 48%;
            padding: 4px 7px;
            font-size: 12px;
            line-height: 31px;
        }
        .tab_content .img_holder img{
            margin-bottom: 30px;
        }
        .tab_content {
            padding: 20px 1px 0 0px;
          
        }
        .wrapper .location_area p{
            margin-bottom: 0;
        }
        
    }

    @media (max-width:480px){
        .cat_col a span {
           font-size: 13px;
        }
        .page_banner{
            padding: 70px 0;
        }
    }

.mylocation_popup input{
    width: 100%;
    height: 40px;
    color: #707070;
    padding:  0 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin-bottom: 20px;
    border: none;
    border-radius: 3px;
}
    
.digit-group input {
    width: 30px;
    height: 50px;
    background-color:#ddd;
    border: 1px solid #707070;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin: 0 2px;
}

.splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}


.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}
.mylocation_popup .modal-header {
    display: block;
    text-align: center;
    justify-self: unset
}
    
.mylocation_popup input[type="submit"]{
    background-color: #0072dc;
    color: #fff;
}
.mylocation_popup input[type="submit"]:hover{
    cursor: pointer;
    background-color: #0072ff;
}
#timepicker{
    
    cursor: pointer;
}

@media (max-width:767px){
    #timepicker {
        background: url(../img/icon5.png)no-repeat center right 0px #f2f9fc;
        cursor: pointer;
        background-size: 20px;
    }
    .appointment form .input_box .icon i {
       
        margin-left: 14px;
    }
    
}
#output {
  padding: 20px;
  background: #dadada;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    margin: auto;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    outline:none;
}
.loader:hover{
    cursor:pointer;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.bottom_header  form{
    position:relative;
}
form #myDropdown{
    position:absolute;
    width:100%;
    
    padding:10px;
}
.loading-button{
    background: #fff;
    border: none;
    height: 40px;
    width: 30px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    padding: 3px 0 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    outline:none;
}
.loading-button:hover{
    cursor:pointer;
}
.loading-button:hover span{
  transform: translateY(-3px);
}
.loading-button:focus{
  outline:none;
}

.search_btn{
    width: 80px;
    background:#0084ff;
    height: 40px;
    border-radius: 0 30px 30px 0;
    border:none;
    outline:none;
}
.search_btn:hover{
    cursor:pointer;
}





.loading-button.loading span{
    top:unset;
    right:0;
    display:none;
}



.loading-button.success{
  pointer-events:none;
}

.loading-button.loading{
  animation: bounce 1s infinite;
  pointer-events:none;
  background:url(../img/microphone.png)no-repeat center;
  background-size:contain;
  width:30px;
  
}


/*.loading-button:after{
  position:absolute;
  content:"✔";
  color: transparent;  
  text-shadow: 0 0 0 #000;
  display:block;
  top:60px;
  left:50px;
  transition:0.3s;
  transition-delay:0.1s;
}*/

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    height:30px;
  }
	40% {
    transform: translateY(-30px);
    height:30px;
  }
	60% {
    transform: translateY(-15px);
        height:30px;

  }
}
.review{
    margin:20px 0px 30px 0px;
  }
  fieldset, label { margin: 0; padding: 0; }
  

  
  /****** Style Star Rating Widget *****/
  
  .rating { 
    border: none;
    float: left;
    
  }
  
  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .rating > .half:before { 
    content: "\f089";
    position: absolute;
  }
  
  .rating > label { 
    color: darkgreen; 
   float: right; 
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
  
  .rattingexp{
    float:right;
   }
  
  .reviewpanel myrate{
    float:right;
  }
  
  .myrate .rating > label:before{
    font-size:12px;
  }
  #vtab1{
    overflow-y: scroll;
    max-height: 300px;
    padding:0 1em 0 0;
  }
  #vtab1::-webkit-scrollbar {background-color:#EEE;width:10px;}
  #vtab1::-webkit-scrollbar-thumb {
      border:1px #EEE solid;border-radius:2px;background:#777;
      -webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
      -webkit-transition: all .3s ease-out;transition: all .3s ease-out;
      }
  #vtab1::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}	
  
  .new .wrapper:after{
      display: none;
  }
  .doctor_profile1{
      float: left;
      width: 50%;
      height: 100%;
      position:relative;
      border: 1px solid #f1f1f1;
      text-align: center;
      padding: 19px 0;
  }
  .new .wrapper{
      height: 100%;
  }
  .doctor_profile1 img{
    width: 300px;
    object-fit: cover;
    height: 300px;
    border-radius: 50%;
    border: 7px solid #fff;
    box-shadow: 0 0 79px 0 rgb(0 0 0 / 12%);
  }
  .new .wrapper .doctor_details{
    width: 50%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  .new .doctor_name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
}
.new .doctor_specelist {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    max-width: 374px;
}
.new .wrapper .location_area p {
    padding: 7px 0;
    font-size: 17px;
    max-width: unset;
    margin-top: 0;
    line-height: 15px;
}
.new .rating{
    float: none;
    margin-bottom: 10px;
}
.new .wrapper{
    padding: 0;
    box-shadow: unset;
    background: none;
}
.new{
    padding: 20px 0 0 0;
    background-color: #f1f1f135;
}
.offer_list ul li img{
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;

}
.offer_list{
    background-color: #000;
    padding: 30px;
}
.offer_list ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}
.offer_list ul li a{
    color: #fff;
}
.offer_list ul li:last-child{
    margin-bottom: 0;
}
.offer_list ul{
    border:1px solid #fff;
    padding: 30px;
}
.offer_list{
    position: relative;
}
.offer_list span{
    position: absolute;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    top: 12px;
    left: 21px;
}
.write_review_list ul{
    display: flex;
    justify-content: space-around;
    width:100%;
}
.write_review_list ul li a{
    color: #000;
    font-size: 16px;
}
.write_review_list{
    padding:5px 0;
    
}
.offer_box{
   position: relative;
   margin-bottom:15px;
}
.offer_box:after{
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
}
.add_now_btn {
    padding: 5px 15px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #0443c4;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.add_now_btn:hover{
    color:#fff;
    background:#2767eb;
}
.price{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}
.right_service li{
    margin-bottom: 40px;
}
.right_service a.price
.right_service .img_holder {
    height: 100%;
    position:relative;
}
.right_service .img_holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_service .rating {
    border: none;
    float: none;
    display: block;
}
.discount {
    text-decoration: line-through;
    color: #9f9b9b;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px;
}
.offer_dis{
    color: #707070;
    display: inline-block;
    margin-left: 15px;
}
.doctor_imformation .new_details{
    width:50%;
    float:right;
    padding:20px 0px 20px 10px;
} 
.book_appointment_btn ul li{
   width:50%;
   float:left;
}
.book_appointment_btn{
    margin-top:10px;
}
.book_appointment_btn ul li a{
    display:inline-block;
    font-size: 13px;
}
.book_appointment_btn ul{
    display:flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.doctor_imformation{
    padding:50px 0 30px 0;
}
/**header**/
.nav-primary {
    padding: 0 0 0 0;
    width: 100%;
    left: 0;
    z-index: 99;
    font-family: "Rubik", sans-serif;
    top: 80px;
    height: 100%;
    overflow-y: auto;
  }
  
 /* .nav-primary ul {
    margin: 0 0 0 0;
    padding-top: 15px;
    padding-bottom: 80px;
    list-style: none;
    display: block;
  }*/
  
  .nav-primary ul li {
     position: relative;
    display: block;
   
  }
  .menu-item-has-children:after{
    position: absolute;
    content: '';
    background-color: #fff;
    right:0;
    top: 20px;
    width: 1px;
    height: 23px;
  }
  .menu-item-has-children:last-child:after{
    display: block;
  }
  
  .nav-primary ul li a {
     font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
  }
  
  .nav-primary ul li a:hover,.nav-primary ul .current a{
   
   text-decoration: none;
  }
  
  .nav-primary ul.sub-menu {
    display: none;
    padding: 0;
  }
  
  .nav-primary ul.sub-menu li {
    font-size: 15px;
    margin: 0;
    padding: 0 0;
    display: block;
    background-color: #f1f1f135 !important;
  }
  
  .nav-primary ul.sub-menu li a {
    padding: 10px 30px;
    display: block;
  }
  
  .nav-primary ul.sub-menu li .sub-menu a {
    padding: 10px 50px;
    
  }
  
  .nav-primary .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    line-height: 44px;
    text-align: center; 
  }
  .nav-primary .sub-menu-toggle:after{
      position: absolute;
      font-family:'FontAwesome';
      color: #000;
      font-size: 15px;
      right: 0;
      top: 50%;
      content: '\f105';
  }
  .sub-menu-toggle.js-clicked {
    transform: rotate(90deg);
  }
  
  .nav-primary ul.sub-menu.js-toggled {
    display: block;
  }
  
  button:focus {
    outline: none;
  }
  
  .nav-fixed {
    background-color: #102542;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 999;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
  
  .nav-fixed ul {
    margin-left: 0;
  }
  
  .nav-fixed ul li {
    float: left;
    width: 25%;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    padding: 35px 0;
  }
  
  .nav-fixed ul li a {
    color: #ffffff;
    display: block;
  }
  
  .nav-fixed ul li a:hover {
    text-decoration: none;
  }
  
  .nav-fixed ul li span {
    display: block;
    font-size: 17px;
    padding: 13px 0 0;
  }
  
  .nav-fixed ul li:hover {
    background: #0055A4;
  }
  
  .search-div {
    background-color:#102542;
    margin: -9px 0 0 0;
    padding: 10px 0;
    display: none;
    position: relative;
    z-index: 99;
  }
  
  .search-content {
    background-color: #fff;
    position: relative;
    height: 40px;
  
  }
  
  .search-content input[type="text"] {
    width:100%;
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 20px;
  }
  
  .search-content input[type="submit"] {
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 20px;
    color:#fff;
    background-color: #0055A4;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    border:1px solid #0055A4;
  }
  
 .toggle-menu{
      display: none;
  }
  .search-icon  .fa{
      position: relative;
      height: 35px;
      width: 35px;
      cursor: pointer;
      background: none;
      font-size: 15px;
      color: #f70303;
      line-height: 33px;
      border: 1px dashed #ffffff;
      border-radius: 50%;
      text-align: center;
  }
  
  
  @media (min-width: 992px) {
   
    .nav-primary {
        display: block !important;
        position: relative;
        top: 0;
        background: transparent;
        height: auto;
        overflow-y: inherit;
        font-family: 'Agency FB', arial;
    }
  
    .search-div {
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 100%;
        left: 0;
    }
  
    .nav-primary ul {
        padding: 0 0 0 0;
    }
  
    .nav-primary ul li.menu-item-has-children {
        float: none;
        margin-left: 0px;
      
    }
    .nav-primary ul li.menu-item-has-children:first-child{
      margin-left: 0;
    }
    
    .page-header_main-menu {
        height: auto;
        float: right;
        margin-right: 0;
    }
    
    .js-scrolled .nav-primary ul li ul.sub-menu {
        padding: 0 0 0 0;
    }
  
    .sub-menu-toggle {
        top: 27px;
        right: 30px;
    }
  
    .nav-primary ul.sub-menu {
        position: relative;
        width: 100%;
        background: #f1f1f135;
        top:100%;
    }
  
    .nav-primary ul.sub-menu li {
        float: none;
        padding-bottom: 0;
    }
  
    .nav-primary ul li ul.sub-menu .sub-menu {
        left:235px;
        top:0px;
        border:none;
    }
  
    .nav-primary ul li ul.sub-menu li a {
        padding: 0px 20px;
        border-bottom: 1px solid #ededed;
        height: auto;
    }
  
    .nav-primary ul li ul.sub-menu li a:hover {
        color: #202020; 
    }
    .nav-primary ul li ul.sub-menu li:hover{
       border-left-color:1px solid #000;
    }
    .nav-primary ul li ul.sub-menu .sub-menu li a {
        padding: 7px 20px;
    }
  
    .nav-primary .sub-menu-toggle {
        top: 21px;
        right: 3px;
        width: auto;
        height: auto;
        line-height: 1em;
        font-size: 8px;
        font-weight: 400;
        display: block;
    }
  
    .nav-primary .sub-menu .sub-menu-toggle {
        /*transform: rotate(-90deg);*/
        right: 10px;
    }
  
    .nav-primary ul li ul.sub-menu li:hover .sub-menu-toggle{
        color: #ffffff;
    }
  
    .nav-primary ul.sub-menu li:hover > a,
    .nav-primary ul.sub-menu li.current-menu-item > a,
    .nav-primary ul.sub-menu li.current-menu-ancestor > a {
        background:transparent;
        color: #ffffff;
    }
   
  }
  


  
   
  @media (max-width: 1200px){
      .search-icon{
        margin-top: 28px;
        float: right;
      }
  }
  @media (max-width: 991px){
      .toggle-menu{
        float: right;
        display: block;
        margin-top: 25px;
      }
        .nav-primary {
          top: 70px;
        }
        .toggle-menu .fa{
          font-size: 30px;
          color: #f70303;
        }
        .search-icon{
          display: none;
        }
        .nav-primary ul li a{
          padding: 10px 0 10px 15px;
          display: block;
        }
        .sub-menu li a{
          color: #000 !important;
        }
        .nav-primary .sub-menu-toggle{
        display: block !important;
        }
  
  }

  .left_sidebar_cat{
      border: 1px solid #dedede;
      padding: 20px;
  }


/**7/2/22**/
.doctor_chembar_locations li{
    background:#f1f1f1;
    width:100%;
    margin-bottom:10px;
    position:relative;
}
.doctor_chembar_locations li:last-child{
    margin-bottom:0;
}
.doctor_chembar_locations li a{
    padding:10px 10px 10px 50px;
    color:#000;
    font-size:16px;
    display:block;
}
.doctor_chembar_locations li .fa{
    left: 15px;
    top: 15px;
    font-size:25px;
    position:absolute;
    
}
.doctor_chembar_locations,.days_time {
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius:5px;
    box-shadow:0 0 20px 0 rgba(1,84,181,0.3);
    margin-bottom:30px;
}
.days_time h4{
    text-align: center;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    position: relative;
    padding-top:20px;
}
.days_time h4:after{
    left: 50%;
    bottom: -3px;
    font-size:25px;
    position:absolute;
    content:'';
    height:5px;
    width:40px;
    background:#0154b5;
    margin-left:-20px;
    
}
.days_time p{
    display:inline-block;
    background:#0154b5;
    color:#fff;
    text-align:left;
    padding:5px 10px;
    margin-bottom:20px;
    margin-right:15px;
}
.days_time p:last-child{
    margin-bottom:0;
}
section.doctor_all_details {
    padding: 0 0 50px 0;
    background: #f1f1f10d;
}
.services {
    padding: 10px 0 0 ;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.services a{
    display:block;
    color:#0154b5;
    text-align:left;
    padding:5px 10px;
   
}
.services a:last-child{
    margin-bottom:0;
}
.mt-50{
    margin-top:0px;
}
.services h3{
    margin-bottom:15px;
    padding:0 10px;
}
.services a:hover{
    color:#fff;
    background-color: #0154b9;
}

.nav li{
    width:50%;
    background: #f5f5f5;
    text-align: center;
    border: #e8e8e8 solid 1px;
}

.nav li a{
    color: #424242;
    width: 100%;
    padding:10px 0;
    display: block;
    text-transform: uppercase;
}
.tab_review_area .tab-content .active.fade{
    opacity:1;
}
.tabbable .tab-content .nav li{
    width: auto;
    background: none;
    border: none;
    margin-right: 20px;
    margin-bottom:15px;
}
.tabbable .tab-content .nav li:last-child{
    margin-right:0;
}
.tabbable .tab-content .nav{
    margin-top:20px;
}
.tabbable .tab-content .nav li a{ 
    border:1px solid #f1f1f1;
    padding:5px 10px;
    color:#707070;
    font-size:13px;
    border-radius:5px;
    display:inline-block;
}
.tab_review_area .tab-content .nav li .show{
    border: 1px solid #259004;
    color: #259004;
}
.tab_review_area .nav-tabs li .show{
    background:#fff;
    border-top:5px solid #438dd2;
}
.tab_review_area .nav-tabs{
    border-bottom: none;
}
.show
.allratingM .allratL {
    margin-right: 2%;
    width: 8%;
    float: left;
}
.allratingM .allratR {
    float: right;
    font-size: 13px;
    width: 89%;
}
.comn_lnk li {
    float: left;
    padding: 0 0 20px 0;
    width: 33%;
   
}
.reviews{
    display: flex;
    justify-content: center;
}
.reviews a .fa{
    
    font-size: 16px;
}
.reviews a{
    margin: 0 3px;
}
.rate_experience{
    padding:10px 0;
}

.rate {
    float: left;
   
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 19px;
    color: #ccc;
    margin-bottom: 0;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
 .rate > label:hover ~ input:checked ~ label{
    color: #c59b08 !important;
}
.add_review_wrapper{
    background:#0154b5;
    padding:20px 15px;
   
}
.add_review_wrapper a,.add_review_wrapper p{
    color:#fff;
}
.add_review_wrapper textarea{
    width:100%;
    min-height:150px;
    resize:unset;
    outline:none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    font-weight: 300;
    resize: none;
}

/**9/2/22**/
.share_width li{
    display:inline-block;
    margin-right:40px;
    vertical-align: super;
    color:#fff;
}
.share_width li .fa{
    color:#fff;
    font-size:20px;
}
.guideline{
    text-align:right;
    color:#fff;
}
.submit_btn{
    background: #fff;
    font-size: 16px;
    color: #0154b5;
    padding: 12px 65px;
    border: 0;
    outline: none;
    border-radius: 2px;
    margin: 20px 10px 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.tab-content input[type="file"]{
    border:1px solid #fff;
    width:100%;
    border-radius:5px;
    background:#fff;
    padding:5px 10px;
}
.tab_review_area .tab-content nav{
    margin:0 0 15px;
}
.rwopinion2{
    font-size:14px;
}
span.rName {
    font-weight: 800;
}

 
.comn_lnk li:hover .emoji_icns {
    display: flex !important;
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 10px 15px;
    border-radius: 73px;
    z-index: 999;
    max-width: 355px;
    justify-content: center;
    align-items: center;
}

.hvralls:hover .emoji_icns a{
    display:inline-blcok;
}
.hvralls:hover .emoji_icns a img{
    width:30px;
}
 

.hvralls:hover .emoji_icns a:hover .bounce{
    animation: bounce 1s ease infinite;
}
.hvralls{
    display:inline-block;
    padding-bottom:15px;
}
.comn_lnk .input_wrapper input[type="radio"]{
    width:0;
}
 @keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.comn_lnk li a {
    color:#000;
}
.comn_lnk li a .fa{
    margin-right:10px;
}

.tab_review_area .tab-content{
    padding-bottom:50px;
}
.review_list{
   background: #f1f1f196;
    padding: 10px;
    border-radius: 5px; 
}

/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */

#full-stars-example {}

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
 
  .sub_catagori_sec{
      padding-top:50px;
  }
  .sub_catagori_sec .service_box{
      height:auto;
  }
  .sub_catagori_sec .service_box .img_holder {
    height: 241px;
}
.input_wrapper input[type="radio"]{
    
}
  /***listing doctor details**/
  .short_result_by_area .container{
      max-width:1030px;
  }
  .sort_result_title{
      float:left;
      background:#e6e6e6;
      padding:10px 40px 10px 10px;
      color:#424242;
      position:relative;  
      width: 187px;
  }
  .sort_result_title:after{
      position:absolute;
      content:'';
      height: 30px;
      width: 32px;
      top: 7px;
      right: -16px;
      background: #e6e6e6;
      transform: rotate(45deg);
  }
  .tab-menu{
      float:right;
  }

.tab-menu ul{
	display: flex;
    justify-content: flex-start;
}

.tab-menu ul li{
	display: inline-block;
}
.tab-menu ul li a{
	padding: 9px 18px;
	border:1px solid #e6e6e6;
	border-left:none;
	display:block;
    color:#424242;	

}
.tab-menu ul li a.active-a{
	color: #fff;
    background-color: #0154b5;
}
.tab{
	display: none;
}
.tab h2{
	color: rgba(0,0,0,.7);
}
.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.tab-active{
	display: block;
}
.catagori_listing_wrapper .new_details .doctor_name {
    font-size: 20px;
    line-height: 30px;
}
.catagori_listing_wrapper .new_details .doctor_specelist {
    font-size: 16px;
}
.catagori_listing_wrapper .new_details .location_area p {
    font-size: 12px;
    padding-left: 0;
    margin-top: 0;
}
.catagori_listing_wrapper .rating_star li {
    font-weight: 500;
    font-size: 13px;
}
.catagori_listing_wrapper .rating_star li img{
    width:17px;
}
.catagori_listing_wrapper .veri_trust img {
    width: 58px;
}

.catagori_listing_wrapper .book_appointment_btn a {
    font-size: 15px;
    padding: 10px 8px;
}
.catagori_listing_wrapper .amout_sec a{
    font-size:13px;
}
 .short_result_by_area .book_appointment {
    padding: 0;
}
.short_result_by_area{
    padding-bottom:50px;
}
.page_title{
    padding:50px 0;
    text-align:left;
    color:#fff;
}
.short_result_by_area .book_appointment .row{
    background: #dedede20;
    padding:4px 0;
}
.short_result_by_area .nav-primary ul li a{
    padding:0 5px;
    font-size:15px;
    color:#fff;
    text-transform: capitalize;
}
.short_result_by_area .left_sidebar_cat {
    border: 1px solid #dedede;
    padding: 20px 10px;
    background: #0485fd;
}
.short_result_by_area .nav-primary .sub-menu-toggle:after{
    color:#fff;
}
.short_result_by_area .menu-item-has-children:after {
    width: 0;
    height: 0;
}
.short_result_by_area .nav-primary .sub-menu-toggle{
    top: 11px;
}
.getlocation input[type="text"]{
    width:calc(100% - 100px);
    float:left;
    height:40px;
    padding:0 10px;
    border: 1px solid #1917b7;
    border-radius: 5px 0 0 5px;
}
.getlocation input[type="submit"]{
    width:100px;
    float:right;
    height:40px;
    outline:none;
    color:#fff;
    background:#1917b7;
    border: 1px solid #1917b7;
    border-radius: 0px 5px 5px 0;
}
.getlocation .modal-header{
    padding:10px 20px 0 10px;
    display:block;
}
.getlocation p,.enqury_popup_form h4{
    font-size: 15px;
    margin-bottom:15px;
}
.getlocation h4 {
    font-size: 18px;
    font-weight: 600;
}
.getlocation img,.enqury_popup_form img{   
    position: absolute;
    left: 50%;
    width:140px;
    margin-left: -70px;
    
}
.enqury_popup_form input{
    width:48%; 
    float:left;
    margin:0 1% 10px 1%;
    height:40px;
    padding:0 10px;
    border: 1px solid #1917b7;
    border-radius: 5px;
}
.tab_toggle_menu:after{
    position:absolute;
    right:0;
    top:14px;
    content:'\F3E0';
    font-family: "bootstrap-icons";
    color:#000;
    font-size:20px;
}
.tab_toggle_menu,.side_menu_toggle_btn{
    position:relative;
}
.side_menu_toggle_btn:after{
    position: absolute;
    right: 30px;
    top: 5px;
    content: '\F479';
    font-family: "bootstrap-icons";
    color: #000;
    font-size: 31px;
}
.add_to_fav{
    position:absolute;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    background:#0443c4;
    top:0;
    right:0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_to_fav{
    
    display:block;
}
.add_to_fav:hover{
    background:#fff;
    color:#0443c4;
    border:1px solid #0443c4;
}
.add_to_fav.bi{
    color:#fff;
}


#join_as_partner_popup form .input_field{
    display: flex;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding:5px 10px;
    margin-bottom:15px;
}
#join_as_partner_popup .modal-content{
    padding:0 15px 20px 15px;
}
#join_as_partner_popup .modal-header{
    padding:10px 10px 0 10px;
}
#join_as_partner_popup form .input_field input[type="text"]{
    border:none;
    padding:0 0 0 5px;
    border-left:1px solid #dedede;
    margin-left:5px;
}
.input_field span img{
    height:30px;
}
.send_one_time_pass{
    cursor: pointer;
    background: #0084ff;
    border-color: #0084ff;
    color: #fff;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin-bottom:15px;
}
.send_one_time_pass:hover{
    background:#0443c4;
}
.width_btn{
    color: rgb(105, 105, 105);
    font-size: 15px;
    font-weight: 400;
    width:100%;
    text-align: center;
    border: none;
    border-radius: 5px;
    border:1px solid #dedede;
    background:transparent;
    margin-bottom:15px;
    line-height: 42px;
    cursor: pointer;
}
.width_btn img{
    width:30px;
}
.bottom_link a{
    display:inline-block;
    color:#707070;
    margin-right:15px;
}
.bottom_link a:hover{
    color:#0084ff;
}
.bottom_link a:last-child{
    margin-right:0;
}
#loginform .form-control, #signupform .form-control{
    margin-bottom:15px;
}
.ps-btn--fullwidth{
    color:#fff;
}

/**step multi form***/
#top-destination .section-title{
    text-align:center;
    padding:50px 0;
}
.section-title h2{
     color: #000;
    font-size: 36px;
    font-weight: 400;
    text-align:center;
}
.indicator_area button{
    background-color: #0084ff;
    color: #fff;
    border-radius: 5px;
    padding: 9px 39px;
    display: block;
    font-size: 15px;
    border: none;
}
#regForm {
  margin: 0 auto;
  padding:20px;
  width: 100%;
  background:#fff;
}

/* Style the input fields */
#regForm input {
  font-size: 16px;
  border-radius: 0.25rem;
}

/* Mark input boxes that gets an error on validation: */
/*input.invalid {
  background-color: #ffdddd;
}*/

/* Hide all steps by default: */
#regForm .tab1 {
  display: none;
}

/* Make circles that indicate the steps of the form: */
li.step {
  border: none;
  display:block;
  position:relative;
  z-index:2;
  color:#000;
  padding:10px 10px 10px 40px;
  font-size:15px;
  
}
li.step:after{
     background-color: transparent; 
      position:absolute;
      content:'';
      height:100%;
      width:3px;
      left:-38px;
      top:0;
}
li.step.active:after{
     background-color: #0084ff; 
      position:absolute;
      content:'';
      height:100%;
      width:3px;
      left:-24px;
      top:0;
}
li.step.active span{
     display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    color:#fff;
    background-color: #0084ff; 
    position:absolute;
    left:0;
    text-align:center;
    top:12px;
    border-radius:50%;
}
li.step span{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    color:#fff;
    background-color: rgb(232, 232, 232); 
    position:absolute;
    left:0;
    text-align:center;
    top:12px;
    border-radius:50%;
}
/* Mark the active step: */
li.step.active {
  opacity: 1;
}

.customer_records input[type="text"]{
    width:calc(100% - 205px);
    float:left;
}
.remove input[type="text"]{
    width:calc(100% - 205px);
    float:left;
}
.remove{
    margin-bottom:30px;
    position:relative;
}
.remove:after{
    clear:both;
}
.remove:before{
    clear:both;
}
.extra-fields-customer{
    width:175px;
    text-align:center;
    float:right;
}
.btn-remove-customer{
     width:175px;
    text-align:center;
    float:right;
}
.indicator_area #prevBtn{
    float:left;
    cursor:pointer;
}
.indicator_area #nextBtn{
   float:right; 
   cursor:pointer;
}
.fixed{
  position: fixed;
  top: 0;
}















.processbar_step h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.processbar_step{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    padding: 20px;
    background:#fff;
    border-radius: 10px;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: transparent;
}
.tab1 h3 {
    font-size: 17px;
    font-weight: 600;
}
.tab1 p{
     font-size: 13px;
     margin-bottom:10px;
}
.tab1 .form-group label{
    margin-bottom:7px;
}
.input_field{
    position:relative;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
} 
.input_field .icon{
     position:absolute;
     left:10px;
     top:10px;
}
.input_field input[type="text"]{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 36px;
    border:none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input_field button{
    background:transparent;
    border:none;
    padding:5px 10px;
    border-left:1px solid #707070;
    position:absolute;
    right:10px;
    top:5px;
}
.input_field button img{
    margin-right:10px;
}
.form-group h4{
    font-size:17px;
}
.or span{
    text-align:center;
    background:#fff;
    position:relative;
    z-index:2;
    display:block;
    max-width:250px;
    margin:0 auto;
    
}
.or{
    position:relative;
    margin-bottom:15px;
}
.or hr{
    position:absolute;
    top:-2px;
    width:100%;
    left:0;
}
 .tab1 .btn-primary{
    display:block;
}
.tab1{
    border:1px solid #f1f1f1;
    padding:20px;
    margin-bottom:50px;
    border-radius:10px;
}




























.partner_width_us{
    padding:100px 0;
}
.partner_width_us h2{
    color:#fff;
}
.partner_width_us h2 span{
    display:block;
    font-size:15px;
    color:#fff;
}
.banner_btns a{
    background-color: #0084ff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    width:19rem;
    display: inline-block;
    text-align:center;
    font-size: 15px;
    border:1px solid #0084ff;
}
.banner_btns a:last-child{
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    display: inline-block;
     text-align:center;
    font-size: 15px;
    border:1px solid #fff;
    margin-left:15px;
}
.why_partner{
    padding:100px 0;
    text-align:center;
}
.why_partner h2{
    text-align:center;
}
.why_partner p{
    text-align:center;
    max-width:700px;
    margin-right:auto;
    margin-left:auto;
    display:block;
    margin-top:8px;
}
.why_partner_col_wrapper .bi {
    font-size: 50px;
    color:#0084ff;
}
.why_partner_col_wrapper {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 30px 0;
    margin-top: 40px;
    border-radius: 5px;
}



/* Mark input boxes that gets an error on validation: */
/*input.invalid {
  background-color: #ffdddd;
}*/


.input_wrapper{
    margin-right:10px;
}

/***page_title_sec***/
.page_title_sec{
    background:#f1f1f135;
    padding:50px 0;
    text-align:center;
}
.page_title_sec h2{
    text-align:center;
    font-size:25px;
}
.page_title_sec ul li{
    font-size:17px;
    display:inline-block;
    margin-right:15px;
    color:#707070;
}
.page_title_sec ul li a{
    color:#707070;
}
.page_title_sec ul li:last-child{
    margin-right:0;
}
.ps-table--shopping-cart thead{
    background:#eee;
}
.ps-table--shopping-cart{
    border:1px solid #eee;
}
.ps-table--shopping-cart thead th{
    border:1px solid #f1f1f1;
}
.ps-table--shopping-cart  tbody td button{
    background:#cf1717;
    border:none;
    outline:none;
    color:#fff;
    border-radius:3px;
}
 .pac-container{
    z-index:99999999999999999999;
   
}
.enquire_btn{
    padding: 9px 18px;
    border: 1px solid #e6e6e6;
    display: block;
    color: #424242;
    float:right;
}
.razorpay-payment-button{
    background-color: #0154b5;
    color: #fff;
    border: 2px solid #158efe;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor:pointer;
    padding: 8px 10px;
}
.razorpay-payment-button:hover{
    background-color: #158efe;
}
.checkoutsecurlybtn {
    display: table;
    margin: 20px auto 0 auto;
    padding: 7px 20px;
    border: 1px solid #0084ff;
    border-radius: 25px;
    color: #fff;
    background: #0084ff;
}
.checkoutsecurlybtn:hover{
     color: #fff;
    background: #0d61af;
}
.box_wrapper{
    padding:15px 10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}
.ps-section__content .razorpay-payment-button{
    padding:10px 50px;
    border-radius:25px;
    background:#158efe;
    display:table;
    margin:20px auto 0 auto;
}
.ps-section__content .razorpay-payment-button:hover{
     color: #fff;
    background: #0d61af;
}
.ps-shopping-cart{
    padding:50px 0;
}
.favorite_sec table{
    width:100%;
    margin-bottom:30px;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}
.favorite_sec table thead tr th{
    border:1px solid #fff;
    color:#fff;
    background:#0084ff;
    padding:5px 15px;
    text-align:center;
}
.favorite_sec table tbody tr td{
    border:1px solid #dedede;
    padding:5px 15px;
    text-align:center;
}
.favorite_sec{
    padding:50px 0;
    background:#f1f1f135;
}
.favorite_sec table tbody tr td img{ 
    width: 80px;
    height: 80px;
    border-radius: 50%;
}



@media (max-width:1024px){
    .tab-menu ul li a {
        padding: 9px 15px;
    }
    .enquire_btn{
        padding: 9px 15px;
    }
}

@media (max-width:991px){
    .sort_result_title {
        padding: 10px 20px 10px 10px;
        width: 150px;
        font-size: 14px;
    }
    .sort_result_title:after {
        height:28px;
    }
    /*.tab-menu{
        width:calc(100% - 170px);
    }*/
    .tab-menu ul li a,.enquire_btn{
        padding: 9px 15px;
        padding: 10px 9px;
        font-size: 13px;
    }
    
}
@media (max-width:767px){
    .enquire_btn{
        position: absolute;
        right: 82px;
        top: 5px;
    }
    .fixed {
        z-index: 9;
        width: 100%;
        left: 0;
    }
    
    .book_appointment .box{
        margin-bottom:30px;
    }
    .short_result_by_area .sub-menu li a{
        color:#fff !important;
    }
    .short_result_by_area .nav-primary .sub-menu-toggle {
        top: 0;
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
     .short_result_by_area .nav-primary .sub-menu-toggle:after{
        top: unset;
        right: 10px;
    }
    .short_result_by_area .sub-menu-toggle.js-clicked{
       
    }
    .short_result_by_area .left_sidebar_cat{
        height:100%;
    }
    .left_sidebar_cat .nav-primary{
        height:unset;
        float:none !important;
        overflow-y: unset;

    }
    .left_sidebar_cat .nav-primary li{
      margin-bottom:3px;
    }
    .left_sidebar_cat .nav-primary ul{
        display:block;
        position:relative;
        background: none;
    }
    .left_sidebar_cat .nav-primary .sub-menu{
        display:none;
    }
  
    .short_result_by_area{
        position:relative;
    }
    .left_sidebar_cat{
        display:none;
    }
    .tab-menu{
        display:none;
        position:relative;
        top:0;
        left:0;
        width:100%;
        z-index:99;
    }
    .top_areas_left li:nth-of-type(2){
        display:none;
    }
    .top_areas_left li:nth-of-type(3) {
        margin-top: 7px;
        text-align: right;
    }
    .tab-menu ul li {
        display: block;
    }
    .tab-menu ul {
        display: block;
        background:#f1f1f1;
    }
    .menu_area nav ul li a {
        color: #fefefe;
        font-size: 16px;
        display: block;
        padding: 12px 0;
    }
    .search_btn {
        height: 40px;
       
    }
    .loading-button{
        height: 40px;   
    }
    .bottom_header input[type="text"] {
        font-size: 14px;
      
    }
    .top_areas_left li {
        font-size: 14px;
        float: left;
        width: 50%;
        margin-right: 0;
        text-align: left;
    }
    
    .top_areas_left li a{
        padding-left:10px;
    }
    .top_areas_left select{
        font-size:13px;
    }
    .lab_slider_area .img_holder{
        margin:0;
    }
    .popular_service .service_box .img_holder {
        height: auto;
    }
    .doctor_profile1 {
        float: none;
        width: 100%;
        height: auto;
       
    }
    .doctor_profile1 img {
        margin: 0 auto;
        display: block;
        width:200px;
        height:200px;
    }
    .doctor_imformation .new_details {
         width: 100%;
        float: none;
        max-width: unset;
    }
    .book_appointment_btn .amout_sec a {
        padding: 2px 0;
    }
    .tab_review_area .nav li a {
        font-size: 13px;
    }
    .rating__label {
        font-size: 17px;
    }
    .mt-50{
        margin-bottom:15px;
    }
    .days_time h4{
        padding-top:0;
    }
    .new_details .doctor_name{
        margin-bottom:10px;
    }
}

@media (max-width:575px){
    .top_areas_left li:nth-of-type(3) {
         font-size: 11px;
    }
    .loading-button img{
            width:15px;
    }
    .loading-button {
        height: 30px;
    }
    .search_btn {
        height: 30px;
        width: 50px;
    }
}





#removeSlot{
    display:block;
    width:100%;
}
.input-group-append{
    display:block;
}
#inputFormSlot{
    margin-top:15px;
}
.reviewsec .modal-header {
    display:block;
}




  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 19px;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }




  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }




  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }
  
  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  .tab h3{
      font-size:21px;
      font-weight:500;
  }

/***multi step form**/
.processbar_step{
    text-align:center;
}
.processbar_step ul{
    max-width:150px;
    margin:0 auto;
}


@media (max-width:767px){
    .processbar_step ul{
        max-width:100%;
    }
    .processbar_step {
        text-align: left;
        margin-bottom: 30px;
    }
    li.step{
        display:inline-block;
    }
}
