.c-Head .title {
  font-weight: 500;
}

@media (min-width: 992px) {
  .c-Head .title {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-Head .title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .c-Head .title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .c-Head .btn-primary {
    color: #2cb7e0;
    padding: 0;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: 0.75rem;
    position: absolute;
    top: 20px;
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .c-head-title {
    position: relative;
  }
}

@media (max-width: 575.98px) {
  .c-head-title .title .alignCenter {
    line-height: 1.2;
  }
}

.c-head-title .catBudge {
  width: 50px;
  height: 50px;
  background-color: #fdfcff;
}

@media (max-width: 575.98px) {
  .c-head-title .catBudge {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 575.98px) {
  .c-head-title-pro .title {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .carouselWrap .specialistSlider {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.carouselWrap .specialistSlider .owl-prev.disabled, .carouselWrap .specialistSlider .owl-next.disabled {
  background: #e9e9e9;
  display: inline-block;
}

.carouselWrap .specialistSlider .owl-prev.disabled .icon svg path, .carouselWrap .specialistSlider .owl-next.disabled .icon svg path {
  fill: #000;
}

.product {
  padding: 8px;
}

.product:hover {
  box-shadow: 0 0 6px #dedede;
  border-radius: 6px;
}

.product .productImg {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 140px;
  line-height: 140px;
}

.product .productImg.loader {
  min-height: 140px;
  line-height: 140px;
  background: url(../images/load-ring.svg) center no-repeat #fff;
  background-size: 32px;
}

.product .productImg img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto !important;
  display: inherit !important;
  margin: auto;
}

.product .productImg img.loader {
  min-height: 140px;
  line-height: 140px;
  background: url(../images/load-ring.svg) center no-repeat #fff;
  background-size: 32px;
}

.product .productName {
  color: #000;
  line-height: 18px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.product a.productName:hover {
  color: #2cb7e0;
}

.product .mrp {
  color: #000;
  font-size: 0.8125rem;
}

.product .discountPrice {
  font-size: 0.8125rem;
}

.product .strike {
  color: #adb5bd;
  text-decoration: line-through;
}

.product .productDisc {
  color: #ff7a5f;
}

.pro-rate-review .pro-rev-count {
  color: #fff;
  font-size: 10px;
  background: #23af1b;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 24px !important;
  font-weight: 600;
  margin-right: 4px;
}

.pro-rate-review .pro-rev-count i {
  font-size: 7px;
  vertical-align: middle;
}

.pro-rate-review .pro-rev-count.med-rat {
  background: #f3c824;
}

.pro-rate-review .pro-rev-count.low-rat {
  background: #fb6921;
}

.pro-rate-review .pro-rev-detail {
  font-size: 11px;
  color: #474d4e;
  font-weight: 500;
}

.mi-wish {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}

.mi-wish .my-wish {
  background: #f3f7f8;
  border: 0px solid #eee;
  padding: 5px;
  line-height: 6px;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  transition: 350ms ease-in-out;
}

.mi-wish .my-wish i {
  color: #bac3c5;
  font-size: 10px;
}

.mi-wish .my-wish:focus {
  outline: none;
}

.mi-wish .my-wish.my-wi-act i {
  color: #ff7a5f;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

.mi-wish .my-wish.my-wish-remove {
  width: auto;
  padding: 4px 10px;
  height: auto;
}

.mi-wish .my-wish.my-wish-remove span {
  font-size: 10px;
  line-height: 1.1;
  color: #283344;
  display: inline-block;
  font-weight: 500;
}

.bgWhite {
  background: #fff;
}

.adsWrap {
  overflow: hidden;
}

.box {
  display: inline-block;
  position: relative;
  margin: 0 .25rem;
  font-size: 0;
  line-height: 0;
}

.unit {
  text-align: center;
  font-size: 0.5625rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 .25rem;
}

.value {
  font-weight: 700;
  text-align: center;
  padding: .25rem;
  background-color: #000;
  color: #fff;
  font-variant-numeric: tabular-nums;
  border-radius: 0.3125rem !important;
}

@media (min-width: 992px) {
  .value {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 991.98px) {
  .value {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.specialistSection,
.healthProblemsSection,
.howtoConsulatSection {
  background-size: 100% !important;
  overflow: hidden;
}

@media (min-width: 992px) {
  .spDoctorsSlider .listCategory .listCard .listImg {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .spDoctorsSlider .listCategory .listCard .listImg {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .spDoctorsSlider .listCategory .listCard .listImg {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .cmHealthSlider .listCategory .listCard .listImg {
    width: 100%;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cmHealthSlider .listCategory .listCard .listImg {
    width: 100%;
    height: 130px;
  }
}

@media (max-width: 767.98px) {
  .cmHealthSlider .listCategory .listCard .listImg {
    width: 100%;
    height: 90px;
  }
}

.cmHealthSlider .owl-dots {
  margin-top: 30px !important;
}

.listCategory .listCard .listImg {
  overflow: hidden;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.listCategory .listCard .title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

@media (min-width: 992px) {
  .listCategory .listCard .title {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .listCategory .listCard .title {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .listCategory .listCard .title {
    font-size: 0.8125rem;
  }
}

.bannerCaption {
  cursor: pointer;
  height: 100%;
  border-left: 1px solid #e9ecef;
  border-bottom: 2px solid transparent;
}

.bannerCaption .captionTitle {
  font-size: 0.8125rem;
  color: #495057;
  font-weight: 400;
}

.bannerCaption .captionOffer {
  font-size: 0.6875rem;
  color: #adb5bd;
}

@media (max-width: 575.98px) {
  .box-sm-full-banner .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .box-sm-full-banner .bannerWrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .box-sm-full-banner .mainBanner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .box-sm-full-banner .mainBanner .border-radius-box {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}

.appDownloadSection {
  background-image: linear-gradient(to top, #263077, #263077) !important;
  color: #fff;
}

.appDownloadSection .appImg img {
  max-height: 436px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .appDownloadSection .appImg img {
    margin-top: -54px;
  }
}

@media (max-width: 991.98px) {
  .appDownloadSection .appImg img {
    margin-top: -40px;
  }
}

.appDownloadSection .appContent .appInner {
  max-width: 580px;
}

.appDownloadSection .appContent .h2 {
  color: #fff;
  font-weight: 300;
}

@media (min-width: 992px) {
  .appDownloadSection .appContent .h2 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .appDownloadSection .appContent .h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

@media (max-width: 767.98px) {
  .appDownloadSection .appContent .h2 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media (min-width: 992px) {
  .appDownloadSection .appContent .h2 .heading img {
    max-width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .appDownloadSection .appContent .h2 .heading img {
    max-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .appDownloadSection .appContent .h2 .heading img {
    max-width: 80px;
  }
}

.appDownloadSection .appContent .desc {
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .appDownloadSection .appContent .desc {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .appDownloadSection .appContent .desc {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .appDownloadSection .appContent .desc {
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .appDownloadSection .appContent .appIcons a.iconIos,
  .appDownloadSection .appContent .appIcons a.iconAndroid {
    max-width: 100px;
  }
}

.sendAppLink .h5 {
  font-weight: 400;
}

@media (min-width: 992px) {
  .sendAppLink .h5 {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .sendAppLink .h5 {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .sendAppLink .h5 {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .sendAppLink .sendAppForm .form-group {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .sendAppLink .sendAppForm .form-group {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sendAppLink .sendAppForm .form-control {
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  border-color: #fff;
  letter-spacing: 1px;
  border: 0;
}

@media (min-width: 992px) {
  .sendAppLink .sendAppForm .form-control {
    height: calc(1.5em + 0.75rem + 8px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sendAppLink .sendAppForm .form-control {
    height: calc(1.5em + 0.75rem + 6px);
  }
}

.sendAppLink .sendAppForm .form-control::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-weight: 300;
  color: #928a98;
}

.sendAppLink .sendAppForm .rounded-20 {
  border-radius: 20px;
}

.howtoConsulat:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #e3e2e5;
  position: absolute;
  left: 50%;
  top: 0;
}

.howtoConsulat .rowList .howTo,
.howtoConsulat .rowList .howToImg {
  z-index: 1;
}

@media (min-width: 768px) {
  .howtoConsulat .rowList:nth-child(odd) .howToContent {
    padding-left: 100px;
    margin-left: -28px;
  }
}

@media (min-width: 768px) {
  .howtoConsulat .rowList:nth-child(odd) .howToContent .indicatWrap {
    position: absolute;
    left: 0;
    top: 10px;
  }
}

.howtoConsulat .rowList:nth-child(even) .howTo {
  justify-content: flex-end;
  display: flex;
}

@media (min-width: 768px) {
  .howtoConsulat .rowList:nth-child(even) .howToContent {
    padding-right: 100px;
    margin-right: -30px;
  }
}

@media (min-width: 768px) {
  .howtoConsulat .rowList:nth-child(even) .howToContent .indicatWrap {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.howToContent {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .howToContent {
    max-width: 450px;
  }
}

@media (max-width: 767.98px) {
  .howToContent {
    background-color: #fdfcff;
    background-image: url(../images/bg-pattern.png);
    background-position: center;
    background-repeat: repeat;
    padding: 15px;
  }
}

.howToContent .indicatWrap .indicatCircle {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .howToContent .indicatWrap .indicatCircle {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .howToContent .indicatWrap .indicatCircle {
    width: 24px;
    height: 24px;
  }
}

.howToContent .indicatWrap .indicatCircle:before, .howToContent .indicatWrap .indicatCircle:after {
  content: '';
  position: absolute;
}

.howToContent .indicatWrap .indicatCircle:before {
  background: #fff;
  border: 1px dashed #263077;
  border-radius: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .howToContent .indicatWrap .indicatCircle:before {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .howToContent .indicatWrap .indicatCircle:before {
    width: 24px;
    height: 24px;
  }
}

.howToContent .indicatWrap .indicatCircle:after {
  background: #263077;
  border-radius: 100%;
  top: 9px;
  right: 9px;
}

@media (min-width: 768px) {
  .howToContent .indicatWrap .indicatCircle:after {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767.98px) {
  .howToContent .indicatWrap .indicatCircle:after {
    width: 6px;
    height: 6px;
  }
}

.howToContent .title {
  font-weight: 500;
  color: #000;
}

@media (min-width: 992px) {
  .howToContent .title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .howToContent .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .howToContent .title {
    font-size: 1.125rem;
  }
}

.howToContent .title .count {
  font-weight: 500;
  color: #e9ecef;
}

@media (min-width: 992px) {
  .howToContent .title .count {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .howToContent .title .count {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .howToContent .title .count {
    font-size: 1.625rem;
  }
}

@media (max-width: 767.98px) {
  .howToContent .title {
    justify-content: center;
  }
}

.howToContent .desc {
  font-weight: 400;
  color: #6c757d;
  line-height: 2;
}

@media (min-width: 992px) {
  .howToContent .desc {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .howToContent .desc {
    font-size: 0.9375rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .howToContent .desc {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .howToContent .desc {
    font-size: 0.8125rem;
  }
}

@media (max-width: 767.98px) {
  .howToContent .desc {
    text-align: center;
  }
}

.telehealthSection {
  background: #f8f8f8;
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-repeat: repeat;
}

.telehealthSection .subTitle {
  color: #263077;
  opacity: 0.8;
}

@media (min-width: 992px) {
  .telehealthSection .subTitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .telehealthSection .subTitle {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .telehealthSection .subTitle {
    font-size: 0.9375rem;
  }
}

.telehealthSection .btnMore {
  font-weight: 500;
  padding: 12px 12px;
  max-width: 280px;
  width: 100%;
  border-radius: 100px;
}

@media (min-width: 992px) {
  .telehealthSection .btnMore {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .telehealthSection .btnMore {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .telehealthSection .btnMore {
    font-size: 0.75rem;
  }
}

.telehealthSection .telehealthList .inner {
  background: #eef5f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (min-width: 992px) {
  .telehealthSection .telehealthList .icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 991.98px) {
  .telehealthSection .telehealthList .icon {
    width: 42px;
    height: 42px;
  }
}

.telehealthSection .telehealthList .title {
  font-weight: 500;
  color: #000;
}

@media (min-width: 992px) {
  .telehealthSection .telehealthList .title {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .telehealthSection .telehealthList .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .telehealthSection .telehealthList .title {
    font-size: 1rem;
  }
}

.telehealthSection .telehealthList .desc {
  font-weight: 400;
  color: #6c757d;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .telehealthSection .telehealthList .desc {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .telehealthSection .telehealthList .desc {
    font-size: 0.8125rem;
  }
}

@media (max-width: 767.98px) {
  .telehealthSection .telehealthList .desc {
    font-size: 0.75rem;
  }
}

.profileRipple {
  width: 24px;
  height: 24px;
}

.stageWrap {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.stageWrap .imageBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.stageWrap .imageBox img {
  padding: 8px;
  background: #fff;
}

.stageWrap .imageBox:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 0.2s;
  animation-duration: 1s;
  z-index: 20;
}

.stageWrap .imageBox:nth-of-type(2) {
  z-index: 10;
}

.stageWrap .imageBox:nth-of-type(n+3) {
  display: none;
}

@keyframes fader {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

.rippleScale2 {
  background-color: #fff;
  border-radius: 100%;
}

.rippleScale2 {
  box-sizing: border-box;
  position: relative;
}

.rippleScale2:before {
  animation: rippleScale2 2s ease-out infinite;
  border: solid 1px #fff;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: rippleScale2 2s ease-out infinite;
}

.rippleScale2:after {
  animation: rippleScale2 2s 1s ease-out infinite;
  border: solid 1px #fff;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes rippleScale2 {
  0% {
    opacity: .50;
  }
  100% {
    border-radius: 2em;
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

.talkingRipple {
  width: 8px;
  height: 8px;
}

.ripple {
  background-color: #fff;
  border-radius: 100%;
}

.ripple {
  box-sizing: border-box;
  position: relative;
}

.ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #fff;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #fff;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes ripple {
  0% {
    opacity: .50;
  }
  100% {
    border-radius: 2em;
    opacity: 0;
    transform: scale(3);
  }
}

.bannerShape .bannerShapeInner {
  position: relative;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  text-align: center;
}

.bannerShape .bannerShapeInner::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #263077;
}

.helpdeskSection {
  background: rgba(38, 48, 119, 0.02);
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-repeat: repeat;
}

@media (min-width: 992px) {
  .helpdeskSection .h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .helpdeskSection .h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .helpdeskSection .h4 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .helpdeskSection .dec {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .helpdeskSection .dec {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .helpdeskSection .dec {
    font-size: 0.875rem;
  }
}

.helpdeskSection a {
  font-weight: 900;
}

.homeFaqWrap .fBox {
  padding: 20px;
  background: rgba(38, 48, 119, 0.01);
  border: 1px solid rgba(38, 48, 119, 0.02);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .homeFaqWrap .fBox {
    font-size: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  .homeFaqWrap .fBox {
    font-size: 0.75rem;
  }
}

.homeFaqWrap .fBox .h4 {
  padding-left: 20px;
  position: relative;
}

@media (min-width: 992px) {
  .homeFaqWrap .fBox .h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 991.98px) {
  .homeFaqWrap .fBox .h4 {
    font-size: 1rem;
  }
}

.homeFaqWrap .fBox .h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #263077;
  display: inline-block;
  margin-right: 12px;
  margin-left: -20px;
}

.homeFaqWrap .fBox p {
  line-height: 2;
}

.benefitsWrap .fBox {
  padding: 20px;
  background: rgba(38, 48, 119, 0.01);
  border: 1px solid rgba(38, 48, 119, 0.02);
  border-radius: 10px;
}

.benefitsWrap .fBox .icon {
  max-width: 48px;
  max-height: 48px;
}

@media (min-width: 992px) {
  .benefitsWrap .fBox {
    font-size: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  .benefitsWrap .fBox {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .benefitsWrap .fBox .h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 991.98px) {
  .benefitsWrap .fBox .h4 {
    font-size: 1rem;
  }
}

.benefitsWrap .fBox p {
  line-height: 2;
}

.consultTabSection {
  background: #f5f7fb;
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-repeat: repeat;
  overflow: hidden;
}

.consultTabSection.chatWrap {
  background: rgba(81, 187, 108, 0.05);
}

.consultTabSection.chatWrap .tabIconWrap {
  background: #51bb6c;
}

.consultTabSection.chatWrap .tabIconWrap::after {
  background: #51bb6c;
}

.consultTabSection.chatWrap .tabIcon {
  background: #51bb6c;
}

.consultTabSection.chatWrap .tab-content .title {
  color: #51bb6c;
}

.consultTabSection.voiceCallWrap {
  background: rgba(44, 183, 223, 0.05);
}

.consultTabSection.voiceCallWrap .tabIconWrap {
  background: #2cb7df;
}

.consultTabSection.voiceCallWrap .tabIconWrap::after {
  background: #2cb7df;
}

.consultTabSection.voiceCallWrap .tabIcon {
  background: #2cb7df;
}

.consultTabSection.voiceCallWrap .tab-content .title {
  color: #2cb7df;
}

.consultTabSection.videoCallWrap {
  background: #f5f7fb;
}

.consultTabHead .subTitle {
  font-weight: 400;
}

@media (min-width: 992px) {
  .consultTabHead .subTitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .consultTabHead .subTitle {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .consultTabHead .subTitle {
    font-size: 0.9375rem;
  }
}

.consultTabDes .consultTab .nav-item {
  margin-bottom: 0;
}

.consultTabDes .consultTab .nav-item:first-child .nav-link {
  background-color: #263077;
  color: #fff;
}

.consultTabDes .consultTab .nav-item:nth-child(2) .nav-link {
  background-color: #2cb7df;
  color: #fff;
}

.consultTabDes .consultTab .nav-item:nth-child(3) .nav-link {
  background-color: #51bb6c;
  color: #fff;
}

.consultTabDes .consultTab .nav-item .nav-link {
  border: 0;
  background: #fff;
  border-radius: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  padding: 6px 20px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .consultTabDes .consultTab .nav-item .nav-link {
    font-size: 0.6875rem;
    padding: 6px 15px;
    margin-right: 5px;
  }
}

.tab-content .title {
  color: #263077;
  font-weight: 400;
}

@media (min-width: 576px) {
  .tab-content .title {
    font-size: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  .tab-content .title {
    font-size: 1.125rem;
  }
}

.tab-content .desc {
  color: #000;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .tab-content .desc {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .tab-content .desc {
    font-size: 0.8125rem;
  }
}

@media (min-width: 992px) {
  .tabIconTop {
    margin-top: -184px;
  }
}

.tabIconWrap {
  background: #263077;
  position: relative;
}

@media (min-width: 992px) {
  .tabIconWrap {
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px;
    margin-left: 120px !important;
    height: 376px;
  }
  .tabIconWrap::after {
    content: '';
    background: #263077;
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tabIconWrap {
    width: 376px;
    min-height: 300px;
    border-top-left-radius: 190px;
    border-top-right-radius: 190px;
    margin-top: 120px;
  }
}

@media (max-width: 767.98px) {
  .tabIconWrap {
    width: 280px;
    min-height: 240px;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .tabTalk {
    flex: 1;
  }
}

@media (max-width: 991.98px) {
  .tabTalk {
    width: 100%;
  }
}

.tabTalk .infoBar {
  font-size: 0.9375rem;
}

.tabTalk .btntalk {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 12px 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  max-width: 220px;
}

.tabIcon {
  background: #263077;
  animation: ripple01 1s linear infinite;
}

@media (min-width: 992px) {
  .tabIcon {
    margin-left: -60px !important;
  }
}

@media (max-width: 991.98px) {
  .tabIcon {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .tabIcon {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tabIcon {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767.98px) {
  .tabIcon {
    width: 100px;
    height: 100px;
  }
}

.tabIcon .icon {
  display: inline-block;
}

@media (min-width: 992px) {
  .tabIcon .icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tabIcon .icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .tabIcon .icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .tabIcon .icon img {
    max-width: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tabIcon .icon img {
    max-width: 60px;
  }
}

@media (max-width: 767.98px) {
  .tabIcon .icon img {
    max-width: 40px;
  }
}

.tabIcon .icon svg {
  width: 100%;
  height: 100%;
}

.tabIcon .icon svg path,
.tabIcon .icon svg circle {
  fill: #fff;
}

.bannerSection {
  background-size: cover !important;
  position: relative;
  background-color: #2cb7e0 !important;
  overflow: hidden;
}

.bannerSection .container-fluid {
  max-width: 1920px;
}

.banContainer {
  padding-top: 80px;
}

@media (min-width: 576px) {
  .banContainer {
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .banContainer {
    padding-bottom: 40px;
  }
}

.imgBox {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  text-align: center;
  background-size: 100% !important;
}

.bannerContent .inner {
  max-width: 360px;
}

@media (min-width: 992px) {
  .bannerContent .inner {
    max-width: 360px;
  }
}

.bannerContent .title {
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .bannerContent .title {
    font-size: 1.75rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bannerContent .title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}

@media (max-width: 575.98px) {
  .bannerContent .title {
    font-size: 1.375rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: capitalize;
  }
}

.infoBar {
  font-size: 0.75rem;
  color: #fff;
}

.btntalk {
  font-weight: 500;
  padding: 12px 12px;
  max-width: 280px;
  width: 100%;
  border-radius: 100px;
}

@media (min-width: 576px) {
  .btntalk {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .btntalk {
    font-size: 0.9375rem;
  }
}

.static {
  position: static;
}

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

.owlMainSlider .owl-slide-text {
  color: #fff;
  position: relative;
  z-index: 1;
}

.owlMainSlider .owl-slide-text .owl-slide-head::before {
  background-color: #2cb7e0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 10px;
}

.owlMainSlider .owl-slide-text .owl-slide-title {
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .owlMainSlider .owl-slide-text .owl-slide-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .owlMainSlider .owl-slide-text .owl-slide-title {
    font-size: 2rem;
  }
}

.owlMainSlider .owl-slide-text .btnLink {
  color: #fff;
}

.owlMainSlider .owl-slide-text .btnLink:after {
  background-color: #fff;
  display: none;
}

.owlMainSlider .owl-slide-text .btnLink svg path {
  fill: #fff;
}

.owlMainSlider.owl-carousel .owl-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 1;
}

.owlMainSlider.owl-carousel .owl-slide, .owlWorksSlider.owl-carousel .owl-slide {
  position: relative;
  height: 520px;
  background-color: lightgray;
}

.owlMainSlider.owl-carousel .owl-slide-animated, .owlWorksSlider.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owlMainSlider.owl-carousel .owl-slide-animated.is-transitioned, .owlWorksSlider.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owlMainSlider.owl-carousel .projectBox, .owlWorksSlider.owl-carousel .projectBox {
  transform: translateX(40px);
}

.owlMainSlider.owl-carousel .projectBox.is-transitioned, .owlWorksSlider.owl-carousel .projectBox.is-transitioned {
  transition-delay: 0.35s;
}

.owlMainSlider.owl-carousel .count.is-transitioned, .owlWorksSlider.owl-carousel .count.is-transitioned {
  transition-delay: 0.1s;
}

.owlMainSlider.owl-carousel .owl-slide-title.is-transitioned, .owlMainSlider.owl-carousel .projectDes.is-transitioned, .owlWorksSlider.owl-carousel .owl-slide-title.is-transitioned, .owlWorksSlider.owl-carousel .projectDes.is-transitioned {
  transition-delay: 0.2s;
}

.owlMainSlider.owl-carousel .owl-slide-subtitle.is-transitioned, .owlMainSlider.owl-carousel .projectInfo.is-transitioned, .owlMainSlider.owl-carousel .infoBar.is-transitioned, .owlWorksSlider.owl-carousel .owl-slide-subtitle.is-transitioned, .owlWorksSlider.owl-carousel .projectInfo.is-transitioned, .owlWorksSlider.owl-carousel .infoBar.is-transitioned {
  transition-delay: 0.35s;
}

.owlMainSlider.owl-carousel .infoBar.is-transitioned, .owlWorksSlider.owl-carousel .infoBar.is-transitioned {
  transition-delay: 0.5s;
}

.owlMainSlider.owl-carousel .owl-slide-cta.is-transitioned, .owlMainSlider.owl-carousel .projectLive.is-transitioned, .owlWorksSlider.owl-carousel .owl-slide-cta.is-transitioned, .owlWorksSlider.owl-carousel .projectLive.is-transitioned {
  transition-delay: 0.35s;
}

.owlMainSlider.owl-carousel .owl-dots, .owlWorksSlider.owl-carousel .owl-dots {
  position: absolute;
}

@media (min-width: 576px) {
  .owlMainSlider.owl-carousel .owl-dots, .owlWorksSlider.owl-carousel .owl-dots {
    text-align: left;
  }
}

.owlMainSlider.owl-carousel .owl-nav .owl-prev, .owlWorksSlider.owl-carousel .owl-nav .owl-prev {
  display: none;
}

.owlMainSlider.owl-carousel .owl-nav .owl-next, .owlWorksSlider.owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.owlMainSlider.owl-carousel .owl-nav .owl-prev,
.owlMainSlider.owl-carousel .owl-nav .owl-next, .owlWorksSlider.owl-carousel .owl-nav .owl-prev,
.owlWorksSlider.owl-carousel .owl-nav .owl-next {
  color: #fff;
}

.owlMainSlider.owl-carousel .owl-nav .owl-prev::after,
.owlMainSlider.owl-carousel .owl-nav .owl-next::after, .owlWorksSlider.owl-carousel .owl-nav .owl-prev::after,
.owlWorksSlider.owl-carousel .owl-nav .owl-next::after {
  background-color: #fff;
}

.owlMainSlider.owl-carousel .owl-dots .owl-dot,
.owlMainSlider.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owlMainSlider.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease;
  opacity: 0.5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.owlMainSlider.owl-carousel .owl-dots .owl-dot:hover span,
.owlMainSlider.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

/* .owlMainSlider.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
} */
.owlMainSlider.owl-carousel .owl-nav svg {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.owlMainSlider.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owlMainSlider.owl-carousel .owl-nav [class*="owl-"], .owlMainSlider.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
  width: auto !important;
  height: auto  !important;
}

.owlMainSlider.owl-carousel .owl-nav [class*="owl-"] .icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 575px) {
  .owlMainSlider.owl-carousel .owl-nav {
    top: 5%;
  }
}

@media (min-width: 768px) {
  .r-hope {
    border-left: 1px solid #f2f2f2;
  }
  .r-hope:first-child {
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  .r-hope {
    border-top: 1px solid #f2f2f2;
  }
  .r-hope:first-child {
    border-left: 0;
  }
}

.r-hope .icon {
  width: 32px;
  height: 32px;
}

.r-hope .icon img {
  width: 32px;
}

.r-hope .icon svg {
  width: 100%;
  height: 100%;
}

.r-hope .icon svg path {
  fill: #2cb7e0;
}

.r-hope .title {
  font-size: 1rem;
}

.r-hope .dec {
  font-size: 0.8125rem;
  color: #6c757d;
}

.wishAnimat.my-wish {
  overflow: hidden;
}

.wishAnimat.my-wish.my-wi-act {
  overflow: visible;
}

.wishAnimat.my-wish.my-wi-act .icon {
  color: #ff7a5f;
  /*will-change: font-size;*/
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

.wishAnimat.my-wish.my-wi-act .icon:before, .wishAnimat.my-wish.my-wi-act .icon:after {
  animation: inherit;
  animation-timing-function: ease-out;
}

.wishAnimat.my-wish.my-wi-act .icon:before {
  will-change: transform, border-width, border-color;
  animation-name: bubble;
}

.wishAnimat.my-wish.my-wi-act .icon:after {
  will-change: opacity, box-shadow;
  animation-name: particles;
}

.wishAnimat.my-wish .icon {
  align-self: center;
  position: relative;
  color: #aab8c2;
  display: inline-block;
  cursor: pointer;
}

.wishAnimat.my-wish .icon:before, .wishAnimat.my-wish .icon:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: '';
}

.wishAnimat.my-wish .icon:before {
  box-sizing: border-box;
  margin: -2.25rem;
  border: solid 2.25rem #ff7a5f;
  width: 4.5rem;
  height: 4.5rem;
  transform: scale(0);
}

.wishAnimat.my-wish .icon:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080, -0.32476rem -2.625rem 0 -0.1875rem #ffed80, 2.54798rem -1.61656rem 0 -0.1875rem #ffed80, 1.84982rem -1.89057rem 0 -0.1875rem #a4ff80, 2.85252rem 0.98418rem 0 -0.1875rem #a4ff80, 2.63145rem 0.2675rem 0 -0.1875rem #80ffc8, 1.00905rem 2.84381rem 0 -0.1875rem #80ffc8, 1.43154rem 2.22414rem 0 -0.1875rem #80c8ff, -1.59425rem 2.562rem 0 -0.1875rem #80c8ff, -0.84635rem 2.50595rem 0 -0.1875rem #a480ff, -2.99705rem 0.35095rem 0 -0.1875rem #a480ff, -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed, -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed, -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
}

@keyframes heart {
  0%, 17.5% {
    /*font-size: 0;*/
  }
}

@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%, 100% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}

@keyframes particles {
  0%, 20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
/*# sourceMappingURL=basic.home.css.map */