/* [project]/indlayhimrav/public_html/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/indlayhimrav/public_html/uploads/styles/home/home.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.hero_banner.banner:before {
  background: linear-gradient(90deg, #003b95 0%, #2c5fae 50%, #003b95 100%);
}

.hero_banner.banner .bg {
  height: 550px;
}

@media only screen and (max-width: 991px) {
  .hero_banner.banner .bg {
    height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg {
    height: 400px;
  }
}

.hero_banner.banner .bg .filter-wrapper {
  --padding: 20px;
  background: var(--white);
  z-index: 1;
  border-radius: 10px;
  width: 1180px;
  position: absolute;
  bottom: -15%;
  left: 50%;
  translate: -50% -20%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 1140px) {
  .hero_banner.banner .bg .filter-wrapper {
    width: 990px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .filter-wrapper {
    width: 100%;
    bottom: 0;
    translate: -50%;
  }
}

.hero_banner.banner .bg .filter-wrapper .banner_img {
  z-index: 1;
  width: 220px;
  position: absolute;
  bottom: 100%;
  left: 10%;
  translate: -10%;
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .filter-wrapper .banner_img {
    width: 200px;
    left: 5%;
    translate: -5%;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .filter-wrapper .banner_img {
    width: 150px;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .filter-wrapper .banner_img {
    width: 115px;
  }
}

.hero_banner.banner .bg .filter-wrapper .hand_vector_wrapper {
  z-index: 1;
  width: 180px;
  position: absolute;
  bottom: 100%;
  right: 10%;
  translate: 10%;
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .filter-wrapper .hand_vector_wrapper {
    width: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .filter-wrapper .hand_vector_wrapper {
    width: 100px;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .filter-wrapper .hand_vector_wrapper {
    width: 80px;
  }
}

.hero_banner.banner .bg .filter-wrapper .hand_video {
  aspect-ratio: .7;
  width: 151px;
  height: 213px;
  line-height: 0;
  position: absolute;
  top: 9px;
  left: 11%;
  -webkit-mask-image: url("/assets/images/home/hand-mask.svg");
  mask-image: url("/assets/images/home/hand-mask.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .filter-wrapper .hand_video {
    width: 117px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .filter-wrapper .hand_video {
    width: 82px;
    height: 112px;
    top: 7px;
    left: 12%;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .filter-wrapper .hand_video {
    width: 65px;
    top: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .filter-wrapper .filter-strip {
    display: none;
  }
}

.hero_banner.banner .bg .banner-wrapper {
  width: 100%;
  top: 45%;
  translate: 0 -45%;
}

@media only screen and (max-width: 1024px) {
  .hero_banner.banner .bg .banner-wrapper {
    top: 60%;
    translate: 0 -60%;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper {
    top: 65%;
    translate: 0 -65%;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .banner-wrapper {
    top: 55%;
    translate: 0 -55%;
  }
}

.hero_banner.banner .bg .banner-wrapper .heading {
  text-align: center;
  color: var(--white);
  max-width: max-content;
  margin: 0 auto;
}

.hero_banner.banner .bg .banner-wrapper .upper-head, .hero_banner.banner .bg .banner-wrapper .middle-head, .hero_banner.banner .bg .banner-wrapper .lower-head {
  text-transform: uppercase;
  line-height: 1.2;
}

.hero_banner.banner .bg .banner-wrapper .upper-head {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .hero_banner.banner .bg .banner-wrapper .upper-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper .upper-head {
    font-size: 14px;
  }
}

.hero_banner.banner .bg .banner-wrapper .middle-head {
  font-size: 48px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .hero_banner.banner .bg .banner-wrapper .middle-head {
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper .middle-head {
    font-size: 30px;
  }
}

.hero_banner.banner .bg .banner-wrapper .lower-head {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .hero_banner.banner .bg .banner-wrapper .lower-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper .lower-head {
    font-size: 14px;
  }
}

.hero_banner.banner .bg .banner-wrapper .broker {
  border: 1px dashed var(--white);
  border-radius: 5px;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: max-content;
  margin: 20px auto 0;
  padding: 6px 10px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper .broker {
    gap: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .banner-wrapper .broker {
    margin: 10px auto 0;
    padding: 4px 8px;
  }
}

.hero_banner.banner .bg .banner-wrapper .broker .perct {
  background: var(--white);
  width: 45px;
  height: 37px;
  color: var(--primary);
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .hero_banner.banner .bg .banner-wrapper .broker .perct {
    width: 40px;
    height: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .banner-wrapper .broker .perct {
    width: 40px;
    height: 28px;
  }
}

.hero_banner.banner .bg .banner-wrapper .broker p {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 540px) {
  .hero_banner.banner .bg .banner-wrapper .broker p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-secA {
    margin-top: 0;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .container {
    padding: 0;
  }
}

.home-secA .upper_sec {
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .home-secA .upper_sec {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .upper_sec {
    padding: 0 13px;
  }
}

.home-secA .upper_sec .category_tabs {
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 540px) {
  .home-secA .upper_sec .category_tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  .home-secA .upper_sec .category_tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .home-secA .upper_sec .category_tabs::-webkit-scrollbar-thumb {
    background: var(--primary);
  }
}

.home-secA .upper_sec .category_tabs li {
  color: var(--black);
  cursor: pointer;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .home-secA .upper_sec .category_tabs li {
    white-space: nowrap;
  }
}

.home-secA .upper_sec .category_tabs li.active {
  color: var(--primary);
}

.home-secA .upper_sec .category_tabs li.active:before {
  width: 100%;
}

.home-secA .upper_sec .category_tabs li:before {
  content: "";
  background: var(--primary);
  width: 0%;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secA .category_slider_wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .home-secA .category_slider_wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .category_slider_wrapper {
    margin-top: 25px;
  }
}

.home-secA .category_slider_wrapper .tabs .category_container {
  position: relative;
}

.home-secA .category_slider_wrapper .tabs .category_container .cat-nav {
  width: 104%;
  max-width: 104%;
}

@media only screen and (max-width: 540px) {
  .home-secA .category_slider_wrapper .tabs .category_container .cat-nav {
    display: none;
  }
}

.home-secB .upper_sec {
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 768px) {
  .home-secB .upper_sec {
    flex-direction: column;
    gap: 20px;
  }
}

.home-secB .upper_sec .heading, .home-secB .upper_sec .city_select {
  flex: 0 auto;
}

@media only screen and (max-width: 540px) {
  .home-secB .upper_sec .heading, .home-secB .upper_sec .city_select {
    max-width: 230px;
    margin: 0 auto;
  }
}

.home-secB .upper_sec .city_select {
  border-bottom: 1px solid var(--text);
  width: 200px;
}

.home-secB .upper_sec .country_tabs {
  flex: 1;
  justify-content: end;
  gap: 30px;
}

.home-secB .upper_sec .country_tabs li {
  color: var(--black);
  cursor: pointer;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.home-secB .upper_sec .country_tabs li.active {
  color: var(--primary);
}

.home-secB .upper_sec .country_tabs li.active:before {
  width: 100%;
}

.home-secB .upper_sec .country_tabs li:before {
  content: "";
  background: var(--primary);
  width: 0%;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-secB .city_slider_wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .home-secB .city_slider_wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secB .city_slider_wrapper {
    margin-top: 25px;
  }
}

.home-secB .city_slider_wrapper .tabs .city_container {
  position: relative;
}

.home-secB .city_slider_wrapper .tabs .city_container .city_slider {
  padding: 10px;
}

.home-secB .city_slider_wrapper .tabs .city_container .city-nav {
  width: 102%;
  max-width: 102%;
}

.home-secC {
  background: linear-gradient(0deg, #edf4ff 25%, #d3e4ff 59%);
}

@media only screen and (max-width: 540px) {
  .home-secC .heading {
    max-width: 200px;
    margin: 0 auto;
  }
}

.home-secC .industry_wrapper .tab-nav {
  align-items: center;
  gap: 20px;
  margin: 30px 0 40px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .home-secC .industry_wrapper .tab-nav .swiper-nav {
    display: none;
  }
}

.home-secC .industry_wrapper .tab-nav .industrytab_slider {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

@media only screen and (max-width: 540px) {
  .home-secC .industry_wrapper .tab-nav .industrytab_slider {
    max-width: 100%;
  }
}

.home-secC .industry_wrapper .tab-nav li {
  cursor: pointer;
  color: var(--black);
  filter: grayscale();
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  line-height: 1;
  transition: all .3s;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secC .industry_wrapper .tab-nav li {
    padding: 3px 12px;
  }
}

.home-secC .industry_wrapper .tab-nav li.active {
  border-color: var(--primary);
  color: var(--primary);
  filter: grayscale(0);
}

.home-secC .industry_wrapper .tab-nav li.active .icon svg path {
  fill: var(--primary);
}

.home-secC .industry_wrapper .tab-nav li .icon {
  flex: 0 auto;
  width: 24px;
  height: 24px;
}

.home-secC .industry_wrapper .tab-nav li .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.home-secC .industry_wrapper .tab-nav li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.home-secC .industry_wrapper .tab-nav-content .tabs .industry_container .swiper-nav {
  width: 104%;
  max-width: 104%;
}

.home-secC .industry_wrapper .view_all {
  width: max-content;
  color: var(--primary);
  margin-top: 30px;
}

@media only screen and (max-width: 540px) {
  .home-secC .industry_wrapper .view_all {
    margin: 20px auto 0;
  }
}

@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 100vw 100%;
  }
}

.home-secD {
  background: #003b95 url("/assets/images/vector/vector1.svg") bottom repeat-x;
  width: 100%;
  animation: 30s linear infinite reverse bganimate;
}

.home-secD .container .heading {
  text-align: center;
  color: var(--white);
}

.home-secD .container .compare_wrapper {
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-secD .container .compare_wrapper {
    margin-top: 40px;
  }
}

.home-secD .container .compare_wrapper .compare_slider {
  max-width: 98%;
}

.home-secD .container .compare_wrapper .compare_option {
  background: var(--white);
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.home-secD .container .compare_wrapper .compare_option:hover figure img {
  transform: scale(1.2);
}

.home-secD .container .compare_wrapper .compare_option figure, .home-secD .container .compare_wrapper .compare_option .figure {
  height: 200px;
  position: relative;
}

.home-secD .container .compare_wrapper .compare_option figure:before, .home-secD .container .compare_wrapper .compare_option .figure:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-secD .container .compare_wrapper .compare_option .img_wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.home-secD .container .compare_wrapper .compare_option .img_wrap img, .home-secD .container .compare_wrapper .compare_option .img_wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.home-secD .container .compare_wrapper .compare_option .img_content {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-secD .container .compare_wrapper .compare_option .img_content p {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.home-secD .container .compare_wrapper .compare_option figcaption {
  background: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px 15px;
}

.home-secD .container .compare_wrapper .compare_option figcaption a {
  color: var(--black);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.home-secD .container .compare_wrapper .compare_option figcaption p {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
}

.home-secD .container .compare_wrapper .compare_option figcaption .distance {
  gap: 10px;
  padding: 20px 0 0;
  display: flex;
}

.home-secD .container .compare_wrapper .compare_option figcaption .distance .dis_col {
  flex: 1;
}

.home-secD .container .compare_wrapper .compare_option figcaption .distance .dis_col span {
  color: var(--text);
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}

.home-secD .container .compare_wrapper .compare_option figcaption .distance .dis_col p {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.home-secD .container .btn_wrap {
  justify-content: center;
  margin-top: 40px;
}

.home-secE .upper_sec {
  justify-content: space-between;
  align-items: center;
}

.home-secE .upper_sec .view_all {
  color: var(--primary);
}

.home-secE .service_wrapper {
  grid-gap: 10px 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  display: grid;
}

@media only screen and (max-width: 1140px) {
  .home-secE .service_wrapper {
    grid-gap: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .home-secE .service_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 540px) {
  .home-secE .service_wrapper {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-secF {
  background: var(--lightblue);
  height: 80vh;
}

@media only screen and (max-width: 991px) {
  .home-secF {
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .home-secF {
    height: 100%;
  }
}

.home-secF .main-container {
  width: 100%;
  height: 100%;
}

.home-secF .main_wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secF .main_wrapper {
    flex-direction: column;
  }
}

.home-secF .main_wrapper .video-icon {
  flex: 0 45%;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.home-secF .main_wrapper .video-icon video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-secF .main_wrapper .content {
  flex: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 70px;
}

@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secF .main_wrapper .content {
    text-align: center;
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content {
    padding: 30px 15px;
  }
}

.home-secF .main_wrapper .content h2 {
  color: var(--primary);
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .content h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content h2 {
    font-size: 30px;
  }
}

.home-secF .main_wrapper .content h2 span {
  font-weight: 600;
}

.home-secF .main_wrapper .content p {
  color: var(--text);
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content p {
    padding-bottom: 10px;
  }
}

.home-secF .main_wrapper .content .counter-wrapper {
  gap: 50px;
  padding: 40px 0;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .content .counter-wrapper {
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-secF .main_wrapper .content .counter-wrapper {
    justify-content: center;
  }
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content .counter-wrapper {
    padding: 10px 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap {
    flex: 1;
  }
}

.home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap h5 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap h5 {
    font-size: 20px;
  }
}

.home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap p {
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .home-secF .main_wrapper .content .counter-wrapper .counter-info-wrap p {
    padding-bottom: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secF .main_wrapper .content .btn {
    max-width: max-content;
    margin: 0 auto;
    display: flex;
  }
}

.home-secG .container {
  --container: 1100px;
}

.home-secG .flex {
  align-items: center;
  gap: 90px;
}

@media only screen and (max-width: 991px) {
  .home-secG .flex {
    gap: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secG .flex {
    flex-direction: column;
    gap: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secG .flex {
    gap: 30px;
  }
}

.home-secG .flex .colA {
  flex: 0 50%;
}

@media only screen and (max-width: 768px) {
  .home-secG .flex .colA {
    flex: 1;
  }
}

.home-secG .flex .colA h2 {
  max-width: 400px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .home-secG .flex .colA h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secG .flex .colA h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secG .flex .colA h2 {
    font-size: 22px;
  }
}

.home-secG .flex .colA h2 span {
  font-weight: 600;
}

.home-secG .flex .colA .quote_wrap {
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .home-secG .flex .colA .quote_wrap {
    gap: 15px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secG .flex .colA .quote_wrap {
    gap: 10px;
    margin-top: 20px;
  }
}

.home-secG .flex .colA .quote_wrap .quote {
  text-align: center;
  flex: 1;
}

.home-secG .flex .colA .quote_wrap .quote svg, .home-secG .flex .colA .quote_wrap .quote img {
  width: 35px;
  height: 35px;
}

@media only screen and (max-width: 991px) {
  .home-secG .flex .colA .quote_wrap .quote svg, .home-secG .flex .colA .quote_wrap .quote img {
    width: 25px;
    height: 25px;
  }
}

.home-secG .flex .colA .quote_wrap .quote p {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  .home-secG .flex .colA .quote_wrap .quote p {
    font-size: 12px;
  }
}

.home-secG .flex .colB {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .home-secG .flex .colB {
    width: 100%;
  }
}

.home-secG .flex .colB p:not(.error) {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .home-secG .flex .colB p:not(.error) {
    font-size: 16px;
  }
}

.home-secG .flex .colB .form {
  margin: 20px 0 30px;
}

.home-secH {
  background: var(--lightblue);
}

.home-secH .heading {
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .home-secH .heading {
    max-width: 210px;
    margin: 0 auto 30px;
  }
}

.home-secH .testimonial_wrap {
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-secH .testimonial_wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secH .testimonial_wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secH .testimonial_wrap {
    margin-top: 20px;
  }
}

.home-secH .testimonial_wrap .testimonial-nav {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secH .testimonial_wrap .testimonial-nav {
    display: none;
  }
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col {
  background: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .sml_des {
  font-size: 14px;
  line-height: 1.5;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec {
  align-items: end;
  gap: 20px;
  margin-top: 15px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec {
    gap: 15px;
    margin-top: 10px;
  }
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony {
  align-items: center;
  gap: 10px;
  display: flex;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony img {
  border-radius: 50%;
  flex: 0 auto;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 540px) {
  .home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony img {
    width: 40px;
    height: 40px;
  }
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony .desc {
  flex: 1;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony .desc .name {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .testimony .desc .loc {
  color: var(--black);
  font-size: 12px;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col .bottom_sec .stars {
  align-items: center;
  gap: 2px;
  display: flex;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption {
  background: var(--white);
  --triangle: 45px;
  border-radius: 25px;
  flex: 1;
  max-width: 60%;
  padding: 20px 15px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption {
    --triangle: 25px;
    max-width: 80%;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption {
    border-radius: 10px;
    max-width: 100%;
  }
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption:before {
  content: "";
  border-bottom: var(--triangle) solid transparent;
  border-right: var(--triangle) solid transparent;
  border-left: var(--triangle) solid var(--white);
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 10%;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption img {
  width: 50px;
  height: 50px;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption img.quote2 {
  margin-left: auto;
  display: flex;
  transform: rotate(180deg);
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption p {
  font-size: 14px;
  line-height: 1.5;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption .desc {
  margin-top: 15px;
}

.home-secH .testimonial_wrap .testimonial_slider .testimonial_col figcaption .desc .name {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.home-secI .list_wrapper {
  gap: 30px;
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .home-secI .list_wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.home-secI .list_wrapper .list {
  flex: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home-secI .list_wrapper .list {
    width: 48%;
  }
}

@media only screen and (max-width: 540px) {
  .home-secI .list_wrapper .list {
    width: 100%;
  }
}

.home-secI .list_wrapper .list h6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.home-secI .list_wrapper .list ul {
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .home-secI .list_wrapper .list ul {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secI .list_wrapper .list ul {
    padding-top: 10px;
  }
}

.home-secI .list_wrapper .list ul li a {
  color: rgba(0, 0, 0, .5);
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .home-secI .list_wrapper .list ul li a {
    -webkit-line-clamp: 3;
  }
}

.home-secI .list_wrapper .list ul li a:hover {
  color: var(--black);
  transform: translateX(3px);
}

.why-choose-us {
  padding-bottom: 250px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .why-choose-us {
    padding-bottom: 215px;
  }
}

@media only screen and (max-width: 1280px) {
  .why-choose-us {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .why-choose-us {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 540px) {
  .why-choose-us {
    padding-bottom: 70px;
  }
}

.why-choose-us:before {
  content: "";
  z-index: -1;
  background: url("/assets/images/home/whychoose-bg.svg") 100% 100% / 100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.why-choose-us .heading {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .why-choose-us .heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .why-choose-us .heading {
    margin-bottom: 20px;
  }
}

.why-choose-us .heading h2 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .why-choose-us .heading h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .why-choose-us .heading h2 {
    font-size: 24px;
  }
}

.why-choose-us .heading h2 span {
  font-weight: 500;
}

.why-choose-us .choose_wrap {
  position: relative;
}

.why-choose-us .choose_wrap .swiper {
  max-width: 92%;
  padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
  .why-choose-us .choose_wrap .swiper {
    max-width: 90%;
    padding: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .why-choose-us .choose_wrap .swiper {
    max-width: 96%;
  }
}

.why-choose-us .choose_wrap .choose_col {
  background: var(--white);
  cursor: pointer;
  border: 1px solid rgba(0, 59, 149, .4);
  border-radius: 5px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .why-choose-us .choose_wrap .choose_col {
    padding: 15px;
  }
}

.why-choose-us .choose_wrap .choose_col.expanded {
  background: var(--primary);
}

.why-choose-us .choose_wrap .choose_col.expanded .title .icon {
  display: none;
}

.why-choose-us .choose_wrap .choose_col.expanded .title p {
  color: var(--white);
}

.why-choose-us .choose_wrap .choose_col.expanded .desc p {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.why-choose-us .choose_wrap .choose_col.expanded .plus {
  opacity: 0;
  pointer-events: none;
}

.why-choose-us .choose_wrap .choose_col .title {
  align-items: center;
  gap: 10px;
  display: flex;
}

.why-choose-us .choose_wrap .choose_col .title .icon {
  flex: 0 41px;
  width: 41px;
  height: 41px;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .why-choose-us .choose_wrap .choose_col .title .icon {
    flex: 0 31px;
    width: 31px;
    height: 31px;
  }
}

.why-choose-us .choose_wrap .choose_col .title .icon img, .why-choose-us .choose_wrap .choose_col .title .icon svg {
  width: 100%;
  height: 100%;
}

.why-choose-us .choose_wrap .choose_col .title p {
  color: var(--black);
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.why-choose-us .choose_wrap .choose_col .desc {
  margin-bottom: 20px;
}

.why-choose-us .choose_wrap .choose_col .desc p {
  color: rgba(255, 255, 255, .698);
  pointer-events: none;
  opacity: 0;
  font-size: 14px;
  transition: all .5s;
  transform: translateY(10px);
}

@media only screen and (max-width: 768px) {
  .why-choose-us .choose_wrap .choose_col .desc p {
    font-weight: 400;
  }
}

.why-choose-us .choose_wrap .choose_col .plus {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.why-choose-us .choose_wrap .choose_col .plus svg {
  width: 100%;
  height: 100%;
}

.faqs-sec .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faqs-sec .heading h2 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.faqs-sec .heading p {
  max-width: 400px;
  margin: 10px auto 0;
}

.timeline-section {
  background: #03347c;
}

.timeline-section .container {
  --container: 1000px;
}

.timeline-section .heading {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .timeline-section .heading {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .timeline-section .heading {
    margin-bottom: 25px;
  }
}

.timeline-section .heading h2 {
  color: var(--white);
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .timeline-section .heading h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-section .heading h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .timeline-section .heading h2 {
    font-size: 18px;
  }
}

.timeline-section .heading p {
  color: var(--white);
  max-width: 430px;
  margin: 10px auto 0;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .timeline-section .heading p {
    max-width: 350px;
    font-size: 14px;
  }
}

.timeline-section .how_wrapper {
  position: relative;
}

.timeline-section .how_wrapper .how_col {
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 535px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .timeline-section .how_wrapper .how_col {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col {
    gap: 15px;
  }
}

.timeline-section .how_wrapper .how_col:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 10%;
}

@media only screen and (max-width: 1280px) {
  .timeline-section .how_wrapper .how_col:nth-child(2n) {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col:nth-child(2n) {
    margin-right: 0;
  }
}

.timeline-section .how_wrapper .how_col:nth-child(2n) .content_wrapper {
  border-left: 1px dashed var(--white);
  border-left-width: 2px;
  border-right: 0;
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col:nth-child(2n) .content_wrapper {
    border-left: none;
  }
}

.timeline-section .how_wrapper .how_col:nth-child(2n) .dot {
  margin-left: 0;
  margin-right: -29px;
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col:nth-child(2n) .dot {
    margin-right: -24px;
  }
}

.timeline-section .how_wrapper .how_col:nth-child(odd) {
  margin-left: 10%;
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .timeline-section .how_wrapper .how_col:nth-child(odd) {
    margin-left: 8%;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col:nth-child(odd) {
    margin-left: 0;
  }
}

.timeline-section .how_wrapper .how_col .content_wrapper {
  border-right: 1px dashed var(--white);
  border-right-width: 2px;
  border-radius: 90px;
  flex: 1;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col .content_wrapper {
    padding: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .content_wrapper {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

.timeline-section .how_wrapper .how_col .content_wrapper .content {
  background: #0d459a;
  border-radius: 500px;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .content_wrapper .content {
    border-radius: 5px;
    align-items: start;
    padding: 10px;
  }
}

.timeline-section .how_wrapper .how_col .content_wrapper .content .icon {
  background: var(--primary);
  border-radius: 50%;
  flex: 0 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col .content_wrapper .content .icon {
    flex: 0 70px;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .content_wrapper .content .icon {
    flex: 0 50px;
    width: 50px;
    height: 50px;
  }
}

.timeline-section .how_wrapper .how_col .content_wrapper .content .icon img, .timeline-section .how_wrapper .how_col .content_wrapper .content .icon svg {
  width: 60%;
  height: 60%;
}

.timeline-section .how_wrapper .how_col .content_wrapper .content .info {
  flex: 1;
}

.timeline-section .how_wrapper .how_col .content_wrapper .content .info h6 {
  color: var(--white);
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .content_wrapper .content .info h6 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.timeline-section .how_wrapper .how_col .content_wrapper .content .info p {
  color: rgba(255, 255, 255, .8);
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.timeline-section .how_wrapper .how_col .dot {
  background: var(--primary);
  border: 1px solid var(--white);
  z-index: 1;
  border-radius: 50%;
  flex: 0 auto;
  width: 18px;
  height: 18px;
  margin-left: -31px;
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col .dot {
    margin-left: -24px;
  }
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .dot {
    display: none;
  }
}

.timeline-section .how_wrapper .how_col .step {
  text-align: center;
  flex: 0 auto;
}

@media only screen and (max-width: 540px) {
  .timeline-section .how_wrapper .how_col .step {
    display: none;
  }
}

.timeline-section .how_wrapper .how_col .step p {
  color: rgba(255, 255, 255, .4);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col .step p {
    font-size: 14px;
  }
}

.timeline-section .how_wrapper .how_col .step span {
  color: rgba(255, 255, 255, .4);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

@media only screen and (max-width: 991px) {
  .timeline-section .how_wrapper .how_col .step span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-section .how_wrapper .how_col .step span {
    font-size: 24px;
  }
}

.clearBtn {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

/*# sourceMappingURL=indlayhimrav_public_html_e6af7602._.css.map*/