@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "alona";
  src: url(../fonts/AlonaRavigent.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  font-display: optional;
}

:root {
  --gold: #DDA63A;
  --gr: linear-gradient(273.92deg, #3930D8 23.21%, #847EE7 96.42%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "alona", cursive !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "alona", cursive !important;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.questrial {
  font-family: "Questrial", sans-serif;
}

body {
  background: var(--light-bg);
}

.sec {
  padding: 5em 0px;
  position: relative;
}
.sec.xl-spacing {
  padding: 9em 0px;
}

.btn-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-btn {
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  background: var(--gold);
  border-radius: 100px;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.main-btn:hover {
  background: #2d2d2d;
}
.main-btn.white-btn {
  background: white !important;
}
.main-btn.white-btn span {
  color: black;
}
.main-btn.white-btn:hover {
  background: #2d2d2d !important;
}
.main-btn.white-btn:hover span {
  color: #fff !important;
}
.main-btn.center {
  margin: 0 auto;
}
.main-btn img {
  transition: 0.2s ease-in-out;
}
.main-btn.with-icon {
  padding-left: 20px;
}
.main-btn.with-icon img {
  width: 28px;
  position: relative;
  z-index: 2;
}
.main-btn span {
  font-family: "articoExMedium", sans-serif;
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 3;
}
.main-btn:hover {
  color: white;
}
.main-btn.secondary-btn {
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  background: transparent;
  gap: 8px;
}
.main-btn.secondary-btn:hover span {
  color: var(--red);
}
.main-btn.secondary-btn:hover img {
  transform: translateX(5px);
}
.main-btn.secondary-btn:before, .main-btn.secondary-btn:after {
  display: none;
}
.main-btn.secondary-btn span {
  color: black;
}
.main-btn.block-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-align: center;
}
.main-btn.sq {
  border-radius: 5px;
}
.main-btn.sq:after, .main-btn.sq:before {
  border-radius: 5px !important;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .input-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea {
  padding: 8px 15px;
  border-radius: 5px;
  background: white;
  width: 100%;
  outline: none;
  border: none;
  transition: 0.2s ease-in-out;
  border: 1px solid transparent;
}
.form-group .inp-grp input:focus, .form-group .inp-grp textarea:focus {
  border: 1px solid var(--red);
}

.label-text {
  margin-bottom: 5px;
  color: #202020;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.burger {
  display: block;
  width: 28px;
  height: 21px;
  cursor: pointer;
}

.burger span:after,
.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.burger span:after {
  top: 18px;
  width: 70% !important;
}

.burger span {
  position: relative;
  display: block;
}

.burger span,
.burger span:after,
.burger span:before {
  width: 100%;
  height: 2.5px;
  background-color: var(--text);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

.burger.--open span {
  background-color: transparent;
}

.burger.--open span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}

.burger.--open span:after {
  transform: rotate(-45deg) translate(6px, -7px);
  width: 100% !important;
}

.main-nav-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0em 0em;
  z-index: 999;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  transition: 0.2s ease-in-out;
}
.main-nav-wrapper.sticky {
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.main-nav-wrapper .main-nav {
  padding: 1em 2.5em;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  grid-template-columns: 200px 1fr 200px;
  justify-content: space-between;
  align-items: center;
}
.main-nav-wrapper .main-nav .head-logo {
  width: 230px;
  display: inline-block;
}
.main-nav-wrapper .main-nav .head-logo img {
  width: 100%;
}
.main-nav-wrapper .main-nav .menu-btn {
  cursor: pointer;
  display: none;
}
.main-nav-wrapper .main-nav .r-part {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav-wrapper .main-nav .l-part {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav-wrapper .main-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav-wrapper .main-nav .nav-list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.3em 1.5em;
  color: #434242;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
.main-nav-wrapper .main-nav .nav-list li a:hover {
  color: var(--red);
}
.main-nav-wrapper .main-nav .ot-list {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a {
  position: relative;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a > span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: var(--blue);
  font-family: "articoExMedium", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(20%);
  text-align: center;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a img {
  width: 22px;
  margin-bottom: 2px;
}
.main-nav-wrapper .main-nav .ot-list li a img {
  width: 28px;
  margin-top: 8px;
}

.at-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-open {
  background: transparent;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.menu-close {
  position: absolute;
  top: 1em;
  left: 1.5em;
  outline: none;
  border: none;
  box-shadow: none;
  width: 23px;
  height: 23px;
  background: transparent;
}
.menu-close img {
  width: 100%;
}

@media (max-width: 991px) {
  .main-nav-wrapper .main-nav .nav-list {
    display: none;
  }
}
.mob-nav {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  padding: 1.5em;
  background: var(--red);
  padding-top: 3.2em;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.mob-nav.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.mob-nav ul li:last-child a {
  border: none !important;
}
.mob-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75em 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mob-nav ul li a span {
  color: white;
  font-weight: 500;
}

.main-header {
  position: relative;
  padding-top: 5em;
  overflow: hidden;
}
.main-header .banner-con {
  position: relative;
}
.main-header .banner-con h1 {
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.5019607843) 0%, #161616 35%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  line-height: 100%;
  font-size: 92px;
}
.main-header .banner-con h1 span {
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.5019607843) 0%, #161616 35%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 92px;
}
.main-header .banner-con .para {
  margin: 0 auto;
  max-width: 400px;
}

.hm-gal-img {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 24px;
  background: rgb(245, 245, 245);
}
.hm-gal-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.swiper-nav button {
  background: transparent;
  outline: none;
  border: none;
}

.sec-head {
  font-size: 62px;
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.5019607843) 0%, #161616 35%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.sec-head span {
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.5019607843) 0%, #161616 35%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.lg {
  position: relative;
  height: 48px;
  width: 100%;
}
.lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.lg-swiper {
  margin-top: 2.3em;
}

.counter-bx {
  position: relative;
  border-right: 1px solid #D5D5D5;
}
.counter-bx h3 {
  color: var(--gold);
  text-align: center;
  font-size: 92px;
  margin-bottom: 10px;
  height: 92px;
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
}
.counter-bx p {
  text-align: center;
  font-size: 28px;
  text-align: center;
  color: #939393;
  margin-bottom: 0;
}

.counter-sec {
  position: relative;
  background: #F8F8F8;
  padding: 4em 0px;
  margin-top: 1.5em;
}
.counter-sec > img {
  position: absolute;
  width: 100%;
}
.counter-sec > img.tp {
  top: 0;
  transform: translateY(-100%);
}
.counter-sec > img.bt {
  bottom: 0;
  transform: translateY(100%);
}

.pht-sec {
  position: relative;
}

.pht-sec {
  margin-top: 3em;
  padding-bottom: 8em;
  overflow: hidden;
}

.ph-wrap {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 50%;
  transform: translateY(-50%);
}
.ph-wrap.ph-left {
  left: 0;
}
.ph-wrap.ph-left .ph-1 {
  transform-origin: bottom left;
  transform: rotate(-12deg) translateY(-65px) translateX(-50px);
}
.ph-wrap.ph-right {
  right: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ph-wrap.ph-right .ph-1 {
  transform-origin: bottom right;
  transform: rotate(12deg) translateY(-65px) translateX(50px);
}
.ph-wrap .ph {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 52px;
  position: absolute;
}
.ph-wrap .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ph-wrap .ph.ph-1 {
  z-index: 5;
}

.test-swiper-container {
  position: relative;
}
.test-swiper-container .test-swiper {
  margin: 0 auto;
  max-width: 800px;
}
.test-swiper-container .test-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
.test-swiper-container .test-nav button.ts-next {
  right: 0;
}
.test-swiper-container .test-nav button.ts-prev {
  left: 0;
}

.test-card {
  position: relative;
  padding: 5em 0px;
}
.test-card > .para {
  font-size: 22px;
  font-weight: 400;
  color: #454545;
  text-align: center;
}
.test-card .test-det {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 3em;
}
.test-card .test-det h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.test-card .test-det p {
  margin-bottom: 0;
  font-size: 14px;
  color: #4B4B4B;
}

.gallery-grid {
  position: relative;
  -moz-columns: 4;
       columns: 4;
  gap: 35px;
  margin-top: 3em;
}
.gallery-grid .gal {
  border-radius: 42px;
  overflow: hidden;
  margin-bottom: 35px;
}
.gallery-grid .gal img {
  width: 100%;
}

.con-sec {
  position: relative;
  overflow: hidden;
}

.con-gold-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 62px;
  background: var(--gold);
  padding: 6em 0px;
  margin-top: 4em;
}
.con-gold-wrap .main-btn {
  margin-top: 3em;
}
.con-gold-wrap .form-group {
  position: relative;
  margin-bottom: 25px;
}
.con-gold-wrap .form-group .inp-grp {
  position: relative;
}
.con-gold-wrap .form-group .inp-grp input, .con-gold-wrap .form-group .inp-grp textarea, .con-gold-wrap .form-group .inp-grp select {
  background: transparent;
  box-shadow: none;
  outline: none;
  width: 100%;
  border: 1px solid white;
  border-radius: 40px;
  padding: 23px 25px;
  color: white;
}
.con-gold-wrap .form-group .inp-grp input::-moz-placeholder, .con-gold-wrap .form-group .inp-grp textarea::-moz-placeholder, .con-gold-wrap .form-group .inp-grp select::-moz-placeholder {
  color: white;
}
.con-gold-wrap .form-group .inp-grp input::placeholder, .con-gold-wrap .form-group .inp-grp textarea::placeholder, .con-gold-wrap .form-group .inp-grp select::placeholder {
  color: white;
}

.a-cc {
  position: relative;
  margin-top: 3em;
}
.a-cc .accordion-item {
  border: none !important;
  margin-bottom: 25px;
}
.a-cc .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  color: #161616 !important;
  padding: 25px 0px !important;
}
.a-cc .accordion-button:after {
  background: url(../images/plus.svg) center/contain no-repeat !important;
  width: 35px !important;
  height: 35px !important;
  transform: rotate(45deg) !important;
}
.a-cc .accordion-button.collapsed:after {
  transform: rotate(0deg) !important;
}
.a-cc .accordion-body {
  padding: 15px 0px;
}

.main-footer {
  position: relative;
  background: var(--gold);
  padding: 5em 0px;
  margin-top: 3em;
}
.main-footer .ft-logo {
  position: relative;
  display: inline-block;
  width: 230px;
}
.main-footer .ft-logo img {
  width: 100%;
}
.main-footer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-90%);
}
.main-footer .ft-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .ft-inner p {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.counter {
  letter-spacing: 0px;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 40px;
  font-size: 40px;
  margin: 0 6px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1) > span {
  transition-delay: 0s;
}

.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}

.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}

.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}

.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}

.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}

.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}

.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}

.counter:nth-child(9) > span {
  transition-delay: 3s;
}

.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}

.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}

.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}

.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}

.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}

.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}

.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}

.counter:nth-child(17) > span {
  transition-delay: 6s;
}

.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}

.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}

.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.line {
  overflow: hidden;
}

.line span {
  display: inline-block !important;
  position: relative;
}

.btn-container {
  min-width: 290px;
}
.btn-container.center {
  margin: 0 auto;
}

.select-wrap select option {
  color: #161616 !important;
}

label.error {
  color: white;
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
}

.thank-wrap {
  position: relative;
  width: 100%;
  padding: 1.5em 2em;
  border-radius: 18px;
  border: 1px solid transparent;
  margin-top: 2em;
  text-align: center;
  background: #fff;
  display: none;
}
.thank-wrap p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d !important;
}

.test-sec {
  position: relative;
}
.test-sec > .profile {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgb(225, 225, 225);
  animation: float 2s linear infinite alternate;
}
.test-sec > .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.test-sec > .profile.p1 {
  right: 10em;
  top: 5em;
}
.test-sec > .profile.p2 {
  top: 50%;
  transform: translateY(-50%);
  right: 3em;
}
.test-sec > .profile.p3 {
  bottom: 5em;
  right: 10em;
}
.test-sec > .profile.p4 {
  left: 10em;
  top: 5em;
}
.test-sec > .profile.p5 {
  top: 50%;
  transform: translateY(-50%);
  left: 3em;
}
.test-sec > .profile.p6 {
  bottom: 5em;
  left: 10em;
}

@keyframes float {
  0% {
    transform: translateY(15px);
  }
  0% {
    transform: translateY(-15px);
  }
}

.form-group.style-2 .inp-grp input {
  border: 1px solid #00000085;
  padding: 18px 20px;
  border-radius: 100px;
}

.form-group.style-2 .inp-grp input {
  border: 1px solid #00000085;
  padding: 18px 20px;
  border-radius: 100px;
}
.cc-modal .modal-dialog {
  max-width: 600px !important;
}
.cc-modal .modal-content {
  padding: 1.5em 1.5em;
  padding-top: 2em;
  border-radius: 32px;
  border: 0px;
}
.cc-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-43%) translateX(20%);
}
.form-group.style-2 label.error{
  color: red !important;
}
.sec-head.sm{
  font-size: 42px;
}
.thank-wrapper{
  min-height: calc( 100vh - 89px );
  padding: 5em 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank-wrapper img{
  width: 120px;
  margin-bottom: 30px;
}
/*# sourceMappingURL=main.css.map */