﻿/*******************************/
/* Author: BQool */
/* for freetrial */
/*******************************/
@font-face {
    font-family: 'Prosto One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/prostoone/v17/OpNJno4VhNfK-RgpwWWxli1VWw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    margin: 0px;
    padding: 0px;
    color: #616161;
    background: #ffffff;
    font: 14px/22px 'Roboto', Arial, Tahoma, 'PingFangSC-Light', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', '微軟正黑體', sans-serif;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, div, span, form, img {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    vertical-align: bottom;
}

ul, li, p, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #357cba;
    text-decoration: none;
    outline: 0;
}

    a:link, a:visited, a:active, select:focus, input:focus, button {
        outline: none;
    }

    a:hover {
        color: #3ebfff;
    }

input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #3d566e;
    padding: 17px;
    box-sizing: border-box;
    background: transparent;
    line-height: 21px;
    z-index: 1;
    font-size: 1.071rem;
    line-height: 1.8rem;
}

    input:focus {
        box-shadow: 0 7px 15px -3px rgba(0, 0, 0, .1), inset 0px -2px 0px 0px #3d566e;
        z-index: 2;
    }

input, option, textarea, button, select {
    font-family: 'Roboto', Arial, Tahoma, 'PingFangSC-Light', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', '微軟正黑體', sans-serif;
    color: #3d566e;
}

    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label span {
            border: 2px solid #3d566e;
            display: inline-block;
            width: 25px;
            height: 25px;
            vertical-align: middle;
            border-radius: 4px;
            cursor: pointer;
            background: #ffffff url(imgs/login.png) no-repeat -64px -104px;
            box-sizing: border-box;
            margin: 0px 10px 0px 5px;
        }

        input[type="checkbox"]:hover + label span {
            background-color: #c9d6e3;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        input[type="checkbox"]:checked + label span {
            background-color: #3d566e;
        }


.clear:before, .clear:after {
    clear: both;
    content: '';
    display: block;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}

.visible-xs {
    display: none;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

/* scrollbar for chrome and safari */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #d7d7d7;
    border: 3px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a6a6a6
    }

::-webkit-scrollbar-button {
    /* display:none; */
}

/* placeholder */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #acacac;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #acacac;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #acacac;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #acacac !important;
}

body.layout {
    display: table;
    width: 100%;
    position: relative;
}

    body.layout .leftside {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        position: relative;
        padding-bottom: 84px;
    }

        body.layout .leftside.type1 {
            vertical-align: top;
        }

    body.layout .rightside {
        display: table-cell;
        width: 50%;
        height: 100%;
        position: relative;
        background-color: #243d5b;
        padding-bottom: 84px;
    }

        body.layout .rightside.type2 {
            width: 15%;
        }

.layout .leftside .content {
    width: 420px;
    margin: 0 auto;
}

.layout .leftside.type1 .content {
    width: 550px;
    margin-top: 8%;
}

.layout .leftside.type2 .content {
    width: 1100px;
    margin: 15px auto 15px auto;
}

.twoline > div:nth-child(1) {
    width: 52%;
}

.twoline > div:nth-child(2) {
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 7%;
}

.twoline.cn > div:nth-child(2) {
    padding-top: 5%;
}

    .twoline.cn > div:nth-child(2) > div {
        min-width: 525px;
    }

.align_l {
    text-align: left !important;
}

.align_r {
    text-align: right !important;
}

.align_c {
    text-align: center !important;
}

.r_float {
    float: right;
}

.l_float {
    float: left;
}

.box01 {
    margin: 20px 0px;
}

    .box01.bottom {
        margin: 0 0 20px 0;
    }

.box01_m {
    margin-bottom: 30px;
    margin-top: 30px;
}

.box01_s {
    margin: 10px 0px;
}

    .box01_s.right {
        margin: 0 10px 0 0;
    }

    .box01_s.left {
        margin: 0 0 0 10px;
    }

.box02 {
    padding: 10px;
}

.box02_m {
    padding: 20px 0px;
}

.box02_s {
    padding: 2px 10px;
}

.box03 {
    padding: 3px 8px;
    color: #ffffff;
    border-radius: 100px;
}

.box04 {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 25px auto;
    padding: 5px 5px;
}

    .box04 i {
        background-size: auto;
    }

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .flex.center {
        align-items: center;
    }

    .flex.jc-center {
        justify-content: center;
    }

    .flex.start {
        justify-content: flex-start;
    }

.vab {
    vertical-align: baseline !important;
}

.fontsize1 {
    font-size: 1.8571rem;
    line-height: 2rem;
}

/* 26px */
.fontsize2 {
    font-size: 2.1428rem;
    line-height: 2rem;
}

/* 34px */
.fontsize3 {
    font-size: 1.1428rem;
    line-height: 2rem;
}

/* 16px */
.fontsize4 {
    font-size: 0.8571rem;
    line-height: 1.5rem;
}

/* 12px */
.fontsize5 {
    font-size: 1.2857rem;
    line-height: 2rem;
}

/* 18px */
.fontsize6 {
    font-size: 0.875rem;
    line-height: 2rem;
}

/* 14px */
.fontsize7 {
    font-size: 2.25rem;
    line-height: 2rem;
}

/* 36px */
.color1 {
    color: #3d566e;
}

.color2 {
    color: #0e64ad;
}

.color3 {
    color: #90d0fc;
}

.color4 {
    color: #ffffff;
}

.color5 {
    color: #9fc2dd;
}

.color6 {
    color: #fba176;
}

.color7 {
    color: #0066b7;
}

.color8 {
    color: #474747;
}

.bg1 {
    background: #3d566e;
}

.input_box {
    position: relative;
}

    .input_box > input {
        padding-left: 50px;
    }

    .input_box > .icon {
        position: absolute;
        top: calc(50% - 15px);
        left: 10px;
    }

    .input_box.type1 > .cn_code {
        position: absolute;
        top: calc(50% - 14px);
        left: 50px;
        display: inline-block;
        padding: 3px 10px;
    }

    .input_box.type1 > input {
        padding-left: 100px;
    }

    .input_box.type2 > a {
        position: absolute;
        top: calc(50% - 37px/2);
        right: 10px;
    }

    .input_box.type2 > input {
        padding-right: 190px;
    }

    .input_box.type3 > span {
        position: absolute;
        top: calc(50% - 37px/2);
        right: 10px;
    }

    .input_box.type3 > input {
        padding-right: 160px;
    }

.button01 {
    background: #3d566e;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    font-size: 1.071rem;
    line-height: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
}

    .button01:hover {
        background: #0e64ad;
        color: #ffffff;
    }

.button02 {
    border-radius: 5px;
    border: 1px solid #357cba;
    display: inline-block;
    text-align: center;
    padding: 7px 30px;
}

    .button02:hover {
        box-shadow: 0 7px 15px -3px rgba(0, 0, 0, .1), inset 0px -2px 0px 0px #357cba;
        color: #357cba;
    }

.button03 {
    background: #0e64ad;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 20px;
    font-size: 1.071rem;
    line-height: 1.8rem;
    color: #ffffff;
}

    .button03.m {
        padding: 6px 30px;
    }

.button04 {
    background: #efefef;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 5px;
    margin: 0px 5px;
}

.button05 {
    background: #4fa6eb;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: 0.75rem;
    line-height: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
}

    .button05:hover {
        color: #fff;
        transform: scale(0.96);
    }

    .button05.disable {
        pointer-events: none;
        cursor: default;
        background: #9eaab6;
    }

.line {
    position: relative;
}

    .line:before {
        content: '';
        display: block;
        border-bottom: 1px solid #3d566e;
        width: 100%;
        position: absolute;
        top: 10px;
        z-index: 0;
    }

    .line > span {
        background: #ffffff;
        padding: 0px 10px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    color: #ffffff;
    padding: 0 10%;
    box-sizing: border-box;
}

    .banner.type1 {
        opacity: 1;
    }

    .banner h1 {
        font-size: 3.5714rem;
        font-weight: normal;
        line-height: 4rem;
    }

    .banner h2 {
        font-size: 2.1428rem;
        line-height: 2.3rem;
    }

    /* 30px */
    .banner h3 {
        font-size: 1.2857rem;
        font-weight: normal;
        line-height: 1.8rem;
    }

    .banner h4 {
        font-size: 1.1428rem;
        font-weight: normal;
        line-height: 1.5rem;
    }

/* 16px */
@keyframes round {
    6.67%, 50.35% {
        opacity: 1;
        pointer-events: auto;
    }

    57.02% {
        opacity: 0;
        pointer-events: none;
    }
}

footer {
    font-size: 0.8571rem;
    color: #818181;
    width: 100%;
    position: absolute;
    color: #aaaaaa;
    bottom: 0px;
    left: 0px;
    background: #efefef;
    padding: 20px 0px;
    margin: 0px !important;
}

.plist li {
    padding: 5% 10% 5% 0px;
}

    .plist li > div {
        width: calc(100% - 140px)
    }

.condition > span:last-child {
    width: calc(100% - 40px);
}

.select_product > li {
    position: relative;
    min-height: 71px;
    margin-bottom: 6px;
}

    .select_product > li > a {
        background: #ffffff;
        border: 1px solid #e2e8ee;
        padding: 12px 20px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .select_product > li > a > span:first-child {
            width: calc(100% - 60px);
            color: #616161;
        }

    .select_product > li:hover > a {
        transform: scale(1.1);
        border: 1px solid #cfdae5;
        box-shadow: 0px 0px 10px 5px rgba(188, 206, 223, 0.3);
        position: absolute;
        z-index: 2;
        top: -20px;
    }

    .select_product > li.select > a {
        background: #edf1f5;
    }

    .select_product > li > a > span:first-child > div + div {
        display: none;
        line-height: 1.3rem;
    }

    .select_product > li:hover > a > span:first-child > div {
        display: block;
    }

.check_icon {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #dbe3eb;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.select_product > li.select .check_icon {
    background: #3b93db;
}

.check_icon .check_l {
    position: absolute;
    left: 13px;
    top: 6px;
}

.cn_name {
    margin-left: 10px;
    line-height: 30px;
}

.step {
    position: relative;
    margin-top: 20px;
    padding-top: 45px;
}

    .step .bg_line {
        width: 100%;
        border-bottom: 1px solid #e2e8ee;
        position: absolute;
        top: 76px;
    }

    .step > ul > li {
        text-align: center;
        width: 33.3%;
        position: relative;
    }

    .step.type2 > ul > li {
        width: 50%;
    }

    .step > ul > li > div {
        position: absolute;
        width: 100%;
        bottom: 45px;
    }

    .step > ul > li.select {
        color: #3d566e;
        font-weight: bold;
        font-size: 1.1428rem;
        line-height: 1.5rem;
    }

    .step > ul > li:after {
        content: '';
        display: inline-block;
        border-radius: 50px;
        background: #e2e8ee;
        width: 12px;
        height: 12px;
        margin: 25px 0px 0px 0px;
    }

    .step > ul > li.select:after {
        background: #3d566e;
        box-shadow: 0px 0px 0px 3px #3d566e, 0px 0px 0px 10px #dbe3eb;
        animation: stress 2s infinite ease-in-out;
    }

@keyframes stress {
    0% {
        box-shadow: 0px 0px 0px 3px #3d566e, 0px 0px 0px 10px #edf1f5;
    }

    55% {
        box-shadow: 0px 0px 0px 3px #3d566e, 0px 0px 0px 23px #edf1f5;
    }
}

.signupbg {
    background: url(imgs/signupbg.png) no-repeat 0px 0px;
    display: inline-block;
    width: 586px;
    height: 326px;
    margin-left: calc(50% - 310px);
}

/* error msg */
.field-validation-error {
    color: #fa7f6b;
    padding: 0px 10px;
    display: block;
    margin: 8px;
    font-size: 0.9285rem;
}

    .field-validation-error:before {
        content: '!';
        background: #fa7f6b;
        color: #ffffff;
        padding: 0px 6px;
        margin-right: 5px;
        border-radius: 100px;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .field-validation-error a {
        color: #fa7f6b !important;
        text-decoration: underline;
    }

/* icon */
.icon {
    display: inline-block;
    background: url(imgs/login.png) no-repeat;
    vertical-align: middle;
}

.logo.icon {
    width: 160px;
    height: 70px;
    background-position: 0px 0px;
}

.logo.text {
    font-family: 'Prosto One';
    font-size: 2.25rem;
    line-height: 1;
}

.bigcrm_logo.icon {
    width: 220px;
    height: 40px;
    background-position: 0px -135px;
}

.repricing_logo.icon {
    width: 220px;
    height: 40px;
    background-position: 0px -185px;
}

.email.icon {
    width: 30px;
    height: 30px;
    background-position: 0px -100px;
}

.password.icon {
    width: 30px;
    height: 30px;
    background-position: -30px -100px;
}

.wechat.icon {
    width: 30px;
    height: 30px;
    background-position: -280px -100px;
}

.phone.icon {
    width: 30px;
    height: 30px;
    background-position: -90px -100px;
}

.verification.icon {
    width: 30px;
    height: 30px;
    background-position: -120px -100px;
}

.imageverification.icon {
    width: 30px;
    height: 30px;
    background-position: -150px -100px;
}

.refresh.icon {
    width: 30px;
    height: 30px;
    background-position: -180px -100px;
}

.quotation-marks-start.icon {
    width: 25px;
    height: 25px;
    background-position: -214px -100px;
}

.quotation-marks-end.icon {
    width: 25px;
    height: 25px;
    background-position: -249px -100px;
}

.bigcrm.icon {
    width: 100px;
    height: 100px;
    background-position: 0px -280px;
}

.repricing.icon.type2 {
    width: 75px;
    height: 75px;
    background-position: -126px -385px;
}

.logo-img.icon {
    width: 330px;
    height: 260px;
    background-position: 0px -471px;
}


.check_l {
    display: inline-block;
    transform: rotate(45deg);
}

    .check_l:before, .check_l:after {
        content: '';
        background: #ffffff;
        display: inline-block;
        border-radius: 100px;
    }

    .check_l:before {
        height: 5px;
        width: 15px;
    }

    .check_l:after {
        height: 25px;
        width: 5px;
        margin-left: -5px;
    }

.bluebg {
    border-radius: 200px;
    /*background: #0e64ad;*/
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
}

.logoimg.icon {
    width: 120px;
    height: 70px;
    display: inline-block;
    background-position: 0px -390px;
}

/***** tooltip *****/
#tooltip {
    position: absolute;
    z-index: 50000;
    opacity: .0;
    filter: alpha(opacity=00);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    width: auto;
    background: #333;
    border-radius: 3px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px Arial;
    line-height: 18px;
    max-width: 400px;
}

    #tooltip span {
        color: #e35858;
        font-weight: bold;
        font-size: 14px;
    }

/***** blockUI *****/
.alertMsg {
    width: 530px !important;
    left: calc(50% - 530px/2) !important;
}

.alert_box {
    padding: 25px 20px 25px 30px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
}

    .alert_box .logoimg.icon {
        float: right;
        margin: 28px 0px 5px 5px;
    }

@media screen and (max-width: 1250px) {
    .alert_box {
        text-align: center;
    }

        .alert_box .logoimg.icon {
            display: none;
        }
}

@media screen and (max-width: 1200px) {
    body.layout .rightside.type2 {
        display: none;
    }

    .layout .leftside.type2 .content {
        width: 90%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        background-size: auto !important;
    }


    body.layout .rightside, .bg_leftside {
        display: none;
    }

    .select_product > li:hover > a {
        transform: scale(1.0);
        position: relative;
        top: 0px;
    }

        .select_product > li > a > span:first-child > div, .select_product > li:hover > a > span:first-child > div {
            display: none;
        }

    .twoline > div:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 850px) and (min-width: 750px) {
    .select_product .cn_name {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .twoline > div {
        width: 100% !important;
    }

    .layout .leftside.type2 footer {
        position: relative;
    }

    .select_product > li {
        min-height: inherit;
        margin-bottom: 6px;
    }

        .select_product > li:hover > a {
            transform: scale(1);
            position: relative;
            z-index: 2;
            top: 0px;
        }

        .select_product > li > a > span:first-child > div {
            display: none;
        }

        .select_product > li > a {
            padding: 10px 15px;
        }

    body.layout .leftside.type2 {
        background: none;
    }

    .signupbg, .step {
        display: none;
    }

    .cn_name {
        display: block;
    }

    .alertMsg {
        width: 90% !important;
        left: calc(50% - 90%/2) !important;
    }

    .twoline > div:nth-child(2) {
        padding-top: 20%;
    }
}

@media screen and (max-width: 550px) {
    body.layout .leftside {
        vertical-align: top !important;
    }

    .layout .leftside .content {
        width: 90% !important;
        margin-top: 5%;
    }

    .visible-xs {
        display: block;
    }
}

/* iframe */
body.layout.iframe .leftside {
    vertical-align: baseline;
}

.layout.iframe .leftside.type2 .content {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 5%;
}

.layout.iframe .button01 {
    font-size: 1.43rem;
    font-weight: bold;
}

.layout.iframe .input_box .field-validation-error {
    position: absolute;
    top: 33px;
    left: 31px;
}

.captcha {
    border: 1px solid #d3d3d3;
    background: #fcfcfc;
    border-radius: 4px;
    padding: 5px 18px 14px 22px;
    width: 280px;
    margin: 0 auto;
    box-sizing: border-box;
}


    .captcha input {
        border: 1px solid #bcc9d3;
        border-radius: 3px;
        box-shadow: inset 0px -2px 0px #ebf3f5;
        padding: 0px 6px 2px 6px;
        margin: 10px 0px 0 0;
        font-size: 14px;
        box-sizing: border-box;
        background: #fff;
    }

    .captcha .field-validation-error {
        padding: 0 0 0 0px;
        margin: 8px 8px 0px 0px;
    }

    .captcha img {
        width: calc(100% - 46px);
        margin-right: 10px;
    }

    .captcha .button01 {
        padding: 0;
        border-radius: 3px;
        width: auto;
    }

    .captcha .refresh.icon {
        filter: brightness(100);
    }

@media screen and (max-width: 1024px) {

    .captcha {
        width: 100%;
    }
}

/*Subscribe page maintenance 2023*/

.layout .signup-new-version {
    padding-bottom: 0px !important;
}

    .layout .signup-new-version .content {
        width: 100%;
        margin: 0 auto;
    }

.bigcrm-new-version.icon {
    width: 75px;
    height: 75px;
    background-position: -214px -280px;
}

.bigcrm-new-version-big.icon {
    width: 105px;
    height: 105px;
    background-position: -394px -269px;
}

.repricing-new-version.icon {
    width: 75px;
    height: 75px;
    background-position: -308px -280px;
}

.repricing-new-version-big.icon {
    width: 110px;
    height: 110px;
    background-position: -227px -383px;
}

.bg_leftside {
    height: 100vh;
    clip-path: polygon(0 0, 91% 0, 91% 33%, 100% 48%, 91% 65%, 91% 100%, 0% 100%);
}

    .bg_leftside.bigcrm {
        background: url("imgs/bg_leftside_bigcrm.jpg") no-repeat center center;
        background-size: cover;
    }

        .bg_leftside.bigcrm .top, .bg_leftside.rc .top {
            width: 65%;
            margin: 15% 15%;
            position: relative !important;
            z-index: 4 !important;
        }

        .bg_leftside.bigcrm .bottom {
            position: absolute;
            width: 380px;
            height: 475px;
            bottom: 0;
            left: 10.5%;
        }



            .bg_leftside.bigcrm .bottom span {
                position: absolute;
            }

                .bg_leftside.bigcrm .bottom span:nth-child(1) {
                    z-index: 2;
                    top: 79px;
                    left: 173px;
                    filter: drop-shadow(0 5px 27px #fff);
                }


                .bg_leftside.bigcrm .bottom span:nth-child(2) {
                    z-index: 1;
                    bottom: 200px;
                    left: 85px;
                }

                .bg_leftside.bigcrm .bottom span:nth-child(3) {
                    z-index: 0;
                    bottom: 0;
                }


    .bg_leftside.rc {
        background: url("imgs/bg_leftside_rc.jpg") no-repeat center center;
        background-size: cover;
        position: relative;
    }



        .bg_leftside.rc .bottom {
            position: absolute;
            width: 380px;
            height: 475px;
            bottom: 0;
            right: 0px;
        }

            .bg_leftside.rc .bottom span {
                position: absolute;
            }

                .bg_leftside.rc .bottom span:nth-child(1) {
                    z-index: 2;
                    top: 78px;
                    right: 484px;
                    filter: drop-shadow(0 5px 27px #fff);
                }


                .bg_leftside.rc .bottom span:nth-child(2) {
                    z-index: 1;
                    top: -20px;
                    right: 400px;
                }

                .bg_leftside.rc .bottom span:nth-child(3) {
                    z-index: 0;
                    bottom: 0;
                    right: -10px;
                }

@media screen and (max-width: 1800px) {

    .bg_leftside.rc .bottom {
        right: -75px;
    }
}


@media screen and (max-width: 1500px) {

    .bg_leftside.bigcrm .bottom {
        left: 6%;
    }

    .bg_leftside.bigcrm .top, .bg_leftside.rc .top {
        width: 60%;
    }

    .bg_leftside.rc .bottom {
        right: -150px;
    }
}

@media screen and (max-width: 1400px) {

    .bg_leftside.bigcrm .bottom {
        left: 6%;
        transform: scale(0.85);
        bottom: -36px;
    }

    .bg_leftside.rc .bottom {
        transform: scale(0.8);
        bottom: -47px;
        right: -95px;
    }
}


.banner_animation {
    transform-origin: center;
    animation-name: ba_img03;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: ease;
}


@keyframes ba_img03 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.max1 {
    max-width: 360px;
}
