/* ***** Common Css **** */
:root{
    scroll-behavior: smooth;

    --txt-font:#717680;
    --txt-font2:#414651;
    --txt-font3:#535862;
    --titleColor:#252B37;
    
    --borderColor:#E7E5E4;
    
    --blackColor:#000000;
    --whiteColor:#ffffff;

    --primary:#7F56D9;
    --secondary:#6941C6;
    --lightback:#F9F5FF;
    --lightgray:#FAFAFA;

    --gradient:linear-gradient(90deg, #FFF8EB 0%, #E9FDEB 118.22%);
    --gradient2:linear-gradient(90deg, #D90979 0%, #9D1DAD 50%, #383182 100%);

    --bodyFont: "Inter", sans-serif;
}
 
/* Basics */
html{ overflow-x: hidden; scrollbar-color: var(--primary) lightgray; scrollbar-width: thin;  scroll-behavior: smooth;}
a, button{font-family: var(--bodyFont); outline:none !important; text-decoration:none; box-shadow:none; transition:all .3s ease-in-out;}
a:hover, a:focus, select:focus, button:focus,.btn:focus,btn.focus { outline:none; text-decoration:none; box-shadow:none;}
* { margin:0; padding:0;}
img { border:none; vertical-align:middle; max-width:100%; height:auto;}
li{ list-style:none;}
h1, h2, h3, h4, h5, h6{ outline:none !important;}
input, select, textarea, button{ outline:none !important; box-shadow:none;}
input, textarea, select{ /*-moz-appearance: none; -webkit-appearance: none;*/ box-shadow:none !important;}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family:var(--bodyFont);
    font-size: 14px;
    font-weight: 400;
    color: var(--txt-font);
    text-decoration: none;  
    background: #f7f7f7;  
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{width:90%; max-width:1560px; margin:0 auto; padding:0;}

.btn-nav{
    padding:8px 14px;
    background: var(--primary);
    border: none;
    border-radius: 8px;
    display: table;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
}
.btn-nav:hover{
    background: var(--titleColor);
    color: var(--whiteColor);
}

.btn-main{
    padding: 16px 24px;
    background: var(--primary);
    border-radius: 12px;
    border: 1px solid var(--primary);
    box-shadow: 0px 10px 15px -3px rgba(127, 86, 217, 0.2), 0px 6px 8px -6px rgba(127, 86, 217, 0.2);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
}
.btn-main:hover{
    background: var(--titleColor);
    color: var(--whiteColor);
    border-color: var(--titleColor);
}

.swiper-slide {
    height: auto !important;
}
.swiper-content {
    height: 100% !important
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
   position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: var(--whiteColor);
    padding: 16px 20px;
    border-bottom: 1px solid var(--borderColor);
    z-index: 120;
   transition:all .4s ease-in-out;
    -webkit-transition: 0.4s linear;
}
header.sticky{  position:fixed; box-shadow:0 5px 5px rgba(0,0,0,0.1); z-index:999 !important; animation:slide-down 0.4s;}
header .container-fluid{
    max-width: 100%;
    padding: 0;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 28px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 52px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .nav-link{
    padding: 8px 0px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font3);
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .nav-link.active,
.navbar-light .nav-link:hover {
    color: var(--primary);
}
.btn-mobile{
    display: none;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 20px;width: 20px;padding: 0;}
.navbar-light .navbar-toggler img{margin: 0 auto;}
.navbar-light .navbar-toggler img.close-menu{display: none;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 20px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #636B74;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 20px;position: absolute;height: 2px;background-color: #636B74;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 20px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 20px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 20px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
.navbar-toggler[aria-expanded="true"] img.close-menu{display: block;}
.navbar-toggler[aria-expanded="true"] img.open-menu{display: none;}
/* **** End toggler **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    padding: 40px 0;
}
.hero-banner-wrp .container-fluid{
    padding: 0 40px;
}
.hero-row{
    padding: 46px 0 0;
}
.hero-data{
    max-width: 740px;
}
.hero-data h3{
    padding: 4px 12px 4px 24px;
    position: relative;
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    background: #F9F5FF;
    border: 1px solid #E9D7FE;
    display: table;
    border-radius: 16px;
}
.hero-data h3:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 100%;
    left: 11px;
    top: 13px;
}
.hero-data h1{
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -0.02em;
    color: var(--titleColor);
}
.hero-data h1 span{
    display: block;
    background: var(--gradient2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-data p{
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--txt-font3);
}
.hero-data .btn-main{
    margin: 0 0 40px;
}
.hero-data ul{
    max-width: 590px;
}
.hero-data ul li{
    margin: 0 0 24px;
    padding: 0 0 0 36px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
}
.hero-data ul li:last-child{
    margin: 0;
}
.hero-data ul li:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/chackic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.hero-banner-img img{
    width: 100%;
}

.hero-banner-img video{ margin: 0; padding: 0;   height: auto; width: 100%; /*object-fit: cover;*/}

.slider-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    background: var(--lightgray);
    border: 1px solid var(--borderColor);
    border-radius: 6px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.slider-nav .swiper-button-next:after,
.slider-nav .swiper-button-prev:after{
    display:none;
}
.slider-nav .swiper-button-next svg,
.slider-nav .swiper-button-prev svg{
    width: 15px;
    height: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.slider-nav .swiper-button-next:hover,
.slider-nav .swiper-button-prev:hover{
    background: var(--lightback);
    border: 1px solid var(--primary);
}
.slider-nav .swiper-button-next:hover svg path,
.slider-nav .swiper-button-prev:hover svg path{
    stroke: var(--primary);
}

.your-subscrip-wrp{
    padding: 20px 15px;
    border-bottom: 1px solid #F5F5F4;
}
.your-subscrip-rw{
    background: var(--gradient);
    border-radius: 12px;
    padding: 20px 20px 20px 420px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FFF8EB 0%, #E9FDEB 118.22%) 1;
}
.subscrip-inrw{
    display: flex;
    align-items: flex-end;
}
.subscrip-inrw figure{
    max-width: 370px;
    width: 100%;
    margin: -180px 0 0;
}
.subscrip-inrw figure img{
    width: 100%;
    animation: move 3s infinite ease-in-out;
}
@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.subscrip-data h3{
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.subscrip-data h3 span{
    font-weight: 700;
    color: #7F56D9;
}
.subscrip-data p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font2);
}

.subscription-countbx{
    padding: 12px 32px;
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    box-shadow: 0px 1px 3px rgba(10, 13, 18, 0.1), 0px 1px 2px rgba(10, 13, 18, 0.06);
    border-radius: 12.568px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 24px;
    margin: 0 0 0 auto;
}
.subscription-countbx span{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #7F56D9;
}
.sub-txt h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #7F56D9;
    text-align: center;
    margin: 0 auto 5px;
}
.sub-txt p{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--txt-font2);
}
.count-tree h4{
    display: flex;
    align-items: center;
    color: #039855;
}
.count-tree h4 figure{
    min-width: 32px;
    margin-right: 10px;
    max-width: 32px;
}
.count-tree h4 figure img{
    width: 100%;
}
/* **** End Hero Banner **** */

/* **** How Tips **** */
.how-tips-wrp{
    padding: 40px 25px;
}
.titlebar{
    max-width: 1236px;
    margin: 0 auto 40px;
    text-align: center;
}
.titlebar h3{
    margin: 0 auto 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #6941C6;
}
.titlebar h2{
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: var(--titleColor);
}
.titlebar p{
    margin: 0 auto;
    max-width: 1040px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #717680;
}

.tips-wrp .tip-thumb{
    max-width: 385px;
    margin: 0 auto 40px;
    border-bottom: 1px solid var(--borderColor);
}
.tips-wrp .tip-thumb h3{
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #717680;
    position: relative;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.tips-wrp .tip-thumb h3:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: var(--primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    border-radius: 4px 4px 0 0;
}
.tips-wrp .swiper-slide-thumb-active h3{
    color: var(--primary);
}
.tips-wrp .swiper-slide-thumb-active h3:after{
    width: 100%;
}

.tips-row{
    padding: 120px 0 0;
}
.tip-img{
    max-width: 849px;
    margin: 0 0 0 auto;
}

.tip-img img{
    width: 100%;
}

.tip-img video{ margin: 0; padding: 0;   height: auto; width: 100%; /*object-fit: cover;*/}

.tips-data{
    position: relative;
    padding: 0 0 0 40px;
    max-width: 665px;
}
.tips-data:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #B692F6;
    border: 1px solid #D6BBFB;
    box-shadow: 0px 0px 0px 3.2px #F4EBFF;
    border-radius: 80px;
    top: 5px;
    left: 5px;
}
.tips-data:before{
    position: absolute;
    content: '';
    border-left: 1px dashed #D6BBFB;
    bottom: 0;
    left: 13px;
    height: calc(100% - 60px);
    width: 1px;
}
.tips-data h3{
    padding: 2px 8px;
    background: #F9F5FF;
    border: 1px solid #E9D7FE;
    border-radius: 16px;
    display: table;
    margin: 0 0 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary);
}
.tips-data h2{
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--titleColor);
}
.tips-data p{
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font);
}
.tips-data ul{
    max-width: 590px;
    padding: 0 0 40px;
}
.tips-data ul li{
    margin: 0 0 16px;
    padding: 0 0 0 25px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #717680;
}
.tips-data ul li:last-child{
    margin: 0;
}
.tips-data ul li:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/chackic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 3px;
    left: 0;
}

.tips-nav{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tips-nav .swiper-button-next,
.tips-nav .swiper-button-prev{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lightgray);
    border: 1px solid var(--borderColor);
    border-radius: 6px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tips-nav .swiper-button-next:after,
.tips-nav .swiper-button-prev:after{
    display:none;
}
.tips-nav .swiper-button-next svg,
.tips-nav .swiper-button-prev svg{
    width: 15px;
    height: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tips-nav .swiper-button-next:hover,
.tips-nav .swiper-button-prev:hover{
    background: var(--lightback);
    border: 1px solid var(--primary);
}
.tips-nav .swiper-button-next:hover svg path,
.tips-nav .swiper-button-prev:hover svg path{
    stroke: var(--primary);
}
/* **** End How Tips **** */

/* **** Testimonial **** */
.testimonail-wrp{
    padding: 40px 60px;
    background: var(--lightgray);
}
.testimonail-wrp .titlebar p{
    max-width: 690px;
}
.testimonail-wrp .swiper-slide{
    padding: 10px;
}
.testimonail-box{
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.1), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    gap: 24px;
    height: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonail-box:hover{
    box-shadow: none;
    border-color: var(--lightback);
    background: var(--lightback);
}
.testimonail-user{
    display: flex;
    align-items: center;
}
.testimonail-user figure{
    min-width: 40px;
    max-width: 40px;
    margin-right: 12px;
}
.testimonail-user figure img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.testimonail-user h3{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--titleColor);
}
.testimonail-user h3 span{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--txt-font);
}
.testimonail-msg{
    min-height: 80px;
}
.testimonail-msg p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font2);
}
.testimonail-box h6{
    padding: 8px 8px 8px 20px;
    background: var(--lightback);
    border-radius: 8px;
    position: relative;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.0644531px;
    color: var(--primary);
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonail-box h6:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--primary);
    top: 13px;
    left: 8px;
}
.testimonail-box:hover h6{
    background: var(--whiteColor);
}
.testimonail-slider .slider-nav{
    top: 50%;
    bottom: auto;
    justify-content: space-between;
    padding: 0;
}

.testimonail-mobile{
    display: none;
}
.testimonail-mobile .testimonail-box{
    height: calc(100% - 20px);
    margin: 0 0 20px;
}
/* **** End Testimonial **** */

/* **** Pricing **** */
.pricing-wrp{
    padding: 40px 0 95px;    
    background: radial-gradient(105.95% 105.95% at 50% -5.95%, #DBDBDB 0%, #F8F8F8 43.27%, #DEDEDE 100%);    
    position: relative;
}
.pricing-wrp:after{
    position: absolute;
    content: '';
    background-image: url('../images/pricing-back.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.pricing-wrp .container{
    position: relative;
    z-index: 1;
}
.toggle{
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #42307D;
    display: table;
    margin: 0 auto 50px;
}
.toggle b{
    font-weight: 500;
    color: #6941C6;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 44px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
}
.toggle-checkbox:checked + .toggle-switch {
    background: #7F56D9;
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 22px;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.pricing-plans-slider .row{
    margin: 0 -30px;
}
.pricing-plans-slider .row .col-md-4{
    padding: 0 30px;
}
.pricing-block{
    position: relative;
    background: var(--whiteColor);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    border-radius: 12px;
    padding: 24px 16px;
    height: 100%;
}
.pricing-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background:#9E77ED;
    border-radius: 12px 12px 0 0;
    top: 0;
    left: 0;
    right: 0;
}
.best-seller.pricing-block:after{
    height: 12px;
}
.active-ar{
    position: absolute;
    top: -40px;
    left: 110px;
    z-index: 1;
    display: none;
}
.best-seller.pricing-block .active-ar{
    display: block;
}
figure.tree-inshap{
    position: absolute;
    top: 50px;
    right: 0;
}
.pricing-head{
    padding: 0 0 16px;
    position: relative;
    z-index: 1;
}
.pricing-head h2{
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #181D27;
}
.pricing-head h6{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font3);
}
.pricing-head label{
    padding: 2px 10px;
    border-radius: 15px;
    background: #EFF8FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #175CD3;
    position: absolute;
    top: 24px;
    right: 20px;
}
.pricing-rw{
    padding: 16px 0;
    border-bottom: 1px dashed #D5D7DA;
    position: relative;
    z-index: 1;
}
.pricing-rw h2{
    margin: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--txt-font2);
}
.pricing-rw h2 span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
    margin: 0 0 0 8px;
}
.pricing-list{
    padding: 16px 0;
    position: relative;
    z-index: 1;
}
.pricing-list h3{
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #181D27;
}
.pricing-list ul{
    margin: 0 0 16px;
}
.pricing-list ul li{
    margin: 0 0 16px;
    padding: 0 0 0 30px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font3);
}
.pricing-list ul li:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/chack-ic2.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.pricing-list ul li.not:after{
    background: url('../images/close-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}
.pricing-block .btn-group{
    padding: 12px 4px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.pricing-block .btn-group .btn-secondary{
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #414651;
    background: #FFFFFF;
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    border-radius: 12px;
}
.pricing-block .btn-group .btn-secondary:hover{
    background: var(--primary);
    color: var(--whiteColor);
    border-color: var(--primary);
}
.pricing-block .btn-group .btn-main{
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
    background: #7F56D9;
    border: 1px solid #7F56D9;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    border-radius: 12px;
}
.pricing-block .btn-group .btn-main:hover{
    background: var(--titleColor);
    color: var(--whiteColor);
}
/* **** End Pricing **** */

/* **** FAQs **** */
.faq-wrp{
    padding: 40px 0 50px;
}
.faq-wrp .container{
    max-width: 980px;
}
.search-box{
    position: relative;
    margin: 0 0 24px;
}
.search-box .form-control{
    padding: 10px 14px 10px 45px;
    background: var(--whiteColor);
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font);
    height: auto;
}
.search-box .form-control:focus{
    border-color: var(--titleColor);
}
.search-box img{
    position: absolute;
    top: 15px;
    left: 14px;
}

.faq-list .accordion .accordion-item {
    margin: 0 0 24px;
    border: none;
    background: var(--whiteColor);
    box-shadow: 0px 1px 3px rgba(10, 13, 18, 0.1), 0px 1px 2px rgba(10, 13, 18, 0.06);
    border-radius: 12px;
}
.faq-list .accordion .accordion-item:last-child{
    margin: 0;
}
.faq-list .accordion .accordion-item .accordion-button {
    padding: 16px 50px 16px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font2);
    background-color: transparent;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    font-size: 15px;
    background: url('../images/down-ar.svg') center center no-repeat;
    background-size: 12px 6px;
    color: var(--txt-font3);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    background: url('../images/up-ar.svg') center center no-repeat;
    background-size: 12px 6px;
}
.faq-list .accordion .accordion-body{
    padding: 0 50px 16px 16px;
}
.faq-list .accordion .accordion-body p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font);
}

.still-question-box{
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 16px;
    background: var(--lightback);
}
.still-question-box figure{
    max-width: 48px;
    margin: 0 auto 20px;
}
.still-question-box h3{
    margin: 0 auto 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #181D27;
}
.still-question-box p{
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--txt-font3);
}
.still-question-box .btn-main{
    margin: 0 auto;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 24px;
}
/* **** End FAQs **** */

/* **** Footer **** */
footer{
    padding: 24px 0;
    background: var(--lightgray);
}
.copyright-wrp .container-fluid,
footer .container-fluid{
    padding: 0 40px;
}
footer .container-fluid .row .col-md-3{
    width: 15%;
}
footer .container-fluid .row .col-md-4{
    width: 10%;
}
.footer-abt{
    max-width: 300px;
}
.footer-abt figure{
    margin: 0 0 32px;
    max-width: 115px;
}
.footer-abt figure img{
    width: 100%;
}
.footer-abt p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--txt-font3);
}
.quicklinks h3{
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font);
}
.quicklinks ul li{
    margin: 0 0 12px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    display: table;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-font2);
}
.quicklinks ul li a:hover{
    color: var(--primary);
}

.copyright-wrp{
    padding: 12px 0;
    background: var(--lightgray);
    border-top: 1px solid var(--borderColor);
}
.copyright-wrp p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535862;
}
/* **** End Footer **** */