@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background: #000000;
  font-family: "Merriweather", serif;
  color: #ffffff;
}
.thankyou_main,
.garavigujarat_descrition,
.font-roboto {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
}
h1 {
  font-size: 75px;
  line-height: 94px;
  color: #ffffff;
  font-weight: 700;
}
h3 {
  font-size: 45px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 400;
}
p {
  color: #f6f6f6;
  line-height: 24px;
  font-size: 16px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-20 {
  padding-top: 20px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mt-76 {
  margin-top: 76px;
}
.mt-25 {
  margin-top: 25px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-130 {
  padding-top: 130px;
}
.pl-30 {
  padding-left: 70px;
}
.pt-84 {
  padding-top: 84px;
}
.mt-57 {
  margin-top: 57px;
}
.pb-44 {
  padding-bottom: 33px;
}
.pb-15 {
  padding-bottom: 10px;
}
.mt-99 {
  margin-top: 99px;
}
.mt-65 {
  margin-top: 65px;
}
.mb-18 {
  margin-bottom: 18px;
}
.p-68 {
  padding: 9px 128px 40px;
}
.pt-45 {
  padding-top: 45px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-131 {
  padding-top: 131px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-138 {
  padding-left: 138px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-0 {
  padding-right: 0px;
}
.mt-20 {
  margin-top: 20px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-54 {
  margin-top: 54px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-76 {
  margin-top: 76px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-54 {
  margin-bottom: 54px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-25 {
  margin-bottom: 25px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
header {
  padding: 32px 50px 0;
  margin-bottom: 99px;
}
.headerSection {
  background-image: url("assets/images/background-wall.png");
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
nav ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
nav ul li {
  border-bottom: 1px solid #949494;
  padding: 10px 0;
}
.nav .nav-link {
  color: #949494 !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  padding: 0 18px;
  border-right: 1px solid #949494;
}
nav ul li:first-child a {
  padding-left: 0 !important;
}
nav ul li:last-child a {
  padding-right: 0 !important;
  border-right: none !important;
}
.navUl li {
  border-bottom: 0px;
}
.offcanvas {
  background: #333;
}
.offcanvas-body ul {
  list-style: none;
  padding: 0;
  color: #949494;
}
.offcanvas-body ul li {
  padding: 5px 0;
}
footer {
  padding: 60px 0 64px;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer ul li a {
  text-decoration: none;
  color: #f6f6f6;
  font-size: 16px;
  border-right: 1px solid #f6f6f6;
  padding: 0 14px;
}
footer ul li:last-child a {
  border-right: none;
}

/*** Slick ***/
/* .slick-slide {
  margin: 0px 5px;
} */
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  display: none !important;
}
.center .card {
  /* opacity: 0.8; */
  transform: scale(0.9);
  height: 100%;
  background: transparent;
}
.center .slick-center .card {
  opacity: 1;
  transform: scale(1.09);
  display: contents;
  padding: 0 3px;
}
.center .slick-center .card img {
  padding: 0 4px;
}

/* main */
.main-card {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 22px 122px;
  flex-direction: row;
  justify-content: space-between;
}
.main-card h3 {
  font-weight: 700;
  color: #f6f6f6;
  padding-bottom: 27px;
  padding-top: 41px;
}
.main-card p {
  font-weight: 300;
  padding-bottom: 39px;
}
.main-card button {
  border-radius: 30px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
  border: 3px solid #ffffff;
  box-shadow: 0px 3px 10px #00000096;
  color: #000000;
  padding: 14px 37px;
  background-color: #ebebeb;
}
.main-card button:hover {
  background-color: #d9d9d9;
}

/* THANKYOU PAGE */
.thankyou_page {
  padding: 58px 49px;
  background-color: #292929;
  border-radius: 20px;
}
.thankyou_page h1 {
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}
.thankyou_page h3 {
  font-size: 21px;
  line-height: 41px;
  font-weight: 700;
}
.thankyou_page h5 {
  font-size: 16px;
  font-weight: 400;
}

.thankyou_card {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 62%,
    rgba(255, 0, 0, 0.7) 38%
  );
}
.thankyou_card_gg {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 62%, #fef200 38%);
}

.clr-blue {
  color: #107d81;
}
.p-logo {
  padding: 22px 77px 0px;
}
.social-app-thankyou img {
  padding: 0px 15px;
}
.social-app-thankyou img:first-child {
  padding-left: 0px;
}

/* DESCRIPTION */
.desc_form {
  background-color: #1a1a1a;
  padding: 67px 50px 50px;
  border-radius: 20px;
}
.desc_form h2 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  padding-bottom: 34px;
}
.desc_form h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 5px;
}
.trail {
  background-color: #411617;
  border: 1px solid #f80d15;
  border-radius: 20px;
  padding: 17px 13px;
  height: 80px;
}
.trail h3,
.plan h3,
.div-gg_card h3 {
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
}
.trail h6,
.desc_details h6,
.div-gg_card h6 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0px;
}
.plan {
  background-color: #404040;
  padding: 12px 16px;
  border-radius: 18px;
  height: 60px;
}
.plan_card h4 {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.plan_card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 7px 20px;
  height: 35px;
}
.plan h3 {
  line-height: 26px;
  margin-bottom: 0px;
  padding-left: 23px;
}
.round-checkbox {
  width: 26px;
  height: 26px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  place-self: center;
}
.round-checkbox:checked {
  background-color: #ffffff;
  border: 5px solid #f80d15;
}
.garavigujarat_descrition .round-checkbox:checked {
  border: 5px solid #fef200;
  background-color: #17181b;
}
.inputs {
  background-color: #202124;
  border-radius: 20px;
  padding: 60px;
}

.plans .plan {
  margin: 15px 0px;
}
.submit-btn button {
  background-color: #f80d15;
  height: 70px;
  width: 100%;
  font-size: 24px;
  line-height: 31px;
  font-weight: 900;
  border-radius: 35px;
  border: none;
  color: #ffffff;
}
.trail .round-checkbox:checked {
  border: 6px solid #f80d15;
  background-color: #ffffff;
}
.desc_para {
  padding: 0px 32px 20px 70px;
}
.desc_para h2,
.desc_form h2,
.register-btn h2,
.para_gg h2 {
  font-size: 21px;
  line-height: 45px;
  font-weight: 700;
}
.gg_form .desc_form h2 {
  padding-bottom: 42px;
}
.form-main .register-btn h2 {
  padding-bottom: 0px;
}

.desc_para h6,
.para_gg h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.desc_content_hr hr {
  border: 1px solid #ffffff;
  width: 94%;
}
.desc_details h3 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 0px;
}
.desc_content_hr {
  align-items: end;
  display: flex;
  justify-content: end;
}
.desc_details {
  padding: 0px 0px 20px 70px;
}
.desc_details h6,
.desc_details h3 {
  padding: 0px 6px;
}
.desc_form {
  padding: 60px;
  background-color: #1a1a1a;
}
.inputs input {
  background-color: #7d7d7d;
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-weight: 300;
}
.form-main label {
  color: #ffffff;
  font-weight: 100 !important;
}
.plan_card {
  width: 145px;
  text-align: center;
}
.inputs label,
.terms h3,
.desc_button button {
  align-items: self-start;
  display: flex;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
/* .inputs{
  margin: 25px 0px 32px 0px;
} */
.inputs p {
  font-size: 12px;
  color: #878787;
  font-weight: 300;
  place-self: start;
  display: flex;
}
.terms input {
  width: 26px;
  height: 26px;
}
.terms span,
.submit-btn span {
  color: #ffffff;
  font-weight: 700;
}
.terms h3 {
  padding-left: 11px;
}

.desc_button button {
  align-items: center !important ;
  display: block;
}
.footer-def h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.footer-def p {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
}
.subs_footer {
  background-color: #191919;
}
.footer-def {
  margin: 49px 0px 59px 0px;
}

.footer_desc {
  margin: 27px 0px;
}
.subs_footer ul li a {
  text-decoration: none;
  color: #f6f6f6;
  font-size: 16px;
  border-right: 0px solid #f6f6f6;
  padding: 0 64px;
}
.footer-def .footer_p,
.footer_p {
  font-size: 16px;
  line-height: 26px;
  color: #929292;
  font-weight: 400;
  /* width: 80%; */
}
.footer-def .footer_p {
  padding: 0px 25%;
}
.footer_hr hr {
  width: 85%;
}
.payment button {
  height: 55px;
}

/* GARAVI GUJARAT */

.third-row .payment button {
  height: 60px;
}
.third-row .desc_button button,
.third-row .desc_para h2,
.third-row .desc_form h2,
.third-row .register-btn h2 {
  font-size: 21px;
  line-height: 45px;
}
.terms-checkbox {
  width: 20px !important;
  height: 20px !important;
  background-color: #ffffff !important;
  border-radius: 5px !important;
  vertical-align: middle;
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.terms-checkbox:checked {
  background-color: #000000 !important;
}
.terms-checkbox:checked::before {
  content: "✓";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gg_footer .footer_p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.gg_banner img:first-of-type {
  margin-top: 20px;
}
.gg_desc {
  background-color: #0e1013;
  border-radius: 20px;
  padding: 0px 0px 0px;
  margin: 46px 40px 20px;
}
.gg_desc_details {
  /*background-color: #17181b;*/
  padding: 31px 38px;
  border-radius: 20px;
}
.gg_desc_para {
  padding: 32px 24px;
}
.para_gg h2 {
  padding-top: 33px;
}
.para_gg h6 {
  padding-top: 18px;
  font-weight: 300;
  padding-right: 48px;
}
.gg_desc_form .desc_form:hover {
  border: 1px solid #fff880;
  box-shadow: 0px 0px 10px #f7ff0069;
}
.gg_desc_form .desc_form {
  padding: 72px 71px 50px;
  background-color: #17181b;
}
.gg_desc_form .desc_form h2 {
  line-height: 31px;
}
.gg_desc_form,
.gg_form {
  padding: 20px 50px 70px;
}
.gg_footer {
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #202124;
  justify-content: center;
}
.gg_footer p {
  color: #ffffff;
}
.div-gg_card {
  padding: 15px 0px;
}
.div-gg_card:first-child {
  padding-top: 0px;
}
.garavigujarat_descrition {
  background-color: #000000;
}
.garavigujarat_descrition .plan {
  background-color: #282a2d;
}
.garavigujarat_descrition .plan_card {
  background-color: #17181b;
}
.garavigujarat_descrition .plan_card h4 {
  color: #ffffff;
}
.form-img {
  padding-right: 0px;
  height: 100%;
}
.form-control {
  margin-bottom: 25px;
}
.overlay {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gg_banner {
  position: relative;
}

.br-left {
  border-right: 1px solid #ffffff;
}
.gg_thank .p-logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.bg-gg {
  background-color: #000000;
}

/**** EASTERN EYE ****/
ul li {
  list-style: none;
}
.eeMain .image-background {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.eeMain .theme-pl-70 {
  padding-left: 70px;
}
.eeMain .plans-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eeMain .plan-tile {
  background-color: #404040;
  border: 1px solid #585858;
  border-radius: 8px;
  padding: 8px 15px;
  flex-wrap: wrap;
  gap: 5px;
}

.eeMain .plan-tile,
.checkbox-area {
  display: flex;
  align-items: center;
}

.eeMain .plan-tile {
  justify-content: space-between;
}
.eeMain .checkbox-area {
  gap: 8px;
}
.eeMain .checkbox-area h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.eeMain .plan-tile .checkbox-area h3 {
  font-size: 16px;
  line-height: auto;
}
.eeMain .plan-tile-rate {
  width: 138px;
  height: 35px;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eeMain .plan-tile span {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.eeMain ul li {
  list-style: none;
}

.eeMain .description-items-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.eeMain .description-item h6 {
  font-size: 12px;
  color: #e4e4e4;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.eeMain .description-item h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
/********************/
.eeMain .p-logo {
  padding: 32px 57px 0px;
}
.eeMain h2 {
  font-size: 21px;
  line-height: 28px;
  padding: 0;
}
.eeMain h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.eeMain .desc_content_hr hr {
  border: 1px solid #ffffff;
  width: 94%;
  margin: 38px 0 30px;
}
.eeMain .description-item h6 {
  margin-bottom: 4px;
}
.eeMain .description-item span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.eeMain .desc_form {
  padding: 65px 50px 50px;
}
.eeMain .plan-tile {
  height: 60px;
}
.eeMain .checkbox-area {
  gap: 15px;
}
.eeMain .plan-tile .checkbox-area h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.eeMain .submit-btn button {
  font-weight: 700;
}
.details-form .desc_form {
  padding: 60px;
}
.form-control {
  background-color: #7d7d7d;
  height: 45px;
  width: 100%;
  font-weight: 300;
  border: 0.5px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
cursor: grab;
}
.details-form form label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 6px;
}
.details-form form p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  font-weight: 300;
  color: #878787;
}
.eeMain .details-form form button {
  font-weight: 300;
  font-size: 21px;
  line-height: 45px;
  height: 60px;
  margin-bottom: 25px;
}
.eeMain .details-form form a {
  font-size: 21px;
  color: #fff;
  line-height: 45px;
  text-decoration: none;
  font-weight: 700;
}
footer {
  padding: 55px 0 56px;
}
.footer_desc {
  margin: 33px 0px 10px;
  padding: 0;
}
.footer-def {
  margin: 20px 0px 59px 0px;
}
.footer-def h3 {
  color: #f6f6f6;
  margin-bottom: 9px;
}
footer .footer-def .footer_p,
.footer_p,
.subs_footer ul li a {
  font-size: 18px;
}
.footer-def .footer_p {
  padding: 0px 22%;
}

/*** EE- Thank you  ***/
.ee-thankyou.thankyou_main .p-logo {
  padding: 52px 57px 0px;
}
.ee-thankyou .thankyou_row {
  padding: 29px 142px 50px;
}
.ee-thankyou .thankyou_page {
  padding: 58px 49px 62px;
  justify-content: space-between;
}
.ee-thankyou .thankyou_page h1 {
  font-size: 45px;
  line-height: 59px;
  margin-bottom: 15px;
}
.ee-thankyou .thankyou_page h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 7px;
}
.ee-thankyou .thankyou_page h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.ee-thankyou .socials h3 {
  margin-bottom: 13px;
}
.social-app-thankyou img {
  padding: 0px 18px;
}
.ee-thankyou .support h5 {
  line-height: 18px;
  font-weight: 300;
}
.ee-thankyou .clr-blue {
  font-weight: 500;
}

/*** AT ***/
.at-thankyou .thankyou_card {
  background: linear-gradient(to right, rgb(0, 0, 0) 62%, rgb(0, 95, 255) 38%);
}
.bg-position {
  position: absolute;
  top: 0;
  right: 0;
}
.atMain .pt-84 {
  padding-top: 30px;
}
.atMain h6 {
  margin-bottom: 30px;
}
.atMain .plan-tile .round-checkbox {
  border: 1px solid #005fff;
}
.atMain .round-checkbox:checked {
  border: 6px solid #005fff;
  background-color: #ffffff;
}
.atMain .submit-btn button {
  background: #005fff;
}
.atMain .details-form {
  margin-top: 28px;
}
.plans-list label {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 9px;
}
.atMain .plan-tile {
  height: 80px;
}
.atMain .plans-list {
  gap: 25px;
}
.atMain .plan-tile h6 {
  font-size: 12px;
}
.atMain .desc_form h2 {
  margin-bottom: 35px;
}
.atMain .plan-tile.selected {
  background-color: #005fff21;
  border: 1px solid #005fff;
}
.atMain .details-form .desc_form {
  padding: 60px 50px 75px;
}
.atMain .details-form .desc_form h2 {
  margin-bottom: 15px;
}
.atMain .details-form .desc_form h6 {
  margin-bottom: 10px;
}
.atMain .details-form .desc_form hr {
  margin: 0 0 26px;
  border: 1px solid #707070;
}
.formBox {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 16px 23px 20px;
}
.formBox .form-check-inline {
  margin-bottom: 0;
  margin-right: 50px;
}
.formBox .form-check-inline label {
  font-weight: 500;
  margin-bottom: 0px;
  padding-left: 12px;
  line-height: 35px;
}
.formBox .form-check-input {
  border: 0.5px solid #ffffff;
  border-radius: 13px;
  background: #7d7d7d;
  width: 25px;
  height: 25px;
}
.atMain .details-form form button {
  margin-bottom: 0px;
  width: 578px;
}

.atMain .details-form .form-control {
  margin-bottom: 16px;
  color: #ffffff;
}
.labelBefore {
  border: 1px solid;
  width: 12px;
  height: 12px;
  background: #d6d6d6;
  border-radius: 0px 0px 20px 0px;
  margin-right: 11px;
}
.w-small {
  width: 120px;
}
.details-form form p.font-16 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.formBox label strong {
  font-weight: 400;
}
.details-form form .check-block label {
  margin-bottom: 0;
  padding-left: 15px;
  margin-top: 7px;
}
.details-form form .check-block .form-check {
  margin-bottom: 13px;
}
.details-form form .check-block .form-check label {
  color: #878787;
  font-weight: 400;
}
.form-control:focus,
option {
  background-color: #7d7d7d;
  box-shadow: unset !important;
  border: 0.5px solid #ffffff;
}
select {
  width: 100%;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>")
    no-repeat right #7d7d7d;
  -webkit-appearance: none !important;
  background-position-x: 96%;
  box-shadow: unset;
  background-size: 18px;
}
/*** PB ***/
.bg-green {
  background-color: #00c86b !important;
}
.round-checkbox.green-border {
  border: 1px solid #00c86b !important;
}
.round-checkbox.green-border:checked {
  border: 6px solid #00c86b !important;
}
.plan-tile.green-selected {
  background-color: #003619;
  border: 0.6000000238418579px solid #00c86b;
}
.pb-thankyou .thankyou_card {
  background: linear-gradient(to right, rgb(0, 0, 0) 62%, #00c86b 38%);
}
/*** Responsive ***/
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 98%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 98%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 98%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 97%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 98%;
  }
  .pl-90 {
    padding-left: 50px !important;
  }
  .pr-90 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .pl-90 {
    padding-left: 0px !important;
  }
  .pr-90 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1734px) {
  nav ul.navUl li {
    border-bottom: 1px solid #949494;
    padding: 10px 0;
  }
  nav ul li:last-child a {
    padding: 0 18px !important;
    border-right: 1px solid #949494 !important;
  }
  nav ul.navUl li:first-child a {
    padding-left: 18px !important;
  }
  nav ul.navUl li:last-child a {
    border-right: none !important;
  }
}

@media (max-width: 1399.98px) {
  .thankyou_page h1 {
    font-size: 36px;
    line-height: 54px;
  }
  .thankyou_page h3 {
    font-size: 19px;
    line-height: 38px;
  }
  .nav .nav-link {
    padding: 0 11px;
  }
  .desc_content .mt-65 {
    margin-top: 0px;
  }
  .desc_para .mb-18 {
    margin-bottom: 4px;
  }
  .desc_details h3 {
    font-size: 13px;
    line-height: 21px;
  }
  .desc_details {
    padding: 0px 0px 20px 17px;
  }
  .desc_form {
    padding: 33px;
  }
  .desc_content {
    padding-top: 45px;
  }
  .desc_para {
    padding: 0px 32px 20px 38px;
  }
  .p-logo {
    padding: 22px 40px 0px;
  }

  .eeMain .description-items-list {
    gap: 20px;
  }
}
@media (max-width: 1299.98px) {
  .gg_desc_details .pl-30 {
    padding-left: 50px;
  }
  .gg_desc_form .pt-130 {
    padding-top: 70px;
  }
  .thankyou_card .p-68 {
    padding: 9px 50px 30px;
  }
  .thankyou_page {
    padding: 33px 19px;
  }
  .desc_details div {
    padding: 15px 0px;
  }
  .nav .nav-link {
    padding: 0 10px;
  }
  header {
    padding: 20px 10px 0;
  }
  .ee-thankyou .thankyou_page h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 18px;
  }
  .eeMain .details-form .desc_form {
    padding: 60px 25px;
  }
}
@media (max-width: 1199.98px) {
  .gg_desc_details .pl-30 {
    padding-left: 31px;
  }
  .overlay img {
    width: 80%;
  }
  .overlay {
    left: 56%;
  }
  .gg_desc_form .pt-130 {
    padding-top: 50px;
  }
  .desc_form {
    padding: 20px;
  }
  .nav .nav-link {
    padding: 0 3px;
  }
  header {
    padding: 20px 5px 0;
  }
  nav {
    justify-content: start;
  }
  .nav .nav-link {
    font-size: 13px;
  }
  h1 {
    font-size: 65px;
    line-height: 80px;
  }
  h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .main-card {
    padding: 22px 30px;
  }
  .pl-90 {
    padding-left: 35px !important;
  }
  .pr-90 {
    padding-right: 35px !important;
  }
  .gg_desc_form .desc_form {
    padding: 47px 25px 27px;
  }
  .eeMain .desc_form {
    padding: 65px 20px 50px;
  }
  .eeMain .pr-40 {
    padding-right: 10px;
  }
  .eeMain .pe-5 {
    padding-right: 1rem !important;
  }
  .subs_footer ul li a {
    padding: 0 35px;
  }
  .footer-def .footer_p {
    padding: 0px 15%;
  }
  .ee-thankyou .thankyou_page {
    padding: 52px 38px 54px;
  }
  .ee-thankyou .thankyou_page h1 {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (max-width: 991.98px) {
  .gg_desc_form {
    flex-direction: column;
  }
  .gg_thank .p-logo img {
    top: 17%;
  }
  .gg_thank .p-logo {
    top: 17%;
  }
  .gg_thank {
    margin-top: 50px;
  }
  .gg_thank .p-logo {
    top: 0%;
  }
  .thankyou_card_gg .p-68 {
    padding: 9px 30px 40px;
  }
  .br-left {
    border: none;
  }
  .gg_desc_details .pl-30 {
    padding-left: 14px;
  }
  .overlay img {
    width: 70%;
  }
  .overlay {
    left: 51%;
  }
  .gg_desc_form .pt-130 {
    padding-top: 30px;
  }
  .submit-btn button {
    height: 60px;
    font-size: 21px;
    line-height: 31px;
  }
  .thankyou_card {
    background-image: linear-gradient(#000 50%, #f80d15 50%);
  }
  .thankyou_card_gg {
    background-image: linear-gradient(#000 50%, #fef200 50%);
  }
  .thankyou_content {
    text-align: center;
  }
  .plan_card {
    padding: 7px 13px;
    height: 31px;
    width: 94px;
  }
  .plan_card h4 {
    font-size: 9px;
    line-height: 21px;
  }
  .trail h3,
  .plan h3 {
    font-size: 14px;
  }
  .footer-def .footer_p {
    padding: 0px 10%;
  }
  .footer-def .footer_p,
  .footer_p {
    font-size: 15px;
  }
  .footer-def {
    margin: 34px 0px 32px 0px;
  }
  .pl-138 {
    padding-left: 0px !important;
  }
  .gg,
  .ee,
  .gg2,
  .arl,
  .vb,
  .ah,
  .at,
  .pb {
    border-radius: 39px;
  }
  header img {
    width: 100%;
  }
  nav {
    justify-content: end;
  }
  .nav .nav-link {
    font-size: 14px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .pl-90 {
    padding-left: 0px !important;
  }
  main .col-md-4 img {
    width: 100%;
    margin: 0 auto;
  }
  .eeMain .theme-pl-70{
    width: 100%;
    margin-top: 15px;
  }
  .main-card h3 {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .main-card p {
    padding-bottom: 5px;
  }
  .main-card button {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 25px;
  }
  .pl-90 {
    padding-left: 25px !important;
  }
  .footer-def .footer_p {
    padding: 0px 6%;
  }
  .subs_footer ul li a {
    padding: 0 15px;
  }
  .eeMain .desc_form {
    margin-top: 45px;
  }
  .eeMain .details-form .desc_form {
    margin-top: 0px;
  }
  .ee-thankyou.thankyou_main .p-logo {
    text-align: center;
  }
  .ee-thankyou .thankyou_row {
    padding: 29px 10px 50px;
  }
  .ee-thankyou.thankyou_main .p-logo {
    padding: 28px 0px 0px;
  }
  .ee-thankyou .thankyou_page {
    padding: 29px 27px 32px;
  }
  .ee-thankyou .thankyou_page h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 33px;
    font-weight: 600;
  }
  .ee-thankyou .thankyou_content h3 {
    font-weight: 400;
    margin-bottom: 8px;
  }
  .ee-thankyou .thankyou_page h3 {
    font-weight: 400;
  }
  .socials.mt-54 {
    margin-top: 44px;
  }
  .ee-thankyou .support h3 {
    margin-bottom: 13px;
  }

  @media (max-width: 575.98px) {
    .eeMain .plan-tile .checkbox-area h3 {
      font-size: 16px;
    }
  }

  /*** AT ***/
  .at-thankyou .thankyou_card {
    background-image: linear-gradient(#000 50%, rgb(0, 95, 255) 50%);
  }
  .bg-position {
    top: unset;
    bottom: 0;
  }
  /*** PB ***/
  .pb-thankyou .thankyou_card {
    background-image: linear-gradient(#000 50%, #00c86b 50%);
  }
}

.main-card span {
	font-weight: 700;
	color: #f6f6f6;
	padding-bottom: 27px;
	padding-top: 41px;
  font-size: 45px;
  line-height: 56px;
  display: block;
}

@media (max-width: 767.98px) {
  .gg_desc_form .plan {
    padding: 12px 16px;
  }
  .thankyou_card_gg .p-68 {
    padding: 9px 15px 20px;
  }
  .gg_thank {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .para_gg h6 {
    padding-right: 0px;
  }
  .gg_desc_form .desc_form {
    padding: 27px 10px 17px;
  }

  .gg_desc_details {
    padding: 37px 0px;
    margin-top: 10px;
  }
  .div-gg_card {
    padding: 14px 0px;
  }
  .gg_desc_para {
    padding: 22px 30px;
  }
  .gg_desc {
    padding: 25px 0px 0px;
  }
  .gg_desc_form,
  .gg_form {
    padding: 0px 0px 25px;
  }
  .gg_desc_form .plan h3 {
    padding-left: 11px;
  }
  .form-img {
    padding: 20px 1px;
  }
  .gg_form .desc_form {
    margin-top: 0px;
  }
  .gg_banner {
    padding: 0px !important  ;
  }
  /* .greetings img {
      position: absolute;
      right: 100px;
      top: 600px;
      width: 86%;
  } */
  .thankyou_page h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .desc_para h2,
  .desc_form h2,
  .register-btn h2 {
    line-height: 25px;
  }
  .trail h3,
  .plan h3 {
    font-size: 16px;
  }
  .desc_form {
    margin-top: 45px;
  }
  .mt-99 {
    margin-top: 50px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .plans {
    padding-top: 0px;
  }
  .desc_para {
    margin-top: 35px !important  ;
  }
  .desc_content_hr hr {
    width: 96%;
  }
  .headerSection h3 {
    margin-bottom: 12px;
  }
  .main-card h3,.main-card span {
    font-size: 28px;
    line-height: 36px;
    padding: 39px 0 20px;
    margin-bottom: 0;
  }
  .main-card p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 34px;
    padding: 0px;
  }
  .main-card button {
    font-size: 16px;
    line-height: 20px;
    width: 195px;
    height: 45px;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .content_card {
    text-align: center;
  }
  main .col-md-4 {
    text-align: center !important;
  }
  main .col-md-4 img {
    width: auto;
  }
  .pl-90 {
    padding-left: 0px !important;
  }
  .main-card:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .pr-90 {
    padding-right: 0px !important;
  }
  .main-card {
    padding: 42px 30px 55px;
    background-size: cover;
    background-position: 5%;
  }
  footer {
    padding: 64px 0 44px;
  }
  footer ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
  footer p {
    line-height: 18px;
    font-size: 12px;
  }
  .footer-def {
    margin: 18px 0px 19px 0px;
  }
  .gg_desc_details {
    padding: 10px 30px !important;
  }
  .eeMain .image-background {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .eeMain .theme-pl-70 {
    padding-left: 20px;
  }
  .eeMain .description-items-list {
    margin-bottom: 35px !important;
  }
  .eeMain .desc_content_hr hr {
    width: 100%;
  }
  .eeMain .justify-content-end {
    justify-content: center !important;
  }
  .mobile-hr hr {
    margin: 0 0 24px;
    border: 1px solid #ffffff;
  }
  .eeMain .details-form.mt-99 {
    margin-top: 0;
  }
  .eeMain .details-form .desc_form {
    margin-top: 10px;
    padding: 35px 15px 40px;
  }
  .eeMain .desc_form {
    padding: 31px 15px 33px;
  }
  .eeMain .details-form h2 {
    margin-bottom: 48px;
  }
  .eeMain .form-control {
    margin-bottom: 20px;
  }
  .eeMain .details-form .mb-42 {
    margin-bottom: 26px;
  }
  .eeMain .details-form .third-row {
    padding-top: 12px;
  }
  .eeMain .details-form .mt-76 {
    margin-top: 48px;
  }
  .eeMain .details-form form button {
    margin-bottom: 7px;
  }
  .eeMain .details-form form button,
  .eeMain .details-form form a {
    font-size: 18px;
  }
  .eeMain .details-form form a {
    font-weight: 500;
  }
  footer.mt-57 {
    margin-top: 60px;
    padding: 27px 0 28px;
  }
  .subs_footer ul li {
    line-height: 14px;
  }
  .subs_footer ul li a {
    padding: 0 6px;
    font-size: 10px;
  }
  .subs_footer .footer_desc {
    margin: 23px 0px 10px;
  }
  .subs_footer .footer_hr hr {
    margin: 4px 0 7px;
  }
  .subs_footer .footer-def h3 {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-def .footer_p {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_p {
    font-size: 9px;
    line-height: 13px;
  }
  .footer-def {
    margin: 20px 0px 30px 0px;
  }
  .ee-thankyou .thankyou_row {
    padding: 29px 10px 85px;
  }
  .eeMain .pt-84 {
    padding-top: 50px;
  }
  .eeMain .mb-60 {
    margin-bottom: 43px;
  }
  .eeMain h2.mt-3 {
    margin-top: 35px !important;
  }
  footer.subs_footer {
    padding: 27px 19px 28px;
  }
  /*** AT ***/
  .at-thankyou .thankyou_row {
    padding: 29px 10px 140px;
  }
  .atMain .plan-tile {
    height: 70px;
  }
  .atMain .details-form form button {
    margin-bottom: 0px;
    width: 100%;
  }
  .details-form form .check-block label {
    margin-top: 5px;
  }
  .w-small {
    width: 160px;
  }
  .details-form form p.font-16.mb-30 {
    margin-bottom: 17px;
  }
  .details-form form p.font-16.mt-3 {
    margin-top: 10px !important;
  }
  /*** PB ***/
  .pbMain .p-logo {
    margin-bottom: 20px;
  }
  .pb-thankyou .p-logo {
    margin-bottom: 6px;
  }
  .direction-mobile {
     flex-direction: row !important; 
  }
  .gg_desc_form .desc_form h2{
    font-size: 16px !important;
  }
  .gg_desc_form .desc_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .d-content .col:first-child {
    display: flex;
    justify-content: center;
  }
  main .col-md-4 img {
    width: 60%;
    object-fit: cover;
  }
  .main-card {
    margin: 0 auto 10px;
  }
  .eeMain .plan-tile-rate {
    width: 110px;
  }
  .eeMain .plans-list .mt-55 {
    margin-top: 45px;
  }
  .subs_footer .footer_hr hr {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .gg_desc {
    margin: 16px 0px 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .gg_desc_form {
    margin: 0px 10px;
  }
  .subs_footer ul li a {
    padding: 0 3px;
  }
}

@media (max-width: 350px) {
  .plan-tile {
    padding: 8px 4px;
    gap: 0px;
  }
  .thankyou_page img.pt-5 {
    width: 100%;
    object-fit: cover;
  }
}

/* POWERLIST CSS */
.plmain .submit-btn button {
  background-color: #cc9929;
}
.plmain .desc_form {
  padding: 0px;
}
.pl-side-content {
  padding: 65px 50px 50px;
}
.plmain .trail {
  background-color: #463000;
  border: 1px solid #cc9929;
  padding: 22px 16px 22px 13px;
}
.plmain .trail .round-checkbox:checked {
  border: 6px solid #cc9929;
  background-color: #ffffff;
}
.plmain .plan-tile-rate span {
  color: #000000;
  font-weight: 700;
}
.plmain .pl-17 {
  padding-left: 17px;
}
.pl-thankyou .thankyou_card {
  background: linear-gradient(to right, rgb(0, 0, 0) 62%, #cc9929 38%);
}
.pl-form {
  padding: 65px 50px 50px !important;
}

@media (max-width: 767.98px) {
  .plmain .desc_form {
    padding: 31px 15px 33px;
  }
  .pl-form {
    padding: 31px 15px 33px !important;
  }
}

/* RICHLIST CSS */
.rlmain .submit-btn button {
  background-color: #480070;
}

.rlmain .desc_form {
  padding: 0px;
}
.pl-side-content {
  padding: 65px 50px 50px;
}
.rlmain .trail {
  background-color: #200031;
  border: 1px solid #480070;
  padding: 22px 16px 22px 13px;
}
.rlmain .trail .round-checkbox:checked {
  border: 6px solid #480070;
  background-color: #ffffff;
}
.rlmain .plan-tile-rate span {
  color: #000000;
  font-weight: 700;
}
.rlmain .pl-17 {
  padding-left: 17px;
}

.rl-thankyou .thankyou_card {
  background: linear-gradient(to right, rgb(0, 0, 0) 62%, #480070 38%);
}
.rl-form {
  padding: 65px 50px 50px !important;
}

@media (max-width: 767.98px) {
  .rlmain .desc_form {
    padding: 31px 15px 33px;
  }
  .rl-form {
    padding: 31px 15px 33px !important;
  }
}

/* ------------AH & VB------------ */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
}

button {
  border: none;
}

a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .ah-subscription .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.ah-subscription main {
  margin: 52px 0px;
}
@media (max-width: 768px) {
  .ah-subscription main {
    margin: 23px 0px;
  }
}
.ah-subscription .theme-container {
  padding-left: 70px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .ah-subscription .theme-container {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ah-subscription .theme-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ah-subscription .theme-container .logo {
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .ah-subscription .theme-container .logo {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription .theme-container .logo img {
    display: block;
    margin: 0px auto;
  }
}
.ah-subscription .theme-container-2 {
  padding: 0px 20px;
}
@media (max-width: 767.98px) {
  .ah-subscription .theme-container-2 {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ah-subscription .reverse-row {
    flex-wrap: wrap-reverse;
  }
}
.ah-subscription .description-content {
  margin-right: 65px;
}
@media (max-width: 767.98px) {
  .ah-subscription .description-content {
    margin: 0px;
    padding: 0px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .ah-subscription .description-content {
    margin-right: 10px;
  }
}
.ah-subscription .header-description {
  padding-right: 3rem;
}
@media (min-width: 992px) and (max-width: 1230px) {
  .ah-subscription .header-description {
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription .header-description {
    padding-right: 20px;
    margin-top: 23px;
  }
}
@media (max-width: 767.98px) {
  .ah-subscription .header-description {
    padding-right: unset;
    padding-left: unset;
  }
}
.ah-subscription .header-description hr {
  height: 1px;
  background-color: #929292;
  color: #929292;
}
@media (max-width: 767.98px) {
  .ah-subscription .header-description .cover-image {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ah-subscription .header-description .cover-image {
    justify-content: center;
  }
}
.ah-subscription .header-description h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 13px;
}
.ah-subscription .header-description p {
  font-size: 14px;
  color: #f6f6f6;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.ah-subscription .header-description .desc-features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .ah-subscription .header-description .desc-features-list {
    justify-content: normal;
  }
}
.ah-subscription .desc-features-list-item {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.ah-subscription .desc-features-list span {
  font-size: 12px;
  color: #e4e4e4;
  font-weight: 300;
}
.ah-subscription .desc-features-list h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.ah-subscription .select-subscription-wrapper {
  background-color: #1a1a1a;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ah-subscription .select-subscription-wrapper {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.ah-subscription .select-subscription-wrapper .form-check-input {
  margin-top: 0px;
}
.ah-subscription .select-subscription-wrapper .headerimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ah-subscription .select-subscription-wrapper .contents-wrapper {
  padding: 24px 50px 47px 50px;
}
.ah-subscription .select-subscription-wrapper .contents-wrapper h1 {
  font-size: 21px;
  text-align: left;
  font-weight: 700;
  color: #ffffff;
  line-height: 31px;
}
.ah-subscription .select-subscription-wrapper .contents-wrapper span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.ah-subscription .sub-plan-tile {
  background-color: #2e004d;
  border: 1px solid #9a00ff;
  border-radius: 10px;
  display: flex;
  gap: 17px;
  padding: 27px 13px;
  margin-bottom: 71px;
  align-items: center;
  height: 80px;
}
.ah-subscription .sub-plan-tile .form-check-input {
  width: 26px;
  height: 26px;
}
.ah-subscription .sub-plan-tile .form-check-input:checked {
  background-color: #9a00ff;
  border-color: #9a00ff;
}
.ah-subscription .sub-plan-tile .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.ah-subscription .contents-wrapper span {
  margin: 34px 0px 9px 0px;
  display: block;
}
.ah-subscription .sub-plan-tile h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 42px;
}
.ah-subscription .ah-button {
  background-color: #9a00ff;
  border-radius: 35px;
  color: #ffffff;
  padding: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.ah-subscription .full-width-banner {
  margin-top: 38px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .ah-subscription .full-width-banner {
    margin-bottom: 10px;
  }
}
.ah-subscription .full-width-banner .large-banner {
  display: none;
}
@media (min-width: 575.98px) {
  .ah-subscription .full-width-banner .large-banner {
    display: block;
  }
}
.ah-subscription .full-width-banner .mob-banner {
  display: none;
}
@media (max-width: 575.98px) {
  .ah-subscription .full-width-banner .mob-banner {
    display: block;
  }
}
.ah-subscription .full-width-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ah-subscription .form-wrapper {
  border-radius: 20px;
  background-color: #1a1a1a;
  padding: 60px 50px;
}
@media (max-width: 767.98px) {
  .ah-subscription .form-wrapper {
    padding: 22px 10px;
  }
}
.ah-subscription .form-section-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
}
.ah-subscription .form-section-sub-heading {
  font-size: 14px;
  font-weight: 400;
  color: #f6f6f6;
  letter-spacing: 0.28px;
  margin-top: 14px;
}
.ah-subscription .form-hr {
  width: 100%;
  color: #707070;
  height: 1px;
}
.ah-subscription .form-item-wrapper {
  padding: 25px 23px;
  border-radius: 10px;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 22px;
}
@media (max-width: 767.98px) {
  .ah-subscription .form-item-wrapper {
    padding: 29px 10px;
  }
}
@media (max-width: 767.98px) {
  .ah-subscription .form-item-wrapper .input-margin-top {
    margin-top: 12px;
  }
}
.ah-subscription .form-item-wrapper ::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.ah-subscription .form-item-wrapper ::placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.ah-subscription .form-item-wrapper ::-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.ah-subscription .form-item-wrapper .row-gap-12px {
  row-gap: 12px;
}
.ah-subscription .form-item-wrapper span.helper-text {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}
.ah-subscription .form-item-wrapper .form-label {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
}
.ah-subscription .form-item-wrapper .form-check-input {
  width: 25px;
  height: 25px;
  background-color: #7d7d7d;
  border: 0.5px solid #ffffff;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}
.ah-subscription .form-item-wrapper .form-check-label {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.ah-subscription .form-check-inline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ah-subscription input.form-input,
.ah-subscription select.form-select {
  background-color: #7d7d7d;
  border: 0.5px solid #ffffff;
  border-radius: 10px;
  height: 45px;
  color: #ffffff;
  cursor: pointer;
}
.ah-subscription select.form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}
.ah-subscription .ah-button.form-submit-btn {
  margin: 0px 10px;
  padding: 18px 0;
  font-size: 18px;
  display: block;
}

@media (max-width: 425px) {
  .ah-subscription .magazine-cover {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .ah-subscription .ah-button.form-submit-btn {
    font-size: 21px;
    max-width: 578px;
  }
}
.ah-subscription span.warning-text {
  color: #878787;
  font-size: 12px;
  font-weight: 200;
}
.ah-subscription .terms-subheading {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
.ah-subscription.thankyoupage {
  font-family: "Roboto", sans-serif;
}
.ah-subscription.thankyoupage main {
  margin: 0px;
  background: linear-gradient(90deg, #000000 60%, #9a00ff 40%);
  padding-bottom: 51px;
  padding-top: 52px;
}
@media (max-width: 575.98px) {
  .ah-subscription.thankyoupage main {
    background: linear-gradient(180deg, #000000 60%, #9a00ff 40%);
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main {
    background: linear-gradient(180deg, #000000 60%, #9a00ff 40%);
    padding-top: 23px;
  }
}
.ah-subscription.thankyoupage main .logo {
  margin-left: 70px;
  margin-top: 52px;
}
@media (max-width: 575.98px) {
  .ah-subscription.thankyoupage main .logo img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .ah-subscription.thankyoupage main .logo {
    margin-left: 0;
    text-align: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper {
  max-width: 1082px;
  background-color: #292929;
  border-radius: 20px;
  padding: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper {
    margin: 0px 10px 0px 10px;
    padding: 29px 27px;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper {
    margin: 10px 10px 0px 10px;
    padding: 29px 27px;
    justify-content: center;
  }
}
@media (min-width: 999px) and (max-width: 1100px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper {
    margin: 0px 10px 0px 10px;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper .content-area {
  position: relative;
  z-index: 1;
}
.ah-subscription.thankyoupage main .thankyou-wrapper h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h1 {
    font-size: 35px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h1 {
    text-align: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper h2 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h2 {
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h2 {
    text-align: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h5 {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper h5 {
    text-align: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper p {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper p {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper p {
    text-align: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper a {
  color: #08949a;
}
.ah-subscription.thankyoupage main .thankyou-wrapper a b {
  font-weight: 700;
}
.ah-subscription.thankyoupage main .thankyou-wrapper .social-links {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper .social-links {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper .social-links {
    justify-content: center;
  }
}
.ah-subscription.thankyoupage main .thankyou-wrapper .cover-image-area {
  position: relative;
}
.ah-subscription.thankyoupage
  main
  .thankyou-wrapper
  .cover-image-area
  img.cover-img {
  z-index: 999;
  position: relative;
}
@media (max-width: 767.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper .cover-image-area {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription.thankyoupage main .thankyou-wrapper .cover-image-area {
    margin-top: 48px;
  }
}
.ah-subscription.thankyoupage
  main
  .thankyou-wrapper
  .cover-image-area
  .decoration {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -83px;
  left: -104px;
  right: 0px;
  z-index: 9;
  background-image: url(../assets/images/confetti.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .ah-subscription.thankyoupage
    main
    .thankyou-wrapper
    .cover-image-area
    .decoration {
    width: 129%;
    height: 130%;
    top: -27px;
    left: -52px;
    right: 0px;
    z-index: 9;
  }
}
.ah-subscription footer {
  background-color: #191919;
  width: 100%;
  padding: 40px 70px 66px 70px;
}
@media (max-width: 991.98px) {
  .ah-subscription footer {
    padding: 18px 24px 23px 24px;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription footer .footer-logo {
    max-width: 215px;
  }
}
.ah-subscription footer .footer-nav-list {
  display: flex;
  -moz-column-gap: 85px;
  column-gap: 85px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.ah-subscription footer .footer-nav-list .footer-nav-item a {
  color: #f6f6f6;
  text-decoration: none;
  border: 0;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .ah-subscription footer .footer-nav-list .footer-nav-item a {
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  .ah-subscription footer .footer-nav-list {
    row-gap: 10px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.ah-subscription footer hr {
  height: 1px;
  background-color: #929292;
  color: #929292;
}
.ah-subscription footer h3 {
  font-size: 24px;
  color: #f6f6f6;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .ah-subscription footer h3 {
    font-size: 14px;
  }
}
.ah-subscription footer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #929292;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ah-subscription footer p {
    font-size: 12px;
    line-height: 16px;
  }
  .direction-mobile{
    flex-direction: column-reverse;
  }
}
.ah-subscription footer .copyright {
  margin-top: 59px;
}
@media (max-width: 991.98px) {
  .ah-subscription footer .copyright {
    font-size: 10px;
    line-height: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ah-subscription .ah-button {
    padding: 16px;
    font-size: 20px;
  }
  .ah-subscription .select-subscription-wrapper .contents-wrapper h1 {
    font-size: 21px;
    line-height: 25px;
  }
  .ah-subscription .select-subscription-wrapper .contents-wrapper {
    padding: 31px 15px 33px 15px;
  }
  .ah-subscription .sub-plan-tile {
    background-color: #2e004d;
    border: 1px solid #9a00ff;
    border-radius: 10px;
    display: flex;
    gap: 17px;
    padding: 21px 20px;
    margin-bottom: 43px;
    align-items: center;
  }
  .ah-subscription .sub-plan-tile .form-check-input {
    width: 26px;
    height: 26px;
  }
}

.description-content {
  grid-area: description;
}

.magazine-cover {
  grid-area: coverImage;
}

.select-sub {
  grid-area: selectSub;
}

.grid-container {
  display: grid;
  grid-template-areas: "description coverImage";
  grid-template-columns: 1fr 312px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: end;
  justify-items: end;
}
@media (max-width: 767.98px) {
  .grid-container {
    grid-template-areas: "coverImage" "selectSub" "description";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .grid-container {
    grid-template-columns: 1fr 41%;
  }
}

.subscription.vb-page .sub-plan-tile {
  background-color: #470313;
  border: 1px solid #ee2a58;
}
.subscription.vb-page .sub-plan-tile .form-check-input:checked {
  background-color: #ee2a58;
  border-color: #ee2a58;
}
.subscription.vb-page .ah-button {
  background-color: #ee2a58;
}
.subscription.vb-page.thankyoupage main {
  background: linear-gradient(90deg, #000000 60%, #ee2a58 40%);
}
@media (max-width: 575.98px) {
  .subscription.vb-page.thankyoupage main {
    background: linear-gradient(180deg, #000000 60%, #ee2a58 40%);
  }
}
@media (max-width: 991.98px) {
  .subscription.vb-page.thankyoupage main {
    background: linear-gradient(180deg, #000000 60%, #ee2a58 40%);
  }
}
.terms{
  position: relative;
}
.terms .checkbox-error{
  position: absolute;
  top: 90%;
}
@media (max-width : 576px) {
  .footer-def{
    margin: 20px 0;
  }
}
@media (max-width : 991px){
  .width-full{
    width: 100%;
  }
}

.sign-in-button {
  color: #949494 !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  padding: 10px 30px 10px 30px;
  border: 1px solid #949494;
  background: transparent;
}
.sign-in-button:hover {
  background: transparent !important;
  border-color:  #949494;
}
.single-input{
  width: 270px;
  border:1px solid #c1c1c1;
  display: flex;
  margin-bottom: 15px;
}
.single-input i {
  padding: 10px 16px;
  color: #949494;
}
.single-input input {
  border: 0px solid #949494;
  width: 100%;
  outline: none;
  height: 40px;
  font-size: 12px;
  padding-left: 10px;
}
.submit-btns {
  border: 0px solid #949494;
  margin-top: 30px;
}
.submit-btns input,.submit-btns button {
  background: #949494;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  height: auto;
  width: 100%;
  padding: 5px 0;
}