#callme {
    top: 77% !important;
    right: 15px !important;
}

.topnav_brand_contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}


.mainvaigation_list_container_sk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}

.sk_home_pricing_table {
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
}

.sk_home_pricing_table .column {
    flex-basis: 20%;
}

.sk_fullwidth_background_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 50px;
}

.sk_fullwidth_background_container .dt-sc-one-half:first-child {
    padding-left: 20px;
}

.homepage .dt-sc-one-half {
    width: 50% !important;

}

.fullwidth-background {
    margin-bottom: 50px;
}






footer {
    margin-top: 50px;
}


.sk_responsive_footer {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.sk_responsive_footer .sk_responsive_footer_columns {
    flex-basis: 20%;
}

.sk_footer_social_links {
    display: flex;
}



/* about us responsive css start  */
.about_us_page .dt-sc-one-half {
    width: 80% !important;
    margin: auto;
}

/* about us responsive css end */


/* service page start  */
.servicespage .dt-sc-toggle-frame-set {
    display: flex;
    flex-wrap: wrap;
    gap: 43px 200px;
    justify-content: center;
    align-items: start;
}

/* service page end */


/* our-package page css start here  */
.our_package_page .dt-sc-pricing-table {
    display: flex;
    gap: 200px;
    justify-content: center;
    align-items: start;
}

/* our-package page css end */


/* appointmnet page css start here  */
.appointment_page .dt-sc-hr-white-title {
    margin: 25px 0 !important;
}

.appointment_page form {
    width: 50%;
    margin: auto;
}

/* appointmnet page css end here  */


/* contact us page start here  */
.contact_us_page .contact_form_outer {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_us_page .dt-sc-one-fourth {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_us_page .dt-sc-one-fourth .dt-sc-social-icons {
    display: flex;
}

.contact_us_page .dt-sc-one-fourth .dt-sc-social-icons .fa-brands {
    font-size: 22px;
    color: #fff;
}

.contact_us_page .dt-sc-one-fourth .dt-sc-social-icons .fa-x-twitter {
    color: #000000 !important;
}

/* contact us page end here  */



/* swiper slider code start here  */
.skmain_siper_slider_wrap{
    width: 100%;
    height: 540px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* swiper slider code end here  */


/* icons  */
header ul.dt-sc-social-icons li a.facebook:before{
    content: "\f09a";
}




/* Large screens (1200px and above) */
@media screen and (min-width: 1200px) {
    #menu-main-menu {
        display: block;
    }

    .sk_fullwidth_background_container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0px 50px;
    }

    .sk_fullwidth_background_container .dt-sc-one-half:first-child {
        padding-left: 20px;
    }

    .homepage .dt-sc-one-half {
        width: 50% !important;

    }



    .fullwidth-background {
        margin-bottom: 50px;
    }



    .clield_higyn {
        padding: 0px 25px !important;
    }

    .sk_child_hygin_faftey_col {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px !important;
    }

    .sk_child_hygin_faftey_col .sk_child_hygin_columns {
        flex-basis: 30% !important;
    }


}

/* ******************************************* */

/* Tablet screens (768px - 1199px) */
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .dt-menu-toggle {
        display: block !important;
    }

    .mainvaigation_list_container_sk {
        flex-direction: column;
        gap: 20px;
    }

    #menu-main-menu {
        display: none;
    }

    #main-menu {
        width: 100%;
    }

    nav ul li {
        display: block !important;
        width: 100% !important;
    }

    nav ul li a {
        line-height: 40px !important;
    }

    #main-menu>ul.menu>li.red>a {
        border-color: transparent !important;
    }

    .sk_home_pricing_table {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 25px;
        align-items: center;
    }

    .sk_home_pricing_table .column {
        width: 50% !important;
        text-align: center !important;
    }

    .fullwidth-background {
        padding: 0 !important;
        padding-bottom: 40px !important;
        margin-bottom: 10px !important;
    }

    .dt-sc-social-icons {
        display: flex !important;
    }

    .sk_fullwidth_background_container {
        flex-direction: column !important;
    }

    .homepage .dt-sc-one-half {
        width: 100% !important;
    }

    footer {
        margin-top: 50px !important;
    }

    .footer-links {
        width: 100% !important;
    }

    /* appointmnet page css start here  */

    .appointment_page form {
        width: 80%;
    }

    /* appointmnet page css end here  */

    /* contact us page start here  */
    .contact_us_page .contact_form_outer {
        width: 90%;
    }

    .contact_us_page .dt-sc-one-fourth {
        width: 90%;
    }


    /* contact us page end here  */


}


/* *****************************   */

/* Mobile screens (up to 767px) */
@media screen and (max-width: 767px) {

    /* top bar nav  start */
    .topnav_brand_contact {
        flex-direction: column;
        gap: 6px;
        margin-top: 10px;
    }

    .topnav_brand_contact .contact-details {
        margin: 0 !important;
    }

    .topnav_brand_contact .contact-details .phone-no {
        text-align: center !important;
    }

    /* top bar nav  end*/
    .dt-menu-toggle {
        display: block !important;
    }

    .mainvaigation_list_container_sk {
        flex-direction: column;
        gap: 20px;
    }

    #menu-main-menu {
        display: none;
    }

    #main-menu {
        width: 100%;
    }

    nav ul li {
        display: block !important;
        width: 100% !important;
    }

    nav ul li a {
        line-height: 40px !important;
    }

    #main-menu>ul.menu>li.red>a {
        border-color: transparent !important;
    }

    .sk_home_pricing_table {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 25px;
    }

    .fullwidth-background {
        padding: 0 !important;
        padding-bottom: 20px !important;
    }

    .sk_child_hygin_faftey_col {
        margin-top: 20px;
    }

    #main {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .dt-sc-social-icons {
        display: flex !important;
    }

    .sk_fullwidth_background_container {
        flex-direction: column !important;
    }

    .homepage .dt-sc-one-half {
        width: 100% !important;
    }

    footer {
        margin-top: 50px !important;
    }

    .sk_responsive_footer {
        flex-direction: column;
    }

    .footer-links {
        width: 100% !important;
    }


    /* about page start */
    .about_us_page .dt-sc-one-half {
        width: 100% !important;
    }

    .dt-sc-testimonial-carousel-wrapper blockquote {
        margin: 0 !important;
        padding: 10px !important;
    }

    /* about page end */


    /* service page start  */
    .servicespage .dt-sc-toggle-frame-set {
        justify-content: start;
    }

    /* service page end */

    /* appointmnet page css start here  */

    .appointment_page form {
        width: 100%;
    }

    /* appointmnet page css end here  */


    /* pakages  */
    .our_package_page .dt-sc-pricing-table {
        flex-direction: column;
        gap: 20px;
    }

    /* pakages  */



    /* contact us page start here  */
    .contact_us_page .contact_form_outer {
        width: 100%;
    }

    .contact_us_page .dt-sc-one-fourth {
        width: 100%;
    }


    /* contact us page end here  */




    /* swiper js  */
    .skmain_siper_slider_wrap{
        height: 190px;
    }


    /* swiper js end */
}