
/*** Header css ***/

@import url(header.css);

/*** End Header css ***/

/*** Fonts ***/

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_100-webfont.eot) format('embedded-opentype');
    src: url(../fonts/museosans_100-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/museosans_100-webfont.woff2) format('woff2'),
    url(../fonts/museosans_100-webfont.woff) format('woff'),
    url(../fonts/museosans_100-webfont.ttf) format('truetype'),
    url(../fonts/museosans_100-webfont.svg#museo_sans100) format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_300-webfont.eot);
    src: url(../fonts/museosans_300-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/museosans_300-webfont.woff2) format('woff2'),
    url(../fonts/museosans_300-webfont.woff) format('woff'),
    url(../fonts/museosans_300-webfont.ttf) format('truetype'),
    url(../fonts/museosans_300-webfont.svg#museo_sans300) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_500-webfont.eot);
    src: url(../fonts/museosans_500-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/museosans_500-webfont.woff2) format('woff2'),
    url(../fonts/museosans_500-webfont.woff) format('woff'),
    url(../fonts/museosans_500-webfont.ttf) format('truetype'),
    url(../fonts/museosans_500-webfont.svg#museo_sans500) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_700-webfont.eot);
    src: url(../fonts/museosans_700-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/museosans_700-webfont.woff2) format('woff2'),
    url(../fonts/museosans_700-webfont.woff) format('woff'),
    url(../fonts/museosans_700-webfont.ttf) format('truetype'),
    url(../fonts/museosans_700-webfont.svg#museo_sans700) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museoSans_900-webfont.eot);
    src: url(../fonts/museoSans_900-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/museosans_900-webfont.woff2) format('woff2'),
    url(../fonts/museoSans_900-webfont.woff) format('woff'),
    url(../fonts/museoSans_900-webfont.ttf) format('truetype'),
    url(../fonts/museoSans_900-webfont.svg#museo_sans900) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*** End Fonts ***/

/*** Base Reset ***/

body,
html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
body * {
    tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #282828;
    background: #fff;
    min-width: 320px;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    font-family: museo_sans, Arial, sans-serif
}

iframe {
    border: none
}

a {
    outline: 0;
    cursor: pointer
}

.btn:focus,
.btn:hover,
button:focus,
a:focus,
a:hover {
    color: inherit;
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

:focus {
    outline: none;
}

form {
    margin: 0
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

/*** Input Placeholder color ***/

.form-control::-webkit-input-placeholder {
    color: #B8B8B8
}

.form-control:-moz-placeholder {
    color: #B8B8B8
}

.form-control::-moz-placeholder {
    color: #B8B8B8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #B8B8B8
}


.tab-content .form-control::-webkit-input-placeholder {
    color: #282828
}

.tab-content .form-control:-moz-placeholder {
    color: #282828
}

.tab-content .form-control::-moz-placeholder {
    color: #282828;
    opacity: 1
}

.tab-content .form-control:-ms-input-placeholder {
    color: #282828
}

/*** End Input Placeholder color ***/

.disabled {
    pointer-events: none
}
.btn-primary{
    background: #80C100;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 16px;
    border-radius: 4px;
    border-color: #80C100;
    font-weight: 700;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible{
    color: #fff !important;
    background: #8bd012 !important;
    border-color: #8bd012 !important;
    box-shadow: none;
}
.btn-outline {
    padding: 10px;
    display: block;
    color: #282828;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    border-color: #484848;
}
.btn-outline:hover {
    color: #fff;
    background-color: #484848;
}

.btn-outline.add {
    color: #80C100;
    padding: 7px 16px;
    border-color: #80C100;
}
.btn-outline.add:hover {
    color: #fff;
    background: #80C100;
    border-color: #80C100;
}

a.link{
    color: #484848;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
a.link:hover{
    text-decoration: none;
}

.second-heading{
    color: #000;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    margin: 0 0 20px;
}
.third-heading{
    color: #000;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px;
}

.error-color {
    color: red;
}
.react-datepicker-wrapper{
    display: block !important;
}


/*** End Base Reset ***/

#root {
    position: relative;
    overflow: hidden;
    white-space: pre-line;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


/*** Main Hero Section ***/

.heroSection{
    background-color: #152022;
    background-image: url('../images/bg-main-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0;
    margin: 0 0 100px;
    height: 630px;
}
.heroSection h1{
    color: #fff;
    font-size: 46px;
    line-height: 57px;
    font-weight: 700;
    margin: 0 0 60px;
}
.heroSection .text-holder{
    color: #fff;
    padding: 95px 0 0;
}
.heroSection .img-holder{
    margin: 35px 0 0;
}

/*** End Main Hero Section ***/

/*** Inner Hero Section ***/

.heroSection.inner{
    background-color: #152022;
    background-image: url('../images/bg-hero-inner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 67px 0 145px;
    height: auto;
    margin: 0;
}
.heroSection.inner h1{
    margin: 0 0 30px;
}
.heroSection.inner p{
    margin: 0;
}
.heroSection.inner .text-holder{
    max-width: 680px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

/*** End Inner Hero Section ***/

/*** Main Content ***/

#main{
    overflow: hidden;
}

/*** Partners Help ***/

.prt-services{
    overflow: hidden;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    padding-top: 50px;
}
.prt-cols{
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.prt-cols:after{
    bottom: 0;
    left: 12px;
    right: 12px;
    content: '';
    clear: both;
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.prt-services h2.second-heading{
    margin: 0 0 15px;
}
.prt-services p{
    color: #282822;
    max-width: 680px;
    margin: 0 auto 35px;
}
.prt-block{
    background: #F8F8F8;
    border-radius: 20px;
    padding: 65px 20px;
    text-align: center;
}
.prt-block .icon{
    width: 124px;
    margin: 0 0 30px;
    display: inline-block;
}
.prt-block .title{
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

/*** End Partners Help ***/

/*** Better Experience***/

.expSlides-section{
    overflow: hidden;
    padding-top: 70px;
}
.expSlides-section .second-heading{
    max-width: 640px;
    margin: 0 auto 40px;
}
.expSlides-section .container{
    max-width: 1320px;
}
.instructions-wrap{
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 80px;
}
.instructions{
    padding: 17px 18px 18px;
    width: 302px !important;
    height: 612px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    background: url(../images/bg-iphone.png) no-repeat;
    background-size: cover;
}
.instructions:after{
    top: 22px;
    left: 50%;
    width: 87px;
    height: 26px;
    content: '';
    clear: both;
    margin-left: -44px;
    position: absolute;
    background: url(../images/iphone-element.png) no-repeat;
    background-size: cover;
}
.instructions .owl-carousel .owl-stage-outer{
    overflow: visible;
}

.instructions .owl-carousel .owl-item.center{
    transform: scale(1);
}
.instructions .owl-carousel .owl-item{
    transform: scale(0.8);
    transition: all 300ms ease;
}
.instructions .owl-carousel .owl-item .img-ar{
    display: none;
}
.instructions .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px;
}
.instructions .owl-theme .owl-dots .owl-dot{
    margin: 0 3px;
    padding: 2px !important;
    border-radius: 50%;
    border: 1px solid transparent;
}
.instructions .owl-theme .owl-dots .owl-dot span{
    background: #A3A2A2;
    width: 12px;
    height: 12px;
    margin: 0;
}
.instructions .owl-theme .owl-dots .owl-dot.active{
    border-color: #80C100;
}
.instructions .owl-theme .owl-dots .owl-dot.active span{
    background: #80C100;
}


/*
.instructions .slick-track{
    display: flex !important;
    align-items: center;
}
.instructions .slick-slide.slick-active{
    width: 302px;
}
.instructions .slick-slide.prevslide,
.instructions .slick-slide.nextslide{
    width: 209px;
}
.instructions .slick-slide{
    float: none !important;
    width: 180px;
    margin: 0 10px;
    transition: all ease-in 0.3s;
}*/

/*** End Better Experience***/

/*** Pricing ***/

.pricing-section{
    overflow: hidden;
    padding: 100px 0;
    background: #F8F8F8;
}
.pricing-section .second-heading{
    margin: 0 0 40px;
}


ul.nav.nav-pills{
    background: #000;
    border-radius: 30px;
    border: 2px solid #000;
}
ul.nav.nav-pills li.nav-item{
    flex: 1;
}
ul.nav.nav-pills button.nav-link{
    color: #fff;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    border-radius: 0;
}
ul.nav.nav-pills button.nav-link.active{
    color: #000;
    background: #fff;
    transition: none;
}
ul.nav.nav-pills button.nav-link.active::before,
ul.nav.nav-pills button.nav-link.active::after{
    content: '';
    clear: both;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
ul.nav.nav-pills button.nav-link.active::before{
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #000;
}
ul.nav.nav-pills button.nav-link.active::after{
    left: auto;
    right: 0;
    background: #000;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #fff;
}

ul.nav.nav-pills .nav-item:first-child button.nav-link.active{
    border-radius: 25px 0 0 25px;
}
ul.nav.nav-pills .nav-item:first-child button.nav-link.active::before{
    display: none;
}
ul.nav.nav-pills .nav-item:last-child button.nav-link.active{
    border-radius: 0 25px 25px 0;
}
ul.nav.nav-pills .nav-item:last-child button.nav-link.active::after{
    display: none;
}

.tab-content{
    position: relative;
}
.tab-content .tab-pane{
    padding-top: 20px;
}
.tab-content .form-wrap{
    min-height: 333px;
}
.tab-content #pills-marketing .form-wrap{
    padding-top: 50px;
}
.tab-content .field-wrap{
    margin-bottom: 25px;
}
.tab-content label{
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px;
}
.tab-content select,
.tab-content input{
    height: 48px;
    background: none;
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #A3A2A2;
}
.select-wrap{
    position: relative;
}
.select-wrap:after{
    top: 50%;
    right: 15px;
    content: '';
    clear: both;
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    pointer-events: none;
    background: url(../images/drop-arrow.svg) no-repeat;
    background-size: cover;
}
.tab-content .btn-primary{
    padding: 15px 16px;
}

.calc-block{
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.calc-block .head{
    padding: 0 0 20px;
}
.calc-block .second-heading{
    font-size: 28px;
    margin: 0;
}
.calc-block .form-switch{
    position: relative;
    width: 103px;
    height: 32px;
    padding: 0;
    margin: 0;
}
.calc-block .form-switch{
    position: relative;
    width: 103px;
    height: 32px;
    padding: 0;
    margin: 0;
}
.calc-block .form-switch .form-check-input{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0;
    width: 100%;
    height: 32px;
    border: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    position: absolute;
}
.calc-block .form-switch .form-check-label{
    color: #aaa;
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    padding: 7px 0 0 10px;
    background: #ddd;
    border-radius: 20px;
    cursor: pointer;
}
.calc-block .form-switch .form-check-label::before{
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    content: '';
    clear: both;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    transition: all ease-in 0.3s;
}
.calc-block .form-switch .form-check-input:checked + .form-check-label{
    background: #80C100;
}
.calc-block .form-switch .form-check-input:checked + .form-check-label::before{
    transform: translate(71px,0);
}
.calc-block .form-switch .form-check-label span{
    display: inline-block;
    transform: translate(28px, 1px);
    transition: all ease-in 0.1s;
}
.calc-block .form-switch .form-check-input:checked + .form-check-label span{
    color: #fff;
    transform: translate(0, 1px);
}
.thk_message{
    color: #737373;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 50px 0 0;
}
.thk_message .img-done{
    width: 74px;
    margin: 0 0 50px;
    display: inline-block;
}
.thk_message .second-heading{
    margin: 0 0 20px;
}
.thk_message p{
    margin: 0 0 50px;
}
.thk_message .btn-wrap{
    max-width: 283px;
    display: block;
    margin: 0 auto;
}
.thk_message .btn{
    margin: 0 0 5px;
}

.sum-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sum-list > li{
    color: #282822;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 25px 0;
    border-top: 1px solid rgba(190,190,190,0.2);
}
.sum-list > li .sum{
    position: relative;
}
.sum-list .sub-list{
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}
.sum-list .sub-list > li{
    color: #737373;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
}
.sum-list .total{
    margin: 0 -30px;
    padding: 30px 30px 0;
}
.sum-list .total .sum{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.sum-list .total .note{
    color: #737373;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.sum-list .total p{
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*** End Pricing ***/

/*** Other Solutions ***/

.oth-solutions{
    overflow: hidden;
    padding-top: 90px;
}
.oth-solutions .text-holder{
    padding: 45px 95px 0 0;
}
.oth-solutions .reverse .text-holder{
    padding: 45px 0 0 120px;
}
.oth-solutions h2.second-heading{
    margin: 0 0 40px;
}
.oth-solutions p{
    margin: 0 0 30px;
}
.oth-solutions .tag{
    color: #80C100;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 14px;
    margin: 0 0 15px;
    background: #F4F4F4;
    display: inline-block;
    border-radius: 20px;
}

/*** End Other Solutions ***/

/*** Feature section ***/

.features-section{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding-top: 80px;
    padding-bottom: 60px;
    border-top: 1px solid #ccc;
}
.features-section.add {
    border-top: 0;
    padding-top: 0;
}
.features-section.add h2.second-heading {
    max-width: 670px;
    margin: 0 auto 50px;
}
.features-section h2.second-heading{
    margin: 0 0 50px;
}
ul.features-list li {
    width: 25%;
    flex: 0 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 40px;
    padding: 0 15px;
}
ul.features-list .icon {
    display: inline-block;
    margin: 0 0 25px;
}
ul.features-list h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px;
}
.features-section.add ul.features-list h4 {
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 15px;
}

/*** End Feature section ***/

/*** Success Story ***/

.story-section{
    background-color: #152022;
    color: #89C766;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 120px;
}
.story-section .container{
    position: relative;
}
.story-section .text-holder{
    padding: 92px 0;
}
.story-section .title{
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    line-height: 70px;
    margin: 0 0 20px;
}
.story-section p{
    margin: 0 0 20px;
}
.story-section .btn-primary{
    min-width: 276px;
}
.story-section .img-holder{
    top: -65px;
    right: 0;
    max-width: 508px;
    position: absolute;
}

/*** End Success Story ***/

/*** Brands Section ***/

.brands-section{
    overflow: hidden;
    padding: 0 0 30px;
}
.brands-section .container{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.brands-section h2.second-heading{
    margin: 0 0 50px;
}
.brands-section .img-holder{
    text-align: center;
}
.brands-section .img-holder img{
    max-width: 60%;
    display: inline-block;
    text-align: center;
}

/*** End Brands Section ***/

/*** FAQ Section ***/

.faq-section{
    overflow: hidden;
    padding: 60px 0;
}
.faq-section h2.second-heading{
    margin: 0 0 50px;
}
.faq-section .accordion-item {
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}
.faq-section .accordion-header .accordion-button{
    color: #282822;
    font-size: 17px;
    font-weight: 600;
    background: none;
    box-shadow: none;
    line-height: 22px;
    padding: 25px 0;
}
.faq-section .accordion-header .accordion-button:not(.collapsed){
    color: #89C766;
}
.faq-section .accordion .accordion-body{
    padding-left: 0;
    padding-top: 0;
}
.faq-section .accordion .accordion-item{
    border-bottom: 1px dashed #a3a2a2;
}


.faq-section .btn-outline {
    display: block;
    width: 230px;
    margin: 64px auto 0;
}

/*** End FAQ Section ***/

/*** About Page ***/

.about-content{
    padding-top: 100px;
    padding-bottom: 80px;
}
.about-content .text-holder{
    padding: 0 120px 0 0;
}

/*** End About Page ***/

/*** Vision ***/

.vision{
    margin: 0 0 250px;
    padding: 80px 0 0;
    background: #fdfaf2;
    background: -moz-linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    background: -webkit-linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    background: linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfaf2",endColorstr="#f3f9fd",GradientType=1);
}
.vision .text-holder{
    max-width: 820px;
    margin: 0 auto;
}
.vision h2.second-heading{
    margin: 0 0 30px;
}
.vision p{
    margin: 0 0 20px;
}
.vision .img-holder{
    margin: 0 0 -130px;
}

/*** End Vision ***/

/*** Contact Us ***/

.pg-contact{
    padding-top: 100px;
    margin-bottom: 120px;
}
.pg-contact:after{
    content: '';
    clear: both;
    display: block;
}
.pg-contact .text-holder{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.pg-contact .text-holder p{
    margin:  0 0 25px;
}
.pg-contact .text-holder h2.second-heading{
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
}
.pg-contact .form-holder h2.second-heading{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
}
.pg-contact .form-holder p{
    margin: 0 0 25px;
}
.form-holder{
    padding: 30px;
    color: #737373;
    font-size: 15px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    border: 1px solid #F1F1F1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
.form-holder .form-label{
    color: #484848;
    font-size: 13px;
    font-weight: 600;
}
.form-holder .form-control{
    outline: none;
    height: 44px;
    color: #282828;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
}
.form-holder .field-row{
    margin: 0 0 25px;
}
.form-holder textarea.form-control{
    height: 81px;
    resize: none;
}
.form-holder .calc_loader {
    top: 50%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}
.form-holder .calc_loader ~ form {
    opacity: 0.5;
    pointer-events: none;
}
.modal_msgSuccess{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.75);
    z-index: 99999;
}
.modal_msgSuccess .msgBlock{
    width: 550px;
    padding: 50px 20px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.crossIcon{
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
}
.crossIcon:before,
.crossIcon:after{
    top: 2px;
    left: 10px;
    height: 16px;
    width: 2px;
    content: '';
    clear: both;
    position: absolute;
    background: #333;
    transform: rotate(45deg);
    transition: all ease-in 0.2s;
}
.crossIcon:after{
     transform: rotate(-45deg);
}
.crossIcon:hover:before,
.crossIcon:hover:after{
    background: #aaa;
}
.modal_msgSuccess .msgBlock .img-done {
    display: inline-block;
    margin-bottom: 20px;
    width: 65px;
}

.team-section{
    overflow: hidden;
    padding: 0 0 50px;
}
.team-section h2.second-heading{
    margin: 0 0 60px;
}
.team-list{
    overflow: hidden;
}
.team-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.team-list .img-holder{
    width: 276px;
    overflow: hidden;
    border-radius: 50%;
}
.team-list .social-profile{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -42px auto 30px;
    width: 150px;
    height: 46px;
    border-radius: 26px;
    line-height: 41px;
    text-align: center;
    background: #80C100;
}
.team-list .social-profile a{
    margin: 0 10px;
}
.team-list .social-profile a svg{
    display: block;
    width: 24px;
}
.team-list .social-profile a svg path{
    fill: #fff;
}
.team-list .social-profile a:hover svg path{
    fill: #000;
}
.team-list .designation{
    color: #000;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}
.team-list .name{
    color: #80C100;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

/*** End Contact Us ***/

/*** End Main Content ***/


/*** Footer ***/

#footer{
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fdfaf2;
    background: -moz-linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    background: -webkit-linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    background: linear-gradient(90deg,rgba(253,250,242,1) 0%,rgba(243,249,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfaf2",endColorstr="#f3f9fd",GradientType=1);
}
#footerAccordion .accordion-button{
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}

#footer .right-column{
    color: #737373;
    font-size: 15px;
    font-weight: 300;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .right-column p{
    margin: 0;
}
.footer_links li{
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
}
.footer_links a{
    color: #484848;
    text-decoration: none;
}
.footer_links a:hover{
    color: #80C100;
    text-decoration: none;
}
#footer .right-column .ft-logo{
    width: 143px;
    margin: 0 0 43px;
    display: inline-block;
}
#footer .social-list{
    margin: 0 0 43px;
}
#footer .social-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7px;
    width: 36px;
}
#footer .social-list a:hover svg path{
    fill: #80C100;
}

/*** End Footer ***/

/*** Modal ***/

.viewModal{
    inset: 0;
    display: flex;
    position: fixed;
    z-index: 99999;
    justify-content: center;
    background: rgba(0,0,0,0.8);
}
.modal-header{
    border: 0;
    padding: 0;
}
.modal-content{
    width: 300px;
    background: #fff;
    border: 0;
    padding: 30px;
    border-radius: 0;
}
.modal-body{
    padding: 0;
}
.modal-header .second-heading{
    font-size: 28px;
    margin: 0 0 50px;
}
.reg_wrap{
    margin: 0 auto;
    max-width: 920px;
}

.reg_wrap .form-control{
    height: 48px;
    background: none;
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #A3A2A2;
}
.reg_wrap .form-check{
    padding: 0;
    margin: 0 0 15px;
    position: relative;
}
.reg_wrap .form-check input{
    top: 0;
    left: 0;
    margin: 0;
    width:24px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.reg_wrap .form-check label{
    margin: 0;
    color: #484848;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    padding: 5px 0 5px 35px;
}
.reg_wrap .form-check label::before,
.reg_wrap .form-check label::after{
    content: '';
    clear: both;
    position: absolute;
}
.reg_wrap .form-check label::before{
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #B8B8B8;
}
.reg_wrap .form-check label::after{
    top: 7px;
    left: 7px;
    width: 11px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.reg_wrap .form-check input:checked + label::before{
    background: #80C100;
    border-color: #80C100;
}

.reg_wrap .btn-outline.add {
    margin-top: 30px;
}


/*** End Modal ***/


/*** Arabic ***/

html[lang=ar] body{
    direction: rtl;
}


html[lang=ar] .instructions{
    direction: ltr;
}

html[lang=ar] .instructions .owl-carousel .owl-item .img-ar{
    display: block;
}
html[lang=ar] .instructions .owl-carousel .owl-item .img-en{
    display: none;
}

html[lang=ar] .list-unstyled,
html[lang=ar] ul.nav.nav-pills{
    padding: 0;
}
html[lang=ar] ul.nav.nav-pills button.nav-link.active::after {
    left: 0;
    right: auto;
    background: #000;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #fff;
    border-left: 0;
}
html[lang=ar] ul.nav.nav-pills button.nav-link.active::before,
html[lang=ar] ul.nav.nav-pills button.nav-link.active::after {
    left: auto;
    right: 0;
}
html[lang=ar] ul.nav.nav-pills button.nav-link.active::before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #000;
    border-left: 0;
}
html[lang=ar] ul.nav.nav-pills .nav-item:first-child button.nav-link.active {
    border-radius: 25px 25px 25px 0;
}
html[lang=ar] ul.nav.nav-pills button.nav-link.active::after {
    left: 0;
    right: auto;
    background: #000;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #fff;
    border-left: 0;
}
html[lang=ar] ul.nav.nav-pills .nav-item:last-child button.nav-link.active {
    border-radius: 25px 0 0 25px;
}

html[lang=ar] .tab-content select{
    padding-right: 12px;
    padding-left: 36px;
}
html[lang=ar] .select-wrap:after{
    right: auto;
    left: 15px;
}
html[lang=ar] .reg_wrap .form-check input,
html[lang=ar] .reg_wrap .form-check label::before{
    left: auto;
    right: 0;
}
html[lang=ar] .reg_wrap .form-check label::after {
    left: auto;
    right: 6px;
}
html[lang=ar] .reg_wrap .form-check label {
    padding: 5px 35px 5px 0;
}
html[lang=ar] .tab-content .ps-md-0 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: 0 !important;
}
html[lang=ar] .tab-content .text-start {
    text-align: right!important;
}
html[lang=ar] .react-datepicker__tab-loop{
    direction: ltr;
}
html[lang=ar] .features-list{
    padding: 0;
}
html[lang=ar] .story-section{
    margin-bottom: 140px;
}
html[lang=ar] .story-section .text-holder{
    max-width: 70%;
}
html[lang=ar] .story-section .img-holder{
    right: auto;
    left: 0;
}
html[lang=ar] .accordion-button::after{
    margin-left: inherit;
    margin-right: auto;
}
html[lang=ar] .faq-section .accordion .accordion-body,
html[lang=ar] #footerAccordion .accordion-body{
    padding-right: 0;
}
html[lang=ar] #footer .right-column {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
html[lang=ar] .text-end {
    text-align: left!important;
}
html[lang=ar] #footer .social-list li{
    margin: 0 7px 0 0;
}

/*** End Arabic ***/



@media screen and (min-width: 768px) {
    #footerAccordion .accordion-item{
        background: none;
        flex: 0 0 auto;
        width: 33.33%;
        border: 0;
    }
    #footerAccordion .accordion-item:nth-child(2){
        padding: 0 0 0 30px;
    }
    #footerAccordion .accordion-button{
        pointer-events: none;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    #footerAccordion .accordion-button:after{
        display: none;
    }
    #footerAccordion .accordion-body{
        padding: 20px 0 0;
    }
    #footerAccordion .collapse:not(.show) {
        display: block;
    }
}

@media screen and (max-width: 1365px) {
    .expSlides-section .container{
        max-width: 1200px;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .heroSection{
        height: 535px;
    }
    .heroSection h1{
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 30px;
    }
    .heroSection.inner{
        padding: 35px 0 90px;
    }
    .story-section .title {
        font-size: 48px;
        line-height: 62px;
        margin: 0 0 42px;
    }
    .pricing-section .tab-content{
        margin: 0 0 20px;
    }
    .tab-content .form-wrap{
        min-height: auto;
    }
}
@media screen and (max-width: 991px) {
    .heroSection {
        height: auto;
        margin: 0;
    }
    .heroSection h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .about-content .text-holder{
        padding: 0;
    }
    .story-section,
    html[lang=ar] .story-section {
        margin-bottom: 60px;
    }
    html[lang=ar] .story-section .text-holder {
        max-width: 100%;
    }
    .story-section .title{
        font-size: 45px;
    }
    .story-section .img-holder{
        position: static;
        margin: 44px 0 0;
    }
    .oth-solutions .text-holder,
    .oth-solutions .reverse .text-holder{
        padding: 45px 0 0;
    }
    .brands-section{
        padding: 0;
    }
    .thk_message{
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 767px) {
    body{
        font-size: 15px;
    }
    .second-heading{
        font-size: 22px;
        line-height: 28px;
    }
    .third-heading{
        font-size: 20px;
    }
    .heroSection .text-holder{
        padding: 0;
        text-align: center;
    }
    .heroSection h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .heroSection .img-holder {
        margin: 35px auto;
        max-width: 55%;
    }
    .heroSection.inner {
        padding: 120px 0 50px;
    }
    .heroSection.inner h1 {
        margin: 0 0 15px;
    }
    .heroSection.inner .text-holder {
        font-size: 17px;
        line-height: 23px;
        padding: 0 10px;
    }
    .prt-services{
        font-size: 16px;
        line-height: 22px;
    }
    .prt-cols{
        padding-bottom: 30px;
    }
    .prt-cols .column{
        margin-bottom: 30px;
    }
    .expSlides-section{
        padding-top: 30px;
    }
    .expSlides-section .second-heading{
        padding: 0 20px;
    }
    .pricing-section{
        padding: 40px 0;
    }
    ul.nav.nav-pills button.nav-link{
        font-size: 12px;
        padding: 9px 0;
    }
    ul.nav.nav-pills button.nav-link::before,
    ul.nav.nav-pills button.nav-link::after{
        display: none;
    }

    .calc-block {
        padding: 30px 20px;
    }
    .tab-content label,
    .sum-list > li{
        font-size: 15px;
    }
    .tab-content select, .tab-content input{
        height: 40px;
        font-size: 14px;
    }
    .calc-block .second-heading{
        font-size: 20px;
    }
    .tab-content #pills-marketing .form-wrap{
        padding-top: 0;
    }
    .thk_message p {
        margin: 0 0 30px;
    }
    .modal-content{
        padding: 30px 15px;
    }
    .modal-header .second-heading {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .modal-content .modal-body{
        padding: 0;
    }
    .reg_wrap label{
        font-size: 14px;
    }
    .reg_wrap .form-control{
        height: 36px;
    }
    .select-wrap:after {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
    .tab-content .validity-row label.text-start{
        margin-top: 10px;
    }

    .sum-list .total{
        margin: 0;
        padding: 30px 0 0;
    }
    .sum-list .total .note{
        font-size: 11px;
        line-height: 14px;
    }

    .sum-list .total .sum{
        font-size: 17px;
    }
    .oth-solutions{
        padding-top: 90px;
    }
    .oth-solutions .text-holder,
    .oth-solutions .reverse .text-holder {
        padding: 45px 0 25px;
    }
    .oth-solutions .tag{
        font-size: 16px;
        margin: 0 0 10px;
    }

    .features-section{
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    ul.features-list li{
        width: 100%;
        margin: 0;
        padding-bottom: 25px;
    }
    ul.features-list li:not(:first-child){
        border-top: 1px solid #eee;
        padding: 25px 0;
    }
    ul.features-list li p{
        margin: 0;
    }

    .story-section {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .story-section .img-holder {
        margin: 40px auto 0;
        max-width: 50%;
    }
    .story-section .text-holder {
        padding: 30px 0 40px;
        text-align: center;
    }
    .story-section .title {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }

    .brands-section {
        padding: 0;
    }
    .brands-section .col {
        margin-bottom: 20px;
    }
    .faq-section {
        padding: 40px 0;
    }
    .faq-section h2.second-heading {
        margin: 0 0 20px;
    }

    .about-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-content .text-holder {
        padding: 30px 0 0;
    }

    .vision{
        padding: 40px 0;
    }

    .vision,
    .vision .img-holder{
        margin: 0;
    }
    .features-section.add{
        padding-top: 30px;
    }

    .pg-contact {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .form-holder {
        padding: 20px;
        margin: 0 0 30px;
    }
    .pg-contact .text-holder h2.second-heading{
        font-size: 24px;
    }
    .team-list li{
        display: block;
        margin: 0 0 40px;
    }
    .team-list .img-holder{
        display: inline-block;
        width: 240px;
    }

    .modal_msgSuccess{
        padding: 0 15px;
    }
    .modal_msgSuccess .msgBlock{
        width: 100%;
    }


    #footer{
        padding-top: 30px;
    }
    #footerAccordion{
        margin: 0 0 30px;
    }
    #footerAccordion .accordion-button{
        background: none;
        padding-left: 0;
        padding-right: 0;
    }
    #footerAccordion .accordion-button:focus,
    #footerAccordion .accordion-button:focus-visible{
        outline: none;
        box-shadow: none;
    }
    .accordion-flush .accordion-item{
        background: none;
    }
    #footerAccordion .accordion-body{
        padding-left: 0;
    }
    #footer .right-column{
        text-align: center !important;
    }
    #footer .right-column .ft-logo,
    #footer .social-list{
        margin: 0 0 25px;
    }
    #footer .social-list li,
    html[lang=ar] #footer .social-list li {
        margin: 0 4px;
    }

    html[lang=ar] ul.nav.nav-pills .nav-item:first-child button.nav-link.active {
        border-radius: 0 25px 25px 0;
    }
}

.calc_loader {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 8px dotted #80C100;
    border-radius: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;
    animation: rotation 2s linear infinite;
}

.calc_loader.submission {
    top: auto;
    bottom: 80px;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
}
@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.submission_request{
    opacity: 0.5;
    pointer-events: none;
}

.required-field {
    color: red;
    font-size: initial;
}