@import url(https://fonts.googleapis.com/css?family=Raleway:300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i);

@font-face {
    font-family: 'sf_pro_displayregular';
    src: url('../fonts/sf-pro-display-regular-webfont.woff2') format('woff2'),
        url('../fonts/sf-pro-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    zoom: 100%;
    scroll-behavior: smooth;
}

@media (min-width:1200px) {
    .modal.fade.in .lab-modal-body {
        bottom: -100px;
    }

    .row-width {
        width: 750px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .newsletter-row {
        width: 800px;
        margin: 0 auto;
    }
}

body {
    font-family: sans-serif;
}

#login-nav input {
    /* margin-bottom: 15px; */
}

.login-font {
    font-size: 20.83px;
}

.login-drop {
    padding-left: 30px !important;
}

.drop-ul {
    padding: 15px;
    min-width: 250px;
    margin-top: 5px;
}

.sign-btn {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    transition: all .5s ease;
    padding: 7px 75px;
    border: 1px solid #000;
    font-size: 14px;
    white-space: nowrap;
    font-family: HelveticaNeueeTextW01Medium;
    width: 100%;
    display: inline-block;
}

.sign-btn:focus,
.sign-btn:hover {
    background-color: transparent;
   color: #1e293b;
    border: 1px solid #000;
    text-decoration: none;
}

.top-carousel-indicators-pos {
    bottom: 0;
}

body {
    max-width: 3840px;
    margin: 0 auto !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffd400;
    background-color: transparent;
}

.navbar-default {
    background-color: #242424;
    border-color: transparent;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .6);
}

.navbar-default .navbar-nav>li>a {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fccd05;
    background-color: transparent;
}

.nav-height {
    height: 110px;
}

.nav-top {
    padding-top: 48px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse {
    border-top: 0 solid transparent;
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 22px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fccd05;
}

.login-btn {
    border: 2px solid #fff;
    padding: 7px 22px !important;
    margin-top: 8px;
    color: #fff !important;
    border-radius: 6px;
    transition: all .5s ease;
    text-transform: none !important;
    font-size: 11px !important;
}

.login-btn:focus,
.login-btn:hover {
    border: 2px solid #fccd05;
    color: #fff !important;
    text-decoration: none;
    transition: all .5s ease;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #fccd05;
}

.login-btn-xs {
    border: 2px solid #fff;
    padding: 5px 15px !important;
    margin-top: 8px;
    border-radius: 6px;
    color: #fff !important;
    transition: all .5s ease;
    text-transform: none !important;
}

.login-btn-xs:hover {
    border: 2px solid #fccd05;
    color: #fff !important;
    transition: all .5s ease;
    text-decoration: none;
}

.logo-wordmark {
    display: block;
}

.logo-wordmark>div {
    display: inline-block;
}

.logo-text {
    font-family: HelveticaNeueeTextW01-Bold;
    color: #fff;
    font-size: 34px;
    padding-top: 28px;
}

.logo-text>div {
    font-size: 9px;
    color: #ffd400;
    font-family: HelveticaNeueeTextW01Light;
    line-height: normal;
    margin-top: -5px;
}

.logo-sub-text {
    margin-top: -5px;
}

.logo-pos {
    margin-top: -40px;
}

.navbar-brand {
    padding: 7px 15px;
}

.social-block {
    display: block;
    margin-top: -22px;
    margin-bottom: 15px;
}

.social-block>a {
    display: inline-block;
    background-color: #fff;
   color: #1e293b;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    padding-top: 2px;
    transition: all .5s ease;
}

.social-block>a:hover {
    background-color: #fccd05;
}

.social-block-xs {
    display: block;
    margin-top: 15px;
}

.social-block-xs>a {
    display: inline-block;
    background-color: #fff;
   color: #1e293b;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    padding-top: 1px;
    transition: all .5s ease;
}

.social-block-xs>a:hover {
    background-color: #fccd05;
}

.header-bg {
    background-image: url(../../../img/front/home/header-striped-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    background-position-y: 0;
    margin-top: 110px;
}

.mockupimg {
    width: 500px;
    margin-left: -26px;
    margin-top: 62px;
}

.header-tag-box {
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 45px;
    color: #181818;
    font-weight: 700;
    margin-top: 205px;
    line-height: 1;
}

.sub-tag {
    color: #a2a2a2;
    font-family: Raleway, sans-serif;
    font-size: 23px;
    font-weight: 400;
}

.app-block>span {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 20px;
    color: #181818;
}

.app-block>a>img {
    margin-top: 5px;
    margin-right: 5px;
}

.feedback-bg {
    background-image: url(../../../img/front/home/testimonial-bg.png);
    background-repeat: repeat;
    background-color: #242424;
    padding-top: 15px;
    padding-bottom: 15px;
}

.yellow-dot {
    text-align: center;
}

.yellow-dot>div {
    background-color: rgba(252, 205, 5, 1);
    width: 8px;
    height: 8px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 40px;
    text-align: center;
    height: 125px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: silver;
}

#quote-carousel .carousel-indicators .active {
    background: #333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}

.client-msg {
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    font-style: italic;
    font-size: 20px;
    padding-bottom: 15px;
}

.client-name {
    color: #a2a2a2;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
    min-height: 130px;
    height: auto;
}

.yellow-stripe {
    background-image: url(../../../img/front/home/yelow-striped-bg.png);
    background-repeat: no-repeat;
    height: 198px;
    background-position: center center;
}

.tutorial-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    margin-top: 30px;
}

.tutorial-tagline {
    font-size: 16px;
    color: #fccd05;
    text-align: center;
    font-family: HelveticaNeueeTextW01Light;
    margin-bottom: 40px;
}

.tutorial-btn {
    margin-top: 25px;
    text-align: center;
}

.tutorial-btn>a {
    background-color: rgba(24, 24, 24, 1);
    color: #fff;
    border-radius: 10px;
    transition: all .5s ease;
    padding: 10px 15px;
    border: 1px solid rgba(24, 24, 24, 1);
    font-size: 14px;
    white-space: nowrap;
    font-family: HelveticaNeueeTextW01Light;
}

.tutorial-btn>a:focus,
.tutorial-btn>a:hover {
    background-color: #fccd05;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.tutorial-striped-bg {
    padding-top: 20px;
    padding-bottom: 15px;
}

.video-title {
    font-size: 18px;
    color: #181818;
    font-family: HelveticaNeueeTextW01-Bold;
}

.video-dis {
    font-size: 14px;
    color: #686868;
    font-family: HelveticaNeueeTextW01Light;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}

.video-box {
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}

.background-banner {
    background: url(../../../img/front/home/first-bg-img.jpg) no-repeat center center fixed;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.offers-block {
    padding-bottom: 50px;
    background-image: url(../../../img/front/home/offer-bg.png);
    padding: 1px 0;
}

.offers-row {
    padding: 0;
}

.contact-block {
    background-color: #242323;
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact-title {
    color: #f2f2f2;
    text-align: center;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-top: 55px;
    padding-bottom: 25px;
}

.custom-control {
    border-radius: 0;
    font-size: 18px;
    color: #181818;
    margin: 0 0 5px;
    width: 100%;
    min-height: 36px;
    padding: 5px;
    font-family: HelveticaNeueeTextW01Light;
    background-color: rgba(255, 255, 255, 1);
}

.touch-right-padding {
    padding-right: 0;
}

.custom-control:focus {
    border-color: #ffd400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ffd400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ffd400;
}

textarea {
    resize: none;
}

.sent-btn {
    background-color: #ffd400;
    display: block;
    text-align: center;
    color: #fff;
    min-height: 45px;
    padding: 12px;
    font-size: 15px;
    transition: all .5s ease;
    font-family: Raleway, sans-serif;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sent-btn:focus,
.sent-btn:hover {
    color: #fff;
    text-decoration: none;
}

.sent-btn.blue {
    background-color: #2c6db9;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.send-padding {
    padding-bottom: 30px;
}

.social-footer>a {
    display: inline-block;
    background-color: #010101;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    padding-top: 4px;
    transition: all .5s ease;
}

.social-footer>a:hover {
    background-color: #fccd05;
}

.footer-background-banner {
    background: url(../../../img/front/home/second-bg-img.jpg) no-repeat center center fixed;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.newsletter-block {
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 50px;
}

has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.form-control-feedback {
    left: 0;
    right: inherit;
}

.mail-icon {
    padding-top: 13px;
    padding-left: 15px;
}

.newsletter {
    border: none !important;
    border-bottom: 1px solid #181818 !important;
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 0;
    font-family: HelveticaNeueeTextW01Light;
    webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.subscribe-title {
    color: #181818;
    font-family: HelveticaNeueeTextW01-Bold;
    text-align: center;
    font-size: 20px;
}

.subscribe-sub-title {
    color: #181818;
    font-family: HelveticaNeueeTextW01Light;
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
}

.submit-btn {
    display: block;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    color: #181818;
    font-size: 16px;
    font-family: HelveticaNeueeTextW01Light;
    padding: 10px;
    transition: all .5s ease;
}

.submit-btn:focus,
.submit-btn:hover {
    text-decoration: none;
    background-color: #ffd400;
    color: #181818;
}

.address-block {
    padding-top: 25px;
    padding-bottom: 50px;
    margin-top: 8px;
    border-top: 1px solid rgba(24, 24, 24, .15);
}

.mail-id {
    font-size: 16px;
    color: #181818;
    font-family: HelveticaNeueeTextW01Medium;
}

.mail-id:focus,
.mail-id:hover {
    text-decoration: none;
    color: #181818;
}

.contact-info {
    color: #181818;
    font-size: 16px;
    font-family: HelveticaNeueeTextW01Medium;
}

.copy-right {
    color: #181818;
    font-size: 14px;
    font-family: HelveticaNeueeTextW01Light;
    padding-top: 25px;
    padding-bottom: 25px;
}

.xs-header-bg {
    background: url(../../../img/front/home/xs-bg.png);
    background-repeat: repeat;
    margin-top: 132px;
}

.xs-row {
    padding-bottom: 10px;
}

.top-title {
    color: #fff;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    margin-top: 110px;
    text-align: center;
}

.tutorial-tag {
    color: #999;
    font-size: 16px;
    text-align: center;
    font-family: HelveticaNeueeTextW01Light;
    padding-bottom: 45px;
}

.signup-tag {
    font-size: 50px;
    color: #181818;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 10px;
}

.trial-tag {
    font-size: 50px;
    color: #fff;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-right: 40px;
    margin-top: -15px;
    text-align: right;
}

.register-tag {
    font-family: Raleway, sans-serif;
    font-size: 16px;
   color: #1e293b;
    font-weight: 700;
    margin-top: 56px;
    margin-bottom: 18px;
    padding-left: 10px;
}

.register-tag-home {
    font-family: Raleway, sans-serif;
    font-size: 15px;
   color: #1e293b;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 18px;
    padding-left: 10px;
}

.sign-up-left {
    margin-top: 25px;
    margin-bottom: 25px;
}

.right-border {
    border-right: 1px solid #000;
}

.register-btn {
    color: #fff;
    padding: 12px 45px;
    transition: all .5s ease;
    background-color: rgba(47, 46, 46, 1);
    border: solid rgba(189, 21, 21, 1) 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 12px;
}

.register-btn:focus,
.register-btn:hover {
    background-color: rgba(252, 205, 5, 1);
    border-color: rgba(24, 24, 24, 1);
    color: #fff;
    text-decoration: none;
}

.close-icon {
   color: #1e293b;
    font-size: 20px;
    margin-top: 15px;
}

.popup-bg {
    background-image: url(../../../img/front/home/bottom-popup.png);
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-top-logo {
    margin-top: -15px;
}

.parallax-window {
    min-height: 400px;
    background: 0 0;
}

::-webkit-input-placeholder {
    color: #181818;
}

::-moz-placeholder {
    color: #181818;
}

:-ms-input-placeholder {
    color: #181818;
}

:-moz-placeholder {
    color: #181818;
}

.faq-title {
    font-size: 54px;
    color: rgba(24, 24, 24, 1);
    margin-top: 200px;
    margin-bottom: 50px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.panel {
    margin-bottom: 20px;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(24, 24, 24, .2);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    border: none;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    transition: all .5s ease;
    border: 2px solid #fff;
    margin-bottom: 2px;
}

.panel-default>.panel-heading:hover {
    color: #333;
    background-color: #f0f1f3;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0 !important;
}

.panel-heading {
    padding: 30px 15px !important;
}

.panel-body {
    padding: 15px 0;
}

.panel-title {
    color: rgba(104, 104, 104, 1);
    font-size: 18px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.panel-body>div {
    color: rgba(162, 162, 162, 1);
    font-size: 16px;
    font-family: HelveticaNeueeTextW01Light;
    padding-left: 15px;
    padding-right: 15px;
}

.panel-group {
    margin-bottom: 110px;
}

.accordion-2a .panel-heading,
.accordion-2b .panel-heading,
.accordion-3 .panel-heading,
.d-accordion .panel-heading,
.i-accordion .panel-heading {
    cursor: pointer;
}

.d-accordion .panel-heading.collapsed .fa-angle-up:before {
    content: '\f107';
    transition: all .5s ease;
}

.news-title {
    font-size: 38px;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #181818;
    line-height: 49px;
}

.news-title:hover {
    color: #181818;
}

.news-date {
    font-size: 15px;
    font-family: HelveticaNeueeTextW01Light;
    color: #3d9be9;
    padding-bottom: 10px;
}

.news-content {
    margin-top: 15px;
}

.news-content>p {
    font-size: 15px;
    color: #181818;
    font-family: HelveticaNeueeTextW01Light;
    font-weight: 400;
    font-stretch: normal;
}

.news-block {
    margin-bottom: 0;
}

.read-btn {
    margin-top: 25px;
    margin-bottom: 6px;
}

.read-more-btn {
    border-radius: 10px;
    background-color: rgba(61, 155, 233, 1);
    border: solid rgba(24, 24, 24, 1) 0;
    padding: 11px 31px;
    font-size: 14px;
    color: #fff;
    transition: all .5s ease;
}

.read-more-btn:hover {
    background-color: rgba(24, 24, 24, 1);
    border-color: rgba(24, 24, 24, 1);
    color: #fff;
    text-decoration: none;
}

.rss-btn {
    width: 34px;
    height: 34px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    float: right;
    font-size: 14px !important;
}

.rss-btn:hover {
    text-decoration: none;
    color: #fff;
}

.col-pre1 {
    width: 70%
}

.col-pre2 {
    width: 30%
}

.recent-block-bgc {
    background-color: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.recent-block-tag {
    font-size: 20px;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #181818;
    border-bottom: 2px solid #181818;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.box-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-width: 0;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid rgba(24, 24, 24, 1);
}

.recent-new-title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

.recent-new-title>a {
    font-size: 15px;
    color: #181818;
    font-family: HelveticaNeueeTextW01-Bold;
}

.recent-new-title>a:focus,
.recent-new-title>a:hover {
    color: #181818;
    text-decoration: none;
}

.recent-new-title>a>div {
    color: #181818;
    font-size: 14px;
    font-family: HelveticaNeueeTextW01Light;
}

.recent-new-title>a>div:hover {
    text-decoration: none !important;
    color: #181818;
}

.single-post-title {
    font-size: 32px;
    font-family: HelveticaNeueeTextW01Light;
    color: #181818;
}

h1.single-post-title {
    margin: 5px 0;
}

.recent-box-right {
    padding-left: 39px;
}

.news-date-right {
    font-size: 13px !important;
    color: #3d9be9 !important;
}

.payment-title-bg {
    background-image: url(../../../img/front/home/payment-bg.png);
    background-repeat: repeat;
    background-color: #f2f2f2;
    padding-bottom: 35px;
    background-color: #242323;
}

.pay-top-bg {
    background-color: #414141;
}

.pay-top-title {
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 36px;
    color: #fff;
    padding-top: 35px;
    padding-left: 35px;
    line-height: normal;
}

.pay-top-tagline {
    font-size: 13px;
    color: #bdc1c9;
    font-family: HelveticaNeueeTextW01Light;
    padding-left: 35px;
    padding-top: 10px;
}

.ckb,
.rad {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.ckb>input,
.rad>input {
    visibility: hidden;
    position: absolute;
}

.ckb>i,
.rad>i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: .2s;
    box-shadow: inset 0 0 0 8px #d2d2d2;
    border: 1px solid #000;
    background: gray;
}

.ckb>i {
    width: 25px;
    border-radius: 3px;
}

.rad:hover>i {
    box-shadow: inset 0 0 0 2px #fff;
    background: gray;
}

.rad>input:checked+i {
    box-shadow: inset 0 0 0 2px #fff;
    background: #ffd400;
}

.plan-radio {
    padding-top: 20px;
}

.plan-radio .radio-title-btn {
    margin-bottom: 20px;
}

.radio-title {
    font-size: 13px;
   color: #1e293b;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-top: 15px;
    padding-left: 30px;
}

.ra-form-group {
    margin-bottom: 9px !important;
}

.radio-title-btn {
    font-size: 15px;
   color: #1e293b;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-top: 13px;
    padding-left: 35px;
    padding-right: 15px;
}

.trial-control {
    border-color: #1e1f1e;
    font-size: 15px;
    color: #181818;
    background-color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    height: 38px;
    border-radius: 0;
    border: 0 solid;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.trial-control::placeholder {
    color: #c7c7c7;
    opacity: 1;
}

.trial-control:-ms-input-placeholder {
    color: #c7c7c7;
}

.trial-control::-ms-input-placeholder {
    color: #c7c7c7;
}

.trial-input-title {
    font-size: 14px;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #3d9be9;
    font-weight: 400;
}

.ra-free-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../img/front/home/blue-drop-down.png) no-repeat 98.5% !important;
    background: url(../../../img/front/home/blue-drop-down.png) no-repeat calc(100% - 0px) !important;
}

.trial-control:focus {
    border-color: #3d9be9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 #1e1f1e;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 #1e1f1e;
}

.pay-control {
    border-color: #1e1f1e !important;
    font-size: 16px;
    color: #fff;
    background-color: #3e3e3e;
    height: 46px;
    border-radius: 6px;
}

.pay-control:focus {
    border-color: #1e1f1e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contract-bg {
    background-color: #2f2e2e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pay-select-control {
    border-radius: 6px;
    border: 2px solid #1e1f1e !important;
    background-color: #3e3e3e !important;
    font-size: 14px;
    height: 46px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../img/front/home/drop-down-arrow.png) no-repeat 170px 18px;
}

.pay-control:hover,
.pay-select-control:hover {
    border: solid 1px rgba(24, 24, 24, 1);
    background-color: rgba(104, 104, 104, 1) !important;
}

.pay-select-control:focus {
    border-color: #1e1f1e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pay-price-btn {
    display: block;
    padding: 12px 35px;
    background-color: #3d9be9;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    min-width: 150px;
}

.pay-price-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.pay-price-btn:focus {
    border-color: #1e1f1e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
}

.discount-bg {
    background-color: #fcd305;
    background-image: url(../../../img/front/home/dscount-bg.png);
    background-position: right;
    height: 119px;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.dis-amount {
    color: #2f2e2e;
    font-size: 21px;
    font-family: HelveticaNeueeTextW01-Bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-left: 15px;
    letter-spacing: -1px;
}

.dis-amount>div {
    text-transform: none;
    font-size: 15px;
    font-family: HelveticaNeueeTextW01Light;
}

.total-price {
    color: #2f2e2e;
    font-size: 50px;
    font-family: HelveticaNeueeTextW01-Bold;
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 18px;
}

.dis-tagline {
    font-size: 12px;
    font-family: HelveticaNeueeTextW01Light;
    color: #181818;
    padding-left: 30px;
    padding-top: 5px;
}

.dis-rate {
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: HelveticaNeueeTextW01-Bold;
    text-align: right;
    padding-right: 22px;
    line-height: normal;
    color: #fff;
    margin-top: -14px;
    letter-spacing: 1px;
}

.dis-rate>span {
    font-size: 34px;
    color: #fff;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: 1;
    letter-spacing: -1.5px;
}

.date-tag {
    padding-top: 5px;
}

.date-tag-title {
    font-size: 15px;
    color: #fff;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-left: 25px;
}

.renewal-date {
    font-size: 21px;
    font-family: HelveticaNeueeTextW01Light;
    color: #fcc205;
}

.plan-btn {
    display: block;
    padding: 8px 24px;
    background-color: #fc3;
    border: none;
   color: #1e293b;
}

.plan-btn:focus {
    border-color: #1e1f1e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
}

.system-title {
    color: #fff;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: normal;
    font-size: 28px;
    padding-top: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-left: 10px;
}

.system-ul {
    font-size: 17px;
    font-family: HelveticaNeueeTextW01Light;
    color: #fff;
    line-height: 25px;
    margin-top: 21px;
}

.cloud-tagline {
    font-size: 28px;
   color: #1e293b;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cloud-point {
    font-size: 15px;
   color: #1e293b;
    padding-bottom: 15px;
}

.cloud-point>i {
    font-size: 8px;
    display: inline-block;
}

.pay-accept-block {
    background-color: #242424;
    padding-top: 15px;
    padding-bottom: 15px;
}

.infos-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pay-infos {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 13px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.support-title {
    text-align: center;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #fccd05;
    padding-top: 25px;
    font-weight: 700;
    padding-bottom: 15px;
}

.support-tagline {
    font-size: 13px;
    color: #fff;
    padding-bottom: 15px;
}

.support-control {
    border-radius: 0;
    padding: 5px !important;
    min-height: 36px;
    font-size: 12px;
    color: #181818;
    background-color: rgba(255, 255, 255, 1);
    font-family: HelveticaNeueeTextW01Light;
}

.support-control:focus {
    border-color: #ffd400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ffd400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ffd400;
}

.support-btn {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #fccd05;
   color: #1e293b;
    min-height: 45px;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 16px;
    margin-bottom: 20px;
}

.support-btn:focus,
.support-btn:hover {
    background-color: #fccd05 !important;
   color: #1e293b !important;
}

.close-btn {
    background-color: transparent;
    border: solid rgba(250, 250, 250, 1) 2px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 50px;
    margin: 0 auto;
    transition: all .5s ease;
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 17px;
}

.close-btn:focus,
.close-btn:hover {
    color: #fff !important;
    background-color: #fccd05;
    border: solid #3d9be9 2px;
}

a:focus {
    outline: 0;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 410px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    color: #fff;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eee;
    background-color: #fafafa;
}

.star-rate {
    margin-bottom: 20px;
}

.Packages-title-bg {
    background-image: url(../../../img/front/home/tutorial-striped-bg.png);
    background-repeat: repeat;
    background-color: #f2f2f2;
}

.pack-title {
    color: #fff;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-top: 45px;
    text-align: center;
}

.pack-sub-title {
    color: #fccd05;
    font-size: 16px;
    font-family: HelveticaNeueeTextW01Light;
    text-align: center;
    padding-bottom: 50px;
}

.packs-card {
    background-color: #fcfcfc;
}

.price-block {
    padding-top: 15px;
}

.card-box {
    padding-top: 70px;
    padding-bottom: 25px;
    min-height: 857px;
    margin-bottom: 15px;
}

.card-title {
    font-size: 24px;
    color: #181818;
    text-align: center;
    text-transform: uppercase;
    font-family: HelveticaNeueeTextW01Medium;
    font-weight: 700;
}

.card-title>div {
    font-family: HelveticaNeueeTextW01Light;
    color: #3d9be9;
    font-size: 20px;
    font-weight: 400;
}

.pack-start {
    text-align: center;
    font-size: 16px;
    font-family: HelveticaNeueeTextW01Medium;
    color: #181818;
    padding-top: 25px;
    margin-bottom: -18px;
}

.package-proice {
    text-align: center;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #181818;
    font-size: 83px;
}

.pack-dis {
    font-size: 15px;
    color: #181818;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 30px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.pack-inc {
    font-family: HelveticaNeueeTextW01-Bold;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}

.inc-point {
    font-family: HelveticaNeueeTextW01Light;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 2em;
}

.app-icon {
    text-align: center;
    padding-bottom: 10px;
}

.blue-star {
    text-align: center;
}

.blue-star-margin {
    margin-top: -20px;
}

.top-padding {
    padding-top: 35px;
}

.view-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 8px;
}

.package-per {
    font-family: HelveticaNeueeTextW01Light;
    color: #3d9be9;
    font-size: 15px;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
    margin-top: -10px;
}

.view-btn>a {
    background-color: #181818;
    border-radius: 10px;
    color: #fff;
    padding: 11px 29px;
    font-family: HelveticaNeueeTextW01Light;
    transition: all .5s ease;
}

.view-btn>a:focus,
.view-btn>a:hover {
    background-color: #ffd400;
    color: #fff;
    text-decoration: none;
}

.app-icon-block {
    padding-top: 100px;
}

.reigster-device {
    position: absolute;
    top: 68px;
    right: 47px;
    width: 65%;
    color: #fff;
}

.device-title {
    font-size: 34px;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-left: 9px;
    line-height: normal;
    padding-top: 20px;
}

.d-title {
    color: #fcd305;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 23px;
    padding-left: 9px;
}

.regi-title-device {
    margin-top: 100px;
    margin-left: 13px;
}

.regi-tag {
   color: #1e293b;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    text-align: center;
    font-weight: 700;
}

.get-btn {
    text-align: center;
    margin-top: 15px;
}

.get-register,
.get-register:focus,
.get-register:hover {
    font-size: 14px;
    font-family: HelveticaNeueeTextW01Light;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 10px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-bg {
    background-image: url(../../../img/front/home/banner_bg.png);
    background-repeat: repeat;
    padding-top: 35px;
    min-height: 615px;
}

.banner-title {
    font-size: 45px;
    color: #181818;
    margin-top: 150px;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: 50px;
    margin-bottom: 0;
}

.banner-title02 {
    font-size: 45px;
    color: #181818;
    margin-top: 25px;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: 50px;
}

.banner-title03 {
    font-size: 45px;
    color: #181818;
    margin-top: 25px;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: 50px;
}

.create-title {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 27px;
    color: #3d9be9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-subtitle {
    color: #a2a2a2;
    font-family: Raleway, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}

.third-banner-subtitle {
    color: #3d9be9;
    font-family: Raleway, sans-serif;
    font-size: 23px;
    font-weight: 400;
}

.sevice-onemint {
    color: #3d9be9;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}

.status-tag {
    font-size: 27px;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
}

.win-store {
    font-size: 20px;
    color: #181818;
    font-family: HelveticaNeueeTextW01Light;
    padding-bottom: 15px;
    padding-top: 0;
}

.regis-btn {
    margin-top: 15px;
}

.register-banner-btn {
    background-color: #181818;
    border-radius: 10px;
    color: #fff;
    padding: 12px 36px;
    font-family: HelveticaNeueeTextW01Light;
    transition: all .5s ease;
}

.register-banner-btn:focus,
.register-banner-btn:hover {
    background-color: #fff;
    color: #181818;
    text-decoration: none;
}

.register-tagline {
    font-size: 20px;
    color: #3d9be9;
    font-family: HelveticaNeueeTextW01Light;
}

.partner-logo-section {
    background-color: #ffffff;
    padding: 0;
    z-index: -1;
    position: relative;
}
/* .partner-logo-section:after {
    position: absolute;
    left: -20%;
    bottom: -50px;
    width: 140%;
    height: 110px;
    background: #e6e6e6;
    z-index: 1;
    content: "";
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
} */
.partner-logo-marquee {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.partner-logo-marquee::before,
.partner-logo-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.partner-logo-marquee::before {
    left: 0;
    background: linear-gradient(to right, #f2f2f2, transparent);
}
.partner-logo-marquee::after {
    right: 0;
    background: linear-gradient(to left, #f2f2f2, transparent);
}
.partner-logo-track {
    display: flex;
    /* align-items: center;
    animation: partner-logo-scroll 50s linear infinite;
    width: fit-content; */
    white-space: nowrap;
    animation: partner-logo-scroll 20s linear infinite;
}
@keyframes partner-logo-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-97%);
    }
}
.partner-logo-section .partner-logo-item {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    flex-shrink: 0;
    width: 220px;
}
.partner-logo-section .partner-logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}
.partner-logo-section .partner-logo:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .partner-logo-section .partner-logo-item {
        min-height: 60px;
        padding: 10px 20px;
        width: 150px;
    }
    .partner-logo-section .partner-logo {
        max-height: 40px;
    }
    .partner-logo-marquee::before,
    .partner-logo-marquee::after {
        width: 50px;
    }
}

.xs-award {
    text-align: center;
    margin-top: 15px;
}

.xs-banner-title {
    font-size: 25px;
    color: #181818;
    margin-top: 15px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #ffd400;
    border: 1px solid #ffd400;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(162, 162, 162, 1);
    background-color: rgba(162, 162, 162, 1);
    border: 1px solid rgba(162, 162, 162, 1);
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.steps-box {
    margin-top: 78px;
    text-align: center;
}

.steps {
    z-index: 999;
}

.steps-bg {
    background-color: #3d9be9;
    height: 127px;
    position: relative;
    width: 100%;
    top: 20px;
    z-index: -1;
}

.steps-text {
    background-color: #2b7fc4;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    margin-top: 16px;
    min-height: 127px;
}

.steps-bg>.strip-no-circle {
    height: 50px;
    width: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    padding-top: 35px;
    position: absolute;
    z-index: 9999;
    right: 70px;
    top: 36px;
}

.strip-no-big {
    padding-top: 20px;
}

.steps-bg>.strip-no-circle>.strip-no-big {
    font-family: HelveticaNeueeTextW01-Bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: -56px;
}

.steps-count {
    background-color: #000;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 18px;
    text-transform: uppercase;
}

.steps-label {
   color: #1e293b;
    text-align: center;
    margin-top: 10px;
    font-family: HelveticaNeueeTextW01-Bold;
    text-transform: uppercase;
    font-size: 18px;
}

.register-title {
    font-size: 60px;
    color: #181818;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-top: 40px;
    margin: 0;
    line-height: 86px;
}

.ra-regi-tagline {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 16px;
    color: #181818;
    margin-bottom: 20px;
    border-bottom: 1px solid #181818;
    padding-bottom: 10px;
}

.with-trial {
    background-color: #3d9be9;
    border-radius: 10px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    padding: 10px 30px;
    transition: all .5s ease;
    margin-bottom: 15px;
}

.with-trial:focus,
.with-trial:hover {
    background-color: #fccd05;
    color: #181818;
    text-decoration: none;
    outline: 0;
}

.without-trial {
    background-color: #181818;
    border-radius: 10px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    padding: 10px 30px;
    transition: all .5s ease;
}

.without-trial:focus,
.without-trial:hover {
    background-color: #fccd05;
    color: #181818;
    text-decoration: none;
    outline: 0;
}

.plan {
    font-size: 15px;
    font-family: HelveticaNeueeTextW01Light;
    color: #686868;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 15px;
}

.register-form {
    margin-bottom: 50px;
}

.free-control {
    border-radius: 0;
    border: 1px solid #1e1f1e !important;
}

.free-control:focus {
    border-color: #1e1f1e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #1e1f1e;
}

.quat-top {
    text-align: center;
    margin-bottom: 0;
}

.quat-top img {
    width: 75px;
}

.quat-bottom {
    text-align: center;
    margin-top: 72px;
}

.quat-bottom img {
    width: 75px;
}

.carousel-inner .item {
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
}

.offer-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-bottom: 10px;
}

.offer-tagline {
    font-size: 16px;
    color: #fccd05;
    text-align: center;
    font-family: HelveticaNeueeTextW01Light;
}

.offer-title-bg {
    background-image: url(../../../img/front/home/tutorial-striped-bg.png);
    background-repeat: repeat;
    background-color: #f2f2f2;
    padding-bottom: 50px;
    padding-top: 38px;
}

.offer-box-title {
    font-size: 20px;
    color: #181818;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(24, 24, 24, 1);
    font-family: HelveticaNeueeTextW01-Bold;
    display: block;
    min-height: 86px;
}

.offer-box-title>div {
    display: inline-block;
}

.offer-point {
    padding-top: 5px;
    position: absolute;
}

.offer-content {
    font-size: 14px;
    color: #181818;
    font-family: HelveticaNeueeTextW01Light;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-bg {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-title {
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 20px;
    padding-bottom: 15px;
    color: #181818;
}

.footer-link,
.footer-link:focus,
.footer-link:hover {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    color: #181818;
    text-decoration: none;
}

.footer-data-list {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    color: #181818;
}

.footer-box {
    padding-bottom: 15px;
}

.button-div {
    text-align: right;
    margin-top: 35px;
}

#animatescroll {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rightAlign {
    float: right;
}

.leftAlign {
    float: left;
}

.animateBlock {
    display: inline-block;
    opacity: 0;
    position: relative;
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    -ms-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;
}

.animateBlock.left {
    left: -20%
}

.animateBlock.right {
    right: -20%
}

.left.animated {
    left: 0;
    opacity: 1;
}

.right.animated {
    right: 0;
    opacity: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.package-box {
    position: relative;
}

.package-detail {
    background-color: #3d9be9;
    background-color: #3d9be9;
    padding-top: 20px;
    height: 425px;
}

.bottom-shadow-left {
    position: absolute;
    background-image: url(../../../img/front/home/liftedshadow_medium.png);
    bottom: -26px;
    width: 165px;
    height: 26px;
    left: -20px;
}

.bottom-shadow-right {
    position: absolute;
    background-image: url(../../../img/front/home/liftedshadow_medium.png);
    bottom: -26px;
    width: 165px;
    height: 26px;
    right: -20px;
    background-position: 100% 0;
}

.package-bg {
    background-color: #fff;
}

.drop-shadow {
    position: relative;
    border: 1px solid;
    width: 285px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: 2px solid #fff;
    overflow: hidden;
}

.video-shadow-left {
    position: absolute;
    background-image: url(../../../img/front/home/liftedshadow_medium.png);
    top: 191px;
    width: 165px;
    height: 26px;
    left: -3px;
}

.video-shadow-right {
    position: absolute;
    background-image: url(../../../img/front/home/liftedshadow_medium.png);
    top: 191px;
    width: 165px;
    height: 26px;
    right: 3px;
    background-position: 100% 0;
}

.left-block-offer {
    background-color: #fcc206;
    padding: 35px 15px 20px;
}

.center-block-offer {
    background-color: #fccd05;
    padding: 35px 15px 40px;
}

.right-block-offer {
    background-color: #fcd305;
    padding: 35px 15px 20px;
}

.register-top-bg {
    background-image: url(../../../img/front/home/bottom-popup.png);
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal-toggle.right-toggle .modal-dialog-toggle {
    position: fixed;
    margin: auto;
    width: 220px;
    height: auto;
    margin-top: 110px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-toggle.right-toggle .modal-content-toggle {
    height: auto;
    overflow-y: auto;
    background-color: #fccd05;
}

.modal-toggle.right-toggle.fade-toggle .modal-dialog-toggle {
    right: -180px;
    margin-top: 110px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out;
}

.modal-toggle.right-toggle.fade-toggle.in-toggle .modal-dialog-toggle {
    right: 0;
}

.modal-toggle.right-toggle .modal-body-toggle {
    padding: 0;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
}

.toggle-menu {
    padding: 10px;
}

.active {
    /* color: #fff !important; */
}

.login-link {
    background-color: #1a1a1a;
    color: #fff !important;
}

.modal-body-toggle a {
    color: #1a1a1a;
    font-family: Raleway, sans-serif;
    margin-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}

.modal-body-toggle a:active,
.modal-body-toggle a:focus,
.modal-body-toggle a:hover {
    font-family: Raleway, sans-serif;
    margin-top: 15px;
    text-decoration: none;
}

.modal-body-toggle a.support-menu:active,
.modal-body-toggle a.support-menu:focus,
.modal-body-toggle a.support-menu:hover {
   color: #1e293b;
}

.toggle-menu a>active {
    color: #fff;
}

.modal-body-toggle a .active {
    color: #fff !important;
}

.modal-body-toggle a .toggle-menu:focus {
    color: #1a1a1a !important;
}

.model-border-bottom {
    border-bottom: 1px solid #1a1a1a;
    margin-left: 8px;
    margin-right: 8px;
}

.toggle-menu-bottom {
    padding: 10px 10px 10px 18px;
}

.mob-right {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    padding-left: 15px;
    font-weight: 900;
    color: #0071bc;
    line-height: 1em;
}

.mob-text-right {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    padding-left: 15px;
    font-style: 900;
    color: #4d4d4d;
    padding-top: 14px;
}

.mob-text-last {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 900;
   color: #1e293b;
    padding-top: 10px;
    padding-bottom: 5px;
}

.social-footer-mob-right>a {
    display: inline-block;
    background-color: #010101;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    padding-top: 4px;
    transition: all .5s ease;
    font-size: 18px !important;
}

.social-footer-mob-right>a:hover {
    background-color: #fff;
    color: #1a1a1a;
}

.no-margin {
    margin: 0;
}

.button-left-border {
    border-left: 1px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 1px;
    width: 35px;
}

.logo-margin {
    margin-top: -10px;
}

.modal_support {
    margin-top: 100px;
    background-color: #242424;
}

.sent-support {
    background-color: #fccd05;
    display: block;
    text-align: center;
    color: #1a1a1a;
    min-height: 45px;
    padding: 12px;
    font-size: 18px;
    transition: all .5s ease;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    border-radius: 0;
    width: 100%;
    border-radius: 0;
}

.ra-z-in {
    z-index: 999999999 !important;
}

.support-control-mob {
    border-radius: 0;
    font-size: 18px;
    color: #999;
    margin: 0 0 5px;
    width: 100%;
    min-height: 36px;
    padding: 5px;
    font-family: HelveticaNeueeTextW01Light;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#myModalVideo {
    /* margin-top: 110px; */
}


.vid-close {
    position: absolute;
    top: -18px;
    right: -15px;
    font-size: 36px;
    opacity: 1;
}

.vid-close:hover {
    opacity: 1;
}

.free-trial-bg {
    background-image: url(../../../img/front/home/free-trial-bg.png);
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #3d9be9;
}

#st-1.st-animated {
    text-align: left !important;
}

.read-btn-social {
    margin: 25px 0;
}

.term-head {
    padding: 0;
}

.term-title {
    font-size: 54px;
    color: rgba(24, 24, 24, 1);
    margin-top: 150px;
    margin-bottom: 30px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.term-sub-title {
    font-size: 24px;
    color: rgba(24, 24, 24, 1);
    font-family: HelveticaNeueeTextW01-Bold;
    text-align: center;
    margin-bottom: 20px;
}

.bullet-point {
    font-size: 16px;
    color: rgba(24, 24, 24, 1);
    font-family: HelveticaNeueeTextW01Medium;
    margin-bottom: 10px;
    margin-top: 20px;
}

.term-content-1>p {
    font-size: 12px;
    color: rgba(24, 24, 24, 1);
    font-family: HelveticaNeueeTextW01Light;
    margin-bottom: 10px;
    padding-left: 20px;
}

.term-content-1 ul li {
    list-style: none;
    margin: 10px;
}

.bottom-mar20 {
    margin-bottom: 20px;
}

.sechdule-div ul li {
    list-style: initial !important;
}

.rounded-img {
    margin-bottom: 8px;
}

.rounded-img>a img {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 1);
    width: 208px;
    height: 208px;
    object-fit: cover;
    margin-top: 10px;
}

.tutorial-videos .rounded-img>a img {
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
}

.play-btn {
    position: absolute;
    top: 137px;
    left: 165px;
    /* display: none; */
}

.tutorial-videos .play-btn {
    display: none;
}

.play-btn>a {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 1);
    width: 67px;
    height: 67px;
    display: block;
    text-align: center;
    padding-top: 15px;
    background-color: #439ce6;
    padding-left: 3px;
    background-image: url(../../../img/front/home/v-play-icon.png);
    background-repeat: no-repeat;
    transition: all .5s ease;
    background-position: center;
}

.play-btn>a:hover {
    background-color: #ffc600;
}

.last-video-pad {
    padding-right: 15px;
}

.text-center {
    text-align: center;
}

.header-height {
    /* height: 110px; */
}

.video-img-link {
    position: relative;
    display: block;
    /* width: 100%; */
}

.overlay-img {
    background-image: url(../../../img/front/home/play-img-hover.png);
    border-radius: 50%;
    width: 197px;
    height: 197px;
    object-fit: cover;
    position: absolute;
    top: -89px;
    display: none;
    left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}

.tutorial-videos .overlay-img {
    width: 100px;
    height: 100px;
    top: 22%;
    left: 33%;
    background-size: 100px;
}

.video-img-link:hover .overlay-img {
    display: block;
}

.desk-Offer-box1 {
    width: 25%
}

.desk-Offer-box2 {
    width: 40%
}

.inner-offer-box2 {
    width: 60%;
    margin: 0 auto;
}

.inner-offer-box3 {
    width: 75%
}

.padding-zero {
    padding-left: 0;
    padding-right: 0;
}

.check_login {
    margin-left: -20px;
}

.ra-logo {
    width: 87px;
}

.ra-quat-icon {
    width: 56px;
}

.ra-realtime-icon {
    width: 75px;
}

.ra-template-icon {
    width: 87px;
}

.ra-system-icon {
    width: 85px;
}

.google-play-icon {
    width: 154px;
}

.apple-store-icon {
    width: 154px;
}

.ra-award-img {
    width: 228px;
}

.regi-icon {
    width: 160px;
}

.down-icon {
    width: 170px;
}

.up-glob-icon {
    width: 159px;
}

.desk-icon {
    width: 680px;
}

.manage-icon {
    width: 629.3px;
}

.ra-apa-icon {
    width: 500px;
}

.reg-devie-img {
    width: 325.3px;
}

.win-store-icon {
    width: 130px;
}

.ra-system-payment {
    width: 320px;
}

.ra-system-mobi {
    position: absolute;
    right: 83px;
    top: 120px;
    width: 130px;
}

.ra-payment-block {
    margin-top: 50px;
    margin-bottom: 30px;
}

.ra-system-bg {
    background-color: #3d9be9;
}

.ra-system-work-tag {
    font-size: 18px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    font-style: italic;
    padding-left: 40px;
    padding-top: 33px;
    padding-bottom: 49px;
}

.ra-system-title {
   color: #1e293b;
    font-family: HelveticaNeueeTextW01-Bold;
    line-height: normal;
    font-size: 28px;
    padding-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-left: 15px;
}

.payment-top-fix {
    height: 100px;
    background-color: #414141;
}

.ra-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../img/front/home/down-arrow.png) no-repeat 98.5% !important;
    background: url(../../../img/front/home/down-arrow.png) no-repeat calc(100% - 10px) !important;
    background-color: #2f2e2e !important;
}

.ra-select:hover {
    border: solid 1px rgba(24, 24, 24, 1);
    background-color: rgba(104, 104, 104, 1) !important;
}

.recent-follow {
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 15px;
    color: #181818;
    padding-left: 5px !important;
    padding-top: 15px;
}

.social-recent>a {
    display: inline-block;
    background-color: #010101;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    padding-top: 4px;
    transition: all .5s ease;
    margin-left: 6px;
}

.social-recent>a:hover {
    background-color: #fccd05;
}

.radio-title-btn .submit-back {
    display: inline;
}

.radio-title-btn .submit {
    display: inline;
}

.radio-title-btn .submit-back a {
    display: inline-block;
    text-align: center;
    width: 150px;
}

.radio-title-btn .submit-back .pay-price-btn {
    background-color: #000;
    min-width: 150px;
}

.submit-back .pay-price-btn {
    display: inline;
}

.submit .pay-price-btn {
    display: inline;
}

.register-form .button-div .col-xs-12.col-sm-6 {
    float: right;
}

.register-form .button-div .col-xs-12.col-sm-6 .with-trial {
    min-width: 220px;
}

.ip-slide2-row .ip-slider-img04 {
    width: 100%;
}

.ip-slide2-row .banner-title03 {
    font-size: 42px;
    line-height: 46px;
}

.ip-slide2-row .banner-subtitle {
    font-size: 23px;
    line-height: 30px;
    padding-top: 2px;
}

.ip-slide2-row .register-tagline {
    font-size: 24px;
    line-height: 30px;
    padding-top: 15px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
}

.ip-slide2-row .regis-btn {
    margin-top: 10px;
}

.ip-slide2-row .regis-btn a {
    display: inline-block;
    width: calc(33.33% - 4px);
    vertical-align: top;
}

.ip-slide2-row .regis-btn a img {
    width: 100%;
}

.ip-slide2-row .regis-btn .register-banner-btn {
    padding: 12px 10px;
    text-align: center;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
    color: #fff;
    font-family: HelveticaNeueeTextW01Medium;
}

.banner-bg.banner-bg2 {
    min-height: 10px;
    padding-bottom: 30px;
}

#support-request .form-group #ContactAttachment {
    width: 100%;
}

#support-request .file_upload {
    background: none;
    padding: 0;
    border: none;
    position: relative;
    float: left;
    width: 100%;
}

#support-request .file_upload #ContactAttachment {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

#support-request .file_upload .btn_lbl {
    float: left;
    width: 120px;
    background-color: #1c79d7;
    height: 34px;
    padding: 6px 10px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#support-request .file_upload #uploadFile {
    float: left;
    width: calc(100% - 120px);
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    background: none;
    border: none;
}

#support-request .custom-checkbox {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
}

#support-request .custom-checkbox span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 30px;
}

#support-request .custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    display: block;
    margin: 0;
    min-height: 1px;
    opacity: 0;
    cursor: pointer;
}

#support-request .custom-checkbox span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    content: "";
}

#support-request .custom-checkbox span:after {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: #1c79d7;
    content: "";
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

#support-request .custom-checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

#uploadFile::-webkit-input-placeholder {
    color: #f6f6f6;
}

#uploadFile::-moz-placeholder {
    color: #f6f6f6;
}

#uploadFile:-ms-input-placeholder {
    color: #f6f6f6;
}

#uploadFile:-moz-placeholder {
    color: #f6f6f6;
}

.banner-bottom-strip.height10 {
    margin-top: 0;
    height: 0px;
}

.ip-slide1-row .ip-slide01-box2 .app-block img {
    max-width: 147px;
}
.carousel-item .ip-slide1-row{
    /* color: #ffffff; */
}
.top-risk-app-block .carousel-item:nth-child(1) {
    background: -webkit-linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
    background: -moz-linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
    background: -o-linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
    background: linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
    padding: 25px 0px;
}

.top-risk-app-block .carousel-item:nth-child(2) {
    background: -webkit-linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    background: -moz-linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    background: -o-linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    padding: 25px 0px;
    color: #fff;
}

.top-risk-app-block .carousel-item:nth-child(3) {
    background: -webkit-linear-gradient(135deg, #f08509 30%, #fbbf77 100%);
    background: -moz-linear-gradient(135deg, #f08509 30%, #fbbf77 100%);
    background: -o-linear-gradient(135deg, #f08509 30%, #fbbf77 100%);
    background: linear-gradient(135deg, #f08509 30%, #fbbf77 100%);
    padding: 25px 0px;
    color: #fff;
}

.top-risk-app-block .carousel-item:nth-child(4) {
    background: -webkit-linear-gradient(135deg, #15803d 0%, #3DAD87 100%);
    background: -moz-linear-gradient(135deg, #15803d 0%, #3DAD87 100%);
    background: -o-linear-gradient(135deg, #15803d 0%, #3DAD87 100%);
    background: linear-gradient(135deg, #15803d 0%, #3DAD87 100%);
    padding: 25px 0px;
    color: #fff;
}
.img-block {
    width: 100%;
}
.img-block img{
    width: 100%;
}
.top-risk-app-block {
    padding: 0;
    /* background: #235a8d; */
    /* background: #fbbf24; */
    /* background: -moz-linear-gradient(left, #235a8d 0%, #28a1ad 100%);
    background: -webkit-linear-gradient(left, #235a8d 0%, #28a1ad 100%);
    background: linear-gradient(to right, #235a8d 0%, #28a1ad 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235a8d', endColorstr='#28a1ad', GradientType=1);
}
/* .top-risk-app-block:after {
    position: absolute;
    left: -10%;
    bottom: -115px;
    width: 120%;
    height: 100px;
    background: #d6d6d6;
    z-index: 1;
    content: "";
    transform: rotate(313deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
} */
.top-risk-app-block .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
}
.top-risk-app-block .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0 5px;
    opacity: 1;
    transition: all 0.3s ease;
}
.top-risk-app-block .carousel-indicators button.active {
    background-color: #ffd712;
    border-color: #ffd712;
    width: 14px;
    height: 14px;
}
.top-risk-app-block .carousel-indicators button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 1);
}
.home-section-block .container {
    z-index: 2;
    display: flex;
    position: relative;
}
.home-section-block {
    padding: 30px 0 80px 0;
    background: #d6d6d6;
    position: relative;
}
.home-section-block p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.home-section-block:nth-of-type(odd) {
    /* background: #123655; */
    /* background: #fbbf24; */
    /* background: #f3b619; */
    background: linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
    /* color: #fff; */
}
.home-section-block:nth-of-type(even) {
    /* background: #d6d6d6; */
    background: #f8f9fa;
}
.home-section-block .img-block{
    padding-right: 20px;
    padding-top: 25px;
}
.ra-software-block {
    background: #d6d6d6;
    position: relative;
    z-index: 3;
    padding: 30px 0 ;
    position: relative;
}
/* .ra-software-block:after {
    position: absolute;
    left: -20%;
    bottom: -50px;
    width: 140%;
    height: 110px;
    background: #e6e6e6;
    z-index: 1;
    content: "";
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
} */
.ra-software-block .cnt-block {
    padding-left: 20px;
    padding-bottom: 70px;
    position: relative;
}


.ra-report-block {
    background-color: #123655;
    padding: 30px 0 ;
    position: relative;
}
/* .ra-report-block:after {
    position: absolute;
    left: -20%;
    bottom: -30px;
    width: 140%;
    height: 110px;
    background: #235d8e;
    z-index: 1;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
} */
.ra-report-block .cnt-block {
    padding-right: 30px;
    padding-top: 15px;
    /* padding-bottom: 110px; */
}
.ra-report-block .btn-block {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
}

.signup-tagline {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
   color: #1e293b;
    letter-spacing: 5px;
    font-weight: 400;
    background: #ffb100;
    background: -moz-linear-gradient(left, #ffb100 0%, #ffc321 100%);
    background: -webkit-linear-gradient(left, #ffb100 0%, #ffc321 100%);
    background: linear-gradient(to right, #ffb100 0%, #ffc321 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb100', endColorstr='#ffc321', GradientType=1);
}

.theme-btn {
    display: inline-block;
    width: auto;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    height: 34px;
    padding: 7px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbc06+0,ff9200+100 */
    /* background: #ffbc06; */
    background: var(--primary);
    /* Old browsers */
    /* background: -moz-linear-gradient(left, #ffbc06 0%, #ff9200 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, #ffbc06 0%, #ff9200 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #ffbc06 0%, #ff9200 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc06', endColorstr='#ff9200', GradientType=1);
    /* IE6-9 */

}

.ip-slide1-row .app-block a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.ip-slide1-row .app-block .theme-btn {
    height: 43px;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-right: 5px;
}

.theme-btn.border-btn {
    /* background: transparent;
    border: 2px solid #235d8e;
    color: #235d8e;
    padding-top: 5px; */
}
.home-section-block .cnt-block .btn-block {
    text-align: left;
    margin-top: 0;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 1;
}
.btn-block {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.btn-block .theme-btn {
    margin: 0 12px;
    min-width: 130px;
}

.banner-bg.app-banner {
    background-image: url("../../../img/front/home/raapp-banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 1px;
    height: auto;
    padding: 0;
}

.banner-bg.app-banner .container {
    position: relative;
    z-index: 3;
}

.banner-bg.app-banner .app-banner-img {
    width: calc(100% - 360px);
    padding: 0;
}

.banner-bg.app-banner .app-banner-img img {
    max-width: 120%;
    margin: 80px 0 80px -14%;
}

.banner-bg.app-banner .app-banner-cnt {
    margin: 90px 0 0 0;
    width: 360px;
}

.banner-bg.app-banner .app-banner-cnt h1,
.banner-bg.app-banner .app-banner-cnt h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #077bb7;
    font-size: 24px;
    line-height: 30px;
    font-family: HelveticaNeueeTextW01-Bold;
    margin: 0 0 20px 0;
}

.banner-bg.app-banner .app-banner-cnt p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
   color: #1e293b;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-family: 'sf_pro_displayregular';
}

.banner-bg.app-banner .app-banner-cnt a.custom-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    font-family: HelveticaNeueeTextW01Medium;
    margin: 20px 0 0 0;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a8ff+0,127bb1+100 */
    background: #00a8ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00a8ff 0%, #127bb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00a8ff 0%, #127bb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00a8ff 0%, #127bb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8ff', endColorstr='#127bb1', GradientType=1);
    /* IE6-9 */

}

.app-banner .app-banner-bottom {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.app-banner .app-banner-bottom.v2 {
    background-color: #077bb7;
    color: #fff;
}

.app-banner-bottom .app-download-block p {
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: HelveticaNeueeTextW01Medium;
}

.app-banner-bottom .app-download-block p span {
    font-family: HelveticaNeueeTextW01-Bold;
}

.app-banner-bottom .app-download-block .btn-section {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 20px 0;
}

.app-banner-bottom.v2 .app-download-block .btn-section {
    width: 330px;
    float: right;
    padding-right: 20px;
}

.app-banner-bottom.v2 .app-download-block .first-block {
    width: calc(100% - 330px);
    float: left;
    margin: 17px 0 16px 0;
}

.app-banner-bottom.v2 .app-download-block .first-block .first-row {
    float: left;
    width: auto;
    padding-right: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: HelveticaNeueeTextW01-Bold;
}

.app-banner-bottom.v2 .app-download-block .first-block .second-row {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-family: HelveticaNeueeTextW01Medium;
}

.app-banner-bottom .app-download-block .btn-section a {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
}

.app-banner-bottom .app-download-block .btn-section a:first-child {
    margin: 0;
}

.app-banner-bottom .app-download-block .btn-section a img {
    display: block;
    width: 100%;
}

.app-banner-bottom .app-phone-image {
    padding-left: 0;
}

.app-banner-bottom .app-phone-image img {
    float: right;
    width: 100%;
    margin: -97px 0 0 0;
}

.news-block h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.news-block p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.news-block .five-step-news {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.news-block ul {
    display: inline-block;
    width: 100%;
    margin: 5px 0 15px;
    padding: 0;
}

.news-block ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    list-style: none;
    position: relative;
    font-family: HelveticaNeueeTextW01Light;
}

.news-block ul li:last-child {
    margin-bottom: 0;
}

.news-block ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 0;
    background-color: #000;
    content: "";
}

.password-form-group {
    position: relative;
}

.password-show {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23718096" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    text-decoration: none !important;
}

.password-hide {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23718096" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.542-7a10.055 10.055 0 012.846-4.458M6.223 6.223A9.969 9.969 0 0112 5c4.478 0 8.268 2.943 9.542 7a10.05 10.05 0 01-4.132 5.411M3 3l18 18"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.88 9.88a3 3 0 104.24 4.24"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    text-decoration: none !important;
}

.password-form-group input[type="password"] {
    padding-right: 30px !important;
}

#register_form .password-show,
#register_form .password-hide {
    top: 34px;
    right: 20px;
}

#reset_password_form .password-show,
#reset_password_form .password-hide {
    top: 34px;
    right: 20px;
}

.banner-bg.app-banner .v2 .app-banner-img {
    width: 50%;
    padding-right: 15px;
}

.banner-bg.app-banner .v2 .app-banner-cnt {
    width: 50%;
    margin: 70px 0 0 0;
}

.banner-bg.app-banner .v2 .app-banner-img img {
    max-width: 100%;
    margin: 60px 0;
}

.banner-bg.app-banner .v2 .app-banner-cnt .btn-section a {
    width: calc(33.33% - 4px);
    display: inline-block;
    vertical-align: top;
}

.banner-bg.app-banner .v2 .app-banner-cnt .btn-section a img {
    width: 100%;
    height: auto;
}

.banner-bg.app-banner .v2 .register-banner-btn {
    padding: 12px 10px;
    text-align: center;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
    color: #fff;
    font-family: HelveticaNeueeTextW01Medium;
}

.banner-bg.app-banner .v2 .app-banner-cnt .register-tagline {
    font-size: 18px;
    line-height: 24px;
    color: #077bb7;
    font-family: 'sf_pro_displayregular';
    margin-bottom: 10px;
    margin-top: 10px;
}

.recommended-rating-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: rgba(231, 230, 231, 0.3);
    padding: 12px 0;
}

.recommended-rating-box .rating {
    float: left;
    width: 100%;
}

.recommended-rating-box .rating img {
    display: block;
    width: 100%;
    max-width: 120px;
}

.recommended-rating-box p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
   color: #1e293b;
    font-family: HelveticaNeueeTextW01Medium;
    font-style: italic;
    margin: 5px 0 5px 0;
}

.banner-bg.app-banner .app-banner-cnt.new {
    width: 420px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.banner-bg.app-banner .app-banner-img.new {
    width: calc(100% - 420px);
}

.banner-bg.app-banner .app-banner-img.new img {
    max-width: 114%;
    margin-top: 70px;
    margin-bottom: 90px;
}

.v4 .app-banner-bottom .app-download-block .capterra-img {
    float: left;
    width: 150px;
}

.v4 .app-banner-bottom .app-download-block .capterra-img img {
    max-width: 100%;
}

.v4 .app-banner-bottom .app-phone-image img {
    margin-top: -97px;
}

.banner-bg.app-banner.v4 .app-banner-cnt.new {
    margin-top: 50px;
    margin-bottom: 100px;
}

.banner-bg.app-banner.v4 .app-banner-img.new {
    width: calc(100% - 500px);
}

.banner-bg.app-banner.v4 .app-banner-cnt.new {
    width: 500px;
}

.right-advt-section {
    padding: 20px 0;
}

.custom-header {
    background-color: #0078d7;
    color: #fff;
    font-family: 'Segoe UI';
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    padding: 20px 0;
}

.vertical-alignment-helper .modal-dialog {
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-helper .modal-dialog .modal-content {
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.vertical-alignment-helper.small .modal-dialog .modal-content {
    max-width: 450px;
}

.vertical-alignment-helper .modal-dialog .modal-content .modal-content {
    width: 100%;
}

.vertical-alignment-helper .modal-dialog .modal-content .modal-header {
    position: relative;
}

.vertical-alignment-helper .modal-dialog .modal-content .modal-header .modal-title {
    width: calc(100% - 26px);
    float: left;
    font-size: 18px;
    line-height: 24px;
}

.vertical-alignment-helper .modal-dialog .modal-content .modal-body .que-body-top {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}

.modal-header .close {
    width: 24px;
    height: 24px;
    background-image: url("../../../img/front/inner-page/close-btn.png");
    background-size: 12px auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    margin-top: 0;
    outline: none;
}

.modal-header .close img,
.modal-header .close span {
    display: none;
}

.folder-rew-content {
    background-color: #f2f2f2;
}

.modal-content .que-lable-title {
    font-family: 'Segoe UI';
    padding-top: 7px;
   color: #1e293b;
    font-weight: 600;
    padding-left: 2px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
}

.modal-content .form-control {
    border-radius: 0;
    border: 1px solid #e6e6e6 !important;
    font-family: 'Segoe UI';
   color: #1e293b;
    padding: 0 12px 2px;
}

.modal-content .header-update-btn {
    font-family: 'Segoe UI';
    background-color: #0078d7;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    min-width: 150px;
    min-height: 34px;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}

#request-demo-popup .modal-content .header-update-btn {
    margin-top: 42px;
}

.top-header-height {
    height: 150px;
}

.blog-img {
    float: left;
    margin: 5px 20px 10px 0;
    max-width: 140px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #ffd400;
}

.navbar-right li.dropdown .dropdown-menu {
    left: 13px;
    right: auto;
    border-radius: 0;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #464545;
}

.navbar-right li.dropdown .dropdown-menu a {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #464545;
    color: #222;
    float: left;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-right li.dropdown .dropdown-menu a:last-child {
    border-bottom: none;
}

.navbar-right li.dropdown .dropdown-menu a:hover {
    text-decoration: none;
    color: #ffd400;
    background-color: #242424;
}

.navbar-right li.dropdown .dropdown-toggle .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-top: -3px;
}

.dropdown .dropdown-nav {
    position: absolute;
    left: 15px;
    top: 63px;
    width: 100%;
    min-width: 180px;
    padding: 0 10px;
    margin: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbc000+0,ffe07a+100 */
    background: #fbc000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbc000 0%, #ffe07a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbc000 0%, #ffe07a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbc000 0%, #ffe07a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc000', endColorstr='#ffe07a', GradientType=0);
    /* IE6-9 */

}
#dropdown-nav-FAQ{
    left: -8px;
}

.dropdown .dropdown-nav:after {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -14px;
    left: 20px;
    content: "";
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #ffc300 transparent;
}

.dropdown .dropdown-sapce {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 24px;
}

.dropdown:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.dropdown .dropdown-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    list-style: none;
}

.dropdown .dropdown-nav li:last-child {
    border-bottom: none;
}

.dropdown .dropdown-nav li a {
    padding: 10px 0;
   color: #1e293b;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: HelveticaNeueeTextW01Medium;
}

.dropdown .dropdown-nav li a:hover,
.dropdown .dropdown-nav li a:focus,
.dropdown .dropdown-nav li.active a {
    color: #1969ad;
}

.video-title a {
    color: #181818;
    text-decoration: none;
}



/*responsive css start here*/
@media (max-width : 1440px) {
    .banner-bg.app-banner .app-banner-img img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner-bg.app-banner .app-banner-cnt {
        margin-top: 40px;
    }

    .banner-bg.app-banner .app-banner-cnt p {
        margin-bottom: 10px;
    }

    .banner-bg.app-banner .app-banner-cnt a.custom-btn {
        margin-top: 10px;
    }

    .banner-bg.app-banner .app-banner-cnt h1 {
        margin-bottom: 15px;
    }

    .banner-bg.app-banner .app-banner-img.new img {
        width: 100%;
        margin: 70px 0 100px 0;
    }

    .banner-bg.app-banner .app-banner-cnt.new {
        margin: 70px 0;
    }

    .banner-bg.app-banner.v4 .app-banner-img.new img {
        margin: 80px 0;
    }
}

@media (max-width : 1280px) {
    .banner-bg.app-banner .app-banner-img img {
        max-width: 100%;
        margin: 20px 0;
    }

    .banner-bg.app-banner .app-banner-cnt {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .banner-bg.app-banner .app-banner-cnt h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .banner-bg.app-banner .app-banner-cnt p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .app-banner-bottom .app-phone-image img {
        max-width: 180px;
        margin: -61px 0 0 0;
    }

    .app-banner-bottom .app-download-block p {
        font-size: 14px;
    }

    .banner-bg.app-banner .app-banner-cnt.new {
        margin: 40px 0;
    }

    .banner-bg.app-banner .app-banner-img.new img {
        max-width: 430px;
        margin: 45px auto;
        display: block;
    }

    .recommended-rating-box p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .banner-bg.app-banner .app-banner-img {
        width: 50%;
    }

    .banner-bg.app-banner .app-banner-img.new {
        width: 50%;
    }

    .banner-bg.app-banner .app-banner-cnt.new {
        width: 50%;
    }

    .app-banner-bottom.v2 .app-download-block .first-block {
        margin: 10px 0;
    }

    .app-banner-bottom.v2 .app-download-block .btn-section {
        padding: 12px 0;
    }

    .app-banner-bottom.v2 .app-phone-image img {
        margin-top: -74px;
    }

    .app-banner-bottom.v2 .app-download-block {
        padding-right: 0;
    }

    .app-banner-bottom.v2 .app-download-block .btn-section {
        width: 310px;
    }

    .app-banner-bottom.v2 .app-download-block .first-block {
        width: calc(100% - 310px);
    }

    .app-banner-bottom.v2 .app-download-block .first-block .first-row {
        padding-right: 10px;
    }

    .banner-bg.app-banner.v4 .app-banner-img.new img {
        margin: 50px 0;
    }

    .banner-bg.app-banner.v4 .app-banner-cnt.new {
        margin-bottom: 70px;
    }

    .v4 .app-banner-bottom .app-phone-image img {
        margin-top: -61px;
    }
}

@media screen and (min-width:1025px) and (max-width:1366px) {
    .desk-Offer-box1 {
        width: 28%
    }

    .desk-Offer-box2 {
        width: 35%
    }

    .inner-offer-box2 {
        width: 80%
    }

    .inner-offer-box3 {
        width: 90%
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .rounded-img {
        width: 250px;
        height: 250px;
        padding-left: 15px;
    }

    .rounded-img>a>img {
        width: 250px;
        height: 250px;
    }

    .play-btn {
        position: absolute;
        top: 168px;
        left: 196px;
    }

    .play-btn>a {
        width: 85px;
        height: 85px;
    }

    .desk-Offer-box1 {
        width: 33%
    }

    .desk-Offer-box2 {
        width: 33%
    }

    .inner-offer-box2,
    .inner-offer-box3 {
        width: 100%
    }

    .video-title {
        font-size: 18px;
    }

    .quat-bottom {
        margin-top: 100px;
    }

    .app-icon-block {
        padding-top: 108px;
    }

    .contact-block {
        padding-bottom: 80px;
    }

    .reigster-device {
        right: 45px;
        width: 65%
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .panel-default>.panel-heading:hover {
        background-color: none !important;
    }

    .panel-default>.panel-heading {
        border: 0 solid #fff;
    }

    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .pay-top-tagline,
    .pay-top-title,
    .plan-radio {
        padding-left: 0;
    }

    .trial-tag {
        font-size: 44px;
        padding-bottom: 12px;
    }

    .signup-tag {
        font-size: 41px;
    }

    .radio-title {
        font-size: 14px;
        padding-top: 13px;
    }

    .ip-payment-block-right {
        margin-left: -15px;
        margin-top: 25px;
    }

    .pay-top-title {
        font-size: 32px;
    }

    .left-block-offer {
        padding: 35px 15px 20px;
    }

    .center-block-offer {
        padding: 35px 15px 40px;
    }

    .right-block-offer {
        padding: 35px 15px 20px;
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    .desk-Offer-box1 {
        width: 33.33333333%
    }

    .desk-Offer-box2 {
        width: 33.33333333%
    }

    .inner-offer-box2,
    .inner-offer-box3 {
        width: 100%
    }

    .ip-payment-block-right {
        margin-right: -9px;
        margin-left: -15px;
    }

    .dis-amount,
    .renewal-date {
        font-size: 18px;
    }

    .dis-amount>div,
    .dis-rate {
        font-size: 13px !important;
    }

    .il-container {
        width: 750px;
        padding-left: 20px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .total-price {
        font-size: 22px;
    }

    .left-block-offer {
        padding: 35px 15px 20px;
    }

    .offer-title {
        font-size: 24px;
    }

    .offer-tagline {
        font-size: 14px;
    }

    .signup-tag {
        margin-top: 5px;
    }

    .with-trial,
    .without-trial {
        font-size: 12px;
        padding: 10px 18px;
    }

    .plan {
        font-size: 12px;
    }

    .dis-rate>span {
        font-size: 30px;
    }

    .date-tag-title {
        font-size: 12px;
    }

    .ip-dis-rate {
        padding-top: 15px;
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .panel-default>.panel-heading:hover {
        background-color: none !important;
    }

    .panel-default>.panel-heading {
        border: 0 solid #fff;
    }

    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .ip-recent-block {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }

    .ra-system-title {
        font-size: 24px;
        padding-top: 0;
        padding-bottom: 11px;
    }

    .col-pre1,
    .col-pre2 {
        width: 100%
    }

    .register-tag-home {
        margin-top: 0;
    }

    .dis-amount,
    .renewal-date {
        font-size: 18px;
    }

    .dis-amount>div,
    .dis-rate {
        font-size: 13px !important;
    }

    .total-price {
        font-size: 35px;
        padding-top: 9px;
        padding-left: 40px;
    }

    .pay-block-bg {
        padding-left: 12px;
    }

    .ip-realtime {
        padding-left: 0;
    }

    .contact-block {
        padding-bottom: 80px;
    }

    .app-icon-block {
        padding-top: 69px;
    }

    .video-title {
        font-size: 26px;
    }

    .modal.fade.in .lab-modal-body {
        bottom: -150px !important;
    }

    .center-block-offer {
        padding: 35px 15px 40px;
    }

    .right-block-offer {
        padding: 35px 15px 20px;
    }

    .contact-title {
        font-size: 26px;
    }

    .ip-contact {
        padding-left: 50px;
        padding-right: 50px;
    }

    .signup-tag,
    .trial-tag {
        font-size: 30px;
    }

    .trial-tag {
        padding-top: 15px;
        padding-left: 85px;
    }

    .register-tag {
        margin-top: 0;
    }

    .register-btn {
        padding: 10px 26px;
        font-size: 13px;
    }

    #quote-carousel {
        margin-bottom: 40px;
    }

    .quat-bottom {
        margin-top: 90px;
    }

    .inc-point {
        font-size: 14px;
    }

    .package-proice {
        font-size: 55px;
        padding-top: 5px;
    }

    .pack-dis {
        font-size: 13px;
    }

    .card-title>div {
        font-size: 16px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-box {
        padding-top: 35px;
        min-height: 800px;
        margin-bottom: 0;
    }

    .pack-title,
    .tutorial-title {
        font-size: 24px;
    }

    .pack-sub-title,
    .tutorial-tagline {
        font-size: 14px;
    }

    .play-btn>a {
        width: 68px;
        height: 68px;
        background-image: url(../../../img/front/home/ipv-play-icon.png);
    }

    .play-btn>a:hover {
        background-color: #ffc600;
    }

    .video-dis {
        padding-right: 0;
        font-size: 12px;
    }

    .video-title {
        font-size: 16px;
    }

    .rounded-img>img {
        width: 190px;
        height: 190px;
    }

    .play-btn {
        top: 122px;
    }

    .carausal-block {
        min-width: 767px !important;
        max-width: 767px !important;
        width: 767px !important;
        margin: 0 auto !important;
    }

    .ip-slide2-row .regis-btn .register-banner-btn {
        font-size: 12px;
        line-height: 20px;
        padding: 7px 5px;
    }

    .banner-title {
        font-size: 40px;
        margin-top: 97px;
        line-height: 35px;
    }

    .ip-award {
        width: 174px;
    }

    .banner-subtitle {
        font-size: 19px;
        padding-top: 5px;
    }

    .sevice-onemint {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .app-block>span {
        font-size: 14px;
    }

    .app-block>a>img {
        width: 125px;
    }

    .ip-slide-img01 {
        width: 360px;
    }

    .ip-slide01-box2 {
        padding-left: 36px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .ip-slide-img02 {
        width: 250px;
    }

    .device-title {
        font-size: 24px;
        padding-left: 45px;
    }

    .d-title {
        font-size: 16px;
        padding-left: 45px;
    }

    .regi-title-device {
        margin-top: 85px;
        margin-left: 0;
    }

    .reigster-device {
        top: 41px;
        right: 44px;
        width: 70%
    }

    .regi-tag {
        font-size: 11px;
        padding-left: 35px;
    }

    .get-btn {
        margin-left: 45px;
        margin-top: 15px;
    }

    .ip-slide-icon {
        width: 120px;
    }

    .steps-bg {
        width: 100%;
        top: 70px;
    }

    .steps-count,
    .steps-label {
        font-size: 14px;
    }

    .steps-box {
        padding-left: 0;
        margin-top: 47px;
    }

    .steps-bg {
        height: 100px;
        top: 20px;
    }

    .steps-bg>.strip-no-circle {
        height: 40px !important;
        width: 40px !important;
        border-width: 3px;
        right: 58px;
        top: 27px;
    }

    .steps-bg>.strip-no-circle>.strip-no-big {
        font-size: 20px;
        margin-top: -52px;
    }

    .steps-text {
        font-size: 11px;
        min-height: 100px;
    }

    .banner-title02 {
        font-size: 34px;
        line-height: 38px;
        margin-top: 0;
    }

    .banner-subtitle-window {
        font-size: 18px;
    }

    .win-store {
        font-size: 14px;
    }

    .ip-win-btn {
        width: 100px;
    }

    .ip-desktop {
        margin-left: -44px;
        width: 550px;
        margin-top: -23px;
    }

    .ip-slider-img04 {
        width: 455px;
    }

    .banner-title03 {
        font-size: 28px;
        line-height: 32px;
    }

    .ip-banner-subtitle {
        font-size: 14px;
    }

    .register-tagline {
        font-size: 16px;
    }

    .register-banner-btn {
        padding: 7px 21px;
    }

    .logo-text {
        font-size: 24px;
        padding-top: 20px;
    }

    .logo-pos {
        margin-top: -31px;
        width: 63px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        transition: all .5s ease;
        padding: 8px;
        margin-top: 10px;
    }

    .nav-top {
        padding-top: 0;
        margin-top: 30px;
    }

    .nav-height {
        height: 90px;
    }

    .header-height {
        height: 90px;
    }

    .banner-bg {
        min-height: 500px;
        height: 500px;
    }

    .get-register,
    .get-register:focus,
    .get-register:hover {
        font-size: 11px;
        padding: 8px 28px;
    }

    .ip-offers {
        padding-right: 0;
    }

    .ip-slide1-row {
        padding-bottom: 28px;
    }

    .ip-slide2-row {
        padding-bottom: 26px;
    }

    .ip-scroll-x {
        overflow-x: hidden !important;
    }

    .system-title {
        font-size: 24px;
        padding-top: 15px;
    }

    .radio-title {
        font-size: 13px;
        padding-top: 13px;
    }

    .pay-top-tagline,
    .pay-top-title,
    .plan-radio {
        padding-left: 0;
    }

    .pay-top-title {
        font-size: 30px;
    }

    .pay-select-control {
        background: url(../../../img/front/home/drop-down-arrow.png) no-repeat 130px 18px;
    }

    .top-header-height {
        height: 120px;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:479px) and (orientation:portrait) {
    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .col-pre1 {
        width: 100%
    }

    .col-pre2 {
        width: 100%
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        transition: all .5s ease;
        border: 0 solid #fff;
        margin-bottom: 2px;
    }

    .panel-default>.panel-heading:hover {
        color: #333;
        background-color: none !important;
    }

    .panel-group .panel {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0 !important;
    }

    .with-trial,
    .without-trial {
        display: block;
        width: 100%
    }

    .pay-top-title {
        padding-top: 55px;
        font-size: 28px;
    }

    .logo-pos {
        margin-top: -17px;
    }

    .pay-price-btn {
        padding: 8px 29px;
    }

    .dis-rate>span {
        font-size: 26px;
    }

    .plan-btn {
        padding: 8px 15px;
    }

    .img-xs-center {
        text-align: center;
    }

    .xs-cloud-img {
        text-align: center;
        padding-top: 25px;
    }

    .faq-title {
        font-size: 24px;
    }

    .nav-height {
        height: auto;
    }

    .logo-text {
        padding-top: 30px;
        font-size: 24px;
    }

    .nav-top {
        background-color: #242424 !important;
        padding-bottom: 15px;
    }

    .header-tag-box {
        font-size: 36px;
        margin-top: 15px;
    }

    .app-block {
        margin-top: 20px;
    }

    #quote-carousel {
        height: 200px;
    }

    .tutorial-title {
        font-size: 24px;
        margin-top: 25px;
    }

    .sub-tag {
        font-size: 22px;
    }

    .modal.fade.in .lab-modal-body {
        bottom: 0;
    }

    .signup-tag {
        font-size: 20px;
    }

    .trial-tag {
        font-size: 20px;
        padding-left: 0;
        margin-top: 0;
        animation: type 4s steps(60, end);
    }

    .footer-xs-center {
        text-align: center;
    }

    .right-border {
        border-right: none;
    }

    .data-center {
        text-align: center;
    }

    .register-form {
        margin-top: 0;
    }

    .button-div {
        text-align: center;
    }

    .system-title {
        font-size: 26px;
        padding-top: 15px;
    }

    .news-xs-block {
        padding: 15px;
    }
}

@media only screen and (max-device-width:480px) and (orientation:landscape),
@media only screen and (max-device-width:640px) and (orientation:portrait) {
    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        transition: all .5s ease;
        border: 0 solid #fff;
        margin-bottom: 2px;
    }

    .panel-default>.panel-heading:hover {
        color: #333;
        background-color: none !important;
    }

    .panel-group .panel {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0 !important;
    }

    .with-trial,
    .without-trial {
        display: block;
        width: 100%
    }

    .pay-top-title {
        padding-top: 55px;
        font-size: 28px;
    }

    .popup-block {
        padding-top: 24px;
    }

    .logo-pos {
        margin-top: -27px;
        width: 75px;
    }

    .logo-text {
        padding-top: 12px;
        font-size: 24px;
    }

    .faq-title {
        font-size: 24px;
    }

    .nav-height {
        height: auto;
        padding-bottom: 10px;
    }

    .logo-wordmark {
        width: 260px;
    }

    .nav-top {
        background-color: #242424 !important;
        padding-bottom: 15px;
    }

    .header-tag-box {
        font-size: 36px;
        margin-top: 15px;
    }

    .app-block {
        margin-top: 20px;
        margin-bottom: 101px;
    }

    #quote-carousel {
        height: 200px;
    }

    .tutorial-title {
        font-size: 24px;
        margin-top: 25px;
    }

    .sub-tag {
        font-size: 22px;
    }

    .system-title {
        font-size: 26px;
        padding-top: 15px;
    }

    .news-xs-block {
        padding: 15px;
    }
}

@media only screen and (max-width :768px) {
    .nav-top {
        background-color: #242424 !important;
        padding-bottom: 15px;
    }

    .category_page_header {
        padding-top: 30px !important;
    }

    .category_page {
        padding: 30px 0 !important;
    }
    .category_title {
        padding-left: 0px !important;
    }
    .category_faqs {
        padding: 30px 0 !important;
    }
    .faqs_sections{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .category_page_header ul.breadcrumb {
        bottom: -5px !important;
    }
}

@media only screen and (max-width :480px) {
    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        transition: all .5s ease;
        border: 0 solid #fff;
        margin-bottom: 2px;
    }

    .panel-default>.panel-heading:hover {
        color: #333;
        background-color: none !important;
    }

    .panel-group .panel {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0 !important;
    }

    .with-trial,
    .without-trial {
        display: block;
        width: 100%
    }

    .nav-top {
        background-color: #242424 !important;
        padding-bottom: 15px;
    }

    .logo-pos {
        margin-top: -27px;
    }

    .logo-text {
        padding-top: 30px;
        font-size: 24px;
    }

    .nav-height {
        height: auto;
    }

    .pay-top-title {
        padding-top: 55px;
        font-size: 28px;
    }

    .system-title {
        font-size: 26px;
        padding-top: 15px;
    }

    .news-xs-block {
        padding: 15px;
    }
}

@media only screen and (max-width :320px) {
    .panel-body>div {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-heading {
        padding: 30px 0 !important;
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: transparent;
        border-color: transparent;
        transition: all .5s ease;
        border: 0 solid #fff;
        margin-bottom: 2px;
    }

    .panel-default>.panel-heading:hover {
        color: #333;
        background-color: none !important;
    }

    .panel-group .panel {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0 !important;
    }

    .logo-pos {
        margin-top: -27px;
        width: 75px;
    }

    .logo-text {
        padding-top: 12px;
        font-size: 24px;
    }

    .nav-height {
        height: auto;
        padding-bottom: 10px;
    }

    .popup-block {
        padding-top: 24px;
    }

    .pay-top-title {
        padding-top: 55px;
        font-size: 28px;
    }

    .system-title {
        font-size: 26px;
        padding-top: 15px;
    }

    .news-xs-block {
        padding: 15px;
    }

    .with-trial,
    .without-trial {
        display: block;
        width: 100%
    }
}

.carausal-block {
    min-width: 1140px;
    max-width: 1140px;
    width: 1140px;
    margin: 0 auto;
}

@media screen and (min-width:1024px) {
    .carausal-lr {
        padding-left: 3%;
        padding-right: 3%
    }
}

@media screen and (min-width:1025px) and (max-width:1279px) {
    .carausal-lr {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media screen and (min-width:1280px) {
    .carausal-lr {
        padding-left: 12%;
        padding-right: 12%
    }
}

@media screen and (min-width:1366px) {
    .carausal-lr {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media screen and (min-width:1440px) {
    .carausal-lr {
        padding-left: 16%;
        padding-right: 16%
    }
}

@media screen and (min-width:1600px) {
    .carausal-lr {
        padding-left: 20%;
        padding-right: 20%
    }
}

@media screen and (min-width:1920px) {
    .carausal-lr {
        padding-left: 24.5%;
        padding-right: 24.5%
    }
}

@media screen and (min-width:2500px) {
    .carausal-lr {
        padding-left: 30.5%;
        padding-right: 30.5%
    }
}

.ca-padd-right {
    padding-right: 0;
}

.ca-padd-left {
    padding-left: 0;
}

.ca-block {
    background-color: #eaeaea;
    padding: 0;
    border: 15px solid #fff;
}

.ca-block-title>img {
    width: 120px;
    margin-top: -52px;
    display: inline-block;
}

.ca-block-title {
    background-color: #000;
    color: #fff;
    font-size: 35px;
    font-family: HelveticaNeueeTextW01-Bold;
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 25px;
    height: 166px;
    min-height: 166px;
}

.ca-block-title>span {
    display: inline-block;
    line-height: 35px;
}

.ca-form-block {
    background-color: #3080c2;
    height: 166px;
    min-height: 166px;
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    padding-top: 7vh;
    padding-left: 32px;
}

.ca-polygon {
    background-image: url(../../../img/front/home/ca-polygon.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 30px;
    margin-left: 12px;
    margin-top: -9px;
}

.ca-content {
    background-color: #262626;
    padding-top: 35px;
    padding-bottom: 100px;
}

.ca-content-tag {
    color: #fc0;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 16px;
    padding-left: 35px;
    padding-bottom: 25px;
}

.ca-content-points {
    padding-left: 35px;
}

.ca-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ca-li {
    padding-left: 32px;
    text-indent: -2em;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
    padding-bottom: 25px;
    font-size: 16px;
}

.ca-li:before {
    content: "• ";
    color: #fc0;
    padding-right: 20px;
}

.ca-form-bg {
    background-color: #eaeaea;
}

.ca-form-decor {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
}

.ca-custom-control {
    font-family: HelveticaNeueeTextW01Light;
    font-size: 18px;
    padding: 6px 0;
   color: #1e293b;
    border-color: #313131;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #eaeaea;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.ca-custom-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 rgba(102, 175, 233, 0);
    box-shadow: inset 0 0 0 transparent, 0 0 8px rgba(102, 175, 233, 0);
}

.ca-custom-control ::-webkit-input-placeholder {
    color: #747474;
}

.ca-custom-control ::-moz-placeholder {
    color: #747474;
}

.ca-custom-control :-ms-input-placeholder {
    color: #747474;
}

.ca-custom-control :-moz-placeholder {
    color: #747474;
}

.ca-btn {
    background-color: #3080c2;
    color: #fff;
    display: block;
    width: 100%;
    font-family: HelveticaNeueeTextW01-Bold;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 12px;
}

.ca-btn-block {
    padding-top: 10px;
    padding-bottom: 25px;
}

.ca-btn-block::-moz-focus-inner {
    padding-bottom: 32px !important;
}

@media screen and (min-width:768px) {
    .modal-ca {
        width: 900px;
        margin: 30px auto;
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .ca-btn-block {
        padding-bottom: 32px;
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    .modal-ca {
        width: 600px;
        margin: 30px auto;
    }

    .ca-form-bg {
        min-height: 723px;
    }
}

.ra-home-forgot {
    margin-left: -20px !important;
}

.form-control {
    outline: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control:focus {
    border-color: #ccc;
}

.register-form .col-sm-5,
.register-form .col-sm-7 {
    width: 50%
}

.register-form .form-group .trial-input-title {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
   color: #1e293b;
}

.register-form .form-group .form-control {
    float: left;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff !important;
   color: #1e293b !important;
    height: 44px;
    border: 1px solid #2f2e2e;
}
.error-message{
    color: red;
}

.register-form .form-group .error-message {
    float: left;
    width: 100%;
    color: red;
    margin-top: 5px;
}

.register-form .seprator {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 1px;
    background: #ccc;
    margin: 15px 0 25px 0;
}

.register-form .form-group select.form-control {
    background-image: url(../../../img/front/home/black-drop-down.png) !important;
    background-position: calc(100% - 10px) center !important;
    cursor: pointer;
    background-size: 16px auto !important;
}

.register-form .form-group .form-control.icon_upload {
    background: 0 0 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
   color: #1e293b !important;
    padding: 0;
    height: auto;
    width: auto;
    border: none;
}

.register-form .button-div {
    margin-top: 0;
    float: right;
    width: 100%
}

.register-form h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
   color: #1e293b;
}

.has-error .help-block {
    color: red;
    display: none;
}

.submit-back .pay-price-btn {
    display: inline;
}

.submit .pay-price-btn {
    display: inline;
}

.clear-both {
    clear: both;
}

.full {
    float: left;
    width: 100%
}

.navbar .nav-height .navbar-header {
    width: 375px;
}

.navbar .nav-height .navbar-collapse {
    width: calc(100% - 375px);
    float: right;
}

.navbar .nav-height .navbar-collapse .navbar-right {
    margin-right: 0;
}

.video-container {
    margin: 0 auto;
    max-width: 990px;
    overflow: hidden;
    padding: 0 15px;
}

.video-container .offers-row {
    display: flex;
}
.video-container .d-flex {
    display: flex;
    flex-wrap: wrap;
}

.video-container .offers-row .col-sm-4 {
    width: 33.3333%
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.container-outer {
    width: 100%;
    height: auto;
    padding: 110px 0 40px 0;
    overflow: hidden;
}

.container-outer.padding-bottom0 {
    padding-bottom: 0;
}

.container-outer .register-title {
    font-size: 30px;
}

.container-outer .button-div .remember-div {
    float: left;
    width: 40%;
    position: relative;
}

.container-outer .button-div .remember-div input {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.container-outer .button-div .remember-div label {
    float: left;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 5px 0 0 40px;
    margin: 0;
}

.container-outer .button-div .remember-div label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    background-color: #fff;
    content: "";
    display: block;
}

.container-outer .button-div .remember-div label:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
    background-color: #3d9be9;
    content: "";
    display: block;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.container-outer .button-div .remember-div input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.container-outer .forgot-pass {
    float: right;
    width: 200px;
}

.container-outer .forgot-pass a {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #3d9be9;
    margin: 5px 0 0 0;
}

.container-outer .sign-in-btn {
    float: right;
    width: auto;
    margin: -7px 0 0 20px;
}

.container-outer .sign-in-btn .with-trial {
    float: left;
}

.container-outer .register-btn-outer {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #999;
    text-align: center;
    position: relative;
}

.container-outer .register-btn-outer a.with-trial {
    display: inline-block;
    min-width: 240px;
}

.container-outer .register-form .button-div {
    margin-top: 10px;
}

.container-outer .register-btn-outer:before {
    content: "OR";
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    background: #fff;
    width: 40px;
    margin-left: -20px;
}

.home-pricing-section {
    float: left;
    width: 100%
}

.new-heading {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.new-heading h1,
.new-heading h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
}

.new-heading h1 span,
.new-heading h2 span {
    font-family: HelveticaNeueeTextW01-Bold;
}

.home-pricing-main-content {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.home-pricing-main-content .home-pricing-left {
    float: left;
    width: 280px;
    background-color: #f9f7f7;
}

.home-pricing-left .left-hd {
    float: left;
    width: 100%;
    background-color: #323332;
    padding: 22px 10px;
    position: relative;
}

.home-pricing-left .left-hd::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #323332;
    position: absolute;
    top: 100%;
    left: 30px;
    content: ""
}

.home-pricing-left .left-hd h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
}

.home-pricing-left .left-price-box {
    float: left;
    width: 100%;
    padding: 5px 20px 5px 0;
    text-align: center;
    font-family: HelveticaNeueeTextW01-Bold;
    color: #323332;
    font-size: 170px;
    line-height: 160px;
    letter-spacing: -24px;
}

.home-pricing-left .left-price-box span.currency {
    font-size: 50px;
    line-height: 70px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -15px;
}

.home-pricing-left .left-price-box span.star {
    font-size: 50px;
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    margin: 0 0 0 20px;
}

.home-pricing-left .per-user-box {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.home-pricing-left .per-user-box:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px 0 0 0;
    height: 2px;
    width: 100%;
    background-color: #1b70b7;
    content: ""
}

.home-pricing-left .per-user-box span.per-user-cnt {
    display: inline-block;
    width: auto;
    background-color: #f9f7f7;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    position: relative;
    z-index: 2;
    padding: 0 3px;
}

.home-pricing-left .per-user-box span.per-user-cnt span {
    color: #1b70b7;
}

.home-pricing-left .left-subscribe {
    float: left;
    width: 100%
}

.home-pricing-left .left-subscribe .subscribe-btn {
    display: block;
    width: 100%;
    padding: 22px 10px;
    text-align: center;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none !important;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.home-pricing-main-content .home-pricing-right {
    float: left;
    width: calc(100% - 280px);
    padding-left: 30px;
    padding-top: 2px;
}

.home-pricing-main-content .home-pricing-right .right-hd {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}

.home-pricing-main-content .home-pricing-right .right-hd h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #323332;
    font-family: HelveticaNeueeTextW01Medium;
    font-weight: 400;
}

.home-pricing-main-content .home-pricing-right .right-hd h2 span {
    color: #3d95d1;
}

.home-pricing-main-content .home-pricing-right .price-feature-list {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #1b70b7;
}

.home-pricing-main-content .home-pricing-right .price-feature-list ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-pricing-main-content .home-pricing-right .price-feature-list ul li {
    float: left;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 0 0 27px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.home-pricing-main-content .home-pricing-right .price-feature-list ul li:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../../../img/front/home/price-arrow.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.home-pricing-main-content .home-pricing-right .price-feature-list ul li:nth-child(odd) {
    clear: left;
}

.home-pricing-main-content .home-pricing-right .price-feature-list ul li:nth-child(even) {
    margin-left: 10px;
}

.home-pricing-main-content .home-pricing-right .discount-offer-block {
    float: left;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #323332;
    margin: 15px 0;
}

.home-pricing-main-content .home-pricing-right .discount-offer-block span {
    color: #1b70b7;
}

.home-pricing-main-content .home-pricing-right .discount-offer-block span.bold {
    font-family: HelveticaNeueeTextW01Medium;
}

.home-pricing-main-content .app-store-block {
    float: left;
    width: 100%;
    background-color: #f3f1f1;
    padding: 10px;
}

.home-pricing-main-content .app-store-block h2 {
    font-size: 16px;
    line-height: 22px;
    color: #323332;
    margin: 0;
    padding: 0;
}

.home-pricing-main-content .app-store-block h2 span {
    font-family: HelveticaNeueeTextW01Medium;
}

.home-pricing-main-content .app-store-block img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: 147px;
}

.pricing-new-section {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.pricing-new-section.account-login-section {
    margin-top: 110px;
}

.pricing-new-section .ra-system-bg {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 18px;
}

.pricing-new-section .pay-block-bg {
    margin: 40px 0;
}

.pricing-new-section .system-title {
    color: #323332;
    border-bottom: none;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 24px;
    line-height: 30px;
}

.pricing-new-section .system-title span {
    color: #3d95d1;
}

.pricing-new-section .system-ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 0;
}

.pricing-new-section .system-ul li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 0 0 32px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    color: #323332;
    font-family: HelveticaNeueeTextW01Medium;
}

.pricing-new-section .system-ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../../../img/front/home/price-arrow.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-new-section .ra-system-work-tag {
    color: #1b70b7;
    padding: 15px 0 0 0;
    border-top: 1px solid #1b70b7;
    font-size: 15px;
    line-height: 24px;
    font-style: normal;
}

.pricing-new-section .ra-system-work-tag span {
    font-family: HelveticaNeueeTextW01Medium;
}

.pricing-new-section .ra-plan-right-block {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

.pricing-new-section .radio-title {
    font-size: 18px;
    line-height: 22px;
    font-family: HelveticaNeueeTextW01Medium;
    padding-left: 20px;
}

.pricing-new-section.account-login-section .radio-title {
    font-size: 16px;
}

.pricing-new-section .ra-plan-right-block {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

.pricing-new-section.account-login-section #UserAdLoginForm {
    display: block;
    height: 100%
}

.pricing-new-section.account-login-section .ra-plan-right-block {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    padding-top: 85px;
    padding-bottom: 80px;
    position: relative;
    height: 100%
}

.account-login-section .ra-plan-right-block .ad-reg-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}

.account-login-section .ra-plan-right-block .ad-reg-block .ad-reg-block-inner {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-family: HelveticaNeueeTextW01Light;
    color: #1b70b7;
    text-align: center;
}

.account-login-section .ra-plan-right-block .ad-reg-block .ad-reg-block-inner span {
    font-family: HelveticaNeueeTextW01Medium;
}

.account-login-section .ra-plan-right-block .ad-reg-block .ad-reg-block-inner a {
    color: #1b70b7;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.account-login-section .ra-plan-right-block .ad-reg-block .ad-reg-block-inner a:hover {
   color: #1e293b;
}

.account-login-section .dis-flex {
    display: flex;
    display: -webkit-flex;
}

.pricing-new-section .ra-plan-right-block .button-block.margin-top20 {
    margin-top: 25px;
}

.pricing-new-section .ra-plan-right-block .forgot-pass {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.pricing-new-section .ra-plan-right-block .forgot-pass a {
    font-size: 18px;
    line-height: 24px;
   color: #1e293b;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pricing-new-section .ra-plan-right-block .forgot-pass a:hover {
    color: #3d95d1;
}

.pricing-new-section .ra-plan-right-block .plan-radio {
    padding-top: 15px;
}

.pricing-new-section .ra-plan-right-block .form-control {
    color: #323332;
    font-family: HelveticaNeueeTextW01Medium;
    background: #f7f7f7 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 18px;
}

.pricing-new-section .ra-plan-right-block select.form-control {
    background-color: #f7f7f7 !important;
    background-image: url(../../../img/front/home/blue-drop-down.png) !important;
    background-size: 16px auto !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
    cursor: pointer;
}

.pricing-new-section .dis-amount {
    font-size: 16px;
}

.pricing-new-section .total-price {
    padding-left: 0;
}

.pricing-new-section .dis-tagline {
    font-family: HelveticaNeueeTextW01Medium;
}

.pricing-new-section .discount-bg {
    margin: 15px 0 0 0;
}

.pricing-new-section .button-block .submit {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.pricing-new-section .button-block .submit .pay-price-btn,
.pricing-new-section .send-btn .payment-request-send {
    display: block;
    width: 100%;
    padding: 22px 10px;
    text-align: center;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none !important;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.pricing-new-section .send-btn+.discount-bg {
    margin-top: 0;
}

.custom-dropdown-new {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.custom-dropdown-new .dropdown-selected {
    float: left;
    width: 100%;
    height: 46px;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    line-height: 24px;
    color: #323332;
    padding: 10px 12px;
    font-family: HelveticaNeueeTextW01Medium;
    background-image: url(../../../img/front/home/blue-drop-down.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
    text-decoration: none !important;
}

.custom-dropdown-new ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px);
    background-color: #eae9e9;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d5d5;
    max-height: 300px;
    overflow-y: auto;
}

.custom-dropdown-new ul li {
    float: left;
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #d8d5d5;
    list-style: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.custom-dropdown-new ul li:last-child {
    border-bottom: none;
}

.custom-dropdown-new ul li:hover {
    background-color: #ccc;
}

.custom-dropdown-new ul li.selected {
    background-color: #1c79d7;
    color: #fff;
}

.register-new-section {
    display: flex;
    width: 100%;
    margin: 0;
}

.register-new-section .login-block {
    width: 32%;
    float: left;
    padding-bottom: 55px;
    position: relative;
}

.register-new-section .register-block {
    width: 64%;
    float: left;
}

.register-new-section .specing-block {
    width: 4%;
    float: left;
    position: relative;
}

.register-new-section .specing-block:after {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, .07);
    content: ""
}

.register-new-section .login-block .login-heading {
    float: left;
    width: 100%;
    background-color: #323332;
    padding: 16px 10px;
    position: relative;
}

.register-new-section .login-block .login-heading::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #323332;
    position: absolute;
    top: 100%;
    left: 30px;
    content: ""
}

.register-new-section .login-block .login-heading h2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-family: HelveticaNeueeTextW01Light;
}

.register-new-section .login-block .login-form {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.register-new-section .form-group {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.register-new-section .form-group label {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.register-new-section .form-group input {
    background-color: #f7f7f7;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #e2e2e2;
    color: #323332;
    font-family: HelveticaNeueeTextW01Light;
    font-size: 14px;
    height: 40px;
    box-shadow: inset 0 0 0 200px #f7f7f7 !important;
}

.register-new-section .btn {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none !important;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.register-new-section .login-block .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.register-new-section .form-group .forgot {
    color: #3d95d1;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.register-new-section .form-group .forgot:hover {
    color: #333;
}

.register-new-section .register-heading {
    float: left;
    width: 100%
}

.register-new-section .register-heading h2 {
    float: left;
    width: auto;
    font-size: 24px;
    line-height: 30px;
    color: #323332;
    font-family: HelveticaNeueeTextW01Medium;
    margin: 0;
    padding: 0;
}

.register-new-section .register-block .register-new-form {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.register-new-section .register-block .register-new-form .col-sm-6:nth-child(odd) {
    clear: left;
}

.register-new-section .register-block .next-btn {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.register-new-section .register-block .next-btn .next {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
    text-align: center;
    min-width: 100px;
    text-decoration: none;
}

.register-new-outer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.register-new-outer .register-new-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.navbar-nav .login-btn {
    display: block;
    padding: 5px 22px !important;
    margin-top: -4px;
}

.video-banner-section {
    float: left;
    width: 100%;
    background-image: url(../../../img/front/home/banner_bg.png);
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-banner-section .container {
    display: flex;
}

.video-banner-section .video-block {
    float: left;
    width: 65%;
    position: relative;
}

.video-banner-section .video-block iframe {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.video-banner-section .video-block img {
    display: block;
    width: 100%
}

.video-banner-section .banner-video-cnt {
    float: left;
    width: 35%;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.video-banner-section .banner-video-cnt h2 {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
   color: #1e293b;
    font-family: HelveticaNeueeTextW01-Bold;
    margin: 0;
    padding: 0;
    text-align: left;
}

.video-banner-section .banner-video-cnt h2 span {
    color: #3d95d1;
}

.video-banner-section .banner-video-cnt .custom-btn {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    background-color: #0078d7;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: HelveticaNeueeTextW01Light;
    padding: 10px 40px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px 0 0 0;
    text-decoration: none;
}

.video-banner-section .banner-video-cnt .custom-btn.show-demo {
    background-color: #00b04f;
}

.cookies-block {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99999991;
    height: auto;
    padding: 15px 0;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.cookies-block .cookies-cnt {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 6px 0 0 0;
}

.cookies-block .cookies-cnt a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
}

.cookies-block .cookies-cnt a:hover {
    color: #fff;
    opacity: 1;
}

.cookies-block .cookies-btn {
    float: left;
    width: 100px;
}

.cookies-block .cookies-btn a.custom-btn {
    float: right;
    width: auto;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
    background-color: #333;
}

.cookies-block .cookies-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-image: url(../../../img/front/inner-page/close-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.cookies-block .container {
    display: flex;
}

.clear {
    clear: both;
}

@media (max-width :1160px) {
    .cookies-block .container {
        width: calc(100% - 80px);
    }
    .carausal-block {
        min-width: 960px;
        max-width: 960px;
        width: 960px;
        margin: 0 auto;
    }
}

@media (max-width :1024px) {
    .navbar .nav-height .navbar-header {
        width: 270px;
        margin-top: 15px;
    }

    .navbar .nav-height .navbar-header .ra-logo {
        width: 60px;
        margin: 0;
    }

    .navbar .nav-height .navbar-header .logo-text {
        font-size: 24px;
        padding-top: 0;
        vertical-align: middle;
    }

    .navbar .nav-height .navbar-collapse {
        width: calc(100% - 270px);
    }

    .navbar .nav-height .navbar-collapse .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .offers-block {
        background-size: 100% auto;
        background-repeat: repeat-y;
    }

    .home-pricing-main-content .home-pricing-left {
        width: 250px;
    }

    .home-pricing-main-content .home-pricing-right {
        width: calc(100% - 250px);
        padding-left: 20px;
    }

    .home-pricing-main-content .app-store-block h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .home-pricing-main-content .app-store-block img {
        width: 110px;
        margin-left: 5px;
    }

    .home-pricing-main-content .home-pricing-right .right-hd h2 {
        font-size: 20px;
    }

    .new-heading {
        padding: 30px 0;
    }

    .new-heading h1,
    .new-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .pricing-new-section .system-title {
        font-size: 18px;
        line-height: 24px;
    }

    .pricing-new-section .system-ul li {
        font-size: 14px;
    }

    .pricing-new-section .radio-title {
        font-size: 14px;
    }

    .pricing-new-section .ra-plan-right-block {
        margin-top: 50px;
    }

    .banner-bg .carausal-block {
        width: 100%;
        min-width: 100%;
    }

    .ip-slide2-row .banner-title03 {
        font-size: 24px;
        line-height: 30px;
    }

    .ip-slide2-row .banner-subtitle,
    .ip-slide2-row .register-tagline {
        font-size: 18px;
        line-height: 24px;
    }

    .ip-slide1-row .ra-apa-icon {
        width: 100%;
    }

    .ip-slide1-row .ip-award {
        width: 150px;
        margin-top: -20px;
    }

    .ip-slide1-row .banner-title {
        margin-top: 90px;
        font-size: 36px;
        line-height: 44px;
    }

    .ip-slide1-row .banner-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .ip-slide1-row .sevice-onemint {
        font-size: 18px;
        line-height: 24px;
    }

    .ip-slide1-row .app-block>span {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-bg {
        min-height: 10px;
    }

    .banner-bottom-strip {
        height: 10px;
        margin-top: 0;
    }



    .app-banner-bottom .app-phone-image img {
        max-width: 180px;
        margin: -61px 0 0 0;
    }

    .carausal-block {
        min-width: 800px;
        max-width: 800px;
        width: 800px;
        margin: 0 auto;
    }

}

@media (max-width :960px) {
    .video-banner-section .banner-video-cnt h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .video-banner-section .banner-video-cnt .custom-btn {
        width: 100%;
        padding: 10px 10px;
    }

    .ip-slide2-row .regis-btn .register-banner-btn {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 2px;
    }

    .banner-bg.app-banner .app-banner-cnt h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .banner-bg.app-banner .app-banner-cnt a.custom-btn {
        margin-top: 5px;
    }

    .banner-bg.app-banner .app-banner-cnt {
        margin-top: 30px;
    }

    .app-banner-bottom .app-phone-image img {
        max-width: 150px;
        margin: -46px 0 0 0;
    }

    .app-banner-bottom .app-download-block p {
        width: 50%;
    }

    .app-banner-bottom.v2 .app-phone-image img {
        margin-top: -50px;
    }

    .app-banner-bottom.v2 .app-download-block .first-block .first-row {
        font-size: 12px;
        line-height: 18px;
    }

    .app-banner-bottom.v2 .app-download-block .first-block .second-row {
        font-size: 11px;
        line-height: 16px;
    }

    .app-banner-bottom.v2 .app-download-block .btn-section {
        width: 250px;
        padding: 18px 0;
    }

    .app-banner-bottom.v2 .app-download-block .first-block {
        width: calc(100% - 250px)
    }

    .app-banner-bottom .app-download-block .btn-section a {
        width: 50%;
        max-width: 120px;
    }

    .banner-bg.app-banner .v2 .app-banner-cnt .btn-section a.register-banner-btn {
        font-size: 12px;
        line-height: 16px;
    }

    #myModalCustomApp .modal-ca {
        width: calc(100% - 30px);
        max-width: 900px;
        margin: 20px auto;
    }

}

@media (max-width :890px){
    .carausal-block {
        min-width: unset !important;
        max-width: unset !important;
        width: unset !important;
        margin: 0 auto;
    }
}

@media (max-width :820px) {
    .navbar .nav-height .navbar-header {
        margin-top: 22px;
        width: 250px;
    }

    .navbar .nav-height .navbar-collapse {
        width: calc(100% - 250px);
    }

    .navbar .nav-height .navbar-collapse .nav>li>a {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pack-dis {
        min-height: 110px;
    }

    .package-detail {
        height: 445px;
    }

    .navbar .nav-height .navbar-header .logo-text {
        font-size: 22px;
        padding-top: 0;
        vertical-align: middle;
    }

    .video-banner-section .banner-video-cnt h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .video-banner-section .banner-video-cnt .custom-btn {
        padding: 8px 10px;
        height: 40px;
        font-size: 16px;
        line-height: 22px;
    }

    .ip-slide2-row .regis-btn .register-banner-btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 21px;
        margin-right: 14px;
    }

    .modal-toggle.right-toggle .modal-dialog-toggle {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }


    body {
        font-family: sans-serif;
    }

    .social-footer-mob-right {
        padding-bottom: 5px;
    }

    .mob-text-last {
        margin-bottom: 30px;
    }

    .mob-right {
        line-height: 1.428571;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 8px;
    }

    .container-outer .register-title {
        font-size: 18px;
    }

    .container-outer {
        padding: 0 0 10px 0;
    }

    .pricing-new-section,
    .pricing-new-section.account-login-section {
        margin-top: 0;
    }

    .pricing-new-section.account-login-section .pay-block-bg {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .account-login-section .dis-flex {
        flex-flow: column;
        -webkit-flex-flow: column;
    }

    .account-login-section .dis-flex .col-sm-7 {
        order: 1;
    }

    .account-login-section .dis-flex .col-sm-5 {
        order: 2;
    }

    .pricing-new-section.account-login-section .ra-plan-right-block {
        margin: 20px 0 30px 0;
        padding: 0;
    }

    .account-login-section .ra-plan-right-block .ad-reg-block {
        position: inherit;
        float: left;
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .pricing-new-section .ra-plan-right-block .plan-radio {
        padding-top: 0;
    }

    .pricing-new-section.account-login-section .radio-title {
        font-size: 14px;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pricing-new-section.account-login-section .ra-form-group.col-sm-8 {
        width: 100%
    }

    .pricing-new-section .ra-plan-right-block .form-control {
        font-size: 14px;
        height: 40px;
    }

    .pricing-new-section .button-block .submit .pay-price-btn {
        padding: 18px 5px;
        font-size: 16px;
    }

    .pricing-new-section .ra-plan-right-block .button-block.margin-top20 {
        margin-top: 10px;
    }

    .pricing-new-section .ra-plan-right-block .forgot-pass a {
        font-size: 14px;
    }

    .account-login-section .ra-plan-right-block .ad-reg-block .ad-reg-block-inner {
        font-size: 14px;
    }

    .pricing-new-section .system-title {
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-new-section .ra-system-bg {
        padding: 15px;
    }

    .pricing-new-section .system-ul li {
        font-size: 12px;
    }

    .pricing-new-section .ra-system-work-tag {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-bg.app-banner .v2 .app-banner-cnt .btn-section a.register-banner-btn {
        padding: 9px 5px;
    }
}

@media (max-width :767px) {
    .navbar .nav-height .navbar-header {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }

    .navbar .nav-height .navbar-header .logo-text {
        font-size: 30px;
        margin-left: 100px;
        margin-top: -112px;
        padding-top: 28px;
        line-height: 44px;
    }

    .tutorial-striped-bg .video-container {
        padding: 0;
    }

    .tutorial-striped-bg .video-container .rounded-img {
        margin: 0 auto 20px;
        height: auto !important;
        width: 280px !important;
        position: relative;
    }

    .tutorial-striped-bg .video-container .rounded-img .video-img-link {
        top: 0 !important;
        left: 0;
        margin: auto;
        display: block;
        /* width: 208px; */
        /* height: 208px; */
    }

    .tutorial-striped-bg .video-container .rounded-img .play-btn {
        left: 190px;
    }

    .tutorial-striped-bg .video-container .video-title,
    .tutorial-striped-bg .video-container .video-dis {
        text-align: center;
    }

    .tutorial-striped-bg .video-container .video-box {
        margin-bottom: 30px;
    }

    #myModalCustomApp .modal-ca .col-md-7.ca-padd-right {
        padding-right: 15px;
    }

    #myModalCustomApp .modal-ca .col-md-5.ca-padd-left {
        padding-left: 15px;
    }

    #myModalCustomApp .modal-ca .ca-block {
        border-width: 5px;
    }

    #myModalCustomApp .modal-ca .ca-block-title {
        min-height: 1px;
        height: auto;
        padding: 15px;
        font-size: 28px;
    }

    #myModalCustomApp .modal-ca .ca-block-title>img {
        width: 75px;
        vertical-align: top;
        margin-top: 0;
        margin-right: 10px;
    }

    #myModalCustomApp .modal-ca .ca-content {
        padding: 15px;
    }

    #myModalCustomApp .modal-ca .ca-content-tag,
    #myModalCustomApp .modal-ca .ca-content-points {
        padding-left: 0;
    }

    #myModalCustomApp .modal-ca .ca-form-block {
        height: auto;
        min-height: 100px;
        padding: 15px;
        padding-top: 30px;
    }

    #myModalCustomApp .modal-ca .ca-form-decor {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
    .ip-slide01-box2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img-block{
        display: flex;
        justify-content: center;
    }
    .img-block img{
        width: 50%;
    }
}


@media (max-width :480px) {
    .navbar .nav-height .navbar-header .logo-text {
        font-size: 20px;
        margin-top: -98px;
        line-height: 28px;
    }

    .logo-wordmark .logo-text>div {
        margin-top: 1px;
    }

    .has-error .help-block {
        color: red;
        display: none;
    }
}

@media (max-width :359px) {
    .navbar .nav-height .navbar-header .logo-text {
        line-height: 20px;
    }

    .nav-height {
        padding-bottom: 0;
    }

}



/*-------------pricing page css start here-------------*/

.pricing-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
}

.pricing-section .pricing-box {
    float: left;
    width: 100%;
    border: 1px solid #707070;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.pricing-section .pricing-box:hover {
    background-color: #e5e5e5;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pricing-section .pricing-box.active {
    background-color: #e5e5e5;
}

.pricing-section .pricing-box .pricing-img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.pricing-section .pricing-box .pricing-img img {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    vertical-align: top;
}

.pricing-section .pricing-box h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 15px 0 10px;
}

.pricing-section .pricing-box p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 10px 0;
    min-height: 60px;
}

.pricing-section .pricing-box .price {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.pricing-section .pricing-box .price .special-price {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-family: HelveticaNeueeTextW01-Bold;
    font-size: 30px;
    line-height: 40px;
    color: #2f2e2e;
}

.pricing-section .pricing-box .price .special-price font {
    font-size: 8px;
    text-align: left;
    display: block;
    line-height: 0px;
    color: #8A9499;
}

.pricing-section .pricing-box .price .price-limit {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 11px;
    line-height: 16px;
    color: #8A9499;
}

.pricing-section .price-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pricing-section .price-btn .custom-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: HelveticaNeueeTextW01Medium;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 10px 13px;
    text-decoration: none !important;
    background: #1969ad;
    background: -moz-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: -webkit-linear-gradient(left, #1969ad 0, #1583e2 100%);
    background: linear-gradient(to right, #1969ad 0, #1583e2 100%);
}

.plan-include-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
}

.plan-include-section .plan-include-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.plan-include-section .plan-include-box h2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-family: HelveticaNeueeTextW01Medium;
}

.plan-include-section .plan-include-box .subheading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.plan-include-section .plan-include-box ul {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

.plan-include-section .plan-include-box ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 0 32px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    list-style: none;
    color: #323332;
    font-family: HelveticaNeueeTextW01Medium;
}

.plan-include-section .plan-include-box ul li:before {
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../../../img/front/home/price-arrow.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}


.ra-loader {
    left: 38%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    z-index: 99999;
    text-align: center;
    width: 25%;
    display: none;
}

.overlay-div {
    position: absolute;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #5A5757;
    color: White;
    display: none;
}

.notification-modal-header {
    background-color: #0078d7;
}

.notification-modal-title {
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 16px !important;
}

.close-reason-block {
    float: left;
    width: 100%;
}

.close-reason-block ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.close-reason-block ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.close-reason-block .reason-radio {
    float: left;
    width: 100%;
    padding: 0 0 0 28px;
    position: relative;
}

.close-reason-block .reason-radio input[type=radio] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    z-index: 3;
    margin: 0;
    border: 1px solid red;
    opacity: 0;
    cursor: pointer;
}

.close-reason-block .reason-radio label {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 24px;
   color: #1e293b;
    font-weight: 400;
    cursor: pointer;
}

.close-reason-block .reason-radio label:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
}

.close-reason-block .reason-radio label:after {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.close-reason-block .reason-radio input[type=radio]:checked+label:after {
    opacity: 1;
}

.custom-storage-popup.small .vertical-alignment-helper .modal-dialog .modal-content {
    max-width: 560px;
    overflow: hidden;
}

/* .popup-bottom {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 300px;
    height: auto;
    background-color: #1d1f1c;
    border: none;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, .05);
    z-index: 1100;
    opacity: 0.8;
}

.popup-bottom .popup-img {
    width: 22%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    float: left;
}

.popup-img img {
    width: 60px;
}

.popup-bottom .popup-text {
    width: 78%;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    font-family: 'segoe UI';
    display: inline-block;
    vertical-align: top;
    float: left;
}

.popup-text .pop-subheading {
    padding-top: 3px;
    font-size: 12px;
    font-weight: 400;
}

.popup-bottom .popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.popup-close img {
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
} */

/* ------  support article ----------- */
.support_header {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.search_bar input[type="text"] {
  border: 1px solid;
  width: 100%;
  padding: 5px 15px;
  height: 40px;
  border-radius: 7px;
}

.category_page_header {
  background: #242424;
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
}

.category_page_header h1 {
  font-size: 28px;
}

.search_bar {
  max-width: 550px;
  margin: 14px auto 0;
}
.search_bar input{
   color: #1e293b;
}

.category_page {
  padding: 70px 0;
}

.category_page .container .category_grids .row {
    display: flex;
    flex-wrap: wrap;
}

.category_page h2 {
  border-bottom: 2px solid #7b7b7b;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.category_icon img {
  max-width: 48px;
}

.category_title h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 8px;
}

.category_title h3 a {
 color: #1e293b;
  font-weight: bold;
}

.category_list {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}

.category_title {
  padding-left: 20px;
}
/* ------  support article ----------- */
.faqs_sections{
  margin-right: -15px;
    margin-left: -15px;
}

.category_faqs {
    padding: 60px 0;
}
.category_faqs h2{
	font-weight: bold;
	position: relative;
}
.category_faqs h2 {
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.faq_listing {
    padding: 10px 0 0;
}
.faq_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid gray; */
    padding: 12px 0;
}
.faq_listing .support_list:nth-child(odd){
    background-color: #efefef;
}
.faq_list h4 a{
	text-decoration: none;
	color: #000;
}
.support_article_img{
    width: 35px;
}

#breadcrumb{
  padding-top: 30px;
  text-align: left;
}
#breadcrumb a{
  text-decoration: none;
  color: white;
  font-size: 15px;
}
.breadcrumbssaprator{
  font-weight: 800;
}

.category_page_header ul.breadcrumb {
    position: absolute;
    bottom: -10px;
    background: no-repeat;
    padding: 0;
    left: 0;
    right: 0;
}

.category_page_header {
    position: relative;
}

.category_page_header ul li a {
    color: #ffd500;
    text-decoration: none;
}

/* ------  support article ----------- */

#myModalVideo .modal-dialog {
    /* margin: 16px !important; */
}

.support_header{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.search_bar input[type="text"] {
    border: 1px solid;
    width: 100%;
    padding: 5px 15px;
    height: 40px;
    border-radius: 7px;
}

.disable {
    opacity: 0.4;
    pointer-events: none;
}

/* Information Boxes Section - Card Design */
.information-boxes-section {
    background: #123655;
    color: #fff;
    padding: 80px 0;
    position: relative;
}

/* .information-boxes-section:after {
    position: absolute;
    left: -20%;
    bottom: -30px;
    width: 140%;
    height: 110px;
    background: #235d8e;
    z-index: 1;
    content: "";
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
} */

.information-boxes-section .info-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #ffd400;
}

.information-boxes-section .info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.information-boxes-section .info-box-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information-boxes-section .info-box-icon i {
    font-size: 48px;
   color: #1e293b;
}

.information-boxes-section .info-box h3 {
    color: #123655;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.information-boxes-section .info-box h4 {
    color: #235d8e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}

.information-boxes-section .info-box p {
   color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
}

.information-boxes-section .info-box-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 0 0 15px 0;
    width: 100%;
}

.information-boxes-section .info-box h4 {
    color: #235d8e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}

.information-boxes-section .info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.information-boxes-section .info-box ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}

.information-boxes-section .info-box ul li:last-child {
    border-bottom: none;
}

.information-boxes-section .info-box ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: #ffd400;
    font-weight: bold;
    font-size: 16px;
}

.information-boxes-section .info-box ul li strong {
    color: #123655;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .information-boxes-section {
        padding: 50px 0;
    }

    .information-boxes-section .info-box {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .information-boxes-section .info-box h3 {
        font-size: 20px;
    }

    .information-boxes-section .info-box h4 {
        font-size: 16px;
    }

    .information-boxes-section .info-box ul li {
        font-size: 13px;
        padding: 6px 0;
        padding-left: 25px;
    }
}


.contact-section {
    /* background-color: #fbbf24; */
    /* background-color: #f3b619; */
    background: linear-gradient(135deg, #f3b619 0%, #fde68a 100%);
}

.contact-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.contact-section .down-arrow {
    top: 0;
    left: auto;
    right: 15px;
}

.contact-section .contact-heading {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.contact-section .contact-heading h2 {
    font-size: 30px;
    line-height: 30px;
    /* color: #fff; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.contact-section .contact-cnt {
    float: left;
    width: 33%;
}

.contact-section .contact-cnt p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.contact-section .contact-cnt p a {
    color: #fff;
    text-decoration: none;
}

.contact-section .contact-cnt p a:hover {
    color: #ffbc06;
}

.contact-section .contact-cnt .social-link {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0 0 0;
}
#getInTouch{
    background: unset !important;
    display: flex !important;
    gap: 20px !important;
    padding: 0rem !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    border: unset !important;
}

#getInTouch .contact-left{
    width: 100%;
}
#getInTouch .contact-left.right .form-group{
    margin-bottom: 1rem;
}
#getInTouch .contact-left.right .theme-btn{
    width: 100%;
    font-size: 16px;
    height: 38px;
}
#getInTouch .contact-left.right textarea{
    height: 100%;
}

#getInTouch .contact-left .form-group .form-control{
    border-radius: unset;
}

@media(max-width: 992px){
    /* .carausal-block {
        min-width: unset;
        max-width: unset;
        width: unset;
        margin: 0 auto;
    } */
}