/* Font */

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Light.woff2') format('woff2'),
        url('../fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
  font-family: 'Josefin Sans';
}

::-webkit-scrollbar {
  width:12px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  background-color:#000000;
  border-radius: 10px;
  border:2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

html,body{
  overflow-x: hidden;
}

body.active{
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
a {
  color: inherit;
  text-decoration: none;
}
a {
  color: #2f0802;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
  max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

:root {
  --white:#ffffff;
  --blue:#2d6a87;
  --skyblue:#63cae1;
  --grey:#939598;
  --sectionbg:#F8F8F8;
}

.container {
  width:100%;
  max-width:1300px;
  margin: auto;
}

/* Topbar Css Start */
.topbar_main{
  float:left;
  width:100%;
  background:var(--skyblue);
  padding:16px 0 14px;
}

.topbar_inr{
  display:flex;
  justify-content:space-between;
  align-items: center;
  max-width:1466px;
  margin:0 auto;
}

.topbar_lft{
  display:flex;
  align-items:center;
  column-gap:10px;
}

.topbar_lft span{
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:19px;
  font-weight:400;
  color:var(--white);
}

.topbar_lft ul{
  display:flex;
  align-items: center;
  column-gap:20px;
}

.topbar_rgt ul{
  display:flex;
  align-items:center;
  column-gap:20px;
}

.topbar_hr span{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:20px;
  font-weight:500;
  color:var(--white);
}

.topbar_hr{
  display:flex;
  align-items:center;
  column-gap:10px;
}

.topbar_lc a{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:20px;
  font-weight:500;
  color:var(--white);
  display:flex;
  align-items:center;
  column-gap:10px;
}

.topbar_call a{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:20px;
  font-weight:500;
  color:var(--white);
  display:flex;
  align-items:center;
  column-gap:10px;
}

.topbar_hr img{
  margin-top:-3px;
}

.topbar_lc a img{
  margin-top:-3px;
}

.topbar_call a img{
  margin-top:-3px;
}

/* Topbar Css End */

/* Navigation Css Start */
header{
  float:left;
  width:100%;
  position: relative;
  z-index: 999;
  padding:10px 0;
  transition: all 0.4s;
  background:var(--white);
}

header.fixed{
  position: fixed;
  top:0;
  left:0;
  z-index:999;
  padding:15px 0;
  background:var(--white);
}

header.fixed .logo a img{
  will-change: transform;
/*  max-width:64px;*/
}

.navigation{
  width: 100%;
}

.header_inner{
  display:flex;
  align-items: center;
  justify-content:space-between;
  column-gap: 40px;
}

.logo{
  display:flex;
  column-gap:20px;
  align-items:center;
}

.logo a img{
  transition:all 0.5s;
  display:block;
}

.navbar .nav-list{
  display:flex;
  align-items:center;
  justify-content: flex-end;
  column-gap:20px;
}

.header_rgt{
  display:flex;
  align-items:center;
  column-gap:122px;
}

.hdr_rgt_btn{
  display:flex;
  column-gap:10px;
  align-items: center;
}

.book_icon a{
  width: 40px;
  height: 40px;
  border: 2px solid #5DC2DE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all 0.6s;
  background:transparent;
}

.book_icon a i{
  color:var(--skyblue);
  transition:all 0.6s;
}

.book_icon a:hover{
  background:var(--blue);
  border:2px solid var(--blue);
}

.book_icon a:hover i{
  color:var(--white);
}

.header_btn{
  display:flex;
  align-items:center;
  column-gap:10px;
}

.header_btn a{
  display:flex;
  column-gap:9px;
  align-items:center;
  padding:17px 14px 14px;
  font-family: 'Josefin Sans';
  font-size:15px;
  line-height:19px;
  font-weight:500;
  color:var(--white);
  text-transform: uppercase;
  background:var(--blue);
  transition:all 0.5s;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}

.header_btn a img{
  margin-top:-3px;
}

.header_btn a:hover{
  background:var(--skyblue);
}

.navbar .nav-list > li:nth-child(3) a{
  max-width: 126px;
  text-align: center;
}

.navbar .nav-list li a{
  font-family: 'Josefin Sans';
  font-size:13px;
  line-height:16px;
  font-weight:600;
  color:var(--blue);
  text-transform:uppercase;
  transition:all 0.5s;
  position:relative;
  display:flex;
  align-items:center;
}

.navbar .nav-list li a:hover{
  color:var(--skyblue);
}

.navbar .nav-list li a span{
  margin-left:6px;
  transition:all 0.5s;
}

.navbar .nav-list li a:hover img{
  mix-blend-mode: hard-light;
  transition:all 0.5s;
}

.navbar .nav-list li a span{
  font-weight:800;
  font-size: 15px;
  line-height:18px;
  margin-left: 5px;
  margin-top: -3px;
  display:none;
}

.navbar .nav-list > li > a.active{
  color:var(--skyblue);
}

.navbar .nav-list > li.current-menu-parent > a{
  color:var(--blue);
}

.navbar .nav-list > li.current-menu-parent .sub-menu li > a.active{
color:var(--skyblue);
}

.navbar .nav-list li.dropdwon {
  position: relative;
}

.submenu{
  display:none;
  position: absolute;
  width: auto;
  top: 100%;
  left: -1px;
  z-index: 1;
  text-align: left;
  background: #fff;
  padding: 10px;
}

ul.nav-list li.dropdwon:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.nav-list .menu-item{
  position:relative;
  padding:20px 0;
}

.nav-list li .sub-menu{
  position: absolute;
  top:60px;
  left: 0;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  background:var(--white);
  box-shadow: -3px 5px 4px 0 rgb(0 0 0 / 10%), 5px -7px 7px -7px rgb(0 0 0 / 10%);
  padding:30px 0;
  min-width: 300px;
  visibility: hidden;
  z-index: 99;
}

.nav-list li.dental-implants-special  .sub-menu{
  min-width:855px;
  left: -65px;
  border-radius: 0px 100px 0px 0px;
}

.nav-list li.dental-implants-special:hover .sub-menu{
  display: flex !important;
  flex-wrap: wrap;
}

.nav-list li.dental-implants-special .sub-menu li{
  width: 34%;
}

.nav-list li .sub-menu li .sub-menu{
  left:300px;
  min-width: 250px;
  top: 0;
  display: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  opacity:0;
}

.nav-list > li:hover > .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility:visible;
}

.nav-list li .sub-menu li:hover .sub-menu{
  display:block;
  opacity:1;
  visibility: visible;
}

.navbar .nav-list li .sub-menu li a{
  display:block;
  max-width:initial;
  text-align: left;
}

.nav-list li:last-child .sub-menu li .sub-menu{
  left:-250px;
  max-width: 250px;
}

.nav-list li:last-child .sub-menu li .sub-menu li .sub-menu{
  display:none;
}

.nav-list li:last-child .sub-menu li .sub-menu li:hover .sub-menu{
  display:block;
}

.navbar .nav-list li.hover_dropdown.active .sub-menu{
  opacity:1;
  visibility:visible;
}

.navbar .nav-list .sub-menu li{
  margin-bottom:20px;
  padding:0 30px;
}

.navbar .nav-list .sub-menu li:last-child{
  margin-bottom:0;
}

.navbar .sub-menu li a{
  font-size: 15px;
  line-height: 19px;
  font-weight:600;
  text-transform:uppercase;
  color:var(--blue);
  font-family: 'Josefin Sans';
  text-transform:initial;
  transition:all 0.5s;
}

.navbar .sub-menu li a:hover{
  color:var(--skyblue);
}

.navbar .nav-list .sub-menu li a:hover{
  color:var(--skyblue);
}

/* Mobile navigation */

.mobile_btm{
    padding:30px 20px 0;
}

.web_header_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mo_menu {
  position: fixed;
  right:-100%;
  background: #fff;
  width:100%;
  height: 100vh;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index:9999;  
  visibility: visible;
  overflow: hidden;
}

.mo_menu.active {
  right:0;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  padding:30px 30px;
  background:#F6F6F6 ;
  position: fixed;
  overflow-y: scroll;
  opacity:1;
  display:block;
  z-index:99999;
}

.main.active{
  transform: translate(-30%, 0);
  opacity: 0.5;
}

.main{
/*  transform: translate(0%, 0);*/
  transition: all 0.6s ease 0s;
}

.mo_menu .sidemenu_close{
  display:none;
}

.mo_menu.active .sidemenu_close{
  display:block;
}

.mo_menu.active .sidemenu_close span{
  background-color:transparent;
}

.mo_menu.active .sidemenu_close span:before, .mo_menu.active .sidemenu_close span:after{
  background-color:#000000;
}

.mo_menu.active .sidemenu_close span:before{
  transform: rotate(45deg);
  top: 10px;
}

.mo_menu.active .sidemenu_close span:after{
  transform: rotate(-45deg);
  top:10px;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown {
  float: right;
  position: absolute;
  top:13px;
  right:5px;
  color: #000000;
  cursor: pointer;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown i{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  color: #000000;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown.active{
  color: #00A091;
}

.sideMenu ul li.dropdown_main .sub-menu li.dropdown_main span.mobile_dropdown {
  right:20px;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color:#fff;
  box-shadow:none;
  margin-top: 10px;
}

.sideMenu .nav-list .navbar-dropdown li{
  text-transform:initial;
}

.sideMenu .nav-list .navbar-dropdown li a{
  background-color:transparent;
  display:flex;
  border-bottom:0;
  font-family: 'Josefin Sans';
  font-weight: 500;
  color: #36333D;
  font-size:18px;
  line-height:24px;
  letter-spacing: 0.6px;
  text-transform:initial;
}

.sideMenu .navbar-dropdown .dropdown_icon{
  width:38px;
  height:38px;
}

.sideMenu  .dropwon_nav h6, .sideMenu  .dropwon_nav p{
  color:#fff;
}

.sideMenu ul li .sub-menu {
/*  display: none;*/
  margin: 0;
  padding: 0;
  position: initial;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  margin-top: 10px;
  transform: initial;
  transition: initial;
  min-width: initial;
  opacity: initial;
  visibility:visible;
}

.sideMenu ul li .sub-menu li .sub-menu{
  transform: initial;
  transition: initial;
  min-width: initial;
  opacity: initial;
  visibility:visible;
}

.sideMenu  .dropwon_nav h6{
  font-size:18px;
  margin-bottom:5px;
}

.sideMenu  .dropwon_nav p{
  font-size:14px;
}

.sideMenu .mob_dropdown:after{
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:20px;
  top:24px;
  color:#fff;
  cursor: pointer;
}

.mob_dropdown.active:after{
  transform: rotate(90deg);
}

.sideMenu .nav-list{
  padding-top:40px;
}

.sideMenu .nav-list li {
  display: block;
  position: relative;
  padding:15px 0px;
}

.sideMenu ul li .sub-menu li{
  padding: 13px 30px;
  border-top: 1px solid #ded9d9;
}

.sideMenu ul li .sub-menu li:first-child {
    border: 0;
}

.sideMenu ul li .navbar-dropdown li:first-child{
  border:0;
}

.sideMenu ul li .navbar-dropdown li{
  padding:15px 30px;
  border-top: 1px solid #707070;
}

.sideMenu .nav-list li a {
  display: block;
  text-decoration: none;
  font-family: 'Josefin Sans';
  font-weight:600;
  font-size:20px;
  line-height:28px;
  letter-spacing:2px;
  color:var(--blue);
}

.sideMenu .nav-list .sub-menu li a {
  background-color: transparent;
  display: flex;
  border-bottom: 0;
  font-family: 'Josefin Sans';
  font-weight: 500;
  color: var(--blue);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: initial;
}

/*.sideMenu .nav-list li a.active{
  color: #00A091;
}*/

.sideMenu ul li a span{
  cursor:pointer;
}

.menuIcon {
  display: inline-block;
  padding: 3px 12px;
  cursor: pointer;
}

.menuIcon i{
  font-size:32px;
  color:var(--skyblue);
}
.menuIcon span {
  display: block;
  width: 28px;
  height:3px;
  background:#0073FF;
  position: relative;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
  background:transparent;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.mo_menu.active .menuIcon.sidemenu_close{
  position: absolute;
  top: 30px;
  right: 15px;
  height: 28px;
  cursor: pointer;
}

.mo_menu.active .menuIcon.sidemenu_close{
  background-color:transparent;
}

.mo_menu.active .menuIcon.sidemenu_close i{
  font-size:32px;
  color:#Fff;
}

/* Banner Css Start */
.banner_main{
  float:left;
  width:100%;
  
  border-radius: 0px 0px 400px 0px;
  margin-top: 20px;
}

.banner_inr{
  display:flex;
  align-items:center;
}

.banner_lft{
  width:calc(52% + 85px);
  padding:100px 220px 100px 0;
  border-radius: 400px 0px 0px 0px;
  background:var(--sectionbg);
}

.banner_rgt{
  width:48%;
  position:relative;
  margin: -20px 0;
  margin-left: -85px;
}

.banner_lft_cnt {
  max-width:550px;
  margin-left: auto;
}

.banner_rgt:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-radius: 250px 0px;
}

@keyframes float-15 {
  0%,to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}


.banner_lft h1{
  font-family: 'Josefin Sans';
  font-size:80px;
  line-height:90px;
  font-weight:600;
  color: var(--skyblue);
  letter-spacing: 1.6px;
  margin:30px 0;
}

.banner_lft h2{
  font-family: 'Josefin Sans';
  font-size:28px !important;
  font-weight: 600;
  line-height: 1.3; 
  letter-spacing: 1.12px;
  color: var(--blue);
}

.banner_lft h1 strong{
  color:var(--blue);
  font-weight:600;
}

.banner_lft p{
  font-family: 'Josefin Sans';
  font-size:32px;
  line-height:42px;
  color:var(--grey);
}

.banner_rgt_img{
}


.banner_rgt_img img {
  width:100%;
  height:780px;
  object-fit:cover;
  border-radius: 250px 0px;
  z-index: 99;
  display:block;
  object-position: center top;
  aspect-ratio: 1.8 / 1;
}

.bnr_book_btn{
  margin-top:40px;
  display: flex;
  column-gap: 24px;
  align-items: center;
}

.bnr_book_btn a{
  display:inline-flex;
  align-items:center;
  column-gap:19px;
  padding:19px 25px 14px;
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:28px;
  font-weight:400;
  text-transform: uppercase;
  background:var(--skyblue);
  border-radius: 20px 0px;
  color:var(--white);
  transition:all 0.5s;
}

.bnr_book_btn a img{
  margin-top:-7px;
  transition:all 0.5s;
}

.bnr_book_btn .wlcm_call_btn{
  background:transparent;
  border:1px solid var(--blue);
  color:var(--blue);
}

.bnr_book_btn .wlcm_call_btn:hover{
  background:var(--blue);
  color:var(--white);
}

.bnr_book_btn a:hover{
  background:var(--blue);
}

.bnr_book_btn .wlcm_call_btn img{
  transition:all 0.6s;
}

.bnr_book_btn .wlcm_call_btn:hover img{
  mix-blend-mode: color-dodge;
  filter: invert(1);
}
/* Banner Css End */

/* Home About Css Start */
.hm_about{
  float:left;
  width:100%;
  padding:80px 0;
  margin-top:76px;
  position:relative;
  background:var(--sectionbg);
  overflow:hidden;
}

.hm_about:before{
  content:'';
  position:absolute;
  bottom:-37px;
  left:0;
  background:url(../img/hm-intro-img.webp);
  width:878px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm_about_rw{
  display:flex;
  column-gap:140px;
}

.hm_about_rw_lft{
  width: 35%;
}

.hm_about_rw_rgt{
  width: 64%;
}

.hm_about_lft_cnt p strong{
  font-family: 'Josefin Sans';
  display:inline-block;
  font-size:32px;
  line-height:38px;
  font-weight:600;
  letter-spacing: 3.2px;
  text-transform:uppercase;
  margin-bottom:40px;
  color:var(--skyblue);
}

.hm_about_lft_cnt h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  letter-spacing:1.12px;
  color:var(--blue);
}

.hm_about_rgt_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
  margin-bottom:30px;
}

.hm_about_rgt_cnt p a{
  color:var(--skyblue);
}

.hm_about_btm_img{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  align-items:center;
  column-gap:30px;
  grid-row-gap:30px;
}

.hm_about_btm_itm img{
  display:block;
  width: 130px;
  height: auto;
  object-fit: contain;
}

/*.hm_about_btm_itm:nth-child(1){
  max-width:149px;
}*/
/* Home About Css End */

/* Home Price Sec Css Start */
.hm_prices{
  float:left;
  width:100%;
  padding:80px 0;
  border-radius: 400px 0px 0px 0px;
}

.hm_price_inr{
  display:flex;
  align-items:center;
  column-gap:80px;
}

.hm_price_lft{
  width:31.6%;
}

.hm_price_rgt{
  width:67.7%;
  margin-right: -70px;
}

.hm_price_cnt h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  letter-spacing:1.12px;
  color:var(--blue);
  margin-bottom:20px;
}

.hm_price_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
  margin-bottom:30px;
}

.hm_price_cnt p a{
  color:var(--skyblue);
}

.see_price_btn a{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:27px;
  font-weight:600;
  color:var(--skyblue);
  display:flex;
  column-gap:10px;
  transition:all 0.5s;
}

.see_price_btn a i{
  margin-top:0px;
}

.see_price_btn a:hover{
  color:var(--blue);
}

.hm_price_slider {
  margin: 0 -30px;
}

.hm_prices_sld_itm {
  margin:10px 30px;
  border-radius: 100px 0px;
  box-shadow: 0px 0px 15px #00000029;
  background:var(--white);
  position:relative;
}

.hm_prices_sld_itm:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-radius: 100px 0px;
  z-index: -1;
}

.hm_price_img img{
  width:100%;
  border-radius: 100px 0 0px 0;
  height: 390px;
  object-fit: cover;
  object-position: right;
  opacity: 0.6;
}

.hm_price_itm_cnt {
  padding:40px 20px 30px;
}

.hm_price_itm_cnt h2{
  font-family: 'Josefin Sans';
  font-size:34px;
  line-height:42px;
  color:var(--blue);
  font-weight:600;
  margin-bottom:15px;
  min-height: 84px;
}

.hm_price_itm_cnt span{
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:34px;
  color:var(--grey);
  font-weight:400;
}

.hm_price_img{
  position:relative;
}

.hm_price_itm_icon{
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  position:absolute;
  width: 220px;
  height: 220px;
  border-radius:50%;
  background: #C4E9F1;
  display:flex;
  justify-content:center;
  align-items:center;
}

.hm_price_itm_icon img{
  width:auto;
  height:auto;
  border-radius:0;
  z-index: 999;
  opacity: 1;
}

.hm_price_slider button{
  position:absolute;
  background:transparent;
  cursor:pointer;
  min-width: 44px;
  min-height: 44px;
}

.hm_price_slider{
  margin-bottom:0 !important;
}

.hm_price_slider button.slick-disabled{
  opacity: 0.5;
}

.hm_price_slider button.price_nxt_arw{
  right: -80px;
  bottom:0;
}

.hm_price_slider button.price_prv_arw{
  right: -40px;
  bottom:0;
}
/* Home Price Sec Css End */

/* Home Gallery Css Start */
.hm_gallery{
  float:left;
  width:100%;
  padding: 80px 0 80px;
  margin-top: -80px;
}

.hm_gallery .container{
  background: var(--sectionbg);
  border-radius: 20px;
  padding: 30px 30px 58px;
}

.hm_glry_top{
  display:flex;
  align-items:center;
  justify-content:space-between;  
  max-width:1172px;
  margin:0 auto 22px;
}

.hm_glry_top h2{
  font-family: 'Josefin Sans';
  font-size:34px;
  line-height:42px;
  font-weight:600;
  color:var(--blue);
  margin-bottom:20px;
}

.view_more_btn a {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: var(--skyblue);
  display: flex;
  column-gap: 10px;
  transition: all 0.5s;
}

.view_more_btn a i {
  margin-top:-1px;
  font-size: 15px;
}

.view_more_btn a:hover {
  color: var(--blue);
}

.hm_glry_slider{
  max-width:1172px;
  margin:0 auto 0 !important;
}

.hm_glry_itm{
  margin:0 8px;
}

.hm_glry_itm_img{
  width:100%;
  margin-bottom:13px;
}

.hm_glry_itm_img img{
  border-radius:10px;
  width: 100%;
  aspect-ratio: 5.75 / 2.10;
  object-fit: cover;
}

.hm_glry_slider button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:transparent;
  cursor:pointer;
  min-width: 44px;
  min-height: 44px;
}

.hm_glry_slider button i{
  font-size: 24px;
  color:var(--grey);
}

.hm_glry_slider button.hm_glry_nxt_arw{
  right:-52px;
}

.hm_glry_slider button.hm_glry_prv_arw{
  left:-52px;
}
/* Home Gallery Css End */

.title_top{
  margin-bottom:50px;
  position:relative;
}

.title_top h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  letter-spacing: 1.12px;
  color: var(--blue);
  margin-bottom:20px;
  text-align:center;
}

.title_top p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
  max-width:900px;
  margin:0 auto 27px;
  text-align:center;
}

/*.title_top p:last-child{
  margin-bottom:0;
}
*/
/* Implant Cost Section Css End */

/* Why Us Section Css Start */
.why_us_main{
  float:left;
  width:100%;
  background: #F8F8F8;
  padding:80px 0px;
  position:relative;
  border-radius: 0px 400px 0px 0px;
}

.why_us_main .title_top{
  max-width:900px;
  margin:0 auto;
}

.why_us_inr{
  max-width:1215px;
  margin:50px auto 0;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:55px;
  grid-row-gap:40px;
}

.why_us_lft_img img{
  border-radius:20px;
}

.why_us_itm_inr{
  border: 1px solid transparent;
  border-radius: 50px 0px;
  box-shadow: 0px 0px 10px #00000029;
  background:var(--white);
  padding:30px 30px 30px 30px;
  position:relative;
  display:flex;
  align-items:flex-start;
  column-gap:12px;
  margin-bottom:0;
  transition:all 0.5s;
}

.why_us_itm_inr:hover{
  border: 1px solid #2D6A87;
}

.why_us_itm{
  position:relative;
}

.why_us_itm:before{
  content:'';
  position:absolute;
  left:-15px;
  top:10px;
  width:100%;
  height:79%;
  background:var(--skyblue);
  border-radius: 50px 0px;
}

.why_us_itm_img{
  width:52px;
}

.why_us_itm_cnt{
  width:calc(100% - 82px);
}

.why_us_itm_img{
  display:flex;
}

.why_us_itm_img img{
  text-align: center;
  max-height: 50px;
  object-fit:contain;
}

.why_us_itm:last-child{
  margin-bottom:0;
}

.why_us_itm_cnt h2{
  font-family: 'Josefin Sans';  
  font-size:28px;
  line-height:34px;
  font-weight:600;
  color:var(--blue);
  margin-bottom:20px;
}

.why_us_itm_cnt p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--grey);
  font-weight:400;
  min-height:104px;
}
/* Why Us Section Css End */

/* Google Review Css Start */
.google_reviews{
  float:left;
  width:100%;
  padding:80px 0;
}

.google_reviews .title_top {
  max-width: 900px;
  margin: 0 auto;
}

.google_rvws_slider{
  margin:50px auto 0;
}

.google_rvws_inr{
  margin:0 -45px;
  padding: 0 24px;
}

.google_rvws_inr .slick-track{
  display:flex !important;
  justify-content:center;
  align-items:center;
}

.google_rvw_itm{
  background:var(--white);
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 100px 0px;
  padding:42px 40px 42px 40px;
  text-align:center;
  transition:all 0.6s;
  transform: scale(0.91);
}

.google_rvw_row{
 margin:20px 45px;
 position:relative;
 transition:all 0.6s;
 opacity:0.5;
}

.google_rvw_row.slick-current {
  opacity:1;
}

.google_rvws_shape{
  position:relative;
}

.google_rvw_row:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width:100%;
  height:80%;
  background: var(--skyblue);
  border-radius: 100px 0px;
  z-index: -1;
  left:0px;
  margin: 0 auto;
  transform: translateY(-50%);
  transition:all 0.6s;
}

.google_rvw_row.slick-current:after{
  width: calc(100% + 80px);
  left: -40px;
  height:calc(100% - 10px);
}

/*.google_rvw_itm.slick-current{
  transform: scale(1.1);
}
*/
.reviews_icon{
  text-align:center;
  display:block;
  margin-bottom:40px;
}

.reviews_icon img{
  margin:0 auto;
}

.google_reviews_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight: 400;
  color: var(--grey);
/*  transition:all 0.6s;*/
}

.google_reviews_btm span{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:29px;
  font-weight:600;
  color: var(--skyblue);
  display:inline-block;
  margin-bottom:30px;
/*  transition:all 0.6s;*/
}

.google_logo_img img{
  max-width:158px;
  transition:all 0.6s;
}

.google_rvw_row.slick-current .google_reviews_cnt p{
  font-size:22px;
  line-height:32px;
}

.google_rvw_row.slick-current .google_reviews_btm span{
  font-size:24px;
  line-height:29px;
}

.google_rvw_row.slick-current .google_rvw_itm{
  padding:50px 40px;
  transform: scale(1.05);
}

.google_reviews_btm{
  margin-top:40px;
}

.google_logo_img{
  text-align:center;
}

.google_logo_img img{
  margin:0 auto;
}
/* Google Review Css End */

/* Home Team Sec Css Start */
.hm_team{
  float:left;
  width:100%;
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 0px 0px 0px 400px;
}

.hm_team_inr{
  display:flex;
  align-items:center;
  column-gap:55px;
}

.hm_team_lft {
  width: 32.6%;
}

.hm_team_rgt {
  width: 67%;
}

.hm_team_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
  margin-bottom: 20px;
}

.hm_team_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.view_member a {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: var(--skyblue);
  display: flex;
  column-gap: 10px;
  transition: all 0.5s;
}

.view_member a i {
  margin-top:2px;
  font-size:15px;
}

.view_member a:hover{
  color:var(--blue);
}

.hm_team_row{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:55px;
}

.hm_team_row .dental_team_itm{
  margin:0;
}

.hm_team_row_itm .dental_team_itm:before{
  content:none;
}

.hm_team_row_itm{
  position:relative;
}

.hm_team_row_itm:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 100%;
  height:calc(100% - 80px);
  background: var(--skyblue);
  border-radius: 100px 0px;
  transform: translateY(-50%);
}
/* Home Team Sec Css Ends */

/* Home Payment Sec Css Start */
.hm_payment{
  float:left;
  width:100%;
  padding:80px 0;
}

.hm_payment .title_top{
  max-width:900px;
  margin:0 auto;
}

.hm_payment_inr{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 -9px;
}

/*.hm_payment_itm:nth-child(1){
  max-width:150px;
}*/

.hm_payment_itm img{
  display:block;
}
/* Home Payment Sec Css End */

/* Latest Blogs Section Css Start */
.ltst_blog{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
}

.ltst_blog_top {
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  margin: 0 auto 22px;
  align-items: center;
}

.ltst_blog_top h2 {
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  color: var(--blue);
  margin-bottom:20px;
}

.view_all_blg a {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: var(--skyblue);
  display: flex;
  column-gap: 10px;
  transition: all 0.5s;
}

.view_all_blg a:hover {
  color: var(--blue);
}

.view_all_blg a i{
  font-size:15px;
}

.ltst_blog .title_top p{
  font-size: 20px;
  margin-top: 3px;
}

.ltst_blog_inr{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  column-gap:32px;
}

.ltst_blog_inr_itm{
  border-top-left-radius:100px;
  box-shadow: 0px 0px 10px #0000001A;
  transition: all .25s;
}

.ltst_blog_inr_itm:hover{
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.ltst_blog_itm_img img{
  display:block;
  border-top-left-radius:100px;
  /*min-height: 220px;
  max-height: 220px;*/
  object-fit: cover;
  aspect-ratio: 4.2 / 2.25;
}

.ltst_blog_itm_cnt{
  padding:30px 20px 30px;
}

.ltst_blog_itm_cnt h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color:var(--blue);
  margin-bottom:20px;
  min-height:120px;
}

.ltst_blog_itm_cnt p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  font-weight:400;
  color:var(--grey);  
  margin-bottom:30px;
  min-height:156px;
}

.ltst_blog_itm_cnt a{
  display:inline-block;
  font-family: 'Josefin Sans';
  color:var(--skyblue);
  text-transform: uppercase;
  font-size:18px;
  line-height:26px;
  font-weight:600;
  text-decoration: underline;
}

.ltst_blog_itm_cnt a:hover{
  color:var(--blue);
}

.view_blog_btn{
  margin-top:60px;
  text-align:center;
}

.view_blog_btn a{
  display:inline-flex;
  column-gap:15px;
  border: 1px solid #5DC2DE;
  border-radius: 10px;
  padding:19px 25px 13px;
  font-size:20px;
  line-height:25px;
  font-weight:500;
  font-family: 'Josefin Sans';
  color:var(--skyblue);
  letter-spacing:.8px;
  text-transform: uppercase;
  transition:all 0.5s;
}

.view_blog_btn a:hover{
  background:var(--skyblue);
  border:1px solid transparent;
  color:var(--white);
}
/* Latest Blogs Section Css End */

/* Faq Section Css Start */
.faq_main{
  float:left;
  width:100%;
  padding:80px 0 180px;
  position:relative;
}

.faq_main .title_top{
  margin-bottom:40px;
}

.faq_inner .faq_cnt_main {
  border:1px solid var(--skyblue);
  border-radius:10px;
  padding:26px 30px 26px;  
}

.faq_cnt {
  display: none;
  margin-top:20px;
}

.faq_inner ul{
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  column-gap:20px;
  grid-row-gap:20px;
  max-width:1060px;
  margin:0 auto;
}

.faq_cnt_main .faq_cnt_title {
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color: var(--blue);
  position:relative;
  padding-left:48px;
  display: flex;
  align-items: center;
  cursor:pointer;
}

.faq_inner ul li .faq_cnt_title:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  margin-left: 0;
  position: absolute;
  left: 0;
  text-align: center;
  display: block;
  width: auto;
  color: var(--skyblue);
  transition: all 0.4s ease;
}

.faq_inner ul li .faq_cnt_title.active:before{
  content: "\f068";
}

.faq_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.faq_cnt ul{
  display:block;
  margin-bottom:30px;
}

.faq_cnt ul li{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position:relative;
  padding-left:25px;
}

.faq_cnt ul li:before{
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.faq_cnt p a, .faq_cnt ul li a{
  color:var(--skyblue);
}

.faq_cnt p:last-child{
  margin-bottom:0;
}

.faq_cnt iframe{
  width:100%;
  height:100%;
  display:block;
  border-radius:20px;
  aspect-ratio:5.8 / 3.3;
  margin-bottom: 30px;
}
/* Faq Section Css End */

/* Cta Section Css Start */
.cta_main{
  float:left;
  width:100%;
  background:var(--skyblue);
  padding:80px 0 80px;
  position:relative;
}

.cta_main:before {
  content: '';
  position: absolute;
  top: 0;
  left:50px;
  width: 100%;
  height:100%;
  background: var(--blue);
  border-radius:0 0 0 580px;
  z-index:;
}

.cta_top_elmnt svg{
  position: absolute;
  width: calc(100% + 129px);
  top: -126px;
  object-fit: cover;
  height: 56%;
}

.cta_inr{
  display:flex;
  align-items:center;
}

.cta_inr_lft{
  width:20.9%;
  position: absolute;
  z-index:99;
  bottom: 0;
}

.cta_lft_img img{
  display:block;
}

.cta_lft_img, .cta_lft_img_main{
  position:relative;
}

.cta_inr_rgt{
  width: 59.3%;
  margin-left: auto;
}

.cta_rgt_cnt{
  max-width:650px;
  margin-left:auto;
}

.cta_rgt_cnt h3{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  letter-spacing:1.12px;
  color:var(--white);
  text-align:right;
  margin-bottom:30px;
}

.cta_rgt_cnt h3 strong{
  color:var(--skyblue);
  font-weight:500;
}

.cta_rgt_cnt p {
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  color: var(--white);
  text-align:right;
  margin-bottom:30px;
}

.cta_book_btn {
  text-align:right;
  margin-top:20px;
}

.cta_book_btn a{
  display: inline-flex;
  column-gap: 13px;
  padding:18px 20px 16px;
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height:24px;
  text-transform: uppercase;
  background: var(--skyblue);
  border-radius:20px 0;
  color: var(--white);
  transition: all 0.5s;
  font-weight:600;
  border: 1px solid transparent;
}

.cta_book_btn a:hover {
  border: 1px solid var(--skyblue);
  background: transparent;
  color: var(--skyblue);
}
/* Cta Section Css End */

/* Footer Css Start */
footer{
  float:left;
  width:100%;
  padding:50px 0 80px;
}

.ftr_inr{
  max-width:1218px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  column-gap:100px;
  width:100%;
}

.ftr_lft{
  width:20.2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.ftr_rgt{
  width:75%;
}

.ftr_lg_itm{
  margin-bottom:20px;
}

.ftr_lg_itm:last-child{
  margin-bottom:0;
}

.ftr_rgt h3{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;  
  font-weight:600;
  color:var(--grey);
  margin-bottom:30px;
}

.ftr_social {
  margin-top:44px;
}

.ftr_social h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;  
  font-weight:600;
  color:var(--grey);
  margin-bottom:30px;
}

.ftr_social ul{
  display:flex;
  align-items:center;
  column-gap:30px;
}

.ftr_rgt_inr{
  display:flex;
  justify-content:space-between;
  column-gap:80px;
}

.ftr_lft_cnt{
  width:49%;
}

.ftr_rgt_cnt{
  width:42.5%;
}

.ftr_rgt_inr ul li{
  display:flex;
  column-gap:15px;
  align-items:flex-start;
  margin-bottom:30px;
}

.ftr_rgt_inr ul li:last-child{
  margin-bottom:0;
}

.ftr_icon {
  width: 16px;
  text-align: center;
}

.ftr_rgt_inr ul li img{
  margin-top:3px;
}

.ftr_adrs {
  width: calc(100% - 32px);
}

.ftr_rgt_inr ul li h3{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--skyblue);
  font-weight:600;
  margin-bottom:3px;
}

.ftr_rgt_inr ul li p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--grey);
  font-weight:400;
}

.ftr_lft_cnt ul li p{
  max-width:318px;
}

.ftr_rgt_inr ul li a.adrs_book{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--blue);
  text-decoration: underline;
  font-weight:400;
  transition:all 0.5s;
}

.ftr_rgt_inr ul li a.adrs_book:hover{
  color:var(--skyblue);
}

.ftr_rgt_inr ul li a{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--grey);
  font-weight:400;
}

.ftr_rgt_inr ul li a:hover{
  color:var(--skyblue);
}

.ftr_btm_link{
  margin-top:86px;
  padding-left:35px;
}

.ftr_btm_link ul{
  display:flex;
  column-gap:20px;
  align-items:center;
}

.ftr_btm_link ul li{
  position:relative;
  margin-bottom:0;
}

.ftr_btm_link ul li:before{
  content:'|';
  position:absolute;
  top:0;
  right:-12px;
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:26px;
  color:var(--skyblue);
  font-weight:400;
}

.ftr_btm_link ul li:last-child:before{
  content:none;
}

.ftr_btm_link ul li a{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:26px;
  color:var(--skyblue);
  font-weight:400;
  transition:all 0.5s;
}

.ftr_btm_link ul li a:hover{
  color:var(--blue);
}

.copyright{
  float:left;
  width:100%;
  background:var(--blue);
  padding:18px 0;
}

.copyright_inr{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.copyright_inr p{
  font-family: 'Josefin Sans';
  font-size:15px;
  line-height:18px;
  color:var(--white);
  text-align:left;
  font-weight:400;
}

.copyright_inr p a{
  font-size:14px;
  line-height:18px;
  color:var(--white);
}

.ftr_note{
  margin-top:50px;
}

.ftr_note p{
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:19px;
  color:var(--skyblue);
  text-align:center;
  font-weight:400;
}
/* Footer Css End */

/* Inner Banner Css Start */
.inner_banner{
  float:left;
  width:100%;
}

.inr_bnr_row{
  display:flex;
}

.inr_bnr_row_lft{
  width:50%;
  position:relative;
  background: #F8F8F8;
  border-top-left-radius: 150px;
}

.inr_bnr_row_lft:before{
  content:'';
  position:absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-bottom-right-radius: 150px;
  border-top-left-radius: 150px;
}

.inr_bnr_img{
  position:relative;
}

.inr_bnr_img img{
  width:100%;
  display:block;
  border-top-left-radius:150px;
  border-bottom-right-radius:150px;
}

.inr_bnr_img video {
    width: 100%;
    display: block;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.inr_bnr_row_rgt{
  width:50%;
  background:#F8F8F8;
  padding-left:80px;
  display:flex;
  align-items:center;
}

.inr_bnr_rgt_txt{
  max-width:580px;
}

.inr_bnr_rgt_txt h1{
  font-family: 'Josefin Sans';
  font-size:66px;
  line-height:80px;
  font-weight:400;
  color: var(--blue);
  margin-bottom:20px;
}

.inr_bnr_rgt_txt p {
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color: var(--grey);
  margin-bottom:30px;
}

.inr_bnr_rgt_txt p:last-child{
  margin-bottom:0;
}

.inr_bnr_rgt_txt p a{
  color:var(--blue);
  font-weight:300;
}

.inr_bnr_rgt_txt .bnr_book_btn{
  margin-top:30px;
}

.inr_book_btn{
  margin-top:30px;
}

.inr_book_btn a {
  display: inline-flex;
  align-items: center;
  column-gap: 13px;
  padding:20px 20px 16px;
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height:24px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--skyblue);
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  color: var(--white);
  transition: all 0.5s;
}

.inr_book_btn a:hover {
  background: var(--blue);
}

.inr_book_btn a img{
  margin-top:-5px;
}
/* Inner Banner Css End */

/* Contact Page css Start */
.get_touch{
  float:left;
  width:100%;
  margin:80px 0 180px;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 400px 0px 0px 0px;
}

.get_touch .title_top{
  max-width:900px;
  margin:0 auto 50px;
}

.get_touch .title_top p{
  text-align:center;
}

.get_touch_inr{
  max-width:900px;
  margin:0 auto;
}

.get_tch_grm_row{
  display:grid;
  column-gap:40px;
  grid-template-columns:repeat(2, 1fr);
}

.get_tch_frm_grp{
  margin-bottom:30px;
}

.get_tch_frm_grp:last-child{
  margin-bottom:0;
}

.get_tch_frm_grp input{
  width:100%;
  display:block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding:17px 20px;
  font-size:20px;
  line-height:24px;
  font-weight:400; 
  color:var(--grey);
  font-family: 'Josefin Sans';
}

.get_tch_frm_grp input::placeholder, .get_tch_frm_grp textarea::placeholder{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:300; 
  color:var(--grey);
}

.get_tch_frm_grp textarea{
  width:100%;
  display:block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding:16px 20px;
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:22px;
  font-weight:400; 
  color:var(--grey);
  height:120px;
  resize:none;
}

.get_tch_frm_note{
  display:flex;
  align-items:flex-end;
  column-gap:30px;
  margin-top:40px;
}

.get_tch_frm_note p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:400; 
  color:var(--grey);
}

.get_tch_frm_note p a{
  color:var(--skyblue);
  font-weight:400;
}

.submit_btn input{
  display:inline-block;
  border:0;
  background:var(--skyblue);
  color:var(--white);
  padding:20px 52px 16px;
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:600;
  color:var(--white);
  text-transform: uppercase;
  border-radius: 20px 0px;
  cursor:pointer;
  transition:all 0.5s;
}

.submit_btn input:hover{
  background:var(--blue);
}

.get_tch_frm_radio{
  display:flex;
  column-gap: 30px;
  align-items:center;
}

.radio_main{
  display:flex;
  align-items:center;
  column-gap:30px;
}

.get_tch_frm_radio label{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:600;
  color:var(--grey);
}

.radio_btn_itm label{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:300;
  color:var(--grey);
}

.radio_btn_itm span.wpcf7-list-item-label{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:300;
  color:var(--grey);
}

.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:checked,
.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label,
.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:not(:checked) + span.wpcf7-list-item-label{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:before,
.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:not(:checked) + span.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--grey);
  border-radius: 100%;
  background: #fff;
}
.get_tch_frm_radio .wpcf7-list-item input[type=radio]:checked+span.wpcf7-list-item-label::before, 
.get_tch_frm_radio .wpcf7-list-item input[type=radio]:checked+span.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid var(--skyblue);
}
.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:after,
.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background:var(--skyblue);
  position: absolute;
  top:3px;
  left:3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.get_tch_frm_radio .wpcf7-list-item input[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio_btn_itm input[type="radio"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.our_location{
  float:left;
  width:100%;
  padding:80px 0;
}

.our_location .title_top{
  max-width:900px;
  margin:0 auto 50px;
}

.our_location_inr{
  max-width:1700px;
  margin:0 auto;
}

.our_location_row{
  display:flex;
  gap:50px;
  justify-content:space-between;
  margin-bottom:80px;
}

.page-id-23 .our_location_row{
  justify-content:center;
}

.our_lct_itm{
  background: #F8F8F8;
  border-radius: 0px 100px 0px 0px;
  padding:40px 40px 40px 40px;
  position: relative;
}

.our_lct_itm:before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-radius: 0px 100px 0px 0px;
  z-index: -1;
}

.our_location_row:last-child{
  margin-bottom:0;
}

.our_lct_lft{
  width:27%;
}

.our_lct_rgt{
  width:69.5%;
  background:#F8F8F8;
  padding:60px 50px 50px;
}

.our_lct_rgt .title_top{
  margin-bottom:40px;
  display:flex;
  column-gap:50px;
  position:relative;
}

.our_lct_cnt {
  width: 72%;
}

.our_lct_lft_title{
  width: 24.1%;
  text-align:center;
}

.our_lct_rgt .title_top h2{
  text-align:left;
  position:relative;
  text-transform:uppercase;
  font-weight:500;
  font-size:24px;
  line-height:30px;
  letter-spacing:1.92px;
}
.our_lct_rgt .title_top h2:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 50px;
  background: var(--blue);
  top:-80px;
  left:-15px;
  right: 0;
  margin: 0 auto;
}

.our_lct_rgt .title_top p{text-align:left;}

.map_main{
  float:left;
  width:100%;
}

.map_inr{
  max-width:1600px;
  margin:0 auto;
  position:relative;
}

.map_inr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% + 80px);
  height: 90%;
  background: var(--skyblue);
  border-radius: 150px 0px;
  z-index: -1;
  left: -40px;
  margin: 0 auto;
  transform: translateY(-50%);
}

.map_inr iframe{
  width:100%;
  aspect-ratio:80 / 41;
  height: 100%;
  display:block;
  border-radius:150px 0px;
}

.our_lct_itm h2{
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:34px;
  font-weight:600;
  color:var(--blue);
  margin-bottom:30px;
}

.our_lct_itm ul li{
  display:flex;
  gap:20px;
  align-items:flex-start;
  margin-bottom:30px;
}

.our_lct_itm ul li img{
  margin-top:6px;
}

.our_lct_lft ul li:last-child{
  margin-bottom:0;
}

.our_lct_itm ul li p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
}

.our_lct_itm ul li a{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
}

.our_lct_itm ul li a:hover{
  color:var(--skyblue);
}

.our_lct_itm ul li .our_lct_dtl p{
  margin-bottom:30px;
  max-width:265px;
  min-height:96px;
}

.our_lct_itm ul li .our_lct_dtl p:last-child{
  min-height:initial;
}

.book_btn_lct{
  margin-top:30px;
}

.book_btn_lct a{
  display:inline-flex;
  background:var(--skyblue);
  border-radius: 20px 0px;
  padding:20px 20px 16px;
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:600;
  color:var(--white);
  text-transform:uppercase;
  transition:all 0.5s;
}

.book_btn_lct a:hover{
  background:var(--blue);
}

.opn_hour{
  margin-top:50px;
}
/* Contact Page css End */

/* About Page Css Start */
.about_main{
  float:left;
  width:100%;
  padding:80px 0;
}

.about_inr{
  display:flex;
  column-gap:60px;
}

.about_inr_lft{
  width:38.3%;
}

.about_inr_rgt{
  width:58.6%;
}

.about_inr_lft h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  letter-spacing: 1.12px;
  color:var(--blue);
}

.about_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);
  margin-bottom:30px;
}

.about_cnt p:last-child{
  margin-bottom:0;
}

.about_cnt p a{
  color:var(--skyblue);
}

.about_cnt_btm{
  display:flex;
  column-gap:30px;
}

.dntl_team_cnt p{
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  color: var(--black);
  letter-spacing: 0.8px;
  margin-bottom:30px;
  text-align:center;
}

.dntl_team_cnt p:last-child{
  margin-bottom:0;
}

.dental_team_main{
  float:left;
  width:100%;
  background:var(--sectionbg);
  padding:80px 0;
  position:relative;
  background:var(--sectionbg);
  border-radius: 400px 0px 0px 0px;
}

.dental_team_main .title_top{
  max-width:900px;
  margin:0 auto 50px;
}

.dental_team_itm{
  background:var(--white);
  box-shadow: 0px 5px 20px #0000001A;
  border-radius: 100px 0px;
  margin:20px 27.5px;
  position:relative;
}

.dental_team_itm:before{
  content: '';
  position: absolute;
  top:50%;
  left: -20px;
  width: 100%;
  height: 94.8%;
  background: var(--skyblue);
  border-radius: 100px 0px;
  z-index: -1;
  transform:translateY(-50%);
}

.dntl_taam_cnt{
  padding:60px 20px 35px 40px;
}

.dntl_taam_cnt .dntl_team_subtitle{
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:34px;
  font-weight:300; 
  color:var(--skyblue);
  margin-bottom:30px;
}

.dntl_taam_cnt h2{
  font-family: 'Josefin Sans';
  font-size:38px;
  line-height:47px;
  font-weight:600; 
  color:var(--blue);
  margin-bottom:30px;
  min-height:90px;
  padding-right: 10px;
}

.dntl_taam_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;   
  color:var(--grey);
  margin-bottom:30px;
}

.dental_team_inr button{
  color:var(--blue);
  cursor:pointer;
  background:transparent;
  font-size:43px;
  font-weight: 500;
  transition:all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.dental_team_inr button.slick-disabled{
  opacity: 0.5;
}

.dental_team_inr button span{
  transition:all 0.5s;
}

.dental_team_inr button:hover span{
  color:var(--skyblue);
}

.dental_team_inr button.team_nxt_arw{
  right:-60px;
} 
.dental_team_inr button.team_prv_arw{
  left:-42px;
}

.team_readmore_btn{
  margin-top:50px;
}

.team_readmore_btn span{
  border: 1px solid #5DC2DE;
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:25px;
  font-weight:600;   
  color:var(--skyblue);
  text-transform: uppercase;
  padding:17px 20px 11px;
  transition:all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display:inline-block;
}

.team_readmore_btn span i{
  margin-left:5px;
}

.team_readmore_btn span:hover{
  background:var(--skyblue);
  color:var(--white);
}

.dntl_team_img{
  text-align:right;
}

.dntl_team_img img{
  display:block;
  margin-left:auto;
  object-fit: cover;
  max-height: 290px;
  min-height: 290px;
  max-width: 210px;
  border-radius: 0px 0px 100px 0;
}

.slick-dots{
  display:none !important;
}

.team_slider_arw{
  display:flex;
  justify-content:flex-end;
  column-gap:20px;
}

.dental_team_inr button{
  color:var(--blue);
  cursor:pointer;
  background:transparent;
  font-size:43px;
  font-weight: 500;
  transition:all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.dental_team_inr{
  margin:0 -27.5px;
}

.dental_team_inr button.slick-disabled{
  opacity: 0.5;
}

.dental_team_inr button span{
  transition:all 0.5s;
}

.dental_team_inr button:hover span{
  color:var(--skyblue);
}

.dental_team_inr button.team_nxt_arw{
  right:-65px;
} 
.dental_team_inr button.team_prv_arw{
  left:-65px;
}

.support_staff{
  float:left;
  width:100%;
  padding:80px 0;
}

.support_staff_cont{
  max-width:1700px;
  margin:0 auto;
}

.support_staff_cont .title_top {
  margin-bottom: 30px;
}

.spprt_staff_inr{
 margin:0 -30px;
}

.spprt_staff_itm{
  background: #FFFFFF;
  box-shadow: 0px 5px 20px #0000001A;
  border-radius: 100px 0px;
  padding:25px 25px;
  margin:20px 30px;
  position:relative;
}

.spprt_staff_itm:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 100%;
  height:96.5%;
  background: var(--skyblue);
  border-radius: 100px 0px;
  z-index: -1;
  transform: translateY(-50%);
}

.spprt_staff_inr button{
  color:var(--blue);
  cursor:pointer;
  background:transparent;
  font-size:43px;
  font-weight: 500;
  transition:all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.spprt_staff_inr button.slick-disabled{
  opacity: 0.5;
}

.spprt_staff_inr button span{
  transition:all 0.5s;
}

.spprt_staff_inr button:hover span{
  color:var(--skyblue);
}

.spprt_staff_inr button.staff_nxt_arw{
  right:-60px;
} 
.spprt_staff_inr button.staff_prv_arw{
  left:-42px;
}

.spprt_stf_img{
  margin-bottom:25px;
}

.spprt_staff_itm img{
  border-top-left-radius:100px;
}

.spprt_staff_itm h2{
  font-family: 'Josefin Sans';
  font-size:38px;
  line-height:47px;
  font-weight:600; 
  color:var(--blue);
  margin-bottom:5px;  
  text-align:center;
}

.spprt_staff_itm .stf_position{
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:34px;
  font-weight:300;     
  color:var(--skyblue);
  text-align:center;
}

.choose_implant{
  float:left;
  width:100%;
  background:var(--sectionbg);
  border-radius: 0px 0px 400px 0px;
}

.choose_implant_row{
  display:flex;
}

.choose_implant_rw_lft{
  width:47%;
}

.choose_implant_rw_rgt{
  width:53%;
  padding:80px 0 80px 90px;
}

.choose_implant_img{
  border-radius: 400px 0px;
  position:relative;
}

.choose_implant_img:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 100%;
  height: 96.5%;
  background: var(--skyblue);
  border-radius: 400px 0px;
/*  z-index: -1;*/
  transform: translateY(-50%);
}

.choose_implant_img img{
  display:block;
  border-radius: 400px 0px;
  position:relative;
  width:100%;
}

.choose_implnt_rgt_cnt{
  max-width:620px;
}

.choose_implnt_rgt_cnt h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  color: var(--blue);
  margin-bottom:20px;
}

.choose_implnt_rgt_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color: var(--grey);
  margin-bottom:30px;
}

.choose_implnt_rgt_cnt p:last-child{
  margin-bottom:0;
}

.choose_implnt_rgt_cnt p a{
  color:var(--skyblue);
}

.choose_implnt_rgt_cnt ul {
  margin-bottom:30px;
}

.choose_implnt_rgt_cnt ul li{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color: var(--grey);
  position: relative;
  padding-left:25px;
}

.choose_implnt_rgt_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.choose_implnt_btn a{
  padding: 16px 24px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--blue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.choose_implnt_btn a:hover {
  background: var(--skyblue);
}
/* About Page Css End */

/* Team Details Page Css Start */
.team_dtl_banner{
  background: #F8F8F8;
}

.team_dtl_main{
  float:left;
  width:100%;
  padding:80px 0 180px;
  position:relative;
}

.team_dtl_title{
  max-width:900px;
  margin:0 auto 30px;
  text-align:center;
  position:relative;
}

.team_dtl_title h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:500;     
  letter-spacing: 1.92px;
  color:var(--blue);
  text-align:center;
  text-transform: uppercase;
  margin-bottom:20px;
}

.team_dtl_title img{
  margin:0 auto;
}

.team_dtl_inr{
  max-width:900px;
  margin:0 auto;
  position:relative;
}

.team_dtl_inr p{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:400;     
  color:var(--grey);
  margin-bottom:27px;
}

.team_dtl_inr p a{
  color:var(--skyblue);
}

.team_dtl_inr p:last-child{
  margin-bottom:0;
}
/* Team Details Page Css End */

/* Services Page Css Start */
.srvc_land_main{
  float:left;
  width:100%;
  padding:80px 0 0;
}

.srvc_land_title{
  display: flex;
  column-gap: 60px;
}

.srvc_land_titl_lft {
  width: 38.3%;
}

.srvc_land_cnt {
  width: 58.6%;
}

.srvc_land_titl_lft h2{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
}

.srvc_land_cnt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.srvc_land_cnt p a{
  color:var(--skyblue);
}

.srvc_land_cnt p:last-child{
  margin-bottom:0;
}

.srvc_land_cnt ul {
  margin-bottom: 30px;
}

.srvc_land_cnt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--blue);
  position: relative;
  padding-left: 30px;
}

.srvc_land_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.srvc_land_cnt ul li a{
  color:var(--skyblue);
}

.srvc_land_row_main{
  margin-top:50px;
}

.srvc_land_row{
  position:relative;
}
.srvc_land_row.even{
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 0px 400px 0px 0px;
  margin-bottom: 80px;
}

.srvc_land_row.odd{
  margin:80px 0;
}

.srvc_land_row.odd:last-child{
  margin-bottom:0;
}

.srvc_land_row.odd .srvc_land_itm_lft:before{
  right:initial;
  left:-20px; 
}

.srvc_land_row.odd .srvc_land_itm{
  flex-direction:row-reverse;
}

.srvc_land_itm{
  display:flex;
  align-items:center;
}

.srvc_land_itm_lft {
  width:47%;
  position:relative;
}

.srvc_land_itm_rgt {
  width:53%;
  padding: 0px 0 0px 80px;
}

.srvc_land_row:nth-child(even) .srvc_land_itm_rgt {
  padding: 0px 80px 0px 0;
}

.srvc_land_itm_cnt {
  max-width: 620px;
}

.srvc_land_row:nth-child(even) .srvc_land_itm_cnt{
  margin-left: auto;
}

.srvc_land_itm_img img {
  width: 100%;
  display: block;
  position:relative;
  z-index:99;
  border-radius: 0 150px 0 0;
}

.srvc_land_row:nth-child(even) .srvc_land_itm .srvc_land_itm_img img{
  border-radius:150px 0 0 0;
}

.srvc_land_itm_rgt h2{
  font-family: 'Josefin Sans';
  font-size:38px;
  line-height:47px;
  font-weight:600;     
  color:var(--blue);
  margin-bottom:20px;
}

.srvc_land_itm_rgt p{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:34px;
  font-weight:400;
  color:var(--grey);
  margin-bottom:30px;
}

.srvc_land_itm_rgt p a{
  color:var(--skyblue);
}

/*.rml-hidden p:last-of-type{
  margin-bottom:0;
}*/

.srvc_land_itm_rgt ul{
  margin:30px 0;
}

.srvc_land_itm_rgt ul li{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:34px;
  font-weight:400;
  color:var(--blue);
  position:relative;
  padding-left:25px;
}

.srvc_land_itm_rgt ul li:before{
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.srvc_land_itm_rgt ul li a{
  color:var(--skyblue);
}

.srvc_land_itm_btn{
  margin-top:30px;
}

.srvc_land_itm_btn a{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.88px;
  color: var(--skyblue);
  display: flex;
  gap: 20px;
  transition:all 0.5s;
}

.srvc_land_itm_btn a span{
  display:inline-block;
  margin-top:1px;
}

.srvc_land_itm_btn a:hover{
  color:var(--blue);
}

/* Services Page Css End */

/* Services Inner Page Css Start */
.srvc_inr_main{
  float:left;
  width:100%;
  padding:80px 0;
}

.srvc_inr_row{
  display:flex;
}

.srvc_inr_rw_lft {
  width: 53%;
  padding:0px 80px 0px 0;
}

.srvc_inr_rw_rgt {
  width: 47%;
}

.srvc_inr_lft_cnt {
  max-width: 620px;
  margin-left:auto;
}

.srvc_inr_rgt_img img{
  border-radius: 150px 0px 0 0;
  width:100%;
  display:block;
}

.srvc_inr_lft_cnt h2 {
  font-family: 'Josefin Sans';
  font-size:38px;
  line-height:47px;
  font-weight:600;
  color: var(--blue);
  margin-bottom: 20px;
}

.srvc_inr_lft_cnt h3{
  font-family: 'Josefin Sans';
  font-size: 26px !important;
  font-weight: 600;
  line-height: 1.4;
  color: var(--blue);
  margin-bottom: 15px;
}

.srvc_inr_lft_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.srvc_inr_lft_cnt blockquote p{
  font-family: 'Josefin Sans';
  font-size:14px;
  line-height:22px;
  font-weight:400;
  font-style:italic;
  color:#000000;
}

.srvc_inr_lft_cnt p iframe{
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 6.2 / 3.5;
}

.srvc_inr_lft_cnt p a{
  color:var(--skyblue);
}

.srvc_inr_lft_cnt ul {
  margin-bottom: 30px;
}

.srvc_inr_lft_cnt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--blue);
  position: relative;
  padding-left:25px;
}

.srvc_inr_lft_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.srvc_inr_lft_cnt ul li a{
  color:var(--skyblue);
}

.srvc_inr_contact_btn a{
  padding:16px 16px 13px;
  font-family: 'Josefin Sans';
  font-size:13px;
  line-height:16px;
  font-weight:600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display:inline-block;
}

.srvc_inr_contact_btn a:hover{
  background:var(--blue);
}

.srvc_inr_row.even {
  margin: 80px 0;
}

.srvc_inr_row.odd{
  flex-direction:row-reverse;
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 0px 400px 0px 0px;
  margin:80px 0;
}

.srvc_inr_row.odd .srvc_inr_rw_lft{
  padding: 0px 0 0px 80px;
}

.srvc_inr_row.odd .srvc_inr_rw_lft .srvc_inr_lft_cnt{
  margin-left:initial;
}

.srvc_inr_row.odd .srvc_inr_rgt_img img {
  border-radius: 0 150px 0 0;
}

.srvc_inr_rgt_img video{
  border-radius:150px 0px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 8.96 / 5.6;
  display: block;
  object-fit: cover;
}

.srvc_inr_row.odd .srvc_inr_rgt_img video{
  border-radius: 0 150px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 8.96 / 5.6;
  display: block;
  object-fit: cover;
}

.srvc_inr_rgt_img iframe{
  border-radius:150px 0px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 8.96 / 5.6;
  display: block;
  object-fit: cover;
}

.srvc_inr_row.odd .srvc_inr_rgt_img iframe{
  border-radius: 0 150px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 8.96 / 5.6;
  display: block;
  object-fit: cover;
}
/* Services Inner Page Css End */

/* All on 4 Page Css Start */
.who_suitable {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.who_suitable_row{
  display:flex;
}

.who_suitable_rw_lft {
  width: 53%;
  padding: 0px 80px 0px 0;
}

.who_suitable_rw_rgt {
  width: 48%;
}

.who_suitable_img img {
  border-radius: 150px 0px 0 0;
  width: 100%;
  display: block;
}

.who_suitable_img video{
   border-radius: 150px 0px 0 0;
  width: 100%;
  display: block;
}

.who_suitable_cnt {
  max-width: 620px;
  margin-left: auto;
}

.who_suitable_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.who_suitable_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.who_suitable_cnt p a{
  color:var(--skyblue);
}

.who_suitable_cnt_btn a {
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
    display: inline-block;
}

.roads_story_main{
  margin-top:50px;
}

.all_on_wlcm_txt{
  padding-bottom:60px;
}

.roads_story_inr{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.roads_stry_lft{
  width:47.7%;
}

.roads_stry_rgt{
  width:46%;
}

.roads_stry_lft_img img{
  display:block;
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 100px 0px;
}

.roads_stry_lft_img iframe{
  display:block;
  border-radius: 100px 0px;
  width: 100%;
  height: 100%;
  aspect-ratio: 6.20 / 3.45;
}

.roads_stry_rgt h2{
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.roads_stry_rgt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.roads_stry_rgt p a{
  color:var(--skyblue);
}

.roads_stry_rgt ul{
  margin-bottom:30px;
}

.roads_stry_rgt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left:25px;
}

.roads_stry_rgt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.roads_stry_button{
  display:flex;
  align-items:center;
  gap:20px;
}

.roads_stry_button a{
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  background: var(--skyblue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 25px 13px;
  border-radius: 20px 0px;
  display: inline-block;
  transition:all 0.5s;
}

.roads_stry_button a:hover{
  background:var(--blue);
}

.what_are_allon{
  float:left;
  width:100%;
  padding:80px 0;
  background: #F8F8F8;
  border-radius: 0px 400px 0px 0px;
}

.what_are_allon .title_top{
  margin-bottom:30px;
}

.what_are_allon_inr{
  display:flex;
  flex-direction:row-reverse;
}

.what_are_allon_lft{
  width:53%;
  padding: 0px 0 0px 80px;
}

.what_are_allon_rgt{
  width:47%;
}

.what_are_allon_cnt {
  max-width: 620px;
}

.what_are_allon_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.what_are_allon_cnt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.what_are_allon_cnt p:last-child{
  margin-bottom:0;
}

.what_are_allon_cnt p a{
  color:var(--skyblue);
}

.what_are_allon_rgt_img{
  position:relative;
}

.what_are_allon_rgt_img img{
  border-radius:0px 150px 0 0;
  width: 100%;
  display: block;
}

.what_are_allon_btm_main{
  margin-top:50px;
}

.what_are_allon_btm{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:60px;
}

.what_are_allon_btm_itm p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.what_are_allon_btm_itm p:last-child{
  margin-bottom:0;
}

.what_are_allon_btm_itm p a{
  color:var(--skyblue);
}

.what_are_allon_btm_bttn a{
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  background: var(--skyblue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 25px 13px;
  border-radius: 20px 0px;
  display: inline-block;
  transition: all 0.5s;
}

.all_on_excellence{
  float:left;
  width:100%;
  padding:80px 0;
}

.all_on_excellence_inr{
  display:flex;
  gap:80px;
  justify-content:space-between;
}

.all_on_excellence_lft{
  width:47.7%;
}

.all_on_excellence_rgt{
  width:46%;
}

.all_on_excellence_lft h2{
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.all_on_excellence_lft p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.all_on_excellence_lft p a{
  color:var(--skyblue);
}

.all_on_excellence_lft ul {
  margin-bottom: 30px;
}

.all_on_excellence_lft ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left:28px;
}

.all_on_excellence_lft ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.learn_more_btn a{
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  background: var(--skyblue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 25px 13px;
  border-radius: 20px 0px;
  display: inline-block;
  transition: all 0.5s;
}

.learn_more_btn a:hover{
  background:var(--blue);
}

.advantages_main{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
}

.advantages_main .title_top{
  margin-bottom:30px;
}

.advantages_main .title_top p{
  text-align:center;
}

.advantages_inr {
  display: flex;
  flex-direction:row-reverse;
}

.advantages_inr_lft {
  width:53%;
  padding: 0px 0 0px 80px;
}

.advantages_inr_rgt {
  width:47%;
}

.advantages_inr_rgt_img img{
  border-radius: 0 150px 0 0;
  width: 100%;
  display: block;
}

.advantages_lft_cnt h3 {
  font-family: 'Josefin Sans';
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.64px;
  color: var(--blue);
  margin-bottom: 15px;
}

.advantages_inr_rgt_img {
  position: relative;
}

.tooth_loss_rgt_img img {
  border-radius: 20px;
  display: block;
}

.advantages_lft_cnt_top {
  max-width: 620px;
}

.advantages_lft_cnt{
  max-width: 620px;
}

.advantages_lft_cnt_top h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.advantages_lft_cnt_top p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.advantages_lft_cnt h2{
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:34px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.advantages_lft_cnt ul {
  margin-bottom: 30px;
}

.advantages_lft_cnt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left: 30px;
}

.advantages_lft_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages_lft_cnt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.advantages_lft_cnt p a{
  color:var(--skyblue);
}

.view_price_btn a{
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  background: var(--skyblue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 25px 13px;
  border-radius: 20px 0px;
  display: inline-block;
  transition: all 0.5s;
}

.view_price_btn a:hover{
  background:var(--blue);
}

.our_approach{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
}

.our_approach_inr{
  display:flex;
}

.our_approach_lft {
  width: 47%;
}

.our_approach_rgt {
  width: 53%;
  padding: 0px 0 0px 80px;
}

.advantages_inr_rgt_img {
  position: relative;
}

.our_approach_img img {
  border-radius: 0 150px 0 0;
  width: 100%;
  display: block;
}
.our_approach_img iframe {
  border-radius: 0 150px 0 0;
  width: 100%;
  display: block;
  height: 100%;
  aspect-ratio: 9.10 / 5.28;
}

.our_approach_cnt {
  max-width: 620px;
}

.our_approach_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.our_approach_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.our_approach_cnt p iframe{
  width:100%;
}

.our_approach_btn a {
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.our_approach_btn a:hover{
  background:var(--blue);
}

.implants_process{
  float:left;
  width:100%;
  padding:80px 0;
}

.implants_process_title h2{
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom:30px;
  text-align:center;
}

.implants_process_img {
  max-width:920px;
  margin: 0 auto 50px;
  position:relative;
}

.implants_process_img:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:-20px;
  right: 0px;
  width:calc(100% + 40px);
  height: 93%;
  background: var(--skyblue);
  border-radius: 120px 0px;
  z-index: -1;
  margin: 0 auto;
}

.implants_process_img img{
  display:block;
  width:100%;
  border-radius:20px;
}

.implants_process_img iframe{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:11 / 6.2;
  border-radius: 120px 0px;
}

.implants_process_cnt{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:60px;
  grid-row-gap:30px;
}

.implants_process_cnt h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  font-weight:600;
  color: var(--blue);
  margin-bottom:10px;
}

.implants_process_cnt p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  color: var(--grey);
  margin-bottom:30px;
}

.implants_process_cnt p:last-child{
  margin-bottom:0;
}

.implants_process_cnt p a{
  color:var(--skyblue);
}

.implants_prcess_btm{
  max-width:1000px;
  margin:50px auto 0;
}

.implants_prcess_btm p{
  text-align:center;
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  color: var(--grey);
  margin-bottom:30px;
}

.implants_prcess_btm .call_nw{
  text-align:center;
}

.implants_prcess_btm .call_nw a{
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.implants_prcess_btm .call_nw a:hover{
  background:var(--blue);
}

.replace_teeth{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
}

.replace_teeth_inr{
  display:flex;
}

.replace_th_lft{
  width:47%;
}

.replace_th_rgt{
  width: 53%;
  padding: 0px 0 0px 80px;
}

.replace_th_lft_img {
  position: relative;
}

.replace_th_lft_img img {
  border-radius: 0 150px 0 0;
  width: 100%;
  display: block;
}

.replace_th_rgt_cnt {
  max-width: 620px;
}

.replace_th_rgt_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.replace_th_rgt_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.replace_th_rgt_cnt p a{
  color:var(--skyblue);
}

.replace_th_rgt_cnt p:last-child{
  margin-bottom:0;
}

.bridge_main{
  float:left;
  width:100%;
  padding:80px 0;
}

.bridge_main .title_top{
  text-align:center;
  margin-bottom:50px;
}

.bridge_inr{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:50px; 
  margin-bottom:50px;
}

.bridge_itm{
  border-radius: 0 100px 0 0;
/*  box-shadow: 0px 0px 10px #0000001A;*/
  background: #FFFFFF;
  position:relative;
}

.bridge_itm_inr{
  position:relative;
  height: 100%;
  z-index:999;
  border-radius: 0 100px 0 0;
  background:var(--white);
}

.bridge_itm_img{
  position:relative;
  z-index:1;
}

.bridge_itm_img:before{
  content: '';
  position: absolute;
  top:0;
  right: -15px;
  width: 100%;
  height:100%;
  background: var(--skyblue);
  border-radius: 0 100px 0 0;
  z-index:-1;
}


.bridge_itm_img img{
  border-radius: 0 100px 0 0;
  display:block;
}

.bridge_itm_cnt{
  padding:30px 20px 42px;
  position:relative;
  z-index:1;
}

.bridge_itm_cnt h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color:var(--blue);
  margin-bottom:20px;
  min-height:60px;
}

.bridge_itm_txt{
  display:none;
  margin-bottom:30px;
}

.bridge_itm_cnt p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.bridge_itm_txt ul{
  margin-bottom:30px;
}

.bridge_itm_cnt ul li{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left:25px;
}

.bridge_itm_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.bridge_itm_cnt p:last-child{
  margin-bottom:0;
}

.bridge_cnt_btm{
  max-width:900px;
  margin:0 auto;
}

.bridge_cnt_btm p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color: var(--grey);
  margin-bottom: 30px;
  text-align:center;
}

.bridge_cnt_btm p:last-child{
  margin-bottom:0;
}

.bridge_cnt_btm p a{
  color:var(--skyblue);
}

.patient_reviews{
  float:left;
  width:100%;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
  padding:80px 0;
}

.patients_reviews_inr{
  display:flex;
}

.patient_review_lft{
  width:47%;
}

.patient_review_rgt{
  width:53%;
  padding: 0px 0 0px 80px;
}

.patient_reviews_lft_img {
  position: relative;
}

.patient_reviews_lft_img img {
  border-radius: 0 150px 0 0;
  width: 100%;
  display: block;
}

.patient_review_rgt_cnt {
  max-width: 620px;
}

.patient_review_rgt_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.patient_review_rgt_cnt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.patient_review_rgt_cnt p img{
  border-radius:20px;
}

.why_choose_dntl_cnt p:last-child{
  margin-bottom:;
}

.patient_review_rgt a{
  color:var(--skyblue);
}

.consult_today{
  float:left;
  width:100%;
  padding:80px 0 0;
}

.consult_tdy_inr{
  display:flex;
}

.consult_tdy_lft{
  width: 53%;
  padding: 0px 80px 0px 0;
}

.consult_tdy_rgt{
  width: 47%;
}

.consult_tdy_lft_cnt {
  max-width: 620px;
  margin-left: auto;
}

.consult_tdy_rgt_img{
  position:relative;
}

.consult_tdy_rgt_img img {
  border-radius: 150px 0px 0 0;
  width: 100%;
  display: block;
}

.consult_tdy_lft_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.consult_tdy_lft_cnt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.consult_tdy_lft_cnt p em{
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height:26px;
  font-weight: 400;
  color: var(--blue);
  margin-bottom: 30px;
}

.consult_tdy_lft_cnt p:last-child{
  margin-bottom:0;
}

.consult_tdy_lft_cnt a{
  color:var(--skyblue);
}

.consult_bk_btn a{
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.consult_tdy_lft_cnt .wp-block-button, .consult_bk_btn {
  margin-bottom:30px;
}

.consult_tdy_lft_cnt .wp-block-button a{
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.consult_bk_btn a:hover, .consult_tdy_lft_cnt .wp-block-button a:hover{
  background:var(--blue);
}
/* All on 4 Page Css End */

/* 404 Page Css Start */
.error_main{
  float:left;
  width:100%;
}

.error_sub{
  background:var(--sectionbg);
  border-radius: 250px 0px;
  max-width: 98.4%;
  margin: 0 auto;
/*  height: 500px;*/
  display: flex;
  align-items: center;
  position:relative;
  padding:80px 0;
}

.error_sub:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:-20px;
  right: 0px;
  width:calc(100% + 40px);
  height:92%;
  background: var(--skyblue);
  border-radius: 250px 0px;
  margin: 0 auto;
  z-index:-1;
}

.error_inr{
  max-width:900px;
  margin:0 auto;
  position:relative;
  z-index:9;
}

.error_inr h1{
  font-family: 'Josefin Sans';
  font-size:80px;
  line-height:96px;
  font-weight:400;
  color: var(--blue);
  margin-bottom:20px;
  text-align: center;
}

.error_inr h1 strong{
  font-weight:400;
  color:var(--skyblue);
}

.error_inr p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height:32px;
  font-weight:400;
  color: var(--grey);
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.error_inr p:last-child{
  margin-bottom:0;
}

.error_inr p a{
  color:var(--skyblue);
}

.error_inr_btn{
  margin-top:30px;
  text-align:center;
}

.error_inr .wp-block-buttons .wp-block-button a{
  display:inline-block;
  padding:20px 20px 16px;
  background:var(--skyblue);
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:600;
  color: var(--white);
  text-transform: uppercase;
  transition:all 0.5s;
  border-radius: 20px 0px;
}

.error_inr .wp-block-buttons .wp-block-button a:hover{
  background:var(--blue);
}

.error_inr_btn a{
  display:inline-block;
  padding:20px 20px 16px;
  background:var(--skyblue);
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:600;
  color: var(--white);
  text-transform: uppercase;
  transition:all 0.5s;
  border-radius: 20px 0px;
}

.error_inr_btn a:hover{
  background:var(--blue);
}

.thanks_pg .error_inr{
  max-width:1100px;
  margin:0 auto;
}

.error_inr .wp-block-buttons{
  display:flex;
  justify-content:center;
  column-gap:30px;
}
/* 404 Page Css End */

/* Implant Page Css Start */
.dntl_implnt_main {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.dntl_implnt_title {
  display: flex;
  column-gap: 60px;
  margin-bottom:80px;
}

.dntl_implnt_titl_lft {
  width: 38.3%;
}

.dntl_implnt_cnt {
  width: 58.6%;
}

.dntl_implnt_titl_lft h2:first-child{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
}

.dntl_implnt_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.dntl_implnt_cnt p:last-child {
  margin-bottom: 0;
}

.dntl_implnt_cnt p a {
  color: var(--skyblue);
}

.dntl_implnt_book_btn a {
  padding:16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display:inline-block;
}

.dntl_implnt_book_btn a:hover {
  background: var(--blue);
}

.dntl_implnt_row {
  display: flex;
}

.dntl_implnt_row.even{
  background: var(--sectionbg);
  padding: 80px 0;
  border-radius:400px 0 0px 0px;
  margin-top: 80px;
}

.dntl_implnt_row.odd {
  flex-direction: row-reverse;
  margin: 80px 0;
}

.dntl_implnt_row.odd:last-child{
  margin-bottom:0;
}

.dntl_implnt_rw_lft {
  width: 53%;
  padding: 0px 80px 0px 0;
}

.dntl_implnt_rw_rgt {
  width: 47%;
}

.dntl_implnt_row.odd .dntl_implnt_rw_lft {
  padding: 0px 0 0px 80px;
}

.dntl_implnt_lft_cnt {
  max-width: 620px;
  margin-left: auto;
}

.dntl_implnt_row.odd .dntl_implnt_rw_lft .dntl_implnt_lft_cnt {
  margin-left: initial;
}

.dntl_implnt_lft_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.dntl_implnt_lft_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.dntl_implnt_lft_cnt p img{
  display:block;
  margin:30px 0 0;
  border-radius:20px;
}

.dntl_implnt_lft_cnt p iframe{
  display:block;
  margin:30px 0 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 6.20 / 3.2;
}

.dntl_implnt_lft_cnt p a {
  color: var(--skyblue);
}

.dntl_implnt_lft_cnt ul {
  margin-bottom: 30px;
}

.dntl_implnt_lft_cnt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--blue);
  position: relative;
  padding-left: 30px;
}

.dntl_implnt_lft_cnt ul li strong{
  font-weight:400;
  color:var(--grey);
}

.dntl_implnt_lft_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.dntl_implnt_lft_cnt ul li a {
  color: var(--skyblue);
}

.dntl_implnt_rgt_img img {
  border-radius: 150px 0px 0 0;
  width: 100%;
  display: block;
}

.dntl_implnt_rgt_img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 9 / 5.6;
  border-radius: 150px 0px 0 0;
}

.dntl_implnt_row.odd .dntl_implnt_rgt_img img {
  border-radius: 0 150px 0 0;
}

.dntl_implnt_row.odd .dntl_implnt_rgt_img iframe {
  border-radius: 0 150px 0 0;
}

.dntl_implnt_cnt_itm h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  font-weight:600;
  color: var(--blue);
  position: relative;
  margin-bottom:10px;
  display:inline-block;
}

.pricing_main {
  float: left;
  width: 100%;
  margin-bottom:80px;
}

.pricing_row{
  display: flex;
  align-items:center;
  column-gap: 80px;
}

.pricing_rw_lft{
  width: 51%;
}

.pricing_rw_rgt{
  width: 49%;
}

.pricing_rw_lft h2{
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.pricing_rw_lft p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.pricing_inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap:50px;
  grid-row-gap:40px;
}

.pricing_cnt {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding:30px 20px 30px 30px;
  border-radius: 60px 0px;
  box-shadow: 0px 0px 15px #00000029;
  height: 100%;
  position:relative;
}

.pricing_cnt:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-radius: 60px 0px;
  z-index:-1;
}

.pricing_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 28px;
  line-height:36px;
  font-weight:600;
  color: var(--blue);
  text-align: left;
  margin-bottom:92px;
}

.pricing_cnt span {
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  color: var(--skyblue);
  font-weight:600;
  text-align: left;
  display:block;
  width:100%;
}

.view_pricing_btn a{
  padding:17px 24px 14px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.view_pricing_btn a:hover{
  background:var(--blue);
}

.our_locations{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
  border-radius: 400px 0px 0px 0px;
}

.our_locations .title_top {
  max-width:900px;
  margin:0 auto 50px;  
}

.our_locations .title_top p{
  text-align:center;
}

.our_locations_inr {
  display:flex;
  justify-content:center;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}

.our_locations_itm {
  border-top-left-radius: 100px;
  box-shadow: 0px 0px 10px #0000001A;
  transition: all .25s;
  width: calc(100% / 3 - 21px);
}

.our_locations_cnt {
  padding: 30px 20px 25px;
}

.our_locations_itm_img img {
  width:100%;
  height:100%;
  object-fit: cover;
  display: block;
  border-top-left-radius:100px;
  aspect-ratio: 4.2 / 2.55;
}

.our_locations_cnt h3 {
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color: var(--blue);
  margin-bottom: 20px;
}

.our_locations_cnt p {
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color: var(--grey);
  margin-bottom: 20px;
  min-height: 135px;
}

.our_locations_cnt a {
  display: inline-block;
  font-family: 'Josefin Sans';
  color: var(--skyblue);
  text-transform: uppercase;
  font-size: 18px;
  line-height:26px;
  font-weight: 600;
  text-decoration:underline;
  transition:all 0.5s;
}

.our_locations_cnt a:hover{
  color:var(--blue);
}
/* Implant Page Css End */

/* Blog Page Css Start */
.our_blog_main{
  float:left;
  width:100%;
  margin:80px 0 180px;
}

.blog_pg_inr{
  row-gap:50px;
}

.blog_banner h1{
  font-family: 'Josefin Sans';
  font-size:40px;
  line-height:48px;
  color:var(--blue);
}

.blog_date{
  display:flex;
  align-items:center;
}

.blog_date img{
  margin-right:10px;
  display:block;
  margin-top: -5px;
}

.blog_date span{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  color:var(--grey);   
}

.our_blog_dtl {
  float:left;
  width:100%;
  margin:80px 0 180px;
}

.our_blg_dtl_inr {
  max-width:900px;
  margin:0 auto;
}

.our_blg_dtl_inr p{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:32px;
  font-weight:400;
  margin-bottom:30px;
  color:var(--grey);
}

.our_blg_dtl_inr p strong{
  color:var(--blue);
}

.our_blg_dtl_inr iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 4.58;
  display: block;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 0;
  object-fit: cover;
}

.our_blg_dtl_inr .wp-block-button {
  margin-bottom:30px;
}

.our_blg_dtl_inr .wp-block-button .wp-block-button__link{
  display: inline-block;
  background: var(--skyblue);
  padding: 17px 20px 13px;
  font-family: 'Josefin Sans';
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  border-radius:0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s;
}

.our_blg_dtl_inr .wp-block-button .wp-block-button__link:hover {
  background: var(--blue);
}

.our_blg_dtl_inr ul{
  margin-bottom: 30px;
}

.our_blg_dtl_inr ul li{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left:25px;
}

.our_blg_dtl_inr ul li strong{
  font-weight:600;
  color:var(--blue);
}

.our_blg_dtl_inr ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.our_blg_dtl_inr ul li a{
  color:var(--skyblue);
}

.our_blg_dtl_inr ol{
  margin-bottom: 30px;
  padding-left: 20px;
}

.our_blg_dtl_inr ol li{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  list-style:auto;
}

.our_blg_dtl_inr ol li a{
  color:var(--skyblue);
}

.our_blg_dtl_inr p a{
  color:var(--skyblue);
}

.our_blg_dtl_inr p a.blg_dtl_btn{
  display:inline-block;
  background: #5DC2DE;
  padding:15px 20px;
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:24px;
  font-weight:600;
  text-transform: uppercase;
  color:var(--white);
  border-radius: 10px;
  transition:all 0.5s;
}

.our_blg_dtl_inr p strong{
  font-weight:600;
}

.our_blg_dtl_inr p a.blg_dtl_btn:hover{
  background:var(--blue);
}

.our_blg_dtl_inr figure.wp-block-image{
  position:relative;
  margin-bottom:30px;
}

/*.our_blg_dtl_inr figure.wp-block-image:before{
  content: '';
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  right:0px;
  width: 100%;
  height: 93%;
  background: var(--skyblue);
  border-radius: 120px 0px;
  z-index:-1;
  margin:0 auto;
}
*/
.our_blg_dtl_inr figure.wp-block-image img{
  width:auto;
  margin:0 auto;
  display:block;
  border-radius:20px;
}

.our_blg_dtl_inr table td{
  border:1px solid var(--grey);
  padding:15px;
}

.our_blg_dtl_inr h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:400;
  color:var(--blue);
  margin-top:70px;
  margin-bottom:20px;
}

.our_blg_dtl_inr h3{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:400;
  color:var(--skyblue);
  margin-bottom:10px;
  margin-top:30px;
}

.blog_share_icon{
  margin-top:50px;
}

.blog_share_icon ul{
  display:flex;
  column-gap:40px;
  justify-content:center;
  margin-bottom:0;
}

.blog_share_icon ul li{
  list-style:none;
  padding-left:0;
}
.blog_share_icon ul li:before{
  content: none;
}

.blog_navigation_main{
  float:left;
  width:100%;
  background:var(--skyblue);
  padding:27px 0;
  margin-bottom:342px;
}

.blog_navigation{
  display:flex; 
  justify-content:space-between; 
  margin-top:50px;
}

.blog_navigation .blog_nav{
  width:100%;
  display:flex;
  justify-content:center;
}

.blog_navigation a .nxt_blog{
  margin-left:auto;
}

.blog_navigation .blog_nav{
  font-family: 'Josefin Sans';
  font-size:32px;
  line-height:38px;
  font-weight:300;
  color:var(--skyblue);
  transition:all 0.5s;
  border: 1px solid #63CAE1;
  border-radius: 30px 0px;
  padding:30px 30px;
  width:300px;
  text-align:center;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

.blog_navigation .nxt_blog span{
  margin-left:20px;
  display:inline-block;
}

.blog_navigation a{
  width:100%;
  display:flex;
}

.blog_navigation a.nxt_blog{
  margin-left:auto;
} 

.blog_navigation .prev_blog span{
  margin-right:20px;
  display:inline-block;
}

.blog_navigation .blog_nav:hover{
  background:var(--skyblue);
  color:var(--white);
}

.nxt_blog{
  display:flex;
  justify-content:flex-end;
  width:70%;
}

.blog_navigation .blog_nav a.active{
  background:var(--skyblue);
  color:var(--white);
}
/* Blog Page Css End */

/* Price Page Css Start */
.prices_row .srvc_inr_lft_cnt ul li{
  color:var(--grey);
}

.price_btn_grp{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top: 30px;
}

.price_btn_grp a {
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.price_btn_grp a:hover{
  background:var(--blue);
}

.prices_rw_cnt_itm span{
  font-family: 'Josefin Sans';
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--blue);
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.bridge_replacemnt{
  float:left;
  width:100%;
  background:var(--sectionbg);
  border-radius: 0px 400px 0px 0px;
  padding:80px 0;
}

.bridge_title{
  max-width:900px;
  margin:0 auto 50px;
}

.bridge_title h2{
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
  text-align:center;
}

.bridge_title p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
  text-align:center;
}

.bridge_rplcment_row{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:60px;
  grid-row-gap:30px;
}

.brdge_rplcment_img{
  margin-bottom:30px;
}

.brdge_rplcment_img img{
  display:block;
  width:100%;
  border-radius:100px 0 0 0;
}

.brdge_rplcment_cnt h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  font-weight:600;
  color: var(--blue);
  margin-bottom:10px;
}

.brdge_rplcment_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.brdge_rplcment_cnt p:last-child{
  margin-bottom:0;
}

.bridge_rplcment_btm{
  margin-top:30px;
}

.bridge_rplcment_btm h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  font-weight:600;
  color: var(--blue);
  margin-bottom:10px;
}

.bridge_rplcment_btm p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.bridge_rplcment_btn a {
  padding: 16px 25px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.bridge_rplcment_btn a:hover{
  background:var(--blue);
}

.price_scan_main{
  float:left;
  width:100%;
  padding-top:80px;
}

.price_scan_row{
  display:flex;
}

.price_scan_row:nth-child(even) {
  flex-direction: row-reverse;
  margin: 80px 0;
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 0px 400px 0px 0px;
}

.price_scan_row:nth-child(even):last-child{
  margin-bottom:0;
}

.price_scan_rw_lft{
  width: 53%;
  padding: 0px 80px 0px 0;
}

.price_scan_row:nth-child(even) .price_scan_rw_lft {
  padding: 0px 0 0px 80px;
}

.price_scan_rw_rgt{
  width: 47%;
}

.price_scan_rgr_img img {
  border-radius: 150px 0px 0 0;
  width: 100%;
  display: block;
}

.price_scan_row:nth-child(even) .price_scan_rgr_img img {
  border-radius:0 150px 0 0;
}

.price_scan_lft_cnt {
  max-width: 620px;
  margin-left: auto;
}

.price_scan_row:nth-child(even) .price_scan_rw_lft .price_scan_lft_cnt {
  margin-left: initial;
}

.price_scan_lft_cnt h2 {
  font-family: 'Josefin Sans';
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.price_scan_lft_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.price_scan_lft_cnt ul{
  margin-bottom:30px;
}

.price_scan_lft_cnt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left: 30px;
}

.price_scan_lft_cnt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.price_scan_lft_cnt p a{
  color:var(--skyblue);
}
/* Price Page Css End */

/* Terms Page Css Start */
.terms_main{
  float:left;
  width:100%;
  padding:50px 0 255px;
}
/* Terms Page Css End */

/* Gallery Page Css Start */
.gallery_main{
  float:left;
  width:100%;
  padding:80px 0 180px;
}

.gallery_row_main{
  margin-bottom:80px;
}

.gallery_row_main:last-child{
  margin-bottom:0;
}

.gallery_land_title {
  display: flex;
  column-gap: 60px;
}

.gallery_land_titl_lft{
  width:38.3%;
}

.gallery_land_cnt {
  width: 58.6%;
}

.gallery_land_titl_lft h2 {
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
}

.gallery_land_cnt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.gallery_land_cnt p a{
  color:var(--skyblue);
}

.gallery_land_cnt p:last-child {
  margin-bottom: 0;
}

.glry_row_inr{
  margin-top:50px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:30px;
  grid-row-gap:50px;
}

.glry_rw_itm_img img{
  width:100%;
  display:block;
}

.glry_row_itm .gallery_title{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:28px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.glry_rw_itm_img {
  margin-bottom: 5px;
}

.glry_rw_itm_img:last-child{
  margin-bottom:0;
}

/* Before -After Slider Css Start */
.glry_itm_img_main{
  position:relative;
  overflow: hidden;
  aspect-ratio: 6.35 / 2.32;
}
.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family:'Josefin Sans';
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding:9px 14px 7px;
  background-color:rgb(255 255 255 / 60%);
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Before -After Slider Css Ends */
/* Gallery Page Css End */

/* Video Page Css Start */
.videos_main{
  float:left;
  width:100%;
  padding:80px 0 180px;
}

.videos_row h2{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
}

.videos_row_inr{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:30px;
  grid-row-gap:50px;
}

.videos_row{
  margin-bottom:50px;
}

.videos_row:last-child{
  margin-bottom:0;
}

.video_row_itm_img img{
  border-radius:0 150px 0 0;
  display: block;
}

.video_row_itm_img iframe{
  display:block;
  border-radius:0 150px 0 0;
  width:100%;
  height:100%;
  aspect-ratio: 6.22 / 3.5;
}

.video_row_itm a{
  display:inline-block;
  position:relative;
  width:100%;
}

.videos_row_inr .videos_title{
  font-family: 'Josefin Sans';
  font-size:22px;
  line-height:28px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
  min-height: 56px;
}

.video_row_itm .play-btn {
  position:absolute;
  z-index: 6;
  top: 50%;
  left:0;
  right:0;
  transform: translateY(-50%);
  margin:0 auto;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  text-align:center;
}

.video_row_itm .play-btn img{
  width: 150px;
  height: 150px;
}

/* Video Page Css End */

/* CMS Page Css Start */
.our_cms_dtl{
  float: left;
  width: 100%;
  padding: 80px 0 120px;
}

.our_cms_dtl_inr{
  max-width:900px;
  margin:0 auto;
}

.our_cms_dtl_inr h1{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight:600;  
  margin-bottom: 15px;
  text-align: left;
  color: var(--skyblue);
}

.our_cms_dtl_inr h2 {
  font-family: 'Josefin Sans';
  font-size:28px;
  line-height:36px;
  font-weight:600;
  color: var(--blue);
  margin-top: 70px;
  margin-bottom: 20px;
}

.our_cms_dtl_inr h3 {
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:34px;
  font-weight:600;
  color: var(--blue);
  margin-bottom: 20px;
}

.our_cms_dtl_inr p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  text-align:left;
  margin-bottom:30px;
}

.our_cms_dtl_inr p a{
  color:var(--skyblue);
}

.our_cms_dtl_inr iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 4.58;
  display: block;
  margin-bottom:30px;
}

.our_cms_dtl_inr figure.wp-block-image{
  margin-bottom:30px;
}

.our_cms_dtl_inr figure.wp-block-image img{
  border-radius:20px;
}

.our_cms_dtl_inr .wp-block-buttons{
  margin:30px 0;
  display:flex;
  column-gap:30px;
}

.our_cms_dtl_inr .wp-block-button .wp-block-button__link {
  display: inline-block;
  background: var(--skyblue);
  padding: 17px 20px 13px;
  font-family: 'Josefin Sans';
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s;
}

.our_cms_dtl_inr .wp-block-button .wp-block-button__link:hover {
  background: var(--blue);
}

.our_cms_dtl_inr ul {
  margin-bottom: 30px;
}

.our_cms_dtl_inr ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left: 30px; 
}

.our_cms_dtl_inr ul li a{
  color:var(--skyblue);
}

.our_cms_dtl_inr ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.our_cms_dtl_inr .nav-list li:before{
  top:16px;
}

.our_cms_dtl_inr ol{
  padding-left:20px;
}

.our_cms_dtl_inr ol li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  list-style:auto;
}

.our_cms_dtl_inr ol li a{
  color:var(--skyblue);
}

.our_cms_dtl_inr .nav-list li{
  padding:10px 0 10px 30px;
}

.our_cms_dtl_inr .nav-list li a{
  font-size:26px;
  color:var(--blue);
  font-weight:600;
}

.our_cms_dtl_inr .nav-list li .sub-menu{
  position:initial;
  opacity:1;
  display:block;
  padding:0 0 0 30px;
  background:transparent;
  margin-top:10px;
  margin-bottom:0;
  transform:initial;
  box-shadow:none;
}

.our_cms_dtl_inr .nav-list li .sub-menu li a{
  font-weight:400;
  font-size:20px;
  padding:10px 0;
}

.our_cms_dtl_inr .nav-list li .sub-menu li a{
  font-size:;
}

.our_cms_dtl_inr .nav-list li.dental-implants-special .sub-menu{
  display:block !important;
}

.our_cms_dtl_inr .nav-list li .sub-menu li .sub-menu{
  display:block;
  transform:initial;
  opacity:1;
}

.wpcf7-not-valid-tip{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height: 32px;
  font-weight: 400;
  color:#ff0000;
  margin-top:5px;
}

/* CMS Page Css End */

/* Applecross Page Css Start */
.applecross_pg_main{
  float:left;
  width:100%;
  padding:80px 0;
}

.applcrss_pg_inr{
  display:flex;
  column-gap:70px;
  justify-content:space-between;
}

.applcrss_pg_lft{
  width:41%;
}

.applcrss_pg_rgt{
  width:52.4%;
}

.applcrss_pg_rgt .title_top h2{
  text-align:left;
}

.applcrss_pg_rgt .title_top p{
  text-align:left;
}

.applcrss_pg_rgt .get_tch_frm_radio{
  display:block;
}

.applcrss_pg_rgt .get_tch_frm_radio .radio_main{
  margin-top:20px;
}

.opening_hr{
  margin-top:40px;
}

.opening_hr h2{
  font-family: 'Josefin Sans';
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 30px;
}

.opening_hr ul li{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight:300;
  color: var(--grey);
  display: flex;
  column-gap: 30px;
}

.opening_hr ul li strong{
  font-weight:600;
  min-width: 120px;
  display: inline-block;
}

.applcrss_map{
  margin-bottom:160px;
}
/* Applecross Page Css End */

.mobile_cont_info{
  margin-top:40px;
}

.mobile_cont_title{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color: var(--blue);
  margin-bottom:15px;
}

.mobile_cont_info .mo-address p:last-of-type{
  margin-bottom:0;
}

.mobile_cont_info .mo-address p:first-of-type{
  max-width:375px;
}

.mobile_cont_info .mo-address p a{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:28px;
  font-weight: 400;
  color: var(--grey);
  display:block;
  margin-top:15px;
}

.mobile_cont_info .mo-address p a:last-of-type{
  margin-bottom:0;
}

.mobile_cont_info .mo-address{
  margin-bottom:30px;
}

.mobile_cont_info .mo-address:last-child{
  margin-bottom:0;
}

.online_rfrl_main{
  float:left;
  width:100%;
  padding:80px 0;
}

.online_rfrl_form .form_row{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.online_rfrl_form .frm_grp{
  margin-bottom:30px;
}

.online_rfrl_form .frm_grp label{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--grey);
  display:block;
  margin-bottom: 10px;
}

.online_rfrl_form .frm_grp input{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 17px 20px;
  font-size:18px;
  line-height:22px;
  font-weight: 400;
  color: var(--grey);
  font-family: 'Josefin Sans';
}

.online_rfrl_form .frm_grp input:placeholder{
   font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.online_rfrl_form .form_row .frm_grp .nice-select{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 17px 20px;
  font-size:18px;
  line-height:22px;
  font-weight: 400;
  color: var(--grey);
  height: 60px;
  font-family: 'Josefin Sans';
}

.online_rfrl_form .form_row .frm_grp .nice-select ul.list{
  width:100%;
  box-shadow: 0 2px 8px 0 #b0bac5;
  margin-top: 10px;
}

.online_rfrl_form .form_row .frm_grp .online_document_upload_ctn{
  margin-top:20px;
  float: left;
  width: 100%;
}

.online_rfrl_form .form_row .frm_grp .online_document_upload_ctn span.wpcf7-form-control-wrap{
  margin-bottom:20px;
  display:block;
}

.online_rfrl_form .form_row .frm_grp span.wpcf7-form-control-wrap{
 display:block;
}

.online_rfrl_form .frm_grp textarea{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 16px 20px;
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:22px;
  font-weight:400;
  color: var(--grey);
  height: 120px;
  resize: none;
}


.online_rfrl_form  .frm_grp.right_tooth p {
  display: flex;
  align-items:center;
  justify-content: start;
}

.online_rfrl_form .frm_grp.right_tooth p span {
  width: 35%;
  margin-left: 10px;
}

.online_rfrl_form .frm_grp_submit{
  margin:30px 0;
}

.online_rfrl_form .frm_grp_submit input {
  display: inline-block;
  border: 0;
  background: var(--skyblue);
  color: var(--white);
  padding: 20px 52px 16px;
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px 0px;
  cursor: pointer;
  transition: all 0.5s;
}

.online_rfrl_form .frm_grp_submit input:hover {
  background: var(--blue);
}

.online_rfrl_form .form_row p {
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--grey);
}

.online_rfrl_form .form_row p a{
  color:var(--skyblue);
}

.online_rfrl_form .form_row .frm_grp #online_reason_for_referral {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  margin-top: 0 !important;
  grid-row-gap: 15px;
}

.online_rfrl_form .form_row .frm_grp #online_reason_for_referral span label {
  display: flex;
}
.online_rfrl_form .form_row .frm_grp #online_reason_for_referral span label input {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  border-radius: 2px !important;
  appearance: auto !important;
  cursor: pointer;
}

.online_rfrl_form .form_row .frm_grp #online_reason_for_referral label span {
  padding-left:20px !important;  
  cursor: pointer;
  position:relative;
}

.online_rfrl_form .form_row .frm_grp #online_reason_for_referral span {
  margin: 0 !important;
  font-family: 'Josefin Sans';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height:20px !important;
  color: var(--grey);
}

.online_rfrl_form .form_row .frm_grp .wpcf7-list-item input{
  display:none;
}

.online_rfrl_form .form_row .frm_grp .wpcf7-list-item span.wpcf7-list-item-label{
  position:relative;
  cursor:pointer;
}

.online_rfrl_form .form_row .frm_grp .wpcf7-list-item span.wpcf7-list-item-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border:1px solid var(--skyblue);
  padding:7px;
  display: inline-block;
  position:absolute;
  vertical-align: middle;
  cursor: pointer;
  top: 0px;
  left:0;
  border-radius: 3px;
}

.online_rfrl_form .form_row .frm_grp .wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
  background-color:var(--skyblue);
}

.online_rfrl_form .form_row .frm_grp .wpcf7-list-item input:checked + span.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.online_rfrl_form .form_row .frm_grp span.wpcf7-form-control-wrap{
  margin-top:10px;
}

/* Silo Page Css Start */
.page-id-1849 .topbar_main{
  display:none;
}
.page-id-1849 header{
  display:none;
}

.page-id-1874 .topbar_main{
  display:none;
}
.page-id-1874 header{
  display:none;
}


.silo_banner{
  float:left;
  width:100%;
  background-size:cover;
  background-position:center;
  margin-bottom:300px;
  position:relative;
}

.silo_banner:after {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}

.silo_bnr_top{
  display:flex;
  justify-content: space-between;
  align-items:center;
  margin-top:30px;
  position:relative;
  z-index:999;
}

.silo_bnr_rgt .silo_bnr_rgt_btn{
  min-width:450px;
  text-align:center;
  padding:24px 40px 16px;
  background:var(--blue);
  border-radius: 20px 0px;
}

.silo_bnr_rgt .silo_bnr_rgt_btn p{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:300;
  color:var(--white);
}

.silo_bnr_rgt .silo_bnr_rgt_btn p a{
  font-weight:600;
  color:var(--white);
}

.silo_bnr_btm{
  margin-top:60px;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  position:relative;
  z-index:999;
}

.silo_bnr_btm_lft{
  width:41%;
  margin-bottom:170px;
}

.silo_bnr_btm_rgt{
  width:34.7%;
}

.silo_bnr_btm_cnt{
  margin-bottom:-246px;
}

.silo_bnr_btm_lft h1{
  font-family: 'Josefin Sans';
  font-size:42px;
  line-height:55px;
  font-weight:600;
  color:var(--white);
  margin-bottom:40px;
}

.silo_bnr_btm_lft h1 strong{
  color:var(--skyblue);
}

.silo_bnr_btm_lft p{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:29px;
  color:var(--white);
  font-weight:300;
  margin-bottom:10px;
}

.silo_bnr_btm_lft ul{
  margin-bottom:45px;
}

.silo_bnr_btm_lft ul:last-child{
  margin-bottom:0;
}

.silo_bnr_btm_lft ul li{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:36px;
  color:var(--white);
  font-weight:600;
  position:relative;
  padding-left:28px;
}

.silo_bnr_btm_lft ul li:before{
  content:'';
  position:absolute;
  top:8px;
  left:0;
  width:14px;
  height:14px;
  background:url(../img/new-bullet1.png);
  background-size:contain;
  background-repeat:no-repeat;
}

.silo_bnr_btm_cnt h2{
  font-family: 'Josefin Sans';
  font-size:52px;
  line-height:62px;
  font-weight:400;
  color:var(--white);
  margin-bottom:20px;
}

.silo_bnr_btm_cnt h2 strong{
  color:var(--skyblue);
}

.silo_bnr_book_conslt{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color:var(--white);
}

.silo_bnr_book_conslt strong{
  font-weight:300;
  color:var(--skyblue);
  text-decoration:underline;
}

.silo_bnr_form_main{
  background:var(--white);
  box-shadow: 0px 4px 7px #00000033;
  border-radius: 30px 0px 30px 0px;
  margin-top:60px;
}

.silo_bnr_form_main h2{
  background:var(--skyblue);
  padding:24px 40px 16px;
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  font-weight:400;
  border-radius: 30px 0px 0px 0px;
  text-align:center;
  margin-bottom:0;
}

.silo_bnr_form{
  padding:30px;
}

.silo_bnr_frm_grp{
  margin-bottom:20px;
}

.silo_bnr_frm_grp input{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius:5px;
  padding:14px 10px 8px;
  font-size:14px;
  line-height:18px;
  font-weight:300;
  color: var(--grey);
  font-family: 'Josefin Sans';
  opacity:1;
}

.silo_bnr_frm_grp input::placeholder{
  font-family: 'Josefin Sans';
  font-size:14px;
  line-height:18px;
  font-weight:300;
  color: var(--grey);
  opacity: 0.6;
}

.silo_bnr_frm_grp textarea{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius:5px;
  padding:14px 10px 8px;
  font-size:14px;
  line-height:18px;
  font-weight:300;
  color: var(--grey);
  font-family: 'Josefin Sans';
  height:120px;
  resize:none;
}

.silo_bnr_frm_grp textarea::placeholder{
  font-family: 'Josefin Sans';
  font-size:14px;
  line-height:18px;
  font-weight:300;
  color: var(--grey);
  opacity: 0.6;
}

.silo_bnr_frm_checkbx label {
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:19px;
  font-weight:600;
  color: var(--grey);
}

.silo_checkbx_main{
  margin-top:15px;
}

.silo_checkbx_itm{
  margin-bottom:20px;
}

.silo_checkbx_itm:last-child{
  margin-bottom:0;
}

.silo_checkbx_itm label{
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:20px;
  font-weight:600;
  color:var(--grey);
}

.silo_checkbx_itm input[type="checkbox"]:checked + label, .silo_checkbx_itm input[type="checkbox"]:not(:checked) + label{
  position: relative;
  padding-left:25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.silo_checkbx_itm input[type="checkbox"]:checked, .silo_checkbx_itm input[type="checkbox"]:not(:checked) {
  display: none;
}

.silo_checkbx_itm input[type="checkbox"]:checked + label:before, 
.silo_checkbx_itm input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--grey);
  border-radius: 100%;
  background: #fff;
}

.silo_checkbx_itm input[type="checkbox"]:checked+label::before, 
.silo_checkbx_itm input[type="checkbox"]:checked+label::before {
  background: #fff;
  border: 1px solid var(--skyblue);
}

.silo_checkbx_itm input[type="checkbox"]:checked + label:after{
  content: '';
  width: 12px;
  height: 12px;
  background: var(--skyblue);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.silo_checkbx_itm input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.silo_bnr_frm_note{
  margin-top:30px;
}

.silo_frm_submit_btn{
  margin-bottom:30px;
}

.silo_frm_submit_btn input{
  width:100%;
  display: inline-block;
  border: 0;
  background: var(--skyblue);
  color: var(--white);
  padding:22px 50px 18px;
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius:20px 0px;
  cursor: pointer;
  transition: all 0.5s;
}

.silo_frm_submit_btn input:hover {
  background: var(--blue);
}

.silo_bnr_frm_note p{
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:19px;
  font-weight:600;
  color:var(--grey);
  text-align:center;
}

.silo_bnr_frm_note p a{
  color:var(--skyblue);
}

.silo_all_process{
  float:left;
  width:100%;
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 250px 0px 0px 0px;
}

.silo_all_process h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  letter-spacing:1.12px;
  color:var(--blue);
  text-align:center;
  font-weight:400;
}

.silo_all_process_inr{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  column-gap:20px;
  margin-top:20px;
}

.silo_all_prcss_img{
  text-align:center;
  margin-bottom:20px;
}

.silo_all_prcss_itm h2{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:30px;
  color:var(--blue);
  margin-bottom:20px;
  font-weight:600;
  min-height:90px;
}

.silo_all_prcss_itm p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--grey);
  font-weight:400;
  text-align:center;
}

.finance_opt{
  float:left;
  width:100%;
  background:var(--skyblue);
  padding:50px 0;
}

.finance_opt h2{
  font-family: 'Josefin Sans';
  font-size:34px;
  line-height:42px;
  font-weight:600;
  color:var(--white);
  text-align:center;
}

.finance_opt_inr{
  display:flex;
  align-items:center;
  justify-content: space-around;
  background:var(--white);
  max-width:1200px;
  margin:20px auto 0;
  border-radius: 40px 0px;
  padding:34px 0 30px;
}

.finance_opt_itm img{
  display:block;
}

.silo_pricing{
  float:left;
  width:100%;
  padding:80px 0;
  background:var(--sectionbg);
}

.silo_pricing_top{
  max-width:600px;
  margin:0 auto;
  text-align:center;
  padding-bottom:30px;
  border-bottom:1px solid var(--skyblue);
}

.silo_pricing_top h2{
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  letter-spacing:1.12px;
  color:var(--blue);
  text-align:center;
  font-weight:400;
  margin-bottom:30px;
}

.silo_pricing_top p{
  font-family: 'Josefin Sans';
  font-size:24px;
  line-height:32px;
  color:var(--grey);
  font-weight:400;
  text-align:center;
  max-width:300px;
  margin:0 auto;
}

.silo_pricing_top p strong{
  font-weight:400;
  color:var(--skyblue);
}

.silo_pricing_cnt{
  max-width:800px;
  margin:30px auto 0;
}

.silo_pricing_cnt p{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color:var(--grey);
  font-weight:400;
  text-align:center;
  margin-bottom:30px;
}

.silo_pricing_cnt p:last-child{
  margin-bottom:0;
}

.silo_client_otcomes{
  float:left;
  width:100%;
  padding:80px 0;
}

.silo_client_otcomes .title_top{
  margin-bottom:20px;
}

.silo_client_inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap:40px;
  grid-row-gap:40px;
  padding:0 30px;
}

.silo_client_img{
  margin-bottom:30px;
}

.silo_client_itm .silo_client_img:last-child{
  margin-bottom:0;
}

.silo_client_img img{
  display:block;
  width:100%;
}

.silo_client_title{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  font-weight:400;
  color: var(--skyblue);
  margin-top: 20px;
}

.silo_logo_slider_main{
  float:left;
  width:100%;
  background:var(--sectionbg);
  padding:30px 0;
  border-radius: 250px 0px 0px 0px;
}

.silo_logo_slider{
  padding:0 20px;
}

.silo_lg_slide_itm{
  margin:0 9.5px;
}

.silo_lg_slide_itm a{
  display:block;
  height:100%;
}

.silo_logo_slider .slick-track{
  display:flex !important;
  align-items:center;
}

.silo_lg_slide_itm img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.silo_logo_slider button{
  position:absolute;
  cursor:pointer;
  background:transparent;
  font-size:36px;
  font-weight: 400;
  line-height:46px;
  color: #e2e2e2;
  top:50%;
  transform:translateY(-50%);
}

.silo_logo_slider button.silo_lg_nxt_arw{
  right:-25px;
}

.silo_logo_slider button.silo_lg_prv_arw{
  left:-25px;
}

.silo_dr_ask{
  float:left;
  width:100%;
  padding:80px 0;
}

.silo_dr_ask_inr{
  display:flex;
}

.silo_dr_ask_lft {
  width: 53%;
  padding: 0px 70px 0px 0;
}

.silo_dr_ask_rgt {
  width:49%;
}

.silo_dr_ask_cnt {
  max-width: 620px;
  margin-left: auto;
}

.silo_dr_ask_cnt h2 {
  font-family: 'Josefin Sans';
  font-size:56px;
  line-height:70px;
  font-weight:400;
  color: var(--blue);
  letter-spacing:1.12px;
  margin-bottom: 20px;
}

.silo_dr_ask_cnt p {
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 30px;
}

.silo_dr_ask_cnt p:last-child{
  margin-bottom:0;
}

.dr_ask_btn a {
  padding: 16px 16px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--blue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.dr_ask_btn a:hover {
  background: var(--skyblue);
}

.silo_dr_ask_img img{
  display:block;
}

.silo_dr_ask_img iframe{
  height: 100% !important;
  width: 100%;
  display: block;
  aspect-ratio: 9.15 / 5.15;
}

.silo_dr_ask_img{
  position:relative;
}

.dr_play_Btn{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
}

.dr_play_Btn img{
  width:auto;
  height:auto;
  margin:0 auto;
  display:block;
}

.silo_about{
  float:left;
  width:100%;
}

.silo_about_inr h2{
  font-family: 'Josefin Sans';
  font-size:34px;
  line-height:42px;
  font-weight:600;
  color:var(--grey);
  margin-bottom:30px;
  text-align:center;
}

.silo_about_inr p{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:30px;
  font-weight:400;
  color:var(--grey);
  margin-bottom:30px;
  text-align:center;
}

.silo_about_inr p:last-child{
  margin-bottom:0;
}

.silo_map{
  float:left;
  width:100%;
  margin-top:80px;
}

.silo_map_inr iframe{
  display:block;
  height:700px;
}

.page-id-1874 .silo_banner:after{
  background:transparent;
}

.silo1_wlcm_txt{
  float:left;
  width:100%;
  background:var(--sectionbg);
  padding:80px 0;
  border-radius: 250px 0px 0px 0px;
}

.silo1_wlcm_txt_inr h2{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height:70px;
  letter-spacing: 1.12px;
  color: var(--blue);
  font-weight:400;
  margin-bottom:20px;
}

.silo1_wlcm_txt_inr ul{
  margin-bottom:80px;
}

.silo1_wlcm_txt_inr ul:last-child{
  margin-bottom:0;
}

.silo1_wlcm_txt_inr ul li{
  font-family: 'Josefin Sans';
  font-size: 24px;
  line-height: 36px;
  color: var(--grey);
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.silo1_wlcm_txt_inr ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.silo1_wlcm_txt_inr ul:last-child li{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:26px;
  color: var(--grey);
  font-weight:400;
  position: relative;
  padding-left: 28px;
  margin-bottom:20px;
}

.silo1_wlcm_txt_inr ul:last-child li:before {
  content:"\f3d1";
  font-family: "Ionicons";
  font-weight: normal;
  font-size:26px;
  line-height:28px;
  position: absolute;
  top:-2px;
  left: 0;
  background:initial;
}

.silo1_wlcm_txt_inr ul:last-child li:last-child{
  margin-bottom:0;
}

.page-id-1874 .finance_opt_inr{
  max-width:950px;
}

.page-id-1874 .silo_logo_slider_main{
  background:transparent;
  border-radius:0;
  margin-top:80px;
}

.page-id-1874 .silo_map{
  margin-top:0;
}

.page-id-1874 .silo_bnr_btm_lft p{
  max-width:480px;
  margin-bottom: 20px;
}
/* Silo Page Css End */

.page-id-2188 .wp-block-buttons {
  margin: 0 auto 30px !important;
  text-align: center;
  display: block !important;
}
.page-id-2188 .our_cms_dtl_inr .wp-block-buttons:nth-of-type(1){
  padding-top: 100px; 
}
.page-id-2188 .our_cms_dtl_inr .wp-block-buttons:nth-of-type(1):before {
  content: '';
  position: absolute;
  background: url('../img/insta_down.png') center / contain no-repeat;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 45px;
}

.steph_story video{border-radius: 0 150px 0 0; max-width: 100%; width: 100%;}
.modal {
  display: none; 
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}
.ebook_popudata .close {
  color: #aaa;
  float: right;
  font-size: 41px;
  position: absolute;
  right: -30px;
  top: -8px;  
}

.ebook_popudata .close:hover,.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content.ebook_popudata {
  padding: 30px 50px!important;
  border: 0!important;
  width: 40%;
  background-color: #fff!important;
  color: #32373c!important;
  max-width: 500px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  position: absolute;
}
.ebook_popudata form input[type=email], .ebook_popudata form input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding:14px 20px;
  font-size:18px;
  line-height:22px;
  font-weight: 400;
  color: var(--grey);
  font-family: 'Josefin Sans';
}

.ebook_popudata form input::placeholder{
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height:22px;
  font-weight:300; 
  color:var(--grey);
}

.ebook_popudata span.ebook_radio {
    margin-top: 5px;
    display: block
}

.ebook_popudata form input[type=radio] {
    appearance: auto;
    padding-top: 7px;
    display: inline-flex;
    width: 12px
}

.ebook_popudata form div {
    font-size: 11px;
    margin-top: 5px;
    float: left
}

.ebook_popudata input#ebook_send {
  background: #5dc2de;
  border: 0;
  color: #fff;
  padding: 6px 36px;
  border-radius: 50px;
  line-height: 17px;
  width: auto;
  float: right;
  font-size: 11px;
  font-weight: 400;
    cursor: pointer
}

.modal-content {
  width: 30%
}

.ebook_popudata form.wpcf7-form.init p {
  font-size: 11px;
  margin-bottom: 15px
}

.ebook_popudata .contact-form h1 {
  font-family: 'Josefin Sans';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
  color:var(--blue);
}

.ebook_popudata .contact-form p{
  margin-bottom: 15px;
}

.ebook_popudata .contact-form form.wpcf7-form.init input[type=email],.ebook_popudata .contact-form form.wpcf7-form.init input[type=text] {
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 20px;
  height: auto
}

.ebook_popudata label {
  font-family: 'Josefin Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  display: block;
  float: left;
}

#modalOne .ebook_popudata .contact-form .ebook_form .check-block {
  width:100%;
  float: left;
  margin: 8px 0 !important;
}

.que_txt_error span{
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:30px;
  font-weight: 400;
  color: #ff0000;
}

.ebook_popudata .check-block div {
  margin-right: 19px;
  font-size: 13px!important;
  font-family: 'Josefin Sans';
  margin-top: 0!important
}

.check-block input[type=radio], .mfp-gallery .mfp-image-holder .mfp-figure, 
input.wpcf7-form-control.wpcf7-submit.lt-req {
  cursor: pointer;
}

.check-block div > label{
  cursor:pointer;
}

.ebook_popudata .submit_btn_ebook,.ebook_popudata .submit_btn_ebook div {
  font-family: 'Josefin Sans';
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px;
}

.ebook_popudata .ebook_btn {
  display: inline-block;
  border: 0;
  background: var(--skyblue);
  color: var(--white);
  padding:17px 52px 13px;
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px 0px;
  cursor: pointer;
  transition: all 0.5s;
}

.ebook_popudata .ebook_btn:hover {
  background: var(--blue);
}

.ebook_popudata .check-block input[type=radio]:after,.check-block input[type=radio]:checked:after {
  width: 14px;
  height: 10px;
  border-radius: 50px;
  top: 0;
  display: inline-block;
  visibility: visible;
  content: '';
  left: 0
}

.ebook_popudata .submit_btn_ebook {
  width: 100%;
  margin-top: 10px!important;
  display: inline-flex;
  align-items: end;
  justify-content: space-between;
  font-weight: 300;
  line-height: 30px
}
img.sbook-img {
  position: absolute;
}


.ebook-sec {
  margin-bottom: 0;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  bottom: -160px;
}

.ebook-sec {
  background: linear-gradient(180deg,#76cbe3,#8ee1f8);
  transform: translateY(142%);
  transition: .3s ease-in-out
}
.sticky-add {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:9999;
  width: 100%;
  transform: translateY(0)
}

.ebook-sec.sticky-add {
    content-visibility: visible !important;
}

.ebook_popudata .check-block div label {
  margin-left: 10px
}

.ebook_popudata .check-block div {
  display: inline-flex;
  align-items: baseline
}

.ebook_popudata .check-block input[type=radio]:checked:after {
  position: relative;
  border: 1px solid #fff0;
  background-color: #5ec2de
}

.ebook-sec div div {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center
}

.ebook-sec div div img {
  width: 4%;
  margin-right: 10px;
}

.ebook-sec p {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 7px
}

.ebook-sec img.sbook-img {
  bottom: 0;
  top: unset;
  width: 254px;
  right: 104px
}

.ebook_popudata div.ebook-dwnld-main {
  border-radius: 10px
}


.ebook-sec div div {
  width: 70%;
  cursor: pointer;
}

.ebook-sec div p:first-child {
  color: #4f4f4f;
  font-weight: 300;
  margin: 10px 15px 0;
  font-size: 27px;
  line-height: 35px;
  text-decoration: underline;
}

.ebook_popudata form input[type=email],.ebook_popudata form input[type=text] {
  border: 1px solid #5ec2de
}

.ebook_popudata .check-block input[type=radio]:after {
  position: relative;
  background-color: #fff;
  border: 1px solid #32373c
}

.ebook_popudata .submit_btn_ebook a {
  color: #5dc2de!important
}

.ebook_popudata .contact-form {
  position: relative;
  display: inline-block;
  width: 100%
}
/* Download Ebook Page Css Start */
.download_ebk_main {
  float: left;
  width: 100%;
  padding: 0px 0 80px;
}

.download_ebk_inr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.download_ebk_lft {
  width: 47%;
  position: relative;
  height: auto;
}

.download_ebk_rgt {
  width: 53%;
}

.download_ebk_lft:before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 96%;
  background: var(--skyblue);
  border-top-right-radius: 150px;
}

.download_ebk_lft_img{
  position:relative;
}

.download_ebk_lft_img img{
  width:100%;
  display:block;
  border-top-right-radius: 150px;
}

.download_ebk_rgt_cnt{
  max-width:707px;
  padding: 0px 0 0px 80px;
}

.download_ebk_rgt_cnt h2{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--blue);
  margin-bottom: 20px;
}

.download_ebk_rgt_cnt .get_tch_frm_radio {
  display: block;
  margin-bottom:20px;
}

.download_ebk_rgt_cnt .get_tch_frm_radio:last-child{
  margin-bottom:0;
}
.download_ebk_rgt_cnt .get_tch_frm_radio .radio_main {
  margin-top: 20px;
}
/* Download Ebook Page Css End */

/* Magnific Popup Gallery */
.magnific-img img {
  width: 100%;
  height: auto;
}
.mfp-bottom-bar,*{
  font-family: 'Josefin Sans';
}
.magnific-img {
  display: inline-block;
  width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
/*button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}*/
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.img_popup{
  cursor:pointer;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; 
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
  display: none; 
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}

.mfp-ajax-cur {
  cursor: progress; 
}

.mfp-zoom-out-cur{
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder s.mfp-close {
  cursor:pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #ffffff;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}


.expand_btn{
  padding:13px 30px 10px;
  font-family: 'Josefin Sans';
  font-size:16px;
  line-height:26px;
  font-weight:600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  cursor:pointer;
}

.rml-btn{
  padding: 16px 24px 13px;
  font-family: 'Josefin Sans';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
}

.flexible_finance{
  background: var(--blue);
  border-radius: 0px 300px 0px 0px;
  position: relative;
}

.flexible_finance:before{
  content:'';
  position:absolute;
  top:-15px;
  left:0;
  background:var(--skyblue);
  width:100%;
  height:100%;
  border-top-right-radius:300px;
  z-index:-1;
}

.flexible_finance_cnt{
  position:relative;
  max-width: 800px;
  margin: 0 auto;
}

.flexible_finance_txt{
  padding:60px 30px;
  text-align:center;
   position:relative;
  z-index:11;
}

.flexible_finance_txt h2{
  font-family: 'Josefin Sans';
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--white);
  margin-top:0;
  margin-bottom: 20px;
  text-align: center;
}

.flexible_finance_txt h2 strong{
  font-weight: 400;
  color:var(--skyblue);
}

.flexible_finance_txt p {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.flexible_btn{
  margin-top:30px;
}

.flexible_btn a{
  display:inline-block;
  padding:15px 25px 13px;
  font-family: 'Josefin Sans';
  font-size:18px;
  line-height: 24px;
  text-transform: uppercase;
  background: var(--skyblue);
  border-radius: 20px 0;
  color: var(--white);
  transition: all 0.5s;
  font-weight: 600;
  border: 1px solid transparent;
}

.flexible_btn a:hover {
  border: 1px solid var(--skyblue);
  background: transparent;
  color: var(--skyblue);
}

.flexible_finance:last-child{
  margin-bottom:100px;
}

.about_flexible_finance{
  float:left;
  width:100%;
  margin:80px 0 0;
}
.all_on_pg_flexible{
  float:left;
  width:100%;
  margin:80px 0 0;
}

.about_flexible_finance .flexible_finance{
  margin-bottom:0;
}

.all_on_pg_flexible .flexible_finance{
  margin-bottom:0;
}

.brdge_rplcment_cnt_txt{
  display: none;
  margin-bottom: 30px;
}

.brdge_rplcment_cnt_txt ul{
  margin-bottom:30px;
}

.brdge_rplcment_cnt_txt ul li {
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  position: relative;
  padding-left: 30px;
}

.brdge_rplcment_cnt_txt ul li:before {
  content: '';
  position: absolute;
  top:8px;
  left: 0;
  width:14px;
  height:14px;
  background: url(../img/new-bullet1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.expand_btn_two{
  padding: 13px 30px 10px;
  font-family: 'Josefin Sans';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  background: var(--skyblue);
  transition: all 0.5s;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  cursor: pointer;
  width: 145px;
  text-align: center;
}

.dntl_implnt_rw_rgt .dntl_implnt_rgt_icon{
  padding-left:100px;
}

.dntl_implnt_rgt_icon{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap:40px;
  grid-row-gap:40px;
}

.dntl_implnt_rgt_icon_itm {
  text-align: center;
}

.dntl_implnt_rgt_icon_itm p{
  margin-bottom:0;
}

.dntl_implnt_rgt_icon_img{
  margin-bottom:15px;
}

.dntl_implnt_rgt_icon_img img{
  display:block;
  max-width:160px;
  margin:0 auto;
}

.dntl_implnt_rgt_icon p{
  font-family: 'Josefin Sans';
  font-size: 18px;
  line-height: 1.6;;
  font-weight: 400;
  color:var(--blue);
  text-align:center;
}

.dntl_implnt_row.even .dntl_implnt_rgt_icon{
  padding-left:0;
  padding-right:100px;
}

.implants_prcess_btm .dntl_implnt_rgt_icon{
  grid-template-columns:repeat(5, 1fr);
  padding-left:0;
  column-gap: 30px;
  margin-bottom:50px;
}

.implants_prcess_btm .dntl_implnt_rgt_icon_img img{
  max-width: 140px;
}

.our_cms_dtl_inr .dntl_implnt_rgt_icon{
  margin:40px 0;
}

.srvc_inr_row.odd:last-child{
  margin-bottom:0;
}

.srvc_bridge_main{
  padding-top:0;
}

/* 30-4-2026 */
.scroll_top{
  background: var(--blue);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 29px;  
  cursor:pointer;
}

.hm_payment_inr .slick-list{
  max-width:900px;
  margin:50px auto 0;
}

.hm_payment_inr .slick-track{
  display:flex !important;
  align-items:center;
  column-gap:30px;
}

.hm_payment_inr .hm_payment_itm{
  margin:0 9px;
  text-align:center;
}

.hm_payment_inr .hm_payment_itm img{
  margin: 0 auto;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.hm_payment_inr button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  z-index: 999;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}

.hm_payment_inr button.pymt_nxt_arw {
  right: 40px;
}

.hm_payment_inr button.pymt_prv_arw {
  left: 40px;
}

.why_us_itm_desc{
  margin-bottom:15px;
}

.why_us_itm_vid video{
  width:100%;
  display: block;
  aspect-ratio: 4.36 / 2.40;
  object-fit: cover;
  border-radius: 20px;
}

/* Blog Search Css Start */
.blog_search{
  width:100%;
  max-width:900px;
  margin:0 auto 50px;
}

.blog_srch{
  position:relative;
}

.blog_srch input{
  width: 100%;
  display: block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  padding: 17px 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--grey);
  font-family: 'Josefin Sans';
}

.blog_srch input::placeholder{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:300; 
  color:var(--grey);
}

.blog_srch button{
  background:transparent;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:20px;
  cursor:pointer;
}

.blog_srch button i{
  font-size:30px;
  color:var(--blue);
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.dntl_implnt_lft_cnt .wp-video{
  margin-bottom:30px; 
}

.nopost_error{
  font-family: 'Josefin Sans';
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color:var(--blue);
  text-align:center;
}
/* Blog Search Css End */

.gallery_btm_txt{
  margin-top:50px;
}

.gallery_btm_txt p{
  font-family: 'Josefin Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--grey);
  text-align:center;
}

.hm_get_tch{
  float:left;
  width:100%;
  margin:80px 0;
}

.hm_get_tch_lft .title_top{
  margin-bottom:30px;
}

.hm_get_tch_lft .title_top h2{
  text-align:left;
}

.hm_get_tch_inr{
  display:flex;
  align-items:center;
  column-gap:40px;
}

.hm_get_tch_lft{
  width:45%;
}

.hm_get_tch_rgt{
  width:55%;
  background: var(--sectionbg);
  padding:40px;
  border-radius: 20px;
}

.hm_get_tch_img img{
  display:block;
  width:100%;
  border-radius:15px;
  aspect-ratio: 5.70 / 5;
  object-fit: cover;
}

.get_tch_frm_grp .nice-select{
  width:100%;
  display:block;
  border: 1px solid var(--grey);
  border-radius: 10px;
  line-height:initial;
  height:auto;
  padding: 17px 20px;
  float: initial;
}

.get_tch_frm_grp .nice-select .current{
  font-family: 'Josefin Sans';
  font-size:20px;
  line-height:24px;
  font-weight:300; 
  color:var(--grey);
}

.get_tch_frm_grp .nice-select .list{
  width:100%;
  box-shadow:0 0 0 1px rgb(68 68 68 / 46%);
}

.get_tch_frm_grp .nice-select .list li{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--grey);
  font-family: 'Josefin Sans';
  min-height: initial;
  padding: 11px 10px;
}

.get_tch_frm_grp .nice-select .list li.disabled{
  opacity:0.6;
}

.get_tch_frm_grp .submit_btn{
  margin-top:30px;
  width:100%;
}

.hm_get_tch_form .submit_btn input{
  width:100%;
  display:block;
  background:var(--blue);
}

.hm_get_tch_form .submit_btn input:hover{
  background:var(--skyblue);
}

.hm_get_tch_form .get_tch_frm_radio{
  justify-content:center;
}

.hm_get_tch_form .get_tch_frm_note{
  flex-wrap:wrap;
  flex-direction:column-reverse;
  margin-top:0;
}

.hm_get_tch_form .get_tch_frm_note {
  width:100%;
}

.hm_get_tch_form .get_tch_frm_note p{
  width:100%;
  text-align:center;
}

.hm_get_tch_form .get_tch_frm_note .submit_btn{
  width:100%;
  margin-top:30px;
}

.hm_get_tch_form .get_tch_grm_row{
  grid-template-columns:repeat(1, 1fr);
  margin-bottom:30px;
}

.faq_inner ul li .faq_cnt h3{
  padding-left:0;
  margin-bottom:15px;
}
.faq_inner ul li .faq_cnt h3:before{content:none;}

.hidden-item {
  display: none;
}

.hm_get_tch{
  display:none;
}


/* 06-05-2026 Ai Formating css*/
.banner_lft h1{
  line-height:1.4;
}
.hm_about_lft_cnt h2, .hm_price_cnt h2, .hm_price_itm_cnt h2, .hm_glry_top h2, .title_top h2, .hm_team_cnt h2, .dntl_taam_cnt h2, 
.ltst_blog_top h2, .cta_rgt_cnt h2, .ftr_rgt h2{
  font-family: 'Josefin Sans';
  font-size: 40px !important;
  font-weight: 600;
  line-height: 1.4;
}
.why_us_itm_desc h3, .ltst_blog_itm_cnt h3, .faq_cnt_main h3, .ftr_social h3, .ftr_rgt_inr ul li h3{
  font-family: 'Josefin Sans';
  font-size: 26px !important;
  font-weight: 600;
  line-height: 1.4;
  color: var(--blue);
}

.topbar_lft span, .topbar_hr span, .hm_price_itm_cnt span{
  line-height:1.4;
}
.hm_prices_sld_itm a{
  color:rgb(45,106,135);
}
.hm_team_row_itm a{
  color:rgb(45,106,135);
}
.cta_rgt_cnt h2{
  color: var(--white);
  text-align: right;
  margin-bottom: 30px;
}

.ftr_rgt h2{
  color: var(--grey);
  margin-bottom: 30px;
}

.why_us_itm_desc h3{
  margin-bottom:20px;
}

.ltst_blog_itm_cnt h3{
  min-height:120px;
  margin-bottom: 20px;
}

.ftr_rgt_inr ul li h3{
  color: var(--skyblue);
  margin-bottom: 3px;
}

.ftr_social h3{
  margin-bottom: 30px;
}

.cta_book_btn a{
  font-size:15px;
  line-height:1.4;
  padding:16px 40px;
}

.ftr_rgt_inr ul li, .faq_inner ul li{
  line-height:1.6;
}

.ftr_rgt_inr ul li a{
  font-size:15px;
  line-height:1.7;
  font-weight:600;
}
.navbar .nav-list li a{
   font-size:15px;
  line-height:1.4;
}
.bnr_book_btn a, .view_more_btn a, .view_member a, .ltst_blog_itm_cnt a, .see_price_btn a, .team_readmore_btn span, .view_all_blg a,
.sideMenu .nav-list li a, .mobile_cont_info .mo-address p a, .ftr_rgt_inr ul li a.adrs_book{
  font-size:15px;
  line-height:1.4;
  font-weight: 600;
}
.faq_cnt p a{
  font-size:15px;
  line-height:1.4;
  font-weight: 600;
}
.hm_price_cnt p strong,.hm_price_cnt p strong a{
  font-weight:600 !important;
}
.sideMenu .nav-list .sub-menu li a{
  font-size:15px;
  line-height:1.4;
  font-weight:600;
}

.faq_cnt ul li strong, .faq_cnt ul li strong a, .faq_cnt ul li a{
  font-weight:600;
}

.hm_prices_sld_itm a, .hm_team_row_itm a{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.get_tch_frm_note p a, .submit_btn input{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.header_btn a{line-height:1.4;font-weight: 600;padding:15px 14px;}
.bnr_book_btn a{column-gap:15px;padding:17px 25px;}
.ltst_blog_itm_cnt a {padding:2px;display:block;}
.copyright_inr p a{font-size:15px;line-height:1.4;font-weight:600;}
.nav-list .menu-item{line-height:1.6;}

.banner_lft p, .hm_about_rgt_cnt p, .hm_price_cnt p, .title_top p, .why_us_itm_cnt p, .hm_team_cnt p, .dntl_taam_cnt p, .ltst_blog_itm_cnt p, 
.faq_cnt p, .cta_rgt_cnt p, .ftr_rgt_inr ul li p, .ftr_rgt_inr ul li p, .ftr_note p, .copyright_inr p {
  font-size:16px !important;
  line-height: 1.6 !important;
}

.faq_cnt ul li{
  font-size:16px !important;
  line-height: 1.6 !important;
}
.topbar_lft ul li img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

.topbar_main p,
.topbar_hr p,
.topbar_lft p {
  line-height: 1.6;        /* replaces "normal" — consistent with body standard */
  margin-bottom: 0px;      /* topbar items stack tightly — 0px is correct here  */
}

.hm_about p,
.hm_prices p,
.why_us_main p,
.hm_team p,
.hm_payment p,
.ltst_blog p,
.faq_main p, 
.banner_lft p{
  margin-bottom:16px;
  line-height: 1.6;
}

.hm_about h2,
.why_us_main h2,
.hm_team h2,
.hm_payment h2,
.faq_main h2,
.ltst_blog h2,
.cta_main h2,
.hm_price_itm_cnt h2 {
  margin-bottom: 20px;
}

/* Doctor name H2s — larger gap before bio text */
.hm_team .doctor-card h2,
.hm_team .team-bio h2 {
  margin-bottom: 30px;
}

/* H2 used as label/title only (no text below) */
.hm_about h2:first-of-type {
  margin-bottom: 20px;
}

.hm_prices h2 {
  margin-bottom: 20px;
}

.hm_team h2 {
  margin-bottom: 30px;
}
.hm_about_lft_cnt p strong{margin-bottom:0}
.topbar_lft ul{column-gap:10px;}
.why_us_itm_inr{column-gap:12px;}
.slick-dots{display:none !important;}
.mo-address p{
  line-height:1.6;
}
.why_us_itm_inr img { flex-shrink:0; margin-top:4px;margin-right:12px; }
/* 06-05-2026 Ai Formating css End*/ 

.ftr_social ul li a img {
  display:block;
  min-height: 44px;
  height: auto;
  overflow: visible;
}

.our_blg_dtl_inr summary{
  font-family: 'Josefin Sans';
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--blue);
  margin-bottom:20px;
  cursor: pointer;
}

.our_blg_dtl_inr summary strong{
  font-weight:400;
}

.our_blg_dtl_inr figcaption{
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--blue);
  margin-top: 10px;
}