body{
    background:#F2F6F9;
}
.error-msg{
    position: relative;
    top: -17px;
}
.logo-section img{
    width:300px;
}
.google-btn{
    text-decoration: none;
    box-shadow: 1px 1px 4px 2px #d5d5d5;
    padding: 10px;
    border-radius: 6px;
}
.register-section{
    margin: 15vh auto 0vh;
    transform: translateY(-5%);
    position: relative;
}
.step-1-box{
    border-radius: 40px;
    padding: 20px 40px;
    background: #FFFFFF;
}
.step-2-box{
    border-radius: 40px;
    padding: 20px 40px;
    background: #FFFFFF;
}
.register-section form{
/*    background: #FFFFFF;*/
    border-radius: 40px;
    padding:40px 55px 30px;
    margin-top:50px;
}
.register-section .title h1{
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 40px;
    color: #1D1D1D;
    margin-top:25px;    
}
.register-section .title p{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height:33px;
    color: #1D1D1D;
    margin-top:22px;    
}
.form-section{
    margin-top:17px;
}
.form-section .form-group{
    position: relative;
    margin-bottom:18px;
}
.form-section .form-group input{
    height: 60px;
    border: 1px solid #C9D7E1;
    border-radius: 10px;
    padding-left:57px;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
}

.form-section .form-group.code-input input{
    height: 42px;
    border: 1px solid #C9D7E1;
    border-radius: 10px;
    padding-left:57px;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.form-section .form-group input:focus{
    box-shadow: unset;
    border: 1px solid #F67A53;
}
.form-section .form-group input::placeholder{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    color: #678193;
}
.form-section .input-img{
    position: absolute;
    left:17px;
    top: 13px;
}
.btn-warning{
    width: 100%;
    height: 60px;
    background: #F67A53 !important;
    border-radius: 10px;
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border:1px solid #F67A53;
    margin-top:7px;
}
.btn-warning:hover{
    background: #F67A53 !important;
    color: #FFFFFF !important;
    border:1px solid #F67A53;
}
.form-check-input {
    width: 25px;
    height: 25px;
    position: relative;
    top:0px;
    margin-right:7px;
    border: 1px solid #C9D7E1;
}
.container-check,.container-check a{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    color: #678193;
}
.form-check-input:focus{
    box-shadow:unset;
}
.link{
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #678193;
    margin-top:5px;
}
.link a{
    text-decoration: none;
    color:#F67A53;
    font-weight:500;
}
.step-link{
    position: absolute;
    left: -100px;
    top: 200px;
    display: inline-block;
    width: 95px;
}
.step-link ul{
    list-style: none;
    padding:0px;
    display: inline-block;
}
.step-link ul li{
    margin-bottom:60px;
}
.step-link ul li.complete a{
    color: #71C69D !important;
    border: 2px solid #71C69D;
}
.step-link ul li.active a,.step-link ul li a{
    padding:16px;
    background: #F67A53;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF !important;
    text-decoration: none;
    border: 2px solid #F67A53;
}

.step-link ul li a{
    font-family: 'Golos Text';
    background: #fff;
    border: 2px solid #8BA7BA;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #8BA7BA !important;
}
.step-link ul li a:hover{
    /*border: 2px solid #F67A53;
    color: #FFFFFF !important;
    background: #F67A53;*/
}
.show-password{
    position: absolute;
    top:13px;
    right:20px;
}
.select-input button{
    height: 60px !important;
    background: #FFFFFF !important;
    border: 1px solid #C9D7E1 !important;
    border-radius: 10px !important;
    height: 60px !important;
    background: #FFFFFF !important;
    padding:15px 25px 15px 55px !important;
    color: #678193 !important;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
}
.bootstrap-select>.dropdown-toggle:after{
    font-size: 25px;
}
.select-input .dropdown-menu{
    padding:0px !important;
} 
.dropdown-item.active, .dropdown-item:active{
    background:#F67A53;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: unset !important;
}
.contact-register{
    padding-left:90px !important;
}
.contact-flag-img{
    padding:4px 17px 4px 0px;
    margin-top:4px !important;
    border-right:2px solid #C9D7E1;
}
.alert ul{
    padding: 0px 15px;
    margin: 0;
    list-style: none;
}
.alert{
    display: block;
    padding: 6px 0px;
    margin-top: -23px;
    margin-bottom: 6px;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 14px;
}
.StripeElement{
    height:60px;
    padding-top: 20px;
}
.plan-box-main{
    margin-top:20px;
}
.plan-box{
    background: #ebf2f7;
    border-radius: 10px;
    padding:35px 40px 20px;
    min-height:750px;
}
.plan-box-highlight{
    background:#F38420;
}
.plan-box-highlight .plan-benifit-list ul li svg [stroke*="#467899"]{
    stroke: white !important;
}
.plan-box-highlight h2,.plan-box-highlight .plan-amount h1,.plan-box-highlight .plan-benifit-list ul li{
    color:#fff !important;
}
.plan-amount h6{
    font-size:17px;
}
.sub-price-part {
    height:30px !important;
}
.plan-box-highlight .link-plan button{
    background: #fff;
    color: #F38420;
}
.plan-box-highlight .plan-amount h6{
    color: #fff;
}
.plan-amount h6{
    font-size:14px;
}
.plan-box .plan-name h2{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 22px;
    color: #223A4B;
}
.plan-box .plan-amount h1{
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -1px;
    color: #223A4B;
    margin-top:10px;
    margin-bottom:15px;
}
.plan-box .plan-amount h1 sub{
    font-weight:300;
    font-size:20px;
}
.hr-plan-line{
    border:0.5px solid #cad1d5;
    margin:5px 0px;
}
.plan-box .plan-description{
    padding:20px 15px;
    min-height:90px;
}
.plan-box .plan-description span{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 16px;
    color: #223A4B;
}
.plan-box .plan-benifit-list ul{
    list-style: none;
    padding:0px;
    margin-top:15px;
    min-height:60px;
}
.plan-box .plan-benifit-list ul li{
    font-family: 'Golos Text';
    font-weight: 400;
    font-size:14px;
    color: #223A4B;
    margin-left: 10px;
    padding-bottom:10px;
}
.plan-box .plan-benifit-list ul li svg{
    position: absolute;
    margin-left:-30px;
    margin-top:-2px;
    width: 22px;
}
.plan-box{
    position: relative;
}
.link-plan button{
    position: absolute;
    bottom: 20px !important;
    background: #F38420;
    width: 85%;
    display: block;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding:10px;
    border: none;
    border-radius:25px;
    left:8%;
}

.reg-btn{
    margin-top: 20px; 
    width: 100%;
    padding: 7px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: white !important;
}
.contact-register{
/*    padding-left:110px !important;*/
}
.iti--allow-dropdown{
    width:100%;
}
.iti--allow-dropdown:hover{
    background: transparent !important;
}
.iti__flag-container{
    padding: 5px;
}
.iti--separate-dial-code .iti__selected-flag:hover{
    background: transparent !important;
}
.iti--separate-dial-code .iti__selected-flag:focus{
    background: transparent !important;
}
.iti--separate-dial-code .iti__selected-flag{
    border-right:1px solid #d2d2d2 !important;
    background: transparent;
}
.apply-couponcode-btn{
    height: 41px;
    width: 130px;
}
.discount-img{
    width: 22px;
    height: 22px;
    top: 10px !important;
    position: relative;
}

@media only screen and (min-width: 1300px) and (max-width: 1400px){
    .register-section{
        top:55% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
    .register-section{
        top:63% !important;
    }
}

/*mobile view*/
@media only screen and (min-width: 0px) and (max-width: 800px){
    .register-section form {
        background: #FFFFFF;
        border-radius: 40px;
        padding: 20px 25px 15px;
        margin-top: 50px;
    }
    .logo-section{
        margin-top: 25px;
    }
    .register-section .title h1{
        font-size: 35px;
    }
    .step-link{
        position: unset !important;
        text-align: center;
    }
    .step-link ul li{
        display: inline-block;
        margin: 25px 5px 10px;
    }
    .step-link ul{
        display: inline-flex;
    }
}


.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #F38420;
  box-shadow: unset;
}
.switch input + label::before{
  background-color: #F38420;
  box-shadow: unset;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * 0.8);
}
.switch input:focus + label::before {
  outline: none;
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * 0.8) * 2);
  height: calc(1.9375rem * 0.8);
  line-height: calc(1.9375rem * 0.8);
  text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * 0.8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
  height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * 0.8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * 0.8) * 2);
  height: calc(3rem * 0.8);
  line-height: calc(3rem * 0.8);
  text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * 0.8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * 0.8) - calc(2px * 2));
  height: calc(calc(3rem * 0.8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * 0.8);
}
.switch + .switch {
  margin-left: 1rem;
}
.label-swith-1{
    font-weight: 600;
    margin-right: 3px;
    font-family: 'Golos Text';
}
.label-swith-2{
    font-weight: 600;
    top: -3px;
    position: relative !important;
    font-family: 'Golos Text';
}
.plan-detail{
    min-height:unset !important;
}
.plan-detail .plan-detail-step3 ul li{
    margin-left:15px !important;
    font-size:18px !important;
}
.plan-detail .plan-detail-step3 ul li img{
    position: relative;
    top:-2px;
}
.payment-method-step3{
    padding:10px 25px !important;
}
.payment-method-step3 .apply-couponcode-btn{
    width:100% !important;
}
.payment-method-step3 h1{
    margin-top:-0px !important;
}
.plan-detail p{
    font-weight:600 !important;
}
.plan-detail p strong{
    position: relative;
    top:2px;
    font-weight:700 !important;
    color: #F38420;
    font-size:25px;
}
.discount-input{
    border-radius: 8px 0px 0px 8px !important;
    height:50px !important;
    padding-left: 45px !important;
}
.discount-input-part img{
    top:13px !important;
    left:12px !important;
}
.discount-input-part{
    padding-right: 0px !important;
}
.discount-input-part-btn .btn{
    height:50px !important;
    border-radius: 0px 8px 8px 0px !important;
}
.payment-label{
    margin-bottom: 7px;
    font-family: Golos Text;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #494747;
}
.error-msg-step3{
    padding-right: 0px !important;
}
.wrong-msg-danger{
    background:rgba(255, 224, 217, 1);
    width: 100%;
    padding-right:0px !important;
    display: inline-block;
    font-family: Golos Text;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    border-radius: 8px;
    padding: 13px 0px 15px 13px;
    margin-top:4px;
    margin-bottom: -6px;
}
.wrong-msg-success{
    background:rgba(217, 255, 232, 1);
    width: 100%;
    padding-right:0px !important;
    display: inline-block;
    font-family: Golos Text;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    border-radius: 8px;
    padding: 13px 0px 15px 13px;
    margin-top:4px;
    margin-bottom: -6px;
    color:rgba(21, 135, 66, 1) !important;
}
.p-r-0{
    padding-right: 0px;
}
.plan-detail-step3 p span ul li svg{
    position: absolute !important;
    margin-left: -32px !important;
    margin-top: 4px !important;
    width: 25px !important;
}
.top-msg{
    margin:-10px 0px 25px !important;
    padding:15px !important;
    font-size:16px !important;
}

.step-1-right{
    padding-left:80px;
    padding-top:10px;
}
.step-1-right .part1 p{
    font-family: Golos Text;
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color:rgba(24, 23, 23, 1);
}
.step-1-right .part1 label{
    font-family: Golos Text;
    background: #f18320;
    color:#fff;
    margin-top:3px;
    font-size:24px; 
    border-radius:10px;
    padding: 2px 5px;
    font-weight: 600;
}
.part2 p{
    font-family: Golos Text;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    margin-top:25px;
}
.part3 h2{
    font-family: Golos Text;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 20px;
}
.part3 ul{
    margin-top:18px;
}
.part3 ul li{
    margin-bottom:15px;
    font-family: Golos Text;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.step-1-right-new{
    padding-left:0px;
}
.step-1-right-new .part3 h2{
    font-family: Golos Text;
    font-Weight:600;
    font-Size:21px;
    Line height:38.4px;
}
.step-1-right-new .part3 h2 strong{
    font-family: Golos Text !important;
    font-Weight:800 !important;
}
.step-1-right-new .part3 p{
    margin-top:20px;
    font-family: Golos Text;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
}
.video-part video{
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius:15px !important;
    border:6px solid rgba(55, 55, 55, 1);
}

.video-part{
    position: relative;
}
.video-part video{
    box-shadow:0px 8px 22px 9px #D2D2D4;
    object-fit: cover;
    margin-top:10px;
}
button.play{
    content: '';
    position: absolute;
    top: 40%;
    left: 35%;
    border-radius: 50%;
    background: #fff;
    border: 0;
    text-align: center;
    padding: 10px;
    height: 60px;
    width: 60px;
    box-shadow:1px 2px 4px #d2d2d2;
}
button.play i{
    font-size: 31px;
    color: #000;
    position: relative;
    left: 4px;
    top: 2px;
    border-radius:5px !important;
}
.connect-to-search-console-btn {
    width:100% !important;
    margin-top:5px;
    background: #fff !important;
    color:#F38420 !important;
    border:1px solid #F38420;
    height: 60px !important;   
    padding-top:17px;
    margin-bottom: 10px;
}
.connect-to-search-console-btn img {
    width: 5% !important;
    position: relative;
    top:-1px;
}
.connect-to-search-console-btn svg{
    margin-right:6px;
    position: relative;
    top:-5px;
}


.plan-box p.price-scarch{
    position: relative;
    background: transparent !important;
    color: #000 !important;
    padding: 0px 10px;
    font-size: 17px !important;
    font-weight: 300 !important;
    display: inline-block;
    font-family: Golos Text;
}
.plan-box p.price-scarch:before{
    content: '';
    background:#f32d20;
    width: 77%;
    top: 13px;
    height: 2.8px;
    position: absolute;
    transform: rotate(8deg);
}
.plan-box p.price-label{
    padding:5px 10px;
    border-radius:20px;
    font-size:15px !important;
}
.plan-box p.price-scarch span{
    text-transform: lowercase;
    font-size:16px !important;
    font-family: Golos Text;
}
.plan-box p.price-label{
    background: rgba(243, 45, 32, 1);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0px;
    padding: 5px 20px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 1);
    padding: 2px 7px 3px;
    border-radius: 20px;
    font-family: Golos Text;
}
.price-discount{
    width: 120%;
    position: relative;
    left:-25px;
}


.google-login-btn{
    border-radius:10px;
    border:1px solid #7a7a7a;
    color: #7a7a7a !important;
    font-weight:600 !important;
    font-family: arial;
}
.google-login-btn:hover{
    color: #7a7a7a !important;
    border:1px solid #7a7a7a;
    background:transparent !important;
}
.google-login-btn img{
    width: 22px !important;
    margin-right:5px;
}

.searchbox-wrap {
    display: flex;
    width: 300px;
    margin-left: 330px;
}
.searchbox-wrap input:focus{
    outline: none;
}
.searchbox-wrap input {
    flex: 1;
    padding:10px 0px 10px 15px;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: none;
    border: none;
    box-shadow: 0px 1px 5px 1px #d2d2d2;
}
.searchbox-wrap button {
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 3px 1px 5px 1px #d2d2d2;
    border: none;
    cursor: pointer;
    cursor: hand;
}
.searchbox-wrap button span {
    position: relative;
    top:-1.3px;
    padding: 6px 15px 6px 15px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300 ;
    color: #fff;
    background-color: #F38420;
    border-radius: 5px;
/*    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);*/
}
.searchbox-wrap button span:hover {
    background-color: #F38420;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}

.coupenbox label{
    color: #858282;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: 'Golos Text';
}
.coupenbox{
    padding:8px 15px 18px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background: #f2f6f9;
}
.coupenbox label{
    margin-left: 421px;
    font-size: 15px;
}
.code-apply{
    color: #259661;
    margin: 0px;
    margin-top: 8px;
    font-size: 16px;
    margin-bottom:-5px;
    font-weight: 500;
}
.error-msg{
    color: #FF0000;
    margin: 0px;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom:-20px;
    font-weight: 500;
}
.searchbox-wrap{
    position: relative;
}
.searchbox-wrap  i{
    position: absolute;
    right:85px;
    top:15px;
    color:#fd7373;
    font-size:11px;
    z-index: 5555;
    cursor: pointer;
}



 
@media only screen and (min-width: 0px) and (max-width: 900px){
    .step-1-right{
        padding:10px;
    }
    .step-2-box{
        padding:20px 0px !important;
    }
    .step-1-box{
        padding: 20px 0px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .code-register-right{
        margin-top:30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
    .step-link{
        left: -80px;
    }
}
@media only screen and (min-width: 970px) and (max-width: 1100px){
    .step-link{
        left: -40px !important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 900px){
    .step-1 .step-1-box {
        padding: 20px 25px !important;
    }
}
@media only screen and (min-width:800px) and (max-width: 940px){
    .step-link{
        left:-65px !important;
    }
}
