/*Primary Colors*/
/*Secondary Colors*/
/*Form Colors*/
/*Gradients*/
/*Transitions*/
/*Font Size*/
/*Radius*/
/*Spacing*/
/*Container*/
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.color2 {
  background: #293083;
  background: linear-gradient(to right, #293083 0%, #2152c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color3 {
  background: #009fe3;
  background: linear-gradient(to right, #009fe3 0%, #2152c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainContainerIntro {
  transform: translateX(-700px);
}

.popupFormSectionIntro {
  transform: none !important;
}

#popupFormSection {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  z-index: 101;
  display: flex;
  flex-direction: column-reverse;
  background-color: #ffffff;
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1);
  transform: translateX(700px);
}
@media (min-width: 768px) {
  #popupFormSection {
    flex-direction: row-reverse;
  }
}
#popupFormSection #popupForm {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm {
    width: auto;
    flex: 1;
  }
}
#popupFormSection #popupForm .wallBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}
#popupFormSection #popupForm .wallBg img {
  margin: auto;
  max-width: 500px;
  opacity: 0.025;
}
#popupFormSection #popupForm #popupFormWrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#popupFormSection #popupForm #popupFormWrapper .slide {
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#popupFormSection #popupForm #popupFormWrapper .slide:nth-child(1) {
  height: 100vh;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide {
    padding-left: 0;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .mainHeading {
  font-weight: 600;
}
#popupFormSection #popupForm #popupFormWrapper .slide .heading {
  color: #0b0b0b;
  font-family: "Barlow", sans-serif;
  font-size: 1.802rem;
  font-weight: 400;
  line-height: 0.75;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .heading {
    font-size: 2.027rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .heading span {
  padding-right: 0.5rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .subHeading {
  margin-top: 0.75rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
  width: 100%;
  max-width: 600px;
  margin-top: 1.266rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
  color: #0b0b0b;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
    font-size: 1.266rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.266rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
    justify-content: center;
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
  width: 48%;
  min-height: 70px;
  display: flex;
  background-color: transparent;
  border-radius: 15px;
  margin-bottom: 1rem;
  border: 2px solid #242323;
  box-shadow: 0px 0px 0px 1px rgba(1, 45, 75, 0.055), 2px 4px 12px rgba(0, 12, 32, 0.041);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
    width: 200px;
    margin: 0 0.75rem;
    margin-bottom: 1rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
  box-shadow: 2px 4px 16px rgba(0, 15, 37, 0.055);
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
    border: 2px solid #038e83;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label {
  color: #ffffff;
  background-color: transparent;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label span {
  text-shadow: none;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input {
  position: absolute;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  border-radius: 7px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input::after {
  border-radius: 7px;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
    font-size: 1.125rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label span {
  font-weight: 500;
  margin-right: 0.25rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 103%;
  min-height: 70px;
  border-radius: 15px;
  border: 2px solid transparent;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0);
  transform: scale(0.97);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
    left: -4px;
    width: 200px;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect {
  width: 100%;
  max-width: 600px;
  margin-top: 1.266rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect {
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
  border-radius: 15px;
  font-size: 1.424rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
    font-size: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect .select2-results__option--selectable {
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
}
#popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btn {
  margin: 0 0.5rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btn {
    min-width: 140px;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .note {
  margin: 0 auto;
  margin-top: 2.441rem;
  color: #5d5e5f;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .note {
    margin-top: 4.768rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .note span {
  font-weight: 600;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv {
  width: 100%;
  max-width: 400px;
  align-items: center;
  justify-content: center;
  margin-top: 1.266rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .heading {
  margin-bottom: 1rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv #contactSubmit span {
  margin-left: 1rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formSection {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
}
#popupFormSection #popupForm #popupFormWrapper .slide .image {
  display: block;
  width: 250px;
}

#wallSection {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  #wallSection {
    padding-top: 0;
  }
}
#wallSection #wallContainer {
  width: 100%;
  height: 69vh;
}
@media (min-width: 768px) {
  #wallSection #wallContainer {
    top: 0;
    height: 80vh;
  }
}
#wallSection #wallContainer #wallSlideWrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner {
  width: 100%;
  min-width: 100%;
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv {
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 400px;
  background: rgb(60, 20, 0);
  background: linear-gradient(0deg, rgba(60, 20, 0, 0.2665441176) 0%, rgba(0, 0, 0, 0) 100%);
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .title {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.566rem;
}
@media (min-width: 768px) {
  #wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .title {
    font-size: 3.5rem;
  }
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .subTitle {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 1280px) {
  #wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .subTitle {
    font-size: 1.266rem;
  }
}
#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more {
  display: block;
  margin-top: 1rem;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more {
    font-size: 1.125rem;
  }
}
#wallSection #wallContainer #wallSlideWrapper .videoBanner {
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 568px) {
  #wallSection #wallContainer #wallSlideWrapper .videoBanner {
    padding-top: 56.25%;
  }
}
@media (min-width: 1024px) {
  #wallSection #wallContainer #wallSlideWrapper .videoBanner {
    padding-top: 31.25%;
  }
}
#wallSection #wallContainer #wallSlideWrapper .videoBanner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wallSection #wallContainer #wallSlideWrapper .videoBanner video source {
  width: 100%;
}
#wallSection #wallContainer #wallSlideWrapper .videoBanner .content {
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
#wallSection .arrowDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
#wallSection .arrowDiv .arrow {
  width: 50px;
  height: 50px;
  margin-top: -50px;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (min-width: 768px) {
  #wallSection .arrowDiv .arrow {
    width: 70px;
    height: 70px;
    padding: 1.125rem;
  }
}
#wallSection .arrowDiv .arrow:nth-child(1) {
  border-right: 1px solid #242323;
}
#wallSection .arrowDiv .arrow:hover::before {
  background-color: #038e83;
}
#wallSection .arrowDiv .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
#wallSection .arrowDiv .arrow img {
  opacity: 0.5;
  cursor: pointer;
}

#quoteSection {
  height: 50vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#quoteSection .maintitle {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.027rem;
}
@media (min-width: 768px) {
  #quoteSection .maintitle {
    font-size: 2.566rem;
  }
}
#quoteSection .subTitle {
  margin: 0;
  margin-top: 0.6667rem;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #038e83;
}

#serviceSection {
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
  text-align: center;
}
@media (min-width: 768px) {
  #serviceSection {
    padding-left: 2.441rem;
    padding-right: 2.441rem;
  }
}
#serviceSection .label {
  color: #038e83;
  font-weight: 500;
}
#serviceSection .slider {
  overflow-x: scroll;
  margin: auto;
  margin-top: 0.9rem;
  display: flex;
}
@media (min-width: 768px) {
  #serviceSection .slider {
    overflow: hidden;
  }
}
#serviceSection .slider .serviceDiv {
  margin: 0 auto;
  margin-top: 2.441rem;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  #serviceSection .slider .serviceDiv {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#serviceSection .slider .serviceDiv .serviceCard {
  width: 100%;
  width: 360px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1rem;
  margin: 0 0.5%;
  margin-bottom: 1.266rem;
  box-shadow: rgba(50, 50, 93, 0.055) 0px 13px 27px -5px, rgba(0, 0, 0, 0.075) 0px 8px 16px -8px;
  cursor: pointer;
}
#serviceSection .slider .serviceDiv .serviceCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  border-radius: 15px;
  margin-left: -20px;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(1n+1)::before {
  background-color: gold;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(1n+1) .title {
  color: #038e83;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(2n+1)::before {
  background-color: hotpink;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(2n+1) .title {
  color: #038e83;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(3n+1)::before {
  background-color: darkcyan;
}
#serviceSection .slider .serviceDiv .serviceCard:nth-child(3n+1) .title {
  color: #038e83;
}
#serviceSection .slider .serviceDiv .serviceCard .imgDiv {
  overflow: hidden;
  height: 180px;
  border-radius: 7.5px;
  cursor: pointer;
}
#serviceSection .slider .serviceDiv .serviceCard .title {
  margin: 0;
  margin-top: 0.6667rem;
  color: #038e83;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
#serviceSection .slider .serviceDiv .serviceCard p {
  margin: 0;
  margin-top: 0.3333rem;
  font-weight: 300;
  cursor: pointer;
}
#serviceSection .btnDiv {
  display: flex;
  justify-content: center;
}
#serviceSection .btnDiv .moreBtn {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #038e83;
  border-radius: 1rem;
  color: #038e83;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#serviceSection .btnDiv .moreBtn:hover {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  #serviceSection .btnDiv .moreBtn {
    font-size: 1.125rem;
  }
}

#serviceSection2 {
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
  text-align: center;
}
#serviceSection2 .label {
  color: #038e83;
  font-weight: 500;
}
#serviceSection2 .serviceDiv {
  margin: 0 auto;
  margin-top: 2.441rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#serviceSection2 .serviceDiv .serviceCard {
  width: 100%;
  width: 360px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1rem;
  margin: 0 0.5%;
  margin-bottom: 1.266rem;
  box-shadow: rgba(50, 50, 93, 0.055) 0px 13px 27px -5px, rgba(0, 0, 0, 0.075) 0px 8px 16px -8px;
  cursor: pointer;
}
#serviceSection2 .serviceDiv .serviceCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  border-radius: 15px;
  margin-left: -20px;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(1n+1)::before {
  background-color: gold;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(1n+1) .title {
  color: #038e83;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(2n+1)::before {
  background-color: hotpink;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(2n+1) .title {
  color: #038e83;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(3n+1)::before {
  background-color: darkcyan;
}
#serviceSection2 .serviceDiv .serviceCard:nth-child(3n+1) .title {
  color: #038e83;
}
#serviceSection2 .serviceDiv .serviceCard .imgDiv {
  overflow: hidden;
  height: 180px;
  border-radius: 7.5px;
  cursor: pointer;
}
#serviceSection2 .serviceDiv .serviceCard .title {
  margin: 0;
  margin-top: 0.6667rem;
  color: #038e83;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
#serviceSection2 .serviceDiv .serviceCard p {
  margin: 0;
  margin-top: 0.3333rem;
  font-weight: 300;
  cursor: pointer;
}
#serviceSection2 .more {
  display: block;
  margin-top: 1rem;
  color: #038e83;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #serviceSection2 .more {
    font-size: 1.424rem;
  }
}
#serviceSection2 .more::before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0.5rem;
  background-color: #038e83;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#serviceSection2 .more:hover::before {
  width: 40px;
}

#reviewSection {
  background-color: #ffffff;
  overflow: hidden;
}
#reviewSection .title {
  margin: 0;
  color: #08998d;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.441rem;
}
#reviewSection #reviewContainer {
  width: 100%;
}
#reviewSection #reviewContainer .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  display: none;
  margin-top: -50px;
  z-index: 1;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (min-width: 768px) {
  #reviewSection #reviewContainer .arrow {
    width: 70px;
    height: 70px;
    display: flex;
    padding: 1rem;
  }
}
#reviewSection #reviewContainer .arrow:hover::before {
  background-color: #08998d;
}
#reviewSection #reviewContainer .arrow:nth-child(1) {
  left: 0;
}
#reviewSection #reviewContainer .arrow:nth-child(1)::before {
  left: -100%;
}
#reviewSection #reviewContainer .arrow::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: #038e83;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
#reviewSection #reviewContainer .arrow img {
  cursor: pointer;
}
#reviewSection #reviewContainer #reviewWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
@media (min-width: 768px) {
  #reviewSection #reviewContainer #reviewWrapper {
    overflow-x: unset;
  }
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.266rem;
  padding-bottom: 5.96rem;
  margin-right: 1rem;
  border-radius: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #reviewSection #reviewContainer #reviewWrapper .reviewCard {
    margin-right: 1.266rem;
  }
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .imageDiv {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .imageDiv img {
  width: 50px;
  height: 50px;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .flagDiv {
  width: 22px;
  overflow: hidden;
  margin-top: 0.6667rem;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .flagDiv img {
  width: 22px;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .details {
  text-align: center;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .details .name {
  color: #038e83;
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .details .text {
  margin-top: 0.25rem;
  color: #5d5e5f;
  font-size: 0.79rem;
}
@media (min-width: 768px) {
  #reviewSection #reviewContainer #reviewWrapper .reviewCard .profileDetails .details .text {
    font-size: 0.9rem;
  }
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .content {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #reviewSection #reviewContainer #reviewWrapper .reviewCard .content {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #reviewSection #reviewContainer #reviewWrapper .reviewCard .content {
    font-size: 1.266rem;
  }
}
#reviewSection #reviewContainer #reviewWrapper .reviewCard .quote {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  opacity: 0.5;
}

#bannerSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
#bannerSection .content .subHeading {
  margin-top: 0.5rem;
  font-weight: 300;
}
#bannerSection .content .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #bannerSection .content .contact {
    flex-direction: row;
    margin-top: 1rem;
  }
}
#bannerSection .content .contact a {
  display: flex;
  margin-top: 1rem;
  margin-right: 1rem;
  border: 1px solid #ebedf3;
  padding: 1rem 1.266rem;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #bannerSection .content .contact a {
    font-size: 1rem;
  }
}
#bannerSection .content .contact a:hover {
  border: 1px solid #038e83;
}
#bannerSection .content .contact a img {
  height: 20px;
  width: auto;
  margin-right: 0.5rem;
}
#bannerSection .formAction {
  margin-left: auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #ff9a79;
  border-radius: 100%;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  cursor: pointer;
}
@media (min-width: 1024px) {
  #bannerSection .formAction {
    width: 100px;
    height: 100px;
  }
}
#bannerSection .formAction:hover {
  transform: rotate(-45deg);
}
#bannerSection .formAction span {
  width: 100%;
  height: 100%;
  padding: 2.441rem;
  display: flex;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#bannerSection .formAction span img {
  cursor: pointer;
}

#aboutDoctorSection {
  padding-bottom: 2.441rem;
}
#aboutDoctorSection .wallContentWrapper {
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
  border-radius: 15px;
  cursor: pointer;
}
#aboutDoctorSection .wallContentWrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 1280px) {
  #aboutDoctorSection .wallContentWrapper .content {
    width: 50%;
    padding: 2rem;
  }
}
#aboutDoctorSection .wallContentWrapper .content .title {
  margin: 0;
  font-weight: 300;
}
#aboutDoctorSection .wallContentWrapper .content .subHeading {
  margin: 0;
  margin-top: 1rem;
  font-weight: 300;
  color: #038e83;
}
#aboutDoctorSection .wallContentWrapper .content .nexttitle {
  margin: 0;
  margin-top: 1rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content p {
    font-size: 1.125rem;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites {
  border-radius: 15px;
}
#aboutDoctorSection .wallContentWrapper .content .highlites .logoTitle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logoTitle {
    justify-content: flex-start;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites .logoTitle .title {
  color: #038e83;
  font-weight: 500;
}
@media (min-width: 768px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 2.6667rem;
  }
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logos {
    justify-content: flex-start;
    margin: 0;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard {
    margin: 1.3333rem;
  }
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard {
    margin: 1rem 1rem 0 0;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard img {
  width: 60px;
}
#aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard p {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .logos .logosCard p {
    font-size: 0.9rem;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites .btnDiv {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .btnDiv {
    justify-content: flex-start;
  }
}
#aboutDoctorSection .wallContentWrapper .content .highlites .btnDiv .moreBtn {
  margin-top: 1.125rem;
  padding: 1rem;
  border: 1px solid #038e83;
  border-radius: 1rem;
  color: #038e83;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#aboutDoctorSection .wallContentWrapper .content .highlites .btnDiv .moreBtn:hover {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .highlites .btnDiv .moreBtn {
    font-size: 1.125rem;
  }
}
#aboutDoctorSection .wallContentWrapper .content .more {
  display: block;
  margin-top: 1rem;
  color: #038e83;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .content .more {
    font-size: 1.424rem;
  }
}
#aboutDoctorSection .wallContentWrapper .content .more::before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0.5rem;
  background-color: #038e83;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#aboutDoctorSection .wallContentWrapper .imageDiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 1280px) {
  #aboutDoctorSection .wallContentWrapper .imageDiv {
    width: 50%;
  }
}
#aboutDoctorSection .wallContentWrapper .imageDiv img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .wallContentWrapper .imageDiv img {
    width: 500px;
    overflow: hidden;
  }
}
#aboutDoctorSection .solution {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#aboutDoctorSection .solution .title {
  margin: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #aboutDoctorSection .solution p {
    font-size: 1.125rem;
  }
}

.achievements .title {
  margin: 0;
  font-weight: 300;
  text-align: center;
}
.achievements p {
  text-align: center;
}
@media (min-width: 1024px) {
  .achievements p {
    font-size: 1.125rem;
  }
}
.achievements .cardWrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 2.441rem;
}
.achievements .cardWrapper .serviceCard {
  margin: 0;
  margin-bottom: 1.266rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
  padding: 1.266rem 1rem;
  border-radius: 15px;
  align-items: center;
}
@media (min-width: 1024px) {
  .achievements .cardWrapper .serviceCard {
    width: 25%;
  }
}
.achievements .cardWrapper .serviceCard p {
  padding-top: 1rem;
  margin: 0;
}
.achievements .cardWrapper .serviceCard img {
  width: 50px;
  opacity: 0.6;
}

#homeImgCardSection {
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
}
#homeImgCardSection .card {
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 15px;
  cursor: pointer;
}
#homeImgCardSection .card:hover .content .more::before {
  width: 40px;
}
#homeImgCardSection .card:nth-child(even) {
  margin-top: 2.441rem;
}
#homeImgCardSection .card .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.266rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .content {
    width: 70%;
    padding: 2.441rem;
  }
}
@media (min-width: 1280px) {
  #homeImgCardSection .card .content {
    padding: 3.052rem;
  }
}
#homeImgCardSection .card .content .title {
  margin: 0;
  font-weight: 300;
}
#homeImgCardSection .card .content .nexttitle {
  margin: 0;
  margin-top: 1rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .content p {
    font-size: 1.125rem;
  }
}
#homeImgCardSection .card .content ul {
  padding-left: 1.125rem;
  margin-top: 1rem;
}
#homeImgCardSection .card .content ul li {
  font-weight: 300;
  list-style: disc;
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .content ul li {
    font-size: 1.125rem;
  }
}
#homeImgCardSection .card .content ul li::marker {
  color: #038e83;
}
#homeImgCardSection .card .content .more {
  display: block;
  margin-top: 1rem;
  color: #038e83;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .content .more {
    font-size: 1.424rem;
  }
}
#homeImgCardSection .card .content .more::before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0.5rem;
  background-color: #038e83;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#homeImgCardSection .card .imageDiv {
  width: 100%;
  min-height: 300px;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .imageDiv {
    width: 30%;
    border-radius: 0 15px 15px 0;
  }
}
#homeImgCardSection .card .imageDiv .arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 50px;
}
@media (min-width: 1024px) {
  #homeImgCardSection .card .imageDiv .arrow {
    width: 100px;
  }
}
#homeImgCardSection .solution {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#homeImgCardSection .solution .title {
  margin: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #homeImgCardSection .solution p {
    font-size: 1.125rem;
  }
}

#careSection2 {
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
}
#careSection2 .title {
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 300;
}
#careSection2 .serviceDiv {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  #careSection2 .serviceDiv {
    flex-direction: row;
  }
}
#careSection2 .serviceDiv .serviceCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  #careSection2 .serviceDiv .serviceCard {
    align-items: flex-start;
    padding: 1rem;
    margin: 0.6667rem;
  }
}
#careSection2 .serviceDiv .serviceCard:hover {
  transform: scale(1.1);
}
#careSection2 .serviceDiv .serviceCard:hover .title {
  background: #f83b65;
  background: linear-gradient(to right, #f83b65 22%, #fb9c28 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#careSection2 .serviceDiv .serviceCard .text {
  color: #0b0b0b;
  font-weight: 300;
  z-index: 1;
}
#careSection2 .serviceDiv .serviceCard .title {
  margin: 0;
  margin-top: 1rem;
  color: #038e83;
  font-weight: 500;
  z-index: 1;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  #careSection2 .serviceDiv .serviceCard .title {
    font-size: 1.266rem;
  }
}
@media (min-width: 1280px) {
  #careSection2 .serviceDiv .serviceCard .title {
    font-size: 1.266rem;
  }
}

.contentSection {
  max-width: 1200px;
  margin: 0 auto;
}
.contentSection .heading {
  color: #08998d;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contentSection .heading {
    font-size: 1.424rem;
  }
}
.contentSection .subHeading {
  font-weight: 300;
  margin-top: 2.441rem;
}
.contentSection p {
  font-weight: 300;
  color: #0b0b0b;
}
.contentSection ol {
  padding-left: 1.125rem;
  margin-top: 1rem;
}
.contentSection ol li {
  font-weight: 300;
  list-style-type: decimal;
  color: #0b0b0b;
}
.contentSection ul {
  padding-left: 1.125rem;
  margin-top: 1rem;
}
.contentSection ul li {
  font-weight: 300;
  list-style-type: disc;
  color: #0b0b0b;
}

#serviceWallSection {
  padding-bottom: 2.441rem;
}
#serviceWallSection .wallContentWrapper {
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fffcf6;
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
  border-radius: 15px;
  cursor: pointer;
}
#serviceWallSection .wallContentWrapper:hover .content .more::before {
  width: 40px;
}
#serviceWallSection .wallContentWrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1.266rem;
}
@media (min-width: 1024px) {
  #serviceWallSection .wallContentWrapper .content {
    width: 100%;
    padding: 2.441rem;
  }
}
@media (min-width: 1280px) {
  #serviceWallSection .wallContentWrapper .content {
    padding: 3.052rem;
  }
}
#serviceWallSection .wallContentWrapper .content .title {
  margin: 0;
  font-weight: 300;
}
#serviceWallSection .wallContentWrapper .content .subHeading {
  margin: 0;
  margin-top: 1rem;
  font-weight: 300;
  color: #038e83;
}
#serviceWallSection .wallContentWrapper .content .nexttitle {
  margin: 0;
  margin-top: 1rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #serviceWallSection .wallContentWrapper .content p {
    font-size: 1.125rem;
  }
}
#serviceWallSection .wallContentWrapper .content ul {
  padding-left: 1.125rem;
  margin-top: 1rem;
}
#serviceWallSection .wallContentWrapper .content ul li {
  font-weight: 300;
  list-style: disc;
}
@media (min-width: 1024px) {
  #serviceWallSection .wallContentWrapper .content ul li {
    font-size: 1.125rem;
  }
}
#serviceWallSection .wallContentWrapper .content ul li::marker {
  color: #038e83;
}
#serviceWallSection .wallContentWrapper .content .more {
  display: block;
  margin-top: 1rem;
  color: #038e83;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 1024px) {
  #serviceWallSection .wallContentWrapper .content .more {
    font-size: 1.424rem;
  }
}
#serviceWallSection .wallContentWrapper .content .more::before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0.5rem;
  background-color: #038e83;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#serviceWallSection .wallContentWrapper .imageDiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 450px;
  border-radius: 15px;
  background-position: center;
}
@media (min-width: 1024px) {
  #serviceWallSection .wallContentWrapper .imageDiv {
    width: 100%;
  }
}
#serviceWallSection .wallContentWrapper .imageDiv .contents {
  padding: 1rem;
  background: linear-gradient(to right top, #00aea0, #01a89a, #01a295, #029c8f, #02968a, #029186, #028d82, #02887e, #01847a, #018076, #007c73, #00786f);
}
@media (min-width: 768px) {
  #serviceWallSection .wallContentWrapper .imageDiv .contents {
    max-width: 530px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 1rem;
  }
}
#serviceWallSection .wallContentWrapper .imageDiv .contents .title {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}
#serviceWallSection .wallContentWrapper .imageDiv .contents .subHeading {
  margin: 0;
  font-weight: 300;
  color: #fdfbfa;
  margin-top: 0.5rem;
  padding-bottom: 0;
}
#serviceWallSection .solution {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#serviceWallSection .solution .title {
  margin: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #serviceWallSection .solution p {
    font-size: 1.125rem;
  }
}