.disable-btn {
    background-color: #464646!important;
}

#contact-sales-spinner {
    width: 20px;
    display: none;
    margin-right: 10px;
}

.icon img {
    height: 35px;
    width: 80px;
}

.features .f-one img {
    width: 113px;
}

.features .f-three img {
    width: 51px;
}

.features .f-four img {
    width: 56px;
}

.features .f-five img {
    width: 47px;
}

.features .f-six img {
    width: 56px;
}


.features .f-nine img {
    width: 115px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    background-color: #11C6FF;
    /* background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464)); */
    /* background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%); */
    background-size: 200%;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.back-to-top:hover {
    color: #fff;
    background-position: right center;
}

.home {
    padding: 0 50px 0 50px;
}

footer .social-media .youtube {
    font-weight: 400;
    font-size: 2.2rem;
    color: #ffffff;
}

#terms-privacy {
    position: relative;
    padding-top: 90px;
    padding-bottom: 95px;
    background-position: top right -15vh, top -30vh left -45vw
}

#terms-privacy .background .bg-left {
    width: 5%;
    height: 80%;
    margin-top: 95px
}

@media only screen and (min-width:800px) {
    #terms-privacy .background .bg-left {
        background: url("../images/square-pattern.svg");
        background-repeat: repeat-y;
        background-size: contain;
        width: 17%;
        height: 80%;
        margin-left: 30px
    }
}

@media only screen and (min-width:1232px) {
    #terms-privacy .background .bg-left {
        background: url("../images/dot_pattern_header.webp");
        background-repeat: repeat-y;
        background-size: contain;
        width: 14%;
        margin-top: 90px;
        height: calc(100% - 90px)
    }

    .features .ft-one .text{
        margin-left: 70px;
    }

}

@media only screen and (max-width:1232px) {
    .feature a.link,
    .feature .fa-bars{
        color:#000000;
    }
    .features .feature{
        margin: 0 auto;
    }

    .features .section-1 .text{
        padding-right: unset!important;
    }

    .features .section-1 p,
    .features .section-1 .text .heading{
        padding: 0 50px!important;
    }

    .features .section-1 p{
        margin-top: 50px;
    }
    
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
    .home {
        padding: 0;
    }

    header .mobile-menu-navigation .link {
        display: flex !important;
    }
}

@media (max-width: 499px) {
    .home {
        padding: 0;
    }

    header .mobile-menu-navigation .link {
        display: none !important;
    }

    .features .sub-heading {
        line-height: 25px !important;
    }
    .features .section-1 p,
    .features .section-1 .text .heading{
        padding: 0!important;
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 15px;
    }

    .features .section-2 .heading{
        max-width: unset !important;
    }

    .features .ft-one ul {
        padding: 0 43px;
    }

    .features ul li:first-child {
        font-size: 25px!important;
        line-height: 35px!important;
    }

    .features .ft-one ul li{
        width: 100%!important;
        height: unset !important;
        padding: 20px 0px 5px 20px!important;
    }
}



/**
** Contact Sales
*/

#contact-sales .background {
    z-index: 1;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contact-sales {
    position: relative;
    padding-top: 90px;
    padding-bottom: 95px;
    background-position: top right -15vh, top -30vh left -45vw
}

#contact-sales .background .bg-left {
    width: 5%;
    height: 80%;
    margin-top: 95px
}

@media only screen and (min-width:800px) {
    #contact-sales .background .bg-left {
        background: url("../images/square-pattern.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 17%;
        height: 80%;
        margin-left: 30px
    }
}

@media only screen and (min-width:1232px) {
    #contact-sales .background .bg-left {
        background: url("../images/dot_pattern_header.webp");
        background-repeat: no-repeat;
        background-size: cover;
        width: 14%;
        margin-top: 90px;
        height: calc(100% - 90px)
    }
}

@media only screen and (max-width:839px) {
    #contact-sales .container {
        padding: 40px 20px 230px !important;
    }

    #contact-sales .heading {
        font-size: 3rem !important;
        line-height: 4.2rem !important;
    }

    #contact-sales .form .form-field {
        width: 100% !important;
        margin: 16px 0px !important;
        ;
        padding: 10px 10px 10px 45px !important;
        ;
    }

    #contact-sales .form .fullname:before {
        top: 6% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .company:before {
        top: 17% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .email:before {
        top: 29% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .phone:before {
        top: 41% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .country:before {
        top: 52% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .state:before {
        top: 64% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .message:before {
        top: 76% !important;
        left: 10px !important;
        justify-content: left !important;
    }

    #contact-sales .form .buttons button {
        width: 50% !important;
    }

    .menu-toggle button {
        color: #000000 !important;
    }
}

.contact-sales .link,
.contact-sales .link .text {
    color: black !important;
}


#contact-sales .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 160px 20px 230px;
    z-index: 2;
}

#contact-sales .container .heading {
    font-size: 3.8rem;
    line-height: 5.2rem;
    font-size: 5rem;
    line-height: 6.2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 55px;
}

#contact-sales .container .details p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: #0d2549;
    opacity: .7;
    text-align: center;
    padding-bottom: 55px;
}

/**
** Terms and Conditions / Privacy Policy
**/

#terms-privacy .background {
    z-index: 1;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#terms-privacy .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    margin: 0 auto;
    /* padding: 160px 20px 230px; */
    z-index: 2;
}

#terms-privacy .container .heading {
    font-size: 3.8rem;
    line-height: 5.2rem;
    font-size: 5rem;
    line-height: 6.2rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 55px;
}

#terms-privacy .container .description {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: #0d2549;
    opacity: .7;
    text-align: left;
    padding-bottom: 55px;
}

#terms-privacy .container .details .info {
    font-size: 2.0rem;
    line-height: 2.8rem;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: #0d2549;
    opacity: .9;
    text-align: left;
    padding-bottom: 55px;
}


#terms-privacy .container .details .info {
    padding-bottom: 10px;
}

#terms-privacy .container .details ul {
    padding-left: 50px;
}

#terms-privacy .container .details ul li {
    padding-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    color: #0d2549;
    opacity: .7;
    text-align: left;
    list-style-type: disc;
}

#terms-privacy .container .details .inside-ul {
    padding-top: 20px;
}

#terms-privacy .container .details .inside-ul li {
    opacity: 1;
}

#terms-privacy strong {
    font-weight: 700;
}

#terms-privacy .container .footer-info {
    padding-top: 50px;
}

#terms-privacy .container .footer-info p {
    padding-bottom: 10px;
}

/** Contact Sales **/
#contact-sales .form {
    position: relative;
    max-width: 816px;
    width: 100%;
}

#contact-sales .form form {
    position: relative;
    /* display: grid; */
    row-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

#contact-sales .form .form-field {
    float: left;
    width: 46%;
    padding: 10px 20px 10px 60px;
    /* border: 1px solid transparent; */
    border-radius: 5px;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #0d2549;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16862745098039217);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16862745098039217);
    background-image: unset;
    background-color: hsla(0, 0%, 100%, 0);
    margin: 16px;
}

#contact-sales .form input {
    width: 100%;
    padding: 5px;
    border: 0;
}


#contact-sales .form .message {
    width: 96%;
}

#contact-sales .form .message textarea {
    font-family: unset;
    width: 100%;
    border: 0;
}


#contact-sales .form .buttons {
    text-align: center;
}

#contact-sales .form .buttons button {
    background-color: #11C6FF;
    color: #ffffff;
    border-radius: 30px;
    border: 0;
    font-size: 1.7rem;
    padding: 10px;
    width: 25%;
    font-weight: 700;
}

#contact-sales .form button:hover {
    background-color: #0A66C2;
}


#contact-sales .form .fullname:before {
    content: "\f007";
    display: block;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    top: 9%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}


#contact-sales .form .company:before {
    content: "\f1ad";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 400px;
    top: 9%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

#contact-sales .form .email:before {
    content: "\f0e0";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 27%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

#contact-sales .form .phone:before {
    content: "\f3cd";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 400px;
    top: 27%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

#contact-sales .form .country:before {
    content: "\f0ac";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

#contact-sales .form .state:before {
    content: "\f041";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 400px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

#contact-sales .form .message:before {
    content: "\f086";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 63%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86px;
    /* height: 100%; */
    font-size: 2.5rem;
    color: #2196f3;
}

.info,
.success,
.warning,
.error,
.validation {
    /* border: 1px solid; */
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}

/** Features **/
.feature .menu-desktop .links .link {
    color: #000000 !important;
}

.features .section-1 .text {
    max-width: unset !important;
    width: 100% !important;
}

.features .section-1 .text .heading {
    padding: 0 200px;
    text-align: center !important;
    color: #464646 !important;
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 54px;
}

.features .section-1 p {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    letter-spacing: 0em !important;
    padding: 0 200px;

}

.features .section-1 .button-container {
    margin: 0 auto;
}

.features .section-2 .heading {
    max-width: 26%;
}

.features .section-2 .container {
    border-bottom: unset !important;
}

.features .ft-one img {
    margin-top: -10px;
}

.features .section-4 {
    margin-bottom: 110px !important;
}

.features .section-5 {
    margin-bottom: 110px !important;
}

.features ul li:first-child::marker {
    margin-top: 5px;
}

.features .ft-one ul li {
    width: 416px;
    height: 28px;
    top: 985px;
    left: 288px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 0px 20px 20px;
    list-style-image: url(../images/icons/check.svg);
}

.features .ft-one ul #ft-icon1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon1.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon2.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon3 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon3.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon4 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon4.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon5 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon5.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon6 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon6.svg);
    margin-bottom: 30px;
    ;
}

.features .ft-one ul #ft-icon7 {
    font-size: 31px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    list-style-image: url(../images/icons/ft-icon7.svg);
    margin-bottom: 30px;
    ;
}


.features .section-10 .text .upper,
.features .section-10 .text .upper p {
    width: 100% !important;
    max-width: unset !important;
}

.features .section-10 .text .upper h2,
.features .section-10 .text .upper p {
    text-align: center !important;
}

.features .section-10 .text .upper p{
    margin-bottom: 100px;
}

.features .section-1 .button, 
.features .section-10 .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 182px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #0A66C2 0%, #11C6FF 100%);
    padding: 0;
    text-decoration: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 35px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25098039215686274);
    isolation: isolate;
    margin: 0 auto;
}

.websites .row{
    display: inline-flex;
}
.websites .col-md-6{
    width: 50%;
    display: inline-flex;
    position: relative;
}

.websites .wb-icon img{
    margin-top: 10px;
}

.websites .text .wb-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
}

.websites .text p.wb-details{
    width: 416px;
    height: 28px;
    top: 985px;
    left: 288px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 0px 20px 80px;
    list-style-image: url(../images/icons/check.svg);
}