/* Common Css */
::selection {
  background: #4eab27;
  color: #ffffff;
}
@font-face {
  font-family: Arial;
  src: url("fonts/arial.ttf") format('truetype');
}
@font-face {
  font-family: Helvetica;
  src: url("fonts/Helvetica.ttf") format('truetype');
}
@font-face {
  font-family: TitilliumWeb;
  src: url("fonts/TitilliumWeb-Regular.ttf") format('truetype');
}
@font-face {
  font-family: Sans-Serif;
  src: url("fonts/SansSerif.ttf") format('truetype');
}
body {
  font-family: "TitilliumWeb","Arial","Helvetica","Sans-Serif"!important;
}

a, p{
  font-size: 16px;
}

blockquote {
    border: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: "TitilliumWeb","Arial","Helvetica","Sans-Serif"!important;
}
.scroll-to-top.scroll-to-target {
    display: none;
}
.toggler-icon-34{
  display: none!important;
}
div#ptTimeSelectCntr {
    display: none;
}

/* vision-mission section css */
.our-vision-mission-section {
  padding: 100px 40px;
}

.our-vison,
.our-mission,
.our-core {
  color: #104099;
  font-size: 39px;
}

.core-value-section {
  padding: 70px 50px;
  background: #e1e8f0;
}

.our-vison-title-custom,
.our-mission-title-custom,
.our-values-title-custom {
  color: #104099;
  font-weight: 700;
  font-size: 65px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}

.our-vision-description,
.our-mission-description {
  color: #181818;
  font-size: 16px;
  margin-top: 30px;
  width: 80%;
  text-align: justify;
}

/*Animation CSS*/

.reveal{
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}



/*Animation CSS Ends*/




/*.abtus-cstm-title-holder{
  margin-bottom: 10px;
}*/
.details-core-values ul{
  margin-top: 30px;
  padding: 0;
}

.details-core-values ul li {
  line-height: 25px;
  color: #181818;
  margin-bottom: 8px;
  font-size: 16px;
}

/* vision-mission section css */

/* Sticky Menu Css */
section.sticky{
  /* display: none; */
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  /* transition: opacity 800ms ease; */
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  -ms-transition: 500ms ease all;
  transition: 500ms ease all;
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
}
section.sticky.show-sticky{
  visibility: initial;
  opacity: 1;
  /* transition: transform 800ms ease; */
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  -ms-transition: 500ms ease all;
  transition: 500ms ease all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
section.sticky .menuholder-inner {
  display: flex;
  align-items: center;
}
section.sticky .logo img.main-logo {
  width: 140px;
}
section.sticky .logo-area.menuholder {
  padding: 3px 0px;
}
section.sticky .menu-inner-part nav ul.main-menu li a {
  color: #181818;
}
section.sticky .top-social-holder .s-icon {
  color: #181818;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
section.sticky .top-social-holder .s-icon:hover {
  color: #4eab27;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/* Sticky Menu Css End */

/* Topbar Css Start */
.blog-inner-name-1{font-style: italic;}
.top-bar-hed {
    background-color:#4eab27;
    text-align:left;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 4px 0px;
}

.topbar span.left {
  font-size: 13px;
  color:#ffffff;
  margin-left: 10px;
}

.topbar span.list-day {
  font-size: 13px;
  color:#ffffff;
  margin-right: 15px;
}



.topbar span.list-day span.list-time {
  opacity: 0.5;
}
.topbar span.list-address{
  font-size: 13px;
  color:#ffffff;
  margin-right: 15px;
}
.topbar span.list-address span.list-location{
  opacity:0.5;
}
.topbar a.list-num{
  font-size: 12px;
  color:#ffffff;
  background-color: #104099;
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  padding-top:8px;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction: row-reverse;
  background-position: 0 0;
  background-size: 200% 100%;
  display:inline-flex;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition:0.2s;
  text-decoration: none;
}
.topbar a.list-num:hover{
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%);
  background-position: 99% 0 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition:0.2s;
}
/* Topbar Css End */

/* Logo Css */
.logo{
    display: flex;
    align-items: center;
}
.logo-area.menuholder {
  padding: 20px 0px;
  /* background-color: #273B7A; */
}
.logo img.main-logo{
  width: 170px;
}
/* Logo Css End*/

/* Main Menu Css */
.menuholder-inner {
  display: flex;
}
/* Main Menu Css End*/

.menu-inner-part {
  padding-left: 50px;
  padding-left: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menu-inner-part nav ul.main-menu {
  /* background: darkorange; */
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu-inner-part nav ul.main-menu li {
  display: block;
  float: left;
  padding: 9.6px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin: 0px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menu-inner-part nav ul.main-menu li i.dpd-43, 
.menu-inner-part nav ul.main-menu li i.dpd-44 {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 7px;
    color: #fff;
    transition: .5s all ease-in-out;
}
.sticky .menu-inner-part nav ul.main-menu li i.dpd-43, 
.sticky .menu-inner-part nav ul.main-menu li i.dpd-44 {
    color: #2b3798;
}
.menu-inner-part nav ul.main-menu li:hover i.dpd-43, 
.menu-inner-part nav ul.main-menu li:hover i.dpd-44 {
    color: #2b3798;
    transform: rotate(180deg);
}
.sticky .menu-inner-part nav ul.main-menu li i.dpd-43, 
.sticky .menu-inner-part nav ul.main-menu li i.dpd-44 {
    color: #2b3798;
}
  
a:not([href]):not([tabindex]) {
    color: #ffffff;
}

.menu-inner-part nav ul.main-menu li a {
  color: #ffffff;
  text-decoration:none;
  font-size: 16px;
}

.menu-inner-part nav ul.main-menu li:hover {
  background: #ffffff;
  cursor: pointer;
  /* box-shadow: 0 2px 7px rgb(34 34 34 / 35%); */
  box-shadow: 0 1px 3px rgb(34 34 34 / 35%);
  
}
.menu-inner-part nav ul.main-menu li:hover a{
  color:#000000;
}
.menu-inner-part nav ul.main-menu li ul.submenu li.submenu-item:hover a {
  color: #4eab27;
}

.dpd-43{
  padding: ;
}

ul.dropdown.submenu.row.service-dd-345 {
    left: -180px;
}

.menu-inner-part nav ul.main-menu li ul.submenu {
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* margin-top: 1rem; */
  margin-top: 3px;
  padding-top: 15px!important;
  left: 0;
  display: none;
  border-radius: 8px;
/*  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;*/
  /* box-shadow: 0 2px 7px rgb(34 34 34 / 35%); */
  box-shadow: 0 2px 3px rgb(34 34 34 / 35%);
}

.menu-inner-part nav ul.main-menu li:hover > ul.submenu,
.menu-inner-part nav ul.main-menu li ul.submenu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  position: absolute;
  width: max-content;
  padding: 9.6px 4.4px;
}

.menu-inner-part nav ul.main-menu li ul.submenu li {
  clear: both;
  width: 100%;
  margin: 0px;
  box-shadow: none;
}

.menu-inner-part nav ul.main-menu li.menu-item:hover a.m-item::after {
  background-color: #4eab27;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -6px;
  pointer-events: none;
  height: 12px;
  width: 12px;
  bottom: 0%;
  margin-bottom: -6px;
  opacity: 0;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  transition: 200ms ease all;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menu-inner-part nav ul.main-menu li.menu-item:hover a.m-item::after {
  background-color: #4eab27;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}
/*.menu-inner-part nav ul.main-menu li ul.submenu li.submenu-item a.s-item::before {
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  top: 19px;
  left: 5px;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  transition: 200ms ease all;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.menu-inner-part nav ul.main-menu li ul.submenu li.submenu-item:hover a.s-item::before {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  background-color: #4eab27;
  border-radius: 50%;
}*/

/* Social Icon Css */
.top-social-holder {
  align-items: center;
  display: flex;
}
.top-social-holder .s-icon {
  color: #ffffff;
  text-decoration: none;
  margin-left: 15px;
  font-size: 16px;
}

.top-social-holder .s-icon i{
color:#ffffff;
}

.top-social-holder .s-icon i:hover{
color:#4eab27;
}

.top-social-holder .s-icon:hover{
  color: #4eab27;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition:0.5s;
}
.sticky .top-social-holder .s-icon i {
    color: #181818;
}
.sticky .top-social-holder .s-icon i:hover {
    color: #4eab27;
}
/* Social Icon Css End*/



/* footer Css */
.footer-inner1 p{
  text-align: justify;
}
.get-a-quote-btn12334{
  padding: 13px 19px !important;
}
.footer-phone123{height:45px !important;margin-bottom: 14px !important;}
section.footer-widget-holder {
  background-color: #e1e8f0;
  padding-top:80px;
  padding-bottom:40px;
}
.footer-inner1 a.footer-main-logo img{
  width:160px;
  margin-bottom: 13px;
}
.footer-widget-title{
  color: #4eab27;
  font-size: 24px;
  padding-left: 10px;
  font-weight: 400;
  margin-bottom: 20px;
}

ul.about-gomedi9-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding:0px;
}
ul.about-gomedi9-footer li {
  flex: 1 1 50%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.25em;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}
ul.about-gomedi9-footer li.about-menu a.link {
  text-decoration: none;
  color: #000000;
}
ul.about-gomedi9-footer li.about-menu a.link:hover {
  opacity: 0.5;
}
.footer-inner3 img.footer-award {
  width: 250px;
}
.footer-social-holder a.s-icon {
  color: #ffffff;
  background: #104099;
  padding: 7px 10px;
  border-radius: 50%;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -ms-transition: all 280ms ease;
  transition: all 280ms ease;
  box-shadow: 0 0 0 20px #104099 inset;
}
.footer-social-holder a.s-icon:hover {
  background: #ffffff;
  color: #104099;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -ms-transition: all 280ms ease;
  transition: all 280ms ease;
  box-shadow: 0 0 0 1px #104099 inset;
}
.footer-social-holder a.s-icon.ic-facebook {
  padding: 7px 13px;
}
.footer-inner4 p.visit-gomedi9-footer {
  padding-left: 10px;
  margin-bottom: 20px;
}
.footer-inner4 .footer-social-holder {
  padding-left: 10px;
}
.footer-inner4 .footer-social-holder a.s-icon i {
  font-size: 18px;
}

section.last-ftc-part {
  overflow: hidden;
  position: relative;
}
section.last-ftc-part::before {
  content: "";
  width: 2000px;
  height: 84px;
  position: absolute;
  left: -130px;
  display: block;
  background-color: #4eab27;
  z-index: 2;
  right: 50%;
}
section.last-ftc-part::after {
  content: "";
  width: 2000px;
  height: 84px;
  position: absolute;
  right: -130px;
  top: 0;
  display: block;
  background-color: #104099;
  z-index: 99998;
  left: 50%;
}
.fc-text {
  background-color: rgba(0, 175, 137, 1);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 999;
}
.footer-copyright-text p.copyright-desctiption {
  padding: 0px;
  margin: 0px;
  color:#ffffff;
}
.fc-menu {
  background-color: rgba(16, 64, 153, 1);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 99999;
}
.fc-menu ul.fc-menu-main {
  padding: 0px;
  display: flex;
  margin: 0px;
  justify-content: end;
}
.fc-menu ul.fc-menu-main li.fc-menu {
  padding: 0px;
  display: inline-block;
  margin: 0px 10px;
}
.fc-menu ul.fc-menu-main li.fc-menu a.fc-menu-item {
  color: #ffffff;
  text-decoration: none;
}
.fc-menu ul.fc-menu-main li.fc-menu a.fc-menu-item:hover {
  opacity: 0.5;
}
/* footer Css End*/

/* Header Css */
section.main-hed {
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
}
/* Header Css End*/

/* Home Page Css */

/* Home page slider Css */


.carousel-indicators {
  align-items: center;
  margin: 0 auto;
}
.carousel-indicators .active {
  background-color: #4eab27;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev{
  display: none;
}
.slide-content-1 {
  position: absolute;
  top: 45%;
  left: 5%;
  color: #ffffff;
  left: 0;
  right: 0;
}
.sl-1-inner-content span.sub-title {
  color: #4eab27;
  font-size: 24px;
}
.sl-1-inner-content h2.slide-main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 0.8;
}
.sl-1-inner-content .slide-inner-button {
  margin-top: 50px;
}
.sl-1-inner-content .slide-inner-button a.check-out-btn {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.sl-1-inner-content .slide-inner-button a.check-out-btn:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.sl-1-inner-content .slide-inner-button a.view-dental-btn {
  box-shadow: 0 0 0 2px #ffffff inset, 0 20px 30px rgb(33 33 33 / 7%);
  background-color: transparent;
  color: #ffffff;
  padding: 15.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row-reverse;
}
.sl-1-inner-content .slide-inner-button a.view-dental-btn:hover {
  box-shadow: 0 0 0 2px #ffffff inset, 0 7.5px 15px rgb(33 33 33 / 20%);
  background-color: transparent;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.sl-1-inner-content .slide-inner-button a.dental_travel_calc {
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.sl-1-inner-content .slide-inner-button a.dental_travel_calc:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.exp-details-main{
  background-color: rgba(0, 175, 137, 1);
}
.exp-details-text {
  /* padding: 40px 30px; */
  padding-left: 30px;
  min-height: 140px;
  align-items: center;
  display: flex;
}
.exp-details-text h3{
  color: #ffffff;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 28px;
  width: 205px;
}
.exp-details-text{
  justify-content: center;
}
.world-icon-main {
  background-color: rgba(16, 64, 153, 1);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.world-icon-part ul.world-sub-icon-holder-main {
  display: flex;
  justify-content: space-evenly;
  padding: 0px;
  margin: 0px;
}
.world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon{
  list-style-type: none;
  padding: 0px 40px;
  position: relative;
}
.world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon img {
  height: 54px;
}
.world-icon-part ul.world-sub-icon-holder-main li.r-border::after {
  content: "";
  background-color: #ffffff;
  color: #ffffff;
  height: 40px;
  width: 1px;
  display: inline-block;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 10px;
  opacity: 0.1;
}
.exp-holiday-part .start-dental-travel-bg-img {
  background-color: rgba(16, 64, 153, 1);
  background-image: url("../../images/new-theme/firstcta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-holiday-part .start-dental-travel-bg-img .dental-travel-btn-holder a.white-btn{
  text-decoration: none;
  color: #104099;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  font-size: 14px;
  padding: 16.5px 22.5px;
  display: inline-flex;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.exp-holiday-part .start-dental-travel-bg-img .dental-travel-btn-holder a.white-btn:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
section.exp-dental-travel-holder {
  position: absolute;
  margin-top: -224px;
  margin-bottom: 80px;
  left: 0;
  right:0;
}
div#carouselExampleIndicators {
    max-height: 900px;
    overflow: hidden;
}
.main-slider-holder .carousel-item{
  max-height: 900px;
}
/* Home page slider Css End */

/* Service Icon Css Start*/
section.service-icon-holder {
  padding: 80px 0px 40px 0px;
}
.service-icon-holder .service-icon-inner {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.service-icon-holder .service-icon-inner img {
  width: 80px;
}
.service-icon-holder .service-icon-inner .service-icon-desc {
  padding-left: 20px;
}
.service-icon-holder .service-icon-inner h6.service-ic-title {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 22px;
}
.service-icon-holder .service-icon-inner p.service-ic-desc {
  font-size: 15px;
  opacity: 0.7;
  padding-top: 0.7rem;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* Service Icon Css End*/

/* Get a free quote css start */
/* section.get-a-free-quote-holder {
  overflow: hidden;
} */
/* .get-a-free-quote-form {
  background-color: #4eab27;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
  margin: auto 0;
} */
.get-a-free-quote-inner h2.get-a-quote-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 32px;
}
.get-a-free-quote-inner p.get-a-quote-desc {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: justify;
}
form.get-a-quote-form input.your-name {
  width: 100%;
  height: 52px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  color: #181818;
  outline: none;
  font: inherit;
  line-height: 1;
  display: block;
  padding: 18px 25px;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  margin-bottom: 20px;
  font-size: 16px;
}
form.get-a-quote-form input.your-name:focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset;
}
form.get-a-quote-form input.email {
  width: 100%;
  height: 52px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  color: #181818;
  outline: none;
  font: inherit;
  line-height: 1;
  display: block;
  padding: 18px 25px;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  margin-bottom: 20px;
  font-size: 16px;
}
form.get-a-quote-form input#email:focus{
box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset;
}
form.get-a-quote-form textarea.message{
  width: 100%;
  height: 156px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  color: #181818;
  outline: none;
  font: inherit;
  line-height: 1;
  display: block;
  padding: 18px 25px;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  resize: none;
  margin-bottom: 20px;
  font-size: 16px;
}
form.get-a-quote-form textarea.message:focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset;
}
form.get-a-quote-form input.get-a-quote-btn{
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  border: none;
  margin-bottom: 20px;
}
form.get-a-quote-form input.get-a-quote-btn:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* .get-a-quote-img-holder {
  align-items: center;
  display: flex;
} */
/* .get-a-quote-img-inner img {
  display: block;
  margin: 0;
  line-height: 0;
  height: auto;
  width: 756px;
  margin-left: -100px;
  z-index: -1;
  position: relative;
} */

section.get-a-free-quote-holder {
  overflow: hidden;
  background: transparent;
}
.container-1123 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -moz-flex-align: start;
  -ms-flex-align: start;
  -o-flex-align: start;
  align-items: flex-start;
}
.get-a-quote-holder-row{
  max-width: -webkit-calc(100% + 50px);
  max-width: -moz-calc(100% + 50px);
  max-width: -o-calc(100% + 50px);
  max-width: -ms-calc(100% + 50px);
  max-width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.get-a-free-quote-form {
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
  max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*6);
  align-items: flex-end;
  z-index: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  justify-content: center;
}
.get-a-free-quote-inner {
  background-color: #4eab27;
  max-width: calc(1200px / 12 * 6);
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.get-a-quote-img-holder {
  display: flex;
  flex-basis: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
  max-width: calc(100% - (100% - 1200px)/2 - 1200px/12*5);
  margin-left: -100px;
  align-items: flex-end;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -o-flex: 1 1 0%;
  flex: 1 1 0%;
}

.get-a-quote-img-inner {
  max-width: 100%;
  width: 100%;
}

.get-a-quote-img-inner img {
  display: block;
  margin: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
/* Get a free quote css start End*/

/* Testimonial Css Start */
section.testimonial-holder {
  padding: 50px 0px;
}
.testimonial-title-holder span.testimonial-sub-title {
  color: #104099;
  font-size: 24px;
}
.testimonial-title-holder h3.testimonial-title {
  color: #104099;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
}
.testimonial-title-holder {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  padding-bottom: 40px;
}
.testimonial-inner-button a.testimonial-out-btn {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.testimonial-inner-button a.testimonial-out-btn:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.testimonial-item.equal-height.style-6 {
  background: rgb(240, 244, 247);
  width: 278px;
  margin: 0 auto;
}
section.testimonial-holder .owl-item {
  margin-right: 5px;
}
.test-first-9923 h5.test-title {
  color: #4eab27;
  font-weight: bold;
  font-size: 25px;
  margin: 0px;
  padding: 0px;
}
.test-first-9923 p.test-desc{
  color: #181818;
  margin: 0px;
}
.test-first-9923 {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  align-items: center;
}
.test-first-9923 .test-img-9234 {
  max-width: 40px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 40px;
  
}
.test-first-9923 .test-img-9234 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
.testimonial-item p.test-desc-11 {
  padding: 20px 40px 40px 40px;
  text-align: justify;
}
.testimonial-inner .owl-controls .owl-buttons {
  display: none;
}
.testimonial-inner .owl-theme .owl-controls .owl-dot.active span{
  background: #4eab27;; 
}
/* Testimonial Css Start End*/

/* Professional Section Css Start */
section.professional-holder {
  overflow: hidden;
  margin: 50px 0;
}
.professional-img-inner img{
  width: 100%;
}
.professional-titl-holder span.professional-sub-title {
  color: #104099;
  font-size: 24px;
}
.professional-titl-holder h3.professional-title {
  color: #104099;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.professional-desc{text-align: justify;}
.professional-titl-holder .border-blank {
  background: rgba(34,34,34,.1);
  width: 100%;
  height: 2px;
  margin: 20px 0px;
}
h3.professional-proud-title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.professional-logo-img-list {
  display: flex;
  margin-top: 20px;
}
.professional-logo-img-list img {
  max-width: 190px;
  background-color: rgba(245, 247, 250, 1);
  margin-right: 10px;
}
.profesional-details-hold{
  max-width: 600px;
  align-items: center;
  display: flex;
}
.professional-main-container{
  padding: 0px;
}
/* Professional Section Css End */

/* Team section Css Start */
section.our-team-holder {
  padding: 40px 0px;
}
.team-inner-part {
  background-color: rgba(225, 232, 240, 1);
}
.team-img-part{
  overflow: hidden;
}
.team-inner-part .team-img-part img {
  width: 100%;
  -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.team-inner-part .team-img-part:hover img{
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  -o-transform: scale3d(1.1,1.1,1.1);
  -ms-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.team-details {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.team-details span.team-title {
  font-size: 15px;
}
.team-details h3.team-member-name {
  font-size: 30px;
  color: #104099;
  margin-bottom: 30px;
}
.team-details p.team-member-details {
  margin: 0px;
}
.team-social-details {
  padding: 0px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-social-details .team-button a.read-more-btn {
  background-color: #ffffff;
  color: #4eab27;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 15.4px 22.5px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-social-details .team-button a.read-more-btn:hover {
  background-color: #ffffff;
  color: #4eab27;
  box-shadow: 1px 1px 10px 1px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.team-social-profile a.t-icon i {
  color: #104099;
  padding-left: 10px;
}
.team-social-profile a.t-icon i:hover{
  color: #191919;
}
.team-img-part {
  position: relative;
}
.team-img-part::after {
  content: "";
  background-color: rgba(0, 175, 137, 0.6);
  position: absolute;
  color: rgba(0, 175, 137, 0.6);
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,.99);
  -moz-transform: scale3d(1,1,.99);
  -ms-transform: scale3d(1,1,.99);
  -o-transform: scale3d(1,1,.99);
  transform: scale3d(1,1,.99);
}
.team-img-part:hover::after {
  opacity: 1;
}
/* Team section Css End*/

/* excellence section Css Start */
section.excellence-def-holder {
  padding-top: 70px;
  padding-bottom: 100px;
}
.excellence-def-6235 {
  display: flex;
  align-items: center;
}
.excellence-def-inner span.excellence-sub-title{
  color: #104099;
  font-size: 24px;
}
.excellence-def-inner h3.excellence-title{
  color: #104099;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.excellence-range-inner {
  padding-top: 30px;
}

.excellence-range-inner span {
    font-size: 16px;
}

.excellence-dental-range {
  width: 100%;
  height: 10px;
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 15px;
}
.excellence-dental-range::after {
  content: "";
  width: 98%;
  height: 10px;
  background: #4eab27;
  display: block;
  border-radius: 5px;
}
.excellence-sucess-range {
  width: 100%;
  height: 10px;
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 15px;
}
.excellence-sucess-range::after {
  content: "";
  width: 95%;
  height: 10px;
  background: #4eab27;
  display: block;
  border-radius: 5px;
}
.excellence-satisfaction-range {
  width: 100%;
  height: 10px;
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 15px;
}
.excellence-satisfaction-range::after {
  content: "";
  width: 90%;
  height: 10px;
  background: #4eab27;
  display: block;
  border-radius: 5px;
}

/* Exe slide Css Start */
.excellence-img-wrapper{
  position: relative;
  height: 493px;
  max-width:580px;
  margin-left: auto;
  /* width: 750px; */
  width: 100%;
  overflow: hidden;
  background: #fff;
  /* border: 7px solid #fff; */
  /* box-shadow: 0px 0px 15px rgba(0,0,0,0.15); */
}
.excellence-img-wrapper .excellence-images-22{
  height: 100%;
  width: 100%;
  display: flex;
}
.excellence-img-wrapper .excellence-images-22 .exe-img-1{
  height: 100%;
  width: 100%;
  background: url("../../images/new-theme/teeth-after.jpg") no-repeat;
  background-size: cover;
}
.excellence-img-wrapper .excellence-images-22 .exe-img-2{
  position: absolute;
  height: 100%;
  width: 50%;
  /* filter: blur(5px); */
  background: url("../../images/new-theme/teeth-before.jpg") no-repeat;
  background-size: cover;
}
.excellence-img-wrapper .excellence-slider{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
}
.excellence-img-wrapper .excellence-slider input{
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.excellence-slider input::-webkit-slider-thumb{
  height: 486px;
  width: 3px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  cursor: col-resize;
}
.excellence-slider .drag-line{
  width: 1px;
  height: 493px;
  position: absolute;
  left: 49.85%;
  pointer-events: none;
}
.excellence-slider .drag-line::before,
.excellence-slider .drag-line::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 235px;
  background: #fff;
}
.excellence-slider .drag-line::before{
  top: 0;
}
.excellence-slider .drag-line::after{
  bottom: 0;
}
.excellence-slider .drag-line span{
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #4eab27;
}
/* Exe Slide Css End */
/* excellence section Css End */

/* Dental Travel Part Css Start */
section.travel-holder {
  padding-top: 80px;
  background-image: url("../../images/new-theme/fsddnew73e.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.travel-inner span.travel-sub-title {
  color: #4eab27;
  font-size: 24px;
}
.travel-inner h3.travel-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.travel-inner p.travel-desc {
  color: #ffffff;
  text-align: justify;
}
.travel-ic-holder img.travel-ic {
  width: 50px;
}
.travel-ic-holder span.travel-ic-name {
  color: #ffffff;
  display: block;
  font-size: 18px;
}
.travel-icon-inner {
  background-color: rgba(26, 200, 162, 1);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.travel-icon-list1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.travel-ic-holder {
  text-align: center;
}
.travel-icon-list2 {
  display: flex;
  justify-content: space-around;
}
.travel-inner-white-holder {
  background-color: #ffffff;
  padding: 31px 0px;
  text-align: center;
}
.travel-inner-white-holder a.travel_btn {
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.travel-inner-white-holder a.travel_btn:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.travel-ic-main {
  margin-bottom: -20px;
  box-shadow: 0 10px 45px rgb(0 0 0 / 25%);
}
/* Dental Travel Part Css End */

/* Stay Section Css Start */
section.stay-holder {
  padding-top: 100px;
  padding-bottom: 100px;
}
.stay-title-holder {
  text-align: center;
}
.stay-title-holder span.stay-sub-title {
  color: #104099;
  font-size: 34px;
}
.stay-title-holder h3.stay-title {
  color: #104099;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 30px;
}
.stay-images-part {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.stay-images-inner {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stay-img-wrap-inner {
  position: relative;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.stay-img-wrap-inner .stay-img-wrap img {
  width: 100%;
  -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.stay-img-wrap-inner:hover .stay-img-wrap img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  -ms-transform: scale3d(1.1,1.1,1.1);
  -o-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.stay-img-wrap-inner a.stay-img-click {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 175, 137, 0.7);
  font-size: 0px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,.99);
  -moz-transform: scale3d(1,1,.99);
  -ms-transform: scale3d(1,1,.99);
  -o-transform: scale3d(1,1,.99);
  transform: scale3d(1,1,.99);
}
.stay-img-wrap-inner:hover a.stay-img-click {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
span.stay-img--title {
  display: block;
  font-size: 30px;
  color: #181818;
}
/* Stay Section Css End */

/* Call now section css Start */
section.call-now-holder {
  padding-bottom: 80px;
}
.call-bg{
  padding-top: 47px;
  padding-bottom: 47px;
  background-image: url("../../images/new-theme/cta-bg-process.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.call-now-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.call-now-num-part span.call-now-sub-title {
  color: #aafbb0;
  font-size: 23px;
  margin-bottom: 10px;
 display: block;
}
.call-now-num-part h3.call-now-title{
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
}
.call-now-btn-part a.call-now-btn {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.call-now-btn-part a.call-now-btn:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* Call now section css End */
/* Home Page Css End*/



/* model Css Start */

/* The Modal (background) */
.modal {
  /* display: none;*/ /* Hidden by default */
  display: block;
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  /*padding-top: 100px; *//* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.4); /* Black w/ opacity */
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.modal.show{
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  visibility: visible;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /* border: 1px solid #888; */
  width: 100%;
  height: 100%; 
  border-radius: 0;
  border: none;
}


/* The Close Button */
.close {
  display: flex;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.search-holder form.search-form input.search-pop-input {
  border-radius: 0;
  color: #181818;
  box-shadow: 0 4px 20px rgb(34 34 34 / 20%);
  padding: 0px 104px 0px 24px;
  height: 105px;
  line-height: 1;
  font-size: 32px !important;
  font-weight: 300;
  text-align: left;
  background: #fff;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  -ms-transition: 500ms ease all;
  transition: 500ms ease all;
  outline: none;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: 0;
}
.search-holder form.search-form input.search-pop-input:focus {
  box-shadow: 0 6px 40px rgb(34 34 34 / 20%), 0 0 0 3px rgb(34 34 34 / 25%) inset;
}
button.modal-search-btn {
  background: #4eab27;
  border: 0 !important;
  position: absolute;
  margin: 0;
  border-radius: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  transition: 300ms ease all;
  opacity: 1;
  top: 12px;
  right: 12px;
}
button.modal-search-btn:hover {
  background: #104099;
}
.modal-search-btn i.fas.fa-search {
  font-size: 40px;
}
form.search-form {
  text-align: center;
  position: absolute;
  height: 104px;
  left: 0;
  right: 0;
  top: 50%;
  /* margin: -3.25em 25% 0; */
  margin: 0 auto;
  max-width: 1008px;
}
span.close i {
  color: #4eab27;
  font-size: 28px;
}
span.close:hover i {
  color: #104099;
}
span.close i.fa-chevron-right {
  display: inline-flex;
  /* transform: translateX(8px); */
  margin-right: -5px;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  -o-transition: 300ms ease transform;
  -ms-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.close-icon-4467 span.close:hover i.fa-chevron-right {
  -webkit-transform: scalex(-1) translateX(60%);
  -moz-transform: scalex(-1) translateX(60%);
  -ms-transform: scalex(-1) translateX(60%);
  -o-transform: scalex(-1) translateX(60%);
  transform: scalex(-1) translateX(60%);
}
.close-icon-4467 span.close:hover i.fa-chevron-left {
  -webkit-transform: scalex(-1) translateX(60%);
  -moz-transform: scalex(-1) translateX(60%);
  -ms-transform: scalex(-1) translateX(60%);
  -o-transform: scalex(-1) translateX(60%);
  transform: translateX(-60%);
}
span.close i.fa-chevron-left {
  display: inline-flex;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  -o-transition: 300ms ease transform;
  -ms-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.close-icon-4467 {
  display: flex;
  justify-content: end;
}
/* model Css End */

/* About-us -Page Css Start */
section.about-us-bg-holder-22 {
  background: url("../../images/new-theme/abtus-first-bg-1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
}
section.about-us-bg-holder-22::before {
  content: "";
  background-color: #104099;
  opacity: .85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-us-main-holder-845 {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.about-us-img-4576 img {
  width: 100%;
}
span.common-sub-title-1 {
  color: #4eab27;
  font-size: 24px;
}
h2.common-title-1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.about-us-text-1-45 p.about-us-details-text-923 {
  color: #ffffff;
  text-align: justify;
}
.blank-border-1 {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  opacity: .1;
  margin: 40px 0px;
}

.service-slider-725 {
  padding-top: 80px;
}
.about-us-services-sl-first-245{
  display: flex;
  justify-content: center;
    align-items: center;
}
.about-us-services-slide-details-724 {
  padding-left: 16px;
}
h5.about-us-slide-title {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
p.about-us-slide-desc {
  font-size: 15px;
  opacity: 0.7;
  padding-top: 0.7rem;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
.about-us-services-slide-img-9234 {
  background-color: #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
}
.about-us-services-slide-img-9234 img {
  width: 50px!important;
}
.service-slider-725 .owl-buttons {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  /* bottom: 0; */
}
.service-slider-725 .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  /* left: -75px; */
  left: calc(0% - 45px);
  opacity: 1;
  background: transparent;
  padding: 0px;
}
.service-slider-725 .owl-controls .owl-buttons .owl-next {
  position: absolute;
  /* right: -75px; */
  right:calc(0% - 45px);
  opacity: 1;
  background: transparent;
  padding: 0px;
}
.service-slider-725 .owl-controls .owl-buttons i {
  font-size: 32px;
  color: #4eab27;
}
.service-slider-725 .owl-theme .owl-controls {
  margin-top: 40px;
}
.service-slider-725 .owl-theme .owl-controls .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;

}
.service-slider-725 .owl-theme .owl-controls .owl-dot span{
  height: 2px;
  width: 16px;

}
.service-slider-725 .owl-theme .owl-controls .owl-dot.active span {
  background-color: #4eab27;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.service-slider-725 .owl-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.service-in-num {
  padding-top: 80px;
}
span.common-sub-title{
  color: #104099;
  font-size: 24px;
}
h3.common-title{
  color: #104099;
  font-weight: 700;
  font-size: 39px;
  line-height: 40px;
}
p.service-in-num-desc {
  margin: 30px 0px 0px 0px;
  text-align: justify;
}
.service-in-num-desc-910{text-align: justify;}
.service-in-num-second-ic-holder {
  margin-top: 50px;
}
.service-in-num-ic-inner img {
  width: 70px;
  height: 70px;
}
.service-in-num-ic-inner h5.service-in-num-name-827 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #848484;
    text-align: center;
}
.cta-description-custom123{
  color: #fff;
  width: 500px;
  margin-top: 20px;
}
.service-in-num-ic-inner12344{
  align-items: center !important;
}
.service-in-num-ic-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.service-in-num-ic-inner span.service-in-num-percent {
font-size: 25px;
    text-align: left!important;
    font-weight: bold;
    color: #104099;
}
#progress-circle-99 {
  background: radial-gradient(white 65%, transparent 66%),
    conic-gradient(transparent 0deg 356deg, gainsboro 220deg 360deg),
    conic-gradient(#4eab27 0deg, #4eab27 90deg, #4eab27 180deg, #4eab27);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transition: all 500ms ease-in;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#progress-circle-97 {
  background: radial-gradient(white 65%, transparent 66%),
    conic-gradient(transparent 0deg 351deg, gainsboro 220deg 360deg),
    conic-gradient(#4eab27 0deg, #4eab27 90deg, #4eab27 180deg, #4eab27);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transition: all 500ms ease-in;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#progress-circle-100 {
  background: radial-gradient(white 65%, transparent 66%),
    conic-gradient(transparent 0deg 360deg, gainsboro 220deg 360deg),
    conic-gradient(#4eab27 0deg, #4eab27 90deg, #4eab27 180deg, #4eab27);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transition: all 500ms ease-in;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#progress-circle-95 {
  background: radial-gradient(white 65%, transparent 66%),
    conic-gradient(transparent 0deg 341deg, gainsboro 220deg 360deg),
    conic-gradient(#4eab27 0deg, #4eab27 90deg, #4eab27 180deg, #4eab27);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  transition: all 500ms ease-in;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.service-in-num-blank-border-826 {
  width: 100%;
  height: 1px;
  background: rgba(34,34,34,.1);
  margin: 30px 0px;
}
p.service-in-num-quote-357 {
  font-size: 25px;
}
p.service-in-num-quote-357::before {
  content: "\201c";
  margin-right: 0.16em;
  margin-left: -0.65em;
}
p.service-in-num-quote-357::after {
  content: "\201d";
  margin-left: 0.16em;
  margin-right: -0.65em;
}
.service-in-num-quote-93 blockquote::before {
  background: #4eab27;
  opacity: 1;
  height: 2px;
  width: 7.2em;
  content: "";
  display: block;
  margin: 1.2em auto;
}
.service-in-num-quote-93 blockquote::after {
  background: #4eab27;
  opacity: 1;
  height: 2px;
  width: 7.2em;
  content: "";
  display: block;
  margin: 1.2em auto;
}
.service-in-num-custom1234{
  justify-content: space-between;
}
.about-us-bg-on-dental-8134{
  background-image: url("../../images/new-theme/bgn-budapest-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* flex-basis: calc(100% - (100% - 1140px)/2 - 1140px/12*7);
  max-width: calc(100% - (100% - 1140px)/2 - 1140px/12*7); */
  align-items: flex-end;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
span.about-us-bg-sub-title-720{
  color:#4eab27;
  font-size: 24px;
}
h3.about-us-bg-title-824{
  color: #ffffff;
  font-weight: bold;
  font-size: 39px;
  line-height: 28px;
  margin-bottom: 40px;
}
p.about-us-bg-desc-815{
  color: #ffffff;
  text-align: justify;
}
.about-prof-dental-team-member-details{text-align: justify;}
.about-us-bg-inner-text-holder-013 {
  padding-top: 131px;
  max-width: calc(1140px / 12 * 5);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 131px;
  margin-left: auto;
}

/* About-dental-slider-css Start */
.ab-dent-prof-text-main-712 {
  background-color: rgba(225, 232, 240, 1);
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.ab-dent-prof-text-main-712 .owl-controls .owl-dots {
    display: none!important;
}
.about-us-dental-prof-inner {
  max-width: 620px;
  background: #ffffff;
}
.about-prof-dental-team-img-part-614 {
  position: relative;
  overflow: hidden;
}
.about-prof-dental-team-img-part-614 img {
  width: 100%;
  -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -ms-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -o-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.about-prof-dental-team-img-part-614:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  -o-transform: scale3d(1.1,1.1,1.1);
  -ms-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.about-prof-dental-team-img-part-614::after {
  content: "";
  background-color: rgba(0, 175, 137, 0.6);
  position: absolute;
  color: rgba(0, 175, 137, 0.6);
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,.99);
  -moz-transform: scale3d(1,1,.99);
  -ms-transform: scale3d(1,1,.99);
  -o-transform: scale3d(1,1,.99);
  transform: scale3d(1,1,.99);
}
.about-prof-dental-team-img-part-614:hover::after {
  opacity: 1;
}
.about-prof-dental-team-details span.about-prof-dental-team-title{
  font-size: 15px;
}
h3.about-prof-dental-team-member-name{
  font-size: 30px;
  color: #104099;
  margin-bottom: 30px;
}
.about-us-dental-detail-part-026 {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.about-prof-dental-team-img-part-193 {
  padding: 0px;
}
.about-prof-dental-team-img-part-614 a.about_us_dental_prof_slide_btn {
  position: absolute;
  bottom: 12%;
  left: 30%;
  z-index: 99;
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  background-position: 0 0;
  background-size: 200% 100% !important;
  color: #ffffff;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 15.4px 22.5px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  display: inline-flex;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-prof-dental-team-img-part-614:hover a.about_us_dental_prof_slide_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-prof-dental-team-img-part-614:hover a.about_us_dental_prof_slide_btn:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* About-dental-slider-css End*/



/* About-us -Page Css End */

/* Servies Page Css Start */
.services-call-bg-custom .call-now-title{
  font-size: 43px !important;
}
.services-call-bg-custom{
      background-image: url(../../images/new-theme/dvstd.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
section.services-page-bg-holder-501 {
  background: url("../../images/new-theme/post-23.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 145px;
  position: relative;
}
section.services-page-bg-holder-501::before {
  content: "";
  background-color: #104099;
  opacity: .85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.services-page-main-holder-037 {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

.services-page-img-bg-321 {
  background-color: #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
}
.services-page-img-bg-321 img {
  width: 40px;
  max-width: 40px;
}

.txt-white h6.service-ic-title{
  color:#ffffff;
}
.txt-white p.service-ic-desc{
  color:#ffffff;
}
.service-mb-60{
  margin-bottom: 60px;
}
section.for-lifetime-bg-holder {
  background: url("../../images/new-theme/budapest-1.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 55px;
  position: relative;
}
section.for-lifetime-bg-holder::before {
  content: "";
  background-color: #104099;
  opacity: .85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.for-lifetime-main-holder {
  position: relative;
  z-index: 2;
}
.for-lifetime-title-holder {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  padding-bottom: 40px;
}
.for-lifetime-titl-holder span.for-lifetime-sub-title {
  color: #4eab27;
  font-size: 24px;
}
.for-lifetime-titl-holder h3.for-lifetime-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
}
.for-lifetime-inner-button a.for-lifetime-out-btn {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
}
.for-lifetime-inner-button a.for-lifetime-out-btn:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.for-lifetime-testimonial-holder {
  margin: 0px 10px;
}
h5.for-lifetime-test-title {
  color: #4eab27;
  font-weight: bold;
  font-size: 25px;
  margin: 0px;
  padding: 0px;
}
p.for-lifetime-test-desc{
  color: #ffffff;
  margin: 0px;
}
.for-lifetime-blank-border {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  opacity: .1;
  margin: 20px 0px;
}
p.for-lifetime-testimonial-desc{
  color: #ffffff;
}
.for-lifetime-review-star .fa-star {
  color: #4eab27;
  font-size: 16px;
}
.for-lifetime-inner-holder .owl-theme .owl-controls{
  margin-top: 30px;
}
.for-lifetime-inner-holder .owl-theme .owl-controls .owl-dots{
  display: flex!important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.for-lifetime-inner-holder .owl-theme .owl-controls .owl-nav{
  display: none;
}
.for-lifetime-inner-holder .owl-theme .owl-controls .owl-dot span {
  height: 2px;
  width: 12px;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -ms-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transform-origin: 50% 50%;
}
.for-lifetime-inner-holder .owl-theme .owl-controls .owl-dot.active span {
  background: #4eab27;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.for-lifetime-inner-holder .owl-theme .owl-controls .owl-dot:hover span {
  color: #4eab27 !important;
  width: 12px;
  height: 12px;
  background: #4eab27 !important;
  -webkit-transition: 250ms ease all;
  -moz-transition: 250ms ease all;
  -ms-transition: 250ms ease all;
  -o-transition: 250ms ease all;
  transition: 250ms ease all;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
section.more-mds-holder-part {
  padding-top: 80px;
  padding-bottom: 80px;
}
.more-mds-title-hold {
  margin-bottom: 40px;
}
.more-mds-inner-part {
  background-color: rgba(225, 232, 240, 1);
  margin: 0 10px;
}

.more-mds-img-part {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.more-mds-img-part img {
    height: 100%!important;
    object-fit: cover;
}

.more-mds-inner-part .more-mds-img-part img {
  width: 100%;
  -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.more-mds-inner-part .more-mds-img-part:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  -o-transform: scale3d(1.1,1.1,1.1);
  -ms-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.more-mds-img-part::after {
  content: "";
  background-color: rgba(0, 175, 137, 0.6);
  position: absolute;
  color: rgba(0, 175, 137, 0.6);
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -ms-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -o-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1,1,.99);
  -moz-transform: scale3d(1,1,.99);
  -ms-transform: scale3d(1,1,.99);
  -o-transform: scale3d(1,1,.99);
  transform: scale3d(1,1,.99);
}
.more-mds-img-part:hover::after {
  opacity: 1;
}
.more-mds-details {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}
.more-mds-details h3.more-mds-service-name {
  font-size: 30px;
  color: #104099;
  margin-bottom: 15px;
}
.more-mds-details p.more-mds-service-details {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  margin: 0px 0px 20px 0px;
  text-align: justify;
}
.more-mds-details a.read-more-btn {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  color: #ffffff;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  background-position: 0 0;
  background-size: 200% 100% !important;
  padding: 15.4px 22.5px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-flex;
}
.more-mds-details a.read-more-btn:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* Servies Page Css End */


/* Main Category Service */

section.menu-hld-bg {
  background: #104099;
  padding: 60px 0px 60px 0px;
}
h2.main-src-title, span.main-src-sub-title{
  color: #104099;
}
.main-src-usd-fr-details-p-004{text-align: justify;}
.main-src-p-first p{text-align: justify;}
p.main-srs-p-details {
  margin: 30px 0px 0px 0px;
  text-align: justify;
}
.main-src-first-bg-clr {
  background-color: rgba(225, 232, 240, 1);
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-src-inrtxt-hold-003 {
  max-width: calc(1140px / 12 * 6.6);
  margin-left: auto;
  padding-right: 40px;
}
.main-src-first-bg-img{
  background: url(../images/img-service.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  position: relative;
}
/*.main-src-p-inner-details {
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.main-src-p-first {
    padding: 0px 20px 0px 0px;
}
.main-src-p-second {
  padding: 0px 0px 0px 20px;
}
.main-src-first-bg-img-details {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.main-src-quote {
  margin: 0px 20px;
}
.main-src-quote p.service-in-num-quote-357 {
  text-align: center;
}
section.main-src-usd-fr {
  padding: 80px 0px;
}
span.main-src-usd-fr-sub-title{
  color: #104099;
  font-size: 29px;
}
h3.main-src-usd-fr-title{
  color: #104099;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.main-srs-usd-fr-img-hlder-006 {
  overflow: hidden;
  margin-bottom: 20px;
}
.main-srs-usd-fr-img-hlder-006 img{
  width: 100%;
}
.main-src-usd-fr-img-innr-008 img {
  width: 100%;
  margin-bottom: 10px;
}
h4.main-src-usd-fr-sub-menu-title-012 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  padding-left: 18px;
}
h4.main-src-usd-fr-sub-menu-title-012::after{
  content:"";
  color: #4eab27;
  background-color: #4eab27;
  width: 12%;
  height: 3px;
  display: block;
  margin-top: 10px;
  margin-left: 2px;
}
ul.main-src-usd-fr-sub-menu-hld-011 li {
  list-style-type: none;
  padding: 13px 0px;
  position: relative;
}
ul.main-src-usd-fr-sub-menu-hld-011 li::after {
  content: "";
  color: rgba(34,34,34,.1);
  background: rgba(34,34,34,.1);
  width: 30%;
  height: 1px;
  display: block;
  margin-top: 10px;
}
a.main-src-sub-menu-010{
  text-decoration: none;
  color: #181818;
}
a.main-src-sub-menu-010::before{
  display: block;
  background-color: #4eab27;
  content: "";
  height: 7px;
  width: 7px;
  top: 22px;
  left: -19px;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  transition: 200ms ease all;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
ul.main-src-usd-fr-sub-menu-hld-011 li:hover a.main-src-sub-menu-010::before {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  border-radius: 50%;
}
ul.main-src-usd-fr-sub-menu-hld-011 li:last-child::after {
  display: none;
}
.main-src-sub-menu-form-part-013 {
  box-shadow: 0 0 0 8px #e1e8f0 inset;
  padding: 30px 30px 100px 30px;
  overflow: hidden;
  margin-top: 8em;
}
h4.main-src-usd-fr-sub-menu-title-012.grn-titl{
  color: #4eab27;
  padding: 0px;
}
h4.main-src-usd-fr-sub-menu-title-012.grn-titl::after{
  display: none;
}
.main-src-usd-fr-sub-menu-ic-016 {
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.main-src-usd-fr-sub-menu-img-call-015 {
  display: flex;
  align-items: center;
}
.main-src-usd-fr-sub-menu-ic-016 img {
  width: 100%;
}
.main-src-usd-fr-sub-menu-detls-017 {
  padding-left: 10px;
}
h5.main-src-usd-fr-sub-menu-details {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 18px;
}
a.main-src-usd-fr-sub-menu-num-link-017 {
  display: block;
  text-decoration: none;
  color: #181818;
  opacity: .7;
}
.service-in-num-blank-border-826.sml-mg-021 {
  margin: 15px 0px;
}
.top-empty-space {
  margin-top: 40px;
}
input.name-019, input.email-019, select.dentiest-019, input.date-019, textarea.message-019 {
  background: #fff;
  color: #181818;
  width: 100%;
  height: 52px;
  outline: none;
  border: 0;
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 1 !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
input.name-019:focus, input.email-019:focus, select.dentiest-019:focus, input.date-019:focus, textarea.message-019:focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset
}

textarea.message-019{
  height: 180px!important;
}
input.book-appointment-019 {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  border: none;
  outline: none;
}
input.book-appointment-019:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.icon-boxes{
  background: url('../../images/new-theme/img-service3.jpg');
  background-size: cover;
  background-position: center center;
}
.overlay-348{
  background-color: #104099;
  opacity: .85;
  padding: 64px 32px;
}
.titlesec{
  margin-bottom: 80px;
}
.t1{
  color: #4eab27;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.44rem;
  font-weight: 400;
  letter-spacing: -.02em;
  text-align: center;

}
.t2{
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.center-content{
  text-align: center;
  color: white;
}
.iconimg{
  width: 80px;
}
.font-parent h5{
  font-size: 20px!important;
}
.font-parent p{
  font-size:14px;
}
.text-small{
  font-size: .875rem;
}section.menu-hld-bg {
  background: #104099;
  padding: 60px 0px 60px 0px;
}
h2.main-src-title, span.main-src-sub-title{
  color: #104099;
}
p.main-srs-p-details {
  margin: 30px 0px 0px 0px;
}
.main-src-first-bg-clr {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-src-inrtxt-hold-003 {
  max-width: calc(1140px / 12 * 6.6);
  margin-left: auto;
  padding-right: 40px;
}
.main-src-first-bg-img{
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  position: relative;
}
.main-src-p-inner-details {
  display: flex;
  align-items: start;
  justify-content: center;
}
.main-src-p-first {
    padding: 0px 20px 0px 0px;
}
.main-src-p-second {
  padding: 0px 0px 0px 20px;
      text-align: justify;
}
.main-src-first-bg-img-details {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.main-src-quote {
  margin: 0px 20px;
}
.main-src-quote p.service-in-num-quote-357 {
  text-align: center;
}
section.main-src-usd-fr {
  padding: 80px 0px;
}
span.main-src-usd-fr-sub-title{
  color: #104099;
  font-size: 29px;
}
h3.main-src-usd-fr-title{
  color: #104099;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.main-srs-usd-fr-img-hlder-006 {
  overflow: hidden;
  margin-bottom: 20px;
}
.main-srs-usd-fr-img-hlder-006 img{
  width: 100%;
}
.main-src-usd-fr-img-innr-008 img {
  width: 100%;
  margin-bottom: 10px;
}
ul.main-src-usd-fr-sub-menu-hld-011 li {
  list-style-type: none;
  padding: 13px 0px;
  position: relative;
}
ul.main-src-usd-fr-sub-menu-hld-011 li::after {
  content: "";
  color: rgba(34,34,34,.1);
  background: rgba(34,34,34,.1);
  width: 30%;
  height: 1px;
  display: block;
  margin-top: 10px;
}
a.main-src-sub-menu-010{
  text-decoration: none;
  color: #181818;
}
a.main-src-sub-menu-010::before{
  display: block;
  background-color: #4eab27;
  content: "";
  height: 7px;
  width: 7px;
  top: 22px;
  left: -19px;
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  transition: 200ms ease all;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
ul.main-src-usd-fr-sub-menu-hld-011 li:hover a.main-src-sub-menu-010::before {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  border-radius: 50%;
}
ul.main-src-usd-fr-sub-menu-hld-011 li:last-child::after {
  display: none;
}
.main-src-sub-menu-form-part-013 {
  box-shadow: 0 0 0 8px #e1e8f0 inset;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}
h4.main-src-usd-fr-sub-menu-title-012.grn-titl{
  color: #4eab27;
  padding: 0px;
}
h4.main-src-usd-fr-sub-menu-title-012.grn-titl::after{
  display: none;
}
.main-src-usd-fr-sub-menu-ic-016 {
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.main-src-usd-fr-sub-menu-img-call-015 {
  display: flex;
  align-items: center;
}
.main-src-usd-fr-sub-menu-ic-016 img {
  width: 100%;
}
.main-src-usd-fr-sub-menu-detls-017 {
  padding-left: 10px;
}
h5.main-src-usd-fr-sub-menu-details {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 18px;
}
a.main-src-usd-fr-sub-menu-num-link-017 {
  display: block;
  text-decoration: none;
  color: #181818;
  opacity: .7;
}
.service-in-num-blank-border-826.sml-mg-021 {
  margin: 15px 0px;
}
.top-empty-space {
  margin-top: 40px;
}
input.name-019, input.email-019, select.dentiest-019, input.date-019, textarea.message-019 {
  background: #fff;
  color: #181818;
  width: 100%;
  height: 52px;
  outline: none;
  border: 0;
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 1 !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
input.name-019:focus, input.email-019:focus, select.dentiest-019:focus, input.date-019:focus, textarea.message-019:focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset
}

textarea.message-019{
  height: 180px!important;
}
input.book-appointment-019 {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  border: none;
  outline: none;
}
input.book-appointment-019:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
ul.main-src-usd-fr-ul-li-005 li {
    list-style-type: disc;
    font-size: 16px;
}

section.main-src-why-chos-020 {
  background: url('../../images/new-theme/img-service3.jpg') no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
section.main-src-why-chos-020::before{
  content: "";
    background-color: #104099;
    opacity: .85;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.main-src-why-chos-main-holder-021 {
  position: relative;
  z-index: 2;
}
.main-src-why-chos-titl-inner-023 {
  text-align: center;
}
span.main-src-why-chos-sub-title {
  color: #4eab27;
  font-size: 24px;
}
h3.main-src-why-chos-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.main-src-why-chos-mn-ic-hld-028 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.main-src-why-chos-ic-prt-024 {
  text-align: center;
}
.main-src-why-chos-icn--hldr-025{
  text-align: center;
}
.main-src-why-chos-icn--hldr-025 img {
  width: 80px;
  max-width: 80px;
}
h6.main-src-why-chos-ic-ttl-026 {
  font-size: 20px;
  color: #ffffff;
}
p.main-src-why-chos-ic-desc-027 {
  font-size: 14px;
  color: #ffffff;
  padding: 0px 10px;
}

/* Main Services Page css End*/

/* Main Category Service Ends */

/* Sub Service Page Css Start */
.sub-src-dsrv-img-hld-044 img {
  width: 100%;
  max-height: 355px;
}
a.sub-src-dsrv-btn1 {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  margin-top: 1em;

}
a.sub-src-dsrv-btn1:hover{
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
a.sub-src-dsrv-btn2 {
  background-image: linear-gradient(to right,#104099 51%,#4eab27 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  margin-top: 1em;
}
a.sub-src-dsrv-btn2:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.sub-src-dsrv-bg-img-043 {
  padding: 0px;
 
}
.sub-src-dsrv-ttl-part-047 {
  max-width: calc(1140px / 12 * 7);
  margin-right: auto;
}
.sub-src-dsrv-bg-clr-048 {
  background-color: rgba(0, 175, 137, 1);
  padding: 40px 40px;
}
p.sub-src-dsrv-p-046 {
  color: #fff;
  font-size: 20px;
  margin: 0px;
}
.sub-src-dsrv-color-bg-049 {
  background-color: rgba(225, 232, 240, 1);
  display: flex;
  align-items: center;
  padding: 35px 95px;
}
.sub-src-dsrv-img-hld-044 {
  margin-bottom: -100px;
  
}
section.sub-src-dsc-part-050 {
  padding: 80px 0px;
}
.sub-src-dsc-ig-holder-s-details img {
  width: 100%;
  margin-bottom: 20px;
}
.sub-src-sbsvc-holder {
  padding: 0px 28px;
}
.sub-src-sbsvc-holder p{text-align: justify;}
h4.sub-src-usd-fr-sub-menu-title-056 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  padding-left: 18px;
}
h4.sub-src-usd-fr-sub-menu-title-056::after {
  content: "";
  color: #4eab27;
  background-color: #4eab27;
  width: 12%;
  height: 3px;
  display: block;
  margin-top: 10px;
  margin-left: 2px;
}
ul.sub-src-usd-fr-sub-menu-hld-057 li {
  list-style-type: none;
  padding: 13px 0px;
  position: relative;
}
ul.sub-src-usd-fr-sub-menu-hld-057 li::after {
  content: "";
  color: rgba(34,34,34,.1);
  background: rgba(34,34,34,.1);
  width: 30%;
  height: 1px;
  display: block;
  margin-top: 10px;
}
a.sub-src-sub-menu-m-058 {
  text-decoration: none;
  color: #181818;
}


li.active a.sub-src-sub-menu-m-058 {
  color: #4eab27;
  outline: none;
  border: none;
  box-shadow: none;
}
a.sub-src-sub-menu-m-058:hover{
  color: #4eab27;
}
ul.sub-src-usd-fr-sub-menu-hld-057 li.active::after {
  background: rgba(0, 175, 137,.5);
}
/* Sub Service Page Css End */



/* Blog CSS Starts Here */

/* .li-butn.active{
  border: 0.5px solid black;
  border-radius: 5px;
} */
/*.all-holder-564 p{
  width: 768px;
  text-align: justify;
}*/
/* .filter {
  display: none; Hide all elements by default
} */
section#blogdisplay {
    padding-top: 20px;
    padding-bottom: 55px;
}

#blogdisplay .row{
  margin: 10px!important;
}

.show {
  display: block;
}

.blog-breadcrumb a:not(:last-child):after{
    content: ' ';
    width: 3px;
    height: 3px;
    background: currentColor;
    margin: 0 10px;
    border-radius: 50%;
    opacity: .2;
    display: inline-block;
    margin-bottom: 3px;
  
}
.blog-title-holder{
  margin-bottom: 16px;
}
.blog-title-hero{
  background: url('../../images/new-theme/post-31.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.blog-title-hero::before{
  content: "";
  background-color: #104099;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.z-11{
  position: relative;
  z-index: 11;
}

.blog-title-holder a{
  color: white;
  text-decoration: none;
}
.blog-headline-content h1{
  color: white;
}

.title812{
  background-color: #4eab27;
  height: 3px;
  width: 88px;
  margin: 16px 0;
}
.blog-subhead-content{
  color: white;
  text-align: justify;
}

.blog-categories ul{
  margin: 20px 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.blog-categories li{
  margin: 10px;
}
.blog-categories a{
  padding: 12px calc(50px * .4);
  text-decoration: none;
  color: #181818!important;
  transition: 250ms ease all;
  cursor: context-menu;
}
.blog-categories a:hover{
  border-radius: 5px;
  box-shadow: 0 4px 10px rgb(34 34 34 / 20%);
  transition: 250ms ease all;
  transform-origin: 50% 100%;
}
.blog-1{

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: relative;
  height: 360px;
}
.blog-11::after{
    background: url('../../images/new-theme/INDIA-IDEAL.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-2::after{
    background: url('../../images/new-theme/COMMON MISCONCEPTION.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-3::after{
    background: url('../../images/new-theme/THE BENEFITS.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-4::after{
    background: url('../../images/new-theme/IMP OF PERSONALISED CARE.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-5::after{
    background: url('../../images/new-theme/THE RISE OF MEDICAL TOURISM.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-6::after{
    background: url('../../images/new-theme/HOW TO PREPARE.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-7::after{
    background: url('../../images/new-theme/WHY GOMEDI9 IS BEST CHOICE.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-8::after{
    background: url('../../images/new-theme/PATIENT TESTIMONIALS.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-9::after{
    background: url('../../images/new-theme/PATIENT STORY.jpg');
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-post-187-container::after{
 display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -1px;
    bottom: 0;
    opacity: .1;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    background: linear-gradient(to bottom,transparent 15%,#fff 50%);
    background-size: cover;
    opacity: .9;
}



.blog-post-187-container{
  height: 100%;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 22;
}

.blog-date-container97{
font-size: 1.25em !important;
    font-weight: 300;
    width: 3.6em;
    height: 3.6em;
    position: absolute;
    z-index: 22;
    top: 1em;
    right: 1em;
    border-radius: 50%;
    background: #104099;
    color: #fff;
    padding: 0.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1 !important;
    pointer-events: none;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
  }

.brdcrmb-nav ul{
  display:flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brdcrmb-nav ul li{
  margin: 2px 3px;

}
.brdcrmb-nav ul li a{
  font-size: 14px;
  text-decoration: none;
  color: #181818;
}

.brdcrmb-nav ul li:not(:first-child,:last-child):after{
  content: ' ';
    width: 3px;
    height: 3px;
    background: currentColor;
    margin: 0 10px;
    border-radius: 50%;
    opacity: .2;
    display: inline-block;
    margin-bottom: 3px;
}


.brdcrmb-nav ul li i{
  font-size: 14px;
  color: #4eab27;
}

.blog-ttl-89 a{
  text-decoration: none;
  color: #104099;
  font-weight: 400;
  font-size: 25px;
}

.read-mr-btn-45 a{
  text-decoration: none;
  color:#4eab27
}
.read-mr-btn-45 a::after{
content: ">";
padding: 5px;
color: #4eab27;
}

/* Blog CSS Ends Here */


/* Blog Inner Page Starts Here */

.blog-inner-hero{
/*  background: url('../../images/new-theme/post-12.jpg');
  background-position: center center;
  background-repeat: no-repeat;*/
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}
.blog-inner-hero-1{
    background: url('../../images/new-theme/INDIA-IDEAL.jpg');
    background-position: center -120px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-2{
    background: url('../../images/new-theme/COMMON MISCONCEPTION.jpg');
    background-position: center -160px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-3{
    background: url('../../images/new-theme/THE BENEFITS.jpg');
background-position: center -170px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-4{
    background: url('../../images/new-theme/IMP OF PERSONALISED CARE.jpg');
    background-position: center -215px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-5{
    background: url('../../images/new-theme/THE RISE OF MEDICAL TOURISM.jpg');
    background-position: center -215px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-6{
    background: url('../../images/new-theme/HOW TO PREPARE.jpg');
    background-position: center -380px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-7{
    background: url('../../images/new-theme/WHY GOMEDI9 IS BEST CHOICE.jpg');
    background-position: center -140px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-8{
    background: url('../../images/new-theme/PATIENT TESTIMONIALS.jpg');
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero-9{
    background: url('../../images/new-theme/PATIENT STORY.jpg');
    background-position: center -130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-inner-hero::before{
  content: "";
  background-color: #104099;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.brdcrmb-nav-bloginn ul{
  display:flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brdcrmb-nav-bloginn ul li{
  margin: 2px 3px;

}
.brdcrmb-nav-bloginn ul li a{
  font-size: 16px;
  text-decoration: none;
  color: #f6f6f6;
}

.brdcrmb-nav-bloginn ul li:not(:first-child,:last-child):after{
  content: ' ';
  color: #e8e8e8;
    width: 3px;
    height: 3px;
    background: currentColor;
    margin: 0 10px;
    border-radius: 50%;
    opacity: .2;
    display: inline-block;
    margin-bottom: 3px;
}


.brdcrmb-nav-bloginn ul li i{
  font-size: 14px;
  color: #4eab27;
}
.blo-inner-content-holder p{text-align: justify;}
.blo-inner-content-holder{
  padding: 64px 30px;
}
.wdt-85{
  width: 85%;
}
.padl-30{
  padding-left: 30px;
}
.sidebar87{
    box-shadow: 0 0 0 8px #e1e8f0 inset;
    padding: 30px 30px 100px 30px;
  }
.search-holder-25{
  position: relative;
}
.blog-inner-srchbar{
  padding: 18px 64px 18px 25.008px;
  outline: none;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  width: 100%;
  font-size: 16px;
}
.search-icon-76{
  position: absolute;
  padding: 0!important;
  height: 52px;
  width: 52px;
  background-color: #4eab27;
  color: white;
  border: none;
  top: 4px;
  right: 4px;
}
.sidebar87 h2{
  color: #4eab27;
}
.sidebar87 p{
  margin-bottom: 7px;
}
.recent-post-holder-97 a{
  text-decoration: none;
  color: #181818;
  font-family: "TitilliumWeb","Arial","Helvetica","Sans-Serif";
  font-size: 18px;
}

.recent-post-holder-97 p{
  font-family: "Catamaran","Arial","Helvetica","sans-serif";
  font-size: 14px;
  margin-bottom: 7px;
  opacity: 0.5;
}

.recent-post-holder-97 hr{
  opacity: 0.1;
}

/* Blog Inner Page Ends Here */


/* Careers Page Starts Here */
/*.careers-hero-three img {
    width: 60px;
}*/
.crrer-img-holder123{
    width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.crrer-img-holder{
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.careers-hero{
  background: url('../../images/new-theme/career-main-78.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 180px 120px 110px 120px;
  position: relative;
  overflow: hidden;
}
.careers-hero::before{
  content: "";
  background-color: #104099;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.careers-hero-inner .grn-head-23{
  font-size: 23.04px;
  font-weight: 400;
  color: #4eab27;
}

.careers-hero-inner .bold-family-font{
  font-size: 38.4px;
  font-weight: 900;
  color: white;
  letter-spacing: 0;
  line-height: 1;
}
.careers-hero-inner .family-des{
  font-size: 17px;
  font-family: "Catamaran","Arial","Helvetica","sans-serif";
  margin-top: 17px;
  color: white;
  width: 540px;
  text-align: justify;
}

.careers-hero-two{
  margin: 35px 0;
}
.careers-hero-two h2{
  font-size: 40px;
  color: #4eab27;
}
.careers-hero-two p{
  font-size: 18px;
  color:white;
  text-align: justify;
}
.careers-hero-three p {
    text-align: center!important;
}

.careers-hero-three{
  text-align: center;
  color: white;
}
.careers-hero-three p{
  font-size: 16px;
  padding: 0;
}

.careers-hero-hr{
  color: #ffffff !important;
  opacity: .1;
  margin: 40px 0;
}
.careers-sec2-col-one{
  background-color: #eef2f7;
}
.careers-sec2-col-one input,textarea{
  margin-bottom: 15px;
  transition: all 500ms ease;
  background: #fff;
  color: #181818!important;
  outline: none;   
  display: block;
  padding: 18px 25.008px;
  font-size: 1em;
  width: 100%;
  border: 0;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  -webkit-appearance: none;
}

.form-container-483 label{
  font-size: 16px;
  color: #212529;
  font-weight: 400;
}

.form-container-483 button{
  font-family: "Roboto Condensed","Arial","Helvetica","sans-serif" ;
  font-size: 14px;
}


.careers-sec2-col-one input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset;
  transition: all 500ms ease;
  -webkit-appearance: none;
}
.careers-sec2-col-one textarea:focus{
  box-shadow: 0 3px 20px rgb(34 34 34 / 20%), 0 0 0 2px rgb(34 34 34 / 25%) inset;
  transition: all 500ms ease;
  -webkit-appearance: none;
}

.careers-sec2-col-one button:not([type='checkbox']):not([type='radio']) {
  background-image: linear-gradient(to right,#4eab27 51%,#104099 100%);
  padding: 18.998px 25.004px;
    font-family: "Roboto Condensed","Arial","Helvetica","sans-serif" ;
  font-size: 14px;
    line-height: 1;
    background-position: 0 0;
    background-size: 200% 100% !important;
    border: 0;
    color: #fff;
    box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
    transition: all 300ms ease;
    width: auto;
    cursor: pointer;
    height: auto;
}
.career-sec2-content{
  max-width: calc(1200px / 12 * 5);
  margin-right: auto;
  padding: 0px 40px;
}
.careers-sec2-col-one button:not([type='checkbox']):not([type='radio']):hover{
  box-shadow: 1px 1px 10px 1px rgb(34 34 34 / 20%);
    transform: translateY(-3px);
    transition: all 300ms ease;
    background-position: 99% 0;
}
.careers-sec2-col-one .career-form-required{
  color: #4eab27;
  font-size: 25px;
  font-weight: 700;
}
.form-container-483{
  max-width: calc(1200px / 12 * 7);
  margin-left: auto;
  padding: 80px 40px;
}
.careers-sec2-col-two{
  background: url('../../images/new-theme/bgn-budapest-2-scaled-1 (1).jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 40px 60px;
}
.career-section-inner .row{
  --bs-gutter-x: 0;
}
.career-content-title .green53{
  font-size: 23.04px;
  color: #4eab27;
  font-weight: 400;
}

.career-content-title .white53{
  font-size: 38.4px;
  color:white;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.5;
  margin-bottom: 50px;
}
.career-details123{
  padding: 0 20px;
}
.career-content-title p{
  color: white;
  text-align: justify;
}
.career-content-title{
  margin-bottom: 50px;
}
.career-counters-76 h1{
  color: #4eab27;
  font-size: 60px;
  text-align: center;
}
.career-counters-76 p{
  color: white;
  text-align: center;
}
.career-counters-76 hr{
  color: #ffffff33;
  margin: 40px 0;
}
/* .careers-hero-inner h1{
  color: white;
} */

/* Careers Page Ends Here */



/* contact page css start */
.contactus-section-custom .get-a-free-quote-inner p.get-a-quote-desc {
  color: #181818;
}
.contactus-section-custom .get-a-free-quote-inner span {
  color: #104099;
  font-size: 24px;
}
.contactus-section-custom .get-a-free-quote-inner .dental-office-custom {
  color: #104099;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 30px;
}
.contactus-section-custom .get-a-free-quote-inner {
  background-color: rgba(225, 232, 240, 1);
  max-width: calc(1200px / 12 * 6);
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contactus-section-custom form.get-a-quote-form input.get-a-quote-btn {
  background-image: linear-gradient(to right, #4eab27 51%, #104099 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  border: none;
  margin-bottom: 20px;
}
.contactus-section-custom form.get-a-quote-form input.get-a-quote-btn:hover {
  background-image: linear-gradient(to right, #4eab27 51%, #104099 100%);
  box-shadow: 1px 1px 10px 1px rgb(34 34 34 / 20%);
  transform: translateY(-3px);
  background-position: 99% 0;
}
.contactus-section-custom .get-a-quote-btn {
  background-image: linear-gradient(to right, #104099 51%, #4eab27 100%);
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background-position: 0 0;
  background-size: 200% 100% !important;
  box-shadow: 1px 1px 3px 1px rgb(34 34 34 / 20%);
  padding: 16.5px 26px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
  display: inline-flex;
  border: none;
  margin-bottom: 20px;
}
.contactus-section-custom .get-a-quote-btn:hover {
  background-position: 99% 0;
  text-shadow: 0 1px 2px rgb(34 34 34 / 20%);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.contact-icon-custom .service-ic-title-custom {
  margin-bottom: 20px;
  padding: 0px;
  font-weight: 400;
  font-size: 22px;
}
.contact-icon-custom {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
}
.contactus-section-custom .border-blank {
  background: rgba(34, 34, 34, 0.1);
  width: 100%;
  height: 1px;
  margin: 30px 0px;
}
.contact-title-holder-custom {
  text-align: left;
}

.contactus-section-custom .blog-inner-hero {
  background: url("../../images/new-theme/budapest-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.contactus-section-custom .blog-inner-hero::before {
  content: "";
  background-color: #104099;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.contactus-section-custom .brdcrmb-nav-bloginn ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contactus-section-custom .brdcrmb-nav-bloginn ul li {
  margin: 2px 3px;
}
.contactus-section-custom .brdcrmb-nav-bloginn ul li p {
  font-size: 16px;
  text-decoration: none;
  color: #f6f6f6;
  text-align: justify;
}

.contactus-section-custom
  .brdcrmb-nav-bloginn
  ul
  li:not(:first-child, :last-child):after {
  content: " ";
  color: #e8e8e8;
  width: 3px;
  height: 3px;
  background: currentColor;
  margin: 0 10px;
  border-radius: 50%;
  opacity: 0.2;
  display: inline-block;
  margin-bottom: 3px;
}
.contactus-section-custom .brdcrmb-nav-bloginn {
  margin-bottom: 15px;
}
.contactus-section-custom .about-section-title {
  margin-left: 10px !important;
}

.contactus-section-custom .brdcrmb-nav-bloginn ul li i {
  font-size: 14px;
  color: #4eab27;
}
/* contact page css end */


/* process page css start */


.content.step01:after {
    content: "01";
    position: absolute;
    right: -348px;
    top: -57px;
    font-size: 20rem;
    display: block;
    font-weight: 800;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #104099;
}



.content.step02:after {
    content: "02";
    position: absolute;
    left: -348px;
    top: -37px;
    font-size: 20rem;
    display: block;
    font-weight: 800;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #104099;
}

.content.step03:after {
    content: "03";
    position: absolute;
    right: -348px;
    top: -64px;
    font-size: 20rem;
    display: block;
    font-weight: 800;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #104099;
}


.content.step04:after {
    content: "04";
    position: absolute;
    left: -348px;
    top: -39px;
    font-size: 20rem;
    display: block;
    font-weight: 800;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #104099;
}


.content.step05:after {
    content: "05";
    position: absolute;
    right: -348px;
    top: -40px;
    font-size: 20rem;
    display: block;
    font-weight: 800;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #104099;
}




.process-section-custom .service-icon-inner {
  margin-bottom: 40px;
  text-align: center;
  display: block;
}
.process-section-custom .service-icon-inner img {
  margin-bottom: 10px;
}
.process-section-custom .service-in-num-blank-border-826 {
  background: rgba(34, 34, 34, 0.1);
  margin: 20px 0px;
}
.process-section-custom .contact-title-holder-custom p {
  width: 600px;
  margin: 0 auto;
}

.process-section-custom .blog-inner-hero1 {
  background: url("../../images/new-theme/bgn-doctor.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.process-title-holder-custom span,
.process-title-holder-custom h3,
.process-title-holder-custom p {
  text-align: left;
}
.process-title-holder-custom p {
  color: #181818;
  text-align: justify !important;
}
.faq-custom-section1 .accordion-item{
  border: none !important;
  margin-bottom: 1px;
}
.faq-custom-section1 {
  padding: 80px 0px 40px 0px;
  height: 863px;
}
.faq-custom-section1 p {
  width: 580px;
}
.faq-custom-section1 .accordion button {
  border: 2px solid #4eab27;
  color: #4eab27;
  border-radius: 0;
  font-size: 16px;
}
.faq-custom-section1 .accordion {
  margin-top: 2em;
}
.faq-custom-section1 .accordion button:hover {
  background-color: #4eab27;
  color: #fff;
}
.faq-custom-section1 .accordion button:focus {
  box-shadow: none;
}
.faq-custom-section1 .accordion-button:not(.collapsed) {
  background-color: #4eab27;
  box-shadow: none;
  color:#ffffff;
}
.faq-custom-section1 .accordion-body {
  border: 1px solid #4eab27;
  font-size: 16px;
}
.faq-custom-section1 .accordion-button::after {
  color: #4eab27;
}
.faq-custom-section1 .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-custom-section1 .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prccs-tst-first-ttl-prt-061 {
  padding-top: 131px;
  max-width: calc(1140px / 12 * 7.5);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 131px;
  margin-left: auto;
}

div#about_us_dental_professional {
    position: relative;
}
div#about_us_dental_professional .owl-controls {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
}
div#about_us_dental_professional .owl-controls .owl-nav {
    position: relative;
}
div#about_us_dental_professional .owl-controls .owl-nav .owl-prev {
    display: inline-block!important;
    font-size: 0px;
    height: 20px;
    width: 20px;
    background: transparent;
    position: absolute;
    left: -6%;
}
div#about_us_dental_professional .owl-controls .owl-nav .owl-prev::after {
    content: "\f053";
    color: #4eab27;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 13px;
}
div#about_us_dental_professional .owl-controls .owl-nav .owl-next {
    display: inline-block!important;
    font-size: 0px;
    height: 20px;
    width: 20px;
    background: transparent;
    position: absolute;
    right: 0;
}
div#about_us_dental_professional .owl-controls .owl-nav .owl-next::after {
    content: "\f054";
    color: #4eab27;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 13px;
}
.about-us-bg-inner-text-holder-013.prccs-tst-ttl-prt-061 {
  margin-right: auto;
  margin-left: 0;
}
p.prcs-lf-time-desc-087 {
  padding-bottom: 40px;
}
section.timeline-section-custom-0119 {
  padding: 80px 0px;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #e1e8f0;
  top: 11%;
  bottom: 11%;
  left: 50%;
  margin-left: -1px;
}

.timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  z-index: 1;
}

.timeline .container.left {
  left: -25%;
}

.timeline .container.right {
  left: 25%;
}

.timeline .container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.timeline .container.right::after {
  left: -8px;
}

.timeline .container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}

.timeline .container.right::before {
  left: 8px;
}

.timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline .container.left .date {
  right: -180px;
}

.timeline .container.right .date {
  left: -75px;
}

.timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #104099;
  border: 2px solid #104099;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
}

.timeline .container.left .icon {
  right: 56px;
}

.timeline .container.right .icon {
  left: 56px;
}

.timeline .container .content {
  padding: 30px 90px 30px 30px;
  border: 2px solid #4eab27;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.timeline .container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #181818;
  font-size: 24px;
}

.timeline .container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #181818;
  text-align: justify;
}
.top-772{
  position: relative;
  z-index: 2;
}

.img-holder-453{
  position: absolute;
  width: 600px;
  right: 50px;
  z-index: 1;
  top: 120px;
}

.faq-section{
  background: #e1e8f0;
  position: relative;
}

.img-holder-453 img{
  width: 100%;
}

.pad-t80{
  padding: 80px!important;
}

/* process page css end */


/* Sub Services List All Page Css Start */

.services-carousel-custom .owl-controls .owl-nav .owl-prev{
  left: -4% !important;
}
.services-carousel-custom .owl-controls .owl-nav .owl-next{
      right: -4% !important;
}
.services-carousel-custom .owl-dots{
display: none !important;

}
.sub-srvc-list-all-301 {
  padding: 50px 0px;
}
.sub-srvc-detls-303 {
  text-align: center;
  min-height: 50px;
  padding: 20px 0px;
}
.srvc-bdr{
  border-right: 1px solid #dfdfdf;
}
.srvc-bdt{
  border-top: 1px solid #dfdfdf;
}
.sub-srvc-detls-303 img {
  width: 60px;
}
.sub-srvc-title-304{
  color:#212529;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
.sub-srvc-title-304:hover {
  color: #4eab27;
}
.sub-srvc-head-title-306 {
  margin-bottom: 30px;
}

/* Sub Services List All Page Css End */





/* Responsive Css Start */
@media screen and (min-width: 1920px) and (max-width: 8000px){
  div#carouselExampleIndicators {max-height: 1050px;}
  .main-slider-holder .carousel-item {max-height: 1050px;}
  .slide-content-1 {top: 35%;}
  section.exp-dental-travel-holder {margin-top: -272px;}
  .sl-1-inner-content span.sub-title {font-size: 54px;}
  .sl-1-inner-content h2.slide-main-title {font-size: 90px;}
  .professional-titl-holder span.professional-sub-title{font-size: 30px;}
  .professional-titl-holder h3.professional-title{font-size: 60px;line-height: 45px;}
  .excellence-def-inner span.excellence-sub-title{font-size: 30px;}
  .excellence-def-inner h3.excellence-title{font-size: 60px;line-height: 45px;}
  .travel-inner span.travel-sub-title{font-size: 54px;}
  .travel-inner h3.travel-title{font-size: 90px;line-height: 75px;}
  .testimonial-title-holder span.testimonial-sub-title{font-size: 30px;}
  .testimonial-title-holder h3.testimonial-title{font-size: 60px;line-height: 45px;}
  .test-first-9923 h5.test-title br{display: none}
  .stay-title-holder span.stay-sub-title{font-size: 39px;}
  .stay-title-holder h3.stay-title{font-size: 65px;line-height: 50px;}
  .call-now-num-part span.call-now-sub-title {font-size: 36px;}
  .call-now-num-part h3.call-now-title{font-size: 60px;line-height: 45px;}
  /* About-us Page Css */
  span.common-sub-title-1 {font-size: 54px;}
  h2.common-title-1 {font-size: 90px;line-height: 75px;}
  span.common-sub-title{font-size: 39px;}
  h3.common-title{font-size: 65px;line-height: 45px;}
  span.about-us-bg-sub-title-720{font-size: 39px;}
  h3.about-us-bg-title-824{font-size: 65px;line-height: 45px;}
  .about-us-bg-inner-text-holder-013 {max-width: calc(1140px / 12 * 5.5);}
  /* services page css */
  .for-lifetime-titl-holder span.for-lifetime-sub-title {font-size: 30px;}
  .for-lifetime-titl-holder h3.for-lifetime-title {font-size: 60px;line-height: 45px;}
   /* main-service-page css */
  span.main-src-usd-fr-sub-title {font-size: 32px;}
  h3.main-src-usd-fr-title{font-size: 40px;line-height: 25px;}
  span.main-src-why-chos-sub-title {font-size: 39px;}
  h3.main-src-why-chos-title {font-size: 65px;line-height: 45px;}
/* Blog css */
.blog-headline-content h1{  font-size: 42.55px;}
/* Blog Inner */
.blog-headline-content h1 {font-size: 60px;}
/* Careers Page CSS */
  .careers-hero-inner .grn-head-23{font-size: 54px;}
  .careers-hero-inner .bold-family-font{font-size: 90px; letter-spacing: -2.8px; padding-right: 40px;}
  .career-content-title .green53{font-size: 39.0048px;}
  .career-content-title .white53{font-size: 65.008px;}
}
@media screen and (min-width: 1600px) and (max-width: 1920px){
  div#carouselExampleIndicators {max-height: 1050px;}
  .main-slider-holder .carousel-item {max-height: 1050px;}
  .slide-content-1 {top: 35%;}
  section.exp-dental-travel-holder {margin-top: -272px;}
  .sl-1-inner-content span.sub-title {font-size: 54px;}
  .sl-1-inner-content h2.slide-main-title {font-size: 90px;}
  .professional-titl-holder span.professional-sub-title{font-size: 30px;}
  .professional-titl-holder h3.professional-title{font-size: 60px;line-height: 45px;}
  .excellence-def-inner span.excellence-sub-title{font-size: 30px;}
  .excellence-def-inner h3.excellence-title{font-size: 60px;line-height: 45px;}
  .travel-inner span.travel-sub-title{font-size: 54px;}
  .travel-inner h3.travel-title{font-size: 90px;line-height: 75px;}
  .testimonial-title-holder span.testimonial-sub-title{font-size: 30px;}
  .testimonial-title-holder h3.testimonial-title{font-size: 60px;line-height: 45px;}
  .test-first-9923 h5.test-title br{display: none}
  .stay-title-holder span.stay-sub-title{font-size: 39px;}
  .stay-title-holder h3.stay-title{font-size: 65px;line-height: 50px;}
  .call-now-num-part span.call-now-sub-title {font-size: 36px;}
  .call-now-num-part h3.call-now-title{font-size: 60px;line-height: 45px;}
  /* About-us Page Css */
  span.common-sub-title-1 {font-size: 54px;}
  h2.common-title-1 {font-size: 90px;line-height: 75px;}
  span.common-sub-title{font-size: 39px;}
  h3.common-title{font-size: 65px;line-height: 45px;}
  span.about-us-bg-sub-title-720{font-size: 39px;}
  h3.about-us-bg-title-824{font-size: 65px;line-height: 45px;}
  .about-us-bg-inner-text-holder-013 {max-width: calc(1140px / 12 * 5.5);}
  /* services page css */
  .for-lifetime-titl-holder span.for-lifetime-sub-title {font-size: 30px;}
  .for-lifetime-titl-holder h3.for-lifetime-title {font-size: 60px;line-height: 45px;}
  /* main-service-page css */
  span.main-src-usd-fr-sub-title {font-size: 32px;}
  h3.main-src-usd-fr-title{font-size: 40px;line-height: 25px;}
  span.main-src-why-chos-sub-title {font-size: 39px;}
  h3.main-src-why-chos-title {font-size: 65px;line-height: 45px;}
  /* Blog css */
.blog-headline-content h1{  font-size: 42.55px;}
/* Blog Inner */
.blog-headline-content h1 {font-size: 60px;}
/* Careers Page CSS */
  .careers-hero-inner .grn-head-23{font-size: 54px;}
  .careers-hero-inner .bold-family-font{font-size: 90px; letter-spacing: -2.8px; padding-right: 40px;}
  .career-content-title .green53{font-size: 39.0048px;}
  .career-content-title .white53{font-size: 65.008px;}
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
  div#carouselExampleIndicators {max-height: 1050px;}
  .main-slider-holder .carousel-item {max-height: 1050px;}
  .slide-content-1 {top: 35%;}
  section.exp-dental-travel-holder {margin-top: -17em;}
  .sl-1-inner-content span.sub-title {font-size: 54px;}
  .sl-1-inner-content h2.slide-main-title {font-size: 90px;}
  .professional-titl-holder span.professional-sub-title{font-size: 30px;}
  .professional-titl-holder h3.professional-title{font-size: 60px;line-height: 45px;}
  .excellence-def-inner span.excellence-sub-title{font-size: 30px;}
  .excellence-def-inner h3.excellence-title{font-size: 60px;}
  .travel-inner span.travel-sub-title{font-size: 30px;}
  .travel-inner h3.travel-title{font-size: 90px;line-height: 75px;}
  .testimonial-title-holder span.testimonial-sub-title{font-size: 30px;}
  .testimonial-title-holder h3.testimonial-title{font-size: 60px;line-height: 45px;}
  .test-first-9923 h5.test-title br{display: none}
  .stay-title-holder span.stay-sub-title{font-size: 39px;}
  .stay-title-holder h3.stay-title{font-size: 65px;line-height: 50px;}
  .call-now-num-part span.call-now-sub-title {font-size: 36px;}
  .call-now-num-part h3.call-now-title{font-size: 60px;line-height: 45px;}
  /* About-us Page Css */
  span.common-sub-title-1 {font-size: 54px;}
  h2.common-title-1 {font-size: 90px;line-height: 75px;}
  span.common-sub-title{font-size: 39px;}
  h3.common-title{font-size: 65px;line-height: 45px;}
  span.about-us-bg-sub-title-720{font-size: 39px;}
  h3.about-us-bg-title-824{font-size: 65px;line-height: 45px;}
  .about-us-bg-inner-text-holder-013 {max-width: calc(1140px / 12 * 5.5);}
  /* services page css */
  .for-lifetime-titl-holder span.for-lifetime-sub-title {font-size: 30px;}
  .for-lifetime-titl-holder h3.for-lifetime-title {font-size: 60px;line-height: 45px;}
  /* main-service-page css */
  span.main-src-usd-fr-sub-title {font-size: 32px;}
  h3.main-src-usd-fr-title{font-size: 40px;line-height: 25px;}
  span.main-src-why-chos-sub-title {font-size: 39px;}
  h3.main-src-why-chos-title {font-size: 65px;line-height: 45px;}
  /* Blog css */
.blog-headline-content h1{  font-size: 42.55px;}
/* Blog Inner */
.blog-headline-content h1 {font-size: 60px;}
/* Careers Page CSS */
  .careers-hero-inner .grn-head-23{font-size: 54px;}
  .careers-hero-inner .bold-family-font{font-size: 90px; letter-spacing: -2.8px; padding-right: 40px;}
  .career-content-title .green53{font-size: 39.0048px;}
  .career-content-title .white53{font-size: 65.008px;}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

  /* contactus page css start */
  .all-holder-564 p{width: 100%;}
  /*contactus page css end */
  
}
@media screen and (min-width: 992px) and (max-width: 1199px){

  /* home page css start */
  .slide-content-1 {
    top: 30%;
}
.profesional-details-hold{
      max-width: 100%;
}
.professional-desc {
    text-align: initial;
}
.professional-logo-img-list img{
  max-width: 147px;
}
.world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon{
  padding: 0px 20px;
}
  /* home page css end */

  /* process page css start */
  .img-holder-453{display: none;}
  .faq-custom-section1 .col-md-8{width: 100%;}
  /* process page css end */

  /* career page css start */
  .careers-hero{
    padding: 60px 50px 60px 50px;
  }
  .careers-sec2-col-two{    padding: 20px 30px;}
  .career-sec2-content{padding: 0}
  /* career page css end */

  /* services page css start */
  .pad-t80 {
    padding: 40px!important;
}
  /*services page css end */

  /* sub category page css start */
  .sub-src-sbsvc-holder {
    padding: 0;
}
  /* sub category page css end */

  /* blog inner page css start */
  .padl-30 {
    padding-left:0px;
}
.wdt-85 {
    width: 100%;
}
  /* blog inner page css end */

  /* contactus page css start */
  .all-holder-564 p{width: 100%;}
  /* contactus page css end */

}
@media screen and (min-width: 768px) and (max-width: 991px){

.top-social-holder{
  display: none;
}
.top-bar-hed{
  display: none;
}
.menu-inner-part{
  padding-left: 25px;
}
.logo img.main-logo {
    width: 150px;
}
.main-menu{
  padding-top: unset;

}
  .world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon{
    padding: 0px 15px;
  }
  .exp-details-text{
        padding-left: 8px;
        min-height: 100px;
  }
  .exp-details-text h3{
        font-size: 25px;
  }
  .exp-holiday-part .start-dental-travel-bg-img .dental-travel-btn-holder a.white-btn{
    padding: 9.5px 9.5px;
  }
  .sl-1-inner-content .slide-inner-button{
        margin-top: 20px;
  }
  section.exp-dental-travel-holder{
        margin-top: -135px;
  }
  section.service-icon-holder {
    padding: 40px 0px 40px 0px;
}
.service-icon-holder .service-icon-inner{
      text-align: center;
      display: block;
}
.get-a-free-quote-form{
  padding-left: 40px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.get-a-free-quote-inner{
      padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
section.professional-holder {

    margin: 25px 0;
}
.professional-logo-img-list {
    display: block;
    margin-top: 20px;
}
.profesional-details-hold{
  max-width: 100%;
}
.professional-logo-img-list img{max-width: 100px;}
section.travel-holder{
  padding-top: 35px;
}
.travel-icon-inner{
  padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.travel-inner-white-holder {
    padding: 20px 0px;
}
section.stay-holder {
    padding-top: 50px;
    padding-bottom: 50px;
}

.stay-img-wrap-inner{
      width: 130px;
}
span.stay-img--title{
      font-size: 20px;
}
.call-now-inner{
  padding: 0px 10px;
}
.call-bg{
      padding-top: 25px;
    padding-bottom: 25px;
}
section.call-now-holder {
    padding-bottom: 30px;
}
.fc-menu ul.fc-menu-main li.fc-menu a.fc-menu-item{
      font-size: 14px;
}
/* home page css end */

/* about us page css start */
.about-us-main-holder-845 {
    padding-top: 80px;
}
.our-vision-mission-section {
    padding: 30px 30px;
}
.our-vision-description, .our-mission-description{
      width: 100%;
}
section.service-in-num {
    padding-top: 20px;
}
#progress-circle-99,#progress-circle-97,#progress-circle-100,#progress-circle-95,#progress-circle-100{
  width: 125px;
    height: 125px;
}
.service-in-num-ic-inner h5.service-in-num-name-827,p.service-in-num-quote-357{    text-align: center;}
.about-us-bg-inner-text-holder-013{
  padding-top: 55px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 55px;
}
.call-now-num-part span.call-now-sub-title{font-size: 20px;}
/* about us page css end */

/* process page css start */
.faq-custom-section1 p{width: 100%;}
.img-holder-453{display: none;}
.faq-custom-section1 {
    padding: 30px 0px 30px 0px;
    min-height: 863px;
}
.pad-t80 {
    padding: 30px!important;
}
  .faq-custom-section1 .col-md-8{width: 100%;}
/* process page css end */

/* career page css start */
.careers-hero{padding: 40px 15px 40px 15px;}
.career-details123 {
    padding: 0 10px;
}
.mb-5 {
    margin-bottom: 0rem!important;
}
.form-container-483{
  padding: 25px 25px;
}
.careers-sec2-col-two{padding: 25px 20px;}
.career-sec2-content{    padding: 0px 0px;}
.career-counters-76 hr{margin: 15px 0;}
/* career page css end */

/* services page css start */
.services-page-main-holder-037 .service-icon-holder .service-icon-inner{text-align: initial;}
.services-page-main-holder-037 .service-icon-holder .service-icon-inner .service-icon-desc{padding-left: 0}
section.services-page-bg-holder-501{    padding-bottom: 70px;}
section.more-mds-holder-part {
    padding-top: 35px;
    padding-bottom: 35px;
}
.call-now-btn-part a.call-now-btn{    padding: 12.5px 18px;}
/* services page css end */

/* main category page css start */
section.main-src-usd-fr {
    padding: 40px 0px;
}
.main-src-p-inner-details{
  display: block;
}
.main-src-first-bg-clr{    padding: 40px 20px;}
.main-src-p-first,.main-src-first-bg-img-details{padding: 0;}
.main-src-quote{margin: 0}
.main-src-sub-menu-form-part-013{    padding: 30px 20px 30px 20px;}
/* main category page css end */

/* sub category page css start */
.sub-src-dsrv-bg-clr-048{    padding: 30px 30px;}
.sub-src-dsrv-color-bg-049{padding: 25px 25px;}
.sub-src-dsc-mn-part-051 .col-md-6{width: 100%;}
section.sub-src-dsc-part-050 {
    padding: 30px 0px;
}
/* sub category page css end */

/* blog page css start */
.blog-ttl-89 a{    font-size: 16px;}
.blog-1{height: 280px;}
.blog-post-187-container{padding: 15px;}
.all-holder-564 p{width: 100%;}
/* blog page css end */

/* blog inner page css start */
.blo-inner-content-holder {
    padding: 40px 10px;
}
.wdt-85{width: 100%;}
.recent-post-holder-97 a{    font-size: 16px;text-align: justify;}
.recent-post-holder-97 .col-md-4,.recent-post-holder-97 .col-md-8{width: 100%;}
.padl-30 {
    padding-left: 20px;
}
.sidebar87 {
    padding: 20px 20px 50px 20px;
}
/* blog inner page css end */

/* contactus page css start */
.contactus-section-custom .get-a-free-quote-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* contactus page css end */



}
@media screen and (min-width: 320px) and (max-width: 767px){

/*Header CSS R-320*/
section.menu-hld-bg {
    padding: 0;
}
.toggler-icon-34 i {
    color: #ffffff;
}
/*.menu-inner-part nav ul.main-menu li ul.dropdown.submenu {
    display: none;
}
.menu-inner-part nav ul.main-menu li ul.dropdown.submenu.red {
    display: block!important;
    visibility: visible;
    opacity: 1;
}*/
.logo-area.menuholder{
  padding: 10px 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
section.sticky .logo-area.menuholder {
    padding: 10px 0px;
}
.logo img.main-logo {
    width: 140px;
    margin-left: 10px;
}

section.sticky{
  background-color: #ffffffb3;
}


/*Footer CSS R-320*/

section.footer-widget-holder{
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-widget-title{
  margin-bottom: 10px;
  margin-top: 25px;
}
.footer-inner3 {
    padding: 0 10px;
}
.footer-inner1 {
    padding: 0 10px;
}
form.get-a-quote-form input.get-a-quote-btn{
  display: block;
  width: 100%;
}
.footer-social-holder a.s-icon{
  margin-right: 10px;
}
section.last-ftc-part::after{
  display: none;
}
.fc-menu{
  display: none;
}
.footer-copyright-text p.copyright-desctiption{
  font-size: 14px;
}
.fc-text{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* Home Pages CSS R-320 */

section.main-hed{
  display: block;
  position: static!important;
  background-color: #104099;

}

.menuholder-inner{
  display: block;
}
.toggler-icon-34{
  text-decoration: none;
  color: white;
  font-size: 25px;
  margin-right: 10px;
  display: block!important;
}
.main-menu{
  padding-top: 25px;
}
.menu-inner-part{
  display: none;
  padding: 0;
  text-align: center;
}
.menu-inner-part nav ul.main-menu li:hover > ul.submenu, .menu-inner-part nav ul.main-menu li ul.submenu:hover{
  width: 100%;
  position: relative;
}
#menu-inner-part-65{
  display: none;
}
.menu-inner-part nav ul.main-menu li ul.submenu{
  background:none;
  box-shadow: none;
}
ul.dropdown.submenu.row.service-dd-345{
  left: unset;
}
.menu-inner-part nav ul.main-menu li{
  float: none;

}
/*.responsive-menu-43{
  display: block;
}*/
.logo {
    /*display: flex;
    align-items: center;*/
    justify-content: space-between;
}
section.sticky .menuholder-inner{
  display: block;
}
.top-bar-hed{
  display: none;
}
.top-social-holder{
  display: none;
}
section.sticky.show-sticky{
  display: unset;
  overflow: scroll;
  max-height: 1000px;
}
.exp-details-text h3{
  margin-bottom: 0;
}
.slide-content-1{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon{
  padding: 20px 15px;
}
.world-icon-part ul.world-sub-icon-holder-main li.world-inner-icon img {
    height: 40px;
}
.world-icon-part ul.world-sub-icon-holder-main li.r-border::after{
  top:unset;
}

.sl-1-inner-content span.sub-title{
  font-size: 17px;
}
.sl-1-inner-content h2.slide-main-title{
  font-size: 25px;
}
.sl-1-inner-content .slide-inner-button a.check-out-btn{
  font-size: 12px;
  padding: 10.5px 21px;
}
.sl-1-inner-content .slide-inner-button{
  margin-top: 15px;
}
.exp-details-text{
  
  padding: 0;
}
.exp-details-text{
  min-height: 80px;
  justify-content: center;
  text-align: center;
}
.professional-titl-holder{
  width: 100%;
  padding: 15px;
}
.process-section-custom .blog-inner-hero1{
  padding: 30px 0px;
}
.professional-logo-img-list img{
  max-width: 85px;
}
.exp-details-text h3{
  letter-spacing: 0px;
  font-size: 20px;
  width: 100%;
}
section.service-icon-holder {
    padding: 40px 20px 40px 20px;
}
.get-a-quote-img-holder{
  display: none;
}

  section.exp-dental-travel-holder {
  position: static;
  margin: 0;
  left: 0;
  right:0;
}

.get-a-free-quote-form{
  padding: 0;
  flex-basis: unset;
  max-width: none;
}

.exp-holiday-part .start-dental-travel-bg-img{
  padding: 25px 0;
}
.stay-images-part{
  flex-direction: column;
}
.call-now-inner{
  flex-direction: column;
  padding: 0 20px;
}
.call-now-num-part span.call-now-sub-title{
  font-size: 20px;
  text-align: center;
}
.call-now-num-part h3.call-now-title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
section.travel-holder{
  padding-top: 40px;
}
.travel-inner{
  padding: 0 10px;
}
.travel-icon-inner{
  padding:25px;
}
.travel-ic-holder img.travel-ic {
    width: 35px;
}
.travel-ic-holder span.travel-ic-name{
  font-size: 15px;
}
.stay-images-inner{
  margin-top: 25px;
}
.stay-title-holder span.stay-sub-title{
  font-size: 28px;
}
.stay-title-holder h3.stay-title{
  font-size: 44px;
  letter-spacing: 0px;
  line-height: 45px;
}
.stay-images-part{
  margin-top: 40px;
}



/* About Us */
section.about-us-bg-holder-22{
  padding-top: 20px;
}
.about-us-inner-holder-615 {
    padding: 0 12.5px;
}
.about-us-main-holder-845{
  padding-top: 10px;
}
.our-vision-mission-section {
    padding: 40px 12.5px;
}
.service-in-num-title-hold {
    padding: 0 12.5px;
}
.mbtm-34{
  margin-bottom: 35px;
}
.service-in-num-desc-910 {
    padding: 0 12.5px;
}
.our-vision-description, .our-mission-description{
  width: unset;
}
span.common-sub-title-1{
  font-size: 25px;
}
h2.common-title-1{
    font-size: 38px;
    letter-spacing: unset;
    line-height: unset;
}
.about-us-bg-inner-text-holder-013{
  padding-top: 20px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
/* about page css end */


/* career page css start */
.careers-hero{
      padding: 25px 10px 25px 10px;
}
.careers-hero-inner .family-des{width: 100%;}
.career-details123{padding: 0}
.form-container-483 {
    max-width: 100%;
    padding: 20px 20px;
}
.careers-sec2-col-two{
  padding: 20px 20px;
}
.career-sec2-content {
    max-width: 100%;
    padding: 0px 0px;
}
.career-counters-76 hr {
    margin: 10px 0;
}
.careers-hero-two {
    margin: 10px 0;
}
.careers-hero-hr {
    margin: 15px 0;
}
/* career page css end */


/* main services page css start */
.services-page-main-holder-037{
  padding-top: 20px;
}
section.services-page-bg-holder-501{
      background-position: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-icon-holder .service-icon-inner{
    margin-bottom: 25px;
}
section.service-in-num {
    padding-top: 30px;
}
.service-mb-60 {
    margin-bottom: 10px;
}

.service-in-num-quote-93 blockquote::after,.service-in-num-quote-93 blockquote::before{
      margin: 0.2em auto;
}
.service-in-num-blank-border-826 {
    margin: 15px 0px;
}
.service-in-num-second-ic-holder {
    margin-top: 20px;
}
.pad-t80 {
    padding: 15px!important;
}
section.more-mds-holder-part {
    padding-top: 30px;
    padding-bottom: 30px;
}
.more-mds-inner-part{
  max-width: 300px;
  margin: 0 auto;
}
/* main services page css end */





/* main category page csss start */
.main-src-first-bg-clr{
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-src-inrtxt-hold-003 {
    max-width: 100%;
    padding: 0 12.5px;
}
.main-src-usd-fr-side-menu-009{
  margin-top: 20px;
}
ul.main-src-usd-fr-sub-menu-hld-011 {
    padding: 0 12.5px;
}
h4.main-src-usd-fr-sub-menu-title-012 {
  padding-left: 12.5px;
}
.exp-holiday-part .container{
  margin: 0;
  max-width: 100%;
}
.main-hed-inner .container {
    max-width: 100%;
}
.main-src-usd-fr-txt-details {
    padding: 0 12.5px;
}
.main-src-p-inner-details{
      display: block;
}
.main-src-p-second,.main-src-p-first {
    padding: 0;
}
section.main-src-usd-fr {
    padding: 20px 0px;
}
.main-src-sub-menu-form-part-013{
  margin-top: 3em;
}
section.call-now-holder {
    padding-bottom: 25px;
}
section.menu-hld-bg{
  padding: unset;

}
/* main category page css end */

/* sub category page css start */
.sub-src-dsrv-img-hld-044 {
    margin-bottom: 0;
}
.sub-src-dsrv-bg-clr-048{
  padding: 30px;
}
.sub-src-dsrv-color-bg-049{
      padding: 20px 20px;
}
section.sub-src-dsc-part-050 {
    padding: 30px 0px;
}
.sub-src-sbsvc-holder {
    padding: 0;
}
/* sub category page css end */

/* blog inner page css start */
.blog-inner-hero-1{
  background-position: center 0px;
}
.blog-inner-hero{
  padding: 30px;
}
.blo-inner-content-holder {
    padding: 15px 15px;
}
.wdt-85{
  width: 100%;
}
.padl-30{
  padding-left: 0;
}
.sidebar87{
  padding: 30px;
}
.blog-inner-hero-2{
  background-position: center 0;
}
.blog-inner-hero-3,.blog-inner-hero-4,.blog-inner-hero-5,.blog-inner-hero-6,.blog-inner-hero-7,.blog-inner-hero-8,.blog-inner-hero-9{
  background-position: center 0;
}
.blog-title-hero{
  padding: 40px 12.5px;
}
/* blog inner page css end */

/* process page css start */
.content.step01:after,.content.step02:after,.content.step03:after,.content.step04:after,.content.step05:after,.timeline::after{display: none;}
.timeline .container{width: 100%;}
.timeline .container.left {
    left: unset;
}
.timeline .container.right {
    left: unset;
}
.timeline .container .content, 
.timeline .container.right .content{
  padding: 10px;
  border-radius: 8px;
}
.timeline .container .icon{
  display: none;
}
.timeline .container::before{
  display: none;
}
.timeline .container::after{
  display: none;
}
.timeline .container .content h2{    font-size: 20px;}
.timeline .container .content p{font-size: 14px;}
.img-holder-453{display: none;}
.faq-custom-section1 p{width: 100%;}
.faq-custom-section1{
  min-height: 1200px;
}
.careers-hero{
  background-size: cover;
}
/* process page css end */

/* Blog CSS R-320 */
.all-holder-564 p{
  width: 100%;
}




/* Contact Us CSS R-320 */
.contactus-section-custom .blog-inner-hero{
  padding: 40px 12.5px;
}
.contactus-section-custom form.get-a-quote-form input.get-a-quote-btn{
  display: block;
}
}
@media screen and (min-width: 320px) and (max-width: 420px){
  
}



/* Responsive Css Start End*/