/*================================ Satrt large screens =========================*/
@media (min-width:1200px ) and (max-width: 1440px)
{
   .navs-container .navbar .nav-link {
        font-size: 12px;
        margin: 0 6px;
   }
   .navs-container .navbar .nav_r .nav_logo {
        height: 30px;
   }
   .navs-container .navbar .nav_r .butn {
        font-size: 11px;
        padding: 10px 15px !important;
    }
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 990px) and (max-width: 1200px){
    .navs-container .navbar .nav_r .butn {
        font-size: 10px;
        padding: 0.9rem 0.5rem !important;
    }
    
    .navs-container .navbar .nav_r .nav_logo {
        height: 25px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 10px;
    }
    
    .navs-container .navbar .nav-link {
        font-size: 10px;
        margin: 0 0px;
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .navs-container .navbar .logo {
        width: 100px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .order_sm_2 {
        order: 2;
    }
    .order_sm_1 {
        order: -1;
    }
    .chairman-pg .sec-img {
        left: 0;
        margin-top: 0px;
        margin-bottom: 25px;
        height: 300px;
    }
    .navs-container .navbar .nav_r {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-sec .hours-box .day_item span ,
    .feedback-sec .swiper-slide-active .text-box .det  {
        font-size: 10px;
        margin: 0;
    }
    .contact-sec .hours-box .day_item .day {
        min-width: fit-content;
    }
    .jobs-det .box {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .partners-sec .title {
        margin-bottom: 20px;
    }
    .doctors-sec .col-lg-5 ,
    .about-cards .col-lg-5  {
        order: -1;
    }
    .about-cards .sec-img {
        height: 300px;
        margin-bottom: 20px;
    }
    .about-cards .about_card {
        padding: 6vw 4vw;
    }
    .doctors-sec .doctor-swiper .sec-img {
        height: 300px;
        margin-top: 150px;
    }
    .doctors-sec .doctor-swiper .text-box {
        padding: 30px 20px;
        width: 100%;
        margin-top: 20px;
    }
    /*.doctors-sec .swiper-button-next, */
    /*.doctors-sec .swiper-button-prev {*/
    /*    top: unset;*/
    /*    bottom: 50%;*/
    /*}*/
    /*.doctors-sec .swiper-container .swiper-button-prev, */
    /*.doctors-sec .swiper-container .swiper-container-rtl .swiper-button-next {*/
    /*    right: 80%;*/
    /*}*/
    /*.doctors-sec .swiper-container .swiper-pagination {*/
    /*    right: 45%;*/
    /*    bottom: 50%;*/
    /*}*/
    .news-sec .news_card .content {
        padding: 1.5rem 0.5rem;
    }
    .about-pg .img-box {
        border-inline-end: 1px solid transparent;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .newsletter-sec .inner .form-group .butn {
        padding: 0.9rem 0.5rem;
    }
    .accreditation-pg .inner .sec-img {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
    }
    .media-pg .nav .nav-link {
        margin: 0 3px;
        min-width: fit-content;
        padding: 1rem 1.2rem;
        font-size: 10px;
    }
    .jobs-det .col-lg-5 {
        order: -1;
    }
    .jobs-det .img-box {
        height: 350px;
        margin-bottom: 35px;
    }
    .services-sec .row:last-child .service_card {
        background-color: #F5F9FE !important;
    }
    .services-sec .row:last-child .bg-babyBlue {
        background-color: #fff !important;
    }
    .megaMenu.col3 .dropDownMenu {
        min-width: 100%;
        background: #fff;
        z-index: 9;
    }
    .dropDown.megaMenu {
        position: relative;
    }
    .megaMenu.col3 .dropDownMenu .dropdown-items {
        width: 100%;
    }
    
    .footer::after {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    
    .top_nav .links a{
        font-size: 10px;
    }
    
    .top_nav .contact_items .item{
        font-size: 10px;
        white-space: nowrap;
        margin-inline-start: 10px !important;
    }
    
    .nav-scroll{
        position: relative;
        z-index: 999;
    }
    
    .fancybox-content {
        height: 250px !important;
        background: transparent;
    }
}

@media (max-width: 992px)
{
    .navs-container .top_nav .d-flex {
        flex-wrap: wrap;
    }
    .navs-container .top_nav .btns {
        display: block !important;
        padding-right: 5px !important;
        padding-inline-end: 5px;
    }
    .navs-container .top_nav .btns .butn  {
        font-size: 9px;
        padding: 5px !important;
        margin: 0 2px !important;

    }
    .navs-container .top_nav .col-7,
    .navs-container .top_nav .col-5{
        width: 100%;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{

    .navs-container .navbar .nav-link {
        background: #fff;
        padding: 15px 0;
    }
    /*.header {*/
    /*    padding: 100px 0 50px 0;*/
    /*}*/
    .header .img-box {
        transform: scale(.7);
        margin: 15px auto;
    }
    .features-sec::before {
        width: 100%;
        display: none;
    }
    .features-sec .back {
        width: 100%;
    }

    .feedback-sec .feedback_card .text-box .quote_icon {
        top: 15px;
        right: 15px;
        width: 25px;
        opacity: .5;
    }
    .contact-pg .inner .contact_card .icon_outer {
        width: 70px;
        height: 70px;
        
    }
    .doctors-sec .doctor-swiper {
        padding-bottom: 60px ;
    }
    .doctors-sec .swiper-container .swiper-button-next, 
    .doctors-sec .swiper-container .swiper-container-rtl .swiper-button-prev {
        right: calc(50% - 90px) !important;
    }
    .doctors-sec .swiper-container .swiper-button-prev, 
    .doctors-sec .swiper-container .swiper-container-rtl .swiper-button-next {
        left: calc(50% - 90px) !important;
    }
    .doctors-sec .swiper-button-next, 
    .doctors-sec .swiper-button-prev {
        top: unset;
        bottom: 0%;
    }
    .doctors-sec .swiper-container .swiper-pagination {
        top: unset;
        bottom: 0;
        right: 50% !important;
        transform: translateX(50%);
        left: auto !important;
    }
    .top_nav .contact_items ,
    .top_nav .links {
        margin: 3px 0;
        justify-content: center !important;
        border: 0 !important;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .header .social_links {
        position: absolute;
        top: -70px;
    }
    .header .img-box::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .doctors-pg .serv_dr_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 3px !important;
        height: 3px;
        margin: 0 2px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
@media (min-width: 320px) {

    .oka_ww iframe.wi {
        min-height: 600px !important;
        overflow: unset;
    }
    
    .oka_ww iframe body ,
    body body,
    html {
      font-family: 'Almarai', sans-serif !important;
    }
    .oka_ww iframe body, .oka_ww iframe body.responsive {
        font-family: system-ui;
    }

}
