



/*==================
new page form design
===================*/

.title_two {
    font-weight: 800;
    font-size: 45px;
    color: #0F0F0F;
    line-height: 122%;
    letter-spacing: -0.02em;
}

.title_two span {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.sub_title {
    font-weight: bold;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #000000;
}

/* device home area start */

.unlimited_changeplan {
    padding-top: 80px;
}

.device_select_home {
    min-height: 304px;
    height: 304px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F8FF));
    background: -o-linear-gradient(top, #FFFFFF 0%, #F6F8FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 100%);
}

.device_selectimg {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* unlimited internet area start */

.realiable_text p {
    font-weight: bold;
    line-height: 148.9%;
}

.realiable_text ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 188.9%;
}

.summary_box {
    margin-top: 80px;
}

.summary_box .card {
    background: #F5F8FF;
    border-radius: 20px !important;
    border: none;
}

.summary_box button,
.payment_box button {
    border: none;
    width: 100%;
    background: no-repeat;
    padding: 0;
}

.summary_box .card-header,
.payment_box .card-header {
    background: #F5F8FF;
    border-radius: 20px;
    border-bottom: none;
    padding: 30px 30px 30px 45px;
}

.summary_box .card-header button[aria-expanded="true"] ~ i,
.payment_box .card-header button[aria-expanded="true"] ~ i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.summary_box .card-header i,
.payment_box .card-header i {
    font-size: 35px;
    color: #CFD7EB;
}

.card-body p {
    padding: 0px 25px 30px 31px;
}

/* payment area start */

.payment_box .summary_box {
    margin-top: 60px;
}

.payment_box .card {
    border-radius: 0 !important;
}

.payment_box .card-body p {
    padding: 0;
}

.payment_box input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    color: #363945;
    width: 19px;
    height: 19px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    margin: 15px;
    position: absolute;
    top: 34px;
    left: 24px;
}

.radio_content {
    margin-left: 40px;
}

.payment_box input[type=radio]:checked {
    background: #000;
    border: 2px solid #fff;
}

.payment_box label {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F8FF));
    background: -o-linear-gradient(top, #FFFFFF 0%, #F5F8FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
    -webkit-box-shadow: 0px -16px 44px rgb(225 233 242 / 62%);
    box-shadow: 0px -16px 44px rgb(225 233 242 / 62%);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}

.payment_box input[type=radio]:checked + label {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9357), color-stop(0.01%, #FF9357), to(#FF5958));
    background: -o-linear-gradient(top, #FF9357 0%, #FF9357 0.01%, #FF5958 100%);
    background: linear-gradient(180deg, #FF9357 0%, #FF9357 0.01%, #FF5958 100%);
}

.payment_box input[type=radio]:checked + label h2,
.payment_box input[type=radio]:checked + label p,
.payment_box input[type=radio]:checked + label button,
.payment_box input[type=radio]:checked + label span,
.payment_box input[type=radio]:checked + label .card-header i {
    color: #fff !important;
}

.payment_box input[type=radio]:checked + label .border_card {
    border-bottom: 1px solid #FF9E8D;
}

.radio_content h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #242424;
}

.payment_box .card-header {
    padding: 0 !important;
}

.payment_box .card, .payment_box .card-header {
    background: none;
}

.border_card {
    border-bottom: 1px solid #CDCDCD !important;
    border-radius: 0px !important;
}

.border_card .card-header {
    margin-bottom: 20px !important;
}

/* cable modem area start */

.right_bar_title h2,
.cart_table_head {
    font-weight: bold;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -0.02em;

    color: #242424;
    background: #fff;
    display: inline-block;
    padding-right: 20px;
}

.right_bar_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CDCDCD;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -9;
}

.cable_modem_wrapper {
    padding-bottom: 140px;
}

.cable_modem_info input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.cable_modem_info label {
    display: block;
    position: relative;
    padding: 18px 10px 25px 55px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    font-size: 16px;
    line-height: 148.9%;
    color: #CBCFDA;
}

.cable_modem_info .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    top: 30px;
    left: 20px;
    z-index: 5;
    -o-transition: border .25s linear;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    width: 19px;
    height: 19px;
}

.cable_modem_info .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 2px;
    left: 2px;
    margin: auto;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.cable_modem_info input[type=radio]:checked ~ .check {
    border: 1px solid #ADADAD;
}

.cable_modem_info input[type=radio]:checked ~ .check::before {
    background: #FF7957;
}

.cable_modem_info input[type=radio]:checked ~ label {
    color: #686F82;
}

.cable_modem_info input[type=radio]:checked ~ label i {
    color: #3D92DF;
}

.cable_modem_info label i {
    font-size: 21px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position:relative;
}

.cable_modem_info label i:hover .toltip_box{
    display: block;
    opacity: 1;
}

.toltip_box {
    padding: 25px 35px 25px 25px;
    background: #F5F8FF;
    border-radius: 10px;
    width: 367px;
    right: 68px;
    top: 5px;
    left:30px;
    transform: translateY(-50%);
    display: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}

.toltip_box img {
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toltip_box p {
    font-size: 15px;
    line-height: 151.9%;
    color: #686F82 !important;
    font-weight: 500;
}

.toltip_box a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #3D92DF;
    margin-top: 15px;
    display: inline-block;
}

.cable_para {
    margin: 16px 0 0 55px;
}

/* install para area start */

.install_para h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 148.9%;
    color: #686F82;
    margin-bottom: 15px;
}

.next_btn {
    border: none;
}

.next_btn i {
    margin-left: 15px;
}

.activate_toltip {
    right: 137px;
}

.input_info input {
    width: 100%;
    color: #000000;
    font-weight: 600;
    height: 50px;
    border: none;
    border-bottom: 1px solid #000000;
}

.input_info input::-webkit-input-placeholder {
    color: #000000;
    font-weight: 600;
}

.input_info input::-moz-placeholder {
    color: #000000;
    font-weight: 600;
}

.input_info input:-ms-input-placeholder {
    color: #000000;
    font-weight: 600;
}

.input_info input::-ms-input-placeholder {
    color: #000000;
    font-weight: 600;
}

.input_info input::placeholder {
    color: #000000;
    font-weight: 600;
}

.input_info img {
    position: absolute;
    right: 0;
    top: 15px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-content {
    padding: 65px 60px;
    border-radius: 10px;
}

.modal-header button {
    font-size: 35px;
    line-height: 29px;
    color: #2B2B2B;
    background: none;
    border: none;
    right: 25px;
    top: 25px;
}

.form_modal h5 {
    font-weight: bold;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #242424;
    margin-bottom: 40px;
}

.form_modal form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 148.9%;
    text-align: center;
    color: #686F82;
    margin-top: 55px;
}

.form_button {
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    background: #242424;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form_button:hover {
    background: #3D92DF;
}

.form_modal span a {
    color: #242424;
    font-weight: 600;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.form_modal span a:hover {
    text-decoration: underline;
}

.input_infos input {
    margin: 0 10px;
    width: 14%;
    border: none;
    border-bottom: 1px solid #000;
}

.input_infos img {
    margin-left: 5px;
}

.resent_btn {
    color: #242424;
    background: none;
    border: 1px solid #000;
}

.resent_btn:hover {
    border: 1px solid transparent;
    color: #fff;
}

.mb_custom {
    margin: 0 0 20px 0 !important;
}

.custom_modal_content {
    padding-bottom: 120px;
}


/* step contact area start */

.unlimited_step_contact_wrapper {
    padding-top: 240px;
}

.unlimited_step_contact_wrapper p {
    max-width: 550px;
    margin: 20px auto 40px auto;
}







.step_progress header{
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.step_progress .form-outer{
    width: 100%;
    overflow: hidden;
}
.step_progress .form-outer form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400%;
}
.form-outer form .page{
    width: 25%;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title{
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}
.form-outer form .page .field{
    width: 330px;
    height: 45px;
    margin: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
form .page .field .label{
    position: absolute;
    top: -30px;
    font-weight: 500;
}
form .page .field input{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
}
form .page .field select{
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
form .page .btns button.prev{
    margin-right: 3px;
    font-size: 17px;
}
form .page .btns button.next{
    margin-left: 3px;
}
.step_progress .progress_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.step_progress .progress_bar .step{
    text-align: center;
    position: relative;
}
.step_progress .progress_bar .step p{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}
.progress_bar .step .bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 148.9%;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFECE7;
    color: #FF7957;
}
.progress_bar .step .bullet.active {
    background: -webkit-gradient(linear, right top, left top, color-stop(12%, #FF7957), to(#FF5757));
    background: -o-linear-gradient(right, #FF7957 12%, #FF5757 100%);
    background: linear-gradient(270deg, #FF7957 12%, #FF5757 100%);
}
.progress_bar .step .bullet span{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.progress_bar .step .bullet.active span {
    display: none;
}
.progress_bar .step .bullet:before, .progress_bar .step .bullet:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    height: 50px;
    width: 387px;
    background: #FFF7F4;
    z-index: -9;
    border-radius: 30px;
}
.progress_bar .step .bullet.active:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: animate 0.3s linear forwards;
    animation: animate 0.3s linear forwards;
    background: -webkit-gradient(linear, right top, left top, color-stop(1.95%, #FF7957), color-stop(96.57%, #FF5757));
    background: -o-linear-gradient(right, #FF7957 1.95%, #FF5757 96.57%);
    background: linear-gradient(270deg, #FF7957 1.95%, #FF5757 96.57%);
}
@-webkit-keyframes animate {
    100%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes animate {
    100%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.progress_bar .step:last-child .bullet:before,
.progress_bar .step:last-child .bullet:after{
    display: none;
}
.progress_bar .step p.active {
    font-weight: bold;
    font-size: 25px;
    line-height: 122%;
    letter-spacing: -0.02em;
    color: #242424;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.progress_bar .step .check{
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
.progress_bar .step .check.active {
    display: block;
    color: #fff;
    top: 24px;
}

.step_progress .card-header p {
    margin-left: 500px;
}

.step_progress .table {
    margin: 15px;
}

.step_progress .table td, .step_progress .table th {
    border: none;
}

.step_progress .card .card-header {
    border-bottom: 1px solid #DADCE3;
    border-radius: unset;
}


/* step installation area start */

.personal_para {
    max-width: 500px;
}

.join_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

.join_group input {
    border: none;
    margin: 0 0 0 15px;
    width: 100%;
}

.join_group input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.join_group input::-moz-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.join_group input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.join_group input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.join_group input::placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.time_icon {
    position: absolute;
    left: 0;
}

.time_info select {
    padding-left: 35px;
}

.form_info textarea {
    padding-bottom: 0;
}

.pick_anpara {
    max-width: 700px;
}

.shipping_info .check {
    top: 19px;
    left: 0px;
}

.shipping_info label {
    padding-left: 35px;
    color: #000000 !important;
}

.prev-1 i {
    margin: 0 15px 0 0;
}

/* summary area start */

.order_box {
    padding: 35px;
    background: #F5F8FF;
    border-radius: 20px;
}

.small_order_text {
    font-size: 14px;
    line-height: 158.9%;
    color: #818181;
}

.order_box .table {
    margin: 0 !important;
}

.order_box .table td, .order_box .table th {
    padding: 0;
}

.custom_pb {
    padding-bottom: 100px;
}

.border_toptable {
    border-top: 1px solid #A9A9A9;
}

.border_bottomtable {
    border-bottom: 1px solid #A9A9A9;
}

.payment_btn {
    width: 320px;
}

.plan_box a,
.information_box a {
    font-weight: 600;
    color: #000000;
}

.date_time .mr {
    margin-right: 40px;
}

/* cart area start */

.cart_img {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

.shopping_cartwrapper {
    padding-bottom: 130px;
}

.shopping_cartwrapper .title_two {
    padding-top: 50px;
}

.cart_table thead th, .cart_table td {
    border: none !important;
    text-align: center;
}

.cart_table .cart_tr_box {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cart_table .cart_tr_box:hover {
    background: #F5F8FF;
}

.cart_table_text h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    color: #000000;
}

.cart_table_text a {
    font-weight: 600;
    font-size: 16px;
    line-height: 158.9%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    margin-left: 25px;
}

.cart_tr_box p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 178.9%;
    color: #686F82;
    max-width: 327px;
}

.cart_tr_box td {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.cart_tr_border {
    border-bottom: 1px solid #CDCDCD;
}

.continue_order {
    width: 260px;
}

.continue_order i {
    margin-left: 15px;
}


/* thank you area start */

.thank_youwrapper {
    height: 100vh;
}

.thank_youbox img {
    margin-bottom: 30px;
}

.thank_youbox h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 122%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.thank_youbox p {
    max-width: 404px;
    margin: 30px auto auto auto;
}

.thank_youbox .social_icon a {
    background: #fff;
}

.thank_youbox .social_icon a:hover {
    background: #3D92DF;
}

.thank_shape1 {
    top: 235px;
    left: 55px;
}

.thank_shape2 {
    left: 0;
    top: 330px;
}

.thank_shape3 {
    right: 129px;
    top: 370px;
}

.thank_shape4 {
    right: 0px;
    bottom: 226px;
}

.back_home {
    width: 290px;
    margin-top: 40px;
}

.has-error label,
.has-error input,
.has-error textarea {
    color: red;
    border-color: red;
}

.shopping_cartwrapper table {
    min-width: 615px;
}
/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4DE2C1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999999999;
    border-radius: 50%;
    background: #242424;
}

.back-to-top i {
    color: #fff;
}

.order_box .table td, .order_box .table th{
    padding-top:1rem;
}

input.has-error{
    border-bottom:solid 1px red;
}

select.has-error{
    border-bottom:solid 1px red;
}

span.input-error-message{
    color:red;
}
