@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container {
  max-width: 1440px;
}

a:hover {
  color: #1ba9e3;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1250px;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2A2A2A;
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
}

.topheader {
  color: #fff;
  background-color: #20a8e5;
  padding: 5px 0 8px;
  position: relative;
  z-index: 3;
}


.topheader ul li {
  display: inline-block;
  list-style: none;
}

.topheader ul li a {
  color: #fff;
  transition: 0.5s ease;
  font-size: 15px;
}

.topheader ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.leftmar li {
  margin-left: 15px;
}

.rightmar li {
  margin-right: 15px;
}

.leftmar li a:hover {

  transition: 0.5s ease;
}

.rightmar li a:hover {

  transition: 0.5s ease;
}


@media screen and (max-width:1600px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}


@media screen and (max-width:1500px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}


/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 4px 0;

  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 4px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  position: fixed;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 54px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent !important;
  top: 37px;

}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 80px;
  width: auto;
  display: block;

  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 18px;
}

.nav-item:hover .nav-link {
  color: #1ba9e3 !important;
}

.nav-item.active .nav-link {
  color: #1ba9e3 !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50%;
  height: 2px;
  content: '';
  background-color: #1ba9e3;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
  width: 100%;
}

.nav-item:before {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  width: 11px;
  height: 2px;
  content: "";
  border: none;
  background-color: #1ba9e3;
  vertical-align: 0;
  opacity: 0;
  display: none;
}

.nav-item:hover:before {
  top: 0;
  width: 100%;
  opacity: 1;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

@media screen and (max-width:1500px) {
  .navbar-brand img {
    height: 70px;
  }

  .click-btn {
    width: 180px !important;
  }
}

@media screen and (max-width:1300px) {
  .click-btn {
    margin-left: 25px;
  }

  .navbar-brand img {
    height: 65px;
  }

  .nav-link {
    font-size: 17px !important;
  }

  .topheader ul li a {
    font-size: 14px;
  }

  .navigation-wrap::after {
    width: calc(98%);
  }
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  padding: 0 !important;
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  ;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #1ba9e3;
}


@media screen and (max-width:1200px) {
  .navbar-brand img {
    height: 50px;
  }

  .topheader ul li a,
  .topheader ul li {
    font-size: 13px;
  }

  .topheader::after {
    width: calc(100% - 380px);
  }

  .topheader {
    padding: 4px 0 6px;
  }

  .nav-link {
    font-size: 14px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
}

/* #Media
================================================== */

@media (max-width: 767px) {

  .nav-item:after {
    display: none;
  }


  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }

  .start-header.scroll-on .navbar-brand img {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition: all .4s ease;
}

.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000004a, #000000cf);
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.slidercaptiontag {}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition: all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

a:hover {
  text-decoration: none;
}

.btn:hover i {
  color: #000;
  transition: .6s
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 105%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .slide-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-slider .slide-inner::after {
  position: absolute;
  left: 0;
  bottom: -165px;
  width: 100%;
  height: 492px;
  z-index: 1;
  content: "";
  background-image: url(../images/hero-slider-1-1.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  position: relative;
  z-index: 9999999999999;
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }

  100% {
    background-position: 0 100%;
  }
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 70vh;
  transition: all .4s ease;
}

. @media (max-width: 991px) {
  .hero-style {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 60%;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 50px;
  text-transform: capitalize;
  transition: all .4s ease;
}

.banner-section .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.hero-slider .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 40px;
    margin: 0 0 35px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 28px;
    margin: 0px 60px 29px;
  }


  .hero-slider .slide-inner::after {
    bottom: -329px;
  }

  .shape-mockup img {
    height: 50px !important;
  }

  .jump img {
    height: 200px !important;
  }

  .jump {
    top: 60% !important;
  }

  .hero-style {
    height: 400px;
  }

  .hero-style .slide-title h2 {
    font-size: 28px;
    margin: 0px 60px 29px;
    margin-right: 60px;
    margin-left: 60px;
    margin-left: 20px;
    width: 80%;
    margin-right: 0;
  }

  .nav-item {
    border-bottom: 1px solid #ccc;
  }

  .nav-link {
    font-size: 16px !important;
    padding: 8px 0 !important;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


.shape-mockup-wrap {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping 4s infinite linear;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes scaleinright {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  40% {
    transform: translate3d(0, 20px, 0)
  }
}

@keyframes moving-x {
  0% {
    transform: translate(0px, 0px)
  }

  50% {
    transform: translate(-60px, 0)
  }

  100% {
    transform: translate(0px, 0px)
  }
}

@keyframes moving {
  0% {
    transform: translate(0px, 0px)
  }

  20% {
    transform: translate(0px, -60px)
  }

  50% {
    transform: translate(-60px, -60px)
  }

  70% {
    transform: translate(-60px, 0px)
  }

  100% {
    transform: translate(0px, 0px)
  }
}


.navigation-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  content: "";
  background-color: #1ba9e3;
  z-index: -1;
}

.navbar {
  width: auto;
  border-radius: 10px;
  margin-left: 15px;
}

.navigation-wrap {
  background-color: rgb(32, 34, 33, 0.58);


  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.navbar-brand {
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 20px;

  margin: 10px;
  margin-left: 15px;
}

.dnm {
  display: none;
}

.buttondesign-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.buttondesign-btn__item {
  position: absolute;
  background-color: #1ba9e3;
}

.buttondesign-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

.buttondesign-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

.buttondesign-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

.buttondesign-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

.buttondesign-btn:hover {
  color: var(--buttondesign-black, #122f2a);
}

.buttondesign-btn:hover .buttondesign-btn__item {
  animation-play-state: paused;
}

@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(5px);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.navbar {
  padding-right: 50px;
}

#mobnonen {
  margin-left: 30px;
}

.slidercontents__sub-title {
  color: #fff;
  background-color: #1ba9e3;
  font-size: 22px;
  font-weight: 500;
  font-family: ;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  padding: 14px 29px;
  border-radius: 50px;
  margin: 0 0 14px;
  transition: transform 1000ms ease, opacity 1000ms ease;

}

.slidercontents__sub-title::before {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  border: 4px solid #fff;
  margin-right: 14px;

}

.slidercontents__title {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  line-height: 81px;
  text-transform: capitalize;
  margin: 0 0 16px;
  transition: transform 1100ms ease, opacity 1100ms ease;
}

.slidercontents__title span {
  background-color: #fff;
  color: #1ba9e3;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #1ba9e3;
  border-radius: 10px;
  padding: 0 15px;
}

.slidercontents .active .slidercontents__text {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1500ms;
}

.slidercontents__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 49px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transition-delay: 0s, 0s;

}

@media screen and (max-width:767px) {
  .dnm {
    display: block;
  }

  #mobnonen {
    display: none;
  }

  .dropdown-item {
    border: none;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .dropdown-item {
    border: none;
    font-size: 14px !important;
    color: #212121 !important;
    font-weight: 500;
    padding: 4px 20px;
  }

  .dropdown-toggle::after {
    top: 15px;
  }
}


@media screen and (max-width:1600px) {

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 70%;
  }
}

@media screen and (max-width:1500px) {

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 72%;
  }
}

@media screen and (max-width:1400px) {
  .buttondesign-btn {
    padding: 14px 12px;
    font-size: 15px;
    font-weight: 500;
  }

  .nav-link {
    font-size: 17px;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.9rem !important;
  }
}

@media screen and (max-width:1199px) {

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 100%;
  }

  .buttondesign-btn {
    padding: 12px 7x;
    font-size: 13px;
    font-weight: 500;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .navigation-wrap::before {
    width: 96px;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.6rem !important;
  }

  .navbar {
    padding-right: 10px;
  }
}

@media screen and (max-width:1199px) {

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.4em !important;
  }

  .dnm {
    display: block;
  }

  #mobnonen {
    display: none;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    margin-left: 5%;
    width: 75%;
  }

  .nav-link {
    font-size: 14px !important;
  }

  .topheader ul li a,
  .topheader ul li {
    font-size: 12px;
  }

  .rightmar li {
    margin-right: 7px;
  }

  .leftmar li {
    margin-left: 7px;
  }

  .navigation-wrap::before {
    width: 80px;
  }

  .navbar-brand img {
    height: 37px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .navbar {
    padding-right: 0;
  }
}

@media screen and (max-width:991px) {
  .slidercontents__sub-title {
    font-size: 16px;
  }

  .hero-style .slide-title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width:767px) {
  .ffdn {
    display: none;
  }

  .navbar-brand img {
    height: 60px;
  }  .navbar-brand {
    padding: 0;
    margin: 5px 0;
  }

  .navigation-wrap::before {
    display: none;
  }

  .navbar-brand {
    padding: 0;
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 16px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .nav-link {
    color: #222 !important;
    font-size: 15px !important;
  }

  .navigation-wrap {
    background: #fff !important;
  }

  .hero-style {
    height: 360px;
    margin-top: 75px;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    margin-left: 5%;
    width: 100%;
  }

  .slidercontents__sub-title {
    display: none;
  }

  .hero-style .slide-title h2 {
    font-size: 22px;
  }

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
  }
}



.active::after {
  bottom: 0;
  opacity: 1;
  width: 100%;
}

.active::before {
  top: 0;
  width: 100%;
  opacity: 1;
}

.leftmar {
  float: right;
  padding-right: 20px;

}

/*About Us start*/

.about_us_ {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767px) {
  .about_us_ {
    padding: 80px 0;
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    opacity: 1;
  }
}

.about_us___shape-one {
  position: absolute;
  right: 0;
  bottom: 60px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: movebounce3 3s linear infinite;
  z-index: 1;
}

@media (max-width: 1500px) {
  .about_us___shape-one {
    display: none;
  }
}

.about_us___shape-two {
  position: absolute;
  right: 0;
  bottom: 120px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: zumpXtwo 700ms infinite alternate;
}

@media (max-width: 1500px) {
  .about_us___shape-two {
    display: none;
  }
}

.about_us_ .container {
  position: relative;
  z-index: 2;
}

.about_us___image {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .about_us___image {
    padding-bottom: 0;
  }
}

.about_us___image__one {
  position: relative;
  overflow: hidden;
}

.about_us___image__one img {
  max-width: 100%;
  min-height: 573px;
  object-fit: cover;
  height: auto;
  border-radius: 0 285px 1000px 0;
}

@media (max-width: 767px) {
  .about_us___image__one img {

    min-height: inherit;
  }
}

.about_us___image__border {
  position: absolute;
  right: 20px;
  top: 0;
}

@media (max-width: 767px) {}

.about_us___image__border img {
  max-width: 100%;
  height: auto;
  min-height: 573px;
  object-fit: cover;
  object-position: right;
}

.about_us___image__two {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  border: 10px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about_us___image__two {
    position: relative;
    margin-top: 20px;
    border-radius: 0;
  }
}

.about_us___image__two img {
  max-width: 100%;
  height: auto;
}

.about_us {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .about_us {
    margin-top: 45px;
  }
}

.stretch-element-inside-column {
  margin-left: -300px;
  margin-right: 0px;
}

.colorblue2 {
  padding: 9px 25px;
}

.colorblue {
  color: #1ba9e3;
  font-size: 50px;
  line-height: 1.5;
  margin-top: -10px;
}

.colorblue span {
  padding: 0;
}

p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
}

.about_us .sec-title {
  padding-bottom: 27px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E2D9;
}

.about_us__tab {
  position: relative;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.about_us__tab li {
  font-size: 16px;
  font-weight: 700;
  color: #DF2339;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.5px 15px;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid #E6E2D9;
  border-radius: 100px;
}

.about_us__tab li:hover,
.about_us__tab li.active-btn {
  color: #fff;
  background-color: #DF2339;
  border-color: #DF2339;
}

.about_us__text {
  margin: 0 0 15px;
}

.about_us__list {
  margin: 0 0 44px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 18px 7px;
}

@media (max-width: 450px) {
  .about_us__list {
    grid-template-columns: 1fr 1fr;
  }
}

.about_us__list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #251444;
  font-weight: 600;
  min-width: 154px;
}

.about_us__list li span {
  color: #DF2339;
}

.about_us_ ul li {
  list-style: disclosure-closed;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 10px;
}

.about_us_ ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}

.about_us_ ul li::marker {
  color: #1BA9E3;
}

.sec-title-four {
  padding-bottom: 10px;
}

.sec-title-tagline {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  color: #20a8e5;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 12px;
}

.sec-title {
  font-size: 36px;
  text-transform: uppercase;
}

.sec-title span {
  color: #20a8e5;
}

.sec-title-tagline__left-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #20a8e5;
  position: relative;
  top: -5px;
  margin-right: 17px;
}

.sec-title-tagline__right-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: #20a8e5;
  position: relative;
  top: -5px;
  margin-left: 17px;
}

.italicfont {
  font-style: italic;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top:0;
}

@media screen and (max-width:1500px) {
  .italicfont {
    font-size: 33px;
  }
}

@media screen and (max-width:1199px) {
  .italicfont {
    font-size: 33px;
  }

  .stretch-element-inside-column {
    margin-bottom: 30px;
  }
}

.about_us_ ul li a {
    font-size: 16px;
    margin-bottom: 7px;
    color:#000 ;
  }
@media screen and (max-width:767px) {
  .about_us_ {
    padding: 40px 0 20px;
  }

  .sec-title-tagline {
    font-size: 16px;
  }

  .sec-title {
    font-size: 27px;
  }

  .italicfont {
    font-size: 22px;
    margin-bottom: 10px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .about_us_ ul li {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .stretch-element-inside-column {
    margin: 0;
    margin-bottom: 20px;
  }

  .about_us___image__border img {
    min-height: 214px;
  }

  .about_us___image__two {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    border: 10px solid #fff;
    border-radius: 50%;
    overflow: hidden;
  }

  .about_us___image__two img {
    height: 150px;
  }
}


/*Treatments*/
.treatments {
  padding: 70px 0;
  background: #def2fb;
  position: relative;
}

.post-slide {
  padding-bottom: 30px;
}

.treatment {
  position: relative;
  display: block;
  z-index: 100;
}

.treatment__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.treatment__inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  height: 383px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}

.treatment__single {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.01);
}

.treatment__img-box {
  position: relative;
  display: block;
}

.treatment__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.treatment__img img {
  width: 100%;
  border-radius: 20px;
}

.treatment__title-box {
  position: absolute;
  bottom: -20px;
  left: 15px;
  right: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  padding: 42px 0 13px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.treatment__single:hover .treatment__title-box {
  opacity: 0;
  visibility: hidden;
  transition-delay: 300ms;
}

.treatment__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.treatment__title  {
  color: #000;
}

.treatment__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 57px;
  width: 57px;
  background: linear-gradient(90deg, rgb(27, 169, 227) 0%, rgb(62, 53, 136) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.treatment__icon span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #fff;
}

.treatment__hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  padding: 40px 0 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.treatment__single:hover .treatment__hover-content {
  transform: scaleY(1);
}

.treatment__hover-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-image: linear-gradient(90deg, rgb(27, 169, 227) 0%, rgb(62, 53, 136) 100%);
  opacity: 0.902;
  z-index: -1;
}

.treatment__hover-content-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 57px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #20a8e5;
  margin: 0 auto 0;
}

.treatment__hover-content-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 6px;
}

.treatment__hover-content-title a {
  color: #fff;
}

.treatment__hover-content-text {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  line-height: 30px;
}

.post-slide {
  margin: 0 10px;
}

.treatment__icon img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.treatment__hover-content-icon img {
  height: 40px;
  width: auto;
}

#treatment-slider {
  margin-top: 20px;
}


.bubble-dotted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bubble-dotted .dotted {
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1 {
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2 {
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4 {
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6 {
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7 {
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9 {
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10 {
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-1 {
  background: linear-gradient(0deg, #1ca6e1, #1ca6e1 50%);
}

.bubble-dotted .dotted-2 {
  background: linear-gradient(0deg, #3d388a, #3d388a 50%);
}

.bubble-dotted .dotted-3 {
  background: linear-gradient(0deg, #1ca6e1, #1ca6e1 50%);
}

.bubble-dotted .dotted-4 {
  background: linear-gradient(0deg, #3d388a, #3d388a 50%);
}

.bubble-dotted .dotted-5 {
  background: linear-gradient(0deg, #1ca6e1, #1ca6e1 50%);
}

.bubble-dotted .dotted-6 {
  background: linear-gradient(0deg, #3d388a, #3d388a 50%);
}

.bubble-dotted .dotted-7 {
  background: linear-gradient(0deg, #1ca6e1, #1ca6e1 50%);
}

.bubble-dotted .dotted-8 {
  background: linear-gradient(0deg, #3d388a, #3d388a 50%);
}

.bubble-dotted .dotted-9 {
  background: linear-gradient(0deg, #1ca6e1, #1ca6e1 50%);
}

.bubble-dotted .dotted-10 {
  background: linear-gradient(0deg, #3d388a, #3d388a 50%);
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  100% {
    margin-top: -30%
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  100% {
    margin-top: -30%
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 20%
  }

  100% {
    margin-top: -30%
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 25px
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 25px
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 25px
  }
}

@media screen and (max-width:1400px) {
  .treatment__title {
    font-size: 16px;
  }
}

@media screen and (max-width:1200px) {
  .treatment__title {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .treatments {
    padding: 40px 0 35px;
  }

  #treatment-slider {
    margin-top: 0;
  }

  .treatments,
  .about_us_ {
    overflow-x: hidden;
  }
}


/*About Dr Harsh Shah*/
.drharhshah {
  position: relative;
  display: block;
  padding: 70px 0 70px;
  background-color: #def2fb;
  z-index: 1;
}

.drharhshah:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 208px;
  right: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  content: "";
  border-top-left-radius: 377.5px;
  border-bottom-left-radius: 377.5px;
  z-index: -1;
}

.drharhshah-shape-3 {
  position: absolute;
  top: 0;
  right: -18px;
  mix-blend-mode: luminosity;
  opacity: 0.03;
  z-index: -1;
}

.drharhshah-shape-3 img {
  width: auto;
}

.drharhshah__left {
  position: relative;
  display: block;
}

.drharhshah__shape-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.drharhshah-shape-1 {
  position: absolute;
  top: -44px;
  bottom: -42px;
  left: -375px;
  width: 814px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.drharhshah-shape-2 {
  position: absolute;
  top: -34px;
  bottom: 0;
  left: -375px;

}

.ml-45 {
  margin-left: -45px;
  width: 100%;
}

.drharhshah-shape-2 img {
  width: auto;
}

.drharhshah__img {
  position: relative;
  display: block;
  border-radius: 50%;
  margin-left: -139px;
  margin-right: 102px;
}

.drharhshah__img img {
  width: 100%;
  border-radius: 50%;
}

.drharhshah .sec-title {
  font-size: 30px;
}

.drharhshah .sec-title span {
  color: #20a8e5;
  font-size: 25px;
}

.drharhshah .italicfont {
  font-size: 24px;
}

.drharhshah .sec-title-four {
  margin-top: 60px;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.drharhshah,
.about_us_ {
  overflow: hidden;
}

@media screen and (max-width:1700px) {
  .drharhshah .sec-title-four {
    margin-top: 0px;
  }

  #dnnone {
    display: none;
  }
}

@media screen and (max-width:1500px) {
  .drharhshah p {
    font-size: 17px;
    line-height: 28px;
  }
}

@media screen and (max-width:1400px) {
  .drharhshah p {
    font-size: 16px;
    line-height: 26px;
  }

  .drharhshah .sec-title {
    font-size: 27px;
  }

  .drharhshah .italicfont {
    font-size: 22px;
  }
}


@media screen and (max-width:1199px) {
  .ml-45 {
    margin-bottom: 50px;
  }

  .drharhshah::before {
    height: 50%;
  }
}

@media screen and (max-width:767px) {
  .drharhshah::before {
    height: 24%;
    left: 0;
  }

  .drharhshah {
    padding: 30px 0 20px;
  }

  .ml-45 {
    margin-bottom: 20px;
  }

  .drharhshah-shape-3 {
    opacity: 0.02;
  }
}


/*Testimonials*/
.testimonials {
  padding: 70px 0 40px;
  background-color: #eff2f6;
}

.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__wrap {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 0px;
  width: 95%;
  padding-bottom: 0 !important;
  margin-left: 5%;
}

.testimonial-two__single:before {
  position: absolute;
  top: 0;
  left: -39px;
  content: "";
  border-top: 0px solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 40px solid transparent;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top-right-radius: 20px;
  z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonial-two-shape-2 {
  position: absolute;
  top: -20px;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

.testimonial-two-shape-2>img {
  width: auto;
}

.testimonial-two__content-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.testimonial-two__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: ;
  margin-bottom: 2px;
}

.testimonial-two__text-2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: ;
}

.testimonial-two__client-review {
  position: absolute;
  display: flex;
  align-items: center;
  top: 30px;
  right: 0px;
}

.testimonial-two__client-review i {
  font-size: 15px;
  color: #fab600;
}

.testimonial-two__client-review i+i {
  margin-left: 2px;
}

.testimonial-two__founder-box {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(90deg, rgb(27, 169, 227) 0%, rgb(62, 53, 136) 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.testimonial-two__founder {
  position: relative;
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-two__founder-text {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
}

.testimonial-two__client-img-box {
  position: absolute;
  bottom: 20px;
  right: 30px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 131px;
  height: 131px;
  padding: 6px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(27, 169, 227) 0%, rgb(62, 53, 136) 100%);
}

.testimonial-two__client-img>img {
  width: 100% !important;
  border-radius: 50%;
  border: 6px solid #fff;
}

.testimonial-two__quote {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__quote>img {
  width: auto !important;
}

.testimonial-two__founder-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial-two__founder-shape>img {
  width: auto;
}


@media screen and (max-width:1550px) {
  .testimonial-two__client-review {
    right: 30px;
  }

  .testimonial-two__client-img {
    width: 113px;
    height: 113px;
  }

  .testimonial-two__client-img-box {
    right: 20px;
    bottom: 40px;
  }

  .testimonial-two__client-img-box {
    height: 120px;
    width: 120px;
  }

  .testimonial-two__single-inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-two__text-2 {
    font-size: 17px;
  }
}


@media screen and (max-width:767px) {

  .testimonial-two__client-img,
  .testimonial-two__client-img-box {
    display: none;
  }

  .testimonial-two__quote {
    display: none;
  }

  .testimonial-two__single-inner {
    padding-top: 23px;
    padding-bottom: 12px;
    padding-right: 20px;
  }

  .testimonials {
    padding: 39px 0 10px;
  }

  .testimonial-two__client-review {
    top: 58px;
    left: 0 !important;
  }

  .testimonial-two__client-name {
    margin-bottom: 30px;
  }
}


/*Our Blogs*/

.our-blogs {
  padding: 70px 0 40px;
}

.blog-card {
  position: relative;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #eaf0fa;
  padding: 10px 9px 0;
}

.blog-card__bg {
  position: absolute;
  left: 0;
  top: 81px;
  width: 100%;
  height: 92px;
  background-color: #20a8e5;
  z-index: 1;
}

.blog-card__bg::after {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 206px;
  content: "";
  background-color: #eaf0fa;
}

@media (max-width: 1199px) {
  .blog-card__bg::after {
    height: 85px;
  }
}

@media (max-width: 991px) {
  .blog-card__bg::after {
    height: 111px;
  }
}

@media (max-width: 767px) {
  .blog-card__bg::after {
    height: 122px;
  }
}

.blog-card__image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}

.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), 0.75);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-card__meta {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 19px 0 19px;
  z-index: 99;
}

.blog-card__meta__date {
  background-color: #20a8e5;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  width: 62px;
  padding: 9.5px 5px;
}

.blog-card__meta__date span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--tolak-heading-font, "Raleway", sans-serif);
}

.blog-card__meta__year {
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  line-height: 1;
  display: block;
  padding: 0 8px;
  position: relative;
  top: 1px;
}

.blog-card__meta__year::after {
  position: absolute;
  left: -1px;
  top: -11px;
  content: "";
  width: 2px;
  height: 63px;
  background-color: #20a8e5;
}

.blog-card__meta__year::before {
  position: absolute;
  left: -10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #20a8e5;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.blog-card__meta__comments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  top: -6px;
  font-size: 14px;
}

.blog-card__meta__comments i {
  font-size: 16px;
  margin-right: 8px;
  color: #20a8e5;
}

.blog-card__content {
  position: relative;
  padding: 24px 20px 8px;
}

.blog-card__title {
  margin: 0;
  color: var(--tolak-black, #051d1f);
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__title a:hover {
  color: #20a8e5;
}

.blog-card__text {
  margin: 0 0 18px;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #20a8e5;
  transition: all 500ms ease;
  line-height: 1em;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__link:hover {
  background-size: 100% 1px;
}

.blog-card__link:hover {
  color: #20a8e5;
}

.blog-card__link:hover i {
  transform: rotate(-90deg);
  top: 0;
}

.blog-card__link i {
  margin-left: 6px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}


@media screen and (max-width:1600px) {
  .blog-card__bg::after {
    height: 164px;
  }
}

@media screen and (max-width:1500px) {
  .blog-card__bg::after {
    height: 138px;
  }
}

@media screen and (max-width:1200px) {
  .blog-card__bg::after {
    height: 204px;
  }
}

@media screen and (max-width:991px) {
  .blog-card__bg::after {
    height: 153px;
  }
}

@media screen and (max-width:767px) {
  .our-blogs {
    padding: 35px 0 10px;
  }

  .blog-card__bg::after {
    height: 110px;
  }

  .blog-card__meta__year::after {
    top: -14px;
    height: 66px;
  }

  .blog-card__content {
    padding: 20px 10px 8px;
  }

  .blog-card__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}


/*footer*/
.copyright {
  background: #20a8e5;
  padding: 10px 0 7px;
}

.copyright a {
  color: #fff !important;
}

.copyright br {
  display: none;
}

.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footercontent {
  display: block;
  background-color: #20a8e5;
  border-radius: 0 0 100px 100px;
  padding: 16px 40px 0px;
  text-align: center;
}

footer {
  padding: 0 0 60px;
  background: #000;
}

footer li {
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
}

footer ul {
  margin: 0;
  padding: 0;
}

.footercontent {
  margin-bottom: 50px;
}

.footercontent ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  transition: 0.5s ease;
}

.footercontent ul {
  margin: 0;
}

.footercontent ul li a {
  color: #fff;
  font-size: 17px;
}

footer h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

footer ul li a {
  color: #fff !important;
  transition: 0.5s ease;
}

footer ul li:hover {
  transition: 0.5s ease;
}

@media screen and (max-width:1199px) {
  footer h4 {
    font-size: 20px;
  }
}

@media screen and (max-width:991px) {
  footer h4 {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .copyright br {
    display: block;
  }

  .md-none {
    display: none;
  }

  footer h4 {
    margin-top: 20px;
  }

  .footercontent {
    margin-bottom: 20px;
  }

  footer {
    padding: 0 0 32px;
  }

  .footercontent {
    padding: 16px 20px 0px;
  }

  .footercontent ul li {
    margin-bottom: 10px;
  }

  .footercontent ul {
    padding-bottom: 10px;
  }

}


/*Banner*/
.internal-page-banner {
  background: url('../images/banner.webp');
  background-size: cover;
  padding: 160px 0 0px;
  background-position: center;
  position: relative;
  text-align: center;
}

.internal-page-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.72);

}

.bannertitle h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 50px;
}

.breadcrumb {
  list-style: none;
  display: block;
  position: relative;
  text-align: center;
  background: #1ba9e3;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 40px;
  margin-bottom: -22px;
  z-index: 999;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  line-height: 30px
}

.breadcrumb ul li {
  display: inline-block
}

.breadcrumb ul li:after {
  content: "»";
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  padding: 0 5px 0 10px
}

.breadcrumb ul li:last-child:after {
  content: none
}

.breadcrumb ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}


@media screen and (max-width:1400px) {
  .internal-page-banner {
    padding: 118px 0 0px;
  }
}

@media screen and (max-width:767px) {
  .bannertitle h1 {
    font-size: 27px;
    margin-bottom: 22px;
  }

  .footercontent {
    border-radius: 0;
  }

  .internal-page-banner {
    padding: 96px 0 0px;
  }
}


/*About Us Page*/
.core-values-section {
  position: relative;
  z-index: 1;
  background-color: #def2fb;
  padding: 60px 0;
}

.core-values .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px 18px 25px;
  background-color: #20a8e5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 280px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 6px solid #20a8e5;
}

.core-values .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.core-values .inner-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.core-values .inner-box:hover:before {
  height: 0;
}

.core-values .inner-box:hover .title {
  color: #ffffff;
}

.core-values .inner-box:hover .text {
  color: #fff;
}

.core-values .title {
  color: #000;
  position: relative;
}

.core-values .inner-box .text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: #2A2A2A;
}

.core-values .title:hover {
  color: #fff;
}

.core-values .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #808287;
  font-weight: 500;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.core-values {
  margin-top: 10px;
}

.core-values .icon {
  height: 100px;
  width: 100px;
  font-size: 64px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 20px;
  background: #d1ebf9;
  position: relative;
  border-radius: 100px;
}

.core-values .icon img {
  height: 80px;
  margin-top: 10px;
}

.core-values .inner-box:hover .icon {
  background-color: #20A8E5;
}

.core-values .inner-box:hover .icon img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width:1500px) {
  .core-values .inner-box {
    padding: 25px 10px 25px;
  }
}

@media screen and (max-width:1199px) {
  .core-values .inner-box {
    padding: 25px 18px 25px;
  }
}

@media screen and (max-width:991px) {
  .core-values {
    margin-bottom: 20px;
  }

  .core-values-section {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width:767px) {
  .core-values-section {
    padding: 35px 0 20px;
  }

  .core-values .inner-box .text {
    font-size: 16px;
    line-height: 28px;
  }

  .core-values .icon {
    height: 80px;
    width: 80px;
  }

  .core-values .icon img {
    height: 60px;
  }

  .core-values .inner-box {
    min-height: auto;
  }
}


.aboutus {
  position: relative;
  padding: 70px 0;
}

.aboutus:before {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  background: url(../images/pattern.png) center center;
  background-color: #3d3286;
  left: 0%;
  top: 0%;
}

.aboutusbg{
        background: #def2fb;
}
.aboutus .sec-title {
  font-size: 32px;
}

.aboutus .sec-title span {
  color: #20a8e5;
  font-size: 25px;
}

.aboutus .italicfont {
  font-size: 24px;
}

.aboutus ul,
.achieve ul {
  padding-left: 15px;
}

.aboutus ul li,
.achieve ul li {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 10px;
  list-style: disclosure-closed;
}

.aboutus ul li::marker,
.achieve ul li::marker {
  color: #20A8E5;
}

.achieve hr {
  margin: 10px 0 25px;
}

.achieve h4 {
  font-size: 28px;
  margin-bottom: 10px;
}

.achieve {
  padding: 60px 0 45px;
  background: #def2fb;
}

@media screen and (max-width:1600px) {
  .aboutus img {
    width: 115% !important;
    margin-left: -10%;
    max-width: 110%;
  }
}

@media screen and (max-width:1500px) {
  .aboutus img {
    width: 120% !important;
    margin-left: -20%;
    max-width: 120%;
  }
}

@media screen and (max-width:1360px) {
  .aboutus img {
    width: 110% !important;
    margin-left: -10%;
    max-width: 110%;
  }
}

@media screen and (max-width:1199px) {
  .aboutus img {
    width: 100% !important;
    margin-left: 0%;
    max-width: 100%;
  }

  .aboutus::before {
    height: 51%;
  }

  .aboutus img {
    margin-bottom: 70px;
  }
}


@media screen and (max-width:767px) {
  .aboutus {
    position: relative;
    padding: 55px 0 17px;
  }

  .aboutus::before {
    height: 35%;
  }
.aboutusbg {
  background: #eff2f6;
}
  .aboutus .sec-title {
    font-size: 27px;
  }

  .aboutus .sec-title span {
    font-size: 20px;
  }

  .aboutus ul li,
  .achieve ul li {
    font-size: 16px;
    line-height: 28px;
  }

  .achieve {
    padding: 33px 0 10px;
  }

  .achieve h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .footercontent {
    padding: 25px 20px 5px;
  }
}


.service-item {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 20px 20px;
  text-align: center;
  background: white;
  border-radius: 7px;
  margin-bottom: 30px;
}

.service-item .icon {
  font-size: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
  color: #0066ff;
}

.service-item h5 {
  margin-bottom: 15px;
}

.service-item h5 a {
  text-decoration: underline;
}

.service-item p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.service-item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url("../images/services/service-bg.png") no-repeat center/cover;
}

.service-item:hover {
  background: #0066ff;
  -webkit-box-shadow: 10px 0 60px rgba(0, 102, 254, 0.25);
  box-shadow: 10px 0 60px rgba(0, 102, 254, 0.25);
}

.service-item:hover:after {
  opacity: 1;
}



.service-item.whyust {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.18);
}

.service-item.whyust .icon {
  font-size: 70px;
  margin-bottom: 12px;
}
.service-item.whyust .icon img{
  height: 100px;
}

.service-item.whyust .icon i {
  color: #fc653c;
}

.service-item.whyust h4 {
  font-size: 26px;
  color: #000;
}

.service-item.whyust .more-btn {
  font-size: 50px;
}

.service-item.whyust:after {
  display: none;
}

.whyus-middle .image {
  max-width: 100%;
  padding-top: 45px;
  position: relative;
  margin-bottom: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.whyus-middle .image .round {
  width: 100%;
}

.design-whyus-area {
  padding: 20px 0 40px;
}


@media screen and (max-width:1600px){
  .service-item.whyust h4 {
  font-size: 23px;
}
.service-item{
  padding: 20px 15px;
}
}
@media screen and (max-width:1600px){
  .service-item.whyust h4 {
  font-size: 21px;
}
.service-item{
  padding: 20px 12px;
}
}
@media screen and (max-width:1199px){
  .service-item.whyust h4 {
  font-size: 20px;
}
.service-item{
  padding: 20px 12px;
}
.service-item p{
  font-size: 15px;
}
.service-item.whyust .icon img {
  height: 75px;
}
}

@media screen and (max-width:991px){
.design-whyus-area {
  padding: 75px 0 40px;
}  .service-item {
    padding: 20px 50px;
  }
  .whyus-middle .image{
    padding-top: 0px;
  }
    .service-item {
    padding: 20px 22px;
  }
}

@media screen and (max-width:767px){
    .design-whyus-area {
    padding: 60px 0 10px;
  }  .service-item p {
    font-size: 16px;
  }
}




/*Service*/
.service__thumb2 {
  margin-top: 18px;
}
.service__thumb2 img {
  width: 100%;
}
.service__details__content1 {
  padding-left: 0px;
  padding-top: 15px;
}
.service__details_thumb img {
  width: 100%;
}
.service__details__content1 ul li {
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  margin-left: 30px;
}
.service__details__content1 ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #df4e2b;
  top: 9px;
  left: -28px;
}
.service__details__content1 h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 17px;
  margin-bottom: 12px;
  color: #000;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
}
.servcie__links a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #e8f4ff;
  border-radius: 15px;
  padding: 19px 40px;
  margin-bottom: 10px;
  color: #2A2A2A;
}


.activelinks{
  background: #1ba9e3 !important;
  color: #fff !important;
}
.servcie__links a span{
  float: right;
  height: 32px;
  width: 45px;
  position: absolute;
  top: 25%;
  right: 20px;
  background: #fff;
  font-size: 16px;
  border-radius: 15px;
  text-align: center;
  padding-top: 4px;
  color: #000;
}
.activelinks span{
  color: #1ba9e3 !important;
}
.service__contact__wrap {
  padding: 50px 0px;
  margin-top: 35px;
}
.service__details__left__wrap {
  padding-right: 30px;
}
.service__contact__content h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}
.service__contact__content span {
  display: block;
  color: #ededed;
  margin-top: 35px;
  margin-bottom: 20px;
}
.service__contact__content h3{
  font-size: 30px;
  color: #ededed;
  font-weight: 600;
}
.service__contact__content h3 a{
  color: #fff !important;
}
.service__Details__btn a img {
  margin-right: 10px;
}
.service__Details__btn a {
  display: inline-block;
  background: #df4e2b;
  padding: 22px 30px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 30px;
}
.service__Details__btn a:hover{
  background: #2a2f4b;
}
.service-details-area{
  padding: 70px 0;
}
.service__details_thumb{
  margin-bottom: 20px;
}
.service__details__content1 ul li{
  list-style: none;
}
.service__details__content1 ul{
  padding-left: 0;
}
.service-details-help {
  position: relative;
  display: block;
  padding: 50px 35px 50px;
  margin-top: 0px;
  text-align: center;
  z-index: 1;
  background-color: #1ba9e3;
  border-radius: 15px;
  overflow: hidden;
}


.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #1ba9e3;
  font-size: 32px;
  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;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: #191825;
  color: #fff;
}

.help-title {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 17px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 16px;
  color: #fff;
  margin: 0;
    margin-bottom: 0px;
  line-height: 25px;
  font-weight: 600;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 20px;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service__details__wrap h2{
   color: #000;
}
@media screen and (max-width:1199px){
  .servcie__links a{
    padding: 19px 18px;
    padding-right: 65px;
  }
  .service-details-help{
    padding: 50px 12px 50px;
  }
  .help-contact a {
  font-size: 28px;
}
}

@media screen and (max-width:991px){
  .service__details__wrap{
    margin-bottom: 30px;
  }
  .service__details__left__wrap {
  padding-right: 0;
}
}

@media screen and (max-width:767px){
  .service-details-area {
  padding: 55px 0 35px;
}
.service__details__wrap h2 {
  font-size: 28px;
} .service-details-help {
    padding: 20px 12px 25px;
  }
  .help-title {
  font-size: 26px;
}
 .help-contact a {
    font-size: 26px;
  }
}


.testimonials-page .testimonial-two__single{
  margin-bottom: 40px;
}
.blogpage .blog-card{
margin-bottom: 30px;
}

.blog-internal-page .service__details__left__wrap{
  padding: 0px 0px;
  background: #e8f4ff;
}
.blog-internal-page .servcie__links a{
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 0;
}
.blog-internal-page .service__details__wrap h4, .blog-internal-page .service__details__wrap h5, .blog-internal-page .service__details__wrap h6, .blog-internal-page .service__details__wrap h3, .blog-internal-page .service__details__wrap h2, .blog-internal-page .service__details__wrap h1{
  margin-top: 20px;
}

.blog-internal-page .servcie__links h3{
  padding-left: 30px;
  padding-bottom: 11px;
  padding-top: 15px;
  font-size: 24px;
  margin: 0;
  background: #1ba9e3;
  color: #fff;
}
.blog-internal-page .servcie__links a img{
  height: 50px;
  margin-right: 10px;
}
.blog-internal-page .servcie__links a
{
  font-size: 16px;
  padding: 15px 30px;
}
.contactus{
  padding: 70px 0 50px;
}
.contactus .form-control{
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 10px;
}
.contactus textarea{
  height: 100px !important;
}
.submitbtn{
  border: 1px solid #1ba9e3;
  background: #fff !important;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.5s ease;
  cursor: pointer;
  background: #1ba9e3 !important;
  color: #fff;
  transition: 0.5s ease;
}
.submitbtn:hover{
  background: #fff !important;
  color: #1ba9e3;
  transition: 0.5s ease;
}
.getintouch{
  margin-left: 40px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 20px;
}
.contact-details__info li .text h6{
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: #1ba9e3;
  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-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: #fff;
  font-size: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text {
  margin-left: 20px;
}
.contact-details__info li .text a{
 transition: 0.5s;
  margin-bottom: 10px;
  color: #2A2A2A;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}





.project-block {
  margin-bottom: 30px;
}
.project-block .inner-box {
  position: relative;
  margin-right: 35px;
}
.project-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box:hover .content-box:before {
  width: 100%;
}
.project-block .inner-box:hover .content-box .title {
  color: #fff;
}
.project-block .inner-box:hover .content-box .content .read-more {
  background-color:#1ba9e3;
}
.project-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
}
.project-block .inner-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .content-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block .inner-box .content-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: #1ba9e3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  z-index: 2;
}
.facilities{
  padding: 60px 0 40px;
}
.project-block .inner-box .content-box .content {
  position: relative;
  padding: 18px 30px 18px 28px;
  background: #20a8e5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399.98px) {
  .project-block .inner-box .content-box .content {
    padding-left: 15px;
  }
}
.project-block .inner-box .content-box .content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 23px solid rgba(255, 255, 255, 0.2);
  border-right: 43px solid transparent;
}
.project-block .inner-box .content-box .content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 23px solid rgba(255, 255, 255, 0.2);
  border-left: 43px solid transparent;
}
.project-block .inner-box .content-box .title {
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .content-box .read-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  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;
  color: var(--text-color-bg-theme-color1);
  z-index: 3;
}
.project-block .inner-box .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 10px;
}
.project-block .inner-box .content-box .inner .text {
  position: relative;
  color: var(--theme-color-light);
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block.home4-style .content-box {
  bottom: 50px;
  left: auto;
  right: -30px;
  max-width: 310px;
}



@media screen and (max-width:1199px){
  .getintouch {
  margin-left: 0;
  margin-top: 40px;
}
}

@media screen and (max-width:767px){
    .testimonials-page {
    padding: 55px 0 10px;
  }
  .testimonials-page .testimonial-two__single{
  margin-bottom:25px;
}
.contactus {
  padding: 50px 0 10px;
}
.contact-details__info li .icon {
  height: 50px;
  width: 50px;
}
.contact-details__info li .text h6 {
  font-size: 18px;
}
.contact-details__info li .text a{
  font-size: 16px;
  line-height: 1.5;
}
} 


.faq .card {
  border-bottom: 2px solid #20a8e5 !important;
  margin-bottom: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13), 0 15px 12px rgba(0, 0, 0, 0.05);
  background: transparent !important;
}

.faq .accordion-title {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 20px;font-family: "Cinzel", serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 19px 30px 15px;
  padding-right: 30px;
  padding-right: 50px;
  border-bottom: 1px solid #20a8e533 !important;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

.faq .accordion-body {
  padding: 40px 55px;
  padding: 25px 30px 10px;
  border-top: none;
  margin-top: -2px;
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq [aria-expanded="true"] i::before {
  content: "";
}
.faq .accordion-title i{
  float: right;
}

.faq{
  padding: 60px 0;
}





@media screen and (max-width:1600px){
  .project-block .inner-box{
    margin-right: 20px;
  }
  .project-block .inner-box .content-box .content{
    padding: 10px 25px 8px 22px;
  }
  .project-block .inner-box .content-box .title{
    font-size: 22px;
  }
}

@media screen and (max-width:1199px){
   .project-block .inner-box {
    margin-right: 0px;
  }
    .project-block .inner-box .content-box .title {
    font-size: 17px;
  }
  .project-block.home4-style .content-box{
    right: 0;
  }
}
.kkk{
  max-width: 100%;
  margin-left: -50%;
  flex: 0 0 100%;
}
.whypage{
  padding: 60px 0 40px;
}
.whypage .whyus-middle .image{
  padding-top: 0;
}
.facilities ul{
  padding-left: 15px;
}
.facilities ul li{
  list-style: disclosure-closed;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 30px;
}
.facilities ul li::marker{
  color: #20a8e5;
}

.gallery-section{
  padding: 60px 0 30px;
}
.gallery-box{
  margin-bottom: 30px;
}

.treatmentsinternalpae .treatment__img img{
  height: 250px !important;
}
.mt-40{
    margin-top:30px;
}
.mtps{
    margin-bottom:20px;
}
.mtps h4{
        background: #1ba9e3;
    color: #fff;
    padding: 7px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align:center;
    font-size:24px;
}
@media screen and (max-width:767px){
  .faq {
  padding: 29px 0 4px;
}.facilities {
  padding: 44px 0 10px;
}.treatmentsinternalpae .treatment__img img {
  height: auto !important;
}
.gallery-section{
  padding: 30px 0;
}

.faq .accordion-title{
  font-size: 17px;
}
.faq .accordion-title i{
  display: none !important;
}
.whypage {
  padding: 30px 0 10px;
}
}




.fixbottombtn{
          background: #393085;
    padding: 10px 20px;
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999999 !important;
    font-size: 14px;
}
.fixbottombtn2{
       background: #393085;
    padding: 10px 20px;
    position: fixed;
    bottom:30px;
    right: 10px;
    z-index: 9999999 !important;
    font-size: 14px;
}

@media screen and (max-width:767px){
    .fixbottombtn {
  background: #393085;
  padding: 7px 13px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999999 !important;
  font-size: 12px;
}
    .fixbottombtn2 {
        background: #393085;
        padding: 6px 8px;
        position: fixed;
        bottom: 50px;
        right: 12px;
        z-index: 9999999 !important;
        font-size: 12px;
        left: 13px;
    }
}


/*Counter*/

.counter{
    padding:60px 0 50px;    background:#1ba9e3;
}
.fact-content img{
  height: 60px;
    display: block;
    margin-bottom: 23px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.fact-number{
       
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
}
.fact-title{
        display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
}

.plussign{
        text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 20px 0;
}
.fact-content{
      text-align: center;
}


@media screen and (max-width:767px){
    .counter {
  padding: 30px 0 20px;
    }
    .fact-number, .plussign{
        font-size:27px;
    }
    .fact-title{
        font-size:18px;margin: 0;
        margin-top:5px;
    }.fact-content {
  text-align: center;
  margin-bottom: 20px;
}
.fact-content img{
    margin-bottom: 14px;
}

}