ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Athelas' !important;}
.title {float: left;width: 100%;}
.title h3 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 55px;
    margin-bottom: 0px;
    font-family: 'Athelas';
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.title h3:before {
    content: '';
    position: absolute;
    width: 100px;
    background: #38c6a7;
    height: 2px;
    bottom: -3px;
    left: 47%;
}
.title h4 { float: left; width: 100%; font-size: 37.5px; font-family: "Athelas"; color: rgb(1, 1, 1); font-weight: 600; margin: 20px  0px; text-transform: capitalize;}
p {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    color: #282728;
    font-size: 22px;
    margin-bottom: 0px;
}
.row {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #fff !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    /* background: #fff; */
    /* box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.25); */
    padding-top: 15px;
   
}
.deskmenu {z-index: 9;display: flex;position: relative;align-items: center;justify-content: space-between;width: 100%;padding: 1rem 0;}
.main_menu .menu li a {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    /* letter-spacing: 2px; */
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #153f7a;/* border-bottom: 2px solid; */}
.main_menu .menu li a:hover {
    color: #153f7a;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {margin-right: 20px;}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: rgb(17, 16, 16);
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-top: 14px;
    padding-top: 10px;
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.main_log a span {display: none;}
.main_logo a img {
    width: 135px;
    /* margin-bottom: -55px; */
}
.main_menu {
    float: left;
    width: 100%;
    display: flex;
    /* justify-content: flex-start; */
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-btn {margin-left: 33px;margin-right: 20px;}

.serch a,.cart-btn a {color: #000000;font-size: 27px;}
a.openBtn {float: left;width: 100%;}
.serch form {float: left;width: 100%;display: flex;}
.serch form input[type="text"] {border: none;padding: 10px;border-radius: 25px 0 0 25px;outline: none;/* flex: 1; */font-size: 18px;color: #000;background-color: #fff;width: 100%;font-style: italic;display: none;}
.serch button {background-color: transparent;border: none;/* border-radius: 0 25px 25px 0; *//* padding: 10px 20px; */cursor: pointer;}
.overlay-content {position: relative;top: 46%;width: 80%;text-align: center;margin-top: 30px;margin: auto;}
.overlay-content input[type="text"] {display: block !important;}
.serch {
    margin-right: 1px;
    margin-left: 10px;
}
.overlay {height: 100%;width: 100%;display: none;position: fixed;z-index: 999;top: 0;left: 0;background-color: rgb(0,0,0);background-color: rgba(0,0,0, 0.9);}
.overlay button {
    float: left;
    width: 5%;
    padding: 16px 10px;
    background: #153f7a !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    height: 67px;
    border-radius: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.overlay button svg {height: 25px;width: 25px;fill: #fff;}
.serch span {color: #000000;font-size: 27px;}
span.closebtn {position: absolute;top: 20px;right: 45px;font-size: 60px;cursor: pointer;color: white;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.menu-icon {/* position: fixed; */top: 20px;left: 20px;cursor: pointer;}
.close-icon {font-size: 30px;color: white;position: absolute;top: 10px;right: 20px;cursor: pointer;}
.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {color: white;text-decoration: none;font-size: 18px;font-family: 'myriad_proregular';}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {content: '\25BC'; /* Unicode for downward triangle â–¼ */font-size: 12px;  /* Adjust size as needed */color: white;margin-left: 10px; /* Space between text and icon */transition: transform 0.3s ease; /* For rotation animation */}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {padding: 0px !important;text-align: center !important;border-bottom: unset !important;width: 100% !important;justify-content: center !important;text-transform: capitalize !important;}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.header-top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-left ul {
    float: left;
    width: 100%;
    display: flex;
}
.header-left ul li {
    display: flex;
    align-items: center;
}
.header-left ul li span {
    color: #a1e4d5;
    font-size: 30px;
    margin-right: 10px;
}
.header-left ul li p {
    color: #282728;
    font-size: 15px;
    margin-right: 20px;
}
.header-left ul li a {
    color: #282728;
    font-size: 15px;font-family: 'Montserrat';
}
.header-right ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
}
.header-right ul a {
    background: #cecccc;
    color: #fff;
    margin-left: 7px;
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 18px;
}
.book-map {
    float: left;
    width: 100%;
}
/*end-header*/

/*start-bnner*/
.bnner {
    /* margin-top: 20px; */
}
.bnner-img {float: left;width: 100%;position: relative;}
.bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.bnner-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0px;
    background: #38c6a7;
    /* background: rgb(56,198,167); */
    background: linear-gradient(0deg, rgb(56 198 167 / 66%) 0%, rgba(255, 255, 255, 1) 100%);
}
.bnner-content h1 {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #153f7a;
    /* -webkit-text-stroke: 4px #027bbf; */
    font-family: 'Athelas';
    font-size: 65px;
    margin-bottom: 16px;
}
.bnner-txt {
    float: right;
    width: 60%;
}
.lern-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.lern-btn a {
    float: left;
    background: #38c6a7;
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Athelas';
    padding: 15px 33px;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.lern-btn a:hover{background: transparent;color:#38c6a7;transition: 0.7s}
/*end-bnner*/



.dentis {
    background-image: -moz-linear-gradient( -2deg, rgb(18,214,223) 0%, rgb(56,198,167) 100%);
    background-image: -webkit-linear-gradient( -2deg, rgb(18,214,223) 0%, rgb(56,198,167) 100%);
    background-image: -ms-linear-gradient( -2deg, rgb(18,214,223) 0%, rgb(56,198,167) 100%);
    padding: 80px 0px;
}
.detnt-box,.dentis-img {
    float: left;
    width: 100%;
    /* display: flex; */
}
.dentis-img img {
    width: 100px;
}
.detnt-box ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.dentis-content {
    float: left;
    width: 100%;margin-left: 10px;
}
.dentis-content h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
}
.dentis-content p {
    color: #fff;
    font-family: 'Arial';
    margin-top: 7px;
    /* font-size: 20px; */
}
.about {
    margin-top: 100px;
}
.about-detils {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.about-video {
    float: left;
    width: 100%;
}
.about-video video {
    float: left;
    width: 100%;
    height: 518px;
    /* height: 100vh; */
    object-fit: cover;
}
.about-content {
    float: left;
    width: 100%;
    background: #e3ecf9;
    padding: 27px;
    position: relative;
    z-index: 999;
}
.about-content h3 {
    color: #282728;
    font-weight: bold;
    font-size: 26px;
}
.about-content p {
    margin-top: 20px;
    font-size: 19px;
}
.about-detils .row{align-items: center;}

.dental {
    margin-top: 100px;
}
.dental-img {
    float: left;
    width: 100%;
    position: relative;
}
.dental-img img{    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dental-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.dental .title h3 {
    color: #fff;
}
.dent-detil {
    float: left;
    width: 100%;
}
.dent-box {
    float: left;
    width: 100%;
    margin-top: 50px;text-align: center;
}
.dent-box img {
    position: unset;
    height: 250px;
}
.dent-box a {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 11px 0px;
}
.dent-box p {
    color: #fff;
    font-size: 18px;
}
.dental-content .lern-btn {
    display: flex;
    justify-content: center;
    /* margin-top: 80px; */
}
.team {
    margin-top: 100px;
}
.team-detils {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.team-detils .row{
  align-items: center;
}
.team-img {
    float: left;
    width: 100%;
}
.team-img img {
    float: left;
    width: 100%;
    height: 355px;
    object-fit: scale-down;
}
.team-conten {
    float: left;
    width: 100%;
    background: #e3ecf9;
    padding: 40px;
    margin-left: -69px;
}
.team-conten p {
    font-size: 18px;
}
.dentals-box {
    float: left;
    width: 100%;
    margin-top: 75px;
    /* background: #fff; */
    /* box-shadow: 10px 10px 5px lightblue; */
    padding: 17px;
    /* box-shadow: 0 2px 10px #ffff, 0 2px 8px #ffff; */
    /* border: 3px solid black; */
    outline: 1px solid #fff;
}
.patient-inner .dentals-box {
    background: #fff;
    box-shadow: 0px 4px 22.41px 4.59px rgba(87, 79, 79, 0.21);
    padding: 17px;
}
.dentals-box p {
    color:#fff;
    font-family: 'Arial';
    font-size: 19px;
}
.dentals-detils {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.dentals-detils ul {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.entls-img{float: left;width: 100%;}
.entls-img img {
    position: unset;
    width: 79px;
    margin-right: 20px;
}
.dents-contn h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.dents-contn span {
    color: #f0bb1a;
    font-size: 20px;
}

.dentals-slider.slick-initialized.slick-slider {float: left;width: 100%;position: relative;}
.dentals-slider.slick-initialized.slick-slider .slick-list.draggable {float: left;width: 100%;overflow: hidden;}
.dentals-slider.slick-initialized.slick-slider .slick-slide {padding: 17px;}
.dentals-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {display: flex;}
.gallery{margin-top: 100px}
.gallery-box {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.gallery-box img {
    float: left;
    width: 100%;
    height: 350px;
}
.book-appoinment {
    margin-top: 100px;
}
.book-detil {
    background-color: rgb(255, 255, 255);
    box-shadow: -4px 6.928px 45px 5px rgba(0, 0, 0, 0.11);
    float: left;
    width: 100%;
    padding: 30px;
}
.book-detil .title {
    display: flex;
    justify-content: space-between;
}
.book-detil .title h3:before {
 display: none;
}
.book-form {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.book-form form {
    float: left;
    width: 100%;
}
.book-form form input, .book-form form select, .book-form textarea {
    float: left;
    width: 100% !important;
    margin-top: 11px;
    padding: 14px !important;
    color: #282728;
    font-family: 'Arial';
    font-size: 15px !important;
    border: 1px solid #282728;
    border-radius: 9px;
    background: transparent !important;
}
.book-form textarea {height: 100px}
.book-form input[type="submit"] {
    width: unset !important;
    float: left;
    background: #38c6a7 !important;
    color: #fff;
    text-transform: capitalize;
    font-size: 23px !important;
    font-family: 'Athelas';
    padding: 15px 33px !important;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.book-form input[type="submit"]:hover{    background: transparent !important;
    color: #38c6a7 !important;
    transition: 0.7s;}
    .book-map iframe {
    float: ll;
    float: left;
    width: 100%;
    height: 500px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
footer {
    float: left;
    width: 100%;
    background: #153f7a;
    padding-top: 100px;
    padding-bottom: 10px;
}
.copy {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: center;
    margin-top: 50px;
}
.copy p {
    color: #fff;
    font-size: 20px;
}
.footer-logo{
    float: left;
    width: 100%;
}

.footer-menu{
    display: flex;
    align-items: center;     
    justify-content: center; 
  
    padding: 1rem;
}
.footer-logo img{
    float: left;
    width: 100%;
}
.footer-social {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.footer-social ul {
    float: left;
    width: 100%;
    display: flex;
}
.footer-social ul a {
    background: #fff;
    color: #153f7a;
    margin-left: 7px;
    width: 30px;
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.footer-menu a {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 30px;
}
.footer-addres ul {
    float: left;
    width: 100%;
}
.footer-addres ul li {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 13px;
}
.footer-addres ul li span {
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}
.footer-addres ul li a,.footer-addres ul li p {
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
}
.footer-signup {
    float: left;
    width: 100%;
}
.footer-signup h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
}
.footer-signup p {
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
}
.footer-signup input[type="email"] {
    float: left;
    width: 100%;
    background: #fff;
    padding: 16px;
    font-size: 15px;
    color: #2c2c96 !important;
    font-family: 'Montserrat';
    border: transparent;
    margin: 15px 9px;
    border-radius: 13px;
}
.footer-signup input[type="email"]::placeholder{color: #2c2c96 !important;}
.footer-signup input[type="submit"] {
    width: unset !important;
    float: left;
    background: #38c6a7;
    color: #fff;
    text-transform: capitalize;
    font-size: 23px !important;
    font-family: 'Athelas';
    padding: 15px 33px !important;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.footer-signup input[type="submit"]:hover{background: transparent !important;
    color: #38c6a7 !important;
    transition: 0.7s;}

   .search-result-data, #inner-page {
    margin-top: 100px;
    margin-bottom: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #000000;
    color: #fff;
}
.page-not-link.grey-text {
    color: #000000;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;
}
.bnner.inner-bnner .bnner-content {
    padding: 110px 0px; 
}
.bnner.inner-bnner .bnner-content h1 {

    width: 100%;
}
.bnner.inner-bnner .bnner-content .bnner-txt {
    float: left;
    width: 100%;
    text-align: center;
}
.about-inner {
    margin: 100px 0px;
}
.about-inne-img {
    float: left;
    width: 100%;
}
.about-inne-img img {
    float: left;
    width: 100%;
    height: 400px;
}
.about-inner .row{align-items: center;}
.about-inner-content h3 {
    color: #282728;
    font-weight: bold;
    font-size: 26px;
}
.about-inner-content p {
    margin-top: 15px;
    font-size: 19px;
}
.book-appoinment.book-inner,.dental-service-inner {
    margin: 100px 0px;
}
.book-appoinment.book-inner .book-detil {
    background-color: transparent;
    box-shadow: unset;
    float: left;
    width: 100%;
    padding: unset;
}
.book-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.team-inner,.patient-inner {
    margin: 100px 0px;
}
.team-inner .row{
  align-items: center;
}
.dent-box img {
    width: 100%;
}
.dental-service-inner .dent-box a {
   
    color: #000000;
}
.dental-service-inner .dent-box p {
    color: #000000;
}

.patient-inner .dentals-box p {
    color: #000000;
    /* height: 230px; */
}
.patient-inner .dentals-box .dents-contn h3 {
    color: #20467a;
}
.paginatio {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.paginatio ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
.paginatio ul a {
    color: #7b7b7b;
    font-family: 'Arial';
    font-size: 20px;
    margin-left: 10px;
    border: 1px solid;
    height: 30px;
    width: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginatio ul li.active a {
    background: #027bbf;
    color: #fff;
}
.team-inner.care-inner img {
    height: unset;
}
div#es_form_f1-n1 {
    float: left;
    width: 100%;
}
div#field_3_1 {
    text-align: center;
    font-style: italic;
}
.child-form-sec {
    margin: 100px 0px;
}
div#field_3_1,div#field_3_5,div#field_4_1,div#field_4_5 {
    text-align: center;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 20px;
}
input#input_3_3,input#input_3_4,input#input_3_55,input#input_3_56,input#input_4_3,input#input_4_4,input#input_4_55,input#input_4_56 {
    border: transparent;
    border-bottom: 1px solid;
    width: 40%;
}
.child-form-inner {
    float: left;
    width: 100%;
    /* margin-top: 100px; */
}
div#field_3_54 p,div#field_4_54 {
    font-size: 17px;
    margin-top: 12px;
}
fieldset#field_3_57 {
    float: left;
    width: 100%;
    /* display: flex; */
}

input#gform_submit_button_3,input#gform_submit_button_4 {
    width: unset !important;
    float: left;
    background: #38c6a7;
    color: #fff;
    text-transform: capitalize;
    font-size: 23px !important;
    font-family: 'Athelas';
    padding: 15px 33px !important;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
fieldset#field_3_57 {
    margin-top: 40px;
}

fieldset#field_3_12 {
    float: left;
    width: 100%;
    display: flex;
}
.ginput_container.ginput_container_checkbox {
    display: flex;
    float: left;
    width: 100%;
}
div#input_3_12 {
    width: 100%;
    display: flex;
}
span.page-numbers.current {
    color: #fff;
    font-family: 'Arial';
    font-size: 20px;
    margin-left: 10px;
    border: 1px solid;
    height: 30px;
    width: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #027bbf;
}
.paginatio a {
   
    color: #7b7b7b;
    font-family: 'Arial';
    font-size: 20px;
    margin-left: 10px;
    border: 1px solid;
    height: 30px;
    width: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginatio {
    display: flex;
    justify-content: center;
}
.gform_confirmation_message {
    color: green;
}
.bnner-slider.slick-initialized.slick-slider {float: left;width: 100%;position: relative;}
.bnner-slider.slick-initialized.slick-slider .slick-list.draggable {float: left;width: 100%;overflow: hidden;}
.bnner-slider.slick-initialized.slick-slider .slick-slide {padding:0px;}
.bnner-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {display: flex;}
.bnner-slider .class-to-style.slick-arrow, .bnner-slider .class-style.slick-arrow {
    font-size: 32px;
    text-align: center;
    position: absolute;
    width: 50px;
    transform: none;
    left: 80px;
    color: #fff;
    /* height: 50px; */
    line-height: 51px;
    top: 43%;
    z-index: 9;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid;
}
.bnner-slider .class-to-style.slick-arrow {
    right: 90px;
    left: unset;
}
.dent-box h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
}
.dental-service-inner .dent-box h3 {
    color: #000;
}
.page-id-261 .defult_pages_content {
     margin-bottom: 100px;
}
.team-inner-staff {
    margin-bottom: 100px;
}

.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    float: left;
    width: 100%;margin-top: 30px;   
}
        .team-member:hover {
            transform: translateY(-5px);
        }
 .team-member img {
    width: 100%;
    height: 395px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin-bottom: 15px;
    object-position: top;
}
.team-member h3 {
    margin: 0 0 5px;
    font-size: 25px;
    color: #333;
    text-align: center;
    font-weight: 600;text-transform: capitalize;
}.team-member p {
    font-size: 18px;
    color: #777;
    float: left;
    width: 100%;
    text-align: center;

}
.contact-inner {
    margin-top: 100px;
}

.about_us_main p a {
    text-decoration: underline !important;
    color: #153f7a;
}  
.contact-container {
    /* max-width: 900px; */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
    width: 60%;
    margin: 0 auto;
}
        .contact-header {
            font-size: 24px;
            margin-bottom: 20px;
            font-weight: bold;
        }
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            width: 100%;
        }
        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            background: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            transition: 0.3s;
        }
        .contact-item:hover {
            background: #e0e0e0;
        }
      .contact-item i {
    font-size: 28px;
    color: #153f7a;
}
       .contact-info {
    font-size: 20px;
    color: #333;
}
        .contact-info a {
            text-decoration: none;
            color: #333;
        }
        .contact-map {
            margin-top: 20px;
            width: 100%;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
        }
        .contact-map iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .contact-inner .title {
    margin-bottom: 31px;
}
       
       .content p {
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 15px;
        }
       .image-text {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    gap: 20px;
}
  .promo-image img {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 400px;
}
 .promo-image {
    width: 100%;
    display: flex;
    justify-content: center;
    float: left;
    margin-top: 30px;
}
  .quote {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2980b9;
    font-style: italic;
    float: left;
    margin: 40px 0px;
}
       .note {
    background: #ecf0f1;
    padding: 20px;
    border-radius: 8px;
    margin-top: 0;
    float: left;
    width: 100%;
}
        .note h3 {
            margin-top: 0;
            font-size: 20px;
            color: #2c3e50;
        }
        .note ul {
            padding-left: 25px;
            font-size: 16px;
            line-height: 1.6;
        }
      .note li {
    margin-bottom: 10px;
    list-style: square;
}
        .content a {
    color: #153f7a;
}
.dentis {
    margin-top: -10px;
}
.patient-inner .lern-btn {
    display: flex;
    justify-content: center;
}
.dentals-detils span {
    color: orange;
    margin-top: 10px;
}
.patient-inner .dentals-box .dentals-detils {

    margin-top: 20px;
}
.gallery .lern-btn {
    display: flex;
    justify-content: center;
}
.page-id-346 .gallery-inner {
    margin: 80px 0px;
}
.dentals-slider .class-to-style.slick-arrow, .dentals-slider .class-style.slick-arrow {
    background: #38c6a7;
    font-size: 29px;
    text-align: center;
    position: absolute;
    width: 50px;
    transform: none;
    right: 163px;
    color: #fff;
    height: 50px;
    /* line-height: 2; */
    top: 10px;
    z-index: 33;
    /* border-radius: 30px; */
    cursor: pointer;
    border: 1px solid #38c6a7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dentals-slider .class-to-style.slick-arrow {
    right: 90px;
    left: unset;
}
.dentals-slider {
    height: auto !important;
}
input#gform_next_button_3_58,input#gform_next_button_4_69 {
    float: left;
    background: #38c6a7;
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Athelas';
    padding: 15px 33px;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
input#gform_previous_button_3,input#gform_previous_button_4 {
    margin-left: 20px;
    /* float: left; */
    /* background: #38c6a7; */
    color: #38c6a7;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Athelas';
    padding: 15px 33px;
    border: 1px solid #38c6a7;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
input#input_3_63,input#input_3_90,input#input_4_73,input#input_4_105 {
    width: 100% !important;
}
div#input_3_66,div#input_3_67,div#input_3_69,div#input_3_70,div#input_3_71,div#input_3_72,div#input_3_73,div#input_3_76,div#input_4_76,div#input_4_77,div#input_4_79,div#input_4_81,div#input_4_82,div#input_4_84,div#input_4_87,div#input_4_88{
    float: left;
    width: 100%;
    display: flex;
}
.gchoice.gchoice_3_66_2,.gchoice.gchoice_3_67_2,.gchoice.gchoice_3_69_2,.gchoice.gchoice_3_70_2,.gchoice.gchoice_3_71_2,.gchoice.gchoice_3_72_2,.gchoice.gchoice_3_73_2,.gchoice.gchoice_3_76_1,.gchoice.gchoice_4_76_2,.gchoice.gchoice_4_77_2,.gchoice.gchoice_4_79_2,.gchoice.gchoice_4_81_2,.gchoice.gchoice_4_82_2,.gchoice.gchoice_4_84_2,.gchoice.gchoice_4_88_2{
    margin-left: 10px;
}
div#input_3_57,div#input_4_5 {
    float: left;
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
}
