@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'general_sansmedium';
    src: url('fonts/generalsans-medium-webfont.woff2') format('woff2'),
         url('fonts/generalsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*font-family: "Poppins", sans-serif;*/
/*font-family: "Instrument Sans", sans-serif;*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --default-trans:all 0.4s ease-in-out;
    --primary-font:"Poppins", sans-serif;
    --secondary-font:"Instrument Sans", sans-serif;
    --general:'general_sansmedium';
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-padding: 7rem;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-size: 16px;
    overflow-x: hidden;
    font-family: var(--primary-font) !important;
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
    padding-left:0 ;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
p{
    margin-bottom: 0;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Slider */
.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;
}
.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;
}
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**********global css end*******/

/* #prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
} */
.container {
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}
input:focus-visible{
    outline: none !important;
}
/*====================================== Start navigation ========================================*/

.main_header{
    position: absolute;
    width: 100%;
    z-index: 999;
    background:transparent;
    padding: 33px 0;
}
.fixed{
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    position: fixed;
    transition: var(--default-trans);
    background: #000000c4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
    padding: 12px 0px !important;
}
.nav-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-nav ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.menu-nav ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: white;
}
.menu-nav ul li a{
    color: white;
    transition: var(--default-trans);
}
.menu-nav ul li a:hover{
    color: #86B739;
}
.menu-nav ul li.nav-btn{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.menu-nav ul li.nav-btn a{
    padding: 13px 25px;
    border-radius: 6px;
    border: 2px solid transparent;
    background: #86B739;
}
.menu-nav ul li.nav-btn a:hover{
    border: 2px solid #86B739;
    background: transparent;
}

.nav_wrapper .nav_sec{
    margin: 0;
    padding: 0;
  }
  .nav_wrapper .nav_sec ul li a::after{
    content: "";
    left: -1px;
    bottom: 2px;
    width: 105%;
    height: 8px;
    position: absolute;
    background: var(--orange);
    z-index: -1;
    display: none;
    transition: var(--default-trans);
  }
  .nav_wrapper .nav_sec ul li:hover > a::after,
  .nav_wrapper .nav_sec ul li.active > a::after,
  .nav_wrapper .nav_sec ul li.current-menu-item > a::after{
    display: block;
  }

  .nav_wrapper .nav_sec ul li.active > a,
  .nav_wrapper .nav_sec ul li.current-menu-item > a{
        font-weight: 600;
        color: var(--violet);
  }
  .nav_wrapper .nav_sec ul li ul{
    width: 250px;
    background: var(--primary-color);
    position: absolute;
    top:100%;
    left: 0;
    z-index: 999;
    display: none;
  }
  .nav_wrapper .nav_sec ul li:hover ul{
    display: block;
  }

  .nav_wrapper .nav_sec ul li ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}
  .nav_wrapper .nav_sec ul li ul li + li{
    border-top: 2px solid var(--violet);
  }
  .nav_wrapper .nav_sec ul li ul li a {
      margin: 0;
      padding:10px 10px;
      display: block;
      font-size: 16px;
      font-weight: 300;
      color: var(--white);
  }
  span.toggle-menu{
      display: none;
      background: var(--primary-color);
      padding: 7px!important;
      border-radius:3px;
  }
.nav_wrapper .nav_sec ul li ul {
    position: absolute;
    left: 10px;
    width: 250px;
    background-color: var(--yellow);
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 180%;
    transition: 0.3s;
    pointer-events: none;
    z-index: 111;
    border-radius: 6px;
}
.nav_wrapper .nav_sec ul li ul li a{
    color: var(--violet);
    border: none;
    font-weight: 500;
}
.nav_wrapper .nav_sec ul li ul li a::after{
    display: none !important;
}
.nav_wrapper .nav_sec ul li ul li a:hover{
    color: var(--white);
}
.nav_wrapper .nav_sec ul li:hover ul {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
/*====================================== End navigation ========================================*/

/* ======================================= banner starts ======================================== */

.banner{
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 640px;
    padding: 295px 0 270px;
    margin-bottom: 70px;
}
.banner-text{
    position: relative;
    z-index: 9;
    text-align: center;
}
.banner-text h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    text-align: center;
    color: white;
}
/* ======================================= banner starts ======================================== */

.cmn-heading{
    text-align: center;
}
.cmn-heading h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #262626;
    margin-bottom: 10px;
}
.cmn-heading h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    color: #0B0228;
    margin-bottom: 10px;
}
.cmn-heading h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-bottom: 5px;
}
.cmn-heading p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #444444;
    margin-bottom: 10px;
}
.need-section{
    padding-bottom: 40px;
}
.need-section .cmn-heading{
    max-width: 915px;
    margin: 0 auto 45px;
}
.need-section .cmn-heading h3{
    text-transform: capitalize;
}
.need-box{
    margin: 0 15px;
}
.need-box-img{
    margin-bottom: 45px;
}
.need-box-img img{
    border-radius: 20px;
    margin: 0 auto;
}
.need-text{
    text-align: center;
    padding: 0 27px;
}
.need-text h3{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.42px;
    letter-spacing: 0.02em;
    color: #121112;
}
.need-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #444444;
    margin-bottom: 23px;
    min-height: 96px;
}
.need-text ul li,.need-text ol li{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #444444;
}
.need-text ul,.need-text ol{
    padding: 0 !important;
}
.need-text a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1F2125;
    transition: var(--default-trans);
}
.need-text a i{
    display: inline-block;
    margin-left: 10px;
    font-weight: 400 !important;
}
.need-text a:hover{
    color: #86B739;
}
/* //////////// */
.solution-sec{
    background: #FDFDFD;
    padding: 80px 0;
    padding-top: 60px;
}
.solution-sec .cmn-heading{
    margin-bottom: 30px;
}
.solution-box{
    border: 1px solid #EDEDED;
    border-radius: 15px;
    background-color:white;
    padding: 33px 23px 36px;
    transition: var(--default-trans);
    height: 100%;
    position: relative;
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
}
.solution-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 1;
    border-radius: 13px;
    transition: var(--default-trans);
}
.solution-box:hover::after{
    display: none;
}
.solution-box:hover .solution-box-text h3,.solution-box:hover .solution-box-text p,.solution-box:hover .solution-box-text a{
    color: white;
}
.solution-box:hover .solution-box-img svg path{
    fill: white !important;
}
.solution-box-img{
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}
.solution-box-img svg path{
    transition: var(--default-trans);
}
.solution-box-text{
    padding: 0 5px;
    text-align: left;
    position: relative;
    z-index: 5;
}
.solution-box-text h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    color: #222222;
    margin-bottom: 7px;
    transition: var(--default-trans);
    text-transform: uppercase;
}
.solution-box-text p{
    font-family:var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #222222;
    margin-bottom: 16px;
    transition: var(--default-trans);
}
.solution-box-text a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFB601;
    display: inline-block;
    transition: var(--default-trans);
}
.solution-box-text a i{
    margin-left: 10px;
}
.solution-box-text a:hover{
    color: #86B739;
}

/* //////////// */

.price-sec {
    padding: 62px 0 73px;
    background-size: cover;
    background-repeat: no-repeat;
}
.price-sec .cmn-heading{
    margin-bottom: 15px;
}
.price-sec .cmn-heading h2{
    color: white;
}
.price-sec-holder .row>*{
    padding: 0 !important;
}
.price-sec-holder .row>*:nth-child(1) .price-box,.price-sec-holder .row>*:nth-child(2) .price-box{
    background: #1D2315;
}
.price-sec-holder .row>*:nth-child(3) .price-box,.price-sec-holder .row>*:nth-child(4) .price-box{
    background: #232430;
}
.price-sec-holder .row>*:nth-child(3) .price-box .org-price p,.price-sec-holder .row>*:nth-child(4) .price-box .org-price p{
    color: #8086A4;
}
.price-sec-holder .price-box{
    border: 3px solid #2B2C3A;
    border-radius: 20px;
    padding: 33px 20px;
    height: 100%;
    margin: 0 8px;
    box-shadow: 0px 4px 37.6px 0px #00000040;
}
.price-sec-holder .price-box h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: white;
    margin-bottom: 25px;
}
.org-price{
    margin-bottom: 18px;
}
.org-price p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #6E7B5C;
    max-width: 190px;
    margin: 0 auto;
}
.org-price p b{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: white;
    display: inline-block;
}
.org-price p span{
    font-family: var(--secondary-font);
    font-size: 46px;
    font-weight: 600;
    line-height: 56.12px;
    text-align: center;
    color: white;
    display: inline-block;
}
.slt-plan{
    margin-bottom: 27px;
}
.slt-plan a{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: white;
    padding: 17px;
    display: inline-block;
    width: 100%;
    border: 1px solid #86B739;
    border-radius: 6px;
    background: #86B73924;
    transition: var(--default-trans);
    text-align: center;
}
.slt-plan a:hover{
    background: #86B739;
}
.price-sec-holder .price-box h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #B2ADCC;
}
.price-sec-holder .price-box ul{
    padding: 0;
    margin: 0;
}
.price-sec-holder .price-box ul li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: white;
    padding-left: 38px;
    margin-bottom: 17px;
}
.price-sec-holder .price-box ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(../../images/tick.png) no-repeat center;
    background-size: contain;
}
.plan-toggle-form{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.plan-toggle-form p{
    margin-bottom: 0;
    color: white;
    font-size: 18px;
    line-height: 30px;
}
.radio-btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.radio-btn-holder-1 label,.radio-btn-holder-2 label{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 2px !important;
}
.plan-toggle-form input[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    background: #E3E3E3;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
}
.plan-toggle-form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.plan-toggle-form input[type="checkbox"]::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: 0.5s;
}
.plan-toggle-form input[type="checkbox"]:checked {
    background: #86B739;
}
.plan-toggle-form input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
    left: 18px;
}
.plan-box1,
.plan-box2 {
    display: none;
}

.plan-box1 {
    display: block;
}

.plan-box2.active {
    display: block; 
}
/* ///////////// */
.our-sec{
    padding: 60px 0 65px;
}
.our-sec-holder .row>*{
    padding: 0 !important;
}
.get-us{
    padding:43px 50px 30px;
    background: #FFF7E3;
    box-shadow: 0px 0px 1px 0px #00000040;
}
.get-us .cmn-heading{
    text-align: left;
}
.get-us .cmn-heading p{
    font-size: 18px;
    font-weight: 300;
    line-height: 33.66px;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}
.get-us .cmn-heading h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 30.72px;
    text-align: left;
    color: #333333;
    margin-bottom: 35px;
}
.get-us .cmn-heading a{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: white;
    padding: 13px 30px 10px;
    border-radius: 6px;
    background: #86B739;
    display: inline-block;
    border: 1px solid transparent;
    transition: var(--default-trans);
}
.get-us .cmn-heading a:hover{
    color: #86B739;
    border: 1px solid #86B739;
    background: transparent;
}
.register-sec,.get-us{
    height: 100%;
}
.register-sec{
    padding: 44px 90px;
    background: #F9F9F9;
}
.register-sec .cmn-heading{
    text-align: left;
    padding-bottom: 15px;
}
.register-sec .cmn-heading h2{
    margin-bottom: 5px;
}
.register-sec .cmn-heading p{
    font-size: 18px;
    font-weight: 300;
    line-height: 23.04px;
    color: #232323;
}
.register-sec .input-wrapper{
    margin-bottom: 15px;
}
.register-sec .input-wrapper label{
    font-family:var(--general);
    font-size: 12px;
    font-weight: 500;
    line-height: 16.2px;
    text-align: left;
    color:black;
    margin-bottom: 7px;
}
.register-sec .input-wrapper input,.register-sec .input-wrapper textarea{
    border: 0.7px solid #ECECEC;
    background: white;
    border-radius: 4px;
    width: 100%;
    padding: 12px 16px 9px;
    color: black;
    font-family: var(--general);
    font-size: 9.82px;
    font-weight: 400;
    line-height: 13.26px;
    text-align: left;
}
.register-sec .input-wrapper input::placeholder{
    color: #9E9E9E;
}
.register-sec .input-wrapper textarea{
    min-height: 70px;
}
.register-sec .input-wrapper input[type="submit"]{
    font-family: var(--general);
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;
    color: white;
    background: #86B739;
    width: auto;
    padding: 11px 44px 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: var(--default-trans);
}
.register-sec .input-wrapper input[type="submit"]:hover{
    border: 1px solid #86B739;
    color: #86B739;
    background: transparent;
}
/* ///// */
footer{
    background: #1E1E1F;
    padding: 18px 0;
}
.footer-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    gap: 40px;
}
.foot-logo p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.foot-logo p a{
    color: white;
    transition: var(--default-trans);
}
.foot-logo p a:hover{
    color: #86B739;
}
.foot-details{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}
.foot-details p a,.foot-details p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    transition: var(--default-trans);
    margin-bottom: 0;
}
.foot-details p span{
    color: #737373;
    display: inline-block;
    padding: 0 10px;
}
.foot-details p a:hover{
    color: #86B739;
}
.foot-details ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.foot-details ul li a{
    color: white;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2F2F2F;
}
.foot-details ul li a:hover{
    color: #86B739;
}
.radio-btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
/* .radio-btn-holder-1, .radio-btn-holder-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
} */
.radio-btn-holder-1 label,.radio-btn-holder-2 label{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 2px !important;
}
.plan-box1 .row, .plan-box2 .row {
    justify-content: center;
}

.radio-btn-holder-1> input, .radio-btn-holder-2> input {
    float: left;
    padding: 0 !important;
    width: auto !important;
    vertical-align: middle;
    padding-top: 10px !important;
    margin-top: 6px !important;
    margin-right: 5px;
}
.spacial-input-wrapper label {
    margin: 0 !important;
}
.spacial-input-wrapper input {
    width: auto !important;
}
.spacial-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px 10px;
}