/*Order page*/
#orderStart{
    position:relative;
    top:-160px;
}
.license-pricing-s1{
    background-image: url(/img/license-pricing/s1-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 100px 0;
    color: #fff;
}
.license-pricing-s1 .main-wrap{
    max-width: 500px;
}
.license-pricing-s1 .side-wrap{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 600px;
    margin-left: auto;
}
.license-pricing-s1 .img-wrap{
    max-width: 390px;
    margin: 20px 0 100px;
}
.license-pricing-s1 .text-wrap{
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
}
.license-pricing-s1 .text-wrap .text{
    display: inline-block;
    padding: 0 10px;
}
.license-pricing-s1 .text-wrap .text.step1{margin-left: 40px;}
.license-pricing-s1 .text-wrap .text.step2{margin-left: 80px;}
.license-pricing-s1 .text-wrap .text.step3{margin-left: 120px;}
.license-pricing-s1 .text-wrap span{
    font-weight: 700;
}
.license-pricing-s1 .text-wrap small{
    font-size: 56%;
}
.license-pricing-s1 .title{
    font-size: 60px;
    /*margin-top: 100px;*/
    margin-bottom: 20px;
}
.license-pricing-s1 .title span{
    font-weight: 700;
}
.license-pricing-s1 .desc{
    font-size: 31px;
    margin-bottom: 34px;
}
.license-pricing-s1 a{
    font-weight: 700;
}
@media (max-width: 992px){
    #orderStart{
        position:relative;
        top:-25px;
    }
    .license-pricing-s1{
        padding: 30px 0;
        text-shadow: 0 0 3px #000;
    }
    .license-pricing-s1 .side-wrap,
    .license-pricing-s1 .main-wrap{
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .license-pricing-s1 .img-wrap {
        max-width: 150px;
        margin: 20px auto;
    }
    .license-pricing-s1 .text-wrap{
        white-space: unset;
        font-size: 23px;
        font-size: 20px;
        margin-top: 20px;
    }
    .license-pricing-s1 .text-wrap .text-wrap{
        display: block;
    }
    .license-pricing-s1 .title {
        font-size: 29px;
        /*margin-top: 200px;*/
        margin-bottom: 20px;
    }
    .license-pricing-s1 .desc {
        font-size: 17px;
        /*margin-bottom: 100px;*/
        text-shadow: 1px 1px 5px #000;
    }
}

.license-pricing-s2{
    padding: 115px 0;
    background-image: url(/img/home/general-bg.jpg);
    background-position: center;
    background-size: cover;
}
.license-pricing-s2 .side-wrap{
    display: flex;
    align-items: center;
}
.license-pricing-s2 .img-wrap{
    width: 530px;
    max-width: 100%;
}
.license-pricing-s2 .main-wrap{
    padding-left: 80px;
}
.license-pricing-s2 .title{}
.license-pricing-s2 .title span{
    font-weight: 400;
}
.license-pricing-s2 .sub-title{
    color: #0057a1;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}
.license-pricing-s2 .items{}
.license-pricing-s2 .item{
    padding: 25px 40px;
    border: 1px solid;
    border-top-color: #9563a8;
    border-right-color: #b46488;
    border-bottom-color: #d2646a;
    border-left-color: #b46488;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    font-weight: 700;
}
.license-pricing-s2 .item-title{
    font-size: 27px;
}
.license-pricing-s2 .item-a{}
@media (max-width: 1200px){
    .license-pricing-s2{
        padding: 30px 0;
    }
    .license-pricing-s2 .side-wrap{
        display: none;
    }
    .license-pricing-s2 .main-wrap {
        padding-left: 0;
    }
}
@media (max-width: 992px){
    .license-pricing-s2 .sub-title {
        font-size: 18px;
    }
    .license-pricing-s2 .item{
        margin-top: 20px;
        display: block;
        padding: 10px 15px;
    }
    .license-pricing-s2 .item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .license-pricing-s2 a.btn-gradient{
        font-size: 12px;
        padding: 10px 20px;
    }
}

.license-pricing-s3{
    padding: 115px 0;
    background-image: url(/img/license-pricing/s3-bg.jpg);
    background-position: center;
    background-size: cover;
}
.license-pricing-s3 .side-wrap{
    /*display: flex;
    align-items: center;
    background-image: url(/img/home/s6-side-bg.jpg);
    background-position: center;
    background-size: cover;*/
}
.license-pricing-s3 .img-wrap{
    width: 530px;
    max-width: 100%;
}
.license-pricing-s3 .main-wrap{
    padding-right: 80px;
}
.license-pricing-s3 .side-title{
    padding: 250px 100px 0;
    min-width: 450px;
    line-height: unset;
}
.license-pricing-s3 .title{
    margin-top: 30px;
    line-height: unset;
}
.license-pricing-s3 .items{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.license-pricing-s3 .item{
    /*width: 48%;*/
    margin-bottom: 40px;
    margin-top: 40px;
}
.license-pricing-s3 .item-title{
    color: #0057a1;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
.license-pricing-s3 .item.w-border{
    padding: 50px;
    border: 1px solid;
    border-top-color: #9563a8;
    border-right-color: #b46488;
    border-bottom-color: #d2646a;
    border-left-color: #b46488;
    border-radius: 10px;
}
.license-pricing-s3 .item.w-border.w-border-secondary{
    border-top-color: #3dc1cb;
    border-right-color: #8ccd6a;
    border-bottom-color: #bfd411;
    border-left-color: #8ccd6a;
}
.license-pricing-s3 .item.w-border .item-title{
    font-weight: 700;
    color: #000;
}
.license-pricing-s3 .item.w-border a{
    margin-top: 50px;
    font-weight: 700;
}
.license-pricing-s3 .item-title span{
    font-weight: 700;
}
.license-pricing-s3 .item-desc{}
.license-pricing-s3 .item-desc ul{}
.license-pricing-s3 .item-desc ul li{}
@media (max-width: 1200px){
    .license-pricing-s3{
        padding: 30px 20px;
    }
    .license-pricing-s3 .side-wrap{
        display: none;
    }
    .license-pricing-s3 .main-wrap {
        padding-right: 0;
    }
}
@media (max-width: 992px){
    .license-pricing-s3 .items{
        display: block;
        margin-top: 20px;
    }
    .license-pricing-s3 .item {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .license-pricing-s3 .item hr {
        display: none;
    }
    .license-pricing-s3 .item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .license-pricing-s3 .item-title br {
        display: none;
    }
    .license-pricing-s3 .item-desc ul {
        padding: 0 10px;
        margin: 0;
    }
    .license-pricing-s3 .item.w-border{
        padding: 15px;
    }
    .license-pricing-s3 .item.w-border .item-title{
            margin: 0 0 10px;
    }
    .license-pricing-s3 .side-wrap{
        display: block;
    }
    .license-pricing-s3 .side-title {
        /*padding: 250px 20px 20px;
        min-width: unset;
        line-height: unset;
        margin-bottom: 0;*/
    }
    .license-pricing-s3 .item.w-border a{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.license-pricing-s4{
    padding: 115px 0;
    background-image: url(/img/mplus/s3-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.license-pricing-s4 .side-wrap{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.license-pricing-s4 .img-wrap{
    width: 530px;
    max-width: 100%;
}
.license-pricing-s4 .main-wrap{
    padding-left: 80px;
}
.license-pricing-s4 .title{
}
.license-pricing-s4 .sub-title{
    color: #0057a1;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 10px;
}
.license-pricing-s4 .desc{}
.license-pricing-s4 .desc p{}
@media (max-width: 992px){
    .license-pricing-s4{
        padding: 30px 20px;
    }
    .license-pricing-s4 .img-wrap {
        width: 200px;
        margin: 0 auto;
    }
    .license-pricing-s4 .main-wrap {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .license-pricing-s4 .title{
        margin-top: 0;
    }
    .license-pricing-s4 .sub-title {
        font-size: 20px;
    }
}

.license-pricing-s5{
    padding: 115px 0;
    background-image: url(/img/home/general-bg.jpg);
    background-position: center;
    background-size: cover;
}
.license-pricing-s5 .title{
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: unset;
    text-align: center;
}
.license-pricing-s5 .main-wrap{
        flex-grow: 1;
}
.license-pricing-s5 .sub-title{
    color: #0057a1;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
}
.license-pricing-s5 .desc{
    max-width: 900px;
    text-align: center;
    margin: 30px auto 50px;
}
.license-pricing-s5 .items{}
.license-pricing-s5 .item{}
.license-pricing-s5 .item.active{}
.license-pricing-s5 .item-header{
        display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    align-items: center;
}
.license-pricing-s5 .item-header .name{
        font-weight: 600;
    font-size: 50px;
}
.license-pricing-s5 .item-header .price{
        color: var(--gradient3-color1);
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
}
.license-pricing-s5 .item-body{
    border-right: 1px solid #9363aa;
    border-left: 1px solid #3bc0cb;
    border-bottom: 1px solid #df655e;
    border-radius: 0 0 15px 15px;
    padding: 30px 30px 50px;
}
.license-pricing-s5 .item.active .item-body{
    background-color: #eee;
}
.license-pricing-s5 .item-body .item-title{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.license-pricing-s5 .item-body ul{
    list-style: none;
    padding: 0;
    margin: 0;

}
.license-pricing-s5 .item-body ul li{
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    line-height: 1.6;
}
.license-pricing-s5 .item-body ul li:before{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058";
}
.license-pricing-s5 .item-btn{
    transform: translate(-50%, -50%);
    margin-left: 50%;
    font-weight: 600;
    padding: 15px 40px;
    text-align: center;
}
.license-pricing-s5 .item.active .item-btn{
    background-color: #fff;
    color: var(--main-color);
    background-image: none;
    border: 1px solid;
}
.license-pricing-s5 .item-btn i.fa{
    display: none;
}
.license-pricing-s5 .item.active .item-btn i.fa{
    display: block;
}
.license-pricing-s5 a:active,
.license-pricing-s5 a:focus{
    color: #fff;
}
@media (max-width: 992px){
    .license-pricing-s5{
        padding: 30px 0;
    }
    .license-pricing-s5 .sub-title{
        font-size: 18px;
    }
    .license-pricing-s5 .item-header .name{
        font-size: 30px;
    }
    .license-pricing-s5 .item-header .price{
        font-size: 20px;
    }
    .license-pricing-s5 .item-body .item-title{
        font-size: 25px;
    }
    .license-pricing-s5 .item-btn{
        font-size: 16px;
    }
    .license-pricing-s5 .item-body ul li{
        font-size: 18px;
    }
}

.order-s1{
    background-image: url(/img/order/s1-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 100px 0 400px;
    color: #fff;
}
.order-s1 .main-wrap{
    max-width: 500px;
}
.order-s1 .side-wrap{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 600px;
    margin-left: auto;
}
.order-s1 .img-wrap{
    max-width: 390px;
    margin: 20px 0 100px;
}
.order-s1 .text-wrap{
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
}
.order-s1 .text-wrap .text{
    display: inline-block;
    padding: 0 10px;
}
.order-s1 .text-wrap .text.step1{margin-left: 40px;}
.order-s1 .text-wrap .text.step2{margin-left: 80px;}
.order-s1 .text-wrap .text.step3{margin-left: 120px;}
.order-s1 .text-wrap span{
    font-weight: 700;
}
.order-s1 .text-wrap small{
    font-size: 56%;
}
.order-s1 .title{
    font-size: 60px;
    /*margin-top: 100px;*/
    margin-bottom: 20px;
}
.order-s1 .title span{
    font-weight: 700;
}
.order-s1 .desc{
    font-size: 31px;
    margin-bottom: 34px;
}
.order-s1 a{
    font-weight: 700;
}
@media (max-width: 992px){
    .order-s1{
        padding: 30px 0;
        text-shadow: 0 0 3px #000;
    }
    .order-s1 .side-wrap,
    .order-s1 .main-wrap{
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .order-s1 .img-wrap {
        max-width: 150px;
        margin: 20px auto;
    }
    .order-s1 .text-wrap{
        white-space: unset;
        font-size: 23px;
        font-size: 20px;
        margin-top: 20px;
    }
    .order-s1 .text-wrap .text-wrap{
        display: block;
    }
    .order-s1 .title {
        font-size: 29px;
        /*margin-top: 200px;*/
        margin-bottom: 20px;
    }
    .order-s1 .desc {
        font-size: 17px;
        /*margin-bottom: 100px;*/
        text-shadow: 1px 1px 5px #000;
    }
}


.order-s2{
    padding: 115px 0;
}
.order-s2 .side-wrap{
    display: flex;
    align-items: center;
}
.order-s2 .img-wrap{
    width: 530px;
    max-width: 100%;
}
.order-s2 .main-wrap{
    padding-left: 80px;
}
.order-s2 .title{}
.order-s2 .title span{
    font-weight: 400;
}
.order-s2 .sub-title{
    color: #0057a1;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
}

.step-wrap{
    position: relative;
}
.step-wrap .steps-progress{
    position: absolute;
    top: 0;
    height: 90px;
    left: 10px;
    right: 10px;
}
.step-wrap .steps-progress:before,
.step-wrap .steps-progress:after{
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #b3b3b3;
    width: 50%
}
.step-wrap .steps-progress:before{
    left: 0;
}
.step-wrap .steps-progress:after{
    left: 50%
}
.step-wrap .steps{
        display: flex;
    justify-content: space-between;
    position: relative;
}
.step-wrap .step{
        text-align: center;
}
.step-wrap .step.active{}
.step-wrap .step.done{}
.step-wrap .step .step-number{
    background-color: #f4f4f4;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 15px;
}
.step-wrap .step.active .step-number{
    background: var(--main-color);
    background: -moz-linear-gradient(left,  var(--main-color) 0%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(left,  var(--main-color) 0%,var(--secondary-color) 100%);
    background: linear-gradient(to right,  var(--main-color) 0%,var(--secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-color)',GradientType=1 );
    color: #fff; 
}
.step-wrap .step.done .step-number{
    background: var(--gradient2-color2);
    background: -moz-linear-gradient(left,  var(--gradient2-color2) 0%, var(--gradient2-color1) 100%);
    background: -webkit-linear-gradient(left,  var(--gradient2-color2) 0%,var(--gradient2-color1) 100%);
    background: linear-gradient(to right,  var(--gradient2-color2) 0%,var(--gradient2-color1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient2-color2)', endColorstr='var(--gradient2-color1)',GradientType=1 );
    color: #fff;  
}
.step-wrap#formStep2 .steps-progress:before{
    background: var(--main-color);
    background: -moz-linear-gradient(left,  var(--main-color) 0%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(left,  var(--main-color) 0%,var(--secondary-color) 100%);
    background: linear-gradient(to right,  var(--main-color) 0%,var(--secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-color)',GradientType=1 );
}
.step-wrap#formStep2 .steps-progress:after{
}
.step-wrap#formStep3 .steps-progress:before, 
.step-wrap#formStep3 .steps-progress:after{
    background: var(--main-color);
    background: -moz-linear-gradient(left,  var(--main-color) 0%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(left,  var(--main-color) 0%,var(--secondary-color) 100%);
    background: linear-gradient(to right,  var(--main-color) 0%,var(--secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main-color)', endColorstr='var(--secondary-color)',GradientType=1 );
}
.step-wrap .step .step-name{
    color: #0057a1;
    font-size: 14px;
}

.order-s2 .items{}
.order-s2 .item{
    padding: 25px 40px;
    border: 1px solid;
    border-top-color: #9563a8;
    border-right-color: #b46488;
    border-bottom-color: #d2646a;
    border-left-color: #b46488;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    font-weight: 700;
}
.order-s2 .item-title{
    font-size: 27px;
}
.order-s2 .item-a{}


.order-s2 form{
    margin: 30px auto;
    width: 100%;
}
.order-s2 form .form-title{
        font-size: 65px;
}
.order-s2 form .form-title span{
    font-weight: 700;
}
.order-s2 form .form-note{
        font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.order-s2 form .form-wrap{
    margin-bottom: 20px;
}
.order-s2 form .form-wrap .selector-bar{
        padding: 20px 0 0;
    margin-bottom: 20px;
}
.order-s2 form .form-wrap .selector-bar .selector-scale{
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    width: calc(100% - 43px);
    margin: 0 auto;
}
.order-s2 form .form-wrap .selector-bar .selector-scale span{}
.order-s2 form .form-wrap .selector-bar .selector-value{
    display: inline-block;
    background-color: #f8f8f8;
    margin-top: 20px;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
}
.order-s2 form .form-wrap .selector-bar input[type=range]{
    -webkit-appearance: none;
  width: 100%;
  height: 15px;
  margin-bottom: 30px 0;
  border-radius: 5px;
  padding: 0;
  background: var(--gradient2-color1);
    background: -moz-linear-gradient(left,  var(--gradient2-color1) 0%, var(--gradient2-color2) 100%);
    background: -webkit-linear-gradient(left,  var(--gradient2-color1) 0%,var(--gradient2-color2) 100%);
    background: linear-gradient(to right,  var(--gradient2-color1) 0%,var(--gradient2-color2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient2-color1)', endColorstr='var(--gradient2-color2)',GradientType=1 );
    
  outline: none;
  /*opacity: 0.7;*/
  /*-webkit-transition: .2s;*/
  /*transition: opacity .2s;*/
}
.order-s2 form .form-wrap .selector-bar input[type=range]:hover {
  opacity: 1;
}

.order-s2 form .form-wrap .selector-bar input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient3-color1);
    background: -moz-linear-gradient(left,  var(--gradient3-color1) 0%, var(--gradient3-color2) 100%);
    background: -webkit-linear-gradient(left,  var(--gradient3-color1) 0%,var(--gradient3-color2) 100%);
    background: linear-gradient(to right,  var(--gradient3-color1) 0%,var(--gradient3-color2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient3-color1)', endColorstr='var(--gradient3-color2)',GradientType=1 );
    border: 3px solid #fff;
    cursor: pointer;
}

.order-s2 form .form-wrap .selector-bar input[type=range]::-moz-range-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient3-color1);
    background: -moz-linear-gradient(left,  var(--gradient3-color1) 0%, var(--gradient3-color2) 100%);
    background: -webkit-linear-gradient(left,  var(--gradient3-color1) 0%,var(--gradient3-color2) 100%);
    background: linear-gradient(to right,  var(--gradient3-color1) 0%,var(--gradient3-color2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient3-color1)', endColorstr='var(--gradient3-color2)',GradientType=1 );
    border: 3px solid #fff;
    cursor: pointer;
}
.order-s2 form label{
    margin-bottom: 10px;
}
.order-s2 form label.small{
    font-size: 14px;
}
.order-s2 form label span{
    font-weight: 400;
    font-size: 75%;
}
.order-s2 form .form-wrap input[type="text"]{
    border: double 1px transparent;
    /*border-radius: 6px;*/
    background-image: linear-gradient(white, white), 
                linear-gradient(to right, var(--main-color), var(--secondary-color));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.order-s2 form .form-wrap input[type="text"]:not(:last-child){
    margin-bottom: 20px;
}
.order-s2 form .form-wrap input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
      padding: 0;
    border: 0;
    text-align: center;
}

.order-s2 form .form-wrap input[type=number]::-webkit-inner-spin-button,
.order-s2 form .form-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.order-s2 form .form-wrap .number-input {
    display: inline-flex;
    align-items: center;
    border: double 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, var(--gradient2-color1), var(--gradient2-color2));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 7px;
    width: 100%;
        height: 54px;
    padding: 10px;
}
.order-s2 form .form-wrap .number-input,
.order-s2 form .form-wrap .number-input * {
  box-sizing: border-box;
}
.order-s2 form .form-wrap .number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
} 
.order-s2 form .form-wrap input, 
.order-s2 form .form-wrap select{
    width: 100%;
    background-color: #ffffff;
    color: #000;
    padding: 14px 15px;
    font-size: 20px;
    border-radius: 7px;
    border: 1px solid #a5a5a5;
}
.order-s2 form .form-wrap .iti{
    width: 100%;
    color: #000;
}
.order-s2 form .form-wrap .btn{
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}
.order-s2 form .add-field{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: right;
}
.order-s2 form .add-field a{
    color: #a6a6ad;
    text-decoration: underline;
}
.order-s2 form .form-wrap .btn{}
.order-s2 form .checkout-wrap{
    align-items: center;
}
@media (max-width: 1600px){
    .order-s2 form .checkout-wrap{
        display: block;
    }
}
.order-s2 form .checkout-wrap .total-amount{
    border: double 5px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, var(--gradient2-color1), var(--gradient2-color2));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 7px;
        padding: 20px;
}
.order-s2 form .checkout-wrap .total-amount > div{
        white-space: nowrap;
}
@media (max-width: 992px){
    .order-s2 form .checkout-wrap .total-amount > div{
        white-space: normal;
    }
}
.order-s2 form .checkout-wrap .total-amount .price{
    font-weight: 600;
    margin-bottom: 10px;
}
.order-s2 form .checkout-wrap .total-amount .g-total{
    color: #434345;
    font-size: 20px;
}
.order-s2 form .checkout-wrap .total-amount .total-price{
    margin: 0;
}
.order-s2 form .checkout-wrap .payment-wrap{
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
}
@media (max-width: 1600px){
    .order-s2 form .checkout-wrap .payment-wrap{
            padding: 0;
    }
}
.order-s2 form .checkout-wrap .payment-wrap .form-wrap{
    margin: 20px 0;
}
.order-s2 form .checkout-wrap .payment-wrap label{
    cursor: pointer;
    margin: 10px 0;
}
.order-s2 form .checkout-wrap .payment-wrap input{
    display: none;
}
.order-s2 form .checkout-wrap .payment-wrap input:checked ~ span,
.order-s2 form .checkout-wrap .payment-wrap label:hover ~ span{
  border: 5px solid var(--main-color);
}
.order-s2 form .checkout-wrap .payment-wrap span{    
    padding: 0 10px;
    display: block;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 5px solid transparent;

}
.order-s2 form .checkout-wrap .payment-wrap img{}
.order-s2 form .checkout-wrap .payment-wrap .payment-desc{
    font-weight: 600;
    font-size: 14px;
    /*white-space: nowrap;*/
    padding: 0 30px;
}
.order-s2 .desc{}
.order-s2 .desc p{
    font-size: 14px;
    color: #434345;
}
.order-s2 .desc p a{
    color: inherit;
    font-weight: 600;
}
.order-s2 #paypal-button-container{
    width:100%;
}
.order-s2 #paypal-button-container h3{
    font-weight:bold;
}
#jsModal .modal-header {
    background: #424d88;
    color:#fff;
    font-weight:bold;
}
#jsModal .modal-body {
    font-size:16px;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 25px;
  margin: 0;
}
.styled-checkbox + label {
    float: left;
    line-height: 15px;
    font-size: 18px !important;
}
.styled-checkbox.styled-checkbox-radio + label {
    padding-left: 35px;
    display: inline-block;
    margin-top: 20px;
    text-align: justify;
}
.styled-checkbox.styled-checkbox-radio + label:before {
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.styled-checkbox+label:before,
.styled-checkbox:checked+label:after{
    content: none;
}
.styled-checkbox+label{

}
.styled-checkbox:checked + label::before {
  background: #009a00;
}
.styled-checkbox + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background: #fff;
  margin-top: -2px;
  border: 1px solid #009a00;
}
.styled-checkbox:checked + label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 9px;
  background: #fff;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  transform: rotate(45deg);
}
.select-visas-container{
    text-align:center;
}
.select-visas-container input{
    margin:0 auto;
}
.select-visas-container label{
    margin:0 auto!important;
    font-size:18px;
}
.select-visas-container span{
    margin:0 auto!important;
    font-size:16px;
    font-weight:normal
}
.status-container{
    width:100%;
    margin:10px 0 0 0;
    padding:2px;
    min-height:20px;
    font-size:13px;
}

@media (max-width: 1200px){
    .order-s2 .img-wrap{
        margin: 0 auto 30px;
    }
}
@media (max-width: 992px){
    .order-s2{
        padding: 30px 0;
    }
    .order-s2 .main-wrap {
        padding-left: 0;
    }
    .order-s2 .sub-title {
        font-size: 18px;
    }
    .order-s2 .item{
        margin-top: 20px;
        display: block;
        padding: 10px 15px;
    }
    .order-s2 .item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .order-s2 a.btn-gradient{
        font-size: 12px;
        padding: 10px 20px;
    }
}

.order-s3{
    padding: 115px 0;
    background-image: url(/img/mplus/s3-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.order-s3 .side-wrap{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.order-s3 .img-wrap{
    width: 530px;
    max-width: 100%;
}
.order-s3 .main-wrap{
    padding-left: 80px;
}
.order-s3 .title{
}
.order-s3 .sub-title{
    color: #0057a1;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 10px;
}
.order-s3 .desc{}
.order-s3 .desc p{}
@media (max-width: 992px){
    .order-s3{
        padding: 30px 20px;
    }
    .order-s3 .img-wrap {
        width: 200px;
        margin: 0 auto;
    }
    .order-s3 .main-wrap {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .order-s3 .title{
        margin-top: 0;
    }
    .order-s3 .sub-title {
        font-size: 20px;
    }
}

.order-s4{
    padding: 115px 0;
    background-image: url(/img/home/general-bg.jpg);
    background-position: center;
    background-size: cover;
}
.order-s4 .row{
    width: 100%;
}
.order-s4 .item{
        display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.order-s4 .item-icon{}
.order-s4 .item-desc{
    padding-left: 20px;
    font-weight: 500;
}
.order-s4 .item-desc span{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
}
.order-s4 .address-wrap{
    display: flex;
    justify-content: space-evenly;
}
.order-s4 .item-address{
    border-top: 1px solid var(--gradient2-color1);
    border-right: 1px solid var(--gradient2-color2);
    border-bottom: 1px solid var(--gradient2-color2);
    border-left: 1px solid var(--gradient2-color1);
    border-radius: 15px;
    padding: 40px 50px;
}
.order-s4 .item-address .address-title{
        font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: unset;
}
.order-s4 .item-address.address-main{    
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    border-left: 1px solid var(--main-color);
}
.order-s4 .item-address.address-main .address-title{}
.order-s4 .item-address p{
        font-size: 25px;
    line-height: 1.7;
}
.order-s4{
}
@media (max-width: 1600px){
    .order-s4 .item-address .address-title{
            font-size: 30px;
    }
}
@media (max-width: 1200px){
    .order-s4 .item{
            justify-content: center;
    }
    .order-s4 .address-wrap{
            display: block;
    }
    .order-s4 .item-address{
            width: 700px;
    margin: 20px auto;
    max-width: 100%;
    }
}
@media (max-width: 992px){
    .order-s4{
            padding: 50px 0;
    }
    .order-s4 .item{
            justify-content: flex-start;
                margin-bottom: 30px;
    }
    .order-s4 .item-icon {
    max-width: 50px;
}
    .order-s4 .item-desc span{
        font-size: 20px;
            margin-top: 0;
    }
    .order-s4 .item-address{
        padding: 20px 30px;
    }
    .order-s4 .item-address .address-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .order-s4 .item-address p {
        font-size: 15px;
        line-height: unset;
    }
}

/*Order page end*/