html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #106faf;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #106faf;
  border: 2px solid #106faf;
  padding: 15px 35px 14px 35px;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
  }
}

.btn:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #106faf;
  border: 2px solid #106faf;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  color: #fff !important;
  background-color: #106faf;
  border-color: #106faf;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #106faf;
  border-color: #106faf;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #106faf;
  border-color: #106faf;
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: #106faf;
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: #106faf;
  margin: 25px auto;
}

.title-h {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #303b50;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 300;
  }
}

.inner-h {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
  color: #2e5184;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 26px;
    line-height: 31px;
  }
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.new-img {
  height: 220px;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #106faf;
}
.top-bar p, .top-bar a {
  padding: 6px 0 8px 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    padding: 4px 0 6px 0;
    letter-spacing: 0;
  }
}
.top-bar a:hover {
  color: #2e5184;
}
.top-bar .top-text {
  display: inline-block;
}
@media (max-width: 991px) {
  .top-bar .top-text {
    text-align: center;
    display: block;
  }
}

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px;
}
@media (max-width: 991px) {
  .attr-phone {
    display: none;
  }
}
.attr-phone .svg-inline--fa {
  font-size: 14px;
  line-height: 4px;
  margin-right: 7px;
  background-color: #106faf;
  padding: 9px;
  border-radius: 50%;
  vertical-align: sub;
  animation: pulse 1.2s infinite;
  display: inline-block;
}
.attr-phone span {
  margin-top: -5px;
  font-family: "Oswald", sans-serif;
}
.attr-phone a {
  display: inline-block;
  line-height: 33px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1050px) {
  .attr-phone a {
    line-height: 20px;
  }
}
.attr-phone a:hover .svg-inline--fa {
  color: #fff;
}
.attr-phone .svg-inline--fa:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .row-color {
    background-color: #106faf !important;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 73px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 6px 10px 2px 10px;
}
@media (max-width: 1190px) {
  .navbar-brand {
    padding: 8px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 67px;
  margin-top: 0px;
}
@media (max-width: 1190px) {
  .navbar-brand img {
    height: 44px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

nav.navbar.bootsnav.no-background {
  background-color: #fff;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 8px 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #106faf;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.longer-width {
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 14px 2px 16px 16px;
    font-weight: 500;
    font-size: 16px;
    margin: 14px 0 12px 0;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 4px 10px 10px;
    font-size: 15px;
    text-decoration: none;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #2e5184;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #106faf;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #ecf1f8;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 9px 20px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  animation: pulse 1.5s infinite ease-in-out;
}
@media (max-width: 1050px) {
  nav.navbar.bootsnav .btn {
    padding: 9px 8px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333;
}

nav.no-background.bootsnav .btn {
  color: #222 !important;
  background-color: #106faf !important;
  border: 2px solid #106faf;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #106faf !important;
  border-color: #106faf;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 500;
    font-size: 19px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
/******navbar end**********/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background-color: rgba(52, 52, 52, 0.2);
  z-index: 4;
}

.basic-swipre-slider {
  width: 100%;
  height: calc(80vh - 110px);
}

.swiper-wrapper {
  width: 100%;
  height: calc(80vh - 110px);
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: calc(80vh - 70px);
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  right: 0%;
  left: 0%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0 20px 20vh 20px;
}

.slide-content h1 {
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .slide-content h1 {
    margin-bottom: 5px;
  }
}

.slide-content h2 {
  font-weight: 300;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 20px;
  }
}

.slide-content .btn {
  background-color: transparent;
  border: 2px solid #fff;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 65vh;
  }
  .zoom-out-slider {
    height: 65vh;
  }
  .swiper-wrapper {
    height: 65vh;
  }
  .slide-content {
    margin: 0 0px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .slide-content {
    padding: 0 20px 15vh 20px;
  }
}
@media (max-width: 992px) {
  .slide-content h1 {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    font-size: 35px !important;
    line-height: 38px !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

/******* intro start ********/
.under-hero {
  background-color: #106faf;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .under-hero {
    padding: 10px 0;
  }
}
.under-hero .inner-h, .under-hero .title-p {
  color: #fff;
}

.cta-footer .btn {
  border: 2px solid #fff;
}
.cta-footer .title-h {
  color: #fff;
}

.intro {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,111111+100 */
  background: radial-gradient(ellipse at center, rgb(51, 51, 51) 0%, rgb(17, 17, 17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 55px 0;
}
.intro h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.intro .title-p {
  color: #fff;
}
.intro .btn {
  border: 2px solid #fff;
  background-color: transparent;
  margin-top: 50px;
  animation: pulse 1.5s infinite;
}
@media (max-width: 991px) {
  .intro .btn {
    margin-top: 0px;
  }
}
.intro .intro-right {
  text-align: right;
}
@media (max-width: 991px) {
  .intro .intro-right {
    text-align: left;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/******** intro end *********/
/******services end********/
/**********cta2 start*********/
.cta2, .cta3 {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cta2, .cta3 {
    padding: 80px 0;
  }
}
.cta2 .back, .cta3 .back {
  background-color: rgba(52, 52, 52, 0.4);
}
.cta2 h3, .cta2 h4, .cta3 h3, .cta3 h4 {
  text-shadow: 0px 0px 4px #333;
  margin-bottom: 15px;
  color: #fff;
}
.cta2 h4, .cta3 h4 {
  font-weight: 400;
}

.cta2.back-img, .cta3.back-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.cta2.back-img::before, .cta3.back-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}

.cta2.back-img::before {
  background-image: url(../images/TMS-1-scaled.webp);
}

.cta3.back-img::before {
  background-image: url(../images/img58.jpg);
}

.cta2 .container, .cta3 .container {
  position: relative;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2.back-img::before, .cta3.back-img::before {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/**********testimonial start*************/
.testimonial-index {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .testimonial-index {
    padding-top: 50px;
  }
}
.testimonial-index .review-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content {
    margin-top: 15px;
  }
}
.testimonial-index .review-content p {
  font-size: 21px;
  line-height: 33px;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-index .review-content p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h4 {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 400;
  color: #106faf;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h3 {
  font-size: 28px;
  margin: 30px 0 20px 0;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2e5184;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.testimonial-index .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .owl-theme .owl-controls {
    text-align: center;
  }
}
.testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
  background: #106faf;
}

.test-img {
  position: absolute;
  height: 180px;
  width: auto;
  bottom: 200px;
  opacity: 0.2;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .test-img {
    height: 110px;
    bottom: 0;
    top: 50px;
  }
}

/**********testimonial end**********/
.video-img, .blog-img {
  width: 100%;
  height: 320px;
  border-radius: 15px 15px 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}
.play-img {
  width: 140px;
  margin-top: 110px;
}

@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}
.blog-box {
  position: relative;
  display: inline-block;
  width: calc(33% - 20px);
  vertical-align: top;
  margin: 15px 7px;
  box-shadow: 10px 31px 37px -17px rgba(0, 0, 0, 0.22);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 960px) {
  .blog-box {
    width: calc(100% - 0px);
    vertical-align: top;
    margin: 15px 0px;
  }
}
.blog-box .blog-text {
  padding: 15px 15px 25px 15px;
  min-height: 190px;
}
@media (max-width: 960px) {
  .blog-box .blog-text {
    min-height: auto;
  }
}
.blog-box .blog-text h3 {
  font-size: 20px;
  line-height: 25px;
}

.about-index-img {
  height: 600px;
  background-position: top;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .about-index-img {
    height: 250px;
  }
}

.about-center .btn {
  min-width: 220px;
  margin: 25px 5px;
}
@media (max-width: 991px) {
  .about-center .btn {
    margin: 10px 5px 0 5px;
  }
}

.step-img {
  height: 610px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .step-img {
    height: 250px;
    margin-bottom: 15px;
  }
}

.steps .back {
  background-color: rgba(235, 240, 250, 0.55);
}

.step-box {
  box-shadow: -3px 14px 37px -17px rgba(0, 0, 0, 0.22);
  padding: 20px 20px 30px 30px;
  margin: 30px 0 20px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 290px;
  position: relative;
}
@media (max-width: 768px) {
  .step-box {
    min-height: auto;
    padding: 20px 20px 20px 20px;
    margin: 15px 0 0px 0;
  }
}
.step-box .title-p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.step-box p {
  font-size: 16px;
  line-height: 21px;
  color: #666;
}

.box-step .title-h {
  color: #106faf;
}

.step-new-img {
  height: 450px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.steps-btn .btn {
  margin: 30px 5px 10px 5px;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  .steps-btn .btn {
    margin: 5px 2px;
  }
}

/**************************/
.index-faq .back {
  background-color: rgba(255, 255, 255, 0.8);
}

#accordion {
  padding-right: 0px;
  padding-left: 0px;
  z-index: 1;
}

#accordion .panel {
  border: none;
  box-shadow: none;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(230, 238, 255, 0.2);
}

#accordion .panel-title {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 19px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  background: rgba(216, 229, 243, 0.2);
  color: #333;
  padding: 20px 25px;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 990px) {
  #accordion .panel-title a {
    font-size: 18px;
    padding: 15px 30px 15px 15px;
  }
}

#accordion .panel-title a.collapsed {
  background-color: rgba(216, 229, 243, 0.2);
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  border-left-color: #f8f8f8;
}

#accordion .panel-title a:after {
  font: var(--fa-font-solid);
  content: "\f106";
  font-weight: 900;
  position: absolute;
  top: 30%;
  right: 15px;
  font-size: 18px;
  color: #555;
}
@media (max-width: 990px) {
  #accordion .panel-title a:after {
    font-size: 15px;
    right: 10px;
  }
}

#accordion .panel-title a.collapsed:after {
  content: "\f107";
  color: #106faf;
}

#accordion .panel-collapse {
  position: relative;
}

#accordion .panel-body {
  color: #333;
  background: #fff;
  border-top: none;
  border: 1px solid #fff;
  z-index: 1;
  padding: 15px 0;
}

.faq-image {
  height: 700px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .faq-image {
    height: 300px;
  }
}

.faq-padd {
  padding: 40px 0 0 20px;
}
@media (max-width: 991px) {
  .faq-padd {
    padding: 20px 0 0 0px;
  }
}

/***********************************/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 90px 0 90px 0;
}

@media (max-width: 991px) {
  .tc-footer {
    padding: 60px 0 60px 0;
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(235, 240, 250, 0.92);
}

.tc-footer a {
  color: #106faf;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 23px;
    font-size: 19px;
  }
}
.tc-footer a:hover {
  color: #106faf;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  margin-top: 75px;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1100px) {
  .tc-footer ul {
    margin-top: 20px;
  }
}

.tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #106faf;
  border: 1px solid #106faf;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 9px;
  margin: 5px 5px 0 0;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid #106faf;
  background: #106faf;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
.footer-logo {
  width: 90%;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .footer-logo {
    margin: 30px 0;
    width: 70%;
  }
}

/******************************/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tc-header {
    min-height: 40vh;
  }
}

.tc-header .back {
  background-color: rgba(52, 52, 52, 0.1);
}

.pagination {
  margin-top: 50px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #ecf1f8;
}

.blog-box:hover {
  box-shadow: 0px 5px 27px -17px rgba(0, 0, 0, 0.25);
}

.blog-text {
  position: relative;
}

.blog-detail-img {
  height: 550px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blog-detail-img {
    height: 230px;
  }
}

.blog-detail .video-img {
  width: 100%;
  height: 520px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .blog-detail .video-img {
    height: 260px;
    margin-bottom: 15px;
  }
}
.blog-detail .play-img {
  width: 180px;
  margin-top: 190px;
}

@media (max-width: 768px) {
  .blog-detail .play-img {
    margin-top: 60px;
    width: 140px;
  }
}
.video-box {
  box-shadow: 10px 31px 37px -17px rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.video-box .video-text {
  padding: 0 10px 5px 20px;
  min-height: 110px;
}
@media (max-width: 768px) {
  .video-box .video-text {
    min-height: auto;
    padding: 0 10px 10px 10px;
  }
}

.video-box iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .video-box iframe {
    height: 200px;
  }
}

.reviews-box {
  background-color: rgba(230, 238, 255, 0.4);
  padding: 40px;
  border-radius: 12px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .reviews-box {
    padding: 40px 20px;
  }
}
.reviews-box img {
  position: absolute;
  top: -30px;
  left: 35px;
  width: 60px;
}
@media screen and (max-width: 550px) {
  .reviews-box img {
    left: 15px;
  }
}
.reviews-box h5 {
  color: #106faf;
  margin: 30px 30px 0 0;
  font-size: 20px;
  text-align: right;
}
.reviews-box iframe {
  width: 100%;
  height: 240px;
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(235, 240, 250, 0.92);
  background-color: rgba(235, 240, 250, 0.92);
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(235, 240, 250, 0.92);
  background-color: rgba(235, 240, 250, 0.92);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  height: 58px;
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #106faf;
  font-weight: 500;
}

::-moz-placeholder {
  font-size: 19px;
  color: #106faf;
  font-weight: 500;
}

::placeholder {
  font-size: 19px;
  color: #106faf;
  font-weight: 500;
}

input[type=file] {
  border: none;
}

.contact-info a {
  color: #333;
}

.contact-info a:hover {
  color: #106faf;
}

.contact-info .inner-h {
  color: #106faf;
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
  box-shadow: 10px 31px 37px -17px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 370px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 15px 5px;
  min-height: 220px;
}
@media (max-width: 550px) {
  .team-info {
    min-height: auto;
  }
}

.team-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #444;
  font-size: 28px;
  margin-top: 0;
}

.team-name {
  font-weight: 400;
  font-size: 15px;
  color: #106faf;
  font-family: "Lato", sans-serif;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 27px;
  height: 27px;
  padding: 4px;
  border: 1px solid #106faf;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #106faf;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #106faf;
  color: #fff;
}

/********* TEAM PAGE END *******/
.example-image {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.team-doctor {
  height: 600px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.forms-page .reviews-box img {
  position: relative !important;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}

.forms-page .reviews-box .btn {
  padding: 12px 25px;
  font-size: 15px;
}

.forms-page .reviews-box {
  min-height: 280px;
  padding: 40px 20px 5px 20px;
}
@media screen and (max-width: 768px) {
  .forms-page .reviews-box {
    min-height: auto;
    padding: 30px 15px 10px 15px;
    margin-top: 15px;
  }
}

.forms-page .inner-h {
  font-size: 24px;
}

.box-step img {
  height: 80px;
  margin-top: 20px;
}

.insurance-box {
  background-color: rgba(255, 255, 255, 0.95);
  width: calc(25% - 15px);
  margin: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  padding: 20px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .insurance-box {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 550px) {
  .insurance-box {
    width: calc(50% - 15px);
    padding: 10px;
  }
}
.insurance-box .insurance-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
@media screen and (max-width: 550px) {
  .insurance-box .insurance-img {
    height: 70px;
  }
}

.insurance-box:hover {
  border: 1px solid #c6d5eb;
}

.table {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 15px 8px;
  font-size: 15px;
}

.table > thead > tr > th {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #106faf;
  font-weight: 500;
  text-align: center;
}

.table > tbody > tr > th {
  color: #106faf;
  text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #d9e3f2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(217, 227, 242, 0.3);
}

.cta-white .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6d5eb+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(to right, rgb(198, 213, 235) 0%, rgba(198, 213, 235, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.white-box {
  box-shadow: -3px 14px 37px -17px rgba(0, 0, 0, 0.22);
  padding: 20px 20px 30px 30px;
  margin: 30px 0 20px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 290px;
  position: relative;
}
@media (max-width: 768px) {
  .white-box {
    min-height: auto;
    padding: 20px 20px 20px 20px;
    margin: 15px 0 0px 0;
  }
}
.white-box ul {
  list-style: none;
  padding-left: 0;
}
.white-box li {
  background-color: #fff;
  margin: 8px 0;
  padding: 15px 15px;
  line-height: 30px;
  border-radius: 5px;
  padding-left: 50px;
}
@media (max-width: 550px) {
  .white-box li {
    padding: 10px 15px 10px 50px;
  }
}
.white-box img {
  height: 27px;
  margin-top: -4px;
  margin-right: 10px;
  margin-left: -40px;
}
@media (max-width: 550px) {
  .white-box img {
    margin-top: 0px;
    margin-left: -38px;
    height: 25px;
  }
}

.insurance-index .back {
  background-color: rgba(235, 240, 250, 0.75);
}

.list-services ul {
  list-style: none;
  padding-left: 0;
}
.list-services li {
  display: inline-block;
  width: 32%;
  text-align: center;
  border: 1px solid rgba(235, 240, 250, 0.52);
  padding: 12px;
  margin: 4px 0.3%;
  background: #3195cd;
  color: #fff;
  vertical-align: top;
}
@media (max-width: 1150px) {
  .list-services li {
    width: 49%;
  }
}
@media (max-width: 650px) {
  .list-services li {
    width: 100%;
    margin: 4px 0%;
  }
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #2e5184;
}
@media (max-width: 991px) {
  .stats {
    font-size: 23px;
  }
}

.counter-hero h5 {
  color: #106faf;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  .counter-hero h5 {
    margin-top: 5px;
  }
}

.counter-hero {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .mobile-center {
    text-align: center;
    margin-bottom: 15px;
  }
}

.services-page .blog-box .blog-text {
  min-height: 170px;
}
.services-page .blog-box .blog-text h3 {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0;
}

.video-text .inner-h {
  font-size: 23px;
  line-height: 30px;
}

.zoom-out-slider .swiper-slide .slide1, .zoom-out-slider .swiper-slide .slide2, .zoom-out-slider .swiper-slide .slide3, .zoom-out-slider .swiper-slide .slide4 {
  filter: sepia(30%);
}

.video-img, .blog-img, .blog-detail-img, .team-doctor, .example-image, .team-img, .faq-image, .about-index-img, .new-step-img, .new-step-img2 {
  filter: sepia(30%);
}

.div-sepia img {
  filter: sepia(30%);
}

.cta2.back-img::before, .cta3.back-img::before, .tc-header, .services-left-text .services-img2, .services-right-text .services-img2 {
  filter: sepia(30%);
}

.step-box .inner-h {
  font-size: 24px;
}

.new-step-img {
  height: 450px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .new-step-img {
    height: 250px;
  }
}

.new-step-img2 {
  height: 600px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .new-step-img2 {
    height: 250px;
  }
}

.row-step {
  margin: 60px 0;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .row-step {
    margin-bottom: 1px;
    margin-top: 30px;
  }
}

.new-step-text {
  padding: 40px 20px 30px 35px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .new-step-text {
    margin-right: 0;
    margin-left: 0;
    padding: 20px 0px;
    width: 100%;
  }
}
.new-step-text .title-h {
  position: absolute;
  top: 40px;
  font-size: 190px;
  opacity: 0.35;
  right: 5px;
  color: rgba(208, 214, 226, 0.9);
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .new-step-text .title-h {
    font-size: 170px;
    top: 60px;
    right: 20px;
  }
}

.new-top-header {
  height: 105px;
}
@media screen and (max-width: 768px) {
  .new-top-header {
    height: 85px;
  }
}/*# sourceMappingURL=style.css.map */