﻿* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #222222;
    font-size: 16px;
}

h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

input:focus,
select:focus {
    outline: none;
}

.fixed-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.primary-button {
    padding: 15px 30px;
    border-radius: 25px;
    background: #706BB1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

.ptb-150 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.sub-heading {
    font-size: 22px;
    line-height: 90px;
    color: #282d33;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

    .sub-heading:before {
        content: '';
        width: 50px;
        height: 60px;
        background: rgba(6,10,11,0.05);
        position: absolute;
        left: -19px;
        top: 50%;
        transform: translate(0, -50%);
    }

.page-title {
    font-size: 52px;
    color: #060A0B;
    line-height: 76px;
    font-weight: bold;
}

.normal-p {
    font-size: 14px;
    color: #060A0B;
    line-height: 26px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-80 {
    margin-bottom: 80px;
}

.text-right {
    text-align: right;
}






.top-header {
/*    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDFAFE 100%) 0% 0% no-repeat padding-box;*/
    padding: 40px 0;
}

    .top-header nav li {
        margin-right: 50px;
    }

        .top-header nav li:last-child {
            margin-right: 0;
        }

    .top-header .country {
        margin-right: 25px;
    }

        .top-header .country select {
            border: none;
            background: transparent;
        }

    .top-header .primary-button {
        background: #121212;
    }


.main-banner .main-banner-content {
    position: absolute;
    top: 50%;
    max-width: 1480px;
    padding: 0 20px;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    transform: translate(-50%, -50%);
}

    .main-banner .main-banner-content h1 {
        font-size: 62px;
        font-weight: bold;
        color: #ffffff;
        line-height: 84px;
        max-width: 70%;
        margin-bottom: 36px;
    }

    .main-banner .main-banner-content p {
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 80px;
    }

    .main-banner .main-banner-content input {
        height: 51px;
        border-radius: 25px;
        border: 1px solid #ffffff;
        background: transparent;
        padding-left: 20px;
        font-size: 18px;
        color: #ffffff;
        width: 100%;
        padding-right: 165px;
    }

    .main-banner .main-banner-content .banner-input {
        width: 496px;
    }

        .main-banner .main-banner-content .banner-input a {
            position: absolute;
            top: 0;
            right: 0;
        }



.company-logo {
    padding: 40px 0;
/*    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EDFAFE 100%) 0% 0% no-repeat padding-box;*/
}



.take-care .take-care-left {
    width: 50%;
}

.take-care .take-care-right {
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
}
/*.take-care .take-care-right h2 {
	margin-bottom: 24px;
}
.take-care .take-care-right p {
	margin-bottom: 80px;
}*/


.free-trial-wrapper {
    background: url('../../landing-images/new-img_startfreetrial.png') no-repeat;
    background-size: 100% 100%;
}

.free-trial-inner {
    padding: 92px 0;
}

    .free-trial-inner .free-trial-left {
        width: 60%;
    }

        .free-trial-inner .free-trial-left h2 {
            margin-bottom: 24px;
            color: #fff;
        }

        .free-trial-inner .free-trial-left p {
            color: #fff;
        }

    .free-trial-inner .free-trial-right {
        width: 40%;
    }

        .free-trial-inner .free-trial-right a {
            background: #F8FBF6;
            color: #181818;
        }


.support-togo .support-togo-img {
    padding-top: 60px;
}

    .support-togo .support-togo-img img {
        border-radius: 50px;
    }

    .support-togo .support-togo-img .sub-img {
        position: absolute;
        top: 0;
        right: 0;
    }

.support-togo .support-togo-content {
    position: absolute;
    top: 50%;
    left: 64px;
    transform: translate(0, -50%);
}

    .support-togo .support-togo-content .sub-heading,
    .support-togo .support-togo-content .normal-p,
    .support-togo .support-togo-content .page-title {
        color: #fff;
    }

    .support-togo .support-togo-content .normal-p {
        margin-bottom: 8%;
        max-width: 46%;
    }









.testimonial .testimonial-left {
    width: 50%;
    padding-right: 13%;
}

    .testimonial .testimonial-left .normal-p {
        margin-bottom: 56px;
    }

    .testimonial .testimonial-left .testimonial-logo {
        margin: 0 -30px;
    }

        .testimonial .testimonial-left .testimonial-logo .testimonial-logo-box {
            width: calc(33.33% - 60px);
            margin: 0 30px 70px 30px;
        }

            .testimonial .testimonial-left .testimonial-logo .testimonial-logo-box p {
                font-size: 14px;
                color: #060A0B;
                font-weight: 900;
                line-height: 26px;
                text-align: center;
            }

            .testimonial .testimonial-left .testimonial-logo .testimonial-logo-box img {
                display: block;
                margin: 0 auto;
            }

.testimonial .testimonial-right {
    width: 50%;
}

    .testimonial .testimonial-right .testimonial-slider-content {
        border: 1px solid #060a0b;
        border-radius: 20px;
        padding: 40px 20px 40px 40px;
        margin-bottom: 36px;
    }

        .testimonial .testimonial-right .testimonial-slider-content:last-child {
            margin-bottom: 0;
        }

        .testimonial .testimonial-right .testimonial-slider-content .testimonial-slider-content-right {
            width: 73px;
        }

        .testimonial .testimonial-right .testimonial-slider-content .testimonial-slider-content-left {
            width: calc(100% - 73px);
            padding-right: 37px;
        }

            .testimonial .testimonial-right .testimonial-slider-content .testimonial-slider-content-left p {
                color: #060A0B;
                font-size: 14px;
                line-height: 26px;
                margin-bottom: 16px;
            }

            .testimonial .testimonial-right .testimonial-slider-content .testimonial-slider-content-left label {
                font-size: 16px;
                line-height: 30px;
                font-weight: bold;
                color: #060A0B;
            }

        .testimonial .testimonial-right .testimonial-slider-content .quote-img {
            position: absolute;
            max-width: 100%;
            top: -20px;
            left: 20px;
            width: auto;
        }

    .testimonial .testimonial-right .item {
        padding-top: 16px;
    }

    .testimonial .testimonial-right .testimonial-slider {
        padding-right: 50px;
    }

.testimonial .testimonial-inner .testimonial-right .testimonial-slider .owl-dots {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
}

    .testimonial .testimonial-inner .testimonial-right .testimonial-slider .owl-dots .owl-dot span {
        margin: 0 0 10px 0;
        background: #181818;
        width: 3px;
        height: 11px;
        border-radius: 2px;
    }

    .testimonial .testimonial-inner .testimonial-right .testimonial-slider .owl-dots .owl-dot.active span {
        background: #706BB1;
        height: 40px;
    }






.insight-wrapper {
    background: #F5F5F5;
}

.insight-latest-slider .insight-latest-content img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.insight-latest-slider .insight-latest-content .insight-latest-content-bottom {
    background: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
}

    .insight-latest-slider .insight-latest-content .insight-latest-content-bottom h3 {
        color: #282D33;
        font-weight: 600;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .insight-latest-slider .insight-latest-content .insight-latest-content-bottom p {
        font-size: 14px;
        line-height: 26px;
        color: #060A0B;
    }
/*.insight-latest-bottom .insight-latest-slider .owl-nav {
	margin-top: 0;
    position: absolute;
    top: -89px;
    right: 0;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button {
	height: 49px;
	width: 49px;
	border-radius: 50%;
	border: 1px solid #060A0B;
	margin: 0;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button:hover {
	background: transparent;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button span {
	font-size: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button span:before {
	content: '';	
    width: 24px;
    height: 24px;
    display: inline-block;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button.owl-prev {
	margin-right: 22px;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button.owl-prev span:before {
	background: url('images/ic_right.png') no-repeat;
}
.insight-latest-bottom .owl-carousel.insight-latest-slider .owl-nav button.owl-next span:before {
	background: url('images/ic_left.png') no-repeat;
}*/

.insight-latest-bottom .insight-bottom-wrapper-left,
.insight-latest-bottom .insight-bottom-wrapper-right {
    width: 25%;
}

.insight-latest-bottom .insight-bottom-wrapper-center {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}

.insight-latest-bottom .insight-bottom-wrapper-left .insight-bottom-wrapper-left-box:last-child,
.insight-latest-bottom .insight-bottom-wrapper-right .insight-bottom-wrapper-left-box:last-child {
    margin-bottom: 0;
}

.insight-latest-bottom .insight-bottom-wrapper-left-box {
    border: 1px solid #C8C9C9;
    border-radius: 12px;
    width: 100%;
    padding: 20px 40px 20px 48px;
    margin-bottom: 22px;
}

    .insight-latest-bottom .insight-bottom-wrapper-left-box h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
        position: relative;
    }

        .insight-latest-bottom .insight-bottom-wrapper-left-box h3:before {
            content: '';
            background: url('../../landing-images/li-icon.svg') no-repeat;
            height: 16px;
            width: 16px;
            position: absolute;
            top: 3px;
            left: -28px;
        }

    .insight-latest-bottom .insight-bottom-wrapper-left-box p {
        font-size: 14px;
        line-height: 26px;
    }



.footer-wrapper footer {
    margin-bottom: 35px;
}

.footer-wrapper .footer-left {
    width: 45%;
}

.footer-wrapper .footer-right {
    width: 55%;
}

.footer-wrapper .footer-left p {
    font-size: 14px;
    line-height: 26px;
    color: #060A0B;
    margin: 24px 0 85px 0;
    max-width: 54%;
}

.footer-wrapper .footer-left .social-login li a {
    height: 46px;
    width: 46px;
    border: 1.5px solid #181B1A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 20px;
}

.footer-wrapper .footer-left .social-login li:last-child a {
    margin-right: 0;
}

.footer-wrapper .footer-right .footer-right-box h3 {
    font-size: 22px;
    color: #282D33;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.footer-wrapper .footer-right .footer-right-box a {
    font-size: 16px;
    color: #060A0B
}

.footer-wrapper .footer-right .footer-right-box li {
    margin-bottom: 20px;
}

    .footer-wrapper .footer-right .footer-right-box li:last-child {
        margin-bottom: 0;
    }

.footer-wrapper .copyright {
    border-top: 1px solid #CFCFCF;
    text-align: center;
}

    .footer-wrapper .copyright p {
        color: #060A0B;
        font-size: 18px;
        margin-top: 24px;
    }
.landing-contact .fixed-landing-contact-container {
    max-width: 640px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.landing-contact .fixed-landing-contact-container h2 {
    text-align: center;
}
.landing-contact .landing-box label {
    font-size: 14px;
    margin-bottom: .5rem;
    display: inline-block;
    width: 100%;
}
.landing-contact .landing-box input,
.landing-contact .landing-box textarea {
    display: block;
    width: 100%;
    padding: 0 .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 36px;
    border-color: #222222;
    border-radius: 8px;
}
.landing-contact .landing-box textarea {
    height: 100px;
    outline: none;
}
.landing-contact .landing-box {
    margin-bottom: 16px;
}
.landing-contact .landing-submit {
    text-align: center;
}
    .landing-contact .landing-submit button {
        height: 42px;
        width: 130px;
        border: 1px solid #706BB1;
        border-radius: 8px;
        background-color: #706BB1;
        font-size: 14px;
        color: #fff;
        cursor: pointer
    }
.landingpage.header-logo {
    max-width: 208px;
}



/*landing page change*/

.mb-10 {
    margin-bottom: 10px;
}

.insight-payment-plans-bottom .plans-card {
    width: calc(25% - 30px);
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #C8C9C9;
    border-radius: 12px;
    background: #fff;
}

.insight-payment-plans-bottom {
    margin: 0 -15px;
}
.text-center{
    text-align:center;
}
.plans-card .plans-card-top {
    border-bottom: 1px solid #C8C9C9;
}
.f-14 {
    font-size: 14px;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap:wrap;
}
.align-item-center{
    align-items:center;
}
.justify-content-center {
    justify-content: center;
}
.plans-card-bottom ul li{
    padding-bottom: 17px;
}
.pl-16{
    padding-left:16px;
}
.plans-card .plans-card-bottom svg{
    width: 18px;
}
.plans-card .plans-card-bottom span{
    width:calc(100% - 18px);
}
.subscribe-btn {
    width: 200px;
    height: 52px;
    background-color: #706BB1;
    color: #fff;
    border: none;
    border-radius: 28px;
}
.pt-30{
    padding-top:30px;
}
.pb-30{
    padding-bottom:30px;
}
.plans-card .plans-card-top h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.plans-card .plans-card-top p {
    font-size: 14px;
    line-height: 26px;
}
.f-26{
    font-size:26px;
    font-weight: bold;
    align-items: flex-end;
}
.plans-card-top .text-center p{
    font-size:14px;
    font-weight:400;
}
.mb-40{
    margin-bottom: 40px;
}
.box-center-serviceagrrement {
    margin-top: 130px;
}