@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap");

@font-face {
    font-family: "gil";
    src: url("webFonts/GIL_____.eot");
    src: url("webFonts/GIL_____.eot?#iefix") format("embedded-opentype"),
        url("webFonts/GIL_____.woff") format("woff"),
        url("webFonts/GIL_____.TTF") format("truetype");
}

@font-face {
    font-family: "butler";
    src: url("webFonts/Butler_Regular.otf");
    src: url("webFonts/Butler_Regular.otf") format("opentype");
}

:root {
    --font-text: 400;
    --thm-base: #ffaa17;
    --main_blue: #0f75bd;
    --main_gray: #6d6e72;
    --thm-base-rgb: 255, 170, 23;
    --thm-black: #222429;
    --thm-text: #686a6f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "poppins", sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "butler";
}

p {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
}

/* Header Section Start */
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.header_inner1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.header_inner2 {
    display: flex;
    align-items: center;
}

.header_social img {
    width: 42px;
}

.header_nav ul li {
    display: inline-block;
    padding-right: 30px;
}

.header_nav ul li a {
    color: black;
    transition: all 0.3s ease;
    font-family: "League Spartan", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    padding: 1rem;
}

.header_nav ul li a:hover {
    color: var(--main_blue);
}

.header_nav ul li.active a {
    color: var(--main_blue);
}

.header_nav ul li.active a:before {
    left: 0;
    right: 0;
}

.header_logo img {
    width: 180px;
    padding: 0.5rem 0;
}

.header_nav ul li {
    display: inline-block;
    padding-right: 30px;
    font-size: 17px;
}

.header_login button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff !important;
    padding: 12px 25px;
    background: var(--main_blue);
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    /*box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
    border: none;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-size: 15px;
    transition-duration: 0.5s;
    cursor: pointer;
    font-family: "League Spartan", sans-serif;
}

/*.header_login button:hover {*/
/*  letter-spacing: 0.3em;*/
/*}*/

.hvr-bounce-to-right:hover {
    color: white !important;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e76bc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* .header_login button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #0f75bd;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
} */

/* .header_login button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
} */

/* .header_login button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 30px;
    color: black;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    
    z-index: 20;
    transition: all 0.3s ease-in-out;
} */

/* .header_login button:hover span {
    color: white;
    animation: scaleUp1 0.3s ease-in-out;
} */

@keyframes scaleUp1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.header_login {
    margin-right: 30px;
}

.header_social {
    display: none;
    align-items: center;
    gap: 5px;
}

.main_section_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 40%;
    left: 10%;
    transform: translate(-10%, -50%);
    z-index: 2;
}

.main-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 90.81px);
}

.main-swiper .display_screen {
    /*width:50%;*/
    /*position:relative;*/
    /*margin-right:0;*/
    /*margin-left:auto;*/
    /*background-image:url(../images/iMac_screen.png);*/
    /*max-width:500px;*/
    /*max-height:auto;*/
    /*background-repeat:no-repeat;*/
    /*background-size:500px auto;*/
    position: absolute;
    /*left: 0%;*/
    right: 2%;
    /*margin: 0 auto;*/
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 620px;
    height: 500px;
    background-image: url(../images/iMac_screen.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 5;
}

.main-swiper .display_screen .display_inner {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    z-index: -1;
}

.main-swiper .display_screen .display_inner .main_banner_slider {
    position: relative;
    width: 100%;
}

.main-swiper .display_screen .display_inner .main_banner_slider img {
    max-width: 570px;
    width: 100%;
    height: 346px;
    object-fit: cover;
}

.main-swiper .bg_logo {
    position: absolute;
    /*top: -40px;*/
    width: 100%;
    z-index: 2;
    max-width: 600px;
    opacity: 0.2;
    height: 100%;
}

.main_section_2 {
    /* background: url(../webImages/main_bg.png); */
    /*background: #02baecc2;*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 100vh;*/
    position: relative;
    /* position: absolute;
    z-index: -1; */
}

/*.main_banner_slider img {*/
/*  width: 100%;*/
/*  height: 90vh;*/
/*}*/
.main_section_3 {
    background: url(../webImages/book_doctor_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

.main_section_4 {
    background: url(../webImages/dental-implant.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

.main_sectin_contain {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.main_sectin_contain img {
    width: 350px;
}

.main_sectin_contain h1 {
    font-size: 2.5rem;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    /* font-weight: 100 !important; */
    font-family: "butler";
}

.main_sectin_contain p {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

.main_sectin_contain .btnFlex {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
    justify-content: center;
}

section.main_page {
    height: 100vh;
    position: relative;
    position: relative;
}

.main_text_inner h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 28px;
    width: 25%;
    text-align: left;
    border-right: 3px solid #0e76bc;
    padding-right: 2rem;
}

.main_text_inner p {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    color: #000;
    text-align: left;
    /*padding-top: 20px;*/
    /*margin-bottom: 2%;*/
    padding-left: 2rem;
}

/* Swiper CSS */
/* .swiper-button-next,.swiper-button-prev {
    border-radius: 100%;
    background: #0E76BC;
    width: 4rem;
    height: 4rem;
}
.swiper-button-next::after,.swiper-button-prev::after{
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
}
.main_banner_slider1{
    background: url(../webImages/test2.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 86vh;
 
} */

/* Main Button */
.cssbuttons-io-button {
    background: var(--main_blue);
    color: white;
    font-family: inherit;
    color: #fff;
    padding: 0.35em;
    font-weight: unset !important;
    letter-spacing: unset !important;
    cursor: pointer;
    padding-left: 1.2em;
    font-size: 17px;
    /*margin: 0 auto;*/
    margin-top: 30px;
    font-weight: 500;
    /*border-radius: 1.9em;*/
    border: none;
    z-index: 1;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 1.6em -0.6em gray; */
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
}

.cssbuttons-io-button .icon {
    background: transparent;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    top: 5px;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    /*border-radius: 1.7em;*/
    /* box-shadow: 0.1em 0.1em 0.6em 0.2em gray; */
    right: 0.3em;
    transition: all 0.3s;
        border-radius: 30px;
}

.cssbuttons-io-button:hover .icon img {
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
    background: #fff;
}

.cssbuttons-io-button:hover .icon img {
    filter: invert(1);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

/* Main Button End */

/* Header Section End */

/*Inner Pages Header*/
.inner_header {
    background: #2a3042;
}

/*Inner banner*/
.inner_page_banner {
    height: 30vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a4ffff;
}

.inner_page_banner h1 {
    font-family: "Ms Madi", cursive;
    z-index: 1;
    font-size: 100px;
    text-transform: capitalize;
    color: #111;
}

/*Inner Pages Header End*/

/* Main Text Section */
.main_text_inner {
    padding-top: 30px;
    /* padding-bottom: 80px; */
    text-align: center;
}

.pt0 {
    padding-top: 0px !important;
}

.eq1 {
    position: absolute;
    bottom: 13%;
    left: 0px;
    /* animation: man2 2s infinite linear; */
}

.eq1 img {
    width: 60px;
    transform: rotate(31deg);
}

.eq2 {
    position: absolute;
    bottom: 5%;
    left: 30px;
    /* animation: man3 2s infinite linear; */
}

.eq2 img {
    width: 95px;
    transform: rotate(29deg);
}

.eq3 {
    position: absolute;
    bottom: 0%;
    left: 14%;
    /* animation: man2 2s infinite linear; */
}

.eq3 img {
    width: 75px;
    transform: rotate(24deg);
}

.eq4 {
    position: absolute;
    bottom: 0%;
    left: 24%;
    /* animation: man3 2s infinite linear; */
}

.eq4 img {
    width: 18px;
    transform: rotate(24deg);
}

.eq5 {
    position: absolute;
    bottom: 0%;
    left: 30%;
    /* animation: man2 2s infinite linear; */
}

.eq5 img {
    width: 18px;
    transform: rotate(20deg);
}

.eq6 {
    position: absolute;
    bottom: -14%;
    left: 36%;
    /* animation: man3 2s infinite linear; */
}

.eq6 img {
    width: 405px;
    transform: rotate(31deg);
}

.eq7 {
    position: absolute;
    bottom: -3%;
    left: 61%;
    /* animation: man2 2s infinite linear; */
}

.eq7 img {
    width: 252px;
    transform: rotate(-41deg);
}

.eq8 {
    position: absolute;
    bottom: 0%;
    left: 77%;
    /* animation: man3 2s infinite linear; */
}

.eq8 img {
    width: 300px;
    transform: rotate(0deg);
}

.eq1,
.eq2,
.eq3,
.eq4,
.eq5,
.eq6,
.eq7,
.eq8 img {
    opacity: 0.9;
}

/* @keyframes man2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1);
    }
}

@keyframes man3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);

    }

    100% {
        transform: translateY(0px);
    }
} */

.main_text_inner h2 {
    font-size: 40px;
    font-weight: 700;
    width: 68%;
    margin: 0 auto;
    font-family: "Ubuntu";
}

/* Main Text Section End */
/* Compliance Manager Section Start */
.compliance_manager_bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.c_manger_contain {
    display: flex;
    align-items: self-start;
    gap: 10px;
    padding-top: 20px;
}

.compliance_heading_ h2 {
    color: #333333;
    font-size: 40px;
    /* position: relative; */
    font-family: "Ubuntu";
}

.compliance_heading_ {
    position: relative;
    display: inline-block;
}

.compliance_heading_::before {
    content: "";
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 3px;
    width: 50%;
    background: var(--main_blue);
}

.c_manger_contain span {
    color: var(--main_blue);
    font-size: 23px;
}

.compliance_manager_bottom_main {
    background: #f4f4f4;
    padding: 30px 70px;
    display: none;
}

.c_manger_contain p {
    font-size: 16px;
    color: gray;
    text-align: justify;
}

/* section.compliance_manager_main {
  background: #f4f4f4;
} */

/* Compliance Manager Section End */
/* tab Section Start */
.ui-widget.ui-widget-content {
    border: none;
    background: unset;
    margin: 0 auto;
    /*width: 100%;*/
    padding: 30px 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    background: #0e76bc;
    border-radius: 30px;
    /*margin-bottom: -14px;*/
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -7px;
    border-top: 7px solid var(--main_blue);
    border-right: 7px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
    transform: translateX(-50%);
}

.ui-tabs .ui-tabs-nav li {
    background: #c9c5c5;
    border-radius: 30px;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    transition: all 0.27s ease-in-out;
}

.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    color: black;
    display: flex;
    flex-direction: column;
    padding: 15px 70px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Montserrat";
    font-weight: 600;
    outline: none;
    transition: all 0.27s ease-in-out;
}

.ui-tabs .ui-tabs-nav li:hover {
    background: var(--main_blue);
}

.ui-tabs .ui-tabs-nav li:hover .ui-tabs-anchor {
    color: white;
}

.ui-tabs .ui-tabs-nav li:hover li.ui-tabs-active:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -7px;
    border-top: 7px solid var(--main_blue);
    border-right: 7px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
    transform: translateX(-50%);
}

.ui-widget-header {
    border: none;
    background: none;
}

.complaince_tab_main {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: 40px;
}

.complaince_tab_inner2 h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 30px 0;
    position: relative;
    font-family: "butler";
    text-transform: capitalize;
}

.complaince_tab_inner2 h2::before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 0%;
    height: 3px;
    width: 31%;
    background: var(--main_blue);
    font-family: "Ubuntu";
}

.complaince_tab_main p {
    font-size: 16px;
    padding: 0 30px;
    color: black;
    font-family: "League Spartan", sans-serif;
}

.c_inner2_btn {
    /* padding: 20px 30px; */
    padding: 30px;
    font-family: "poppins";
    /*margin-top: 1rem;*/
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.c_inner2_btn button {
    padding: 12px 15px;
    width: 214px;
    border: none;
    background: var(--main_blue);
    color: #fff;
    /*border-radius: 30px;*/
    /*background: white;*/
    overflow: hidden;
    font-size: 17px;
    /*margin-right: 10px;*/
    cursor: pointer;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    transition-duration: 0.5s;
    border-radius: 30px;
}

.c_inner2_btn button:hover {
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 15px;
}

/* tab Section End */
/* Dentist Departmnet List Start */
/* .dentail-department-list {
  background-color: #f2f2f2;
} */

.dentail-department-list .Standard {
    width: 100%;
}

.fullwidth {
    width: 100%;
    position: relative;
    background-color: rgb(209 227 242);
}

.department-list img {
    animation: man1 3s infinite;
}

@keyframes man1 {
    0% {
        /* -webkit-transform: translateY(0); */
        /* transform: translateY(0); */
        transform: scale(1);
    }

    50% {
        /* -webkit-transform: translateY(-20px);
        transform: translateY(-10px); */
        transform: scale(1.2);
    }

    100% {
        /* -webkit-transform: translateY(0);
        transform: translateY(0); */
        transform: scale(1);
    }
}

.department-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    padding: 80px 0;
}

.general-density {
    text-align: center;
}

.department-list h3 {
    color: #181818;
    font-family: "ubuntu";
    font-weight: lighter;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.department-selec-btn {
    text-align: center;
    margin: 0 auto;
}

.department-list p {
    color: #000;
    /*opacity: 0.7;*/
    padding-top: 0.7rem;
    line-height: 1.5;
    opacity: 0.8;
    font-size: 1rem;
    font-family: "Poppins";
}

.department-choose-btn {
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    display: block;
    transition: 0.1s ease;
    position: relative;
    z-index: 11111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "ubuntu";
    /*margin-bottom: 15px;*/
}

/* .department-choose-btn {
   background-image: linear-gradient(to right, #0f75bd 51%, #8dbddf 100%);
   background-position: 0 0;
   box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
   padding: 1.357em 1.786em;
   background-size: 200% 100% !important;
   border-radius: 5px;
   transition: all 300ms ease;
} 

.department-choose-btn:hover {
   background-position: 99% 0;
   transform: translateY(-3px);
} */

.department-choose-btn a {
    /* background-image: linear-gradient(to right, #0f75bd 51%, #8dbddf 100%); */
    background-position: 0 0;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    padding: 1.357em 1.786em;
    background-size: 200% 100% !important;
    border-radius: 5px;
    transition: all 300ms ease;
    display: inline-block;
    /*border-radius: 30px !important;*/
    padding: 10px 30px;
    color: var(--main_blue);
    background: white;
    overflow: hidden;
    padding-top: -20px;
    transition: 300ms ease;
    border-radius: 4px;
    position: absolute;
    font-family: "poppins";
        border-radius: 30px;
}

/* .department-choose-btn a:hover {
    background-position: 99% 0;
    transform: translateY(-5px);
} */

/* Dentist Departmnet List Start */

/* Book Section Doctor */
/* Doctor Team section End  */

.book-doctor {
    background-image: url(../webImages/background-doctor-booking.png);
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: 90px; */
    /*margin: 50px 0;*/
    margin-bottom: 50px;
    /* padding-top: 80px; */
    /* padding-bottom: 30px; */
    position: relative;
}

.book-doctor-background-overlay {
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(190deg, #04070f00 0%, #151210 100%);
    opacity: 0.48;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ammergency-doctor-book {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    z-index: 0;
    position: relative;
}

.ammergency-doctor-book .left-side-doctor-image {
    display: flex;
      display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}

.contactImg {
    width: 100%;
    position: relative;
    max-width: 350px;
    height: 350px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1512101f;
    padding: 17px;
}

.contactImg svg {
    width: 100%;
    min-width: 400px;
    min-height: 400px;
    object-fit: contain;
}

.ammergency-doctor-book img {
    max-width: 460px;
    height: 100%;
    object-fit: cover;
    margin: 0;
    display: block;
    height: auto;
    border-radius: 0;
    /* animation: man 4s infinite linear; */
}

.ring {
    animation: ringg 1s 2 ease-in-out;
}

@keyframes man {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ringg {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-3deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(3deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-3deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(3deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.right-side-amergency-form {
    line-height: 1;
    padding-left: 15px;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

/*.side-form {*/
/*  padding-left: 138px !important;*/
/*}*/

.side-form input {
    width: 250px !important;
}

.traningContent {
    padding-bottom: 3%;
}

.right-side-amergency-form h2 {
    color: #8dbddf;
    font-size: 40px;
    /* font-weight: normal; */
    font-weight: 500;
    font-family: "ubuntu";
}

.right-side-amergency-form h2 {
    color: #333333;
    line-height: 55px;
    /* font-weight: normal; */
    padding-bottom: 25px;
    font-family: "butler";
    font-weight: 700;
    text-transform: capitalize;
    font-size: 2rem;
}

.right-side-amergency-form p {
    color: #181818;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    opacity: 0.7;
}

#hr-line {
    /* padding-top: 25px; */
    margin-top: 30px;
    /* padding-bottom: 30px; */
    margin-bottom: 40px;
}

/* Amergency Form Styling start */

.input-form-amergency .input-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.input-form-amergency .input-form form .your-name-input,
.your-email-input,
.select-opt,
.appoinmnet-date {
    padding: 0px 0px;
    text-align: left;
    color: #181818;
    opacity: 0.8;
    position: relative;
    font-weight: 600;
    padding-bottom: 30px;
}

.your-email-input label {
    padding-left: 8px;
}

.b_app_btn {
    text-align: center;
    margin: 0 140px;
    padding: 14px 50px;
}

.your-name-input label {
    padding-left: 6px;
}

.appoinmnet-date {
    padding-bottom: 60px;
}

.right-side-amergency-form .sub-btn {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-form-amergency input[type="text"],
.input-form-amergency input[type="email"] {
    padding: 10px 0;
    width: 230px;
    margin: 10px 5px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    color: #181818;
    font-size: 16px;
    font-family: "poppins";
    transition: all 0.5s ease;
}

/*.input-form-amergency input[type="email"] {*/
/*  padding: 15px 50px;*/
/*  margin: 10px 5px;*/
/*  box-sizing: border-box;*/
/*  outline: 0;*/
/*  border: 1px solid transparent;*/
/*  border-radius: 4px;*/
/*  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);*/
/*  color: #181818;*/
/*  font-size: 16px;*/
/*  font-family: "poppins";*/
/*}*/

.input-form-amergency select {
    padding: 15px 16px;
    width: 230px;
    /* padding: 15px 67px; */
    margin: 10px 5px;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    color: #181818;
    font-size: 16px;
}

.input-form-amergency input[type="date"] {
    /* padding: 15px 70px !important;  */
    width: 230px;
    margin: 10px 5px;
    padding: 15px 16px;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    color: #181818;
    font-size: 14px;
    /* text-align: center; */
    text-transform: uppercase;
    font-weight: 600;
}

.book-appoinmnet-now-submit a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.book__btn {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "poppins";
}

.book-appoinmnet-now-submit {
    /* background-image: linear-gradient(to right, #0f75bd 51%, #8dbddf 100%); */
    background: var(--main_blue);
    background-position: 0 0;
    font-size: 15px;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    padding: 16px 25px;
    background-size: 200% 100% !important;
    /*border-radius: 30px;*/
    transition: all 300ms ease;
    color: #fff;
    display: block;
    /*margin-left: 151px;*/
    overflow: hidden;
    border: none;
    outline: none;
    /*margin: 0 auto;*/
    height: 50px;
    width: 300px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-size: 15px;
    transition-duration: 0.5s;
    cursor: pointer;
    font-family: "League Spartan", sans-serif;
}

.book-appoinmnet-now-submit:hover {
    letter-spacing: 0.3em;
}

.book-appoinmnet-now-submit:hover {
    background-position: 99% 0;
    /*transform: translateY(-3px);*/
}

/* Amergency Form Styling end */

/* Dentist Departmnet List Start */
/* .dentail-department-list {
  background-color: rgb(1 141 255 / 10%)
} */

.department-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 45px;
    grid-column-gap: 52px;
    padding: 80px 0;
}

.department-list h2 {
    color: #181818;
    font-family: "ubuntu";
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.department-selec-btn {
    text-align: center;
    margin: 0 auto;
}

.department-list p {
    color: #000;
    /*opacity: 0.7;*/
    padding-top: 0.7rem;
    line-height: 1.5;
    opacity: 0.7;
    font-size: 1rem;
}

/* .department-choose-btn {
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    display: block;
    transition: 0.1s ease;
    position: relative;
    z-index: 11111;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .department-choose-btn {
   background-image: linear-gradient(to right, #0f75bd 51%, #8dbddf 100%);
   background-position: 0 0;
   box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
   padding: 1.357em 1.786em;
   background-size: 200% 100% !important;
   border-radius: 5px;
   transition: all 300ms ease;
} 

.department-choose-btn:hover {
   background-position: 99% 0;
   transform: translateY(-3px);
} */

.department-choose-btn a {
    /* background-image: linear-gradient(to right, #0f75bd 51%, #8dbddf 100%); */
    background-position: 0 0;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    width: 214px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2em;
    transition-duration: 0.5s;
    background-size: 200% 100% !important;
    /*border-radius: 5px;*/
    transition: all 300ms ease;
    display: inline-block;
    padding: 16px 25px;
    background: var(--main_blue);
    color: #fff;
    overflow: hidden;
    padding-top: -20px;
    transition: 300ms ease;
        border-radius: 30px;
    position: absolute;
    font-family: "League Spartan", sans-serif;
}

.department-choose-btn a:hover {
    letter-spacing: 0.3em;
}

/* .department-choose-btn a:hover {
    background-position: 99% 0;
    transform: translateY(-5px);
} */

/* Book Doctor Section End */
/* Slider Section Start */
.detal_slider_main_inner h2 {
    text-align: center;
    padding-bottom: 15px;
    color: #333333;
    font-family: "butler";
    font-weight: 700;
    text-transform: capitalize;
    font-size: 2rem;
}

.sli_main {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/* Slider Section End */
.swiper-3d .swiper-slide-shadow-left {
    background: none;
}

.swiper-3d .swiper-slide-shadow-right {
    background: none;
}

.detal_s1.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-next {
    transform: unset !important;
}

.detal_s1.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev {
    transform: unset !important;
}

.detal_s1.swiper-slide.swiper-slide-duplicate-next {
    transform: unset !important;
}

.detal_s1.swiper-slide.swiper-slide-duplicate-prev {
    transform: unset !important;
}

.detal_slider_main_inner .swiper-slide {
    opacity: 0.5;
}

.detal_slider_main_inner .swiper-slide-active {
    transform: scale(1.2) !important;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.detal_slider {
    padding: 30px 0;
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #080808;
}

/* footer section Start  */
.news_letter img {
    width: 215px;
}

.news_letter img:nth-child(2) {
    padding-top: 40px;
}

footer {
    /*background-image: url(../webImages/footer-bg.png);*/
    width: 100%;
    background-color: #0f75bd;
    /*background-position: no-repeat;*/
    height: 100%;
    margin-top: 15px;
}

.footer_content {
    width: auto;
    text-align: start;
}

.news_letter {
    /*width: 100%;*/
    /*display: flex;*/
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin: 20px 0;
    margin-top: 0;
}

.logo_img img {
    width: 150px;
}

.news_letter img {
    width: 140px !important;
    margin-top: 20px;
}

footer .footer_inner {
    padding: 40px 0;
}

/*.logo_img{*/
/*    border-right: 3px solid #fff;*/
/*    padding-right: 4rem;*/
/*}*/

.footer_wrapper .footer_body {
    /* background-color: #686a6f; */
    color: white;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 4rem;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-gap: 4rem;*/
}

footer .footer_content img {
    /*margin-bottom: 26px;*/
    filter: brightness(1000);
    width: 225px;
}

.social_icons_list a img {
    width: 100%;
    max-width: 125px;
    filter: brightness(100);
}

footer .footer_content .footer_text {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 34px;
    font-family: var(--para-font);
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
}

.social_icons_list span {
    color: white;
    transition: all 0.3s ease;
    width: 35px;
    height: 35px;
    font-size: 25px;
    padding-right: 20px;
}

.social_icons_list span:hover {
    color: var(--main_blue);
}

.social_icons_list .fb_icons_img {
    width: 35px;
    height: 35px;
}

.social_icons_list .instagram,
.facebook,
.twitter,
.linked {
    font-size: 27px;
    /*margin: 7px;*/
    border-radius: 0;
    color: #fff;
    transition: all 0.4s ease;
}

.header_social a i {
    color: #686868;
    font-size: 18px;
}

.header_social a:hover i {
    color: #fff;
}

.social_icons_list {
    position: relative;
    margin-top: 1rem;
    padding-left: 6px;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.social_icons_list .instagram:hover,
.facebook:hover,
.twitter:hover,
.linked:hover {
    color: #fff !important;
    /* transform: scale(1.2); */
    transform: rotate(360deg);
    /* transform: scale(1.1); */
}

.header_social a {
    transition: all 0.4s ease;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_social a:hover {
    background: var(--main_blue);
}

.explore h6 {
    padding-bottom: 30px;
    font-size: 22px;
    font-family: "butler";
    color: white;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.explore a {
    color: #999b9f;
    font-size: 16px;
    /*margin-bottom: 20px;*/
    transition: all 300ms ease;
}

/* .links_container {
    position: relative;
  } */
.explore .links_container {
    display: flex;
}

.explore .links_container ul li {
    margin-bottom: 5px;
}

.explore .links_container a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: var(--para-font);
    /* line-height: 30px; */
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.3s ease;
}

.explore .links_container .links_02 {
    padding-left: 45px;
}

.explore .links_container .links_01 a:hover {
    color: white;
    transition: all 300ms ease;
}

.explore .links_container .links_01 a:hover::after {
    color: white;
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease;
}

.explore .links_container .links_01 a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid var(--main_blue);
    transform: translateX(0);
    transition: all 300ms ease;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.explore .links_container .links_02 a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid var(--main_blue);
    transform: translateX(0);
    transition: all 300ms ease;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.explore .links_container .links_02 a:hover::after {
    color: white;
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

.explore .links_container .links_02 a:hover {
    color: white;
    transition: all 0.5s ease;
}

.links_01 a {
    position: relative;
    transition: all 300ms ease;
}

.explore .links_02 a {
    color: #fff;
    font-size: 16px;
    font-family: var(--para-font);
    /* line-height: 30px; */
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    transition: all 300ms ease;
}

.address h6 {
    padding-bottom: 20px;
    font-size: 25px;
    font-family: "butler";
    color: white;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.address p {
    color: #999b9f;
    font-size: 16px;
    line-height: 30px;
    text-transform: lowercase;
    font-weight: 400;
    transition: all 0.3s ease;
}

.icons_color {
    position: relative;
    line-height: 30px;
    /*display:none;*/
}

.address .e_mail_address {
    display: none;
}

.icons_design {
    font-size: 20px;
    color: var(--main_blue);
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -40px;
    line-height: 30px;
}

.address .e_mail_address {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: "Poppins";
    /* line-height: 30px; */
    text-transform: capitalize;
    font-weight: 100;
    transition: all 0.3s ease;
    /* padding-top: 20px; */
    display: inline-block;
    position: relative;
    text-transform: lowercase;
}

.address .e_mail_address:hover {
    color: white;
    transition: all 300ms ease;
}

.address .e_mail_address:hover::after {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.address .e_mail_address::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid var(--main_blue);
    transform: translateX(0);
    transition: all 300ms ease;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.news_letter h6 {
    padding-bottom: 30px;
    font-size: 30px;
    font-family: var(--Teko-font);
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.news_letter input[type="email"] {
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 25px;
    height: 70px;
    display: block;
    font-size: 15px;
    background: #1c1e22;
    font-weight: 400;
    letter-spacing: 0;
    color: #999b9f;
    border-radius: 5px;
    border: 1px solid #1c1e22;
    transition: all 300ms ease;
    font-family: var(--para-font);
    position: relative;
}

.news_letter p {
    position: relative;
    display: block;
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 32px;
    font-family: var(--para-font);
    font-weight: 400;
    color: #999b9f;
    position: relative;
}

.copy_right_link {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 220px;
    position: relative;
}

.copmanies_logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.copmanies_logo img {
    width: 100%;
}

/* .copy_right_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid red;
    width: 75%;
    text-align: center;
    display: block;
    margin: 0 auto;
  } */

.copy_right_link p {
    font-size: 17px;
    font-family: var(--para-font);
    color: #999b9f;
    font-weight: 400;
}

.copy_right_link a {
    color: var(--thm-base);
    transition: all 500ms ease;
    font-size: 17px;
    font-family: var(--para-font);
    font-weight: 400;
    text-decoration: none;
    position: relative;
    transition: all 0.4s linear;
}

.copy_right_link a:hover {
    color: white;
}

/* footer section Start  */
.footer_last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.imedia {
    /* display: none; */
    /* display: flex; */
    /* display: none; */
    display: flex;
    align-items: center;
    font-size: 12.01px;
    color: #fff;
    position: relative;
    right: 0px;
    top: 0px;
}

.imedia .design_develop {
    top: 0px;
    padding-right: 5px;
    font-size: 12.01px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
}

.imedia a {
    color: #fff;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 18.11px;
    color: #fff;
    margin-left: 0px;
    padding-left: 4px;
    margin-top: 3px;
}

.m_text a {
    line-height: 11px;
    display: block;
    color: #fff;
    font-family: "gil";
    font-size: 17.83px;
    margin-bottom: 3px;
    height: auto !important;
}

.m_text .digital_media {
    font-size: 7.7px;
    margin-top: 0px;
    color: #fff;
}

.digital_media span {
    color: #80af41;
    transition: 0.7s;
}

.imedia a:hover {
    /* color: #c0bebe; */
    color: #8cc640;
}

/* .footer_last2 a {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 12px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: var(--para-font);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.footer_last2 a:nth-child(2) {
    font-size: 8px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

} */
/* 
.footer_last2 p {
    color: white;
    font-size: 14px;
    transition: all .3s ease-in-out;
    font-family: var(--para-font);
} */

/* .footer_last2 img {
    padding: 0 10px;
    cursor: pointer;
}
 */

.footer_last h2 {
    font-size: 16px;
    color: white;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    font-family: "ubuntu";
}

.footer_last h2 span a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.footer_last h2 span a:hover {
    color: var(--main_blue);
}

/* footer Section End */
.Standard {
    width: 85%;
    margin: 0 auto;
}

.dental-title-wrapper {
    text-align: left;
    position: relative;
    /* margin-bottom: 60px; */
}

.dental-title-wrapper h3 {
    color: #02baecc2;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    text-transform: capitalize;
}

.dental-title-wrapper h3 span {
    display: block;
    width: 100%;
}

.dental-title-wrapper h3 span img {
    width: 100%;
    position: relative;
    bottom: -4px;
    filter: brightness(0.2);
}

.Standard1.navbar {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    background: #fff;
    box-shadow: rgba(209 227 242) 0px 1px 2px 0px;
}

.navbar-hidden {
    transform: translateY(-150%);
}

.practice-main {
    background: #0f75bd;
    position: relative;
    padding-bottom: 1rem;
}

.practice-flex {
    display: flex;
}

.practice-flex .contactus {
    width: 35%;
    padding-right: 90px;
}

.p-y-40 {
    padding: 40px 0;
}

.practice-flex .contactus h2 {
    color: #fff;
    font-size: 40px;
    font-family: "ubuntu";
}

.addres p {
    border: 1px solid #fff;
    padding: 18px 25px;
    padding-left: 10px;
    margin: 15px 0;
    /*background-color: #02baecc2;*/
    border-radius: 6px;
    transition: 0.3s all ease;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    font-size: 17px;
    font-weight: 100;
    word-break: break-word;
    color: #fff;
    line-height: 1.5;
}

/* i::before {
  content: "08006891061 ";
} */

.fa-solid {
    font-weight: 900;
}

.addres a {
    display: inline-block;
    padding-left: 22px;
    color: #fff;
    font-size: 15px;
}

.practice-form {
    padding: 40px;
    padding-right: 15px;
    padding-bottom: 0;
    background: #fff;
    width: 65%;
}

.practice-form h2 {
    font-size: 40px;
    margin: 0;
    font-family: "ubuntu";
}

.practice-form p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    margin-top: 10px;
}

.m-y-50 {
    margin: 50px 0;
}

.practice-form form input {
    width: 100% !important;
    padding: 14px 10px;
    outline: none;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 2px solid #e2e2e2;
    background-color: #fcfcfc;
    font-size: 16px;
    resize: vertical;
    overflow: visible;
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    transition: all 0.5s ease;
}

.practice-form .input-feild {
    display: inline-block;
    width: 30.99%;
    /*margin-right: 15px;*/
}

.practice-form textarea {
    width: 100%;
    padding: 14px 10px;
    outline: none;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background-color: #fcfcfc;
    font-size: 16px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.15;
    margin: 10px 0 0 0;
    overflow: auto;
}

.book {
    padding: 15px 18px;
    border-radius: 16px;
    background-color: #02baecc2;
    color: #fff;
    display: block;
    border: 1px solid #02baecc2;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
}

.book:hover {
    transition: 0.5s;
    cursor: pointer;
    background: 0 0;
    color: #000;
}

/* .demo {
  margin: 50px 0;
} */

.demo .demo-main {
    display: flex;
    background: url("../webImages/bg4.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    align-items: center;
    border-radius: 30px;

    box-sizing: border-box;
}

.demo .sform {
    width: 37%;
    padding: 0 84px;
}

.demo .sform h2 {
    font-size: 40px;
    font-weight: bolder;
    padding: 10px 0;
    font-family: "ubuntu";
}

.demo input[type="text"] {
    width: 100%;
    padding: 23px 22px;
    border-radius: 7px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #e0e1e2;
    outline: none;
}

.demo .explore1 {
    width: 100%;
    padding: 18px 10px;
    border-radius: 16px;
    background-color: #02baecc2;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    margin-top: 18px;
    border: 1px solid #02baecc2;
    transition: all 0.3s ease-in-out;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 22px;
}

.demo .explore1:hover {
    transform: scale(1);
    color: #000;
    transition: 0.5s;
    background: 0 0;
}

.demo .simage {
    width: 62%;
    position: relative;
}

.demo .simage img {
    width: 100%;
    transform: scale(1.1) translateX(8%);
    transform-style: preserve-3d;
    border-style: none;
    vertical-align: middle;
}

/* login page css  */

.newlogin_page {
    width: 100%;
    text-align: center;
    height: 100%;
    background: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.newlogin_main form div {
    position: relative;
    z-index: 1;
    width: 100%;
}

.submit-btn {
    padding: 12px 35px;
    border: none;
    background: var(--main_blue);
    color: #358cd1;
    border-radius: 30px;
    background: white;
    overflow: hidden;
    font-size: 17px;
    margin-right: 10px;
    cursor: pointer;
    font-family: "poppins";
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: none;
}

.newlogin_page_main {
    display: flex;
    height: 100vh;
    min-height: 600px;
    background-color: #02baecc2;
}

.newcontent_logo img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
}

.newcontent_logo {
    position: relative;
    width: 100%;
    text-align: center;
}

/* 
.newlogin_page_main .newloginLeft{
    width: 50%;
    background-image: url(/webImages/loginBgA.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;

} */

.newlogin_page_main .newloginRight {
    position: relative;
    text-align: center;
    padding: 50px;
    width: 60%;
    margin: 0 auto;
}

.newcontent_logo a h1 {
    position: relative;
    font-family: "ubuntu", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
}

.newcontent_logo a h1 span {
    font-size: 15px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Ubuntu";
}

.newcontent_logo h4 {
    font-family: "Heebo", sans-serif;
    font-size: 34px;

    font-weight: 700;
    color: #fff;
    padding-top: 20px;
    transition: all 0.5s linear;
}

.newcontent_logo a {
    width: 100%;
    display: block;
}

.newlogin_main:before {
    content: "";
    background-image: url("../webImages/nav_logo.png");
    /* font-family: "font awesome 5 free"; */
    background-size: contain;
    /* font-weight: 900; */
    position: absolute;
    /* left: -135px; */
    top: -10%;
    color: #fff;
    /* font-size: 18px; */
    z-index: -1;
    /* margin: 0 auto; */
    width: 79%;
    height: 44%;
    object-fit: contain;
    margin: 0 auto;
}

.newlogin_main {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
}

/* .form-background{
    background-image: url("/webImages/nav_logo.png");
    width: fit-content;
    height: fit-content;
} */

.newlogin_main form {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.newlogin_main form-group {
    position: relative;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.fa-envelope:before {
    content: "\f0e0";
}

.newlogin_main .form-group:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    /* left: -135px; */
    top: 28%;
    color: #fff;
    font-size: 18px;
    z-index: -1;
    margin: 0 auto;
    width: fit-content;
}

.fa-key:before {
    content: "\f084";
}

.content {
    height: 100px;
}

.newlogin_main .newtooltip {
    position: relative;
    width: 100%;
    text-align: left;
    opacity: 1;
    margin: 10px 0;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-family: montserratmedium;
}

.newlogin_main .newtooltip a {
    color: #fff;
    float: right;
    font-size: 12px;
}

.newlogin_main .submit_class_newlogin {
    width: 44%;
    border: 1px solid #02baecc2;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #02baecc2;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.newlogin_main input[type="text"] {
    width: 100%;
    position: relative;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background-color: transparent !important;
    font-size: 14px;
    padding: 12px;
    padding-left: 30px;
    outline: none;
}

.newlogin_main input[type="password"] {
    width: 100%;
    position: relative;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background-color: transparent !important;
    font-size: 14px;
    padding: 12px;
    padding-left: 30px;
    border-radius: 5px;
    background: #f9f9f9;
    outline: none;
}

.newlogin_page_main .newloginRight .newfoot {
    bottom: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.newlogin_page_main .newloginRight .newfoot p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
}

/* css of packages */

.package_container {
    display: flex;
    align-items: center;
    margin: 60px 0;
    width: 100%;
    justify-content: space-between;
}

.package_img {
    width: 45%;
    height: 100%;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

.package_img img {
    width: 100%;
    border-radius: 48px;
    box-shadow: 1px 8px 14px 1px rgb(85 28 144 / 43%);
    vertical-align: middle;
    border-style: none;
}

.package_content {
    width: 50%;
}

.package_content h3 {
    font-size: 34px;
    text-align: left;
    /* font-family: ; */
    font-family: "ubuntu";
}

.package_content ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
}

.package-btn {
    margin-top: 35px !important;
    justify-content: flex-start !important;
    font-family: "poppins";
}

.pkgbtn {
    margin-top: 10px;
    background: #f4f4f4 !important;
    font-family: "poppins";
}

/* css of traning */

.main_text_inner h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #02baecc2;
}

.main_text_inner h2 span {
    color: #02baecc2;
}

.traningBtn {
    margin-top: 40px;
    font-family: "poppins";
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    background-color: #f7faff;
    padding: 10px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.grid-container>div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.grid-container p {
    font-size: 16px;
    font-weight: 500;
}

.g-img img {
    width: 80px;
    height: 80px;
    /* filter: brightness(0); */
    position: relative;
}

/* .g-img::before{
    position: absolute;
    content: "";
    background: #02baec30;
    height: 100%;
    width: 32%;
    z-index: 999;
  } */

.g-img {
    height: 80px;
    width: 100%;
    position: relative;
}

.g-main {
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
}

.g-para {
    width: 100%;
}

.main-form {
    display: flex;
    width: 96%;
    flex-direction: column;

    margin: 0 auto;
}

.form-left {
    width: 60%;
}

.right-foam {
    width: 40%;
}

.package_container-form {
    display: flex;
    align-items: center;
    margin: 60px 0;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

#pkg-input {
    width: 277px;
}

.center {
    text-align: center;
    width: 100% !important;
}

.additional {
    width: 100% !important;
}

.additional textarea {
    margin: 0 auto;
    box-sizing: border-box;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    color: #181818;
    margin-top: 10px;
    width: 100%;
    padding: 10px 0;
    padding-left: 10px;
    font-size: 16px;
    font-family: "Poppins";
    transition: all 0.5s ease;
}

.additional textarea:hover {
    border: 0.5px solid #007aff;
    background-color: #f2f2f2;
}

.additional textarea:focus {
    /* border: 1px solid ;
    border-image: linear-gradient(
        #007aff, 
        rgb(11, 74, 126)
        black
      ) 1 1 1 1 ;
    background-color:  #f2f2f2; */

    background-color: #f2f2f2;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #007aff, black) border-box;
    border-radius: 0.5em;
    border: 2px solid transparent;
}

.booking-form input:focus {
    background-color: #f2f2f2;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #007aff, black) border-box;
    border-radius: 0.5em;
    border: 2px solid transparent;
}

.booking-form input:hover {
    /* border-color:#007aff ; */
    border: 2px solid #007aff;
    background-color: #f2f2f2;
}

.heading-page {
    display: flex;
}

.h-gap {
    width: 45%;
}

/* slider css */
.swiper-cons {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.slider-img {
    width: 45%;
}

.mySwiperCon {
    width: 100%;
    margin: 5rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper1 {
    width: 50%;
    margin-left: auto;
    margin-right: 15px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.swiper-slide.main_banner_slider {*/
/*    -webkit-justify-content: end;*/
/*    justify-content:end;*/
/*}*/
.swiper-slide.main_banner_slider img {
    width: 100%;
    object-fit: contain;
}

.detal_slider .swiper-slide img {
    display: block;
    width: 100%;
    /*max-width: 75%;*/
    object-fit: contain;
    /*margin-left: auto;*/
    /*margin-right: 0;*/
    /*height: 100%;*/
}

.slider-text {
    width: 45%;
    padding-top: 5%;
    padding: 5% 2% 5% 0;
}

.slider-text h3 {
    font-size: 34px;
    text-align: left;
    text-transform: uppercase;
    font-family: "ubuntu";
}

.slider-text p {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

.swiper-button-next:after {
    content: "\f1df" !important;
    font-family: Material Symbols Outlined !important;

    color: #02baecc2 !important;
}

.swiper-button-prev:after {
    content: "\f1e6" !important;
    font-family: Material Symbols Outlined !important;

    color: #02baecc2 !important;
}

.swiper-button-prev {
    left: 85% !important;
    top: 95% !important;
    z-index: 99;
    display: none;
}

.swiper-button-next {
    top: 95% !important;
    z-index: 99;
    display: none;
}

.table-image img {
    height: 100%;
    width: 100%;
}

.cons-pagination span.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    margin: 0 auto;
}

.cons-pagination.swiper-pagination.cons-pagination {
    left: 10%;
}

/* bottom banner css */
.bottom-banner {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #02baecc2, #ffffff);
    margin-top: 5%;
    padding: 7%;
}

.innerBannerText {
    width: 60%;
    margin: 0 auto;
}

.innerBannerText h3 {
    color: #007aff;
    text-transform: uppercase;
    width: 85%;
    font-size: 2rem;
    margin: 0 auto;
    padding: 7px;
    font-family: "ubuntu";
}

.innerBannerText h2 {
    width: 85%;
    font-size: 40px;
    margin: 0 auto;
    color: #333333;
    font-weight: 500;
    padding: 3px;

    font-family: "Ubuntu";
}

/* css of booking  */

.text-div {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.booking-form {
    width: 50%;
}

.booking {
    width: 100%;
    text-align: center;
}

.booking-form input[type="text"] {
    /*height: 80%;*/
    width: 96%;
    transition: all 0.5s ease;
}

.book-btn {
    margin: 0 auto;
    height: 57px;
    margin-bottom: 15px;
    font-family: "poppins";
}

.booking-foam {
    height: 100%;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 2%;
    margin: 2% 0;
}

/* css of demo */

/* css of tabs */

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    border-radius: 26px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f7faff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #f7faff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* New CSS Here (23/02/23) */
.main_container {
    width: 100%;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    background: #fff !important;
    overflow: hidden;
    margin-top: 100px;
}

.main_section {
    width: 100%;
    height: 100%;
    max-width: 1800px;
    position: relative;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 85%;
    padding: 10px 0px 0px 0px;
}

/* Section CSS */

.services {
    width: 100%;
    position: relative;
    display: block;
}

.innerFlex {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftFlex {
    position: relative;
    width: 50%;
}

.leftFlex img {
    object-fit: contain;
    width: 100%;
}

.rightFlex {
    position: relative;
    width: 40%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1rem;    text-align: center !important;
}

.rightFlex h1 {
    font-size: 48px;
    font-family: "butler";
    margin-bottom: 1rem;
}

.rightFlex h1 span {
    color: #0f75bd;
}

.rightFlex h1 span i::before {
    content: "" !important;
}

/* .rightFlex p {
  text-align: center;
} */

.mot_flex .rightFlex p {
    margin: 0;
    margin-bottom: 5%;
}

.mot_flex {
    text-align: left !important;
}

.b_demo {
    background: #d2e5f2 !important;
    color: #111;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.7s ease-in-out;
}

.b_demo:hover {
    background: var(--main_blue) !important;
    color: #fff;
}

.leftTrig {
    width: 150px;
    transform: rotateX(180deg);
    height: 300px;
    background-color: #7db9e8;
    margin: 0 25px 5px 0;
    float: left;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
}

.rightTrig {
    width: 150px;
    transform: rotateX(180deg);
    height: 300px;
    background-color: #7db9e8;
    margin: 0 0 5px 25px;
    float: right;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
}

.dental-title-wrapper,
.inner_page_banner {
    display: none;
}

/* Section 2 */
.services_list {
    width: 100%;
    position: relative;
    display: block;
}

.innerLeft2 {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    place-items: center;
}

.singleService {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    box-shadow: rgba(17, 17, 26, 0.15) 0px 4px 16px,
        rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 20px;
    transition: all 0.27s ease-in-out;
    /* background: #000000a9; */
}

.singleService:hover {
    box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px,
        rgba(17, 17, 26, 0.25) 0px 8px 32px;
    /*transform:scale(1.1);*/
}

.singleService .img_holder {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    left: -25px;
    top: -20px;
    background: #fff;
    text-align: center;
    transition: all 0.27s ease-in-out;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}

.singleService .img_holder img {
    width: 100%;
    object-fit: contain;
    max-width: 50px;
    height: 100%;
    transition: all 0.27s ease-in-out;
}

.singleService:hover .img_holder {
    /*background:#333;*/
    transform: scale(1.3);
}

/*.singleService:hover .img_holder img{*/
/*    filter:brightness(100) invert(1);*/
/*}*/

.singleService .txt_holder {
    width: 85%;
    position: relative;
}

.singleService .txt_holder h3 {
    /*text-transform: uppercase;*/
    font-size: 20px;
    margin-bottom: 10px;
        color: #0f75bd;
}

.singleService .txt_holder p {
    text-align: center;
}

/*Slogan*/
.slogan {
    width: 100%;
    position: relative;
    background: url(../webImages/bg_22.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1rem 0 3rem;
    margin: 4rem 0;
}

.slogan_text {
    width: 70%;
    position: relative;
    margin: 0 auto;
}

.slogan_text p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 20px;
}

/*Testimonial*/
.testimonials_div {
    width: 100%;
    position: relative;
    padding: 0;
}

.testimonials_div .rev_text {
    background: #f8f8f8;
    padding: 15px;
    font-size: 14px;
    min-height:210px;
    font-weight: 600;
    color: #555555;
    font-style: italic;
}

.single_testimonial {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.single_testimonial h1 {
    font-size: 22px;
    color: #12566b;
    font-weight: bold;
    margin-bottom: 10px;
}

.single_testimonial .rev_stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.single_testimonial .rev_stars li i {
    color: yellow;
}

.video_div button {
    margin-top: 4rem;
}

/* Video Section */
.video_section {
    width: 100%;
    position: relative;
    display: block;
    margin: 55px auto;
}

.video_holder {
    position: relative;
    max-width: 75%;
    z-index: 1;
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 30px 80px 0px rgb(12 21 41 / 30%);
}

.video_holder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 40, 61, 0.8);
    opacity: 0.85;
    content: "";
}

.video_holder .play_icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 1;
    background-color: #0f75bd;
}

.video_holder .play_icon:before {
    position: absolute;
    content: "";
    top: -17px;
    left: -17px;
    bottom: -17px;
    right: -17px;
    border-radius: 50%;
    background: rgba(54, 124, 232, 0);
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 rgb(54 124 232 / 9%);
    box-shadow: 0 0 0 0 rgb(54 124 232 / 9%);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite;
}

.video_holder .play_icon a {
    position: relative;
    display: inline-block;
}

.video_holder .play_icon:after {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 15px solid #0e76bc49;
    border-radius: 50%;
    z-index: -1;
}

.play_icon .video_popup span.material-symbols-outlined {
    color: #fff;
    font-size: 3rem;
    vertical-align: middle;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 44;
}

.compensate-for-scrollbar {
    padding-right: 0;
}

/* Team Page */
.team_section {
    width: 100%;
    position: relative;
    display: block;
    padding: 75px 0;
}

.leftFlex .img_holder {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid;
    overflow: hidden;
}

.leftFlex .img_holder img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.team_section .rightFlex p {
    text-align: justify;
    font-size: 19px;
}

.rightFlex i {
    font-size: 19px;
    opacity: 0.7;
}

.rightFlex i::before {
    content: "" !important;
}

.team_info {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    /* justify-content: center; */
}

.infoflex {
    display: flex;
    align-items: center;
    gap: 0.5em;
    /* justify-content: center; */
}

.infoflex a {
    color: #111;
    font-weight: 500;
}

.infoflex .icon_holder {
    width: 25px;
    height: 25px;
    background: #a4ffff;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pricing Page */
.pricing {
    width: 100%;
    padding: 75px 0;
    position: relative;
    display: block;
}

.p_detail {
    text-align: center;
    padding-top: 2rem;
}

.single_pricing {
    width: 33%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 3px solid black;
    padding: 35px;
    height: 300px;
}

.pricing_innerFlex {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.tabs .p_tab {
    display: none;
}

/* .active {
  display:block !important;
} */

.tabs-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.tabs-list li {
    padding: 0.5em;
    position: relative;
    background: #a4ffff;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    transition: all 0.37s ease;
}

.tabs-list li:hover {
    background-color: #0f75bd;
}

.tabs-list li:hover a {
    color: #fff;
}

.tabs-list li a {
    color: #000;
    font-weight: 600;
    transition: all 0.37s ease;
}

/*NEW CSS HERE* ~Arish */
button a {
    color: var(--main-blue);
    font-weight: 400;
}

.c_inner2_btn button a {
    color: var(--main-blue);
}

#tabs_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    
    width: 100%;
    position: relative;
}

#tabs_flex li {
    /*padding:15px 0 !important;*/
    width: 25%;
}

.mmenu_icon {
    display: none;
}

.mmenu_icon {
    background: white;
    border-radius: 20px;
}

.menu_icn i {
    color: #0f75bd;
    border-radius: 40px;
}

#menu {
    display: none;
}

.complaince_tab_inner1,
.compliance_manager_bottom2 {
    width: 50%;
}

.complaince_tab_inner1 img,
.compliance_manager_bottom2 img {
    object-fit: cover;
    width: 100%;
}

.complaince_tab_inner2,
.compliance_manager_bottom1 {
    width: 50%;
}

/*.grecaptcha-badge {*/
/*    display: none !important;*/
/*}*/
header {
    z-index: 999;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

/*.header_main {*/
/*  padding: 1rem 0;*/
/*}*/

.header_login_mobile {
    display: none;
}

.header_login_mobile button {
    padding: 0 !important;
}

button{    border-radius: 30px !important;
}
.standard_service .rightFlex i {
    font-size: 48px !important;
}

.main_text_inner {
    margin-bottom: 4%;
    display: flex;
    align-items: center;
}

.innerFlex .rightFlex p {
    text-align: center !important;
    font-size: 22px;
}

.practice-form .submit-btn {
    margin-top: 1rem;
}

.inputs_flex,
.inputs_flex3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.inputs_flex_2 .input-feild {
    width: 50%;
}

.inputs_flex .input-feild {
    width: 50%;
}

.customprice_div .inputs_flex {
    margin-bottom: 1rem;
}

.terms_condition {
    width: 100%;
    position: relative;
}

.terms_condition .booking-form input[type="checkbox"] {
    width: auto !important;
}

.terms_condition .booking-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_pricing_btn,
.pricing_btn {
    padding: 0.5em;
    position: relative;
    background: #0f75bd;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    transition: all 0.37s ease;
    color: #fff;
    font-weight: 600;
    transition: all 0.37s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.custom_pricing_btn:hover,
.pricing_btn:hover {
    color: #fff;
    background: #0f75bd;
}

.single_pricing {
    justify-content: space-between;
}

.compliance_manager_main .Standard {
    width: 100%;
}

.section_heading {
    width: 100%;
    position: relative;
    /*text-align:center;*/
    /*font-size:2rem;*/
    margin-bottom: 2rem;
}

.testimonials_div .section_heading,
.standard_service .section_heading {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 3rem;
}

.testimonials_div .section_heading:after,
.standard_service .section_heading:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 7px;
    background: #43a6ff;
}

.pricing_div .section_heading:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 7px;
    background: #43a6ff;
}

/*NEW ABOUT US STARTS*/
.standard_fullwidth {
    position: relative;
    width: 100%;
    padding: 20px;
}

.inner_div {
    width: 70%;
    border-radius: 200px 0 200px 0;
    background: #4eaffc;
    padding: 40px 150px;
    position: relative;
}

.inner_div .section_heading h1::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.inner_div .section_heading h1 {
    color: #fff;
    position: relative;
}

.inner_div .section_heading {
    margin-bottom: 40px;
}

.inner_div .section_text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    font-family: "Poppins";
}

.section_img {
    position: absolute;
    right: -260px;
    top: 50%;
    width: 30%;
    transform: translateY(-50%);
}

.section_img img {
    width: 100%;
    object-fit: contain;
}

.inner_flex {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* .main_section_about2 {
  height:500px;
} */

.main_section_about2 .inner_flex .inner_div {
    background: none;
    padding: 0;
}

.main_section_about2 .inner_flex .inner_div .section_heading2 {
    background: #96979c;
    padding: 40px 70px 40px 170px;
    border-radius: 150px 0 0 0;
}

.main_section_about2 .section_img {
    width: 300px;
    height: 300px;
    left: -140px;
    position: absolute;
    top: 185px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #96979c;
    z-index: 9;
}

.main_section_about2 .inner_flex .inner_div .section_text {
    padding: 20px 170px 20px 170px;
}

.main_section_about2 .inner_flex .inner_div .section_text p {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.main_section_about2 .section_heading h1::after {
    content: none;
}

.main_section_about2 .section_heading b {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.main_section_about2 .section_heading i {
    color: #fff;
    display: block;
}

.contact_flex {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.contact_flex a {
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.27s ease-in-out;
    gap: 3px;
}

.contact_flex a:hover {
    color: #43a6ff;
}

.contact_flex a span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    background: #0f75bd;
    border-radius: 50%;
    position: relative;
}

.contact_flex a span.icon1::before {
    content: "\f0e0";
    position: absolute;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
}

.contact_flex a span.icon2::before {
    content: "\f2a0";
    position: absolute;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
}

.contact_flex a i {
    font-size: 12px;
    color: #fff;
}

.video_div {
    width: 100%;
    position: relative;
    padding: 4rem 0;
    text-align: center;
}

.pricing_div {
    position: relative;
    width: 100%;
    padding: 50px;
}

.pricing_grid {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    place-items: center;
}

.pricing_grid .single_price {
    width: 100%;
    position: relative;
    max-width: 300px;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.05) 0px 6px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.27s ease-in-out;
}

.pricing_grid .single_price:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 20px, rgba(0, 0, 0, 0.25) 0px 6px 6px;
}

.pricing_grid .single_price:hover .main_price h1 {
    transform: scale(1.1);
    color: #43a6ff;
}

.pricing_grid .single_price .package_heading {
    position: relative;
    width: 100%;
    padding: 10px;
    background-image: url(../webImages/bg_23.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;
}

.pricing_grid .single_price h1 {
    border: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-transform: none;
    padding-right: 0;
    font-weight: 700;
    padding: 10px;
}

.pricing_grid .single_price .main_price h1 {
    color: #000;
    font-weight: 900;
    font-size: 48px;
    transition: all 0.27s ease-in-out;
}

.pricing_grid .single_price .main_det h1 {
    color: #000;
    font-weight: 900;
}

.pricing_grid .single_price .main_det h1 {
    font-size: 20px;
}

.pricing_div .section_heading {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 2rem;
}

.pricing_div .section_heading h1 {
    color: #000;
    font-weight: 900;
    font-size: 32px;
    border: none;
    padding-right: 0;
    width: 100%;
    text-align: center;
    text-transform: none !important;
    /*text-decoration: underline;*/
    /*text-decoration-color: #43A6FF;*/
    /*text-transform:none;*/
}

.pagination_testi {
    bottom: -50px;
}

/*NEW ABOUT US ENDS*/

/*ALL WEBSITE MEDIA QUERY HERE*/

@media screen and (min-width: 1400px) {
    /*.main_sectin_contain p {*/
    /*  font-size: 20px;*/
    /*}*/

    .main_text_inner p {
        font-size: 20px;
    }

    .complaince_tab_main p {
        font-size: 20px;
    }
}

@media screen and (min-width: 1700px) {
    .main_sectin_contain p {
        font-size: 24px;
    }

    .main_text_inner h1 {
        font-size: 40px;
    }

    .main_text_inner p {
        font-size: 24px;
    }

    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        font-size: 18px;
    }

    .compliance_manager_main .Standard {
        width: 100%;
    }

    .complaince_tab_main p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1400px) {
    .linked {
        font-size: 20px;
    }

    .header_nav ul li {
        padding-right: 15px;
        font-size: 15px;
    }

    .header_login button a {
        font-size: 15px;
    }

    .complaince_tab_inner2 h2 {
        font-size: 36px;
    }

    .complaince_tab_main p {
        padding: 0 30px 0 0;
    }

    .c_inner2_btn {
        padding: 0;
    }

    /*.side-form {*/
    /*  padding-left: 50px !important;*/
    /*}*/

    .right-side-amergency-form #hr-line {
        display: none;
    }

    /*OTHER PAGES*/
    .main_text_inner p {
        padding-top: 0;
    }

    .p_detail {
        width: 100%;
    }

    /*.main-swiper .bg_logo {*/
    /*  top: 50px;*/
    /*}*/

    .inner_div {
        width: 80%;
        padding: 40px 70px;
    }
}

@media only screen and (max-width: 1300px) {
    .header_inner1 {
        gap: 20px;
    }

    .header_login button {
        padding: 10px 25px;
    }

    .footer_wrapper .footer_body {
        display: flex;
        align-items: start;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        grid-gap: 1rem;
    }

    .footer_content,
    .explore,
    .address {
        position: relative;
        /*width:30%;*/
    }

    .news_letter {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_text_inner p {
        width: 100%;
    }

    .complaince_tab_inner2 h2 {
        padding-top: 0;
    }

    .c_inner2_btn button {
        padding: 12px 20px;
    }

    .complaince_tab_inner2 h2 {
        font-size: 28px;
    }

    .complaince_tab_inner2 h2::before {
        bottom: 35%;
    }

    .input-form-amergency input[type="text"],
    .input-form-amergency input[type="email"] {
        width: 100% !important;
    }

    .input-form-amergency .input-form form .your-name-input,
    .your-email-input,
    .select-opt,
    .appoinmnet-date {
        width: 100%;
        padding-bottom: 10px;
    }

    .right-side-amergency-form {
        padding-bottom: 90px;
    }

    .left-side-doctor-image {
        display: flex;
        align-items: end;
        justify-content: center;
    }

    /*OTHER PAGES*/

    .leftFlex .img_holder {
        width: 200px;
        height: 200px;
    }

    .leftFlex .img_holder img {
        height: 200px;
    }

    .main_text_inner .rightFlex i {
        text-align: left;
    }

    .practice-main .Standard {
        width: 95%;
    }

    .practice-flex .contactus {
        padding-right: 40px;
    }

    .practice-flex .contactus h2 {
        font-size: 24px;
    }

    .inner_div {
        width: 100%;
        padding: 20px 30px;
        padding-top: 90px;
    }

    .section_img {
        position: relative;
        right: unset;
        top: unset;
        width: 50%;
        margin: 0 auto;
        height: 400px;
        transform: unset;
    }

    .main_section_about2 .section_img {
        position: absolute;
        width: 150px;
        height: 150px;
        right: 20px;
        top: 11px;
        border: 4px solid #ffffff;
        background: #fff;
        left: unset;
    }

    .main_section_about2 .inner_flex .inner_div .section_heading2 {
        padding: 40px 70px 40px 70px;
    }

    .main_section_about2 .inner_flex .inner_div .section_text {
        padding: 20px 30px;
        padding-bottom: 110px;
    }

    .inner_div .section_text p {
        font-size: 18px;
    }

    .section_img img {
        height: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_text_inner h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1180px) {
    .main-swiper .display_screen {
        max-width: 520px;
        height: 400px;
    }

    .main-swiper .display_screen .display_inner {
        max-width: 480px;
    }

    .main-swiper .display_screen .display_inner .main_banner_slider img {
        height: 275px;
    }

    .compliance_manager_main .Standard {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .main_container {
        margin-top: 90px;
    }

    .header_social {
        gap: 0;
    }

    .header_login {
        margin-right: 10px;
    }

    .header_logo img {
        width: 160px;
    }

    .header_nav ul li {
        padding-right: 11px;
        font-size: 14px;
    }

    .c_inner2_btn button {
        font-size: 15px;
    }

    .complaince_tab_main p {
        padding: 0 0 0 0;
    }

    .compliance_manager_bottom_main {
        background: #f4f4f4;
        padding: 30px 15px;
    }

    .ui-tabs {
        font-size: 14px;
    }

    .right-side-amergency-form h2 {
        font-size: 28px;
    }

    /*.main_section_2{*/
    /*    min-height:90vh;*/
    /*}*/

    /*OTHER PAGES*/
    .rightFlex h1,
    .standard_service .rightFlex i {
        font-size: 38px !important;
    }
}

@media only screen and (max-width: 1050px) {
    .main_section_1 {
        top: 17%;
        width: 80%;
        left: 50%;
        transform: translate(-50%, -17%);
    }

    .main_sectin_contain {
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }

    .main-swiper .display_screen {
        right: 50%;
        bottom: 10%;
        transform: translate(50%, -10%);
        z-index: 5;
    }

    .main_sectin_contain .btnFlex {
        justify-content: center;
    }

    /*.main-swiper {*/
    /*  overflow: visible;*/
    /*}*/

    .main_text_inner {
        padding-top: 30px;
    }

    .swiper1 {
        margin: 0 auto;
        margin-top: 13rem;
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    .header_nav {
        display: none;
    }

    .mmenu_icon {
        display: block;
    }

    .header_inner1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_social,
    .explore {
        display: none;
    }

    .Standard {
        width: 90%;
    }

    .main_sectin_contain h1 {
        font-size: 38px;
    }

    .complaince_tab_main {
        flex-wrap: wrap;
    }

    .complaince_tab_inner1,
    .complaince_tab_inner2 {
        width: 100%;
        text-align: center;
    }

    .c_inner2_btn {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .compliance_manager_bottom_main {
        width: 90%;
        margin: 0 auto;
    }

    .compliance_manager_bottom {
        flex-wrap: wrap-reverse;
    }

    .compliance_manager_bottom1,
    .compliance_manager_bottom2 {
        width: 100%;
    }

    .department-list {
        display: flex;
        grid-row-gap: 0;
        grid-column-gap: 0;
        padding: 80px 0;
        align-items: start;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .general-density {
        width: 28%;
    }

    .department-list h3 {
        font-size: 1.2rem;
    }

    .department-list p {
        font-size: 0.9rem;
    }

    .address h6 {
        padding-bottom: 17px;
        padding-top: 30px;
    }

    .footer_content,
    .explore,
    .address {
        position: relative;
        width: 100%;
    }

    .logo_img {
        padding-right: 0;
        border: 0;
    }

    .footer_wrapper .footer_body {
        text-align: center;
    }

    /*.address .e_mail_address{*/
    /*    padding-top: 45px;*/
    /*}*/
    .news_letter {
        margin-bottom: 1rem;
    }

    #tabs_flex li {
        width: 30%;
        margin-bottom: 10px;
        font-size: 13px;
    }

    #tabs_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    /*OTHER PAGES*/
    .services .innerFlex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services .leftFlex {
        width: 70%;
        margin: 0 auto;
    }

    .services .rightFlex {
        width: 80%;
        align-items: center;
        text-align: center;
        margin-bottom: 4%;
    }

    .singleService .txt_holder p {
        font-size: 14px;
    }

    i.text_italic {
        width: 80% !important;
    }

    .practice-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .practice-flex .contactus {
        width: 55%;
        padding-right: 0;
    }

    .practice-form {
        width: 100%;
    }

    .practice-main .addres p {
        padding: 18px 10px;
    }

    .practice-main .addres a {
        padding-left: 8px;
    }

    .main_text_inner {
        flex-wrap: wrap;
    }

    .main_text_inner h1 {
        text-align: center;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
        border: 0;
    }

    .main_text_inner p {
        text-align: center;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
    }

    .book-doctor {
        padding-top: 3rem;
    }

    .contactImg {
        max-width: 200px;
        max-height: 200px;
    }

    .contactImg svg {
        min-width: 200px;
        min-height: 200px;
    }

    .social_icons_list {
        justify-content: center;
    }

    .main_section_about2 .inner_flex .inner_div {
        background: #96979c;
    }

    .main_section_about2 .inner_flex .inner_div .section_text p,
    .contact_flex,
    .contact_flex a {
        color: #fff;
    }

    .contact_flex a span {
        background: #fff;
    }

    .contact_flex a:hover {
        color: #224b71;
    }

    .main_section_about2 .section_img {
        position: relative;
        width: 250px;
        height: 250px;
        right: unset;
        top: unset;
    }

    .main_section_about2 .inner_flex .inner_div {
        padding: 20px 0;
    }

    .main_section_about2 .inner_flex .inner_div .section_heading2 {
        text-align: center;
    }

    .contact_flex a span.icon1::before,
    .contact_flex a span.icon2::before {
        color: #000;
    }

    .social_icons_list .instagram:hover,
    .facebook:hover,
    .twitter:hover,
    .linked:hover {
        transform: unset;
        color: unset;
    }
}

@media only screen and (max-width: 870px) {
    .ammergency-doctor-book {
        grid-template-columns: repeat(1, 1fr);
    }

    .left-side-doctor-image {
        display: none;
    }

    .right-side-amergency-form {
        padding-left: 0px !important;
        width: 60%;
        margin: 0 auto;
    }

    .right-side-amergency-form h2 {
        font-size: 30px;
        text-align: center;
    }

    .book-appoinmnet-now-submit {
        margin: 0 auto;
    }

    .department-list p {
        font-size: 0.8rem;
    }

    .department-list h3 {
        font-size: 1.1rem;
    }

    /*OTHER PAGES*/
    .price h1 {
        font-size: 19px;
    }

    .single_pricing {
        width: 45%;
        padding: 24px;
    }

    .team_info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .mot_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mot_flex .leftFlex {
        width: 100% !important;
    }

    .mot_flex .rightFlex {
        width: 100% !important;
        text-align: center !important;
        align-items: center;
    }

    .mot_flex .rightFlex i {
        text-align: center;
    }

    .mot_flex .rightFlex p {
        text-align: center !important;
    }

    .practice-form {
        padding: 20px;
    }

    .swiper1 {
        margin-top: 16rem;
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .main_sectin_contain img {
        width: 250px;
    }

    .main_sectin_contain h1 {
        font-size: 32px;
    }

    footer .footer_inner {
        padding-top: 1rem;
    }

    .address .e_mail_address {
        padding-top: 20px;
    }

    .detal_slider {
        padding-bottom: 50px;
    }

    .swiper-slide-active {
        transform: scale(1) !important;
    }

    .footer_content,
    .explore,
    .address {
        text-align: center;
        width: 100%;
    }

    footer .footer_content img,
    footer .footer_content .footer_text {
        margin-bottom: 10px;
    }

    .address .e_mail_address {
        padding-top: 10px;
    }

    .address h6 {
        padding-bottom: 0px;
        padding-top: 15px;
    }

    /*OTHER PAGES*/
    .main_text_inner h2 {
        font-size: 28px;
    }

    .inner_page_banner h1 {
        font-size: 78px;
    }

    /*OTHER PAGES*/
    .singleService .txt_holder h3 {
        font-size: 16px;
    }

    .innerLeft2,
    .pricing_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing_grid .single_price {
        max-width: 100%;
    }

    .contact_flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact_flex a {
        width: 100%;
        flex-wrap: wrap;
        word-break: break-word;
    }

    .video_div video {
        width: 100%;
    }
}

@media only screen and (max-width: 668px) {
    .copyright h2 {
        font-size: 13.01px;
    }

    .address h6 {
        font-size: 23px;
    }

    .social_icons_list .instagram,
    .facebook,
    .twitter,
    .linked {
        font-size: 22px;
    }

    .ui-tabs .ui-tabs-panel,
    .compliance_manager_bottom_main {
        padding: 1em 0;
    }

    .department-list h3 {
        font-size: 1rem;
    }

    .department-list p {
        padding-top: 0.3em;
    }

    .Standard,
    .compliance_manager_bottom_main {
        width: 95%;
    }

    .general-density {
        width: 47%;
    }

    .right-side-amergency-form {
        width: 80%;
    }

    .input-form-amergency input[type="text"],
    .input-form-amergency input[type="email"] {
        margin: 10px 0;
    }

    .detal_slider_main_inner h2 {
        font-size: 32px;
    }

    .main_sectin_contain img {
        width: 200px;
    }

    .main_section_1 {
        width: 100%;
    }

    .main_text_inner {
        margin-bottom: 5% !important;
    }

    /*OTHER PAGES*/
    .standard_service .innerLeft2 .singleService {
        width: 100%;
        justify-content: center;
    }

    .practice-flex .contactus {
        width: 80%;
    }

    .practice-form h2 {
        font-size: 22px;
    }

    .swiper1 {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 550px) {
    .footer_last {
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .imedia {
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .footer_last {
        padding: 20px 0;
    }

    #tabs_flex li {
        width: 45%;
    }

    .cssbuttons-io-button {
        font-size: 14px;
    }

    .main_sectin_contain h1 {
        font-size: 28px;
    }

    .main_sectin_contain img {
        width: 150px;
    }

    .main_sectin_contain h1 {
        font-size: 22px;
    }

    .cssbuttons-io-button {
        font-size: 12px;
    }

    .main_sectin_contain {
        padding-top: 2rem;
    }

    /*.main_section_1{*/
    /*    top:60%;*/
    /*}*/
    .cssbuttons-io-button {
        font-size: 13px;
    }

    .cssbuttons-io-button .icon {
        top: 3px;
    }

    .compliance_heading_ h2 {
        font-size: 28px;
    }

    .news_letter {
        flex-wrap: wrap;
    }

    .news_letter img {
        padding-top: 17px;
    }

    .department-list {
        padding: 40px 0;
    }

    .right-side-amergency-form {
        padding: 30px 0;
    }

    .department-choose-btn a {
        padding: 12px 20px;
        font-size: 15px;
        top: 20%;
        margin-top: -1.5rem;
    }

    .header_login {
        display: none;
    }

    .header_login_mobile {
        display: block;
    }

    #pro_heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    /*OTHER PAGES*/
    .main_text_inner h2 {
        font-size: 24px;
    }

    .dental-title-wrapper h3 {
        font-size: 22px;
    }

    .main_text_inner p {
        margin-bottom: 0;
    }

    .single_pricing {
        width: 80%;
    }

    .inputs_flex,
    .inputs_flex3 {
        flex-wrap: wrap;
    }

    .practice-form .input-feild {
        width: 100%;
        margin-top: 10px;
    }

    .book-appoinmnet-now-submit {
        margin: 0 auto;
        width: fit-content;
    }

    .main-swiper .display_screen {
        max-width: 420px;
        height: 300px;
    }

    .main-swiper .display_screen .display_inner {
        max-width: 385px;
        margin-top: 15px;
    }

    .main-swiper .display_screen .display_inner .main_banner_slider img {
        height: 205px;
    }

    .header_login button {
        background: none;
        width: auto;
    }

    .complaince_tab_inner2 h2 {
        font-size: 22px;
    }

    .main_text_inner {
        padding-top: 15px;
    }

    .swiper1 {
        margin-top: 9rem;
    }

    .main-swiper {
        height: calc(75vh - 90.81px);
    }

    .pricing_div {
        padding: 20px;
    }

    .main_section_about2 .inner_flex .inner_div .section_heading2 {
        padding: 10px;
    }

    .inner_div {
        border-radius: 100px 0 100px 0;
    }
}

@media only screen and (max-width: 450px) {
    .complaince_tab_main p {
        text-align: justify;
    }

    .right-side-amergency-form {
        width: 95%;
    }

    .address .e_mail_address {
        font-size: 12px;
    }

    #tabs_flex li {
        font-size: 11px;
    }

    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        padding: 10px;
    }

    .ui-tabs .ui-tabs-nav {
        padding: 0;
    }

    .complaince_tab_main {
        padding-top: 10px;
    }

    .main_text_inner h1 {
        font-size: 20px;
    }

    .c_inner2_btn {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .c_inner2_btn button {
        font-size: 13px;
    }

    .main_sectin_contain h1 {
        font-size: 18px;
    }

    /*OTHER PAGES*/
    .standard_service .innerLeft2 .singleService {
        flex-wrap: wrap;
    }

    .singleService .img_holder {
        /*width: 30%;*/
        /*margin: 0 auto;*/
                left: 0;
    }

    .singleService .txt_holder {
        width: 100%;
    }

    .inner_page_banner h1 {
        font-size: 54px;
    }

    .practice-flex .contactus {
        width: 100%;
    }

    .practice-main .addres p,
    .practice-form .submit-btn {
        font-size: 14px;
        padding: 7px;
    }

    .practic-form .addres a {
        font-size: 13px;
    }

    .main-swiper .display_screen {
        max-width: 300px;
        height: 280px;
    }

    .main-swiper .display_screen .display_inner {
        max-width: 275px;
    }

    .main-swiper .display_screen .display_inner .main_banner_slider img {
        height: 190px;
    }

    .main_sectin_contain p {
        padding: 0px 15px;
    }

    .swiper1 {
        margin-top: 13rem;
    }

    .main-swiper {
        /*height: calc(60vh - 90.81px);*/
        height: 100vh;
    }
}

/*POPUP CSS STARTS*/
.fixed_side {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transform: scaleY(0);
    transition: 0.5s;
}

.fixed_side_ {
    transform: scaleY(1);
}

.customprice_div {
    position: fixed;
    /* left: 0%; */
    right: -100%;
    width: 90%;
    max-width: 1000px;
    /* margin: 0 auto; */
    top: 50%;
    z-index: 9999;
    padding: 50px 25px 25px;
    /*height:50vh;*/
    background: #dfeded;
    border-top: 7px solid var(--main_blue);
    /*transform: scaleX(0) translateY(-50%);*/
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height: 90%;
    overflow: auto;
    transform-origin: right;
}

.customprice_div_ {
    transform: scaleX(1) translate(50%, -50%);
    right: 50%;
}

.customprice_div .practice-form {
    width: 100%;
    background: transparent;
}

.col5_close {
    position: absolute;
    right: 2%;
    top: 18px;
    width: 22px;
    cursor: pointer;
    z-index: 1;
}

body.flow_hidden {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

/*POPUP CSS ENDS*/

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgb(255, 255, 255, 0.2);
        box-shadow: 0 0 0 20px rgb(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
    }
}

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}

.carousel-gallery .swiper {
    margin: 1rem 0;
    padding: 1rem 0;
}

.carousel-gallery .swiper-wrapper {
    align-items: center;
    min-height: 250px;
}

.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 20px;
    border: 3px dashed #c9c5c5;
}

.carousel-gallery .swiper-slide.swiper-slide-active a {
    height: 250px;
    border: 3px dashed #0f75bd;
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0f75bd;
    transform: scale(1.1, 1.1);
}

/* ===== Panel (purple backdrop with rounded corners) ===== */
.bm-card {
    margin: 28px auto;
    padding: clamp(16px, 3vw, 28px);
    background: #922c83;
    /* panel purple */
    border-radius: 28px;
    max-width: 1280px;
}

.bm-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

/* ===== Desktop “browser” mockup ===== */
.bm-browser {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    width: 85%;
    margin: 0 0 0 auto;
}

.bm-chrome {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    background: #fff;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.red {
    background: #e56b5e;
}

.yellow {
    background: #e6c75e;
}

.green {
    background: #64c36c;
}

.chrome-search {
    margin-left: 16px;
    flex: 1;
    height: 24px;
    border-radius: 8px;
    background: #e5e7ebcc;
}

.chrome-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #e5e7ebcc;
}

/* Desktop viewport height: tweak to taste */
.bm-viewport.desktop {
    position: relative;
    height: clamp(420px, 52vw, 420px);
    overflow: hidden;
}

/* ===== Mobile phone mockup ===== */
.bm-phone {
    position: absolute;
    left: clamp(0, 3vw, 24px);
    bottom: clamp(-24px, -4vw, -24px);
    width: clamp(180px, 24vw, 180px);
    background: #111;
    border-radius: 32px;
    /* phone outer curve */
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border: 6px solid #111;
    /* phone bezel */
}

.bm-phone-notch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    width: 42%;
    height: 16px;
    background: #000;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
}

.bm-viewport.mobile {
    position: relative;
    height: clamp(340px, 42vw, 320px);
    overflow: hidden;
    background: #000;
    border-radius: 18px;
    margin: 18px 8px 10px;
    /* notch + side bezels */
}

/* ===== Shared image rules (we animate translateY) ===== */
.bm-img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(0);
    will-change: transform;
    animation: bmScroll var(--bmDur, 20s) linear infinite alternate;
    /* down↔up loop */
}

@keyframes bmScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-1 * var(--bmDist, 0px)));
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .bm-img {
        animation: none !important;
        transform: none !important;
    }
}

/* ===== Responsive layout tweaks ===== */
@media (min-width: 900px) {
    .bm-inner {
        grid-template-columns: 1fr;
    }

    .bm-phone {
        left: clamp(-30px, -2vw, -12px);
        bottom: clamp(-32px, -3vw, -44px);
    }
}

/* @media (max-width: 700px) { */

/* On narrow screens, stack: phone first then desktop */
/* .bm-inner {
        gap: 18px;
    } */

/* .bm-phone {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    } */
/* } */

@media (max-width: 600px) {
    .bm-chrome {
        height: 30px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .chrome-search {
        height: 20px;
    }

    .chrome-icon {
        width: 20px;
        height: 20px;
    }

    .bm-viewport.desktop {
        height: clamp(360px, 52vw, 620px);
    }

    .bm-viewport.mobile {
        height: clamp(305px, 42vw, 520px);
    }

    .bm-phone {
        width: clamp(170px, 24vw, 280px);
        border: 5px solid #111;
    }

    .bm-phone-notch {
        height: 14px;
    }

    .case_viewimage {
        padding: 1rem;
    }
}

@media (max-width: 400px) {
    .case_viewimage {
        padding: 1rem 0.6rem;
    }

    .bm-browser {
        border-radius: 20px;
        width: 90%;
    }

    .bm-viewport.desktop {
        height: clamp(320px, 52vw, 620px);
    }

    .bm-phone {
        width: clamp(140px, 24vw, 280px);
        border: 4px solid #111;
        border-radius: 30px;
    }

    .bm-phone-notch {
        height: 12px;
    }

    .bm-viewport.mobile {
        height: clamp(270px, 42vw, 520px);
    }
}

.dental-in-action {
    width: 100%;
    margin: auto;
    position: relative;
    /* height: 100vh; */
    margin-bottom: 40px;
}

.dental-in-action .book-a-demo {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
}

.dental-in-action .book-a-demo video {
    max-width: 100%;
    width: 100%;
    position: relative;
    /* transform: scale(1.19); */
    filter: blur(4px);
}

.dental-in-action .desc {
    width: 100%;
    padding-top: 3%;
    text-align: center;
    color: #000;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.dental-in-action .desc h1 {
    width: 100%;
    /* font-family: "Ubuntu", sans-serif; */
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    z-index: 9;
}

.dental-in-action .desc p {
    /* font-family: "Kumbh", sans-serif; */
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.dental-in-action .desc .free-trail {
    width: 25%;
    padding: 20px 13px;
    border-radius: 16px;
    border: solid 1px #000;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1370px) {
    .dental-in-action .desc h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1050px) {
    .dental-in-action {
        width: 95%;
    }
}

@media only screen and (max-width: 900px) {
    .dental-in-action .desc .free-trail {
        width: unset;
        padding: 13px 46px;
    }
}

@media only screen and (max-width: 700px) {
    .dental-in-action {
        width: 96%;
    }
}

@media only screen and (max-width: 500px) {
    .dental-in-action .desc .free-trail {
        padding: 6px 30px;
    }

    .dental-in-action .desc p {
        font-size: 12px;
    }

    .dental-in-action .desc h1 {
        font-size: 24px;
    }
}

/* ---------- Pagination (pills) ---------- */
.carousel-gallery .swiper-pagination{
  position: static;                 /* places dots under the slider */
  margin-top: 2.5rem;
  display:flex; justify-content:center; align-items:center;
  gap: 10px;
}

.carousel-gallery .swiper-pagination-bullet{
  width: 8px; height: 8px;
  background: #cfd8e3; opacity:.85;
  border-radius: 999px;
  transition: width .2s, background .2s, opacity .2s;
}
.carousel-gallery .swiper-pagination-bullet-active{
  width: 28px;
  background: var(--accent);
  opacity: 1;
}


