@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    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;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.container{
    max-width: 1200px;
}
.main-wrpper {
    height: 100%;
    width: 100%;
}

/* ***** End Common Css **** */

/* **** Header **** */

header {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px rgba(29,42,48,0.10);
    padding: 15px 0;
    height: auto;
    min-height: auto;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    
}



.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:80px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;    
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}

.navbar-nav li a.nav-link {
    margin: 0 35px 0 0;
}
/* .navbar-light #NavbarToggle .navbar-nav li {
    margin-right: 65px;
}

.navbar-nav li.dropdown ul.dropdown-menu li{
    margin-left: 0px;
} */

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 0px;
    color: #231749;
    font-size: 14px;
    font-weight: 500;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link.nav-btn{
    padding: 12px 40px;
    background: #8340D4;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.nav-btn:hover{
    background: #2D1D61;
    color: #fff;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #8340D4;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #8340D4;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #8340D4;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.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: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #8340D4;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #8340D4;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* ***** Login & Register Page ***** */
.enter-wrapper{
    position: relative;
    width: 100%;
    background: linear-gradient(128deg, #D5BFE5 0%, #EADBF0 100%);
    display: flex;
    flex-wrap: wrap;
}
.left-part{
    width: 55%;
    position: relative;
    height: 100vh;
    padding: 50px 10%;
}
.right-part{
    width: 45%;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    overflow: auto;
}
.register-part{
    display: block;
}
.logo-box img{
    width: 175px;
    margin: 0 0 50px;
}
.left-content{
    position: relative;
    z-index: 5;
}
.left-content h1{
    font-size: 50px;
    font-weight: 600;
    color: #2D1D61;
    margin: 0 0 20px;
}
.left-content h2{
    font-size: 35px;
    font-weight: 500;
    color: #2D1D61;
    margin: 0 0 30px;
}
.left-content p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
}
.left-content p a{
    color: #8340D4;
    font-weight: 600;
    text-decoration: underline;
}
.left-content p a:hover{
    color: #111;
}
.bell-img {
    position: absolute;
    top: 0%;
    right: -10%;
    width: 50%;
}
.bell-img img{width: 100%;}

.enter-form{
    max-width: 460px;
    width: 100%;
    margin: 45px auto;
}
.enter-form h2{
    font-size: 30px;
    font-weight: 500;
    color: #2D1D61;
    margin: 0 0 40px;
}
.enter-form .form-group{
    position: relative;
    margin: 0 0 20px;
}
.enter-form .form-group .form-control{
    padding: 20px 55px 20px 25px;
    border-radius: 8px !important;
    height: auto;
    border: none;
    box-shadow: none;
    background-color: rgba(131,64,212,0.10);
    font-size: 15px;
    font-weight: normal;
    color: #111;
}
.enter-form .form-group select.form-control{
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    color: #818597;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 20px;
    border: 1px solid #818597;
}

.enter-form .form-group.mobilebox .form-control{
    padding: 20px 55px 20px 90px;
}
select.monum{
    font-size: 15px;
    font-weight: normal;
    color: #111;
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    left: 10px;
    outline: none;
    box-shadow: none;
}
.enter-form .form-group .form-control::placeholder{
    color: #818597;
}

.enter-form .form-group span {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #818597;
    cursor: pointer;
}

.enter-form .form-group .input-group{
    display: flex;
    margin: 0 0 10px;
}
.enter-form .form-group .input-group span{
    position: relative;
    top: 0;
    right: 0;
}
.enter-form .form-group .input-group .form-control{
    margin-right: 10px;
}
.enter-form .form-group .input-group .btn{
    border: 1px solid #8340D4;
    border-radius: 8px;
    color: #8340D4;
    background: #D8C3E7;
    font-size: 24px;
    min-width:50px;
    box-shadow: none;
    padding: 15px;
}
.enter-form .form-group .input-group .btn span{
    color: #8340D4;
}
.enter-form .form-group .input-group .btn:hover{
    background: #8340D4;
    color: #fff;
}
.enter-form .form-group .input-group .btn:hover span{
    color: #fff;
}
.remember-password-bx{
    margin: 0 0 40px;
}
.custome-check .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-check .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    font-weight:400;
    color: #818597;
    display: flex;
    margin: 0;
}
.custome-check .styled-checkbox + label a{
    color: #2D1D61;
    font-weight: 500;
}
.custome-check .styled-checkbox + label a:hover{
    color: #111;
}
.custome-check .styled-checkbox + label:before {
    content: "";
    margin-right: 20px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #818597;
    border-radius: 3px;
    margin-top:2px;
}
.custome-check .styled-checkbox:checked + label:before {
    background: #f35429;
}
.custome-check .styled-checkbox:checked + label:after {
    content:"\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 2px;
    background:#fff;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #8340D4;
    min-width: 20px;
    border: 1px solid #818597;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
.enter-form button{
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #8340D4;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 4px 61px 0px rgba(77, 71, 195, 0.40);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.enter-form button:hover{
    background: #2D1D61;
    color: #fff;
}
.enter-form h6{
    text-align: center;
    margin: 35px auto 0;
    font-size: 16px;
    font-weight: 500;
    color: #818597;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.enter-form h6:hover{
    color: #8340D4;
}

.register-head{
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.register-head h2{
    margin: 0;
}
.register-head .dropdown{
    margin-left: auto;
}
.register-head button.btn{
    padding: 12px 20px;
    border: 1px solid #8340D4;
    border-radius: 8px;
    background: rgba(131, 64, 212, 0.20);
    font-size: 16px;
    font-weight: 500;
    color: #8340D4;
    box-shadow: none;
    display: flex;
    align-items: center;
    text-align: left;
    min-width: 200px;
}
.register-head button.btn i{
    margin-left: auto;
    font-size: 18px;
    color: #8340D4;
}
.register-head button.btn:after{
    display: none;
}
.register-head .dropdown-menu{
    border: 1px solid #8340D4;
    border-radius: 8px;
    background: #f2ecfb;
    min-width: 100%;
    width: 100%;
    padding: 5px 0;
}
.register-head .dropdown-menu li a{
    font-size: 14px;
    font-weight: 500;
    color: #8340D4;
    display: block;
    padding: 10px 15px;
}
.register-head .dropdown-menu li a:hover{
    background: transparent;
    color: #111;
}
/* ***** End Login & Register Page ***** */

/* ***** Home Page ***** */
.banner-wrapper{
    padding: 190px 0;
    position: relative;
    background: #F4F1FF;
    overflow: hidden;
}

.banner-data {
    position: relative;
    z-index: 5;
    text-align: left;
}




.banner-data h1{
    font-size: 40px;
    font-weight: 800;
    color: #2D1D61;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.banner-data p{
    font-size: 18px;
    font-weight: normal;
    color: #363049;
    line-height: 26px;
    opacity: 0.60;
    margin: 0 0 25px;
    /* max-width: 470px; */
    max-width: 100%;
}

.btn-main {
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: table;
    border-radius: 5px;
    background: #8340D4;
    border: none;
    margin: 15px 0 0;
}

.btn-main:hover{
    background: #2D1D61;
    color: #fff;
}
img.banner-shp1{
    position: absolute;
    bottom: 0;
    left: 0;
}
img.banner-shp2{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
img.banner-shp3{
    position: absolute;
    top: 0;
    right: 0;
}

.alertify-wrp{
    padding: 125px 0 0;
    position: relative;
    overflow: hidden;
}
.alertify-wrp .container{
    position: relative;
    z-index: 5;
}
.alertify-wrp h2{
    font-size: 44px;
    font-weight: bold;
    color: #2D1D61;
    margin: 0 0 60px;
}
.alertify-wrp .row{
    margin: 0 -30px;
}
.alertify-wrp .row .col-md-4{
    padding: 0 30px;
}

.alertify-block {
    margin: 0 0 70px;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: calc(100% - 10px);
}

.alertify-wrp .container{
    position: relative;
    z-index: 5;
}
.alertify-wrp .slick-slide {
    margin: 15px 15px;
}
.alertify-wrp .slick-list {
    margin: -15px -15px;
}
.alertify-wrp .slick-track{
    display: flex !important;
}
.alertify-wrp .slick-slide{
    height: inherit !important;
}

.alertify-wrp .what_to_do .slick-prev,
.alertify-wrp .what_to_do .slick-next{
    position: absolute;
    right:-20px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.alertify-wrp .what_to_do .slick-prev:before,
.alertify-wrp .what_to_do .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #2D1D61;
    font-weight:400;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.alertify-wrp .what_to_do .slick-prev {
    left:-20px;
    right: auto;
}
.alertify-wrp .what_to_do .slick-prev:before {
    content: "\f053";
}
.alertify-wrp .what_to_do .slick-prev:hover:before,
.alertify-wrp .what_to_do .slick-next:hover:before{
    color: #fff;
    background: #000;
}

.alertify-block:hover{
    box-shadow: 0 50px 115px rgba(165,153,209,0.30);
}
img.what-shp1{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.alert-icon {
    height: 100px;
    margin: 0px auto;
    /* width: 150px; */
    margin: 0 0 20px;
}

.alertify-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #352B53;
    min-height: 24px;
    margin: 0 0 15px;
}

.alertify-block p {
    font-size: 14px;
    font-weight: normal;
    color: #363049;
    line-height: 22px;
    min-height: 70px;
    margin: 0;
}
.pricing-row ul li{
    width: 20%;
    padding: 0 5px;
}
.alertify-wrp{
    padding: 70px 0;
}
.alertify-img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.alertify-img img{
    width: 100%;
}
.alertify-img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transprent;
    opacity: 0.30;
    top: 0;
    left: 0;
}
.playbtn{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 75px;
    height: 75px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    line-height: 75px;
    color: #D9D9D9;
    font-size: 30px;
    text-align: center;
}
.playbtn:hover{
    color: #fff;
    border-color: #fff;
}
.alertify-data h2{
    font-size: 44px;
    font-weight: bold;
    color: #2D1D61;
    margin: 0 0 30px;
}
.alertify-data p{
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #363049;
    opacity: 0.80;
    line-height: 24px;
}
.alertify-data p:last-child{
    margin: 0;
}

.alertify-sliders{
    overflow: hidden;
}
.what_to_do{
    position: relative;
}

.pricing-wrp{
    padding: 40px 0;
    position: relative;
    background: linear-gradient(221deg, #4158D0 0%, #C850C0 34.90%, #FFC357 80.21%);
    width: 100%;
}
/* .pricing-wrp .container{
    max-width: 1350px;
} */

.pricing-row {
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.pricing-row ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
}

.pricing-row ul li {
    width: 20%;
    padding: 0 5px;
}

.pricing-block {
    padding: 30px 15px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

.pricing-block *{
    transition: .3s linear;
    -webkit-transition: .3s linear;
}
.pricing-block h2{
    font-size: 36px;
    font-weight: bold;
    color: #231D4F;
    margin: 0 0 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.pricing-block h2 span{
    font-size: 16px;
    font-weight: 500;
    color: #8C8D90;
    opacity: 0.50;
}
.pricing-block h3{
    font-size: 28px;
    font-weight: 500;
    color: #8340D4;
    margin: 0 0 15px;
}
.pricing-block p{
    font-size: 14px;
    font-weight: 500;
    color: #8C8D90;
    margin: 0 0 25px;
}
.pricing-block ul{
    margin: 0 0 20px;
    flex-flow: column;
    min-height:170px;
}
.pricing-block ul li{
    display: block;
    padding: 5px 0 5px 25px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #8C8D90;
}
.pricing-block ul li:before{
    position: absolute;
    content:"\f00c";
    font-family: "Font Awesome 5 Pro";
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: rgba(82,67,194,0.15);
    color: rgba(129,133,151,0.70);
    font-size: 10px;
    top: 7px;
    left: 0;
}
.btn-plan{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    background: #8340D4;
    border-radius: 3px;
    width: 100%;
    padding: 12px 15px;
    opacity: 0.80;
}
.btn-plan:hover{
    background: #000;
    color: #fff;
}

.how-work-wrp{
    padding: 75px 0 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
img.work-shp{
    position: absolute;
    width: 100%;
    bottom:-68%;
    left: -30%;
    display: none;
}
.how-work-wrp .container{
    position: relative;
    z-index: 5;
}

.how-work-wrp h2 {
    font-size: 44px;
    font-weight: bold;
    color: #352B53;
    margin: 0 0 60px;
    text-align: center;
}

.how-work-wrp ul{
    display: flex;
    flex-wrap: wrap;    
    margin: 0;
}
.how-work-wrp ul li{
    width: 25%;
}
.how-work-wrp ul li:nth-child(2){
    padding: 90px 0 0;
}
.how-work-wrp ul li:nth-child(3){
    padding: 180px 0 0;
}
.how-work-wrp ul li:nth-child(4){
    padding: 270px 0 0;
}
.work-block{
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.work-block:after{
    position: absolute;
    content: '';
    width: 180px;
    height: 95px;
    background:url('../images/shap-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top:65%;
    right:-150px;    
}
.how-work-wrp ul li:last-child .work-block:after{display: none;}
.work-block h6{
    font-size: 16px;
    font-weight: normal;
    color: #8C8D90;
    line-height: 24px;
    margin: 0 0 30px;
}
.work-img{
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 32px 34px 0px rgba(29, 42, 48, 0.10);
    position: relative;
    z-index: 5;
}
.work-img img{
    width: 100%;
}

.intrested-demo {
    padding: 65px 0 65px;
    background: #f5f2fd;
    position: relative;
    overflow: hidden;
}

.intrested-box{
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.intrested-box h2{
    font-size: 38px;
    font-weight: 600;
    color: #2D1D61;
    text-align: center;
    line-height: 48px;
    margin: 0 0 50px;
}
.intrested-box .btn-main{
    box-shadow: 0px 40px 70px 0px rgba(65, 24, 161, 0.25);
    margin: 0 auto;
    display: table;
    min-width: 250px;
    text-align: center;
}
img.demo-shp1{
    position: absolute;
    top: 0;
    right: 0;
}
img.demo-shp2{
    position: absolute;
    top: 0;
    left: 0;
}

.faq-wrapper{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.faq-wrapper .container{
    position: relative;
    z-index: 5;
}
.faq-wrapper h2{
    font-size: 44px;
    font-weight: bold;
    color: #2D1D61;
    margin: 0 0 40px;
}
h2.accordion-header{
    margin: 0;
}

.faq-list {
    max-height: 60vh;
    overflow: auto;
    padding: 25px 25px ;
}


.faq-list .accordion .accordion-item {
    margin: 0 0 40px;
    background-color: #fff;
    /*box-shadow: 0px 20px 95px 0px rgba(201, 203, 204, 0.30);*/
    box-shadow: 0px 10px 35px 0px rgba(201, 203, 204, 0.30);
    border-radius: 10px;
    border: none;
}

.faq-list .accordion .accordion-item .accordion-button {
    font-size: 18px;
    color: #1B1139;
    padding: 35px 35px 24px 70px;
    font-weight: 600;
    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: "\f068";
    font-family: "Font Awesome 5 Pro";
    left:25px;
    top: 50%;
    font-size: 26px;
    color: #FD5757;    
    height: 30px;
    font-weight: 500;
    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 {
    content: "\f067";
    color: #734DEC;
}
.faq-list .accordion .accordion-body {
    padding: 0 35px 35px 70px;
}

.faq-list .accordion .accordion-body p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #363049;
    line-height: 22px;
}

img.faq-shp{
    position: absolute;
    top:-45%;
    right: 0;
}

footer{
    padding: 65px 0 120px;
    background: linear-gradient(180deg, #8340D4 0%, #6041C1 100%, #492772 100%);
    position: relative;
    overflow: hidden;
}
footer .container{
    position: relative;
    z-index: 5;
}
footer .row{align-items: center;}
.foot-logobox img{
    width: 175px;
}
.quicklinks{
    margin: 0 0 30px;
}
.quicklinks li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 5px 0;
}
.quicklinks li a:hover{
    opacity: 0.60;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin-right: 10px;
    text-align: center;
    border:2px solid rgba(255,255,255,0.30);
    color: #fff;
    font-size: 18px;
}
.social-bx a:hover{
    background: #fff;
    color: #734DEC;
}
.social-bx a:last-child{
    margin: 0;
}
.foot-cnt h4{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px;
}
.foot-cnt p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    margin: 0 0 25px;
    cursor: pointer; 
}
img.foot-shp6{
    position: absolute;
    right: 0;
    bottom: 0;
}
img.foot-shp5{
    position: absolute;
    top: 50px;
    right: 25%;
}
img.foot-shp4{
    position: absolute;
    bottom: 10px;
    right:32%;
}
img.foot-shp3{
    position: absolute;
    bottom: 0;
    left: 39%;
}
img.foot-shp2{
    position: absolute;
    left: 32%;
    top: 15px;
}
img.foot-shp1{
    position: absolute;
    left: 35px;
    bottom: 0;
}
/* ***** End Home Page ***** */

/* ***** Pricing Page ***** */
.inner-banner{
    padding: 45px 0;
    position: relative;
    background: url('../images/plan-banner.png') 0 0 no-repeat;
    background-size: cover;
}
.banner-title{
    display: flex;
    align-items: center;
}
.banner-title a{
    color: #231749;
    font-size: 26px;
    margin-right: 25px;
}
.banner-title a:hover{
    color: #8340D4;
}
.banner-title h1{
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #2D1D61;
    line-height: 52px;
}
.price-pg-wrapper .pricing-row{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.price-pg-wrapper .populer-block .pricing-block{
    border-radius: 3px;
    padding: 30px 15px;
}
.price-pg-wrapper .pricing-block h2{
    color:#231D4F;
}
.price-pg-wrapper .pricing-block .btn-plan{
    background: #8340D4;
    color: #fff;
}
.price-pg-wrapper .pricing-block h2 span{color: #8C8D90;}
.price-pg-wrapper .pricing-block h3{color:#8340D4;}
.price-pg-wrapper .pricing-row ul li{padding: 45px 5px;border-right: 1px dashed #ddd;min-height: 600px;}
.price-pg-wrapper .pricing-row ul li:last-child{border-right: none;}
.price-pg-wrapper .pricing-row ul li .pricing-block ul li{padding: 5px 0 5px 25px;border: none;min-height: auto;color: #8C8D90;}

.pricing-block:hover {
    background: #231D4F;
    color: #fff;
    box-shadow: 0px 42px 34px 0px #5243C24B;
    transform: scale(1.1);
}

.pricing-block label{
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: table;
    border-radius: 3px;
    float: right;
    margin: 0 0 15px;
    background: linear-gradient(88deg, #08BD80 0%, #0A8F62 100%);
}
.pricing-block:hover h2{
    width: 100%;
    color: #fff;
}
.pricing-block:hover h2 span{
    opacity: 1;
    color: #fff;
}
.pricing-block:hover p,
.pricing-block:hover h3{
    color: #fff;
    opacity: 1;
}
.price-pg-wrapper .pricing-row ul li .pricing-block:hover ul li,
.pricing-block:hover li{
    color: #fff;
}
.pricing-block:hover li:before{
    background: rgba(255,255,255,0.10);
    color: #fff;
}
.pricing-block:hover .btn-plan{
    background: #C97D0A;
    opacity: 1;
    color: #fff;
}


.service-lst-wrp .alertify-wrp:nth-child(even){
    background: #F4F1FC;
}
.service-lst-wrp .alertify-wrp .row{
    align-items: center;
}
.service-lst-wrp .alertify-data h2{
    font-size: 32px;
}
.service-lst-wrp .alertify-data .btn-main{
    padding: 12px 30px;
}
.service-lst-wrp .alertify-data ul{
    margin: 0 0 30px;
}
.service-lst-wrp .alertify-data ul li{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    position: relative;
    padding: 3px 0 3px 15px;
}
.service-lst-wrp .alertify-data ul li:before{
    position: absolute;
    content:'';
    width: 6px;
    height: 6px;
    background: #8340D4;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
/* ***** End Pricing Page ***** */


.service-prowrp h2{
    text-align: center;
}
/* .service-prowrp .alert-icon{
    margin: 0 auto 30px;
} */
.service-prowrp .alert-icon img{
    margin: 0 auto;
}
.service-prowrp .alertify-block h3{
    text-align: center;
    line-height: 26px;
    min-height: auto;
}
/* .service-prowrp .alertify-block p{
    text-align: center;
} */


.service-faq-wrp .faq-list{
    height: auto;
    padding: 0px;
}
.service-faq-wrp .faq-list .accordion .accordion-item{
    margin: 0 0 25px;
    box-shadow: 0px 3px 6px 0px rgba(201, 203, 204, 0.30);
}

.service-titlebox{
    margin: 0 0 35px;
}
.service-titlebox h2{
    font-size:28px;
    font-weight: 800;
    color: #2D1D61;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.service-titlebox p{
    font-size: 16px;
    font-weight: normal;
    color: #363049;
    line-height: 26px;
    opacity: 0.60;
    margin: 0 0 25px;
}
.service-titlebox .btn-main{
    padding: 12px 30px;
    font-size: 15px;
    line-height: 25px;
}


.ser-box{
    display: flex;
    margin: 0 0 35px;
}
.ser-box .alert-icon{
    min-width: 100px;
    width: 100px;
    height: auto;
    margin: 0 25px 0 0;
}
.ser-box .alert-icon img{
    width: 100%;
}
.serv-inf h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}
.serv-inf p{
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin: 0;
}


.alertify-wrp .price_top_banner, .price_top_banner{
    background-position: center !important;
}

/* .about_founder_box{
    padding-left: 20px;
} */


.price_banner_btn .price_demo_btn:hover {
    background: #2D1D61 !important;
    color: #fff;
}


.alertify-wrp.alertify-service-inwrp{
    position: relative;
    background: #f6f3ff;
}

section.banner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

section.banner-wrapper:before {
    content: "";
    background: url(https://postimg.cc/cg7c3FhX);
    position: absolute;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
}



.banner-data .btn-main{
display:inline-block;
}

.alertify-block.privacy-block p,
.alertify-block.privacy-block ul{
    height: auto !important;
    margin-bottom: 32px;
    min-height: auto;
}


.home-ban{display: none;}

.alertify-wrp.privacy-wrp h2{
    padding: 0 15px;
    margin-bottom: 20px;
}

.pricing-page .container{
    max-width: 1224px;
    margin: 0 auto;
}

.pricing-page-banner{
    position: relative;
    width: 100%;
    padding: 111px 0 187px;
    background: url(../images/pricing/p-b.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
}

.pricing-page-banner-data h1{
    font-weight: 800;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #2D1D61;
    margin: 0 0 24px;
}
.pricing-page-banner-data p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140.2%;
    letter-spacing: 0.3px;
    color: #363049;
    opacity: 0.8;
    margin: 0 0 69px;
}

.pricing-page-banner-img figure{
    margin: 0;
}
.pricing-page-banner-img figure img{
    width: 100%;
}
.pricing-page .pricing-row ul{
    justify-content: center;
}
.pricing-page .pricing-block h2 span{
    display: block;
}
.pricing-page .pricing-block h2,
.pricing-page .pricing-block h3{
    text-align: center;
}
.pricing-page .pricing-block ul{
    justify-content: flex-start;
}
.pricing-page .pricing-block p{
    margin: 0 0 14px;
}
.pricing-page .pricing-block{
    position: relative;
    padding-top: 67px !important;
}
.pricing-page .pricing-block label{
    position: absolute;
    top: 20px;
    right: 30px;
}
.pricing-page.price-pg-wrapper .pricing-row ul li{
    padding: 61px 5px 81px;
}

.pricing-plan-title h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    color: #2D1D61;
    margin: 0 0 20px;
}
.pricing-plan-title p{
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #2D1D61;
    margin: 0;
}
.pricing-page.price-pg-wrapper{
    padding: 80px 0 41px;
    position: relative;
}
.pricing-plan-shape-1 figure,
.pricing-plan-shape-2 figure{
    margin: 0;
}
.pricing-plan-shape-1{
    position: absolute;
    top: 124px;
    right: 0;
}
.pricing-plan-shape-2{
    position: absolute;
    bottom: 129px;
    left: 0;
}
.pricing-page .nav-tabs{
    display: flex;
    align-items: center;
    justify-content:space-between;
    border: none;
    width: 230px;
    height: 36px;
    background: #E5D0FF;
    border-radius: 6px;
    margin: 57px auto 76px;
}
.pricing-page .nav-tabs .nav-link{
    padding: 8px 35px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2D1D61;
    max-width: 115px;
}
.pricing-page .nav-tabs .nav-link.active{
    background: #8340D4;
    box-shadow: 0px 10px 20px rgba(131, 64, 212, 0.25);
    color: #fff;
}
.custom-needs-wrp .intrested-box{
    max-width: 100%;
}
.custom-needs-wrp .intrested-demo{
    padding: 45px 0;
    border-radius: 8px;
}

.pay-go-wrp{
    position: relative;
    width: 100%;
    margin: 80px 0;
}
.pay-go-wrp-inner{
    position: relative;
    width: 100%;
    background: #F6F3FF;
    border-radius: 8px;
    padding: 97px 76px;
}

.pay-go-wrp-data h2{
    font-weight: 600;
    font-size: 38px;
    line-height: 138.7%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #2D1D61;
    margin: 0 0 30px;
}
.pay-go-wrp-data h4{
    font-weight: 400;
    font-size: 20px;
    line-height: 163%;
    letter-spacing: 0.1px;
    color: #363049;
    opacity: 0.8;
    margin: 0 0 25px;
}
.pay-go-wrp-data p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150.7%;
    letter-spacing: 0.1px;
    color: #363049;
    opacity: 0.8;
    margin: 0 0 50px;
}
.pay-go-wrp-img figure{
    margin: 0;
}
.pay-go-wrp-img img{
    width: 100%;
}

.plans-incluse-wrp{
    position: relative;
    width: 100%;
    background: #F6F6F6;
    padding: 80px 0 59px;
}
.plans-incluse-wrp-data h2{
    font-weight: 500;
    font-size: 38px;
    line-height: 138.7%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #2D1D61;
    margin: 0 0 28px;
}
.plans-incluse-wrp-data ul{
    display: flex;
    flex-wrap: wrap;
}
.plans-incluse-wrp-data ul li{
    width: 25%;
    margin: 20px 0 0;
}
.plans-incluse-wrp-data ul li a{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150.7%;
    letter-spacing: 0.1px;
    color: #363049;
}
.plans-incluse-wrp-data ul li a:hover{
    color: #000;
}
.plans-incluse-wrp-data ul li a figure{
    margin: 0 19px 0 0;
}

.features-like-wrp{
    position: relative;
    width: 100%;
    margin: 80px 0;
}
.features-like-wrp-inner{
    padding: 70px 76px;
    background: #F6F3FF;
    border-radius: 8px;
}

.features-like-wrp-inner h2{
    font-weight: 600;
    font-size: 38px;
    line-height: 138.7%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #2D1D61;
    margin: 0 0 6px;
}

.features-like-wrp-inner ul li{
    display: flex;
    font-weight: 400;
    font-size: 24px;
    line-height: 150.7%;
    letter-spacing: 0.1px;
    color: #363049;
    margin: 24px 0 0;
}
.features-like-wrp-inner ul li figure{
    margin: 3px 18px 0 0;
}
.features-like-wrp-img figure{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.pricing-page .faq-list{
    height: auto;
    padding: 0;
    overflow: unset;
}
.pricing-page.faq-wrapper{
    padding: 55px 0 131px;
}

.custom-needs-wrp .intrested-box h2{
    margin: 0 0 30px;
}

.pricing-page.faq-wrapper h6{
    font-size: 18px;
    font-weight: 600;
    color: #1B1139;
    margin: 30px 0 0;
}
.pricing-block .applicable{
    text-align: center;
}

/*.pricing_plan{
    display: unset;
} */

/* ***** End Pricing Page ***** */


header.nav-new {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@media(min-width:200px) and (max-width:991px)
{
    .banner-data{
        text-align: center !important;
    }
}



/* **** Create Plan Page **** */
.create-plan-page .container {
    max-width: 1250px;
}

.create-plan-row {
    position: relative;
    width: 100%;
    background: #EAE9F0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 66px auto 48px;
}

.create-plan-right {
    position: relative;
    width: 100%;
    max-width: 66%;
    background: #FFFFFF;
    padding: 36px 30px;
}

.create-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A7A7A7;
}

.create-plan-header h1,
.create-plan-header h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #2D1D61;
    margin: 0 0 16px;
}

.create-plan-header a:hover img {
    opacity: 0.5;
}

.create-plan-left {
    position: relative;
    width: 100%;
    max-width: 34%;
    padding: 36px 30px;
}

.plan-summary-list {
    margin: 36px 0 29px;
    padding: 0 0 36px;
    border-bottom: 1px solid #A7A7A7;
}

.plan-summary-list li {
    margin: 0 0 16px;
}

.plan-summary-list li:last-child {
    margin: 0;
}

.plan-summary-list li p,
.plan-summary-list li h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.plan-summary-list li h6 {
    font-weight: 600;
    color: #2D1D61;
}

.btn-copy {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #8340D4;
    border-radius: 0px 4px 4px 0px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.btn-copy:hover {
    background: #000;
    color: #fff;
}

.create-plan-left .form-control {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
    height: auto;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 12px;
    left: 14px;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #545454;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: all 0.4 ease-in-out;
    -webkit-transition: all 0.4 ease-in-out;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::after {
    position: absolute;
    top: 15px;
    left: 17px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-color: transparent;
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #2D1D61;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #2D1D61;
}

.custom-control-inline {
    position: relative;
    display: block;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 44px;
    height: 44px;
    border: 1px solid #fff;
    cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    border: 1px solid #2D1D61;
    color: #2D1D61;
}

.plan-duratio-box {
    position: relative;
    background: rgba(45, 29, 97, 0.1);
    border-radius: 6px;
    padding: 16px 22px 30px 16px;
    width: 50%;
    margin: 26px 0 0;
    height: auto;
    width: 100%;
}

.plan-duratio-box h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2D1D61;
    margin: 0 0 10px;
}

.plan-duratio-box ul li {
    margin: 0 0 10px;
}

.plan-duratio-box ul li:last-child {
    margin: 0;
}

.plan-title-2 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #A7A7A7;
}

.plan-title-2 h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #2D1D61;
    margin: 0 0 16px;
}

.create-plan-form-group {
    margin: 16px 0 0;
}

.create-plan-form-group label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
    margin: 0 0 8px;
}

.create-plan-form-group .form-control {
    background: rgba(45, 29, 97, 0.1);
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
}

.create-plan-form-group .form-control::placeholder {
    color: #545454;
}

.checkbox-list input[type=checkbox] {
    position: relative;
    border: 1px solid #2D1D61;
    border-radius: 1px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 8px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 14px;
    width: 14px;
    min-width: 14px;
    -webkit-appearance: none;
}

.checkbox-list input[type=checkbox]:checked {
    background-color: #2D1D61;
}

.checkbox-list input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.checkbox-list label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #2D1D61;
    margin: 0;
}

.checkbox-list li .form-group {
    display: flex;
    align-items: center;
}

.checkbox-list li {
    margin: 0 31px 0 0;
}

.checkbox-list li:last-child {
    margin: 0;
}

.checkbox-list {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #2D1D61;
    border-radius: 4px;
    position: relative;
    width: fit-content;
    padding: 15px 15px 13px;
    margin: 28px 0 36px;
}

.checkbox-list-full {
    width: 100%;
}

.checkbox-list-2 {
    margin-bottom: 28px;
}

.checkbox-list-3 {
    margin: 25px 0 50px;
    padding: 0;
    border: none;
}

.checkbox-list-3 .form-group {
    display: flex;
    align-items: center;
}

.btn-create-plan {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #8340D4;
    border-radius: 4px;
    display: block;
    padding: 13px 23px;
    text-align: center;
    border: none;
    width: 100%;
    margin: 0 0 24px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.btn-create-plan:hover {
    background: #000;
}

/* **** End Create Plan Page **** */

/* **** Yearly Single Plan Page **** */
.checkout-box {
    max-width: 806px;
    margin: 0 auto;
    background: #fff;
    padding: 85px 36px;
    height: 100%;
}

.checkout-box .plan-summary-list li span {
    color: #2D1D61;
}

.checkout-box .plan-summary-list {
    border-bottom: 0;
    margin: 50px 0;
    padding: 0;
}

.checkout-box .plan-summary-list li h6 {
    border-top: 1px solid #A7A7A7;
    margin-top: 20px;
    padding-top: 20px;
}

.plan-summary-list-inner {
    background: rgba(45, 29, 97, 0.1);
    border-radius: 4px;
    padding: 20px;
}

.payment-block {
    max-width: 1440px;
    margin: 0 auto;
}

.payment-block .create-plan-row {
    margin:0;
    border-radius: 0;
}

.payment-block .create-plan-right {
    padding: 102px 36px;
}

.payment-block .create-plan-left {
    padding: 102px 36px;
}

.list-new-add {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #A7A7A7;
}

.list-new-add h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color: #2D1D61;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

.list-new-add h4 span {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #545454;
}

.payment-block .plan-summary-list {
    border: none;
}

.payment-block-form {
    margin: 36px 0 0;
}

.payment-block-form h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #2D1D61;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}
.payment-block-form h2:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #545454;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.payment-block-form h2 span{
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.sapreter{
    position: relative;
    margin: 5px auto 0;
    min-height: 21px;
}
.sapreter:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #A7A7A7;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sapreter span{
    padding: 0 20px;
    background: #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: #545454;
}


.payment-block-form .form-control,
.payment-block-form .form-select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    padding: 13px 16px;
    background-color: rgba(45, 29, 97, 0.1);
    border-radius: 4px;
    box-shadow: none;
}

.payment-block-form .form-select {
    color: #2D1D61;
}

.payment-block-form .form-control::placeholder {
    color: #545454;
}

.payment-block-form .btn-create-plan {
    margin: 35px 0 0;
}

.payment-block-form .form-group-cards {
    position: relative;
}

.payment-block-form .form-group-cards ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 25px;
}

.payment-block-form .form-group-cards ul li {
    margin: 0 0 0 12px;
}

.payment-block-form .form-group-cards ul li figure {
    margin: 0;
}

.payment-block-form .form-group-cards .form-control {
    padding-right: 185px;
}

.payment-block-form .form-group-cards-one .form-control {
    padding-right: 70px;
}

.payment-block .plan-summary-list li span {
    color: #2D1D61;
}
.payment-page{
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
}


.custome-radio [type="radio"]:checked,
.custome-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custome-radio [type="radio"]:checked + label,
.custome-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.custome-radio label img{
    margin: 0 0 0 10px;
    height: 22px;
}
.custome-radio [type="radio"]:checked + label:before,
.custome-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #545454;
    border-radius: 100%;
    background: #fff;
}
.custome-radio [type="radio"]:checked + label:after,
.custome-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #8340D4;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custome-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custome-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* **** End Yearly Single Plan Page **** */


/* ***** Video ***** */
.video-holder{
    position: relative;
    width: 100%;
    padding: 88px 0 0;
}
.video-holder-inner{
    position: relative;
}
.video-holder-inner img{
    width: 100%; 
}
.video-holder-inner figure{
    border-radius: 10px;
    position: relative;
}
.video-holder-inner figure::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(83, 83, 83, 0.6);
    border-radius: 10px;
    z-index: 1;
}
.btn-video-play{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E7E8E5;
    color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
}
.btn-video-play:hover{
    color: #fff;
}
/* ***** End Video ***** */


.our-blogs-wrp{
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
.our-blogs-wrp .container-fluid {
    width: calc(1200px - 15px + (100vw - 1200px)/2);
    margin-right: 0;
    padding: 0;
}
.our-blogs-wrp h2{
    font-size: 44px;
    font-weight: bold;
    color: #2D1D61;
    margin: 0 0 40px;
}
.our-blogs-wrp .slick-list {
    padding-left: 0px!important;
}
.our-blogs-wrp .slick-slide {
    margin: 20px 20px;
}
.our-blogs-wrp .slick-list {
    margin: -20px;
}
.our-blogs-wrp .slick-track{
    display: flex !important;
}
.our-blogs-wrp .slick-slide{
    height: inherit !important;
}
.blog-block{
    position: relative;
    background: rgba(255, 255, 255, 0.002);
    border: 1px solid rgba(220, 224, 229, 0.6);
    box-shadow: 0px 3px 6px rgba(45, 55, 75, 0.08);
    border-radius: 4px;
    overflow: hidden;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.blog-img{
    width: 100%;
}
.blog-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.blog-data{
    padding: 25px;
}
.blog-data h3{
    font-size: 20px;
    font-weight: 500;
    color: #0D6EFD;
    line-height: 28px;
    margin: 0 0 20px;
}
.blog-data p{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #CEE1F8;
}
.blog-data h6{
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}
.blog-data h6 i{
    margin-right: 5px;
}
.view-box{
    max-width: 205px;
    position: relative;
    border-radius: 8px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.view-box img{
    width: 100%;
    border-radius: 8px;
}
.view-box h4{
    font-size: 18px;
    font-weight: 600;
    color: #8340D4;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.view-box:hover{
    opacity: 0.70;
}

/* **** New Case Study **** */
.alertify-wrp .what_to_do .slick-prev,
.alertify-wrp .what_to_do .slick-next,
.blogs-slider .slick-prev,
.blogs-slider .slick-next,
.case-study-slider .slick-prev,
.case-study-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:-50px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.alertify-wrp .what_to_do .slick-prev:before,
.alertify-wrp .what_to_do .slick-next:before,
.blogs-slider .slick-prev::before,
.blogs-slider .slick-next::before,
.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "";
    background: url('../images/slider-arrow-right.png') center center no-repeat !important;
    background-size: 25px !important;
    display: block;
    border-radius: 50%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.alertify-wrp .what_to_do .slick-prev,
.case-study-slider .slick-prev {    
    right: 45px;
}
.alertify-wrp .what_to_do .slick-prev:before,
.blogs-slider .slick-prev::before,
.case-study-slider .slick-prev:before {
    background: url('../images/slider-arrow-left.png') center center no-repeat !important;
    background-size: 25px !important;
}
.alertify-wrp .what_to_do .slick-prev:hover:before,
.alertify-wrp .what_to_do .slick-next:hover:before,
.blogs-slider .slick-prev:hover:before,
.blogs-slider .slick-next:hover:before,
.case-study-slider .slick-prev:hover:before,
.case-study-slider .slick-next:hover:before{
    opacity: 0.5;
}
.blogs-slider{
    position: relative;
}
.blogs-slider .slick-prev,
.blogs-slider .slick-next{
    left: 74%;
}
.blogs-slider .slick-prev{
    left: 71%;
}
.case-study-wrp{
    padding: 64px 0;
    background: #F5F2FD;
    position: relative;
}
.case-study-wrp h2{
    font-size: 32px;
    font-weight: bold;
    color: #2D1D61;
    line-height: 40px;
    margin: 0 0 24px;
}
.case-study-title{
    margin: 0 0 75px;
    max-width: 940px;
}
.case-study-title p{
    font-size: 16px;
    font-weight: normal;
    color: #352B53;
    line-height: 24px;
    margin: 0 0 15px;
}

.case-study-box .row{
    align-items: center;
}
.case-study-img img{
    width: 100%;
    border-radius: 4px;
}
.case-study-data h3{
    font-size: 20px;
    font-weight: 600;
    color: #2D1D61;
    line-height: 24px;
    margin: 0 0 15px;
}
.case-study-data p{
    font-size: 14px;
    font-weight: normal;
    color: #2D1D61;
    line-height: 22px;
    margin: 0 0 15px;
}
.case-study-data p a{
    color: #818597;
    text-decoration: underline;
    font-weight: 700;
}
.case-study-data p a:hover{
    color: #8340D4;
}
.case-study-slider{
    position: relative;
}
.case-study-slider .swiper-wrapper{
    padding-top: 75px;
}
.case-study-data{
    max-width: 625px;
    height: 355px;
    padding-left: 15px;
    overflow-y: auto;
}
.case-study-img{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.case-study-img .btn-main{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 20px 0 0;
    padding: 8px 12px 8px 16px;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case-study-img .btn-main i{
    font-size: 25px;
    line-height: 100%;
    margin: 0 0 0 10px;
}
.case-study-img img{
    width: 100%;
    height: 355px;
    object-fit: cover;
}
.case-study-slider .slick-list{
    padding-left: 0 !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
    padding: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu a{
    padding: 5px 15px;
    color: #231749;
    font-size: 14px;
    font-weight: 500;
}

.alertify-sliders .swiper-slide,
.blogs-slider .swiper-slide{
    height: auto;
}
.comman-slider-arrow .swiper-button-next,
.comman-slider-arrow .swiper-button-prev{
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
    width: 35px;
    height: 35px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.comman-slider-arrow .swiper-button-next::after,
.comman-slider-arrow .swiper-button-prev::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/slider-arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.comman-slider-arrow .swiper-button-next::after{
    background-image: url('../images/slider-arrow-right.png');
}
.comman-slider-arrow .swiper-button-prev{
    right: 50px;
}
.comman-slider-arrow .swiper-button-next:hover,
.comman-slider-arrow .swiper-button-prev:hover{
    opacity: 0.5;
}

.case-study-title{
    margin: 0;
}
.case-study-slider.comman-slider-arrow .swiper-button-next,
.case-study-slider.comman-slider-arrow .swiper-button-prev{
    top: 30px;
}

.intrested-box{
    max-width: 450px;
}
.alertify-block:hover {
    box-shadow: 0 2px 15px rgba(165, 153, 209, 0.30);
}
.achieved-slider{
    padding-top: 50px;
}
.achieved-wrp h2{
    margin: 0 !important;
}
.achieved-slider.comman-slider-arrow .swiper-button-next, .achieved-slider.comman-slider-arrow .swiper-button-prev{
    top: 20px;
}
/* **** End New Case Study **** */

/* **** Case Study Detail **** */
.case-study-page .banner-data{
    padding-right: 60px;
}
.case-study-page .banner-data h1{
    font-size: 32px;
    line-height: 48px;
}
.case-study-page .banner-data p{
    font-size: 16px;
    line-height: 24px;
}
.case-study-page .pricing-page-banner-img .img-fluid{
    border-radius: 8px;
}
.comman-title{
    margin: 0 0 32px;
}
.comman-title h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #2D1D61;
    margin: 0 0 14px;
}
.comman-title p{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2D1D61;
    margin: 0;
}
.critical-wrp{
    position: relative;
    padding: 45px 0;
}
.critical-box{
    position: relative;
    padding: 28px;
    background: #FFFFFF;
    border: 1px solid #E7E8E5;
    border-radius: 10px;
    margin: 0 0 24px;
    height: calc(100% - 24px);
}
.critical-box figure{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 30px;
}
.critical-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.critical-box h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #352B53;
    margin: 0 0 20px;
}
.critical-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #363049;
    margin: 0;
}

.how-does-wrp{
    position: relative;
    padding: 50px 0;
    background: #F8F6FF;
}
.how-does-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.how-does-box{
    width: 50%;
    padding: 25px 85px 25px 0;
    position: relative;
    border-right: 2px solid #DCD0FE;
    border-bottom: 2px solid #DCD0FE;
}
.how-does-box:nth-child(even){
    padding: 25px 0 25px 85px;
    border-right: 0;
}
.how-does-box:last-child{
    border-bottom: 0;
}
.how-does-box h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2D1D61;
    margin: 0;
}
.how-does-box ul{
    padding-left: 22px;
}
.how-does-box ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2D1D61;
    list-style: disc;
}
.how-does-box ul li::marker{
    font-size: 10px;
}

.real-time-wrp{
    position: relative;
    padding: 60px 0 145px;
}
.real-time-box{
    position: relative;
    padding: 40px 20px 30px;
    background: #FFFFFF;
    border: 1px solid #E7E8E5;
    border-radius: 10px;
    top: 85px;
    height: 100%;
}
.real-time-box figure{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #FBF7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -81px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
}
.real-time-box h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #352B53;
    margin: 0 0 16px;
    min-height: 45px;
}
.real-time-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #363049;
    margin: 0;
}

.reasons-wrp{
    position: relative;
    padding: 0 0 125px;
}
.reasons-wrp .comman-title{
    margin: 0 0 40px;
}
.reasons-img{
    padding-right: 40px;
}
.reasons-img figure{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}
.reasons-img figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reasons-box{
    background: #FFFFFF;
    border: 1px solid #E7E8E5;
    border-radius: 10px;
    padding: 20px 20px 20px 16px;
    margin: 0 0 20px;
}
.reasons-box:last-child{
    margin: 0;
}
.reasons-box h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #352B53;
    margin: 0 0 14px;
}
.reasons-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #363049;
    margin: 0;
}

.case-study-listing .blog-grid img{
    object-fit: cover;
}
.alertify-wrp.case-study-listing .row{
    margin: 0 -13px;
}
/* **** End Case Study Detail **** */

/* **** Case Study Pricing Page **** */
.case-study-pricing-page .btn-main{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 45px;
}

.pricing-page.price-pg-wrapper.case-study-pricing-page{
    padding: 48px 0 41px;
}
.case-study-pricing-page .pricing-plan-title h2{
    margin: 0 0 31px;
}
.case-study-pricing-page .pricing-plan-title h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #8340D4;
    margin: 0 0 33px;
}
.pricing-page.case-study-pricing-page .nav-tabs{
    margin: 40px auto 34px;
}
.case-study-pricing-page .pricing-block h2{
    font-size: 24px;
    line-height: 28px;
}
.case-study-pricing-page .pricing-block p{
    font-size: 13px;
}
.case-study-pricing-page .pricing-block h3{
    font-size: 18px;
    line-height: 21px;
}
.case-study-pricing-page .pricing-block ul li{
    font-size: 13px;
}
.case-study-pricing-page .pricing-row ul li{
    width: 33.33%;
}
.case-study-pricing-page.price-pg-wrapper .pricing-row ul li .pricing-block ul li{
    width: 100%;
}

.case-study-pricing-page .intrested-box h2{
    font-size: 30px;
    line-height: 48px;
}

.case-study-pricing-page .pay-go-wrp-data h2{
    margin: 0 0 23px;
}
.case-study-pricing-page .pay-go-wrp-data h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #8340D4;
    margin: 0 0 23px;
}
.case-study-pricing-page .pay-go-wrp-inner .row{
    align-items: center;
}
/* **** End Case Study Pricing Page **** */

/* **** Solutions BCB Page **** */
.buzz-bcb-wrp{
    background: #F4F1FF;
    z-index: 1;
}
.buzz-bcb-wrp .comman-title,
.bcb-box-wrp .comman-title{
    text-align: center;
}
.buzz-bcb-wrp .comman-title h2,
.bcb-box-wrp .comman-title h2,
.blast-wrp .comman-title h2{
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 15px;
}
.buzz-bcb-wrp .comman-title h3,
.blast-wrp .comman-title h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #8340D4;
    margin: 0;
}
.buzz-bcb-wrp .critical-box{
    background: #F4F1FF;
}
.buzz-bcb-wrp .critical-box h2{
    margin: 0 0 6px;
}
.buzz-bcb-shap{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}
.bcb-box-wrp{
    padding: 75px 0 45px;
    background: #F9F8FF;
}
.bcb-box-wrp .comman-title{
    max-width: 963px;
    margin: 0 auto 55px;
}
.bcb-box{
    text-align: center;
    max-width: 258px;
    margin: 20px auto;
}
.bcb-box figure{
    display: table;
    margin: 0 auto 16px;
}
.bcb-box h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #352B53;
    margin: 0 0 6px;
}
.bcb-box p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.3px;
    color: #363049;
    margin: 0;
}
.bcb-list-wrp{
    background: #fff;
    padding-bottom: 50px;
}
.bcb-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1047px;
    margin: 0 auto;
}
.bcb-list ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 30px;
    max-width: 480px;
}
.bcb-list ul li::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #8340D4;
}
.bcb-list ul li:last-child{
    margin: 0;
}
.bcb-list ul li h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #352B53;
    margin: 0 0 6px;
}
.bcb-list ul li p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140.2%;
    letter-spacing: 0.3px;
    color: #363049;
    margin: 0;
}
.solutions-bcb-page .btn-main{
    font-size: 16px;
    line-height: 24px;
    padding: 14px 18px;
}
.blast-wrp{
    padding: 92px 0;
    position: relative;
    background: #F4F1FF;
    z-index: 1;
    overflow: hidden;
}
.blast-wrp .comman-title h2{
    margin: 0 0 30px;
}
.blast-shap1,
.blast-shap2{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.blast-shap2{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: -1;
}
.blast-img{
    position: relative;
}
.blast-img figure{
    margin: 0;
    position: absolute;
    top: auto;
    right: 75px;
}
.q-and-a-wrp .faq-list .accordion .accordion-item .accordion-button{
    padding: 30px 35px 30px 70px;
}
/* **** End Solutions BCB Page **** */