@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Source+Sans+Pro:300,400,600,700,900&amp;display=swap");
/*
* 2. common style
*/
body {
 font-family: 'dinpro';
  font-size: 17px;
  line-height: 26px;
  color: #5F666D;
}body {
    font-family: 'dinpro' !important;
}
@font-face {
	font-family: 'dinpro';
	src: url(../fonts/dinpro-medium.woff) format("woff"), url(../fonts/dinpro-medium.woff) format("woff");
	font-weight: 700;
	font-style: normal
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
ul.contact {
    padding: 0;
    padding-right: 3rem;
}
p#opening-hours {
   padding-right: 3rem; 
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #0f4469;
}
.thm-base-bg {
  background-color: #0384CE;
}
.thm-base-bg-2 {
  background-color: #3156A3;
}
.thm-primary-bg {
  background-color: #ff6b35;
}
.thm-gray-bg {
  background-color: #f6fbff;
}
.thm-gray-bg-2 {
  background-color: #F7F8FB;
}
.thm-light-color {
  color: #fff;
}
.feature-one__icon img {
    width: 37%;
}
.thm-primary-color {
  color: #ff6b35;
}
hr.style-one {
  margin: 0;
  border-top: 2px solid #F3F3F3;
}
.pos-rel {
  position: relative;
}
.ved-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 27.5px;
  background-color: #00142b;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  padding: 8.5px 21.25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'dinpro';
}
.ved-btn:hover {
  color: #fff;
  background-color: #00b397;
  text-decoration: none;
}
.block-title {
  margin-bottom: 75px;
}
.block-title__title {
  margin: 0;
  color: #009594;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.block-title__text {
  margin: 0;
  font-size: 17px;
  color: #455360;
  line-height: 26px;
}
.block-title__title + .block-title__text {
  margin-top: 20px;
}
.block-title__light-color {
  color: #fff;
}
.block-title__low-margin {
  margin-bottom: 20px;
}
.sec-pad {
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: #009594; */
  background: url(../images/bottom2.jpg)!important;
  background-position: top;
  background-size: cover !important;
}
.sec-pad-with-content-margin-20 {
  padding-bottom: 110px;
}
.sec-pad-two {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-pad-two__content-margin-30 {
  padding-bottom: 50px;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #0384CE;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #0384CE;
  color: #fff;
  cursor: pointer;
}
.topbar-one {
  background-color: #3156A3;
}
.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-one__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-one__contact-item {
  display: inline-block;
  vertical-align: middle;
}
.topbar-one__contact-item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-right: 26px;
}
.topbar-one__contact-item a {
  color: #FFFFFF;
  font-size: 16px;
}
.topbar-one__contact-item a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.topbar-one__contact-item a:hover i {
  background-color: #fff;
  color: #0384CE;
}
.topbar-one__btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #0384CE;
  padding: 22px 35.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__btn:hover {
  color: #0384CE;
  background-color: #fff;
}
.topbar-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 40px;
}
.topbar-one__language {
  margin-right: 20px;
}
.topbar-one__language .btn-light {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px;
  line-height: 1em;
}
.topbar-one__language .dropdown-toggle::after {
  border: none;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 22px;
  color: #fff;
}
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  padding-right: 0px !important;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}
.step-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}
.step-wrap .num {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
    background: #00003c;
    border-radius: 100%;
}
.step-wrap .icon img {
    width: 100px;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 37px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 5px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 700;
  font-size: 15px;
  color: #0f4469;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #ff6b35;
}
.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #00142b;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
    width: 300px;
  }
}
.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 12px;
  color: #FFF !important;
  font-weight: 500;
  padding: 9px 14px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #ff6b35;
  text-decoration: none;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #0f4469;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #ff6b35;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}
.header-one__login {
  display: inline-block;
  vertical-align: middle;
  color: #0f4469;
  font-size: 17px;
  font-weight: bold;
  border-left: 2px solid #0f4469;
  padding-left: 35px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-one__login:hover {
  color: #ff6b35;
}
.header-one .header-navigation .container {
  padding-right: 130px;
}
.header-one__dental-one .header-navigation {
  background-color: #0f4469;
}
.header-one__dental-one .header-navigation .container {
  padding-right: 0;
}
.header-one__dental-one .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.header-one__dental-one .header-navigation ul.navigation-box > li {
  padding: 27px 0;
}
.header-one__dental-one .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.header-one__dental-one .header-navigation ul.navigation-box > li.current > a,
.header-one__dental-one .header-navigation ul.navigation-box > li:hover > a {
  color: #ff6b35;
}
.header-one__dental-one__btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-one__dental-one__btn:hover {
  background-color: #fff;
  color: #ff6b35;
}
.header-one__dental-one .stricked-menu {
  background-color: #0f4469;
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header-two .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.header-three .header-navigation {
  background-color: #FFF;
  /* border-top: 1px solid #ccc; */
}
.header-three .header-navigation .container {
  padding-right: 0;
}
.header-three .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.header-three .header-navigation ul.navigation-box > li {
  padding: 7px 0;
  text-transform: uppercase;
  padding-left: 4px;
  padding-right: 4px;
}
.header-three .header-navigation ul.navigation-box > li > a {
  color: #212121;
}
.header-three .header-navigation ul.navigation-box > li.current > a,
.header-three .header-navigation ul.navigation-box > li:hover > a {
  color: #0cb8b6;
}
.header-three__btn {
  /* background-color: transparent; */
  border: 1px solid #fff;
}
.header-three__btn:hover {
  background-color: #e65a27;
  color: #FFF;
  text-decoration: none;
}
.header-three .stricked-menu {
  background-color: #0384CE;
}
.topbar-two {
  padding-top: 20px;
}
.topbar-two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-two__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-two__info-single + .topbar-two__info-single {
  margin-left: 30px;
}
.topbar-two__info-icon, .topbar-two__info-text {
  display: table-cell;
  vertical-align: middle;
}
.topbar-two__info-icon i {
  width: 40px;
  height: 40px;
  /* background-color: #0384CE; */
  color: #0cb8b6;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0cb8b6;
}
.topbar-two__info-text {
  padding-left: 20px;
}
.topbar-two__info-text span,
.topbar-two__info-text h4 {
  display: block;
  margin: 0;
}
.topbar-two__info-text span {
  color: #0f4469;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
}
.topbar-two__info-text h4 {
  color: #818181;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 8px;
}
.topbar-three {
  background-color: #0384CE;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-three .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-three__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.topbar-three__link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-three__link i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #0f4469;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-three__link:hover {
  color: #ff6b35;
}
.topbar-three__link:hover i {
  background-color: #0f4469;
  color: #fff;
}
.topbar-three__link + .topbar-three__link {
  margin-left: 10px;
}
.header-one__shop {
  background-color: #FAFAFA;
}
.header-one__shop-btn {
  color: #0384CE;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header-one__shop-btn .count {
  display: inline-block;
  background-color: #ff6b35;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: 0;
  right: 0;
}
.header-one__shop-btn + .header-one__shop-btn {
  margin-left: 25px;
}
/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 30px;
  color: #fff;
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  transition: all .4s ease;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
  line-height: 51px;
}
.banner-wrapper .carousel-btn-block .carousel-btn:hover {
  color: #ff6b35;
  border-color: #ff6b35;
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
  display: block;
  vertical-align: middle;
}
.banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  left: 3%;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 1%;
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  right: 3%;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: 1%;
  }
}
.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: left;
}
.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}
.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}
.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}
[class*=banner-carousel] .owl-nav {
  display: none;
}
[class*=banner-carousel] .owl-dots {
  display: none;
}
[class*=banner-carousel].no-dots .owl-dots {
  display: none !important;
}
.banner-one .container {
  position: relative;
  padding: 234.5px 15px;
}
.banner-one__person {
  position: absolute;
  bottom: 0;
  right: -10%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-one__light-color {
  color: #fff;
}
.banner-one__title {
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-bottom: 15px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 47px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__btn {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
}
.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.banner-one .active .banner-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner-one .active .banner-one__person {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.banner-one__dental-two .container {
  padding: 287.5px 15px;
}
.banner-one__dental-two .banner-one__btn {
  margin-top: 25px;
}
.static-banner-one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  /*background-image: url(../images/banner.jpg);*/
  /*background-position: center top;*/
  /*background-size: cover;*/
  position: relative;
  /* z-index: -1; */
  margin-top: -600px;
background-color: #00142c;
      
      }
.static-banner-one__title {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.static-banner-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}
.static-banner-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.static-banner-one__box-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.static-banner-one__box-row:last-child {
  margin-top: 50px;
}
.static-banner-one__box-row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.static-banner-one__box-single {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-name: boxMover;
          animation-name: boxMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.static-banner-one__box-single i {
  font-size: 53px;
  color: #fff;
}
@-webkit-keyframes boxMover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes boxMover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.static-banner-one__box-single + .static-banner-one__box-single {
  margin-top: 35px;
}
.static-banner-one__view-more {
  background-color: #fff;
}
.static-banner-one__view-more a {
  font-size: 16px;
  color: #0384CE;
  font-weight: bold;
}
.static-banner-one__view-more span {
  display: block;
  font-size: 30px;
}
.static-banner-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
}
.static-banner-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3156a3;
  opacity: .7;
  z-index: 9;
}
.static-banner-two__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.static-banner-two .appointment-two__form {
  margin-right: 0;
  margin-left: 80px;
}
.static-banner-two .container {
  position: relative;
  z-index: 10;
}
.static-banner-two__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.static-banner-two__text {
  font-size: 17px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 60px;
}

.banner-one__blood-donation .banner-one__title {
  font-size: 60px;
  text-transform: capitalize;
}
/*
* 5. appointment style
*/
.appointment-one {
  position: relative;
  z-index: 99;
  margin-top: -85px;
  padding-bottom: 180px;
}
.appointment-one .inner-container {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
  padding-bottom: 35px;
}
.appointment-one__title {
  margin: 0;
  color: #0f4469;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.appointment-one__label {
  margin: 0;
  font-size: 18px;
  color: #0f4469;
  font-weight: 400;
  margin-bottom: 20px;
}
.appointment-one__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.appointment-one__icon {
  width: 45px;
  height: 50px;
  border: 1px solid #CACACA;
  border-right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.appointment-one__icon i {
  line-height: 50px;
  color: #0f4469;
  font-size: 18px;
}
.appointment-one__field {
  outline: none;
  padding-left: 20px;
  height: 50px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #CACACA;
  width: calc(100% - 45px);
  font-size: 17px;
  color: #0f4469;
}
.appointment-one__field.error {
  background-color: rgba(255, 0, 0, 0.4);
}
.appointment-one__switch-wrap {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.appointment-one__switch {
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: transparent;
  color: #0f4469;
  width: 50%;
  height: 50px;
  border: 1px solid #CACACA;
  font-size: 17px;
  color: #0f4469;
}
.appointment-one__switch.active, .appointment-one__switch:active, .appointment-one__switch:focus {
  border-color: #0384CE;
  color: #fff;
  background-color: #0384CE;
}
.appointment-one__switch:last-child {
  border: 1px solid #CACACA;
  border-left: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.appointment-one__btn {
  margin-bottom: 25px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
}
.appointment-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.appointment-one .bootstrap-select > .dropdown-toggle {
  outline: none;
  padding: 0;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #CACACA;
  font-size: 17px;
  color: #0f4469;
  height: 50px;
}
.appointment-one .dropdown-toggle::after {
  border: none;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 24px;
  color: #0f4469;
  vertical-align: 1px;
  margin-right: 15px;
}
.appointment-one .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding: 10px 0;
}
.appointment-one label.error {
  display: none !important;
}
.appointment-one .result .inner p {
  margin: 0;
  font-size: 17px;
  padding: 5px 15px;
}
.appointment-one .result .inner.success {
  background-color: rgba(0, 128, 0, 0.2);
}
.appointment-one .result .inner.error {
  background-color: rgba(255, 0, 0, 0.2);
}
.datepicker-dropdown {
  min-width: 18rem;
}
.datepicker table {
  width: 100%;
}
.appointment-one__appointment-page {
  padding-bottom: 110px;
}
.appointment-two {
  padding: 130px 0;
}
.appointment-two__form {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.appointment-two__form-top {
  padding: 21px;
  background-color: #f36438;
  padding-bottom: 5px;
}
.appointment-two__form-icon {
  color: #fff;
  font-size: 36px;
}
.appointment-two__form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 10px;
}
.appointment-two__form-text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__form-bottom {
  background-color: #fff;
  padding: 30px;
}
.appointment-two__form-field {
  width: 100%;
  position: relative;
  height: 51px;
  background-color: #F7F7F7;
}
.appointment-two__form-field input {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: rgba(15, 68, 105, 0.8);
  width: 100%;
  height: 100%;
}
.appointment-two__form-field textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: rgba(15, 68, 105, 0.8);
  width: 100%;
  height: 100% !important;
}
.appointment-two__form-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field-icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.appointment-two__form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 100%;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle {
  color: rgba(15, 68, 105, 0.8);
  height: 100%;
  line-height: 1em;
  padding: 20px 25px;
  background-color: #F7F7F7;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle:after {
  border: none;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-size: 24px;
  margin: 0;
  color: #0f4469;
  opacity: .7;
}
.appointment-two__form-field + .appointment-two__form-field {
  margin-top: 20px;
}
.appointment-two__form-btn {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ff6b35;
  border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 4px;
}
.appointment-two__form-btn:hover {
  background-color: #f45712;
  color: #fff;
}
.appointment-two__title {
  margin: 0;
  color: #0f4469;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
}
.appointment-two__tag-line {
  font-size: 24px;
  color: #0f4469;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 20px;
}
.appointment-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__feature-single {
  margin-top: 50px;
  position: relative;
}
.appointment-two__feature-icon {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.appointment-two__feature-icon i {
  color: #0384CE;
  font-size: 11px;
}
.appointment-two__feature-content {
  width: 100%;
  padding-left: 29px;
}
.appointment-two__feature-title {
  color: #0f4469;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.appointment-two__feature-text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.appointment-two__about-one {
  position: relative;
}
.appointment-two__about-one .appointment-two__feature-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #42b3e5;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.appointment-two__about-one .appointment-two__feature-content {
  padding-left: 35px;
}
.appointment-two__about-one__image-block {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.appointment-two__about-one__image-block img {
  position: relative;
}
.appointment-two__about-one__image-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
  background-color: #f6fbff;
  -webkit-transform: scale(0.5, 1.3) translateY(0%);
          transform: scale(0.5, 1.3) translateY(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.appointment-table {
  padding-top: 50px;
  padding-bottom: 50px;
}
.appointment-table .appointment-two__form {
  margin-right: 0;
}
.appointment-table__content {
  padding-right: 70px;
}
.appointment-table .table th,
.appointment-table .table td {
  border: none;
  padding: 0;
  text-align: center;
}
.appointment-table .table-responsive {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.appointment-table .table {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
}
.appointment-table .table thead {
  background-color: #0384CE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.appointment-table .table thead tr th {
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 16.5px 0;
}
.appointment-table .table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th,
.appointment-table .table tbody tr td {
  color: #455360;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr td:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table__blood-dontation .appointment-table__content {
  padding-right: 0;
}
/*
* 6. about style
*/
.about-one {
  padding-bottom: 120px;
}
.about-one .dental-feature__content, .about-one__content-block {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
  padding-right: 85px;
}
@media (max-width: 1366px) {
  .about-one .dental-feature__content, .about-one__content-block {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.about-one__image-wrap {
  margin-right: auto;
  width: 100%;
  max-width: 645px;
}
.about-one .flex-row-reverse .dental-feature__content,
.about-one .flex-row-reverse .about-one__content-block {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 72px;
}
.about-one .flex-row-reverse .about-one__image-wrap {
  margin-right: 0;
  margin-left: auto;
}
.about-one__image-wrap {
  margin-left: -7px;
  margin-right: -7px;
}
.about-one__image-wrap .col-lg-7 {
  max-width: 58.95%;
  display: inline-block;
  float: left;
}
.about-one__image-wrap .col-lg-5 {
  display: inline-block;
  float: left;
  max-width: 42.65%;
}
.about-one__image {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.about-one__image > img {
  width: 100%;
}
.about-one__title {
  margin: 0;
  color: #0f4469;
  font-size: 36px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
}
.about-one__tag-line {
  color: #0f4469;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.about-one__text {
  color: #5F666D;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.about-one__text + .about-one__text {
  margin-top: 30px;
}
.about-one__features {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.about-one__features-item {
  position: relative;
  color: #0f4469;
  font-weight: bold;
  font-size: 17px;
  padding-left: 25px;
}
.about-one__features-item:before {
  content: '\e900';
  font-family: 'clainc-icon';
  color: #0384CE;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-one__features-item + .about-one__features-item {
  margin-top: 15px;
}
.about-one__btn {
  margin-top: 50px;
}
.about-one__home-2 {
  padding: 0;
}
.about-one__home-2 .about-one__content-block {
  padding-top: 110px;
  padding-bottom: 110px;
}
.schedule-one {
  padding-left: 59px;
  margin-top: -110px;
  position: relative;
  z-index: 99;
}
.schedule-one .inner-content {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13);
  /* box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13); */
  background-color: #fff;
  position: relative;
  /* padding-bottom: 50px; */
  float: left;
}
.schedule-one .inner-content:before {
  content: '';
  width: 100%;
  height: 31px;
  background: transparent url(../images/zig-zag-1.png) center center no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.schedule-one__content {
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-one__time-wrap {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #455360;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 65px;
}
@media (max-width: 480px) {
  .schedule-one__time-wrap {
    line-height: 1.4em;
  }
  .schedule-one__time-wrap span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.schedule-one__day {
  width: 85px;
}
.schedule-one__sep {
  margin-left: 10px;
  margin-right: 10px;
}
.schedule-one .nav-tabs {
  border: none;
}
.schedule-one .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 480px) {
  .schedule-one .nav-tabs .nav-item {
    width: 100%;
  }
}
.schedule-one .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  padding: 22px 0;
  color: #455360;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.schedule-one .nav-tabs .nav-link i {
  font-size: 20px;
  margin-right: 15px;
}
.schedule-one .nav-tabs .nav-link.active {
  background-color: #0384CE;
  color: #fff !important;
}

.about-two {
  padding: 70px 0;
  background-color: #f6fbff;
}
.about-two__content {
  width: 100%;
}
.about-two__box {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  padding-left: 70px;
  padding-top: 40px;
}
.about-two__box [class*=col-]:last-child {
  margin-top: 100px;
}
.about-two__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #00142c;
  margin-bottom: 20px;
  font-family: 'dinpro';
}
.about-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.about-two__text + .about-two__text {
  /* margin-top: 25px; */
}
.about-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.about-two__list-item {
  position: relative;
  color: #000;
  font-size: 17px;
  padding-left: 35px;
  margin-right: 10px !important;
}
.about-two__list-item i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #f36438;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.about-two__list-item + .about-two__list-item {
  margin-top: 25px;
}
.about-two__box-single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 29px 15px;
}
.about-two__box-single + .about-two__box-single {
  margin-top: 30px;
}
.about-two__box-icon {
  font-size: 60px;
  color: #0384CE;
}
.about-two__box-title {
  margin: 0;
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'dinpro';
  color: #000;
}
.about-two__box-title a {
  color: #000;
  font-weight: 500;
}
.about-two__box-text {
  font-size: 16px;
  line-height: 23px;
  color: #5F666D;
  margin: 0;
  font-family: 'dinpro';
}
.about-two__btn {
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-two__about-page {
  background-color: #3156A3;
}
.about-two__about-page .container {
  position: relative;
}
.about-two__about-page .about-four__image-block {
  right: auto;
  left: 0;
  max-width: 470px;
}
.about-two__about-page .about-four__image-two {
  -webkit-transform: translateY(30px) translateX(30px);
          transform: translateY(30px) translateX(30px);
}
.about-two__about-page .about-four__image-two .video-popup {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(58, 95, 168, 0.9);
  text-align: center;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-two__about-page [class*=about-four__image-] img {
  border: none;
}
.about-two__about-page .about-two__title, .about-two__about-page .about-two__text, .about-two__about-page .about-two__list-item {
  color: #fff;
}
.about-three {
  padding-top: 120px;
  padding-bottom: 130px;
  padding-top: 20px;
}
.about-three__title {
  margin: 0;
  color: #0F4469;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-three__tag-line {
  color: #0F4469;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 15px;
}
.about-three__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.about-three__text + .about-three__text {
  margin-top: 25px;
}
.about-three__btn {
  margin-top: 45px;
}
.about-three .my-auto .row {
  margin-top: -60px;
}
.about-three__box {
  margin-top: 60px;
}
.about-three__box-icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-color: #ecf6ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-three__box-icon i {
  color: #0384CE;
  font-size: 30px;
}
.about-three__box-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}
.about-three__box-title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-three__box-title a:hover {
  color: #ff6b35;
}
.about-three__box-text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.about-four {
  padding: 255px 0;
}
@media (max-width: 991px) {
  .about-four {
    padding: 130px 0;
  }
}
.about-four .container {
  position: relative;
}
.about-four__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .about-four__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 70px;
  }
}
.about-four__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(50%);
          transform: translateY(50px) translateX(50%);
}

[class*=about-four__image-] img {
  border: 5px solid #fff;
}
.about-five {
  padding: 255px 0;
}
@media (max-width: 991px) {
  .about-five {
    padding: 130px 0;
  }
}
.about-five .container {
  position: relative;
}
.about-five__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .about-five__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 70px;
  }
}
.about-five__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(30%);
          transform: translateY(50px) translateX(30%);
}
.about-five__image-two img {
  border-radius: 50%;
}

[class*=about-five__image-] img {
  border: 5px solid #fff;
}
.about-six {
  padding: 255px 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-six {
    padding: 130px 0;
    padding-top: 0;
  }
}
.about-six .container {
  position: relative;
}
.about-six__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 390px;
}
@media (max-width: 991px) {
  .about-six__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 100px;
  }
}
.about-six__image-two {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50px) translateX(30%);
          transform: translateY(-50px) translateX(30%);
}
.about-six__image-three {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(30%) translateX(20%);
          transform: translateY(30%) translateX(20%);
}

[class*=about-six__image-] img {
  border-radius: 50%;
  border: 5px solid #fff;
}
/*
* 7. services style
*/
.service-one {
  padding-top: 120px;
  padding-bottom: 50px;
}
.service-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 110px;
}
.service-one__icon {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-one__icon i {
  font-size: 60px;
  color: #0384CE;
}
.service-one__content {
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 80px);
          flex: 1 0 calc(100% - 80px);
}
.service-one__title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.service-one__title a {
  color: #0f4469;
}
.service-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5F666D;
}
.service-two {
  padding-top: 120px;
  padding-bottom: 100px;
}
.service-two__wrap {
  display: block;
  margin-bottom: 30px;
}
.service-two__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 54px 30px;
  display: block;
}
.service-two__single:hover .service-two__icon,
.service-two__single:hover .service-two__text,
.service-two__single:hover .service-two__title a {
  color: #fff;
}
.service-two__icon {
  font-size: 52px;
  color: #0384CE;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.service-two__title {
  margin: 0;
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 16px;
}
.service-two__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-two__title a:hover {
  color: #ff6b35;
}
.service-tab {
  padding-top: 120px;
  padding-bottom: 120px;
}
.service-tab .tab-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 100px;
}
.service-tab .tab-title .nav-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.6666667%;
          flex: 1 0 16.6666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-tab .tab-title .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  border: none;
  color: #5F666D;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link:before {
  content: '';
  width: 1px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-tab .tab-title .nav-item .nav-link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FF6B35;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link i {
  font-size: 33px;
  color: #0384CE;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link.active {
  color: #FF6B35;
}
.service-tab .tab-title .nav-item .nav-link.active i {
  color: #FF6B35;
}
.service-tab .tab-title .nav-item .nav-link.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-tab .tab-title .nav-item:first-child .nav-link:before {
  display: none;
}
.service-three {
  padding-top: 120px;
  padding-bottom: 20px;
}
.service-three__single {
  margin-bottom: 100px;
}
.service-three__icon, .service-three__content {
  display: table-cell;
  vertical-align: middle;
}
.service-three__icon {
  width: 65px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.service-three__icon i {
  font-size: 42px;
  color: #0384CE;
}
.service-three__content {
  padding-left: 27px;
}
.service-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-three__title a {
  color: #0F4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-three__title a:hover {
  color: #ff6b35;
}
.service-three__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}

.service-four {
  padding-top: 120px;
  padding-bottom: 130px;
}
.service-four .appointment-two__form {
  margin-right: 0;
  margin-top: 60px;
}
.service-four__content {
  margin-top: -25px;
  padding-right: 70px;
}
.service-four__row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-four__row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.service-four__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 3px solid #0384CE;
  padding: 43px 0;
  margin-top: 25px;
}
.service-four__single:before {
  background-color: #0384CE;
}
.service-four__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f6fbff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.service-four__icon i {
  font-size: 45px;
  color: #0384CE;
  line-height: 80px;
}
.service-four__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.service-four__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-four__single:hover .service-four__title a {
  color: #fff;
}
.service-five {
  padding: 120px 0 130px;
}
.service-five [class*=col-]:nth-child(1) {
  background-color: #2A9BDB;
}
.service-five [class*=col-]:nth-child(2) {
  background-color: #0384CE;
}
.service-five [class*=col-]:nth-child(3) {
  background-color: #0474B4;
}
.service-five [class*=col-]:nth-child(4) {
  background-color: #036298;
}
.service-five__single {
  text-align: center;
  padding: 69px 35px;
}
.service-five__icon {
  font-size: 54px;
  color: #fff;
}
.service-five__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.service-five__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-five__title a:hover {
  color: #ff6b35;
}
.service-five__text {
  margin: 0;
  color: #FFFFFF;
  opacity: .8;
  font-size: 17px;
  line-height: 26px;
}
.service-five__dental-two {
  padding: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 10;
}
.service-five__dental-two [class*=col-]:nth-child(1) {
  background-color: #0384CE;
}
.service-five__dental-two [class*=col-]:nth-child(2) {
  background-color: #0384CE;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two [class*=col-]:nth-child(3) {
  background-color: #0384CE;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two .service-five__single {
  padding-top: 56px;
  padding-bottom: 56px;
}
.service-six {
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
.service-six__single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px 55px;
}
.service-six__title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}
.service-six__title a {
  color: #0f4469;
}
.service-six__text {
  font-size: 17px;
  line-height: 26px;
  color: #5F666D;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.service-six__btn {
  color: #ff6b35;
  border-width: 1px;
  border-color: #ff6b35;
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  padding: 13.5px 33px;
}
.service-six__btn:hover {
  background-color: #ff6b35;
}
/*
* 8. features style
*/
.feature-one {
  margin-top: -30px;
}
.feature-one .container-fluid {
  padding: 0;
}
.feature-one .custom-col-39 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.33%;
          flex: 0 0 44.33%;
  max-width: 44.33%;
}
.feature-one .custom-col-61 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.66%;
          flex: 0 0 55.66%;
  max-width: 55.66%;
}
.feature-one__content-block {
  background-color: #0384CE;
  padding-left: 80px;
  padding-top: 160px;
  padding-bottom: 86px;
  position: relative;
}
@media (min-width: 1921px) {
  .feature-one__content-block {
    min-height: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1440px) {
  .feature-one__content-block {
    padding-top: 63px;
    padding-bottom: 0;
    padding-right: 45px;
    padding-left: 35px;
  }
}
.feature-one__content-block:before {
  content: '';
  width: 75px;
  height: 100%;
  background-color: #0384CE;
  position: absolute;
  top: 0;
  left: -75px;
}
.feature-one__content-block .inner-content {
  width: 100%;
  max-width: 805px;
  margin-right: auto;
}
.feature-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .feature-one__single {
    margin-bottom: 66px;
  }
}
.feature-one__icon {
  width: 40px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 21px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-one__icon i {
  font-size: 31px;
  color: #f36438;
}
.feature-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 80px);
          flex: 1 0 calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
}
.feature-one__title {
  font-size: 19px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-bottom: 5px;
  color: #FFF;
}
.feature-one__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-one__title a:hover {
  color: #ff6b35;
}
.feature-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .feature-one__text br {
    display: none;
  }
}
.feature-one__curvs:before, .feature-one__curvs:after {
  content: '';
  width: 75px;
  height: 30px;
  background-color: #006EAD;
  position: absolute;
  left: -75px;
}
.feature-one__curvs:before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.feature-one__curvs:after {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.feature-one__home-three {
  margin: 0;
}
.feature-one__home-three .video-one {
  margin: 0;
}
.feature-one__home-three .feature-one__content-block:before {
  display: none;
}
.feature-one__home-three .feature-one__curvs:before,
.feature-one__home-three .feature-one__curvs:after {
  display: none;
}
.feature-one__home-three .feature-one__content-block {
  padding-top: 125px;
  padding-bottom: 62px;
}
@media (min-width: 1921px) {
  .feature-one__home-three .feature-one__content-block {
    min-height: 980px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__content-block {
    padding-top: 70px;
    padding-bottom: 47px;
  }
}
@media (max-width: 1366px) {
  .feature-one__home-three .feature-one__content-block {
    padding-bottom: 14px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__single {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .block-title {
    margin-bottom: 46px;
  }
}
.feature-two__content-block {
  padding-right: 40px;
  padding-top: 220px;
  padding-bottom: 135px;
}
.feature-two .block-title {
  margin-bottom: 45px;
}
.feature-two .container {
  position: relative;
}
.feature-two__person {
  position: absolute;
  bottom: 0;
  right: -12%;
}
.feature-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.feature-two__text + .feature-two__text {
  margin-top: 25px;
}
.feature-two__tab-title {
  border: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #cacaca;
}
.feature-two__tab-title-item {
  margin-bottom: 0;
}
.feature-two__tab-title-link {
  padding: 0;
  border: none !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f4469;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  position: relative;
}
.feature-two__tab-title-link:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff6b35;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-two__tab-title-link.active:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.feature-two .nav-tabs .nav-item {
  margin-bottom: 0;
}
.feature-two .nav-tabs .nav-item.show .nav-link,
.feature-two .nav-tabs .nav-link.active {
  color: #ff6b35;
}
.feature-two__btn {
  margin-top: 60px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
}
.feature-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.feature-two__list-item {
  position: relative;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-two__list-item i {
  color: #0384CE;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-two__list-item + .feature-two__list-item {
  margin-top: 30px;
}
.feature-two__dental-two .feature-two__tab-title {
  margin-bottom: 0;
  border-bottom: 0;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.feature-two__dental-two .feature-two__tab-title-item {
  width: 25%;
}
.feature-two__dental-two .feature-two__tab-title-item + .feature-two__tab-title-item {
  border-left: 1px solid #d4d4d4;
}
.feature-two__dental-two .feature-two__tab-title-link {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feature-three {
  padding: 130px 0;
}
.feature-three .inner-container {
  position: relative;
  z-index: 11;
}
.feature-three [class*=col-lg] {
  background-color: #0384CE;
  display: block;
  position: relative;
}
.feature-three [class*=col-lg]:after {
  content: '';
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3156A3;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.feature-three [class*=col-lg]:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.feature-three [class*=col-lg] + [class*=col-lg] {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.feature-three__single {
  padding: 40px 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}
.feature-three__icon {
  font-size: 40px;
  color: #fff;
}
.feature-three__title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 10px;
}
.feature-three__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-three__title a:hover {
  color: #ff6b35;
}
.feature-three__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feature-three__btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 9px 35px;
}
.feature-three__btn i {
  font-size: 16px;
  margin-left: 30px;
}
.feature-three__btn:hover {
  background-color: #ff6b35;
  color: #fff;
  border-color: #ff6b35;
}
.feature-three__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__contact-line {
  line-height: 1em;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 16px 0;
  padding-left: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__contact-line i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  text-align: center;
}
.feature-three__time {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 11px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__feature {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-three__feature-line {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 54px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 45px;
}
.feature-three__feature-line i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #42B3E5;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.feature-three__home-three {
  padding-top: 0;
  padding-bottom: 0;
}
.feature-three__home-three [class*=col-lg] {
  background-color: transparent;
  display: block;
  position: relative;
}
.feature-three__home-three [class*=col-lg]:after {
  display: none;
}
.feature-three__home-three [class*=col-lg] + [class*=col-lg] {
  border-left: 0px solid rgba(0, 0, 0, 0.15);
}
.feature-three__home-three .feature-three__time {
  margin-top: 17px;
}
.feature-three__home-three .feature-three__single {
  background-color: #0384CE;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.feature-four {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.feature-four .block-title {
  margin-bottom: 45px;
}
.feature-four__text {
  margin: 0;
  font-size: 18px;
  color: #0F4469;
  line-height: 26px;
}
.feature-four__list {
  margin-bottom: 30px;
}
.feature-four__list-item {
  position: relative;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-four__list-item i {
  color: #0384CE;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-four__list-item + .feature-four__list-item {
  margin-top: 35px;
}

.dental-feature {
  padding: 130px 0;
}
.dental-feature .block-title {
  margin-bottom: 45px;
}
.dental-feature__icon {
  color: #1585CE;
  font-size: 46px;
}
.dental-feature__title {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dental-feature__title a {
  color: #0f4469;
}
.dental-feature__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.dental-feature hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}

.feature-five {
  margin-top: -35px;
  padding-bottom: 90px;
}
.feature-five .appointment-two__form {
  margin-right: 0;
}
.feature-five .block-title {
  margin-bottom: 50px;
}
.feature-five__single + .feature-five__single {
  margin-top: 50px;
}
.feature-five__icon, .feature-five__content {
  display: table-cell;
  vertical-align: middle;
}
.feature-five__icon .inner-block {
  width: 70px;
  height: 70px;
  background-color: #3156A3;
  border-radius: 50%;
  text-align: center;
}
.feature-five__icon .inner-block i {
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}
.feature-five__content {
  padding-left: 30px;
}
.feature-five__title {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-five__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.feature-five__block-text {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  line-height: 26px;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .feature-six .container {
    max-width: 1060px;
  }
}
.feature-six .row.low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-six .row.low-gutters > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-six__single {
  margin-bottom: 30px;
  text-align: center;
  padding: 63.5px 23px;
  background-color: #fff;
}
.feature-six__icon {
  font-size: 41px;
  color: #0384CE;
}
.feature-six__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.feature-six__title a {
  color: #0f4469;
}
.feature-six__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.footer-one {
  background-color: #00142c;
  z-index: -9999;
  /* position: fixed; */
}
.footer-one__top {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
.footer-one .inner-container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-one__widget-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-weight: bold;
  margin-bottom: 25px;
}
.footer-one__logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.footer-one__text {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.footer-one__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
  /* margin-left: 20px; */
}
.footer-one__links-list li + li {
  /* margin-top: 5px; */
  color: #01a188;
}
.footer-one__links-list li a {
  color: #03cdad;
  opacity: .7;
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 400;
}
.footer-one__links-list li a:hover {
  opacity: 1;
  /* -webkit-transform: translateX(20px); */
  /* transform: translateX(20px); */
  color: #ffffff;
  text-decoration: none;
}
.footer-one__links-list li a:hover:before {
  opacity: 1;
}
.footer-one__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-one__contact-list li {
  font-size: 15px;
  color: #fff;
  opacity: .7;
}
.footer-one__map-link {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #42B3E5;
  line-height: 1em;
  border-bottom: 1px solid #42B3E5;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__map-link:hover {
  color: #fff;
  border-color: #fff;
}
.footer-one__social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17.5px;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  color: #000;
}
.footer-one__social a + a {
  margin-left: 16px;
}
.footer-one__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
.footer-one__subscribe-field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #000;
  opacity: .5;
  height: 40px;
  padding-left: 5px;
}
.footer-one__subscribe-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-submit {
  background-color: transparent;
  border: none;
  outline: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 26px;
  border-radius: 22px;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__subscribe-submit:hover {
  color: #fff;
  background-color: #ff6b35;
  border-color: #ff6b35;
}
.footer-one__subscribe-submit i {
  margin-left: 8px;
}
.footer-one__bottom {
  background-color: #00142c;
  padding: 16.5px 0;
  border-top: 1px solid #fff;
}
.footer-one__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-one__copy-text {
  margin: 0;
  font-size: 13px;
  color: #03cdad;
  opacity: 1.0;
}
.footer-one__bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-one__bottom-links-item {
  display: inline-block;
  vertical-align: middle;
}
.footer-one__bottom-links-item a {
  color: #03cdad;
  opacity: 1.0;
  font-size: 13px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__bottom-links-item a:hover {
  opacity: 1;
}
.footer-one__bottom-links-item + .footer-one__bottom-links-item {
  margin-left: 18px;
  font-size: 13px;
}
/*
* 13. inner-banner style
*/
.inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 235px 0;
}
.inner-banner__title {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
}
.inner-banner .post-filter-one {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 28px;
  padding-left: 15px;
  margin-top: 90px;
}
.inner-banner .post-filter-one__search button[type=submit],
.inner-banner .post-filter-one__search {
  height: 56px;
}
.inner-banner .post-filter-one__search button[type=submit] {
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
}
.inner-banner__shop-page {
  padding: 165px 0;
}
.inner-banner__two {
  padding: 32px 0;
  background-color: #3156A3;
}
@media (max-width: 991px) {
  .inner-banner__two {
    padding: 50px 0 !important;
  }
}
.inner-banner__two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .inner-banner__two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .inner-banner__two .thm-breadcrumb {
    margin-top: 20px;
  }
}
.inner-banner__two .thm-breadcrumb a, .inner-banner__two .thm-breadcrumb span.sep {
  color: #A3BBCB;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.inner-banner__two .thm-breadcrumb span:not(.sep) {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.inner-banner__two .inner-banner__title {
  font-size: 30px;
  margin: 0;
}

.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thm-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.thm-breadcrumb li a, .thm-breadcrumb li span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
.thm-breadcrumb li span.sep {
  margin-left: 6px;
  margin-right: 10px;
}

/*
* 14. contact style
*/
#contact-google-map {
  width: 100%;
  height: 625px;
}

#dental-google-map {
  width: 100%;
  height: 712px;
}
.cta-one .container-fluid {
  padding: 0;
  width: 100%;
}
.cta-one__content {
  width: 100%;
  max-width: 585px;
  position: relative;
}
.cta-one__content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.cta-one__content-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .90;
}
.cta-one__left .cta-one__content {
  margin-left: auto;
  padding-right: 85px;
}
.cta-one__left:before {
  background-color: #0384ce;
}
.cta-one__right .cta-one__content {
  margin-right: auto;
  padding-left: 85px;
}
.cta-one__right:before {
  background-color: #3156a3;
}
.cta-one__title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 27.5px;
  border: 1px solid #F6FBFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  padding: 13.5px 31px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 50px;
}
.cta-one__btn:hover {
  background-color: #F6FBFF;
  color: #0f4469;
}
ul.about-two__list img {
    width: 20%;
    margin-top: -12px;
}span.number {
    font-size: 32px;
    padding: 10px;
    padding-right: 0px;
    color: #000;
    font-weight: 500;
}.advantage li {
    background-color: #02a9a812;
    padding: 15px;
    box-shadow: 0px 4px 5px #dedede;
    font-size: 18px;
    color: #4c4c4c;
    list-style: none;
    margin-bottom: 17px;
    padding-bottom: 22px;
    padding-left: 20px;
    margin: 30px;
}ul.advantage {
    /* margin-left: 0px !important; */
    padding-left: 0px;
    width: 100%;
    float: left;
}
.advantages h3 {
    width: 100%;
    float: left;
    margin-top: 22px;
}
ul.advantage li i {
    /* position: relative; */
    font-size: 22px;
    margin-top: -23px !important;
    color: #ff4700;
    /* margin-top: -24px !important; */
    float: right;
    padding-left: 137px;
    /* background: #000; */
}ul.advantage li a {
    color: #000;
}ul.advantage li img {
    width: 32px;
    margin-right: 10px;
}ul.advantage li a:hover {
    text-decoration: none;
    color: #d46405;
}li.nav-item a {
    font-size: 19px;
    color: #000;
    font-weight: 500;
}li.nav-item i {
    color: #ff5e00;
    font-size: 32px;
    margin-top: 0px;
}.about-two__box-single img {
    width: 62%;
}p.about-two__box-text i {
    float: right !important;
    width: 100%;
}
.about-one__btn.mt-2 {
    /* float: right !important; */
    padding: 6px 14px;
    background: none;
    color: #009594;
    /* margin-top: -10px !important; */
    font-family: 'dinpro';
    height:100%;
}.about-one__btn.mt-2:hover {
    color: #ff6a00 !important;
}li.footer-one__bottom-links-item a:hover {
    color: #d3fafa;
    text-decoration: none;
}section.sec-pad h2 {
    color: #FFF;
}
section.sec-pad p {
    color: #FFF;
}

li.list-group-item {
    padding: 4px;
    border: none;
    padding-right: 9px;
}
.list-group-horizontal a {
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 11px;
    float: left;
}

.list-group-horizontal a:hover {
    color: #000036;
    text-decoration: none;
}.number a {
    color: gray;
    letter-spacing: 0px;
    padding-top: 13px;
    float: right;
}h5.build {float: right;width: 100%;text-align: right;padding-bottom: 0px;margin-bottom: 0px !important;padding-top: 20px;}.topbar-two__info {
    display: grid;
}
.main-navigation {
    /* padding-top: 12px; */
    /* padding-bottom: 46px; */
}ul.navigation-box li:hover {
    background-color: #00142b;
    text-decoration: none !important;
}

ul.navigation-box li a:hover {
    text-decoration: none;
}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#011f41;
  border-radius:50%;
  opacity:0.5;
  animation: rise 5s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
body,html{
  width:100%;
  height: 100%;
}
body{
  margin:0;
  padding:0;
  background:#29b6f6;
}section.sticky {
    position: relative;
    height: 600px;
    z-index: 1;
}.about-two__box-single {
    z-index: 2;
    position: relative;
    min-height: 300px;
    height:100%;
}
a.ved-btn.about-one__btn.mt-2 {
    padding: 0;
}
.about-two__box-single.blue:hover {
    background: #00b397;
}
.about-two__box-single.blue:hover p {
    color: #FFF;
}
.about-two__box-single.blue {}
.about-two__box-single.blue:hover h3 {
    color: #FFF;
}ul.navigation-box li:before {
    position: absolute;
    content: '';
    background: url(../images/menu-top.png);
    margin-top: -7px;
    width: 150px;
    height: 7px;
    /* background-repeat: no-repeat; */
}
ul.submenu li:before {
    display: none;
}
blockquote {
    background: #00142c;
    color: #FFF;
    padding: 10px;
    text-align: left;
}
a.about-team {
    background: #00b397;
    margin-top: 107px;
    float: left;
    width: 109px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    height: 111px;
    padding-top: 20px;
}a.about-team2 {
    margin-left: 110px;
    width: 108px;
    float: left;
    background: #00142c;
    padding: 10px;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    height: 108px;
    line-height: 21px;
    padding-top: 25px;
}span.telephone {
    font-size: 29px;
}
a.about-team:hover {
    text-decoration: none;
    color: #FFF;
    background: #019b83;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}.marquee:hover {
    animation-play-state: paused;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
a.about-team2:hover {
    background: #000e1e;
    color: #FFF;
    text-decoration: none;
    /* font-size: 15px; */
}
footer.footer-one:before {
    position: absolute;
    content: '';
    background: #000;
    height: 3px;
    /* bottom: -150px; */
    z-index: 999;
    background: url(../images/footer-background.png);
    width: 100%;
}
.example1 {
 height: 126px;
 overflow: hidden;
 overflow-y: hidden;
 position: relative;
 /* border: 1px solid red; */
 /* background: #1112; */
}
.example1 p {
 font-size: 16px;
 color: black;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 22px;
 text-align: left;
 transform:translateY(-51px);
 animation: example1 15s linear infinite;
}
.example1 p.pretender{
 color: blue;
 transform:translateY(-51px);
 animation: example1 10s linear infinite;
 animation-delay:15s;
}
@keyframes example1 {
 60% { 
 transform: translateY(256px); 
 }
 100% { 
 transform: translateY(256px); 
 }
}
section.sample-bg {
    background: #f9fbfc;
}.bg1 {
    background: #FFF;
    border: 1px solid #ccc;
}.image-bg {
    display: flex;
    height: var(--accent-background-height);
    justify-content: center;
    left: -1px;
    position: relative;
    top: -1px;
    width: calc(var(--cell-width) + 2px);
}
.image-bg img {
    width: 80%;
    height: 60% !important;
    z-index: 2;
    margin-top: 30px;
}
.information {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
}ul.first-li li {
    margin-bottom: 8px;
}
.row.date-name {
    background: #00b397;
    padding: 6px;
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
}
span.cat-tag {
    background: #ebebeb;
    margin-right: 10px;
    padding: 4px;
    border-radius: 4px !important;
}
.information h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.information h6 {
    font-size: 15px;
    color: #404040cc;
}ul.first-li {
    padding-left: 0px;
    list-style: none;
}
.image-bg:before {content: '';background: #00142c !important;height: 140px;position: absolute;z-index: 1;width: 100%;}

span.cat-tag {
    background: #00b397;
    color: #FFF;
    font-size: 13px;
    margin-bottom: 10px;
}p.footer-title {
    color: #ccc;
    font-size: 13px;
}.content {
    z-index: 1;
    color: #FFF;
    padding: 10px;
}
.content h4 {
    font-size: 15px;
    margin-top: 20px;
}
a.call:hover {
    text-decoration: none;
	color:#FFF;
}a.btn.btn-danger {
    background: #01a188;
    border: none;
}.footer-one__social i {
    color: #FFF;
}
.bg-blue{background: url(../images/faces-block.jpg);height: 370px;background-repeat: no-repeat;background-size: 100%;}
.img-bg{background: #00142b;border-radius: 50px;width: 90px;height: 90px;line-height: 90px;line-height: 90px;margin-left: 26%;margin-bottom: 20px;border: 1px dashed #ccc;color: #FFF;}
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Source+Sans+Pro:300,400,600,700,900&amp;display=swap");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");
@import url("material-icons.css");
/*
* 2. common style
*/
body {
 font-family: 'dinpro';
 font-size: 14px;
 line-height: 26px;
 color: #5F666D;
}body {
    font-family: 'dinpro' !important;
}
@font-face {
	font-family: 'dinpro';
	src: url(../fonts/dinpro-medium.woff) format("woff"), url(../fonts/dinpro-medium.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #0f4469;
}

.thm-base-bg {
  background-color: #0384CE;
}

.thm-base-bg-2 {
  background-color: #3156A3;
}

.thm-primary-bg {
  background-color: #ff6b35;
}

.thm-gray-bg {
  background-color: #f6fbff;
}

.thm-gray-bg-2 {
  background-color: #F7F8FB;
}

.thm-light-color {
  color: #fff;
}
.feature-one__icon img {
    width: 37%;
}
.thm-primary-color {
  color: #ff6b35;
}

hr.style-one {
  margin: 0;
  border-top: 2px solid #F3F3F3;
}

.pos-rel {
  position: relative;
}

.ved-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 27.5px;
  background-color: #00142b;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  padding: 8.5px 21.25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'dinpro';
}
.ved-btn:hover {
  color: #fff;
  background-color: #00b397;
  text-decoration: none;
}

.block-title {
  margin-bottom: 75px;
}
.block-title__title {
  margin: 0;
  color: #009594;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.block-title__text {
  margin: 0;
  font-size: 17px;
  color: #455360;
  line-height: 26px;
}
.block-title__title + .block-title__text {
  margin-top: 20px;
}
.block-title__light-color {
  color: #fff;
}
.block-title__low-margin {
  margin-bottom: 20px;
}

.sec-pad {
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: #009594; */
  background: url(../images/bottom2.jpg)!important;
  background-position: top;
  background-size: cover !important;
}
.sec-pad-with-content-margin-20 {
  padding-bottom: 110px;
}

.sec-pad-two {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-pad-two__content-margin-30 {
  padding-bottom: 50px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #0384CE;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #0384CE;
  color: #fff;
  cursor: pointer;
}

.topbar-one {
  background-color: #3156A3;
}
.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-one__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-one__contact-item {
  display: inline-block;
  vertical-align: middle;
}
.topbar-one__contact-item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-right: 26px;
}
.topbar-one__contact-item a {
  color: #FFFFFF;
  font-size: 16px;
}
.topbar-one__contact-item a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.topbar-one__contact-item a:hover i {
  background-color: #fff;
  color: #0384CE;
}
.topbar-one__btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #0384CE;
  padding: 22px 35.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-one__btn:hover {
  color: #0384CE;
  background-color: #fff;
}
.topbar-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 40px;
}
.topbar-one__language {
  margin-right: 20px;
}
.topbar-one__language .btn-light {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px;
  line-height: 1em;
}
.topbar-one__language .dropdown-toggle::after {
  border: none;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 22px;
  color: #fff;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  padding-right: 0px !important;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 37px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 5px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 700;
  font-size: 15px;
  color: #0f4469;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #ff6b35;
}
.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #00b397;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
    width: 300px;
  }
}
.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 12px;
  color: #FFF !important;
  font-weight: 500;
  padding: 9px 14px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #ff6b35;
  text-decoration: none;
  border-bottom: 0px !important;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #0f4469;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #ff6b35;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one__login {
  display: inline-block;
  vertical-align: middle;
  color: #0f4469;
  font-size: 17px;
  font-weight: bold;
  border-left: 2px solid #0f4469;
  padding-left: 35px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-one__login:hover {
  color: #ff6b35;
}
.header-one .header-navigation .container {
  padding-right: 130px;
}
.header-one__dental-one .header-navigation {
  background-color: #0f4469;
}
.header-one__dental-one .header-navigation .container {
  padding-right: 0;
}
.header-one__dental-one .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.header-one__dental-one .header-navigation ul.navigation-box > li {
  padding: 27px 0;
}
.header-one__dental-one .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.header-one__dental-one .header-navigation ul.navigation-box > li.current > a,
.header-one__dental-one .header-navigation ul.navigation-box > li:hover > a {
  color: #ff6b35;
}
.header-one__dental-one__btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-one__dental-one__btn:hover {
  background-color: #fff;
  color: #ff6b35;
}
.header-one__dental-one .stricked-menu {
  background-color: #0f4469;
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header-two .header-navigation .main-navigation {
  float: none;
  text-align: center;
}

.header-three .header-navigation {
  background-color: #FFF;
  /* border-top: 1px solid #ccc; */
}
.header-three .header-navigation .container {
  padding-right: 0;
}
.header-three .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.header-three .header-navigation ul.navigation-box > li {
  padding: 7px 0;
  text-transform: uppercase;
  padding-left: 4px;
  padding-right: 4px;
}
.header-three .header-navigation ul.navigation-box > li > a {
  color: #212121;
}
.header-three .header-navigation ul.navigation-box > li.current > a,
.header-three .header-navigation ul.navigation-box > li:hover > a {
  color: #FFF;
}
.header-three__btn {
  /* background-color: transparent; */
  border: 1px solid #fff;
}
.header-three__btn:hover {
  background-color: #e65a27;
  color: #FFF;
  text-decoration: none;
}
.header-three .stricked-menu {
  background-color: #0384CE;
}
.topbar-two {
  padding-top: 20px;
}
.topbar-two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-two__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-two__info-single + .topbar-two__info-single {
  margin-left: 30px;
}
.topbar-two__info-icon, .topbar-two__info-text {
  display: table-cell;
  vertical-align: middle;
}
.topbar-two__info-icon i {
  width: 40px;
  height: 40px;
  /* background-color: #0384CE; */
  color: #0cb8b6;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0cb8b6;
}
.topbar-two__info-text {
  padding-left: 20px;
}
.topbar-two__info-text span,
.topbar-two__info-text h4 {
  display: block;
  margin: 0;
}
.topbar-two__info-text span {
  color: #0f4469;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
}
.topbar-two__info-text h4 {
  color: #818181;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 8px;
}
.topbar-three {
  background-color: #0384CE;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-three .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-three__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.topbar-three__link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-three__link i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #0f4469;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.topbar-three__link:hover {
  color: #ff6b35;
}
.topbar-three__link:hover i {
  background-color: #0f4469;
  color: #fff;
}
.topbar-three__link + .topbar-three__link {
  margin-left: 10px;
}
.header-one__shop {
  background-color: #FAFAFA;
}
.header-one__shop-btn {
  color: #0384CE;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header-one__shop-btn .count {
  display: inline-block;
  background-color: #ff6b35;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: 0;
  right: 0;
}
.header-one__shop-btn + .header-one__shop-btn {
  margin-left: 25px;
}
/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 30px;
  color: #fff;
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  transition: all .4s ease;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
  line-height: 51px;
}
.banner-wrapper .carousel-btn-block .carousel-btn:hover {
  color: #ff6b35;
  border-color: #ff6b35;
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
  display: block;
  vertical-align: middle;
}
.banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  left: 3%;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 1%;
  }
}
.banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  right: 3%;
}
@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: 1%;
  }
}
.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: left;
}
.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}
.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}
.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}

[class*=banner-carousel] .owl-nav {
  display: none;
}
[class*=banner-carousel] .owl-dots {
  display: none;
}
[class*=banner-carousel].no-dots .owl-dots {
  display: none !important;
}
.banner-one .container {
  position: relative;
  padding: 234.5px 15px;
}
.banner-one__person {
  position: absolute;
  bottom: 0;
  right: -10%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-one__light-color {
  color: #fff;
}
.banner-one__title {
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-bottom: 15px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 47px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
.banner-one__btn {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
}
.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.banner-one .active .banner-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner-one .active .banner-one__person {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.banner-one__dental-two .container {
  padding: 287.5px 15px;
}
.banner-one__dental-two .banner-one__btn {
  margin-top: 25px;
}
.static-banner-one__title {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.static-banner-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
}
.static-banner-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.static-banner-one__box-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.static-banner-one__box-row:last-child {
  margin-top: 50px;
}
.static-banner-one__box-row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.static-banner-one__box-single {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-name: boxMover;
          animation-name: boxMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.static-banner-one__box-single i {
  font-size: 53px;
  color: #fff;
}
@-webkit-keyframes boxMover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes boxMover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.static-banner-one__box-single + .static-banner-one__box-single {
  margin-top: 35px;
}
.static-banner-one__view-more {
  background-color: #fff;
}
.static-banner-one__view-more a {
  font-size: 16px;
  color: #0384CE;
  font-weight: bold;
}
.static-banner-one__view-more span {
  display: block;
  font-size: 30px;
}

.static-banner-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
}
.static-banner-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3156a3;
  opacity: .7;
  z-index: 9;
}
.static-banner-two__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.static-banner-two .appointment-two__form {
  margin-right: 0;
  margin-left: 80px;
}
.static-banner-two .container {
  position: relative;
  z-index: 10;
}
.static-banner-two__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.static-banner-two__text {
  font-size: 17px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 60px;
}

.banner-one__blood-donation .banner-one__title {
  font-size: 60px;
  text-transform: capitalize;
}
/*
* 5. appointment style
*/
.appointment-one {
  position: relative;
  z-index: 99;
  margin-top: -85px;
  padding-bottom: 180px;
}
.appointment-one .inner-container {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
  padding-bottom: 35px;
}
.appointment-one__title {
  margin: 0;
  color: #0f4469;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.appointment-one__label {
  margin: 0;
  font-size: 18px;
  color: #0f4469;
  font-weight: 400;
  margin-bottom: 20px;
}
.appointment-one__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.appointment-one__icon {
  width: 45px;
  height: 50px;
  border: 1px solid #CACACA;
  border-right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
.appointment-one__icon i {
  line-height: 50px;
  color: #0f4469;
  font-size: 18px;
}
.appointment-one__field {
  outline: none;
  padding-left: 20px;
  height: 50px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #CACACA;
  width: calc(100% - 45px);
  font-size: 17px;
  color: #0f4469;
}
.appointment-one__field.error {
  background-color: rgba(255, 0, 0, 0.4);
}
.appointment-one__switch-wrap {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.appointment-one__switch {
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: transparent;
  color: #0f4469;
  width: 50%;
  height: 50px;
  border: 1px solid #CACACA;
  font-size: 17px;
  color: #0f4469;
}
.appointment-one__switch.active, .appointment-one__switch:active, .appointment-one__switch:focus {
  border-color: #0384CE;
  color: #fff;
  background-color: #0384CE;
}
.appointment-one__switch:last-child {
  border: 1px solid #CACACA;
  border-left: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.appointment-one__btn {
  margin-bottom: 25px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
}
.appointment-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.appointment-one .bootstrap-select > .dropdown-toggle {
  outline: none;
  padding: 0;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #CACACA;
  font-size: 17px;
  color: #0f4469;
  height: 50px;
}
.appointment-one .dropdown-toggle::after {
  border: none;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 24px;
  color: #0f4469;
  vertical-align: 1px;
  margin-right: 15px;
}
.appointment-one .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding: 10px 0;
}
.appointment-one label.error {
  display: none !important;
}
.appointment-one .result .inner p {
  margin: 0;
  font-size: 17px;
  padding: 5px 15px;
}
.appointment-one .result .inner.success {
  background-color: rgba(0, 128, 0, 0.2);
}
.appointment-one .result .inner.error {
  background-color: rgba(255, 0, 0, 0.2);
}

.datepicker-dropdown {
  min-width: 18rem;
}

.datepicker table {
  width: 100%;
}

.appointment-one__appointment-page {
  padding-bottom: 110px;
}

.appointment-two {
  padding: 130px 0;
}
.appointment-two__form {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.appointment-two__form-top {
  padding: 21px;
  background-color: #f36438;
  padding-bottom: 5px;
}
.appointment-two__form-icon {
  color: #fff;
  font-size: 36px;
}
.appointment-two__form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 10px;
}
.appointment-two__form-text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__form-bottom {
  background-color: #fff;
  padding: 30px;
}
.appointment-two__form-field {
  width: 100%;
  position: relative;
  height: 51px;
  background-color: #F7F7F7;
}
.appointment-two__form-field input {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: rgba(15, 68, 105, 0.8);
  width: 100%;
  height: 100%;
}
.appointment-two__form-field textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: rgba(15, 68, 105, 0.8);
  width: 100%;
  height: 100% !important;
}
.appointment-two__form-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field-icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.appointment-two__form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 100%;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle {
  color: rgba(15, 68, 105, 0.8);
  height: 100%;
  line-height: 1em;
  padding: 20px 25px;
  background-color: #F7F7F7;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle:after {
  border: none;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-size: 24px;
  margin: 0;
  color: #0f4469;
  opacity: .7;
}
.appointment-two__form-field + .appointment-two__form-field {
  margin-top: 20px;
}
.appointment-two__form-btn {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #ff6b35;
  border-radius: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 4px;
}
.appointment-two__form-btn:hover {
  background-color: #f45712;
  color: #fff;
}
.appointment-two__title {
  margin: 0;
  color: #0f4469;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
}
.appointment-two__tag-line {
  font-size: 24px;
  color: #0f4469;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 20px;
}
.appointment-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__feature-single {
  margin-top: 50px;
  position: relative;
}
.appointment-two__feature-icon {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.appointment-two__feature-icon i {
  color: #0384CE;
  font-size: 11px;
}
.appointment-two__feature-content {
  width: 100%;
  padding-left: 29px;
}
.appointment-two__feature-title {
  color: #0f4469;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.appointment-two__feature-text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.appointment-two__about-one {
  position: relative;
}
.appointment-two__about-one .appointment-two__feature-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #42b3e5;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.appointment-two__about-one .appointment-two__feature-content {
  padding-left: 35px;
}
.appointment-two__about-one__image-block {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.appointment-two__about-one__image-block img {
  position: relative;
}
.appointment-two__about-one__image-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20%;
  background-color: #f6fbff;
  -webkit-transform: scale(0.5, 1.3) translateY(0%);
          transform: scale(0.5, 1.3) translateY(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.appointment-table {
  padding-top: 50px;
  padding-bottom: 50px;
}
.appointment-table .appointment-two__form {
  margin-right: 0;
}
.appointment-table__content {
  padding-right: 70px;
}
.appointment-table .table th,
.appointment-table .table td {
  border: none;
  padding: 0;
  text-align: center;
}
.appointment-table .table-responsive {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.appointment-table .table {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
}
.appointment-table .table thead {
  background-color: #0384CE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.appointment-table .table thead tr th {
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 16.5px 0;
}
.appointment-table .table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th,
.appointment-table .table tbody tr td {
  color: #455360;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr th {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table .table tbody tr td:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}
.appointment-table__blood-dontation .appointment-table__content {
  padding-right: 0;
}
/*
* 6. about style
*/
.about-one {
  padding-bottom: 120px;
}
.about-one .dental-feature__content, .about-one__content-block {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
  padding-right: 85px;
}
@media (max-width: 1366px) {
  .about-one .dental-feature__content, .about-one__content-block {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.about-one__image-wrap {
  margin-right: auto;
  width: 100%;
  max-width: 645px;
}
.about-one .flex-row-reverse .dental-feature__content,
.about-one .flex-row-reverse .about-one__content-block {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 72px;
}
.about-one .flex-row-reverse .about-one__image-wrap {
  margin-right: 0;
  margin-left: auto;
}
.about-one__image-wrap {
  margin-left: -7px;
  margin-right: -7px;
}
.about-one__image-wrap .col-lg-7 {
  max-width: 58.95%;
  display: inline-block;
  float: left;
}
.about-one__image-wrap .col-lg-5 {
  display: inline-block;
  float: left;
  max-width: 42.65%;
}
.about-one__image {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.about-one__image > img {
  width: 100%;
}
.about-one__title {
  margin: 0;
  color: #0f4469;
  font-size: 36px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
}
.about-one__tag-line {
  color: #0f4469;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}
.about-one__text {
  color: #5F666D;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.about-one__text + .about-one__text {
  margin-top: 30px;
}
.about-one__features {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.about-one__features-item {
  position: relative;
  color: #0f4469;
  font-weight: bold;
  font-size: 17px;
  padding-left: 25px;
}
.about-one__features-item:before {
  content: '\e900';
  font-family: 'clainc-icon';
  color: #0384CE;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-one__features-item + .about-one__features-item {
  margin-top: 15px;
}
.about-one__btn {
  margin-top: 50px;
}
.about-one__home-2 {
  padding: 0;
}
.about-one__home-2 .about-one__content-block {
  padding-top: 110px;
  padding-bottom: 110px;
}

.schedule-one {
  padding-left: 59px;
  margin-top: -110px;
  position: relative;
  z-index: 99;
}
.schedule-one .inner-content {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13);
  /* box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.13); */
  background-color: #fff;
  position: relative;
  /* padding-bottom: 50px; */
  float: left;
}
.schedule-one .inner-content:before {
  content: '';
  width: 100%;
  height: 31px;
  background: transparent url(../images/zig-zag-1.png) center center no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.schedule-one__content {
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-one__time-wrap {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #455360;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 65px;
}
@media (max-width: 480px) {
  .schedule-one__time-wrap {
    line-height: 1.4em;
  }
  .schedule-one__time-wrap span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.schedule-one__day {
  width: 85px;
}
.schedule-one__sep {
  margin-left: 10px;
  margin-right: 10px;
}
.schedule-one .nav-tabs {
  border: none;
}
.schedule-one .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 480px) {
  .schedule-one .nav-tabs .nav-item {
    width: 100%;
  }
}
.schedule-one .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  padding: 22px 0;
  color: #455360;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.schedule-one .nav-tabs .nav-link i {
  font-size: 20px;
  margin-right: 15px;
}
.schedule-one .nav-tabs .nav-link.active {
  background-color: #0384CE;
  color: #fff !important;
}

.about-two {
  padding: 70px 0;
  background-color: #f6fbff;
}
.about-two__content {
  width: 100%;
}
.about-two__box {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  padding-left: 70px;
  padding-top: 40px;
}
.about-two__box [class*=col-]:last-child {
  margin-top: 100px;
}
.about-two__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #00142c;
  margin-bottom: 20px;
  font-family: 'dinpro';
}
.about-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
.about-two__text + .about-two__text {
  /* margin-top: 25px; */
  text-align: left;
}
.about-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.about-two__list-item {
  position: relative;
  color: #000;
  font-size: 17px;
  padding-left: 35px;
  margin-right: 10px !important;
}
.about-two__list-item i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #f36438;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.about-two__list-item + .about-two__list-item {
  margin-top: 25px;
}
.about-two__box-single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 29px 15px;
}
.about-two__box-single + .about-two__box-single {
  margin-top: 30px;
}
.about-two__box-icon {
  font-size: 60px;
  color: #0384CE;
}
.about-two__box-title {
  margin: 0;
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'dinpro';
  color: #000;
}
.about-two__box-title a {
  color: #000;
  font-weight: 500;
}
.about-two__box-text {
  font-size: 15px;
  line-height: 20px;
  color: #5F666D;
  margin: 0;
  font-family: 'dinpro';
}
.about-two__btn {
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-two__about-page {
  background-color: #3156A3;
}
.about-two__about-page .container {
  position: relative;
}
.about-two__about-page .about-four__image-block {
  right: auto;
  left: 0;
  max-width: 470px;
}
.about-two__about-page .about-four__image-two {
  -webkit-transform: translateY(30px) translateX(30px);
          transform: translateY(30px) translateX(30px);
}
.about-two__about-page .about-four__image-two .video-popup {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(58, 95, 168, 0.9);
  text-align: center;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-two__about-page [class*=about-four__image-] img {
  border: none;
}
.about-two__about-page .about-two__title, .about-two__about-page .about-two__text, .about-two__about-page .about-two__list-item {
  color: #fff;
}
.about-three {
  padding-top: 120px;
  padding-bottom: 130px;
  padding-top: 20px;
}
.about-three__title {
  margin: 0;
  color: #0F4469;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-three__tag-line {
  color: #0F4469;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  margin-bottom: 15px;
}
.about-three__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.about-three__text + .about-three__text {
  margin-top: 25px;
}
.about-three__btn {
  margin-top: 45px;
}
.about-three .my-auto .row {
  margin-top: -60px;
}
.about-three__box {
  margin-top: 60px;
}
.about-three__box-icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-color: #ecf6ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-three__box-icon i {
  color: #0384CE;
  font-size: 30px;
}
.about-three__box-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}
.about-three__box-title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-three__box-title a:hover {
  color: #ff6b35;
}
.about-three__box-text {
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.about-four {
  padding: 255px 0;
}
@media (max-width: 991px) {
  .about-four {
    padding: 130px 0;
  }
}
.about-four .container {
  position: relative;
}
.about-four__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .about-four__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 70px;
  }
}
.about-four__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(50%);
          transform: translateY(50px) translateX(50%);
}

[class*=about-four__image-] img {
  border: 5px solid #fff;
}
.about-five {
  padding: 255px 0;
}
@media (max-width: 991px) {
  .about-five {
    padding: 130px 0;
  }
}
.about-five .container {
  position: relative;
}
.about-five__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .about-five__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 70px;
  }
}
.about-five__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50px) translateX(30%);
          transform: translateY(50px) translateX(30%);
}
.about-five__image-two img {
  border-radius: 50%;
}
[class*=about-five__image-] img {
  border: 5px solid #fff;
}

.about-six {
  padding: 255px 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-six {
    padding: 130px 0;
    padding-top: 0;
  }
}
.about-six .container {
  position: relative;
}
.about-six__image-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 390px;
}
@media (max-width: 991px) {
  .about-six__image-block {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 100px;
  }
}
.about-six__image-two {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50px) translateX(30%);
          transform: translateY(-50px) translateX(30%);
}
.about-six__image-three {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(30%) translateX(20%);
          transform: translateY(30%) translateX(20%);
}
[class*=about-six__image-] img {
  border-radius: 50%;
  border: 5px solid #fff;
}
/*
* 7. services style
*/
.service-one {
  padding-top: 120px;
  padding-bottom: 50px;
}
.service-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 110px;
}
.service-one__icon {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-one__icon i {
  font-size: 60px;
  color: #0384CE;
}
.service-one__content {
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 80px);
          flex: 1 0 calc(100% - 80px);
}
.service-one__title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.service-one__title a {
  color: #0f4469;
}
.service-one__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #5F666D;
}

.service-two {
  padding-top: 120px;
  padding-bottom: 100px;
}

.service-two__wrap {
  display: block;
  margin-bottom: 30px;
}
.service-two__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 54px 30px;
  display: block;
}
.service-two__single:hover .service-two__icon,
.service-two__single:hover .service-two__text,
.service-two__single:hover .service-two__title a {
  color: #fff;
}
.service-two__icon {
  font-size: 52px;
  color: #0384CE;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.service-two__title {
  margin: 0;
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 16px;
}
.service-two__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-two__title a:hover {
  color: #ff6b35;
}
.service-tab {
  padding-top: 120px;
  padding-bottom: 120px;
}
.service-tab .tab-title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 100px;
}
.service-tab .tab-title .nav-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.6666667%;
          flex: 1 0 16.6666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-tab .tab-title .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  border: none;
  color: #5F666D;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link:before {
  content: '';
  width: 1px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-tab .tab-title .nav-item .nav-link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FF6B35;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link i {
  font-size: 33px;
  color: #0384CE;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab .tab-title .nav-item .nav-link.active {
  color: #FF6B35;
}
.service-tab .tab-title .nav-item .nav-link.active i {
  color: #FF6B35;
}
.service-tab .tab-title .nav-item .nav-link.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.service-tab .tab-title .nav-item:first-child .nav-link:before {
  display: none;
}

.service-three {
  padding-top: 120px;
  padding-bottom: 20px;
}
.service-three__single {
  margin-bottom: 100px;
}
.service-three__icon, .service-three__content {
  display: table-cell;
  vertical-align: middle;
}
.service-three__icon {
  width: 65px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.service-three__icon i {
  font-size: 42px;
  color: #0384CE;
}
.service-three__content {
  padding-left: 27px;
}
.service-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-three__title a {
  color: #0F4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-three__title a:hover {
  color: #ff6b35;
}
.service-three__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}

.service-four {
  padding-top: 120px;
  padding-bottom: 130px;
}
.service-four .appointment-two__form {
  margin-right: 0;
  margin-top: 60px;
}
.service-four__content {
  margin-top: -25px;
  padding-right: 70px;
}
.service-four__row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-four__row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.service-four__single {
  background-color: white;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 3px solid #0384CE;
  padding: 43px 0;
  margin-top: 25px;
}
.service-four__single:before {
  background-color: #0384CE;
}
.service-four__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f6fbff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.service-four__icon i {
  font-size: 45px;
  color: #0384CE;
  line-height: 80px;
}
.service-four__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.service-four__title a {
  color: #0f4469;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-four__single:hover .service-four__title a {
  color: #fff;
}

.service-five {
  padding: 120px 0 130px;
}
.service-five [class*=col-]:nth-child(1) {
  background-color: #2A9BDB;
}
.service-five [class*=col-]:nth-child(2) {
  background-color: #0384CE;
}
.service-five [class*=col-]:nth-child(3) {
  background-color: #0474B4;
}
.service-five [class*=col-]:nth-child(4) {
  background-color: #036298;
}
.service-five__single {
  text-align: center;
  padding: 69px 35px;
}
.service-five__icon {
  font-size: 54px;
  color: #fff;
}
.service-five__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.service-five__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-five__title a:hover {
  color: #ff6b35;
}
.service-five__text {
  margin: 0;
  color: #FFFFFF;
  opacity: .8;
  font-size: 17px;
  line-height: 26px;
}
.service-five__dental-two {
  padding: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 10;
}
.service-five__dental-two [class*=col-]:nth-child(1) {
  background-color: #0384CE;
}
.service-five__dental-two [class*=col-]:nth-child(2) {
  background-color: #0384CE;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two [class*=col-]:nth-child(3) {
  background-color: #0384CE;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.service-five__dental-two .service-five__single {
  padding-top: 56px;
  padding-bottom: 56px;
}

.service-six {
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
.service-six__single {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px 55px;
}
.service-six__title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}
.service-six__title a {
  color: #0f4469;
}
.service-six__text {
  font-size: 17px;
  line-height: 26px;
  color: #5F666D;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.service-six__btn {
  color: #ff6b35;
  border-width: 1px;
  border-color: #ff6b35;
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  padding: 13.5px 33px;
}
.service-six__btn:hover {
  background-color: #ff6b35;
}
/*
* 8. features style
*/
.feature-one {
  margin-top: -30px;
}
.feature-one .container-fluid {
  padding: 0;
}
.feature-one .custom-col-39 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.33%;
          flex: 0 0 44.33%;
  max-width: 44.33%;
}
.feature-one .custom-col-61 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.66%;
          flex: 0 0 55.66%;
  max-width: 55.66%;
}
.feature-one__content-block {
  background-color: #0384CE;
  padding-left: 80px;
  padding-top: 160px;
  padding-bottom: 86px;
  position: relative;
}
@media (min-width: 1921px) {
  .feature-one__content-block {
    min-height: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1440px) {
  .feature-one__content-block {
    padding-top: 63px;
    padding-bottom: 0;
    padding-right: 45px;
    padding-left: 35px;
  }
}
.feature-one__content-block:before {
  content: '';
  width: 75px;
  height: 100%;
  background-color: #0384CE;
  position: absolute;
  top: 0;
  left: -75px;
}
.feature-one__content-block .inner-content {
  width: 100%;
  max-width: 805px;
  margin-right: auto;
}
.feature-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .feature-one__single {
    margin-bottom: 66px;
  }
}
.feature-one__icon {
  width: 40px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 21px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-one__icon i {
  font-size: 31px;
  color: #f36438;
}
.feature-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 80px);
          flex: 1 0 calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
}
.feature-one__title {
  font-size: 19px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-bottom: 5px;
  color: #FFF;
}
.feature-one__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-one__title a:hover {
  color: #ff6b35;
}
.feature-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .feature-one__text br {
    display: none;
  }
}
.feature-one__curvs:before, .feature-one__curvs:after {
  content: '';
  width: 75px;
  height: 30px;
  background-color: #006EAD;
  position: absolute;
  left: -75px;
}
.feature-one__curvs:before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.feature-one__curvs:after {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature-one__home-three {
  margin: 0;
}
.feature-one__home-three .video-one {
  margin: 0;
}
.feature-one__home-three .feature-one__content-block:before {
  display: none;
}
.feature-one__home-three .feature-one__curvs:before,
.feature-one__home-three .feature-one__curvs:after {
  display: none;
}
.feature-one__home-three .feature-one__content-block {
  padding-top: 125px;
  padding-bottom: 62px;
}
@media (min-width: 1921px) {
  .feature-one__home-three .feature-one__content-block {
    min-height: 980px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__content-block {
    padding-top: 70px;
    padding-bottom: 47px;
  }
}
@media (max-width: 1366px) {
  .feature-one__home-three .feature-one__content-block {
    padding-bottom: 14px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .feature-one__single {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .feature-one__home-three .block-title {
    margin-bottom: 46px;
  }
}

.feature-two__content-block {
  padding-right: 40px;
  padding-top: 220px;
  padding-bottom: 135px;
}
.feature-two .block-title {
  margin-bottom: 45px;
}
.feature-two .container {
  position: relative;
}
.feature-two__person {
  position: absolute;
  bottom: 0;
  right: -12%;
}
.feature-two__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.feature-two__text + .feature-two__text {
  margin-top: 25px;
}
.feature-two__tab-title {
  border: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #cacaca;
}
.feature-two__tab-title-item {
  margin-bottom: 0;
}
.feature-two__tab-title-link {
  padding: 0;
  border: none !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f4469;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  position: relative;
}
.feature-two__tab-title-link:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ff6b35;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-two__tab-title-link.active:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.feature-two .nav-tabs .nav-item {
  margin-bottom: 0;
}
.feature-two .nav-tabs .nav-item.show .nav-link,
.feature-two .nav-tabs .nav-link.active {
  color: #ff6b35;
}
.feature-two__btn {
  margin-top: 60px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
          box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.4);
}
.feature-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.feature-two__list-item {
  position: relative;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-two__list-item i {
  color: #0384CE;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-two__list-item + .feature-two__list-item {
  margin-top: 30px;
}
.feature-two__dental-two .feature-two__tab-title {
  margin-bottom: 0;
  border-bottom: 0;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.feature-two__dental-two .feature-two__tab-title-item {
  width: 25%;
}
.feature-two__dental-two .feature-two__tab-title-item + .feature-two__tab-title-item {
  border-left: 1px solid #d4d4d4;
}
.feature-two__dental-two .feature-two__tab-title-link {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feature-three {
  padding: 130px 0;
}
.feature-three .inner-container {
  position: relative;
  z-index: 11;
}
.feature-three [class*=col-lg] {
  background-color: #0384CE;
  display: block;
  position: relative;
}
.feature-three [class*=col-lg]:after {
  content: '';
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3156A3;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.feature-three [class*=col-lg]:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.feature-three [class*=col-lg] + [class*=col-lg] {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.feature-three__single {
  padding: 40px 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}
.feature-three__icon {
  font-size: 40px;
  color: #fff;
}
.feature-three__title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 10px;
}
.feature-three__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-three__title a:hover {
  color: #ff6b35;
}
.feature-three__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 30px;
}
.feature-three__btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 9px 35px;
}
.feature-three__btn i {
  font-size: 16px;
  margin-left: 30px;
}
.feature-three__btn:hover {
  background-color: #ff6b35;
  color: #fff;
  border-color: #ff6b35;
}
.feature-three__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__contact-line {
  line-height: 1em;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 16px 0;
  padding-left: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__contact-line i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  text-align: center;
}
.feature-three__time {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.feature-three__time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 11px 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feature-three__feature {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-three__feature-line {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 54px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 45px;
}
.feature-three__feature-line i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #42B3E5;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.feature-three__home-three {
  padding-top: 0;
  padding-bottom: 0;
}
.feature-three__home-three [class*=col-lg] {
  background-color: transparent;
  display: block;
  position: relative;
}
.feature-three__home-three [class*=col-lg]:after {
  display: none;
}
.feature-three__home-three [class*=col-lg] + [class*=col-lg] {
  border-left: 0px solid rgba(0, 0, 0, 0.15);
}
.feature-three__home-three .feature-three__time {
  margin-top: 17px;
}
.feature-three__home-three .feature-three__single {
  background-color: #0384CE;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.feature-four {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.feature-four .block-title {
  margin-bottom: 45px;
}
.feature-four__text {
  margin: 0;
  font-size: 18px;
  color: #0F4469;
  line-height: 26px;
}
.feature-four__list {
  margin-bottom: 30px;
}
.feature-four__list-item {
  position: relative;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
  padding-left: 40px;
}
.feature-four__list-item i {
  color: #0384CE;
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-four__list-item + .feature-four__list-item {
  margin-top: 35px;
}

.dental-feature {
  padding: 130px 0;
}
.dental-feature .block-title {
  margin-bottom: 45px;
}
.dental-feature__icon {
  color: #1585CE;
  font-size: 46px;
}
.dental-feature__title {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dental-feature__title a {
  color: #0f4469;
}
.dental-feature__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}
.dental-feature hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}

.feature-five {
  margin-top: -35px;
  padding-bottom: 90px;
}
.feature-five .appointment-two__form {
  margin-right: 0;
}
.feature-five .block-title {
  margin-bottom: 50px;
}
.feature-five__single + .feature-five__single {
  margin-top: 50px;
}
.feature-five__icon, .feature-five__content {
  display: table-cell;
  vertical-align: middle;
}
.feature-five__icon .inner-block {
  width: 70px;
  height: 70px;
  background-color: #3156A3;
  border-radius: 50%;
  text-align: center;
}
.feature-five__icon .inner-block i {
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}
.feature-five__content {
  padding-left: 30px;
}
.feature-five__title {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-five__text {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.feature-five__block-text {
  margin: 0;
  color: #0F4469;
  font-size: 18px;
  line-height: 26px;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .feature-six .container {
    max-width: 1060px;
  }
}
.feature-six .row.low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.feature-six .row.low-gutters > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-six__single {
  margin-bottom: 30px;
  text-align: center;
  padding: 63.5px 23px;
  background-color: #fff;
}
.feature-six__icon {
  font-size: 41px;
  color: #0384CE;
}
.feature-six__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.feature-six__title a {
  color: #0f4469;
}
.feature-six__text {
  margin: 0;
  color: #5F666D;
  font-size: 17px;
  line-height: 26px;
}

.footer-one {
  /* background-color: #00142c; */
  position: relative;
  z-index: 99999;
}

.footer-one__top {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
.footer-one .inner-container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-one__widget-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  /* font-family: "Source Sans Pro", sans-serif; */
  font-weight: bold;
  margin-bottom: 25px;
}
.footer-one__logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.footer-one__text {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer-one__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
  /* margin-left: 20px; */
}
.footer-one__links-list li + li {
  /* margin-top: 5px; */
  color: #01a188;
}
.footer-one__links-list li a {
  color: #d5d5d5;
  opacity: .7;
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  /* font-weight: 400; */
}

.footer-one__links-list li a:hover {
  opacity: 1;
  /* -webkit-transform: translateX(20px); */
  /* transform: translateX(20px); */
  color: #ffffff;
  text-decoration: none;
}
.footer-one__links-list li a:hover:before {
  opacity: 1;
}
.footer-one__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-one__contact-list li {
  font-size: 14px;
  color: #fff;
  opacity: .7;
}

.footer-one__map-link {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #42B3E5;
  line-height: 1em;
  border-bottom: 1px solid #42B3E5;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__map-link:hover {
  color: #fff;
  border-color: #fff;
}

.footer-one__social a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17.5px;
  text-align: center;
  line-height: 33px;
  font-size: 15px;
  color: #000;
}
.footer-one__social a + a {
  margin-left: 16px;
}
.footer-one__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
.footer-one__subscribe-field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #000;
  opacity: .5;
  height: 40px;
  padding-left: 5px;
}
.footer-one__subscribe-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: .5;
}
.footer-one__subscribe-submit {
  background-color: transparent;
  border: none;
  outline: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 26px;
  border-radius: 22px;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__subscribe-submit:hover {
  color: #fff;
  background-color: #ff6b35;
  border-color: #ff6b35;
}
.footer-one__subscribe-submit i {
  margin-left: 8px;
}

.footer-one__bottom {
  background-color: #00142c;
  padding: 16.5px 0;
}
.footer-one__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-one__copy-text {
  margin: 0;
  font-size: 13px;
  color: #03cdad;
  opacity: 1.0;
}
.footer-one__bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-one__bottom-links-item {
  display: inline-block;
  vertical-align: middle;
}
.footer-one__bottom-links-item a {
  color: #03cdad;
  opacity: 1.0;
  font-size: 13px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-one__bottom-links-item a:hover {
  opacity: 1;
}
.footer-one__bottom-links-item + .footer-one__bottom-links-item {
  margin-left: 18px;
  font-size: 13px;
}
/*
* 13. inner-banner style
*/
.inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 235px 0;
}
.inner-banner__title {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
}
.inner-banner .post-filter-one {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 28px;
  padding-left: 15px;
  margin-top: 90px;
}
.inner-banner .post-filter-one__search button[type=submit],
.inner-banner .post-filter-one__search {
  height: 56px;
}
.inner-banner .post-filter-one__search button[type=submit] {
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
}
.inner-banner__shop-page {
  padding: 165px 0;
}
.inner-banner__two {
  padding: 32px 0;
  background-color: #3156A3;
}
@media (max-width: 991px) {
  .inner-banner__two {
    padding: 50px 0 !important;
  }
}
.inner-banner__two .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .inner-banner__two .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .inner-banner__two .thm-breadcrumb {
    margin-top: 20px;
  }
}
.inner-banner__two .thm-breadcrumb a, .inner-banner__two .thm-breadcrumb span.sep {
  color: #A3BBCB;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.inner-banner__two .thm-breadcrumb span:not(.sep) {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.inner-banner__two .inner-banner__title {
  font-size: 30px;
  margin: 0;
}
.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thm-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.thm-breadcrumb li a, .thm-breadcrumb li span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}
.thm-breadcrumb li span.sep {
  margin-left: 6px;
  margin-right: 10px;
}
/*
* 14. contact style
*/
#contact-google-map {
  width: 100%;
  height: 625px;
}

#dental-google-map {
  width: 100%;
  height: 712px;
}
.cta-one .container-fluid {
  padding: 0;
  width: 100%;
}
.cta-one__content {
  width: 100%;
  max-width: 585px;
  position: relative;
}
.cta-one__content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.cta-one__content-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .90;
}
.cta-one__left .cta-one__content {
  margin-left: auto;
  padding-right: 85px;
}
.cta-one__left:before {
  background-color: #0384ce;
}
.cta-one__right .cta-one__content {
  margin-right: auto;
  padding-left: 85px;
}
.cta-one__right:before {
  background-color: #3156a3;
}
.cta-one__title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-one__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 27.5px;
  border: 1px solid #F6FBFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  padding: 13.5px 31px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 50px;
}
.cta-one__btn:hover {
  background-color: #F6FBFF;
  color: #0f4469;
}
ul.about-two__list img {
    width: 20%;
    margin-top: -12px;
}span.number {
    font-size: 32px;
    padding: 10px;
    padding-right: 0px;
    color: #000;
    font-weight: 500;
}.advantage li {
    background-color: #02a9a812;
    padding: 15px;
    box-shadow: 0px 4px 5px #dedede;
    font-size: 18px;
    color: #4c4c4c;
    list-style: none;
    margin-bottom: 17px;
    padding-bottom: 22px;
    padding-left: 20px;
    margin: 30px;
}ul.advantage {
    /* margin-left: 0px !important; */
    padding-left: 0px;
    width: 100%;
    float: left;
}
.advantages h3 {
    width: 100%;
    float: left;
    margin-top: 22px;
}
ul.advantage li i {
    /* position: relative; */
    font-size: 22px;
    margin-top: -23px !important;
    color: #ff4700;
    /* margin-top: -24px !important; */
    float: right;
    padding-left: 137px;
    /* background: #000; */
}ul.advantage li a {
    color: #000;
}ul.advantage li img {
    width: 32px;
    margin-right: 10px;
}ul.advantage li a:hover {
    text-decoration: none;
    color: #d46405;
}li.nav-item a {
    font-size: 15px;
    color: #fffdfd;
    font-weight: 500;
    cursor: pointer;
    padding-left: 10px;
    line-height: 29px;
}li.nav-item i {
    color: #ff5e00;
    font-size: 32px;
    margin-top: 0px;
}.about-two__box-single img {
    width: 62%;
}p.about-two__box-text i {
    float: right !important;
    width: 100%;
}
.about-one__btn.mt-2 {
    /* float: right !important; */
    padding: 6px 14px;
    background: none;
    color: #009594;
    /* margin-top: -10px !important; */
    font-family: 'dinpro';
}.about-one__btn.mt-2:hover {
    color: #ff6a00 !important;
}li.footer-one__bottom-links-item a:hover {
    color: #d3fafa;
    text-decoration: none;
}section.sec-pad h2 {
    color: #FFF;
}
section.sec-pad p {
    color: #FFF;
}
li.list-group-item {
    padding: 4px;
    border: none;
    padding-right: 9px;
}
.list-group-horizontal a {
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 11px;
    float: left;
}
.list-group-horizontal a:hover {
    color: #000036;
    text-decoration: none;
}.number a {
    color: gray;
    letter-spacing: 0px;
    padding-top: 13px;
    float: right;
}h5.build {float: right;width: 100%;text-align: right;padding-bottom: 0px;margin-bottom: 0px !important;padding-top: 20px;}

.topbar-two__info {
    display: flex;
    flex-direction:column;
    align-items: flex-end;
}
.main-navigation {
    /* padding-top: 12px; */
    /* padding-bottom: 46px; */
}ul.navigation-box li:hover {
    background-color: #00b397;
    text-decoration: none !important;
    color: #FFF !important;
}

ul.navigation-box li a:hover {
    text-decoration: none;
}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#011f41;
  border-radius:50%;
  opacity:0.5;
  animation: rise 5s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}
body,html{
  width:100%;
  height: 100%;
}
body{
  margin:0;
  padding:0;
  background:#29b6f6;
}section.sticky {
    position: relative;
    height: 600px;
    z-index: 1;
}.about-two__box-single {
    z-index: 2;
    position: relative;
    min-height: 300px;
    height:100%;
}
a.ved-btn.about-one__btn.mt-2 {
    padding: 0;
}
.about-two__box-single.blue:hover {
    background: #00b397;
}

.about-two__box-single.blue:hover p {
    color: #FFF;
}
.about-two__box-single.blue {}

.about-two__box-single.blue:hover h3 {
    color: #FFF;
}ul.navigation-box li:before {
    position: absolute;
    content: '';
    background: url(../images/menu-top.png);
    margin-top: -7px;
    width: 150px;
    height: 7px;
    /* background-repeat: no-repeat; */
}
ul.submenu li:before {
    display: none;
}

blockquote {
    background: #9d141a;
    color: #FFF;
    padding: 10px;
    text-align: left;
}

a.about-team {
      background: #00b397;
    margin-top: 131px;
    float: left;
    width: 134px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    height: 138px;
    padding-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}
a.about-team2 {
    margin-left: 132px;
    width: 136px;
    float: left;
    background: #00142c;
    padding: 10px;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    height: 101px;
    line-height: 16px;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
}
span.telephone {
    font-size: 24px;
    line-height: 22px;
}

a.about-team:hover {
    text-decoration: none;
    color: #FFF;
    background: #0ad3b4;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}.marquee:hover {
    animation-play-state: paused;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
a.about-team2:hover {
    background: #113f74;
    color: #FFF;
    text-decoration: none;
    /* font-size: 21px; */
}
footer.footer-one:before {
    position: absolute;
    content: '';
    background: #000;
    height: 3px;
    /* bottom: -150px; */
    z-index: 999;
    background: url(../images/footer-background.png);
    width: 100%;
}
.example1 {
 height: 126px;
 overflow: hidden;
 overflow-y: hidden;
 position: relative;
 /* border: 1px solid red; */
 /* background: #1112; */
}
.example1 p {
 font-size: 16px;
 color: black;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 22px;
 text-align: left;
 transform:translateY(-51px);
 animation: example1 15s linear infinite;
}

.example1 p.pretender{
 color: blue;
 transform:translateY(-51px);
 animation: example1 10s linear infinite;
 animation-delay:15s;
}

@keyframes example1 {
 60% { 
 transform: translateY(256px); 
 }
 100% { 
 transform: translateY(256px); 
 }
}
section.sample-bg {
    background: #f9fbfc;
}.bg1 {
    background: #FFF;
    border: 1px solid #ccc;
}.image-bg {
    display: flex;
    height: var(--accent-background-height);
    justify-content: center;
    left: -1px;
    position: relative;
    top: -1px;
    width: calc(var(--cell-width) + 2px);
}
.image-bg img {
    width: 80%;
    height: 60% !important;
    z-index: 2;
    margin-top: 30px;
}
.information {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
}ul.first-li li {
    margin-bottom: 8px;
}
.row.date-name {
    background: #00b397;
    padding: 6px;
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
}
span.cat-tag {
    background: #ebebeb;
    margin-right: 10px;
    padding: 4px;
    border-radius: 4px !important;
}
.information h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.information h6 {
    font-size: 15px;
    color: #404040cc;
}ul.first-li {
    padding-left: 0px;
    list-style: none;
}
.image-bg:before {content: '';background: #00142c !important;height: 140px;position: absolute;z-index: 1;width: 100%;}

span.cat-tag {
    background: #00b397;
    color: #FFF;
    font-size: 13px;
    margin-bottom: 10px;
}p.footer-title {
    color: #ccc;
    font-size: 13px;
}.content {
    z-index: 1;
    color: #FFF;
    padding: 10px;
}
.content h4 {
    font-size: 15px;
    margin-top: 20px;
}

.contact-widget i {
    background: #01a188;
    padding: 8px 9px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
    font-size: 14px;
    color:#fff;
}
.contact-widget p {
    margin: 0;
    line-height: 31px;
}
span.telephone a {
    color: #01a188;
    text-decoration: none;
}
a.call:hover {
    text-decoration: none;
	color:#FFF;
}a.btn.btn-danger {
    background: #01a188;
    border: none;
}.footer-one__social i {
    color: #FFF;
}.contact-detail {
    font-size: 13px;
}p.text-light.about {
    font-size: 14px;
    color: #c5c3c3 !important;
    text-align: justify;
}#panel, #flip {
  /* padding: 5px; */
  text-align: center;
  /* background-color: #e5eecc; */
  /* border: solid 1px #c3c3c3; */
}
.topbar-row .col-lg-5{
    text-align:right;
}
#flip img {
    width: 160px;
}
#panel {
  padding: 50px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: #002e64;
  top: 0;
  padding-bottom: 0px;
  border-bottom: 1px solid blue;
}span#close {
    float: left;
    width: 100%;
    text-align: right;
}.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
    color: #000 !important;
}
.bg-blue{background: url(../images/faces-block.jpg);height: 370px;background-repeat: no-repeat;background-size: 95%;}

span.faces-email {
    float: left;
    width: 100%;
    font-size: 15px;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 45em;
  height: 10em;
  /* background-color: #3E3E3E; */
  /* box-shadow: 7px 5px 4px rgba(0,0,0,0.5); */
}
.box {
	/* margin: 3em auto; */
	/* padding: 2em; */
	width: 99%;
	height: 8em;
	position: relative;
	overflow: hidden;
	top: 1em;
	background-color: #FFF;
	/* box-shadow: 7px 5px 4px rgba(0,0,0,0.5); */
	/* border: 1px solid black; */
	border-radius: 2px;
}
.scroll {
	position: absolute;

	/*-webkit-animation: scroll 15s linear infinite;
	-moz-animation: scroll 15s linear infinite;
	-ms-animation: scroll 15s linear infinite;
	-o-animation: scroll 15s linear infinite;
	animation: scroll 15s linear infinite; */
}
.client-logo img{
	    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out; 
      width: 250px;
    display: block;
    margin: 0 auto;
    border: 1px solid grey;
    padding: 5px;
}
footer p a{
    color:#fff;
}
.client-logo img:hover{
	filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}
span#close img {
    cursor: pointer;
}span.panel-hours {
    float: left;
    width: 100%;
    text-align: left;
    color: #ccc;
    font-size: 14px;
    margin-top: 15px;
}
.scroll li{
	list-style: circle;
}h6.detail-heading {
    color: #4ad7b0;
    font-size: 16px !important;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}ul.top-link {
    padding-left: 0px;
}
ul.top-link li {
    list-style: none;
    float: left;
    text-align: left;
    color: #d1cfcf;
    font-size: 13px;
    margin-bottom: 16px;
}
ul.top-link li img {
    width: 13%;
}ul.top-link li a {
    color: #e9e9e9;
}
ul.top-link li a:hover {
    color: #5997b5;
    text-decoration: none;
}div#close {
    width: 100%;
    text-align: right;
    cursor: pointer;
}.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  background: #0ec9ac;
  border-radius: 0px;
  margin-top: -2px;
}

li.nav-item.dropdown.dropdown-slide.dropdown-hover a:before {
	  position: absolute;
	  content: '';
	  background: url(../images/menu-top.png);
	  margin-top: -9px;
	  width: 150px;
	  height: 7px;
}
.dropdown-menua:before{
	display:none;
}a.dropdown-item:before {
    display: none;
}a.dropdown-item i {
    color: #FFF;
    font-size: 14px;
}
section.inner-banner2 {
    background: #00142c;
    padding-top: 20px;
    margin-bottom: 25px;
    padding-bottom:20px;
}

section.inner-banner2:before {
	content:'';
	position:absolute;
	background: url(../images/menu-top.png);
	width: 100%;
	height: 4px;
	margin-top: -20px;
	/* background-repeat: no-repeat; */
	}
	
	ul.contact li {
    list-style: none;
}
ul.contact li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}a.call.text-dark.mail {
    font-size: 14px;
}
section.inner-page h4 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
}.box1 {
    background: #00142c;
    border: 1px solid #ccc;
    padding: 10px;
    height:100%;
}
.box1 p {
    color: #FFF;
    font-size: 13px;
}
.box1 h4 {
    font-size: 19px !important;
    text-align: left;
    color: #FFF !important;
}
.box3 {
    background:#bc0b0b;
    border: 1px solid #ccc;
    padding: 10px;
        height:100%;
}
.box3 p {
    color: #FFF;
    font-size: 13px;
}
.box3 h4 {
    font-size: 19px !important;
    text-align: left;
    color: #FFF !important;
}
.box3 img {
      width: 90px;
    margin-top: 10px;
}

.box2 i,
.box1 i,
.box3 i{
        color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
    margin-top:15px;
}
.box2 {
    background:#01a188;
    border: 1px solid #ccc;
    padding: 10px;
        height:100%;
}
.box2 p {
    color: #FFF;
    font-size: 13px;
}
.box2 h4 {
    font-size: 19px !important;
    text-align: left;
    color: #FFF !important;
}
a.call.text-dark.mail i {
    font-size: 16px;
}.box1 img {
   width: 90px;
    margin-top: 10px;
}
.box2 img {
    width: 90px;
    margin-top: 10px;
}.back1 {
    background: #00142c05;
    padding: 10px;
	text-align:justify;
    border-radius: 4px !important;
}
.card{
    height:100%;
}

.back1 h5 {
    color: #00142c;
}span.number {
    background: #01a188;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    float: left;
    color: #FFF;
    line-height: 20px;
    font-size: 22px;
    font-weight: bold !important;
    margin-right: 10px;
    margin-top: -5px;
    padding-left:8px;
}
ul.side-link {
    padding-left: 10px;
}

ul.side-link li {
    list-style: none;
    padding-left: 0px;
    float: none;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 9px;
    line-height: initial;
    font-size: 13px;
}
ul.side-link li:last-child{
    margin-bottom:0;
}
ul.side-link li a {
    padding-left: 0px;
    letter-spacing: 0px;
    font-size: 13px;
}h5.text-left.ph1 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
    margin-bottom: 10px;
    background: #00003c;
    color: #FFF;
    font-size: 15px;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
}ul.side-link i {
    color: #001b58;
    font-weight: bold;
}ul.side-link a {color: #000800;
    font-size: 14px;
}ul.side-link li a:hover {
    text-decoration: none;
    color: #02024a;
}.contact_right_column {
    background: #e0e8ff;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #ccc;
}
ul.side-link:after {
    content: '';
    display: table;
    clear: both;
}
.client-testimonial {
    float: none;
    margin-top: 20px;
    border-radius: 4px !important;
}
.client-testimonial blockquote {
    border-radius: 4px;
}
#sticky {
  /* padding: 0.5ex; */
  /* width: 600px; */
  /* background-color: #333; */
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  width: 100%;
  /* flex: 0 0 25%; */
  max-width: 212px;
  z-index: 99999;
}span.client-name {
    font-size: 19px;
}
section.inner-banner2 img {
     width: 110px;
    display: block;
    margin: 0 auto;
}
.bg-blue {}
.step-row ul.points {
    margin:0;
}
.step-row {
    align-items: center;
    padding: 15px 0;
}
ul.points li {
    list-style: none;
    margin-bottom: 9px;
    padding-left: 30px;
}
ul.points.points-2 li{
    padding-left: 10px; 
}
ul.points {
    padding-left: 0px;
    margin:0;
}ul.points i {
    background: #01a188;
    color: #FFF;
    padding: 4px;
    border-radius: 50px;
    position: absolute;
    left: -3px;
}ul.points.two.mt-4 i {
    font-size: 26px;
    width: 33px;
    height: 33px;
    margin-left: 5px;
}.five-step {
    background: #f9f9fb;
    padding: 15px;
    border-left: 3px solid #00006a;
}
.five-step ul {
    padding-left: 0px;
}
.five-step ul li {
    list-style: none;
}ul.points.two li i {
    margin-left: 15px;
}.sta h4 {
    font-size: 21px !important;
}
.card.p-2.sta{
    height:100%;
}
.card.p-2.sta ul {
    padding-left: 0px;
}
.card.p-2.sta ul li {
    list-style: none;
    padding-left: 25px;
}
.card.p-2.sta ul li i {
    position: absolute;
    left: 10px;
    margin-top: 3px;
    color: #01a188;
    font-size: 17px;
}
.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline .timeline{
    position: relative;
    margin-top: -79px;
}
.main-timeline .timeline:first-child{ margin-top: 0; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    content: "";
    width: 100%;
    height: 100%;
    /* box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #00b397;
    border-right-color: #00b397;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
    font-family: monotype corsiva;
}
.main-timeline .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #00b397;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
    font-family: 'dinpro';
    letter-spacing: 0px;
}
.main-timeline .timeline-content{
    width: 35%;
    float: right;
    background: #00b397;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
    box-shad\: n;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #00b397;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}
.main-timeline .description{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.main-timeline .timeline:nth-child(2n):before{/* box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset; */}
.main-timeline .timeline:nth-child(2n) .timeline-icon{ transform: rotate(-135deg);}
.main-timeline .timeline:nth-child(2n) .year{ transform: rotate(135deg); }
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }
.main-timeline .timeline:nth-child(2n) .timeline-content:before{
    left: auto;
    right: -20%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    border-top-color: #00142c;
    border-right-color: #00142c;
    font-family: monotype corsiva;
}
.main-timeline .timeline:nth-child(2n) .year{color: #00142c;}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before{background: #00142c;}
.main-timeline .timeline:nth-child(3n) .timeline-icon{
    border-top-color: #13afae;
    border-right-color: #13afae;
	font-family: monotype corsiva;
}
.main-timeline .timeline:nth-child(3n) .year{ color: #13afae; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before{ background: #13afae; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{
    border-top-color: #105572;
    border-right-color: #105572;
	font-family: monotype corsiva;
}
.main-timeline .timeline:nth-child(4n) .year{ color: #105572; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before{ background: #105572; }
img#nofilana {
    height: 75px;
}
.banner_form input, .banner_form textarea {
    width: 100%;
    margin-bottom: 8px !important;
}
@media only screen and (max-width: 1199px){
    .main-timeline .timeline{ margin-top: -103px; }
    .main-timeline .timeline-content:before{ left: -18%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -18%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline{ margin-top: -127px; }
    .main-timeline .timeline-content:before{ left: -2%; }
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -2%; }
}
@media only screen and (max-width: 767px){
  a.logo{
        display:none;
    }
    .banner_con .pull-right{
        float:none !important
    }
    .main-timeline .timeline{
        margin-top: 0;
        overflow: hidden;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{
        box-shadow: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
		
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{ transform: rotate(-135deg); }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,0);
    }
}
a.btn.btn-danger i{
    font-size:12px;
}

.card-icon{
        color: #01a188;
    font-size: 50px;
}

.card-icon-2 {
    color: #01a188;
    font-size: 50px;
    margin-bottom: 15px;
}

a.btn.btn-danger:hover {
    background: #007c69;
}.number a:hover {
    text-decoration: none;
}input.btn.btn-primary {
    background: #00142c;
    border: none;
}

input.btn.btn-primary:hover {
    background: #000710;
}div#box1 {
    height: auto !important;
}
div#box2{
    height: auto !important;
}
div#box3 {
    height: auto !important;
}
div#box4 {
    height: auto !important;
}
ul.points.three li a {
    color: #000;
}ul.points.three li a i {
    margin-left: 9px;
    padding: 5px;
    width: 24px;
    text-align: center;
}ul.points.three li a:hover {
    text-decoration: none;
    color: #000d68;
}nav.transparent .breadcrumb {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}.breadcrumb-item.active {
    color: #03b97c;
}ol.breadcrumb.p-0 {background: transparent;}
.thank h2 {
    font-size: 90px;
}li.breadcrumb-item.active {
    color: #01a188;
}li.breadcrumb-item a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    
    .card-icon{
       margin-bottom:15px;
}

.static-banner-one {
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}.about-two__box-single {
    z-index: 2;
    position: relative;
    height: auto;
    text-align: left;
    min-height:auto;
}
.bg-blue {
    background: url(../images/faces-block.jpg);
     height: 370px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 45px;
}.bg1 {
    margin-bottom: 20px;
}

.img-bg img {
    margin-left: 16px;
}
}

.img-bg{background: #00142b;border-radius: 50px;width: 90px;height: 90px;line-height: 90px;line-height: 90px;margin-left: 26%;margin-bottom: 20px;border: 1px dashed #ccc;color: #FFF;display:block;margin:0 auto;}
.captcha-box {
    float: left;
}
.error{
    color:red;
}
.captchacodebox {
    height: 45px!important;
    width: 45px!important;
    font-size: 25px!important;
    text-align: center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.25rem;
}

form#request-a-quote-frm .form-control {
    height: auto;
}
.content-circle {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    background: #011e40;
    padding: 10px;
    border: 1px solid #888;
}
.content-circle .circle-inner {
    height: 100%;
    width: 100%;
    border: 1px solid #888;
    border-radius: 100%;
    padding: 10px;
}
.content-left.content-circle {
    top: 0;
    position: absolute;
    left: -48px;
}
.content-circle .inner-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    text-align: center;
}
.content-circle .inner-content p {
    font-size: 19px;
    margin: 0;
}
.static-banner-one .container{
    position:relative;
}
.static-banner-one .content-wrap{
    padding-bottom:250px;
}
.content-right.content-circle {
    position: absolute;
    right: -40px;
    top: 70px;
}
.static-banner-one .title{
        position: absolute;
    left: 20%;
    top: 19px;
    z-index: 2;
    text-align:center;
}
.static-banner-one .title h1{
        color: #fff;
    font-weight: 600;
    font-size: 81px;
    letter-spacing: -4px;
}
.static-banner-one .title h1 span{
        font-size: 65px;
}
.upload-card {
    min-height: 200px;
    border-radius: 30px;
    background: #01a188;
    border: 1px solid #ccc;
    padding: 40px;
    margin-bottom:2.5rem;
    color:#fff;
}
.upload-card .card-content {
    text-align: center;
    color: #fff;
}
.upload-card .card-content h3,
.upload-card .card-content p{
    color:#fff;
}
.upload-card .card-content p{
    margin:0;
}
.upload-card .card-content h3{
    margin-bottom:30px;
}
.upload-card .card-content .text{
    margin-top:30px;
}
.upload-card label.fromUplodFile {
    background: #fff;
      border-radius: 30px;
    color: #01a188;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    min-width: 250px;
    margin: 0;
    cursor:pointer;
}
.upload-card .submitbtn,
.upload-card .upload-field{
    display:none;
}
.upload-card ul.points{
    margin:0;
}
.upload-card ul.points li {
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 24px;
}
.upload-card ul.points li:last-child{
    margin:0;
}
.upload-card ul.points i {
    background: none;
    color: #fff;
    font-size: 20px;
    padding: 2px;
    margin-top: 2px;
}
table#sampleformtable {
    width: 100%;
    border: 1px solid #fff;
        margin-bottom: 1rem;
}


table#sampleformtable td {
    padding: 16px 20px;
    font-size: 16px;
}


table#sampleformtable tbody{
        background: #fff;
}
#fields-wrapper .form-group {
    margin-bottom: 1rem;
    min-height: 65px;
}
#getSampleForm .btn-light{
    background-color:#fff;
}
.uploaded-file {
    margin-bottom: 1.5rem;
    display: flex;
    font-size: 16px;
    align-items: center;
    flex-wrap:wrap;
}
.uploaded-file>div:first-child {
    margin-right:20px;
}
.uploaded-file .file-name{
padding-left:5px
    
}
#panel a{
    color:#fff;
}
.changefilelabel {
    padding: 5px 10px;
    margin: 0;
    border-radius: 30px;
    background: #01a188;
    color: #fff;
    cursor:pointer;
}

input#changefile {
    display: none;
}
.rc-reviews {
    padding: 10px;
}
.rc-reviews iframe {
    height: 431px;
    overflow:auto;
}
.reqest-formm {
    padding: 16px 0;
}
.reqest-formm h2 {
    font-size: 27px;
    margin-bottom: 20px;
    
}
.footer-one .inner-container li {
    padding: 7px 0;
}
.bg-bluee ul {
    padding: 0;
    margin:0;
}
.bg-bluee li {
    display: inline-block;
    width: 49%;
}
.bg-bluee li img {
    width: 100%;
}
.about-team {
    background: #9d141a;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
a.emaIL {
    color: #01a188;
}
#Sampleform-card {
    background: #eeeeee;
    color: #000;
}
.bg-bluee img {
    height: 281px;
    object-fit: contain;
}
.reviewws {
    padding-bottom: 30px;
}
.reviewws iframe {
    width: 100%;
    border: 1px solid #eee;
    height: 357px;
}
.rc-reviewss iframe {
    height: 520px;
}

.schedulle button, .schedullee button {
    padding: 10px 20px;
    border-radius: 23px;
    border: 0;
}
.schedulle button:hover, .schedullee button:hover, #consbmtbtn:hover, .gr-btn button:hover, #reqsbmtbtn:hover{
    background:#00b397;
    color:#fff;
}
.schedullee button{
    background:#00142b;
    color:#fff;
}

#consbmtbtn, .gr-btn button, #reqsbmtbtn{
    background: #00142b;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    line-height: 3px;
    border-radius: 37px;
}

.request-quotte{
    background: #00142b !important;
    color: #fff !important;
    border: 0 !important;
    padding: 12px 20px !important;
    line-height: 3px !important;
    border-radius: 37px !important;
    font-size: 15px !important;
}
.request-quotte:hover{
    background:#00b397 !important;
    color:#fff !important;
}
input#reqsbmtbtn {
    padding: 16px 20px;
}
.fixed {
      position: fixed;
      top:0;
      z-index: 1;
      transform: translateY(30px);
  }

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10;
}


.calendly-inline-widget-n {
    border: 3px solid #c0bcbc;
    border-radius: 9px;
    overflow: hidden;
    padding: 5px;
}