/*------------------------------------------------------------------

  * Template Nam: New Nine
  * Template UR:  http://new9.co.uk/
  * Description:  New Nine
  * Author:       GetshopToday
  * Author URI:   http://getshop.today/
  * Version:      1.0.0
  * Last update:  17-Aug-2021

 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
	00. Plugins;
	01. base;
	02. Header;
	03. Nav;
	04. Footer;
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

	$brand_color: #ff5252;

-------------------------------------------------------------------*/
/*
	=================================
		@Loaded All Plugins
		@Sazzad362
	=================================
*/
/* 
 * Embed Google Font
 * font-family: 'Poppins', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,300&display=swap");
/* 
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("../css/bootstrap.min.css");
/* 
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url("../css/font-awesome.min.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Copyright (c) 2018 Daniel Eden
 */
@import url("../css/animate.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/owl.theme.default.css");
@import url("../css/switchery.min.css");
/*
=======================================
| ----@ Variables For Font Family
=======================================
*/
/**
 * Reset Styels
 */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html, button, input, select, textarea {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  margin: 0 0 10px;
}

code, kbd, pre, samp {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  -webkit-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu, ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: square;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul, li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type=button] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type=checkbox], input[type=radio] {
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

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

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #757589;
  font-weight: 400;
  background: #F7F7FC;
  overflow: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #050229;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}
h1.axil-display-1 {
  font-size: 80px;
  line-height: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 50px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1.axil-display-1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.axil-display-1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.axil-display-1 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1.axil-display-1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1.axil-display-1 {
    font-size: 36px !important;
    line-height: 45px !important;
  }
}
h2 {
  font-size: 50px;
  line-height: 62px;
}

h3 {
  font-size: 35px;
  line-height: 46px;
}

h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h3 br {
    display: none;
  }
  h4 {
    font-size: 20px;
    line-height: 29px;
  }
  h4 br {
    display: none;
  }
}
p {
  font-size: 16px;
  line-height: 28px;
  color: #757589;
}
p.subtitle-1 {
  font-size: 15px;
  line-height: 24px;
}
p.subtitle-2 {
  font-size: 20px;
  line-height: 32px;
}
p.subtitle-3 {
  color: #52526C;
  font-size: 24px;
  line-height: 38px;
}
p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
/* List Style */
ul, ol {
  padding-left: 18px;
}

a {
  text-decoration: none;
  outline: none;
  color: #676788;
  display: inline-block;
}
a:hover, a:focus, a:active {
  outline: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #676788;
}

input, button, select, textarea {
  background: transparent;
  border: 1px solid #D3D3D3;
  transition: all 0.4s ease-out 0s;
  color: #757589;
}

input:focus, input:active {
  outline: none;
  border-color: #C112FF;
}

button:focus, button:active {
  outline: none;
  border-color: #C112FF;
}

select:focus, select:active {
  outline: none;
  border-color: #C112FF;
}

textarea:focus, textarea:active {
  outline: none;
  border-color: #C112FF;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

input, select, textarea {
  width: 100%;
  font-size: 14px;
}

input, select {
  height: 40px;
  padding: 0 15px;
}

.container-gt {
  max-width: 1700px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-theme {
  color: #FF057E !important;
}

.text-purple {
  color: #9D15F8 !important;
}

.title-text {
  background: -webkit-linear-gradient(#FF057E, #9D15F8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-font {
  font-size: 35px;
  line-height: 45px;
}

.sub-title-width {
  max-width: 550px;
  width: 100%;
  margin: 0 auto !important;
  display: block;
}

.color-purple {
  color: #9D15F8 !important;
}

#pages {
  padding: 40px 0;
}

.newnine_modal_body input.form-check-input {
  width: initial;
  height: initial;
}

.thank_you_area {
  text-align: center;
}
.thank_you_area img {
  width: 100%;
  max-width: 500px;
}

.msg_container {
  padding: 35px 0;
}

.verify-buy-form {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}

.terms-page h2 {
  font-size: 2rem;
}
.terms-page h3 {
  font-size: 1.7rem;
}
.terms-page h5 {
  font-size: 1.4rem;
}

/*====================
  Sidebar Sticky
======================*/
.sticky_contact {
  display: none;
  position: fixed;
  top: 30%;
  right: -75px;
  z-index: 9;
  transition: all 0.5s;
  transform: rotate(-90deg);
}
.sticky_contact a {
  font-size: 22px;
  color: #fff;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  padding: 8px 10px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .hero_wraper .left_hero h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .hero_wraper .left_hero h4 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .whatsapp_btn img {
    max-width: 26px !important;
  }
  .whatsapp_btn a {
    font-size: 20px !important;
  }
}
.newnine-btn {
  padding: 8px 22px;
  border-radius: 5px;
  transition: all 0.1s;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  color: #fff !important;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 2px #ddd;
}
.newnine-btn:hover {
  text-decoration: none;
  color: #000 !important;
  background: #fff;
}

.newnine-white {
  padding: 8px 22px;
  border-radius: 5px;
  transition: all 0.1s;
  background: #fff;
  color: #9D15F8;
  box-shadow: 1px 1px 4px 2px #ddd;
  border-radius: 5px;
}
.newnine-white:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
}

#menu_hero {
  position: relative;
}
#menu_hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/header-bg.png);
  top: -15px;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

#desktop_nav .nav-link {
  color: #676788;
  padding-left: 20px;
  padding-right: 20px;
}
#desktop_nav .nav-link.active {
  color: #5C0C91;
}
#desktop_nav .nav-link:hover {
  color: #5C0C91;
}
#desktop_nav .login-reg {
  position: relative;
}
#desktop_nav .login-reg i {
  margin-right: 10px;
}
#desktop_nav .login-reg a {
  color: #FF057E;
}

.hero_wraper {
  padding: 65px 0 85px 0;
  margin: 40px 0 0 0;
}
.hero_wraper .left_hero h4 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}
.hero_wraper .left_hero h1 {
  font-size: 45px;
  line-height: 55px;
}

.hero_wraper_pages {
  padding: 80px 0;
}
.hero_wraper_pages .left_hero h4 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

.circle {
  height: 288px;
  width: 288px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  transform: translate(0, 0);
}

.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #9D15F8;
  border-radius: 50%;
}

.circle:before {
  animation: ripple 2s linear infinite;
}

.circle:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.slider_images {
  position: absolute;
  top: -50%;
  right: -50%;
}
.slider_images img {
  max-width: 250px;
  width: 100%;
}

.whatsapp_btn {
  margin: 30px 0 25px 0;
}
.whatsapp_btn img {
  max-width: 32px;
  width: 100%;
  border-radius: 3px;
}
.whatsapp_btn a {
  font-size: 28px;
}

/*=========
	Responsive
------*/
@media (min-width: 1400px) {
  .hero_wraper .right_hero {
    transform: translateY(70px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hero_wraper {
    padding: 40px 0 80px 0;
    margin: 0;
  }
  .slider_bg {
    margin-top: 150px;
  }
  .slider_bg .slider_images {
    position: absolute;
    top: 0;
    right: -62px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .hero_wraper {
    padding: 40px 0 80px 0;
    margin: 0;
  }
  .slider_bg {
    margin-top: 150px;
  }
  .slider_bg .slider_images {
    position: absolute;
    top: 0;
    right: -200px;
  }
}
@media (max-width: 767px) {
  .hero_wraper {
    padding: 40px 0 80px 0;
    margin: 0;
  }
  .slider_bg {
    margin-top: 150px;
  }
  .slider_bg .slider_images {
    position: absolute;
    top: 47px;
    right: -62px;
  }
  .slider_bg .circle {
    height: 200px;
    width: 200px;
  }
  .login-reg-mb {
    margin-top: 30px !important;
  }
  .login-reg-mb i {
    margin-right: 5px;
  }
  .preSignupModalBody a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.menu_icon i {
  font-size: 30px;
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .Offcavas_top {
  padding: 0 0 40px 0;
  text-align: center;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.Offcanvas_menu_wrapper::-webkit-scrollbar-thumb {
  background-color: #9D15F8;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}
.canvas_close a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.canvas_close a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas_close a i {
  transform: translateY(-1px);
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_main_menu {
  padding-left: 0;
}
.offcanvas_main_menu li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu li {
  position: relative;
  list-style: none;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.offcanvas_main_menu li a:hover {
  color: #dc282e;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

#prcing {
  padding: 80px 0;
}

.price_table {
  background: #fff;
  padding: 30px;
  border: 0.5px solid #ACACBE;
  box-shadow: 0px 14px 30px rgba(157, 21, 248, 0.05);
  border-radius: 25px;
  margin: 150px 0 0 0;
  transition: all 0.5s ease;
}
.price_table .price {
  font-size: 28px;
}
.price_table .table_content {
  margin-top: 35px;
}
.price_table .table_content ul {
  margin: 0;
  padding: 0;
}
.price_table .table_content ul li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
}
.price_table .table_content ul li:last-child {
  margin-bottom: 0;
}
.price_table .table_content ul li i.fa-check {
  color: #159F5C;
  margin-top: 3px;
  margin-right: 5px;
}
.price_table .table_content ul li i.fa-times {
  color: #DD5145;
  margin-top: 3px;
  margin-right: 5px;
}
.price_table .table_content ul li i.fa-play-circle {
  color: #FF057E;
  cursor: pointer;
  margin-top: 3px;
}
.price_table .table_content .package_value {
  color: #FF057E;
}
.price_table:hover {
  border: 0.5px solid #9D15F8;
}

.featured-table {
  transform: translateY(60px);
}
.featured-table .price_table {
  border: 0.5px solid #9D15F8;
  margin: 0 0 0 0;
}

.additional_price {
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0px 14px 30px rgba(157, 21, 248, 0.05);
  margin-top: 80px;
}
.additional_price .addon_list .border-btm {
  border-bottom: 2px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.additional_price .addon_list .border-btm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.additional_price .addon_list .border-btm .fa-question-circle-o {
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}
.additional_price .addon_list .border-btm p {
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.additional_price .addon_list .border-btm p .border-btn-addon {
  padding: 8px 22px;
  border-radius: 5px;
  transition: all 0.1s;
  color: #000 !important;
  border-radius: 5px;
  border: 1px solid #9D15F8;
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.additional_price .addon_list .border-btm p .border-btn-addon:hover {
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
}

/*=========
  Responsive
------*/
@media (max-width: 767px) {
  .price_table {
    margin: 30px 0 0 0;
  }
  .featured-table {
    transform: translateY(0px);
  }
  .featured-table .price_table {
    margin: 30px 0 0 0;
  }
  .additional_price .addon_list .border-btm p .border-btn-addon {
    padding: 0px 22px;
    width: 32%;
    display: flex;
    justify-content: center;
  }
  .additional_price .addon_list .border-btm p {
    font-weight: normal;
  }
}
.tab-menu {
  margin-top: 34px;
  min-height: 500px;
}
.tab-menu h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: rgb(181, 181, 212);
  transition: 0.3s all;
}
.tab-menu h2 .clicktoshow {
  font-size: 14px;
  display: block;
  color: rgb(181, 181, 212);
  font-weight: normal;
}
.tab-menu ul {
  padding: 0;
}
.tab-menu ul li {
  list-style: none;
}
.tab-menu ul li a {
  border-radius: 20px;
  padding: 20px 40px;
  transition: 0.3s all;
}
.tab-menu ul li a:hover {
  text-decoration: none;
}
.tab-menu ul li a.active {
  background: #FFFFFF;
  padding: 40px;
  transition: 0.3s all;
  box-shadow: 0 18px 30px 0 rgba(28, 28, 87, 0.05);
}
.tab-menu ul li a.active h2 {
  margin-bottom: 15px;
  background: -webkit-linear-gradient(#ff057e, #9d15f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-menu ul li a.active h2 .clicktoshow {
  display: none;
}

.tab-box {
  display: none;
}

.tab-teaser {
  width: 100%;
  margin: 0 auto;
}

.tab-main-box {
  background: #f4fcce;
  padding: 10px 30px;
  border: 2px solid #d0d062;
  margin-top: -2px;
}

#aboutmore {
  padding: 80px 0 40px 0;
}
#aboutmore .active p {
  display: block;
}
#aboutmore .about-left img {
  width: 100%;
  max-width: 250px;
}
#aboutmore .about-left .um-over-lay {
  position: absolute;
  top: -50%;
  left: 27%;
}
#aboutmore .about_right h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.about-left-circle {
  margin: 0 auto;
}

/*=========
  Responsive
------*/
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  #aboutmore .about-left .um-over-lay {
    left: 22%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #aboutmore .about-left .um-over-lay {
    left: 12%;
  }
}
@media (max-width: 767px) {
  #aboutmore {
    padding: 0px 0 40px 0;
  }
  #aboutmore .about-left img {
    margin-bottom: 30px;
    max-width: 150px;
  }
  #aboutmore .about-left .um-over-lay {
    top: -23%;
    left: 29%;
  }
  .tab-menu h2 {
    font-size: 21px;
    line-height: 31px;
  }
  .about-left-circle {
    height: 200px;
    width: 200px;
  }
}
#about-img {
  animation: action 1s infinite alternate;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
#howitworks {
  padding: 80px 0;
}
#howitworks .page_title h2 {
  font-size: 35px;
  line-height: 45px;
}
#howitworks .how_box {
  background: #FFFFFF;
  box-shadow: 0px 14px 30px rgba(157, 21, 248, 0.05);
  border-radius: 27px;
  padding: 20px;
  margin-top: 40px;
}
#howitworks .how_box h4 {
  font-weight: normal;
  margin-top: 15px;
}

/*=========
  Responsive
------*/
@media (max-width: 767px) {
  #howitworks {
    padding: 0 0 80px 0;
  }
}
#faqsection {
  padding: 60px 0 80px 0;
  background: #F3F3F8;
}
#faqsection .faq_title h2 {
  font-size: 35px;
  line-height: 45px;
}
#faqsection .card {
  margin-bottom: 30px;
  border: 0;
}
#faqsection .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}
#faqsection .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  color: #fff;
  padding: 20px;
  white-space: break-spaces;
}
#faqsection .card .card-header .btn-header-link:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
}
#faqsection .card .card-header .btn-header-link.collapsed {
  background: #FDF9FF;
  color: #000;
}
#faqsection .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#faqsection .card .card-header:hover .collapsed {
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  color: #fff;
}
#faqsection .card .collapsing {
  background: #FDF9FF;
  line-height: 30px;
}
#faqsection .card .collapse {
  border: 0;
}
#faqsection .card .collapse.show {
  background: #FDF9FF;
  line-height: 30px;
  color: #222;
}
#faqsection .faq_title {
  margin-bottom: 60px;
}
#faqsection .faq_title h3 {
  text-align: center;
}
#faqsection .faq_title h3 span {
  color: #000;
}

#contactus {
  padding: 80px 0;
}
#contactus .contact_title h2 {
  font-size: 35px;
  line-height: 45px;
}
#contactus .form-control {
  border-color: transparent;
  border-radius: 4px;
  height: auto;
  padding: 10px 12px;
}
#contactus select.form-control {
  height: auto;
  padding: 10px 12px;
}
#contactus .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.07);
}

@media (max-width: 767px) {
  #contactus {
    padding: 60px 0 60px 0;
  }
}
#footer {
  padding: 60px 0 20px 0;
  background: #050229;
}
#footer img {
  margin-bottom: 30px;
}
#footer .footer_menu ul li {
  display: inline-block;
}
#footer .footer_menu ul li a {
  margin-right: 15px;
}

/*=========
  Responsive
------*/
@media (min-width: 1024px) {
  .address {
    position: relative;
    padding-right: 25px;
  }
}
.new_nine_modal_head {
  background-image: url("../images/trial_modal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 35px;
  height: 200px;
}
.new_nine_modal_head h5 {
  color: #fff;
}
.new_nine_modal_head .cross {
  line-height: 1;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  position: absolute;
  right: 2%;
  top: 2%;
  cursor: pointer;
}

.newnine_modal_body {
  padding: 35px;
}

.max-width-403 {
  max-width: 403px;
  width: 100%;
}

#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 2px solid #8a19fa;
  color: #8a19fa;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100px;
  z-index: 999;
  transition: 0.5s;
  opacity: 0;
}
#scrollUp:hover {
  background-color: #8a19fa;
  color: #ffffff;
}
#scrollUp.show {
  opacity: 1;
}
#scrollUp i {
  animation: mymove 1s ease-in 0s infinite alternate;
  display: inline-block;
  position: relative;
}
@keyframes mymove {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
#loader_show {
  display: none;
}

.preloaderwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.preloader {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ff057e;
  position: relative;
  animation: rotating 2.5s infinite ease;
  -webkit-animation: rotating 2.5s infinite linear;
}
.preloader:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: inherit;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  border-top-color: #9D15F8;
  animation: rotating 2s infinite ease;
  -webkit-animation: rotating 2s infinite linear;
}
.preloader:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: inherit;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-top-color: #FF057E;
  animation: rotating 1.5s infinite ease;
  -webkit-animation: rotating 1.5s infinite linear;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#whyus {
  padding: 80px 0;
}
#whyus .page_title h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 60px;
}
#whyus .whydetails {
  position: relative;
  overflow: hidden;
  clear: both;
}
#whyus .whydetails h4 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 30px;
  font-weight: normal;
}
#whyus .whydetails h4 i {
  font-size: 16px;
}
#whyus .whydetails:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f7f7fc 100%);
  cursor: pointer;
}
#whyus .whydetails.active:after {
  position: initial;
}
#whyus .clicktoshow {
  font-size: 14px;
  display: block;
  color: #9D15F8;
  font-weight: normal;
  cursor: pointer;
  margin-top: 30px;
}

#special_header {
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 9;
}
#special_header .fa-whatsapp {
  color: #11d137;
  font-weight: bold;
}

.special_header_btn {
  background: #fff;
  color: #535353;
  padding: 8px 28px;
  border-radius: 3px;
}

#wehelp {
  padding: 80px 0;
  margin-top: 80px;
}
#wehelp .weHelpText h1 {
  font-size: 42px;
  line-height: 52px;
}
#wehelp .weHelpText .pointsAra p {
  margin-bottom: 5px;
  display: flex;
}
#wehelp .weHelpText .pointsAra p span {
  margin-right: 10px;
}

#marketResearch {
  padding: 80px 0;
  position: relative;
}
#marketResearch .marketResearchTitle {
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#marketResearch .marketResearchSlide img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.spHowitworks h3 {
  margin-bottom: 40px;
}
.spHowitworks .pointsAra span {
  color: #9D15F8;
}
.spHowitworks .pointsAra span.roundnumber {
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#sellingplatform {
  position: relative;
  padding: 80px 0;
  background: #fff;
}
#sellingplatform .sellingplatformTitle {
  margin-bottom: 80px;
}

.bg-newnine {
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
}

.cardTimeline h5 {
  font-weight: normal;
  margin: 0;
}

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

.cta_img {
  position: absolute;
  top: 22%;
  right: 0;
}
.cta_img img {
  max-width: 200px;
  width: 100%;
}

.cta_img_left {
  position: absolute;
  top: 22%;
  left: 0;
}
.cta_img_left img {
  max-width: 250px;
  width: 100%;
}

#money_back_area {
  padding: 80px 0;
}
#money_back_area .money_back_area_title {
  padding-bottom: 80px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#package_type {
  background: #fff;
  padding: 80px 0;
}
#package_type .money_back_area_title {
  padding-bottom: 80px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#package_type .card_area {
  background: #f7f7fc;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 5px;
}
#package_type .card_area ul {
  margin-bottom: 0;
}
#package_type .card_area ul li {
  margin-bottom: 10px;
}
#package_type .card_area ul li:last-child {
  margin-bottom: 0;
}

.ImgBounce {
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.text-right-gt {
  text-align: right;
}

.talktoexpert {
  margin: 30px;
}

.talktoexpert {
  font-size: 26px;
}
.talktoexpert h5 {
  margin-bottom: 30px;
}
.talktoexpert img {
  max-width: 32px;
  width: 100%;
  border-radius: 3px;
}

.sd-semibold {
  font-weight: 600;
  font-style: italic;
}

.telephoneIcon {
  margin-top: 15px;
}
.telephoneIcon i {
  font-size: 27px;
  background: linear-gradient(90deg, #FF057E 0%, #9D15F8 100%);
  color: #fff;
  padding: 1px 6px;
  border-radius: 5px;
}

#workwithgt {
  background-color: #fff;
  padding: 80px 0;
}

.sectionTitleGT {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.sectionTitleGT h5 {
  margin: 40px 0;
  font-weight: 600;
  line-height: 36px;
}

.bookConsult {
  margin-top: 25px;
  background: #E01941;
  color: #fff !important;
  padding: 8px 70px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.bookConsult:hover {
  color: #fff;
}

#consultationarea {
  padding: 80px 0;
}
#consultationarea label span {
  color: #f00;
}

.gt_area iframe {
  width: 100%;
}

.mapimg img {
  width: 100%;
}

/*===============
    Responsive
    ===============*/
@media (max-width: 767px) {
  .bookConsult {
    padding: 8px 16px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .bookNoww100 {
    width: 100%;
    margin-top: 10px;
  }
  .text-right-gt {
    text-align: left;
  }
  #wehelp {
    margin-top: 46px;
    padding: 40px 0;
  }
  #wehelp .weHelpText {
    margin-top: 30px;
  }
  #wehelp .weHelpText h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .special_header_btn {
    padding: 8px 8px;
  }
  .cta_img {
    display: none;
  }
  #money_back_area .money_back_area_title {
    padding-bottom: 15px;
  }
  .money_back_weHelpText {
    margin-bottom: 30px;
  }
  #package_type .money_back_area_title {
    padding-bottom: 30px;
  }
  #marketResearch .marketResearchTitle {
    padding-bottom: 10px;
  }
  #marketResearch .spHowitworks h3 {
    margin-bottom: 0;
  }
  .marketResearchSlide {
    margin-bottom: 0px;
  }
  #sellingplatform .sellingplatformTitle {
    margin-bottom: 30px;
  }
  .mt-25 {
    margin-top: 7px;
  }
  .cardTimeline i {
    color: #FF057E;
  }
  .cta_img_left {
    display: none;
  }
  #marketResearch,
#package_type,
#money_back_area,
#sellingplatform,
#consultationarea {
    padding: 40px 0;
  }
  #special_header .logo img {
    max-width: 99px;
    width: 100%;
  }
  #workwithgt {
    padding: 40px 0;
  }
  #workwithgt .sectionTitleGT h5 {
    text-align: left;
    font-weight: normal;
    margin: 25px 0;
  }
}
/*--------------------------
  New landing Page (clone)
  --------------------------*/
.newlanding h4 {
  margin-bottom: 30px;
  margin-top: 25px;
}
.newlanding .pointsAra {
  margin-top: 25px;
}

#ctawhite {
  padding: 80px 0;
  background-color: #fff;
}
#ctawhite h3 {
  line-height: 42px;
  max-width: 725px;
  margin: 0 auto;
  display: block;
}

.special_text_area {
  padding: 20px 0 0 0;
}

@media (max-width: 767px) {
  .special_text_area {
    padding: 0 0 20px 0;
  }
  .newlanding {
    text-align: center;
  }
  .newlanding h3 {
    font-size: 22px;
  }
  .newlanding h4 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  #ctawhite {
    padding: 40px 0;
    background-color: #fff;
  }
  #ctawhite h3 {
    line-height: 42px;
    font-size: 22px;
  }
}
.item-poduct {
  margin-bottom: 30px;
}
.item-poduct .product-image {
  min-height: 350px;
  height: 350px;
  overflow: hidden;
  background: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.item-poduct .product-title h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
}
.item-poduct .product-title h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-poduct .product-title h3:hover {
  color: #a3a3a3;
}
.item-poduct .price-box .regular span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.search {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.no_product {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .item-poduct .product-image {
    min-height: 185px;
    height: 185px;
  }
}
.blog_listing_wraper .blog_img img {
  width: 100%;
  box-shadow: 0px 0px 5px 1px #ddd;
  border-radius: 10px;
}
.blog_listing_wraper .card_area_blog {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  transform: translateY(-25%);
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s;
}
.blog_listing_wraper .card_area_blog .label_ar {
  margin: 0 0 10px 0;
  color: #ddd;
}
.blog_listing_wraper:hover .card_area_blog {
  transform: translateY(-27%);
}

.blog-details img {
  width: 100% !important;
}

.ye_wehelp {
  padding: 80px 0 0 0 !important;
}

.limited-time-offer {
  position: relative;
  color: #fff;
  padding: 0 35px;
}
.limited-time-offer:after {
  background: url("../images/offer-bg.png");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.call-now-ye {
  background: #e01941;
  color: #fff !important;
  padding: 8px 28px;
  border-radius: 3px;
}
.call-now-ye.purple {
  background: #9D15F8;
}

.ye_marketResearch {
  background: #fff;
}

.what-get-list ul li {
  margin-bottom: 10px;
}
.what-get-list ul li:last-child {
  margin-bottom: 0;
}

.what-get-img img {
  width: 100%;
}

#why_us_ye {
  padding: 80px 0;
}

#why-start-2022 {
  padding: 80px 0;
  background: #fff;
}
#why-start-2022 .ws-2022-title {
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto 35px auto;
  display: block;
  text-align: center;
}
#why-start-2022 .ws-boxes {
  min-height: 245px;
  max-width: 350px;
  width: 100%;
  box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, 0.0784313725);
  padding: 32px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
}
#why-start-2022 #ws-why-wrap {
  display: flex;
  justify-content: center;
}
#why-start-2022 .ws-ico {
  font-size: 44px;
  margin-bottom: 25px;
}
#why-start-2022 .ws-ico i {
  color: #9D15F8;
}

.ws-cta {
  margin-top: 45px;
  text-align: center;
}
.ws-cta h6 {
  font-weight: normal;
}

#how-can-i-start {
  padding: 80px 0;
}
#how-can-i-start .how-start-title {
  max-width: 700px;
  margin: 0 auto 35px auto;
  display: block;
}
#how-can-i-start .how-box-content img {
  width: 100%;
}

#ws-hitw {
  padding: 80px 0;
  background: #fff;
}

#helpSelling {
  padding: 80px 0;
}

.white-bg {
  background: #fff;
}

.ws-package-type {
  background: #F7F7FC !important;
}
.ws-package-type .card_area {
  background: #fff !important;
}

.card_area_min_233 {
  min-height: 233px;
}

#ws-working-with {
  background: #fff;
  padding: 80px 0;
}

#notconvenced {
  padding: 40px 0;
}

#getoffernow {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.coupon_badge {
  width: 209px;
  height: 46px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}
.coupon_badge span {
  padding-top: 7px;
  padding-right: 5px;
  font-family: monospace;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background-color: #f2f2f2;
  border: dashed 2px #e01941;
  font-size: 24px;
  font-weight: 900;
  text-align: right;
}
.coupon_badge a {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #e01941;
  color: #fff;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  padding-top: 12px;
  right: 37px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transition: right 0.2s;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.06);
}
.coupon_badge:hover a {
  right: 65px;
}

.producs-ws {
  padding: 35px 0;
}
.producs-ws .item-poduct {
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.0196078431);
  padding: 15px;
  border-radius: 5px;
}

#expertcall {
  border-top: 1.5px dashed #ddd;
  margin-top: 40px;
}

.inlinecall {
  color: #9D15F8 !important;
}

.line-stacked-text {
  text-decoration: line-through;
  color: #7e7e7e;
}

.center-btn {
  margin-top: 25px;
}

.spHowitworks ul li {
  margin-bottom: 10px;
}
.spHowitworks ul li:last-child {
  margin-bottom: 0;
}

.font-39 {
  font-size: 39px !important;
}

.main_warpper_crismas_landing_page p {
  font-size: 18px;
  line-height: 32px;
}
.main_warpper_crismas_landing_page li {
  font-size: 18px;
  line-height: 32px;
}

/*===================
      Responsive
  ===================*/
@media (max-width: 768px) {
  .mb-font-17 {
    font-size: 17px;
  }
  .center-btn {
    text-align: center;
  }
  .ye_wehelp {
    padding: 40px 0 !important;
  }
  #why_us_ye,
#why-start-2022,
#how-can-i-start,
#ws-hitw,
#helpSelling,
#ws-working-with {
    padding: 40px 0;
  }
  .what-get-img img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .right-video-ye {
    margin-top: 30px;
  }
  #why-start-2022 .ws-boxes {
    min-height: unset;
    max-width: unset;
    margin-bottom: 30px;
  }
  #why-start-2022 .ws-boxes:last-child {
    margin-bottom: 0;
  }
  #ws-why-wrap {
    display: block !important;
  }
  #why-start-2022 .ws-2022-title {
    padding-bottom: 0;
  }
  #how-can-i-start .how-box-content img {
    margin-top: 30px;
  }
  .sd_mobile_how {
    margin-top: 30px;
  }
}
.capmodal {
  background-color: #f7f7f7;
}
.capmodal input,
.capmodal select {
  height: initial;
  width: initial;
}
.capmodal .reg_left {
  padding: 30px;
  position: relative;
}
.capmodal .reg_left .image_for_left img {
  max-width: 300px;
  width: 100%;
}
.capmodal .reg-right {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.capmodal .reg-right:after {
  position: absolute;
  content: "";
  background: url(../images/shape.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -300px;
  bottom: -500px;
}
.capmodal .reg-right h4 {
  margin-top: 25px;
}
.capmodal .reg-right .cap_main {
  margin: 50px 0 30px 0;
  display: block;
  text-align: center;
}
.capmodal .reg-right .cap_main img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.capmodal .reg-right .cap_main .cap_inputs {
  text-align: left;
  max-width: 220px;
  margin: 0 auto;
}
.capmodal .reg-right .cap_main .cap_inputs .capq {
  font-size: 14px;
  color: #535353 !important;
}
.capmodal .continue {
  margin-bottom: 25px;
}
.capmodal .bg_right_modal {
  background-color: #ecdeef;
}
.capmodal .tree_img {
  position: absolute;
  top: 84%;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.capmodal .tree_img img {
  max-width: 200px;
  width: 100%;
}

.modal_close_cap {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 9;
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.modal_close_cap i {
  color: #fff;
  background: #000;
  border-radius: 100%;
  height: 24px;
  width: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cap_inputs label {
  color: #757589 !important;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .capmodal .continue a {
    max-width: 200px;
    margin: 0 auto;
  }
  .capmodal .reg_form {
    padding: 0 15px 0px 15px;
  }
  .capmodal .cap_img {
    margin-bottom: 25px;
  }
  #caponly {
    z-index: 9999;
  }
}
@media (min-width: 1024px) {
  .capmodal .tree_img {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */