/* Base Css Start  */
/* Custom Fonts Linking  */
@font-face {
  font-family: robotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: robotoMedium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: robotoBold;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Grold-Regular;
  src: url(../fonts/Grold-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: gBold;
  src: url(../fonts/Grold-Bold.otf);
}
@font-face {
  font-family: gExtraBold;
  src: url(../fonts/Grold-ExtraBold.ttf);
}
@font-face {
  font-family: gBlack;
  src: url(../fonts/Grold-Black.ttf);
}
@font-face {
  font-family: cremonaRegular;
  src: url(../fonts/FontsFree-Net-Cremona.ttf);
}
@font-face {
  font-family: quickSandBold;
  src: url(../fonts/Quicksand-Bold.ttf);
}
@font-face {
  font-family: norkis;
  src: url(../fonts/NRKIS.ttf);
}

body {
  font-family: robotoRegular;
  font-weight: normal;
  font-style: normal;
  overflow-y: scroll !important;
  padding-right: 0 !important;
}
body.modal-open {
  padding-right: 0 !important;
}

.fix {
  overflow: hidden;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #6c7e9a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0px;
  color: #044560;
  font-family: gExtraBold;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  font-size: 16px;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

span,
a {
  display: inline-block;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div[data-relative="yes"] {
  position: relative;
}
.vh-100 {
  min-height: 700px !important;
  height: 100vh !important;
}
/* Base Css End */

/* css animation css start  */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg) translateY(-10px);
    transform: rotate(0deg) translateY(-10px);
  }
  to {
    -webkit-transform: rotate(359deg) translateY(-10px);
    transform: rotate(359deg) translateY(-10px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg) translateY(-10px);
    transform: rotate(0deg) translateY(-10px);
  }
  to {
    -webkit-transform: rotate(359deg) translateY(-10px);
    transform: rotate(359deg) translateY(-10px);
  }
}

@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg) translateY(-50px);
    transform: rotate(0deg) translateY(-50px);
  }
  to {
    -webkit-transform: rotate(359deg) translateY(-50px);
    transform: rotate(359deg) translateY(-50px);
  }
}

@keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg) translateY(-50px);
    transform: rotate(0deg) translateY(-50px);
  }
  to {
    -webkit-transform: rotate(359deg) translateY(-50px);
    transform: rotate(359deg) translateY(-50px);
  }
}
@-webkit-keyframes rotation3 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation3 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* css animation css end */

/* page loader css start  */

.loader3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
}

.loader3 span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #209cca;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* page loader css end */

/* header css start  */

.header-area {
  padding: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 97;
}

.header-area.fixed-header,
.header-area.fixed_header {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(221, 221, 221, 0.42);
  box-shadow: 0 5px 10px rgba(221, 221, 221, 0.42);
}

/* .sticky-show {
  display: none;
} */

.header-area.fixed-header .sticky-show,
.header-area.fixed_header .sticky-show {
  display: block;
}

.header-area.fixed-header .normal-show,
.header-area.fixed_header .normal-show {
  display: none;
}

.main-menu a {
  font-size: 18px;
  line-height: 21px;
  color: rgba(32, 156, 202, 0.4);
  font-family: robotoMedium;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

.header-area.fixed-header .main-menu a,
.header-area.fixed_header .main-menu a {
  color: rgba(32, 156, 202, 0.4);
}

.main-menu a:hover,
.main-menu li.active a {
  color: #044560;
}

.header-area.fixed-header .main-menu a:hover,
.header-area.fixed-header .main-menu li.active a,
.header-area.fixed_header .main-menu a:hover,
.header-area.fixed_header .main-menu li.active a {
  color: #209CCA !important;
}

.main-menu li {
  margin-right: 28px;
}

.btn.contact-btn {
  width: 152px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: -o-linear-gradient(349.31deg, #FFFFFF 5.35%, #f4f4f4 98.29%);
  background: linear-gradient(100.69deg, #FFFFFF 5.35%, #f4f4f4 98.29%);
  -webkit-box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.16);
  box-shadow: 0px 2px 15px rgba(122, 122, 122, 0.146);
  border-radius: 15px;
  font-size: 17px;
  text-align: center;
  color: #044560;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 700;
  position: relative;
  border: 0;
}

.btn.contact-btn:hover {
  color: #fff !important;
}

.header-area.fixed-header .btn.contact-btn,
.header-area.fixed_header .btn.contact-btn {
  background: -o-linear-gradient(349.31deg, #FCA004 5.35%, #FF7471 98.29%);
  background: linear-gradient(100.69deg, #FCA004 5.35%, #FF7471 98.29%);
  -webkit-box-shadow: 0px 5px 15px rgba(254, 138, 57, 0.4);
  box-shadow: 0px 5px 15px rgba(254, 138, 57, 0.4);
  color: #fff;
}

.btn.contact-btn:hover {
  color: #FB725B;
}

/* header css ends  */

/* hero-area css start  */
.hero-area {
  background-size: cover;
  background-position: center bottom;
  width: calc(100% + 2px);
  height: 735px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero-area .container {
  position: relative;
  z-index: 1;
}
.header-shape {
  width: 100%;
  position: absolute;
  background: #e8f9ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 60%);
  top: 0;
  left: 0;
  height: 540px;
}
.custom-header-shape {
  height: 280px !important;
}

.hero-content-wrapper h1 {
  font-size: 60px;
  line-height: 108%;
  letter-spacing: -0.04em;
  color: #044560;
  margin-bottom: 20px;
}
.hero-content-wrapper h1 span,
.hero-content-wrapper h1 strong {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.hero-content-wrapper h1 strong {
  /* color: #fff; */
}
.hero-content-wrapper h1 span::after,
.hero-content-wrapper h1 strong::after {
  width: 100%;
  height: 76%;
  /* background: #f2f2f2; */
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.hero-content-wrapper p {
  font-size: 20px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 40px;
}
.hero-content-wrapper h1 strong::after {
  /* background: #fc9e0b; */
}

.single-link {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #044460;
  text-decoration: none;
  position: relative;
  font-family: robotoMedium;
}
.single-link::after {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #044460;
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
}
.twin-btn .single-link {
  margin-left: 24px;
  padding: 16px 0;
}
.single-link:hover {
  color: #044460;
}

.hover-content {
  position: absolute;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 370px;
  top: 100%;
  padding: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.hover-content p {
  font-size: 17px;
  line-height: 110%;
  color: #044560;
  margin: 0;
}
.hover-content p span {
  display: block;
  background: #fff7db;
  border: 1px dashed #95551b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 7px;
  color: #044560;
  padding: 5px;
}
.single-link:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.h-right-img {
  max-width: 450px;
  -webkit-animation: upDown 8s infinite linear;
  animation: upDown 8s infinite linear;
}
.el-1.position-absolute {
  top: -10px;
  right: -130px;
  width: 58px;
}
.el-2.position-absolute {
  right: -110px;
  bottom: 163px;
  width: 67px;
  -webkit-animation: rotation3 8s infinite linear;
  animation: rotation3 8s infinite linear;
}
.hmm-1 {
  position: absolute;
  bottom: -184px;
  right: -100px;
  text-align: center;
}
.hmm-1 img {
  width: 240px;
  position: relative;
  -webkit-animation: 1;
  animation: 1;
}
.hmm-1::after {
  -webkit-box-shadow: 0 0 20px #032f4296;
  box-shadow: 0 0 20px #032f4296;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.anm-rect.position-absolute {
  height: 80%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.h-1.position-absolute {
  left: 0;
  top: 109px;
  width: 145px;
}
.h-2.position-absolute {
  bottom: 140px;
  left: -117px;
  -webkit-animation: rotation3 3s infinite linear;
  animation: rotation3 3s infinite linear;
}
.h-3.position-absolute {
  bottom: 20px;
  left: -85px;
  height: 22px;
}
.h-4.position-absolute {
  bottom: -25px;
  right: -245px;
  width: 21px;
}
.h-5.position-absolute {
  right: -172px;
  top: 33%;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}

/* scroll-down css start  */
.scrolldown-wrapper {
  left: 10px;
  position: absolute;
  text-align: center;
  bottom: -110px;
  z-index: 1;
  cursor: pointer;
}

.scrolldown {
  border: 2px solid #044560;
  border-radius: 30px;
  height: 40px;
  margin: 0 auto 8px;
  text-align: center;
  width: 26px;
  position: relative;
}
.scrolldown a {
  display: inline-block;
}

.scrolldown .dwn-arw {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  width: 11px;
}
.scrolldown-p1,
.scrolldown-p2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: scrolldown;
  animation-name: scrolldown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  fill: #ff8000;
}

.scrolldown-p2 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}

.go-next-section {
  position: absolute;
  top: -94px;
  width: 110px;
  left: calc(100% - 5px);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* scroll-down css end */
.hero-right-image-wrap {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
/* hero-area css end */

/* d-area css start  */
.d-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.d-item {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30.89%, #effcff),
    color-stop(98.01%, rgba(244, 244, 244, 0.19))
  );
  background: -o-linear-gradient(
    top,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  background: linear-gradient(
    180deg,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  border-radius: 20px;
  position: relative;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-s {
  position: absolute;
  top: -60px;
  left: -76px;
  width: 272px;
}
.d-item h4 {
  position: relative;
  z-index: 1;
  font-family: robotoMedium;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.d-item h4 span {
  font-size: 17px;
}
.d-area {
  padding-top: 124px;
}
.d-inner {
  position: relative;
  z-index: 1;
}
.d-inner img {
  max-width: 136px;
  margin-top: 8px;
}
/* d-area css end */

/* twin-area css start  */
.sec-padding {
  padding: 55px 0;
}
.sec-content h3 {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 20px;
}

.img-g-1.position-absolute {
  bottom: -80px;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 1;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}
.sec-img img {
  max-width: 100%;
}
.img-g-2.position-absolute {
  bottom: 5px;
  right: 24px;
  width: 150px;
  height: 150px;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}

.section-title h2 {
  font-size: 44px;
  margin-bottom: 10px;
  line-height: 1;
}
.section-title {
  margin-bottom: 50px;
}
.sv-list li {
  color: #6c7e9a;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}
.sv-list li::before {
  content: "";
  background-image: url(../img/ok-sign.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 5px;
}
.twin-area.sec-padding {
  padding-top: 50px;
  padding-bottom: 115px;
}

.scrolldown-wrapper.position-unset {
  position: unset;
  text-align: left;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.scrolldown-wrapper.position-unset .scrolldown {
  margin-left: 0;
}
.sec-content p:not(:last-child) {
  margin-bottom: 15px;
}
.scrolldown-wrapper.position-unset .scrolldown {
  margin-left: 0;
  border-color: #c4c4c4;
}

.el-3.position-absolute {
  right: 0;
  width: 65px;
  top: -124px;
  -webkit-animation: upDown 6s infinite linear;
  animation: upDown 6s infinite linear;
}
.el-4.position-absolute {
  left: 0;
  top: 380px;
  width: 82px;
  -webkit-animation: upDown 4s infinite linear;
  animation: upDown 4s infinite linear;
}
.v-line-1.position-absolute {
  left: 75px;
  width: 21px;
  top: 75px;
}
.v-line-2.position-absolute {
  right: 75px;
  top: 65px;
}
/* twin-area css end */

/* review-area css start  */
.single-review {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30.89%, #effcff),
    color-stop(98.01%, rgba(244, 244, 244, 0.19))
  );
  background: -o-linear-gradient(
    top,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  background: linear-gradient(
    180deg,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  border-radius: 20px;
  padding: 40px;
  margin: 0 15px;
}

.dot-design .slick-dots li {
  display: inline-block;
}
.dot-design .slick-dots {
  text-align: center;
  margin-top: 25px;
}
.dot-design .slick-dots li button {
  background: #cce3de;
  border: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.dot-design .slick-dots li.slick-active button {
  background: #00b934;
}
.slick-dots li button:before {
  content: none !important;
}
.reviewer {
  color: #044560;
  font-size: 14px;
  font-family: robotoBold;
}
.review-sign img {
  max-width: 100px;
}
.review-sign {
  margin-top: 8px;
}
.rv-text {
  min-height: 260px;
  margin-bottom: 25px;
}
.btn {
  overflow: hidden;
}
.btn.box-btn {
  background-image: -o-linear-gradient(
    349.31deg,
    #fca004 5.35%,
    #ff7471 98.29%
  );
  background-image: linear-gradient(100.69deg, #fca004 5.35%, #ff7471 98.29%);
  -webkit-box-shadow: 0px 5px 15px rgba(254, 138, 57, 0.4);
  box-shadow: 0px 5px 15px rgba(254, 138, 57, 0.4);
  border-radius: 15px;
  font-size: 17px;
  color: #fff;
  padding: 16px 35px;
  position: relative;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  overflow: hidden;
  border: 1px solid transparent;
}
.btn.box-btn img {
  width: 16px;
  margin-left: 10px;
}

.btn::after {
  content: "";
  background-image: -o-linear-gradient(
    349.31deg,
    #ff7471 5.35%,
    #fca004 98.29%
  );
  background-image: linear-gradient(100.69deg, #ff7471 5.35%, #fca004 98.29%);
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: -100%;
  left: 50%;
  z-index: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.btn-hvr-bg {
  position: relative;
  z-index: 1;
}
.btn:hover:after {
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 1;
  visibility: visible;
}

.line.position-absolute {
  bottom: 0;
  right: 0;
  max-height: 65px;
  width: 62%;
}
.review-area.position-relative {
  padding-bottom: 90px;
}
.box-btn:hover {
  color: #fff !important;
}
/* review-area css end */

/* output-area css start  */

.output-subject {
  background: rgba(194, 255, 255, 0.5);
  border-radius: 16px;
  padding: 20px;
}
.output-subject .lf h4 {
  font-size: 22px;
  line-height: 160%;
  color: #484b51;
  font-family: robotoMedium;
  margin-bottom: 10px;
}
.output-subject {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 130px;
  grid-template-columns: auto 130px;
  grid-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.output-subject.bg-2 {
  background: rgba(194, 211, 255, 0.5);
}
.output-subject.bg-3 {
  background: rgba(255, 242, 194, 0.5);
}
.output-subject.bg-4 {
  background: rgba(225, 194, 255, 0.5);
}
.output-subject.bg-5 {
  background: rgba(255, 205, 194, 0.5);
}
.rw-type-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.rw-type-one {
  max-width: 930px;
  margin-left: auto;
  margin-bottom: 40px;
}
.lr p {
  color: #484b51;
  font-size: 14px;
}
.lr p img {
  width: 18px;
  margin-right: 3px;
  margin-top: -5px;
}
.liked-progress {
  width: 100%;
  height: 4px;
  background: #000000c4;
  position: relative;
  margin-top: 10px;
}
.liked-progress span {
  position: absolute;
  width: 80%;
  height: 100%;
  background: #fd0903;
  left: 0;
  top: 0;
  bottom: 0;
}
.liked-progress.p-100 span {
  width: 100%;
}
.rw-type-one.type-2 {
  margin-left: 0;
}
.output-content {
  margin-top: -100px;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  margin-bottom: 60px;
}
.output-area {
  padding-top: 80px;
  padding-bottom: 20px;
}

.dicision p {
  color: #6c7e9a;
  margin-bottom: 30px;
}
.btn.style-3 {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 17px 24px;
}
.btn.style-3 .gredient-text {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fca004),
    to(#ff7471)
  );
  background: -o-linear-gradient(left, #fca004, #ff7471);
  background: linear-gradient(to right, #fca004, #ff7471);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.note-p {
  color: #044560;
  font-family: robotoBold;
}
.note-p span {
  position: relative;
  display: inline-block;
}
.note-p span::after {
  width: 100%;
  height: 70%;
  -webkit-transform: ;
  -ms-transform: ;
  transform: ;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffcbcb;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
}
.note-p span.success-bg::after {
  border: ;
  background: #beffa7;
}
/* output-area css end */

/* program-area css start  */

.position-absolute.program-bg {
  width: 100%;
  top: 0;
}
.program-area {
  padding-top: 160px;
  padding-bottom: 48px;
}
.program-area .container {
  position: relative;
}
.single-program {
  background: #ffffff;
  border: 1px solid #fff0d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 35px;
  position: relative;
}

.sq-1.position-absolute {
  left: -58px;
  bottom: -26px;
  width: 115px;
}
.cross-2.position-absolute {
  left: -74px;
  bottom: -35px;
  width: 21px;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}
.twin-area.sec-padding.plc-2 {
  margin-bottom: 75px;
}
.diamond-1.position-absolute {
  right: -80px;
  bottom: -80px;
  width: 24px;
}

.pro-text {
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
}
.pro-text p {
  font-size: 20px;
  color: #044560;
}
.pro-text h4 {
  font-size: 28px;
  font-family: robotoBold;
  margin-bottom: 16px;
}
/* program-area css end */

/* faq-area css start  */
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #c4c4c4;
}
.accordion-item {
  border: 0;
  border-top: 1px solid #c4c4c4;
  border-radius: 0 !important;
  background-color: transparent;
}
.accordion-button {
  font-size: 22px;
  font-family: robotoMedium;
  color: #044560 !important;
  padding: 20px 0;
  background: transparent;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.accordion-button::after {
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  left: -40px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
}
.accordion-button[aria-expanded="true"]::after {
  background-image: url(../img/minus.svg);
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.faq-area {
  position: relative;
  background-size: cover;
  background-position: center top;
  padding: 150px 0;
  padding-bottom: 130px;
}
#accordionExample {
  margin-left: 415px;
  margin-top: -100px;
}
.accordion-button:not(.collapsed) {
  color: #484b51;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-body {
  padding: 0;
  padding-bottom: 20px;
}

.center-text p {
  margin-bottom: 55px;
  color: #6c7e9a;
  line-height: 28px;
  margin-top: 25px;
}
.center-text p a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #044560;
  font-size: 20px;
  font-family: robotoBold;
}
.center-text p a:hover {
  color: #fc9e08;
}
.info-bg {
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 65px;
}
.fq-tn-1.position-absolute {
  bottom: -129px;
  left: 0;
  width: 235px;
  z-index: 1;
}
.fq-sq-1.position-absolute {
  left: 105px;
  width: 135px;
  top: 390px;
}
.fq-cross-1.position-absolute {
  top: 640px;
  width: 21px;
  left: -85px;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}
.fq-mask-1.position-absolute {
  top: 735px;
  left: -68px;
}
/* faq-area css end */

/* footer css start  */
.footer-area {
  background: -o-linear-gradient(270.29deg, #fac648 -24.76%, #fb725b 85.59%);
  background: linear-gradient(179.71deg, #fac648 -24.76%, #fb725b 85.59%);
  position: relative;
  padding-top: 175px;
  padding-bottom: 60px;
}
.footer-g-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-bottom: 40px;
  grid-gap: 30px;
}
.ft-links a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 19px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ft-links a:hover {
  text-decoration: underline;
}
.footer-widget p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer-widget h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
  font-family: quickSandBold;
}

.subcribe-form p {
  font-size: 15px;
  font-family: robotoMedium;
  margin-bottom: 14px;
  line-height: 18px;
}
.input-box input {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  color: #898989;
  font-size: 16px;
  padding-right: 115px;
}
.input-box {
  position: relative;
}
.input-box button {
  position: absolute;
  right: 0;
  background: -o-linear-gradient(349.31deg, #fce304 5.35%, #ffc6c5 98.29%);
  background: linear-gradient(100.69deg, #fce304 5.35%, #ffc6c5 98.29%);
  border-radius: 50px;
  height: 100%;
  border: 0;
  width: 110px;
  z-index: 1;
}
.subcribe-form {
  margin-top: 70px;
}
.copyright-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  text-align: center;
}
.copyright-wrapper p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.social-link li a img {
  width: 30px;
  height: 30px;
}
.social-link li a {
  display: inline-block;
  margin-right: 22px;
}
.social-link {
  margin-top: 32px;
}
.info-bottom-shape {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 105px;
}
.ft-s-1.position-absolute {
  top: -142px;
  left: 178px;
  width: 21px;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}
.ft-s-2.position-absolute {
  left: -193px;
  bottom: 85px;
  width: 72px;
}
.ft-s-3.position-absolute {
  width: 231px;
  left: 200px;
  bottom: 51px;
  opacity: 0.6;
}
.ft-s-4.position-absolute {
  right: 156px;
  bottom: -30px;
  width: 72px;
}
.contents-wrapper {
  position: relative;
  z-index: 1;
}
.input-box button img {
  width: 23px;
}
/* footer css end */

/* popup-css start  */
.modal-dialog.max-598 {
  max-width: 598px;
}
.modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 34px 34px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.input-inside input,
.input-inside textarea {
  border: 1px solid #d3e2eb;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  transition: 0.3s;
}
.input-inside textarea {
  height: 160px;
  padding: 10px 15px;
}
.input-inside input::-moz-placeholder,
.input-inside textarea::-moz-placeholder {
  color: #044560;
  opacity: 1;
}
.input-inside input::-webkit-placeholder,
.input-inside textarea::-webkit-placeholder {
  color: #044560;
  opacity: 1;
}
.input-inside label {
  font-size: 16px;
  line-height: 160%;
  color: #6c7e9a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 4px;
  left: 15px;
  display: block;
  transition: 0.3s;
}
.input-inside {
  position: relative;
  margin-bottom: 14px;
}
.input-inside input:focus + label,
.input-inside textarea:focus + label,
.input-inside.filled label {
  top: 0;
  font-size: 12px;
}

.input-inside textarea + label {
  top: 24px;
}
.input-inside input:focus,
.input-inside textarea:focus {
  border: 2px solid #209cca;
}
.contact-popup-content h3 a {
  font-size: 38px;
  line-height: 110%;
  letter-spacing: 0.04em;
  color: #044560;
  text-decoration: none;
}
.contact-popup-content h3 span {
  display: block;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #6c7e9a;
  font-family: robotoRegular;
  margin-bottom: 10px;
}
.contact-popup-content h3 {
  text-align: center;
  font-family: robotoMedium;
  margin-bottom: 0;
}
.or {
  text-align: center;
  position: relative;
  margin-bottom: 8px;
  margin-top: 8px;
}
.or span {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #6c7e9a;
  background: #fff;
  padding: 0 6px;
  position: relative;
  z-index: 1;
  font-family: robotoRegular;
}
.or::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #6c7e9a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-popup-content p {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #6c7e9a;
}

.twin-input-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
.contact-form {
  margin-top: 25px;
}
.modal .btn-close {
  right: 30px;
  position: absolute;
  top: 25px;
  opacity: 14;
  z-index: 1;
}
.modal-body {
  padding: 40px;
}

.btn.box-btn.send-btn .btn-hvr-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn.box-btn.send-btn {
  width: 150px;
  margin-top: 15px;
}

.requirement-rw {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  border-bottom: 1px solid #d3e2eb;
  padding-bottom: 20px;
  margin-bottom: 22px;
  padding-top: 10px;
}
.requiremnt-item {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 5px;
}
.requiremnt-item p {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #044560;
}
.requiremnt-item p strong {
  display: block;
}
.requiremnt-item img {
  max-width: 100%;
}
.md-title {
  color: #044560;
  font-family: robotoMedium;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 15px;
}
.important-note p {
  color: #044560;
  font-size: 15px;
}
.important-note h2 {
  text-align: center;
  font-family: robotoBold;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1.4;
}
.dn-crud-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.dn-crud-btn .btn.box-btn {
  padding: 11px 15px;
  text-align: center;
}
.dn-crud-btn .btn.box-btn.gray-bg {
  background: linear-gradient(100.69deg, #d3e2eb 5.35%, #d3e2eb 98.29%);
  box-shadow: none;
}
.btn.box-btn.send-btn.download-btn {
  width: 255px;
  padding-left: 25px;
  padding-right: 25px;
}
.md-title.bb {
  font-size: 30px;
}
/* popup-css end */

/* extra css start  */
/* mobile-menu css start  */
.mobile-menu-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  background: #ff9d1d;
  z-index: 99;
  height: 100vh;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-menu-wrapper.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.close-mobile-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  padding-top: 15px;
}
.close-mobile-menu i {
  font-size: 30px;
  color: #fff;
}
.overlay2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  cursor: pointer;
}
.overlay2.show {
  opacity: 0.5;
  visibility: visible;
}

.mobile-menu {
  padding: 20px;
  padding-top: 60px;
}
.mobile-menu li a {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu li a:hover {
  color: #fff;
}
.mobile-menu li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
/* mobile-menu css end */

.back-to-top {
  position: fixed !important;
  right: 30px;
  bottom: 0;
  color: #fff;
  /* display: block; */
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #ffae00;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.back-to-top:hover {
  background-color: #209cca;
  color: #fff;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.mobile-bar {
  background: transparent;
  border: 0;
  color: #ff9d1d;
  margin-right: 15px;
}
.mobile-bar i {
  font-size: 30px;
  vertical-align: middle;
}
.program-img {
  margin-bottom: 10px;
}
.service-area {
  padding-bottom: 95px;
}
/* extra css end */

/* about page css start  */
.hero-area.design-2 {
  background: #fff;
}
.design-two-gradient-bg {
  position: absolute;
  width: 100%;
  height: 735px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(8.88%, rgba(88, 200, 225, 0)),
    color-stop(127.91%, rgba(88, 200, 225, 0.72))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(88, 200, 225, 0) 8.88%,
    rgba(88, 200, 225, 0.72) 127.91%
  );
  background: linear-gradient(
    360deg,
    rgba(88, 200, 225, 0) 8.88%,
    rgba(88, 200, 225, 0.72) 127.91%
  );
  top: 0;
  left: 0;
  right: 0;
}
.elipse-1.position-absolute {
  right: 0;
  top: 0;
  max-width: 100%;
}
.tertiary-title {
  font-size: 28px;
  color: #00b934;
  font-family: robotoBold;
  line-height: 139.5%;
  margin-bottom: 28px;
}
.about-para p {
  color: #044560;
}
.about-para p:not(:last-child) {
  margin-bottom: 24px;
}
.hero-area.design-2 {
  height: auto;
  padding-top: 165px;
  padding-bottom: 80px;
}
.page-title h2 {
  /* color: #fff; */
  font-size: 44px;
  margin-bottom: 10px;
}
.page-title {
  min-height: 110px;
  margin-bottom: 95px;
}
.mission-blk.position-relative {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30.89%, #effcff),
    color-stop(98.01%, rgba(244, 244, 244, 0.19))
  );
  background: -o-linear-gradient(
    top,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  background: linear-gradient(
    180deg,
    #effcff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  border-radius: 20px;
  padding: 20px;
  padding-left: 460px;
  min-height: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mission-blk p {
  color: #044560;
}
.mission-blk h5 {
  font-size: 22px;
  line-height: 26px;
  color: #7c81f3;
  font-family: robotoBold;
  margin-bottom: 10px;
}
.laptop.position-absolute {
  left: 0;
  bottom: -89px;
}
.hero-area.design-2 .hmm-1 {
  top: 98px;
  bottom: auto;
  right: 110px;
}
.hero-area.design-2 .hmm-1 img {
  max-width: 190px;
}
.hero-area.design-2 .bg-shape-1 {
  top: -48px;
}
.laptop-bg.position-absolute {
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.laptop-img.position-absolute {
  left: 0;
  bottom: -8px;
}
.laptop-img.position-absolute {
  left: -28px;
  bottom: -33px;
}
.laptop-img.position-absolute img {
  max-width: 470px;
}
.about-para {
  margin-bottom: 120px;
}
.triangle.position-absolute {
  right: 313px;
  top: 212px;
  width: 65px;
  -webkit-animation: rotation3 8s infinite linear;
  animation: rotation3 8s infinite linear;
}
.times-1.position-absolute {
  top: 130px;
  left: 65%;
  width: 33px;
  height: 33px;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}
.times-2.position-absolute {
  right: 60px;
  top: 238px;
  width: 33px;
  -webkit-animation: rotation2 10s infinite linear;
  animation: rotation2 10s infinite linear;
}
.sp-1.position-absolute {
  right: 0;
  bottom: 380px;
  width: 65px;
  -webkit-animation: upDown 6s infinite linear;
  animation: upDown 6s infinite linear;
}
.sp-2.position-absolute {
  left: 0;
  bottom: 0;
  -webkit-animation: upDown 6s infinite linear;
  animation: upDown 6s infinite linear;
}
.sp-3.position-absolute {
  left: 350px;
  bottom: 301px;
  width: 50px;
}
.hero-area.design-2 .h-1 {
  top: 109px;
  max-width: 128px;
}
/* about page css end */

/* press page css start  */

.bk-rw {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 30px auto;
  grid-template-columns: 300px auto;
  grid-gap: 30px;
}
.bk-img img {
  max-width: 100%;
  width: 100%;
}
.date-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.date-rw div {
  font-size: 16px;
  font-family: robotoMedium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date-rw .date {
  color: #a28efe;
  margin-right: 12px;
}
.date-rw .date img {
  width: 17px;
  margin-right: 5px;
}
.date-rw .recent img {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
}
.bk-content h4 {
  font-size: 22px;
  font-family: robotoBold;
  color: #044560;
  margin-bottom: 10px;
}
.bk-content p {
  margin-bottom: 15px;
}
.btn.box-btn.read-more {
  width: 140px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  border: 0;
}

.tertiary-title.in-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.tertiary-title.in-two img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 28px;
}

.bk-wrapper .bk-rw:not(:last-child) {
  margin-bottom: 80px;
}
.line-5.position-absolute {
  right: 0;
  bottom: -40px;
  width: 50%;
  z-index: 1;
  -webkit-transform: rotateZ(1deg);
  -ms-transform: rotate(1deg);
  transform: rotateZ(1deg);
}
.sp-3.plc-2.position-absolute {
  bottom: 488px;
  left: 275px;
}
#componentWrapper .player_progress,
#componentWrapper .player_mediaTime_current,
#componentWrapper .controls_toggle,
#componentWrapper .player_mediaTime_total,
#componentWrapper .volume_seekbar,
#componentWrapper .player_volume {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#componentWrapper {
  overflow: hidden;
  max-width: 565px;
}
/* press page css end */

/* press-inner page css start  */
.dn-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.b-design {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #6c7e9a;
  background: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.b-design:hover {
  color: #209cca;
}
.b-design img {
  margin-right: 2px;
  max-height: 15px;
}

.dt.b-design {
  background: transparent;
  padding-left: 0;
}
.pni-content-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  padding-bottom: 0;
}
.pni-content-wrapper p {
  margin-bottom: 26px;
  color: #044560;
  font-size: 18px;
}
.pni-content-wrapper p strong.red {
  color: #f08080;
}
.sp-3.plc-3.position-absolute {
  left: 32px;
  bottom: 40%;
}
.rn-dn button {
  margin-left: 10px;
}
.pni-content-wrapper p strong.green {
  color: #16b055;
  display: inline;
}
.about-content.press-inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.lp-image {
  text-align: center;
}
.audio-text {
  background: #f1f3f4;
  border-radius: 15px;
  padding: 30px;
}
.audio-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.audio-box h6 {
  text-align: center;
  font-family: robotoRegular;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.audio-box {
  margin-bottom: 45px;
}

.audio-text {
  background: #f1f3f4;
  border-radius: 15px;
  padding: 30px;
}
.audio-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.audio-box h6 {
  text-align: center;
  font-family: robotoRegular;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.audio-box {
  margin-bottom: 45px;
}
.fq-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}
.fq-list li {
  color: #044560;
  font-size: 18px;
  margin-bottom: 5px;
}
.fq-list ul {
  list-style: circle;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tertiary-title.c2 {
  color: #044560;
}
/* press-inner page css end */

/* app-works page css start  */

.step-wrapper {
  text-align: center;
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}

.stepp,
.read-more-type-2 {
  font-size: 20px;
  line-height: 139.5%;
  color: #ff8000;
  font-family: robotoMedium;
  background: #f8f8f8;
  border: 1px dashed #dcdcdc;
  box-sizing: border-box;
  border-radius: 54px;
  width: 110px;
  height: 46px;
  text-align: center;
}

.read-more-type-2 {
  width: 128px;
  line-height: 44px;
  text-decoration: underline;
  font-size: 18px;
  color: #0984b9;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
}

.read-more-type-2:hover {
  background-color: #ff8000;
  color: #fff;
}

.step-content h3 {
  font-size: 24px;
  line-height: 139.5%;
  color: #044560;
  font-family: robotoMedium;
  margin-bottom: 10px;
}

.step-content p {
  color: #044560;
}

.expandable-text {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.expandable-text p {
  margin-top: 15px;
}

.stepp {
  cursor: auto !important;
}

.step-numeric {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.step-numeric img {
  max-width: 12px;
  margin-bottom: 10px;
}

.step-content {
  margin-bottom: 12px;
}

.step-wrapper .box-btn {
  margin-top: 35px;
}

.step-content .read-more-type-2 {
  margin-top: 15px;
}

.video-content-wrapper {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-middle-image img {
  max-width: 100%;
}

.video-middle-image {
  position: relative;
}

.v-l {
  position: absolute;
  right: calc(100% + 4px);
  width: 295px;
  top: 50%;
  transform: translateY(-50%);
}

.v-r {
  position: absolute;
  left: calc(100% + -10px);
  width: 346px;
  top: 50%;
  transform: translateY(-50%);
}

.hv-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 139.5%;
  text-align: center;
  color: #a47e3d;
  max-width: 75%;
  right: 0;
  margin: auto;
}

.v-r img {
  max-width: 100%;
}

.v-l img {
  max-width: 100%;
}

.v-l .hv-c {
  margin-right: ;
  padding-right: ;
  transform: translateX(-15px);
}

.v-r .hv-c {
  transform: translateX(27px);
}

.play-video {
  background: #ffffff;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 99px;
  right: 73px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.play-video img {
  width: 19px;
}

.video-area {
  padding-top: 10px;
  padding-bottom: 65px;
}

.rate-g-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.rate-item {
  position: relative;
}

.sq-6 {
  position: absolute;
  top: -40px;
  z-index: -1;
  width: 100px;
  left: -18px;
}

.rate-item h3 {
  font-size: 20px;
  line-height: 139.5%;
  color: #044560;
  font-family: robotoBold;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.rate-area {
  padding: 50px 0;
  padding-top: 90px;
}

.level-wrapper {
  padding: 40px 0 0 20px;
  position: relative;
}

.lv-content {
  max-width: 550px;
  margin-left: auto;
}
.lv-content p {
  line-height: 1.3;
  color: #6c7e9a;
  margin: 15px 0;
}
.lvl-title {
  font-size: 28px;
  line-height: 139.5%;
  color: #00b934;
  font-family: robotoBold;
  margin-bottom: 20px;
}

.step-numeric.absolute {
  position: absolute;
  bottom: calc(100% - 21px);
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.step-numeric.absolute .stepp {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(204, 232, 244, 0.3);
  border-radius: 54px;
  width: 162px;
}

.level-rw {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 15px 30px;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
  flex-shrink: 0;
  width: calc(100% - 55px);
}

.part_number {
  width: 140px;
  background: #363ded;
  border-radius: 12px 12px 4px 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 139.5%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -21px;
  padding: 5px 5px;
}

.lv-img img {
  width: 265px;
}
.lv-img {
  position: absolute;
  left: -45px;
  top: 25px;
}

.right-align {
  display: flex;
  padding-right: 18px;
  margin: 15px 0;
}

.right-align li {
  font-size: 25px;
  line-height: 119.5%;
  text-align: right;
  position: relative;
  color: #6c7e9a;
}

.right-align li:not(:first-child) {
  margin-right: 70px;
}

.right-align li::after {
  content: "";
  position: absolute;
  right: -18px;
  width: 8px;
  height: 8px;
  background: #6c7e9a;
  border-radius: 50%;
  top: 58%;
  transform: translateY(-50%);
}

.lvl-price {
  font-size: 32px;
  line-height: 139.5%;
  color: #044560;
  font-family: robotoBold;
  text-align: center;
  margin-bottom: 16px;
}

.lv-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.lv-list li {
  font-size: 20px;
  line-height: 180%;
  color: #000000;
  font-family: robotoMedium;
}

.lv-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 12px;
  color: #044560;
}

.level-rw.c2 .right-align li {
  color: #8ed4ea;
}

.level-rw.c3 .right-align li {
  color: #f7a1e0;
}

.level-rw.c4 .right-align li {
  color: #fb8c8d;
}

.lv-list.type-2 {
  display: block;
}

.lv-list.type-2 li {
  position: relative;
  padding-left: 24px;
}

.lv-list.type-2 li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #6c7e9a;
  border-radius: 50%;
  top: 14px;
}

.about-buying p {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #044560;
  margin-bottom: 30px;
}

.about-buying {
  text-align: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.level-area {
  position: relative;
  padding-bottom: 145px;
  padding-top: 20px;
}
.level-inner-wrapper .accordion-button {
  position: relative;
  display: inline-block;
  height: 42px;
  width: 42px;
  right: auto;
  background: #00b934;
  border-radius: 50%;
  top: auto;
  bottom: auto;
  text-align: center;
  line-height: 210%;
  padding: 0;
  color: #fff !important;
  margin-top: 28px;
  transition: 0.3s;
}
.level-inner-wrapper .accordion-button[aria-expanded="true"] {
  background: #d3e2eb;
  transform: rotate(-180deg);
}
.level-inner-wrapper .accordion-button::after {
  display: none;
  cursor: pointer;
}
/* review page css end */

/*validation form*/
.auto_popup .modal-dialog input,
.auto_popup .modal-dialog select {
  height: 54px;
  border: 2px solid #d3e2eb;
  border-radius: 10px;
  padding: 0 17px;
  font-family: robotoRegular;
}
.auto_popup .modal-dialog select option {
  font-family: robotoRegular;
}
.auto_popup .modal-dialog label {
  font-size: 15px;
  line-height: 160%;
  color: #6c7e9a;
  font-family: robotoRegular;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  cursor: text;
  transition: 0.3s;
  padding: 0 3px;
  background-color: #ffffff;
}
.auto_popup .modal-dialog .form-control:focus {
  box-shadow: none;
  border-color: #209cca;
}
/* .auto_popup .modal-dialog .form-control:focus + label {
  top: 0px !important;
  font-size: 12px !important;
} */
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-select:invalid:not([multiple]):not([size]) {
  border-color: #ff8d8d;
  background-image: url("../img/error.svg");
  background-size: 20px;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  box-shadow: none;
}
.auto_popup .modal-title {
  font-size: 38px;
  line-height: 110%;
  color: #044560;
  font-family: gBold;
}
.auto_popup .modal-title span {
  font-size: 18px;
  line-height: 150%;
  color: #6c7e9a;
  margin-left: 10px;
  font-family: robotoRegular;
  font-weight: 400;
}
.auto_popup .modal-body {
  padding: 20px 35px 35px;
}
.auto_popup .modal-header {
  padding: 30px 35px 0;
}
.auto_popup h6 {
  font-size: 18.8031px;
  line-height: 139.5%;
  color: #044560;
  font-family: robotoBold;
  font-weight: 500;
}
.auto_popup p,
.auto_popup ul li {
  font-size: 15.4849px;
  line-height: 139.5%;
  color: #000000;
  font-weight: 400;
}
.auto_popup ul li {
  position: relative;
  padding-left: 45px;
  margin-top: 1.3rem;
}
.auto_popup ul li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4eb872;
  left: 0;
  top: 2px;
}
.auto_popup ul li:nth-child(2)::before {
  background: #f8c93b;
}
.auto_popup ul li:nth-child(3)::before {
  background: #f2747a;
}
.auto_popup ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #c4c4c4;
  left: 26px;
  top: 9px;
}
.green {
  background: #beffa7;
}
.yellow {
  background: #f8c93b;
}
.pink {
  background: #ffcbcb;
}
.auto_popup .btn.box-btn {
  padding: 15px 25px;
  margin-top: 10px;
  font-family: robotoBold;
  font-weight: 500;
}
.auto_popup .btn-close:focus,
.auto_popup .btn-close:active {
  box-shadow: none;
}
.screening_area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  z-index: 1;
  position: relative;
  padding: 105px 0 105px;
}
.screening_area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(4, 69, 96, 0.54);
  z-index: -1;
}
.screen_box {
  background: #ffffff;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 10px 35px;
  margin-top: 15px;
}
.screen_box .progress {
  background: #d5ede6;
  border-radius: 6px;
  height: 10px;
}
.screen_box .progress.success .progress-bar {
  background: #15aa52;
  border-radius: 6px;
}
.screen_box .progress.blue .progress-bar {
  background: #209cca;
  border-radius: 6px;
}
.screen_box p {
  font-weight: 400;
  letter-spacing: 0.5px !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}
.text_box {
  border: 1px dashed #00b934;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 25px 20px;
}
.text_box span {
  line-height: 119.5%;
  color: #044560;
  font-family: Narkisim !important;
  font-size: 24px;
}
.text_box .highlight {
  background: #afffa2;
  border-radius: 10px;
  font-size: 24px;
}
.text_box p {
  margin-top: 15px;
  font-family: Narkisim !important;
}
.yiddishFont {
  font-family: Narkisim !important;
  font-weight: 400;
}
.screen_box h6 {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #044560;
  font-family: Grold-Regular;
  font-weight: 400;
}
.answer_box input {
  display: none;
}
.answer_box label {
  width: 304px;
  min-height: 40px;
  border: 1px solid #D3E2EB;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px auto 0;
  transition: 0.3s;
  cursor: pointer;
  color: #044560;
  font-size: 16px;
  padding: 5px 10px;
  font-family: Grold-Regular;
  font-weight: 400;
}
.answer_box .label-2 {
  letter-spacing: 0.5px !important;
  font-family: Roboto, sans-serif !important;
}

.answer_box label:hover {
  background: #d3e2eb;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}
.answer_box input:checked + label {
  color: #ffffff;
  background-color: #209cca;
  border-color: #209cca;
}
.oragne_text {
  color: #f2747a !important;
}
.screen_box .btn {
  width: 100%;
  max-width: 304px;
  padding: 10px 30px;
  font-weight: 400;
}
.close_btn {
  position: absolute;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  top: 120px;
  border-radius: 50%;
  background: #ffffff;
  right: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.tip {
  max-width: 179px;
  background: #ffffff;
  box-shadow: 0px 34px 34px rgba(0, 0, 0, 0.15);
  border-radius: 20px 0px 20px 20px;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  padding: 10px 15px;
  z-index: 100;
  position: absolute;
  display: inline-block;
  text-align: left;
}
.tip.btn_tip {
  right: 100px;
  top: 155px;
}
.page_overlay {
  position: fixed;
  top: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 69, 96, 0.54);
  z-index: 98;
}
.tip.v2 {
  left: calc(100% + 15px);
  top: 50%;
  border-radius: 0px 20px 20px 20px;
  min-width: 130px;
}
.tip.v2.answer_top {
  min-width: 170px;
}
.tip.v3 {
  top: auto;
  bottom: 95%;
  left: 70px;
  border-radius: 20px 20px 20px 0px;
}
.btn.understand_bg {
  position: absolute;
  white-space: nowrap;
  bottom: 0px;
  z-index: 100;
  left: 50%;
  transform-box: ;
  transform: translateX(-50%);
  border: 1px solid #fff;
}
.contact-popup-content .confirm_title {
  font-weight: 500;
  font-size: 38px;
  line-height: 110%;
  color: #044560;
  font-family: gBold;
}
.contact-popup-content .confirm_desc {
  font-size: 18px;
  line-height: 139.5%;
  color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 314px;
}
.button {
  border: 1px solid #d3e2eb;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #4eb872;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 13px 15px;
  margin-top: 30px;
  transition: 0.3s;
  font-family: Grold-Regular;
  font-weight: 400;
  max-width: 176px;
}
.button:hover {
  background-color: #4eb872;
  color: #ffffff;
  border-color: #4eb872;
}
.button.red_btn {
  color: #f2747a;
}
.button.red_btn:hover {
  background-color: #f2747a;
  color: #ffffff;
  border-color: #f2747a;
}
.btn-close:focus {
  box-shadow: none;
}
.confirm_desc.green_text {
  color: #4eb872;
  margin-top: 10px;
  max-width: 100%;
}

/* for fixed bottom in screening */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  max-width: 776px;
  width: 100%;
}
.fixed_bottom .screen_box {
  border-radius: 20px 20px 0 0;
  padding-bottom: calc(0.5rem + 10px);
}
.fixed_bottom .page_overlay {
  border-radius: 20px 20px 0 0;
}

/*custom update code*/

.custom-traingle {
  top: 115px !important;
  right: 2% !important;
}

.tertiary-custom-title {
  margin-top: 90px;
  margin-bottom: 15px;
  font-family: Grold-Regular;
}

.detail-box p {
  font-size: 22px;
  color: #044560;
  font-family: Grold-Regular;
}

.student-id {
  font-size: 18px;
  color: #007a22;
  background: #afffa2;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: Grold-Regular;
  border-radius: 14.8148px;
}

.correct-btn {
  padding: 4px 25px;
  font-size: 20px;
  font-family: Grold-Regular;
  margin: 30px 7px 0 7px;
  background: #fff;
}

.cr-border-one {
  border: 2px solid #77cf89;
  border-radius: 14.8148px;
  color: #18aa00;
}

.cr-border-two {
  border: 2px solid #ec8585;
  border-radius: 14.8148px;
  color: #dc3d3d;
}

.custom-radio-box {
  background: linear-gradient(
    180deg,
    #ffffff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  border: 1px solid #d3e2eb;
  border-radius: 20px;
  padding: 30px 30px 25px 30px;
}

.custom-radio-box h2 {
  font-size: 28px;
  color: #044560;
  text-align: right;
  font-family: norkis;
  margin-bottom: 10px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mr_15 {
  margin-right: 15px;
}

.tag-item {
  background: #ffffff;
  border: 1px solid #d3e2eb;
  border-radius: 5px;
  font-size: 15px;
  color: #6c7e9a;
  cursor: pointer;
  width: 135px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tag-item.active {
  border: 2px solid #dc3d3d;
  color: #044560;
}

.tag-item.active-two {
  border: 2px solid #18aa00 !important;
  color: #044560;
}

.tag-item.active {
  border: 2px solid #dc3d3d;
  color: #044560;
}

.tag-item.active-two {
  border: 2px solid #18aa00 !important;
  color: #044560;
}

.text-color {
  background: #afffa2;
  border: 1px solid #6ebd6e;
  border-radius: 10px;
}

.detail-padd-bottom {
  padding-bottom: 120px;
}

.detail-padd-bottom {
  padding-bottom: 120px;
}

.email_area {
  background-color: #e5e5e5;
  padding: 110px 12px 60px;
  overflow: hidden;
}

.email_box {
  background: #ffffff;
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.email_header {
  padding: 10px;
  background: linear-gradient(
    5.48deg,
    #58c8e1 0.13%,
    rgba(88, 200, 225, 0) 121.09%
  );
  height: 155px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.email_header::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -40px;
  background: #209cca;
  transform: rotate(-6.36deg);
  width: calc(100% + 30px);
  height: 155px;
  z-index: -1;
}

.email_area p {
  font-size: 18px;
  /* line-height: 120%; */
  color: #044560;
  /* font-family: Grold-Regular; */
  font-family: 'robotoBold';
}

.email_wrapper {
  max-width: 630px;
  padding: 0 12px;
}

.shape {
  position: absolute;
  left: -30px;
  bottom: -27px;
}

.email_body {
  padding: 20px 24px;
}

.border_bottom {
  border-bottom: 1px solid #d3e2eb;
  margin-top: 20px;
  margin-bottom: 20px;
}

.email_area p.text_lg {
  font-size: 22px;
  /* line-height: 120%; */
  color: #044560;
  font-family: 'robotoBold';
}

.email_area p.text_lg.std {
  background: #afffa2;
  border-radius: 10px;
  padding: 6px 10px;
  color: #007a22;
  display: inline-block;
  margin-top: 5px;
}

.email_content_box {
  background: #f8fcff;
  border: 1px solid #d3e2eb;
  border-radius: 20px;
  padding: 25px 20px;
  margin-top: 20px;
}

.email_content_box .correct-btn {
  font-size: 22px;
  margin-top: 20px;
}

.email_content_box .btn {
  font-family: gBold;
  padding: 12px 28px 10px;
  margin-top: 20px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 120%;
}

.black {
  color: #000000 !important;
}

.email_content_box.v2 {
  background: #fffff8;
  border: 1px solid #ebddd3;
}

.remark_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4eb7e2 !important;
}

.remark_title span {
  width: 15px;
  height: 2px;
  background-color: #cfaf70;
  display: inline-block;
}

.green_text {
  color: #18aa00 !important;
}

.btn_group {
  display: flex;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn_group li {
  padding-left: 3px;
  padding-right: 3px;
  max-width: 33.33%;
  flex-basis: 33.33%;
}

.btn_group li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-family: gBold;
  padding: 13px 9px 10px;
  background: #f86900;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.btn_group li:nth-child(2) a {
  background: #29bdba;
}

.btn_group li:nth-child(3) a {
  background: #f7f23b;
  color: #044560;
}

.btn_group li a:hover {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2) inset;
}

.red_text {
  color: #f2747a !important;
  margin-top: 45px;
}

.email_content_box .progress {
  background: #d3e2eb;
  border-radius: 0;
  height: 8px;
}

.ml_2 {
  margin-left: 2px;
}

.progress_wrapper p {
  font-size: 12px;
  margin: 8px 0;
}

.email_content_box .progress_wrapper .progress_text {
  font-family: robotoMedium;
}

.progress_text.beneficial {
  min-width: 127px;
}

.progress-bar.red {
  background: #f2747a;
}

.email_footer p,
.email_footer a {
  font-size: 15px;
  line-height: 100%;
  font-family: robotoRegular;
}

.email_footer a {
  text-decoration: none;
}

.blue_text {
  color: #0984b9 !important;
}

.menu_wrapper {
  position: sticky;
  top: 90px;
  z-index: 96;
}

.program_menu {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  display: inline-block;
  padding: 0 27px;
}

.program_menu li {
  display: inline-block;
  padding: 0 27px;
}

.program_menu li a {
  padding: 16px 0;
  font-size: 18px;
  line-height: 160%;
  color: #6c7e9a !important;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.program_menu li a.active,
.program_menu li a:hover {
  color: #044560 !important;
  border-color: #ff8000;
  text-shadow: 0 0 1px #044560;
}
/*.program_menu li a:focus{
  color: #044560;
  text-shadow: 0 0 1px #044560;
}*/
.pricing_box {
  background: #f5fcff;
  border: 1px dashed #bfe7f5;
  border-radius: 50px;
  padding: 0 100px;
}
.pricing_box .small_text {
  font-size: 14px;
  line-height: 160%;
  color: #044560;
  margin-top: 35px;
}
.pricing_box .btn.box-btn {
  font-size: 20px;
  padding: 12px 25px;
  font-weight: 700;
  margin-top: 15px;
}
.pricing_box h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 139.5%;
  color: #044560;
  font-family: robotoBold;
  margin-bottom: 0;
}
.pricing_box .title_top {
  color: #4d85c3;
  text-transform: uppercase;
  font-family: robotoBold;
}

/* review page css start  */

.rtg img {
  width: 18px;
}

.rtg {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.reviews-wrppper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 48px;
  margin-bottom: 30px;
}

.single-review-wrp {
  background: linear-gradient(
    180deg,
    #ffffff 30.89%,
    rgba(244, 244, 244, 0.19) 98.01%
  );
  border: 1px solid #d3e2eb;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
}

.single-review-wrp p {
  margin-bottom: 15px;
  font-size: 18px;
}

.revierer h4 {
  font-family: robotoRegular;
}

.designation {
  display: block;
  font-family: roboto;
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 300;
  margin-top: 5px;
}

/* review page css end */
.header-shape {
  width: 100%;
  position: absolute;
  background: #e8f9ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 60%);
  top: 0;
  left: 0;
  height: 540px;
}
.page-title h2 {
  color: #044560;
  font-size: 44px;
  margin-bottom: 10px;
} 

.h-right-img {
  max-width: 450px;
  -webkit-animation: upDown 8s infinite linear;
  animation: upDown 8s infinite linear;
}
.el-1.position-absolute {
  top: -10px;
  right: -130px;
  width: 58px;
}

.el-2.position-absolute {
  right: -110px;
  bottom: 163px;
  width: 67px;
  -webkit-animation: rotation3 8s infinite linear;
  animation: rotation3 8s infinite linear;
}