/*  Theme Responsive Css */


@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow: hidden;
  }
  
  .nav_menu_menu.left {
    left: -449px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -165px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 32.5vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

.main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}

}


@media only screen and (max-width: 1920px){
  
  
  .nav_menu.left {
    left: -449px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -165px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 28.6vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

.main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}

}


@media only screen and (max-width: 1699px){
    
    .main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}


  .select-field .content-box form .form-group input{
    width: 21vmin;
  }

  .select-field .content-box form .form-group .wide{
    max-width: 220px;
  }
  
  .nav_menu.left {
    left: -420px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -135px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 35.5vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}


}

@media only screen and (max-width: 1449px){
    
    .main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}
    
    
 .nav.left {
    left: -407px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -130px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 32.5vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}


  .team-style-three:before{
    display: none;
  }

  .team-style-three .sec-title.light h2{
    color: #00224f;
  }

  .banner-section.style-four .image-box{
    right: 0px;
  }

  .about-style-three .image-box .image{
    float: none !important;
  }

  .about-style-three .image-box .image-1{
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .about-style-three .image-box .image-2{
    max-width: 400px;
    margin: 0 auto;
  }

  .about-style-three .image-box .pattern{
    display: none;
  }

  .about-style-three{
    padding-bottom: 0px;
  }

  .feature-block-two .inner-box{
    /*padding-left: 0.5vmin;*/
    /*padding-right: 0.5vmin;*/
     flex-wrap: wrap;
    font-size: 1.3vmin;
  }
 

  .feature-block-two .inner-box .icon-box{
    position: relative;
    left: 0px;
    top: 0px;
    /*margin-bottom: 16px;*/
  }

  .main-header.style-three .header-lower .logo-box{
    float: none;
    display: block;
    text-align: center;
    margin: 0px;
  }

  .main-header.style-three .header-lower .outer-box .left-column{
    float: none;
  }

  .main-header.style-three .logo-box .logo{
    margin: 0 auto;
  }

  .favourite-doctors{
    padding: 50px 30px;
  }

  .doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list{
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 15px;
  }

  .schedule-timing .calendar-inner .today-box,
  .schedule-timing .calendar-inner .date-zone{
    display: none;
  }

  .monthly-prev{
    right: 80px;
  }

  .monthly-next{
    right: 30px;
  }

  #frame .content{
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }

  .right-panel .message-box{
    padding-bottom: 30px;
  }
  
  .main-menu .navigation > li > a{
          font-size: 2vmin;
  }
  

}

@media only screen and (max-width: 1366px){
    
.tabs-box .select-field .form-inner form {
    position: relative;
    float: none;
    min-width: 450px;
    width: 100%;
}

.content_block_4 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 1vmin;
    padding: 2.5vmin 3vmin 3vmin 3vmin;
}

.content_block_4 .content-box .subscribe-form .form-group button {
    display: flex;
    align-items: center;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 13px 30px;
    box-shadow: none;
    transition: all 500ms ease;
    line-height: 0vmin;
    font-size: 1.7vmin;
}

.content_block_3 .content-box {
    position: relative;
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 1vmin;
    padding: 3vmin 3vmin 3vmin 3vmin;
}

  .select-field .content-box form .form-group input{
    width: 20vmin;
  }

  .select-field .content-box form .form-group .wide{
    max-width: 220px;
  }
  
  .nav_menu.left {
    left: -405px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -115px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 36.5vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

 .main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}
    


}


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


  .select-field .content-box form .form-group input{
    width: 20vmin;
  }

  .select-field .content-box form .form-group .wide{
    max-width: 220px;
  }
  
  .nav_menu.left {
    left: -395px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -115px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 37.5vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

 .main-header .btn-box {
    position: unset !important;
    right: unset;
    display: unset;
}
    


}



@media only screen and (max-width: 1200px){
    
    .main-header .btn-box {
   position: absolute !important;
    right: 65px !important;
    display: unset;

}
    
    .nav_menu.left {
    left: -390px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}

.nav_menu.left.active {
    left: -135px;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 32.6vmin;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

  .main-header.style-one .logo-box{
    padding-right: 80px;
  }

  .feature-block-two .inner-box .pattern{
    display: block !important;
  }

  .main-header .btn-box{
    display: block;
  }

  .feature-block-one .inner-box{
    padding-left: 1vmin;
    padding-right: 1vmin;
  }

  .processing-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .pattern-layer{
    display: none !important;
  }

  .team-block-one .inner-box{
    padding-left: 150px;
    padding-right: 30px;
  }

  .team-block-one .inner-box .image-box{
    left: 20px;
  }

  .team-block-one .inner-box .content-box .like-box{
    top: -7px;
  }

  .content_block_2 .content-box .btn-box .download-btn {
    padding-right: unset;
    padding-left: unset;
    background: transparent !important;
}

  .content_block_2 .content-box .btn-box .download-btn.app-store{
    margin-right: 10px;
  }

  .content_block_2 .content-box .btn-box .download-btn i {
    left: 30px;
    top: 23px;
    font-size: 30px;
  }

  .doctors-block-one .inner-box{
    padding: 60px 30px;
  }

  .pattern,
  .anim-icon{
    display: none !important;
  }

  .testimonial-section .image-layer{
    display: none;
  }

  .banner-section.style-three{
    padding-bottom: 120px;
  }

  .process-style-two .inner-content .arrow{
    display: none;
  }

  .team-block-three .inner-box .lower-content .lower-box a{
    float: none;
  }

  .team-block-three .inner-box .lower-content .lower-box .text{
    float: none;
    display: block;
  }

  .banner-section.style-four .image-box{
    display: none;
  }

  .banner-section.style-four{
    padding: 120px 0px;
  }

  .banner-section.style-five .content-box .image-box{
    display: none;
  }

  .banner-section.style-five .content-box{
    padding-right: 70px;
  }

  .faq-section .content_block_5 .content-box{
    margin-left: 0px;
    margin-top: 0px;
  }

  .select-field .form-inner form{
    max-width: 680px;
  }

  .clinic-section .item-shorting .left-column h3{
    font-size: 22px;
  }

  .clinic-half-map .left-inner,
  .clinic-half-map .right-inner{
    position: relative;
    width: 100%;
  }

  .clinic-details-content .clinic-block-one .inner-box .content-box .share-box,
  .clinic-block-one .inner-box .content-box .like-box{
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
  }

  .clinic-details-content .tabs-box .team-block-one .btn-box{
    position: relative;
    margin-top: 10px;
  }

  .clinic-sidebar .form-widget .form-inner .form-group .theme-btn-one{
    padding: 17px 30px;
  }

  .feature-block-two .inner-box{
    margin-bottom: 30px;
  }

  .main-header.style-three .header-lower{
    padding: 0px 15px;
  }

  .doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text{
    position: relative;
    top: 0px;
    right: 0px;
  }

  .doctors-sidebar .form-widget .choose-service .btn-box .theme-btn-one{
    padding: 17px 20px;
  }

  .doctors-dashboard .right-panel .appointment-list .upper-box .select-box{
    float: left;
    margin-top: 15px;
  }

  .my-patients .title-box .search-form input[type='search']{
    margin-bottom: 15px;
  }

  .add-listing .single-box .title-box a.theme-btn-one{
    display: none;
  }

  .schedule-timing .title-box .right-column{
    float: left;
  }

  .doctors-dashboard .my-profile .single-box .profile-title{
    padding: 30px 30px;
  }

  .doctors-dashboard .my-profile .single-box .profile-title .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
  }

  .blog-sidebar .sidebar-widget{
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-section .form-inner{
    margin-right: 0px;
  }

  .contact-section .map-inner{
    padding-left: 0px;
  }

  .doctors-dashboard .right-panel .appointment-list .upper-box .text{
    float: none;
    display: block;
  }

}



@media only screen and (min-width: 769px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
  .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}




}



@media only screen and (max-width: 991px){
    
h2, .h2 {
    font-size: 1rem;
}


.nav_menu.left.active {
    left: -25px !important;
}

.nav_menu.left .btn {
    padding: 10px 20px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 37vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
}

.nav_menu.left {
    left: -310px !important;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    z-index: 2;
}
    
.auto-container {
    position: static;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.w-m100 {
    width: 100%;
}

.mobile-menu .navigation li ul li > a {
    font-size: 1.7vmin;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 2.5vmin;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.categories-btn {
    padding: 1vmin;
    height: 5.5vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 85%;
    position: relative;
    right: -40px;
}

.tabs-box .select-field {
    position: relative;
    padding: 3vmin 2vmin;
    width: 100%;
    left: 0;
    overflow-y: unset;
    border-radius: 1vmin;
}

.tabs-box .select-field .form-inner form {
    position: relative;
    float: none;
    min-width: 300px;
    width: 100%;
}
    
.price-size {
    font-size: 1.7vmin !important;
    font-weight: 700;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    line-height: normal !important;
    text-align: right;
    /* white-space: nowrap; */
}

.team-block-three .inner-box .lower-content > div.lower-box {
    padding: 2.4vmin!important;
}

.bar-mobil {
    flex-flow: column;
}

#featured-tests h5 {
    font-size: 2vmin;
}

 .cstm-file-input::before {
    color: #0c5460;
}

.cstm-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #0c5460;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
}
    
    .right-panel {
    width: calc(100% - 3px);
    position: relative;
    }

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 0px;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .banner-section .image-box{
    margin-top: 40px;
  }

  .banner-section .image-box .image img{
    max-width: 100%;
    width: 100%;
    float: none;
  }

  .feature-block-one .inner-box{
    margin-bottom: 30px;
  }

  .feature-section{
    padding-bottom: 90px;
  }

  .image_block_1 .image-box .image img{
    float: none;
    max-width: 100%;
  }

  .image_block_1 .image-box{
    margin-bottom: 50px;
  }

  .team-block-one .inner-box{
    padding-left: 30px;
  }

  .team-block-one .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 30px;
  }

  .team-block-one .inner-box .content-box .like-box{
    position: relative;
    margin-bottom: 15px;
  }

  .doctors-block-one .inner-box{
    margin-bottom: 30px;
  }

  .search-doctors{
    padding-bottom: 90px;
  }

  .cta-section .image-box .image{
    margin-bottom: 0px;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-section{
    padding: 115px 0px 90px 0px;
  }

  .content_block_3 .content-box{
    margin-bottom: 30px;
  }

  .footer-top .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .footer-top{
    padding-bottom: 60px;
  }

  .banner-section.style-two .bg-layer{
    display: none;
  }

  .image_block_2 .image-box .image-2{
    bottom: 80px;
  }

  .about-style-two .image_block_2 .image-box{
    margin-right: 0px;
  }

  .processing-block-two .inner-box{
    margin-bottom: 30px;
  }

  .process-style-two{
    padding-bottom: 90px;
  }

  .main-header.style-two .header-top .top-left,
  .main-header.style-two .header-top .top-right{
    /*float: none; */
    display: block;
    text-align: center;
  }

  .team-style-three .more-btn{
    position: relative;
    top: 0px;
    margin-top: 15px;
  }

  .team-block-three .inner-box{
    margin-bottom: 30px;
  }

  .image_block_4 .image-box{
    max-width: 540px;
    margin: 0px 0px 40px 0px;
  }

  .team-style-three{
    padding-top: 0px;
  }

  .banner-section.style-five .content-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .counter-block-one .inner-box{
    margin: 15px 0px;
  }

  .cta-section.alternat-2 .image-box{
    margin-left: 0px;
  }

  .faq-page-section .categories-list{
    max-width: 100%;
    margin-bottom: 40px;
  }

  .faq-page-section .image-box{
    margin: 0px 0px 40px 0px;
  }

  .pricing-block-one .pricing-table{
    margin-bottom: 30px;
  }

  .pricing-section{
    padding-bottom: 90px;
  }

  .select-field .form-inner form{
    float: none;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .select-field .content-box form .form-group input{
    width: 20vmin;
  }

  .clinic-section .map-inner{
    margin-left: 0px;
    margin-top: 30px;
  }

  .clinic-block-one .inner-box .content-box .like-box a{
    margin-bottom: 15px;
  }

  .select-field .form-inner .select-box{
    float: none;
  }

  .left-panel{
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .profile-box{
    margin: 0 auto;
    margin-bottom: 30px;
    min-height: auto;
  }

  .right-panel .content-container{
    margin-left: 0px;
  }

  .main-header.style-three .header-lower .outer-box{
    padding-bottom: 25px;
  }

  .main-header.style-three .author-box{
    margin-top: 0px;
  }

  .appointment-section .appointment-information{
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .clinic-half-map .clinic-section{
    padding-bottom: 100px;
  }

  .dashboard-section{
    padding: 100px 0px;
  }

  .favourite-doctors .team-block-three .inner-box{
    margin-bottom: 30px;
  }

  .favourite-doctors .team-block-three{
    max-width: 320px;
    margin: 0 auto;
  }

  .favourite-doctors .pagination-wrapper{
    text-align: center;
  }

  .clinic-details-content .tabs-box{
    margin-bottom: 30px;
  }

  .my-patients .title-box .text{
    float: none;
    display: block;
  }

  .my-patients .title-box .btn-box{
    float: none;
    display: block;
  }

  .blog-grid-content{
    margin-bottom: 40px;
  }

  .sidebar-page-container .pagination-wrapper{
    text-align: left;
  }

  .blog-standard-content{
    margin-bottom: 40px;
  }

  .blog-details-content{
    margin-bottom: 40px;
  }

  .blog-sidebar{
    margin-left: 0px;
  }

  .single-information-block .inner-box{
    margin-bottom: 30px;
  }

  .information-section{
    padding-bottom: 90px;
  }

  .clinic-half-map .left-inner .form-inner{
    padding-top: 30px;
  }

  #frame{
    height: auto !important;
  }

}


@media only screen and (max-width: 767px){
    
 .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 6vmin;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}   
    

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    border-right: 1px solid #e5e7ec !important;
    z-index: 1;
    height: 12.5vmin !important;
}


.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 12.3vmin !important;
    padding: 0 6px 0 8px;
    border-radius: 1vmin 0vmin 0vmin 1vmin !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
   font-size: 3.5vmin !important;
}


.dr-select-test .bootstrap-select .dropdown-menu {
    top: 10vmin!important;
    transform: none!important;
    width: 100%;
    min-width: auto!Important;
    max-height: 100%!important;
    min-height: 400px!important;
}
 
.request-list h5 {
    font-size: 3vmin;
}    

.request-list .price-size {
    font-size: 3vmin!important;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    line-height: normal!important;
    text-align: right;
}

.request td {
    font-size: 2.7vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    padding: 3.2vmin 0.8vmin;
    white-space: nowrap;
}
    
    
.timeline ul li .content p {
    padding: 0.5vmin 0vmin 1.5vmin 0vmin;
    font-size: 3vmin;
    display: flex;
    flex-flow: column;
}

.timeline ul li p span {
    display: inline-block;
    border-radius: 25px;
    padding: 0.2vmin 0.5vmin;
    font-size: 3vmin;
    float: right;
}
    
.feature-block-one .inner-box p {
    color: #004E75;
    margin-bottom: 0px;
    font-size: 3.5vmin;
}    
    
table.dataTable th, table.dataTable td {
    box-sizing: content-box;
    font-size: 2.7vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    padding: 3.2vmin 0.8vmin;
    white-space: nowrap;
}
    
.modal-header .theme-btn-one i {
    font-size: 3.5vmin;
}

.modal-header .theme-btn-one {
    padding: 2vmin 2vmin;
    box-shadow: none;
    margin: 0 0rem 0rem 9rem;
    font-size: 3.5vmin;
}

.close {
    color: #00A0A3;
    border: 1px solid #00A0A3;
    border-radius: 1vmin;
    padding: 0.2vmin !important;
    margin: 0vmin 0vmin 0 1.5vmin!important;
    width: 8vmin;
    height: 8vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vmin;
}

.modal-header .close i {
    font-size: 4vmin;
}

.modal-body label{font-size:3.7vmin;}
    
p#responseMsg {
    font-size: 3.7vmin;
    position: relative;
    bottom: -250px;
}

div#assign-btn-div {
    position: absolute;
    bottom: 0;
}

.report span.fs-14 {
    font-size: 2.8vmin;
}


.doctors-appointment .theme-btn-one {
    line-height: 18px;
}

.plist-modal h5 {
    font-size: 4.5vmin;
    text-transform: capitalize;
}  

.plist-modal li {
    font-size: 3.5vmin;
    text-transform: capitalize;
} 

.plist-modal svg {
    width: 13vmin;
    height: 13vmin;
}
    
 
.categories-title h5 {
    background-color: #004e75;
    color: #fff;
    font-size: 4vmin;
}

    
.categories-opened {
    left: calc(100% - 66vmin);
    right: unset;
}

.categories-opened .single-box {
    margin-bottom: 15vmin !important;
}

.categories-sidelist .single-box {
    padding-top: 15vmin!Important;
    border: 0px solid #fff!important;
    width: 66vmin;
}

.categories-apply {
    padding: 1vmin;
    position: relative;
    width: 66vmin;
    z-index: 9;
    bottom: 0;
}

.categories-opened .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: 3vmin;
    color: #004E75;
    cursor: pointer;
    font-weight: 400;
    line-height: 5.3vmin;
}

.categories-search input {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 1.4vmin;
    color: #848484;
    padding: 1vmin 2vmin;
    transition: all 500ms ease;
    height: 10vmin;
}

.categories-title {
    padding: 0.1vmin;
    position: fixed;
    width: 66vmin;
    z-index: 9;
    top: 0px;
}

.categories-search {
    padding: 25px 10px 10px;
    background: #f3f3f9;
    position: fixed;
    width: 66vmin;
    top: 6vmin;
    border: 1px solid #fff;
    border-right: 2px solid #fff;
}

.categories-title h5 {
    padding: 2.5vmin!important;
}

.categories-close {
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 4vmin;
    font-weight: 100!important;
    width: 10vmin;
    height: 10vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    
.appointment-information .alert-warning p, li {
    color: #fff;
    font-size: 3vmin;
}
    
.content-box #red {
    color: #fff;
    background-color: #f4281f;
    display: inline-block;
    padding: .7vmin 1.5vmin .7vmin .7vmin;
    border-radius: 1vmin;
    margin-bottom: 0.5vmin;
    font-size: 2.5vmin;
}

.content-box #green {
    color: #fff;
    background-color: #00A0A3;
    display: inline-block;
    padding: .7vmin 2.2vmin .7vmin .7vmin;
    border-radius: 1vmin;
    margin-bottom: 0.5vmin;
    font-size: 2.5vmin;
}

.btn-box.pull-right .content-box p svg {
    width: 6.5vmin;
    height: 6.5vmin;
}


.team-block-three svg {
    width: 13vmin;
    height: 12vmin;
}


div#uploaded-prescriptions-0 .report svg {
    width: 8vmin !important;
    height: 8vmin !important;
}

div#uploaded-prescriptions-0 .report div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
}


.upload .cstm-file-input::before {
    content: 'Upload Prescription';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1.3vmin 0.8vmin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 3vmin;
    position: absolute;
    top: 12px;
    left: 5px;
    border-radius: 5px;
}

.upload input[type='file'] {
    position: relative;
    width: 100%;
    height: 6vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3vmin !important;
    color: #0c5460;
    padding: 4vmin 8vmin;
    transition: all 500ms ease;
}

    
.cstm-file-input::before {
    color: #0c5460;
    position: absolute;
    top: 3vmin;
    left: 2.5vmin;
}

.cstm-file-input {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 13vmin !important;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3.5vmin !important;
    color: #0c5460;
    margin: 0;
    padding: 3vmin 4vmin;
    transition: all 500ms ease;
}

.pagination i.icon-Arrow-Right {
    font-size: 3vmin;
    line-height: unset;
}
    
.right-panel {
    width: calc(100% - 3px);
    position: unset;
    }
    
.content-box.mb-3.pb-4 {
    background-color: #f3f3f9;
    border-radius: 1vmin;
    margin: 0;
}
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}

.add-listing .single-box .inner-box .form-group label {
    position: relative;
    display: block;
    font-size: 4vmin;
    line-height: normal;
    font-weight: 500;
    color: #0c5460;
    margin-bottom: 2vmin;
}

.add-listing .single-box .inner-box .form-group input[type='text'], .add-listing .single-box
.inner-box .form-group input[type='email'], .add-listing .single-box .inner-box 
.form-group input[type='password'], .add-listing .single-box .inner-box .form-group textarea {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.patient-dashboard .my-profile .single-box .profile-title .image-box {
    width: 30vmin;
    height: 20vmin;
    border-radius: 6px;
    margin-right: 2.5vmin;
    display: flex;
}

.patient-dashboard .my-profile .single-box .profile-title .upload-photo a {
    position: relative;
    display: inline-block;
    font-size: 3vmin;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1vmin 2vmin;
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 2vmin;
    transition: all 500ms ease;
}


.patient-dashboard .my-profile .single-box .profile-title .upload-photo a i {
    font-size: 3.5vmin;
    margin-right: 1vmin;
    position: relative;
    top: 0.3vmin;
}


.patient-dashboard .my-profile .single-box .profile-title .upload-photo span {
    position: relative;
    display: block;
    font-size: 3vmin;
    line-height: normal;
}

.custom-date input {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.complete-profile {
    padding-top: 7vmin !important;
    padding-bottom: 15vmin !important;
}

.complete-profile .form-group input[type='file'] {
    position: relative;
    width: 100%;
    height: 13vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 3vmin;
    color: #0c5460;
    padding: 3vmin 2vmin;
    transition: all 500ms ease;
}

.complete-profile .form-group label {
    font-size: 4vmin;
}
   
.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 4vmin;
} 


    
  .doctor-db-title {
    font-size: 5vmin;
}  

form.search-form {
    margin-top: 4vmin;
    margin-bottom: 4vmin;
}


.form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 10vmin;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    font-size: 4vmin !important;
    color: #0c5460;
    padding: 10px 1px 10px 30px;
    transition: all 500ms ease;
}

select.doctorfilter {
    height: 4.5vmin;
    border: 1px solid #e5e7ec;
    border-radius: 10px !important;
    font-size: 3.4vmin;
    color: #0c5460;
    padding: 10px 20px;
    transition: all 500ms ease;
    width: 100% !important
}

.doctors-appointment .doctors-table tr td p {
    font-size: 2.4vmin;
    line-height: normal;
    color: #004E75;
    padding: 0px 1.2vmin;
}


.doctors-appointment .doctors-table tr td:first-child p {
    font-size: 2.4vmin;
    line-height: normal;
    color: #004E75;
    padding: 0px 1.7vmin;
}


.doctors-appointment .doctors-table tr td .view {
    position: relative;
    display: inline-block;
    font-size: 2vmin;
    font-weight: 600;
    line-height: normal;
    padding: 0.7vmin 1vmin;
    background: #e5f7fb;
    border-radius: 25px;
}

.doctors-appointment .doctors-table tr td .view:last-child {
    margin-bottom: 1vmin;
}


.doctors-appointment .doctors-table tr td .time {
    position: relative;
    display: block;
    font-size: 2vmin;
    line-height: normal;
    padding: 0 20px 0 10px;
    text-align: center;
}


.doctors-appointment .doctors-table tr td .status {
    position: relative;
    display: inline-block;
    font-size: 2.2vmin;
    line-height: normal;
    font-weight: 600;
    padding: 0.5vmin 1vmin;
    border-radius: 15px;
    background: #ebfbf3;
    margin-right: 0.5vmin;
    white-space: nowrap;
    text-transform: capitalize;
}


.doctors-appointment .doctors-table tr td .view i {
    margin-right: 0.5vmin;
    font-size: 2vmin;
}


 .inner .show .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: inherit;
    background-color: transparent;
    border: 0;
}

.dr-select-test .bootstrap-select > .dropdown-toggle::after {
    top: 4vmin;
    position: absolute;
    right: 1.5vmin;
    font-size: 6vmin;
}

.dr-select-test .bootstrap-select > .dropdown-toggle:before {
    content: "Choose the required tests.";
    background: #f3f3f9;
    border-radius: 5px;
    height: 10vmin;
    width: 100%;
    text-align: left;
    padding: 2.12vmin 2vmin;
    font-size: 3.5vmin;
    font-weight: 600;
}


.doctors-appointment .doctors-table tr td .name-box h5 {
    font-size: 2.4vmin;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 1vmin !important;
}


div#assign.doctors-appointment {
    height: 140vmin;
}

.dr-select-test .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
   padding: 2vmin;
    background: #f3f3f9;
    text-transform: capitalize;
    font-size: 3vmin;
    min-height: 5vmin;
    overflow-y: auto;
    max-height: 70vmin;
}

.btn-box .search-form button {
   padding: 0;
    position: absolute;
    left: 92px;
    top: 32px;
    background: none;
    color: #212529;
    display: flex;
    justify-content: start;
    width: fit-content;
    height: fit-content;
}



.main-header .btn-box .theme-btn-one {
    padding: 5px 8px !important;
    font-size: 3.5vmin;
    font-weight: 500;
    box-shadow: 0 0 1vmin #d5edea;
}

.cart-btn-top img {
    height: 6.5vmin;
    padding: 0.9vmin;
    background: #004e75;
    border-radius: 7px;
}
    
    
.tst-price {
    float: left;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    transition: all ease 0.5s;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    width: 128px;
    margin-left: 10px;
}

.team-block-three .inner-box .lower-content {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap;
}

.team-block-three .inner-box .lower-content h5{line-height:normal;}

.team-block-three .inner-box .lower-content h5 span{ font-size:3.8vmin;}



.select-field .form-inner form {
    position: relative;
    float: none;
    min-width: auto !important;
    width: 100%;
}


    
.select-field {
    position: relative;
    padding: 30px 10px;
    width: 100%;
    left: unset;
    overflow-y: hidden;
    border-radius: 1vmin
}

.listing-page-title h3 {
    font-size: 5vmin !important;
    line-height: 50px;
    font-weight: 700;
    margin-right: 10px;
}

.clinic-details-content .tabs-box .tabs-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.sidebar-sticky {
    position: sticky;
    top: 100px;
    height: auto;
    overflow: auto;
    margin-bottom: 70px !important;
}
    
    .serch-health{
    width:100%;
    display: flex;
    flex-flow: column;
    margin: auto;}
    
    
    .nice-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 0%, transparent 0%);
    background-position: calc(100% - 30px) calc(1em + 11px), calc(100% - 20px) calc(1em + 11px), calc(100% - 0.5em) 0.5em;
    background-size: 10px 10px, 10px 10px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
    
    .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 30px !important;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 3.4vmin;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
    

.user-box {
   /*display: flex !important; */
    justify-content: center !important;
    align-items: center !important;
    /* flex-flow: column; */
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0, rgb(27 31 35 / 15%) 0 0 0 1px;
    padding: 20px 0px 20px 0px !important;
    border-radius: 6px;
    width: 100% !important;
    transition: all ease .5s;
    cursor: pointer;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.user-box svg {
    margin-bottom: 2vmin !important;
    margin-right: 0 !important;
    width: 100%;
}

.report p strong{font-size:3vmin;}

.report-btn p {
    font-size: 1.7vmin;
    line-height: 1;
    color: #000;
}

.report-btn a {
    text-align: center;
}

.doctors-appointment .doctors-table tr td .accept {
    position: relative;
    display: inline-block;
    font-size: 2.4vmin !important;
    font-weight: 600;
    line-height: normal;
    padding: 1vmin 2vmin;
    background: #e5f7fb;
    border-radius: 25px;
    height: auto;
    float:none;
}


.doctors-appointment .doctors-table tr td .cancel {
    position: relative;
    display: inline-block;
    font-size: 2.4vmin;
    font-weight: 500;
    line-height: normal;
    padding: 0.8vmin 2vmin;
    background: #ffeeec;
    border-radius: 25px;
    margin-right: 1vmin;
    margin-top: 1vmin;
    margin-bottom: 1vmin;
    margin-top:1vmin;
}
    
 .doctors-appointment .doctors-table tr td .cancel i {
    font-size: 2vmin;
    margin-right: 0.5vmin;
} 

.doctors-appointment .doctors-table tr td .accept i {
    font-size: 2vmin;
    margin-right: 0.5vmin;
}

.feature-block-two .inner-box h5 {
    font-size: 3vmin;
    line-height: normal;
    color: #0c5460;
    font-weight: 600;
    margin-bottom: 0.5vmin;
}

.feature-block-two .inner-box p {
    text-transform: capitalize;
    font-size: 2.5vmin;
}

.patient-dashboard .my-profile .single-box .profile-title {
    position: relative;
    padding: 2vmin;
    max-width: 100%;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 1vmin;
    margin-bottom: 2.4vmin;
    display: flex;
    align-items: center;
}

    
    
    .theme-btn-one{line-height:12px;}
    
    .content_block_2 .content-box .btn-box .download-btn img {
    width: 100%;
    position: absolute;
    }
    
    .d-flex.justify-content-between.align-items-center {
    display: block;
    }

    .d-flex.justify-content-between.align-items-center .more-btn{
    position: relative;
    margin-top: 30px;}
    
    .main-header.style-two .header-top .top-left, .main-header.style-two .header-top .top-right{
    float: none;
    display: table-cell;
    text-align: justify;}
    
    .sec-pad{
    padding: 70px 0px 10px 0px !important;
    }
    
    .monthly-day-wrap .monthly-week:nth-child(2) .monthly-day-pick:last-child:before,
    .monthly-day-wrap .monthly-week:nth-child(3) .monthly-day-pick:nth-child(2):before,
    .monthly-day-wrap .monthly-week:nth-child(4) .monthly-day-pick:nth-child(4):before{
    display: none;
    }

  .banner-section .image-box{
    margin-left: 0px;
  }

  .main-header .logo-box .bg-color{
    height: 100%;
    top: 0px;
  }

  .main-header.style-one .header-top .top-right{
    float: none;
    text-align: center;
  }

  .header-top{
    padding: 15px 0px;
  }

  .banner-section .content-box h1{
    font-size: 5vmin;
    line-height: 60px;
  }
  

  .feature-section{
    padding: 70px 0px 40px 0px;
  }

  .about-section{
    padding: 70px 0px;
  }

  .sec-title h2{
    font-size: 5vmin !important;
    line-height: 44px;
  }

  .process-section,
  .team-section{
    padding: 65px 0px 70px 0px;
  }

  .testimonial-section{
    padding: 70px 0px;
  }

  .search-doctors,
  .news-section{
    padding: 65px 0px 40px 0px;
  }

  .cta-section .content_block_2 .content-box{
    padding-bottom: 70px;
  }

  .news-block-one{
    max-width: 400px;
    margin: 0 auto;
  }

  .footer-top{
    padding: 220px 0px 40px 0px;
  }

  .banner-section.style-two{
    padding: 100px 0px 220px 0px;
  }

  .about-style-two,
  .clients-section{
    padding: 70px 0px;
  }

  .process-style-two{
    padding: 65px 0px 35px 0px;
  }

  .team-style-two{
    padding: 65px 0px 70px 0px;
  }

  .team-block-two{
    max-width: 300px;
    margin: 0 auto;
  }

  .banner-section.style-three{
    padding: 100px 0px;
  }

  .category-section{
    padding: 65px 0px 70px 0px;
  }

  .team-style-three{
    padding: 65px 0px 40px 0px;
  }

  .team-block-three{
    max-width: 400px;
    margin: 0 auto;
  }

  .faq-section .content_block_5 .content-box{
    padding-bottom: 70px;
  }

  .testimonial-style-two .owl-dots{
    display: none;
  }

  .testimonial-style-two{
    padding: 65px 0px 70px 0px;
  }

  .banner-section.style-four{
    padding: 80px 0px;
  }

  .banner-section.style-five .content-box form .form-group .wide{
    max-width: 100%;
  }

  .banner-section.style-five .content-box form .form-group .wide:before{
    display: none;
  }

  .banner-section.style-five .content-box form .form-group input{
    width: 100%;
    float: none;
  }

  .banner-section .content-box form .form-group button{
    top: inherit;
    bottom: 5px;
  }

  .process-style-two.alternat-2{
    padding-top: 200px;
  }

  .team-style-four{
    padding: 65px 0px 40px 0px;
  }

  .funfact-section{
    padding: 55px 0px;
  }

  .cta-section.alternat-2 .content_block_2 .content-box{
    margin-top: 0px;
  }

  .pt-125{
    padding-top: 70px;
  }

  .faq-page-section{
    padding-top: 70px;
  }

  .select-field .content-box form .form-group .wide{
    max-width: 100%;
  }

  .select-field .content-box form .form-group .wide:before{
    display: none;
  }

  .select-field .content-box form .form-group{
    border-radius: 30px; 
    margin-top: 10px;
    order: revert;
    display: block;
  }
  
  .custom-clear-filters {
    top: -70px !important;
}

  .select-field .content-box form .form-group button{
    top: inherit;
    bottom: 5px;
  }

  .select-field .content-box form .form-group input{
    border-radius: 30px;
  }

  .clinic-section .item-shorting .left-column{
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .clinic-section .item-shorting .right-column{
    float: none;
    display: block;
  }

  .clinic-block-one .inner-box .content-box .btn-box{
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 15px;
  }

  .clinic-section .pagination-wrapper{
    text-align: center;
  }

  .clinic-section{
    padding-bottom: 70px;
  }

  .clinic-half-map .clinic-section{
    padding-bottom: 70px;
  }

  .submit-review{
    padding: 70px 0px;
  }

  .appointment-section,
  .registration-section{
    padding: 4vmin 0px 10vmin 0px !important;
  }

  .favourite-doctors{
    padding-bottom: 0px;
  }

  .doctor-details{
    padding: 30px 0px 70px 0px;
  }

  .footer-top.pt-100{
    padding-top: 70px;
  }

  .doctors-dashboard .review-list .comment-inner .single-comment-box .comment.replay-comment{
    margin-left: 0px;
  }

  .registration-section .content-box .inner .social-links li{
    width: 100%;
    margin-bottom: 10px;
  }

  .registration-section .content-box .inner .social-links li a{
    width: 100%;
  }

  .blog-grid{
    padding: 70px 0px;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .blog-details-content .two-column .image-box{
    margin-bottom: 30px;
  }

  .sidebar-page-container .news-block-one{
    max-width: 100%;
  }

  .contact-section{
    padding: 30px 0px;
  }

  .image_block_1 .image-box:before{
    display: none;
  }

  .testimonial-section .testimonial-inner{
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-section .owl-nav{
    display: none;
  }

  .rtl .testimonial-section .testimonial-inner{
    padding-left: 30px;
    padding-right: 30px;
  }

  .select-field .content-box form .form-group input{
    width: 100%;
    border-radius: 30px;
  }

  #frame .content .message-input .wrap .attachment{
    display: none;
  }

  #frame .content .message-input .wrap input{
    padding-left: 30px !important;
  }
  
  .modal-header h5 {
    font-size: 4.5vmin;
}


input, button, select, textarea {
    font-family: sf pro text,sf pro icons,helvetica neue,helvetica,arial,sans-serif;
    font-weight: 400;
    font-size: 4vmin !important;
    height: 13vmin;
}




}

@media only screen and (max-width: 599px){
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
    }
  
  .cta-section .image-box .image img{
    width: 100%;
  }

  .content_block_2 .content-box .btn-box .download-btn.app-store{
    margin-bottom: 10px;
  }

  .content_block_4 .content-box .subscribe-form .form-group button{
    position: relative;
    width: 100%;
  }

  .content_block_4 .content-box .subscribe-form .form-group{
    padding-right: 0px;
  }

  .content_block_4 .content-box .subscribe-form .form-group{
    overflow: visible;
  }

  .content_block_4 .content-box .subscribe-form .form-group input[type='email']{
    border-radius: 0px;
    margin-bottom: 15px;
  }

  .footer-bottom .copyright,
  .footer-bottom .footer-nav{
    float: none;
    display: block;
    text-align: center;
  }

  .main-header .outer-container{
    padding: 0px 30px;
  }

  .clinic-block-one .inner-box .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
  }

  .clinic-block-one .inner-box{
    padding-left: 30px;
  }

  .clinic-details-content .clinic-block-one .inner-box{
    padding-left: 40px;
  }

  .doctors-dashboard .right-panel .appointment-list .single-item .image-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
  }

  .doctors-dashboard .right-panel .appointment-list .single-item .inner{
    padding-left: 0px;
  }

  .doctors-dashboard{
    padding: 50px 30px;
  }

  .doctors-dashboard .review-list .comment-inner .single-comment-box .comment{
    padding-left: 0px;
  }

  .doctors-dashboard .review-list .comment-inner .single-comment-box .comment .comment-thumb{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
  }

  .about-section .content_block_1 .content-box{
    margin-left: 0px;
  }

  .banner-section .content-box form .form-group{
    margin-right: 0px;
  }

  .error-section .inner-box h1{
    font-size: 100px;
    line-height: 100px;
  }

  .rtl .banner-section .content-box form .form-group{
    margin-left: 0px;
  }

  .monthly-header{
    padding: 30px 15px;
  }

  .monthly-header-title{
    font-size: 20px;
    line-height: 40px;
  }

  .schedule-timing .inner-box .calendar-title{
    padding: 10px 15px;
  }

  #frame #sidepanel{
    width: 100%;
  }

  #frame{
    min-width: 100%;
  }

  #frame .content .contact-profile .chat-option{
    position: relative !important;
    bottom: 0px !important;
    margin-top: 15px;
  }

  #frame .content{
    min-width: 100% !important;
  }

  #frame{
    width: 100% !important;
    min-width: 100% !important;
  }

  #frame #sidepanel{
    width: 100% !important;
    min-width: 100% !important;
  }

  #frame #sidepanel #contacts ul li.contact{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #frame #sidepanel #contacts ul li.contact .wrap .meta .preview{
    font-size: 10px !important;
  }

  #frame #sidepanel{
    height: auto !important;
  }
  
}


@media only screen and (max-width: 499px){
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}

.appointment-information p {
    font-size: 3vmin !important;
    padding-right: 1vmin;
}

  .agent-section .inner-container{
    padding: 50px 30px;
  }

  .content_block_3 .content-box,
  .content_block_4 .content-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section.style-five .content-inner{
    display: none;
  }

  .clinic-details-content .tabs-box .tab-btn-box .tab-btns li{
    width: 100%;
    padding: 5px 0px;
  }

  .clinic-details-content .tabs-box .tab-btn-box{
    padding: 20px 0px;
  }

  .clinic-details-content .tabs-box .tabs-content .inner-box .text .list li{
    width: 100%;
  }

  .clinic-details-content .tabs-box .accordion-box h6 span{
    float: none;
    display: block;
  }

  .clinic-details-content .tabs-box .tabs-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile-box{
    width: 100%;
  }

  .patient-dashboard {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

  .image_block_2 .image-box .image-content{
    top: 60px;
  }

  .select-field .content-box form .form-group input{
    padding-right: 70px;
  }

  .clinic-half-map .banner-section.style-five{
    display: none;
  }

  .doctors-dashboard .my-profile .single-box .inner-box .image-box .image{
    margin-bottom: 15px;
  }

  .registration-section .content-box .title-box a{
    position: relative;
    top: 0px;
    right: 0px;
  }

  .blog-details-content .post-share-option .social-links{
    float: none;
    display: block;
  }

  .monthly-prev,.monthly-next{
    display: none;
  }

  #frame #sidepanel #contacts ul li.contact .wrap .meta .chat-time,
  #frame #sidepanel #contacts ul li.contact .wrap .meta .hidden-chat{
    display: none;
  }

  .right-panel .message-box .chat-room{
    padding-left: 30px;
    padding-right: 30px;
  }

  #frame .content .message-input .wrap button{
    right: 15px !important;
  }

  #frame .content .message-input .wrap{
    padding-right: 75px !important;
  }
  
  
  .nav_menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: none;
  color: white;
}


.nav_menu.left {
  left: -335px !important;
  transition: 0.4s ease;
}

.nav_menu.left.active {
  left: -40px !important;
}

.nav_menu.left .btn {
  padding: 10px 15px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 69.5vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
    z-index: -1;
}





.auto-container {
    position: static;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
}

.doctors-appointment .doctors-table .table-header th {
    font-size: 2.5vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    padding: 1.2vmin 1vmin;
    white-space: nowrap;
}

}


@media only screen and (max-width: 399px){
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}

  .main-header.style-one .logo-box{
    padding-right: 40px;
  }

  .header-top .info li{
    margin: 0px 5px;
  }

  .team-block-one .inner-box .content-box .link{
    padding-left: 0px;
    margin-left: 0px;
    display: block;
  }

  .team-block-one .inner-box .content-box .link:before{
    display: none;
  }

  .content_block_3 .content-box .support-box{
    padding-left: 0px;
  }

  .content_block_3 .content-box .support-box .icon-box{
    position: relative;
    top: 0px;
    margin-bottom: 15px;
  }

  .content_block_3 .content-box .support-box h3{
    font-size: 16px;
  }

  .content_block_3 .content-box h3,
  .content_block_4 .content-box h3{
    font-size: 22px;
  }

  .content_block_4 .content-box .subscribe-form .form-group button{
    padding: 12px 20px;
  }

  .banner-section.style-five .content-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-title h2{
    font-size: 4.7vmin !important;
    font-weight: 600;
    line-height: 38px;
  }

  .main-header .outer-container{
    padding: 0px 15px;
  }

  .banner-section .content-box h1{
    font-size: 5.5vmin;
    line-height: 4vmin;
  }
  
  .banner-section .content-box p {
    font-size: 4vmin;
    line-height: 20px;
    color: #004E75;
    margin-bottom: 3vmin;
}

  .rtl .content_block_3 .content-box .support-box{
    padding-right: 0px;
  }

  .content_block_3 .content-box .support-box .icon-box:before{
    display: none;
  }

  .pricing-section .tab-btn-box .tab-btns li{
    min-width: 120px;
  }

  .clinic-section .item-shorting .right-column .short-box{
    margin-bottom: 10px;
  }

  .clinic-block-one .inner-box .content-box .link{
    padding-left: 0px;
    margin-left: 0px;
    display: block;
  }

  .clinic-block-one .inner-box .content-box .link:before{
    display: none;
  }

  .team-block-three .inner-box .lower-content .location-box{
    margin-bottom: 0px;
  }

  .clinic-details-content .clinic-block-one .inner-box{
    padding-left: 20px;
    padding-right: 20px;
  }

  .clinic-details-content .clinic-block-one .inner-box .lower-box .view-map{
    padding-left: 0px;
    margin-left: 0px;
    display: block;
  }

  .clinic-details-content .clinic-block-one .inner-box .lower-box .view-map:before{
    display: none;
  }

  .profile-box .upper-box .title-box{
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-header.style-three .author-box .icon-box{
    display: none;
  }

  .main-header.style-three .header-lower{
    padding-right: 30px;
  }

  .doctors-dashboard .right-panel .appointment-list .single-item{
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctors-dashboard .right-panel .appointment-list .single-item .inner .confirm-list li{
    padding: 9px 15px;
  }

  .my-patients .title-box .search-form{
    width: 100%;
  }

  .my-patients .title-box,
  .add-listing .single-box .inner-box,
  .add-listing .single-box .title-box,
  .schedule-timing .title-box,
  .schedule-timing .inner-box,
  .doctors-dashboard .review-list .comment-inner .single-comment-box,
  .news-block-one .inner-box .lower-content{
    padding-left: 20px;
    padding-right: 20px;
  }

  .add-listing .single-box .title-box a.menu{
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 5px;
  }

  .add-listing .btn-box .theme-btn-one{
    margin-bottom: 10px;
    width: 100%;
  }
  
  .add-listing .btn-box #rest-btn {
    padding: 4.5vmin 3vmin;
    font-size:4vmin;
}

  .schedule-timing .title-box .search-form{
    width: 100%;
  }

  .profile-box .profile-info .list li{
    padding-right: 30px;
  }

  .schedule-timing .inner-box .calendar-title .theme-btn-one{
    padding: 7px 25px;
  }

  .schedule-timing .inner-box .calendar-title .btn-box{
    float: none;
  }

  .doctors-dashboard .review-list .comment-inner .single-comment-box .comment .rating{
    position: relative;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler{
    margin-top: 10px;
  }

  .blog-details-content blockquote{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content blockquote i{
    position: relative;
    left: 0px;
    top: 0px;
    transform: translateY(0%);
    margin-bottom: 15px;
  }

  #frame #sidepanel #contacts ul li.contact{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  
  
  
  
.nav_menu {
position: absolute;
width: 300px;
top: 0;
bottom: 0;
padding: 0;
background-color: none;
color: white;
}


.nav_menu.left {
  left: -334px;
  transition: 0.4s ease;
}

.nav.left.active {
  left: -37px !important;
}

.nav_menu.left .btn {
  padding: 10px 15px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 76vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
    z-index: -1;
}





.auto-container {
    position: static;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
}

.tabs-content .auto-container {
    width:100%;
    position: static;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.tabs-content .team-block-three .inner-box .image-box img {
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
    object-position: center;
}



.doctors-appointment .doctors-table .table-header th {
    font-size: 2.7vmin;
    line-height: normal;
    color: #004E75;
    font-weight: 500;
    padding: 3.2vmin 0.8vmin;
    white-space: nowrap;
}

}





@media only screen and (max-width: 377px){
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}
    
  .nav_menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: none;
  color: white;
}


.nav_menu.left {
  left: -330px;
  transition: 0.4s ease;
}



.nav_menu.left.active {
    left: -36px !important;
}

.nav_menu.left .btn {
  padding: 10px 15px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 79vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
    z-index: -1;
}

}



@media only screen and (max-width: 360px){
    
    .main-header .btn-box {
    position: absolute;
    right: 65px;
    display: flex;
}
    
  .nav_menu {
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: none;
  color: white;
}


.nav_menu.left {
  left: -330px;
  transition: 0.4s ease;
}



.nav_menu.left.active {
    left: -36px !important;
}

.nav_menu.left .btn {
  padding: 10px 15px;
    background-color: #004E75;
    color: #FFF !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 82vmin !important;
    top: 2.5vmin;
    font-size: 2.5vmin;
    text-align: center;
    z-index: -1;
}

}
