body {
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.lyca-mobile{
    margin-top: 80px;
}

/* Header css */

.top_header{
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}
.login_gift_box {
    text-align: right;
}
.login_gift_box .gift_cards {
    text-decoration: none;
    color: #E64D3D;
    border: 1px solid #E64D3D;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
}
.login_gift_box .gift_cards img{
    width: 30px;
    padding-right: 10px;
}
.login_gift_box .login {
    text-decoration: none;
    background: #E64D3D;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.cell_box {
    padding-top: 6px;
}
.cell_box a {
    text-decoration: underline;
    color: #212529;
}
.main_header{
    background: #033333;
    padding: 5px 0px;
}
.is-sticky .main_header{
    position: fixed;
    width: 100%;
    top: 0px;
    animation: slideDown 0.35s ease-out;
    z-index: 99999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.logo{padding-top: 5px}

.inner_banner_section{
    background: #E64D3D;
    padding: 20px 0px;
}
.inner_banner_section .row.d-flex{
    display: flex;
    -webkit-display: flex;
    align-items: center;
}
.inner_banner_section .banner_img{
    text-align: right;
}
.inner_banner_section .banner_heading {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.logo a img{
    width: 140px;
}
/* Header End css */

.navbar-toggler-icon {
    background: url(/webp/v4/home/download.webp);
}

.home_banner_section {
    background: #EC5F55 url(/webp/v4/home/home-banner.webp);
    height: 450px;
    background-size: cover;
    background-position:center;
}
.banner_content_part{
    padding-top: 90px;
}
.banner_content_part h1{
    font-weight: bold;
    font-size: 65px;
    color: rgba(0, 0, 0, 0.70);
}
.banner_content_part p{
    font-size:  20px;
    color: rgba(0, 0, 0, 0.43);
}

.Choose_Carrier_box{
    border-radius: 16px;
    border: 1px solid var(--Primary, #E64D3D);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), lightgray 50% / cover no-repeat;
    box-shadow: 0px 3px 40px 5px rgba(0, 0, 0, 0.10);
    margin-top: -150px;
    padding: 30px;
}
.Choose_Carrier_box h3{
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.Choose_Carrier_box ul{
    margin: 0;
    padding: 0px;
    text-align: center;
}
.Choose_Carrier_box ul li{
    list-style: none;
    display: inline-block ;
    margin: 10px;
}
.Choose_Carrier_box ul li a{
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding:10px 20px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.05);
}
.Choose_Carrier_box ul li a img{
    height: 100px;
    object-fit: contain;
    width: 180px;
}
.Choose_Carrier_box ul li a:hover{
    transition: box-shadow .3s linear;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.30);
}
/*.Choose_Carrier_box ul li a.topup-afff:hover{box-shadow: #0e9cd8 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff1:hover{box-shadow: #f5921c 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff2:hover{box-shadow: #61a62d 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff3:hover{box-shadow: #6ea1d3 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff4:hover{box-shadow: #045895 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff5:hover{box-shadow: #373092 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff6:hover{box-shadow: #00a7ee 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff7:hover{box-shadow: #ec1a23 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff8:hover{box-shadow: #91d410 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff9:hover{box-shadow: #cf4340 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff10:hover{box-shadow: #e20073 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff11:hover{box-shadow: #00af98 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff12:hover{box-shadow: #0a2f83 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff13:hover{box-shadow: #694595 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff14:hover{box-shadow: #2549ac 0px 0px 12px;}
.Choose_Carrier_box ul li a.topup-afff15:hover{box-shadow: #d43d43 0px 0px 12px;}*/
.plan_page_banner_section{
    height: 450px;
    background: #0e9cd8;
    text-align: center;
}
.plan_page_banner_section .banner_content_part {
    padding-top: 50px;
}
.plan_page_banner_section .banner_content_part img{
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    width: 200px;
}
.plan_page_banner_section .banner_content_part p {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}
.atnt_box_list {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 25px;
}
.atnt_box_list .img_box {
    display: inline-block;
    width: 200px;
    border: 2px solid #ccc;
    padding: 15px 25px;
    border-radius: 8px;
}
.atnt_box_list .img_box img{
    width: 100%;
    height: 85px;
    object-fit: contain;
}
.atnt_box_list .content_box {
    width: calc(100% - 230px);
    display: inline-block;
    margin-left: 25px;
}
.atnt_box_list .content_box{
    vertical-align: middle;
}
.atnt_box_list .content_box h5{
    font-size: 25px;
}
.atnt_box_list .content_box p{
    margin: 0;
    font-size: 18px;
}


.plan_form{
    margin-top: 40px;
}
.plan_form .form-group{
    position: relative;
}
.plan_form .form-group img{
    position: absolute;
    width: 35px;
    left: 14px;
    top: 14px;
}
.plan_form .form-control{
    margin-bottom: 25px;
    padding-left: 55px;
    padding-right: 60px;
}
.plan_form .form-control{
    height: 65px;
}
.plan_form label{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.plan_form .form-control::placeholder{
    opacity: .5;
}
.plan_form .btn_align{
    text-align: center;
    margin-top: 50px;
}
.plan_form .play_now_btn{
    border: none;
    padding: 15px 50px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
}
.plan_form .postpaid_payment{
    margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
}

.plan_form ul li{
    width: calc(20% - 14px);
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
}
.plan_form ul li label{
    cursor: pointer;
    box-shadow: 0px 3px 14px 5px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    /*margin-top: -20px;*/
    margin-bottom: 15px;
    width: 100%;
}
.plan_form ul li label span{
    background: #ccc;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.plan_form ul li label p{
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.plan_form .plan-range-active ul li label span{
    background: #ccc;
    color: #000;
}

.plan_form .form-check-input{opacity: 0;font-size: 0;display: none;}

.plan_form .input_text_with_plan_box{
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-top: -26px;
    border-radius: 8px;
    text-align: center;
}
.plan_form .input_text_with_plan_box li{
    width: calc(20% - 24px);
    margin-left: 10px;
}
.plan_form .form-group a.down_arrow{
    position: absolute;
    right: 60px;
    top: 0;
}

/* Common styles for .Choose_Carrier_box */
.Choose_Carrier_box {
    max-width: 1150px;
    width: 100%;
    margin: -200px auto 0;
    padding: 30px 50px;
    margin-bottom: 40px;
}

.Choose_Carrier_box .img_box {
    border: 2px solid var(--Primary);
}

.plan_form .play_now_btn {
    background: var(--Primary);
}

.plan_form .postpaid_payment a {
    color: var(--Primary);
}

.plan_form ul li label span {
    background: var(--Primary);
}

.form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px;
}

/* ATT specific styles */
.plan_page_banner_section.topup {
    background: #0E9CD8;
}

.topup .Choose_Carrier_box {
    --Primary: #0E9CD8;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(14, 156, 216, 0.32);
}
.topup .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(14, 156, 216, 0.50);
}
.topup .plan-range-active .form-check-input:checked ~ label span{
    background: #0E9CD8;
    color: #fff;
}
.topup .more_text a{
    color: #0E9CD8;
}
.topup .more_text a::after{
    border-top: 15px solid #0E9CD8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.topup .about_us_content h2{
    color: #0E9CD8 !important;
}

/* boost mobile specific styles */
.plan_page_banner_section.boost {
    background: #F18820;
}

.boost .Choose_Carrier_box {
    --Primary: #F18820;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(241, 136, 32, 0.50);
}
.boost .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(241, 136, 32, 0.50);
}
.boost .plan-range-active .form-check-input:checked ~ label span{
    background: #F18820;
    color: #fff;
}
.boost .more_text a{
    color: #F18820;
}
.boost .more_text a::after{
    border-top: 15px solid #F18820;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.boost .about_us_content h2{
    color: #F18820 !important;
}

/* lyca-mobile specific styles */
.plan_page_banner_section.lyca-mobile {
    background: #5FA72C;
}

.lyca-mobile .Choose_Carrier_box {
    --Primary: #5FA72C;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(95, 167, 44, 0.50);
}
.lyca-mobile .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(95, 167, 44, 0.50);
}
.lyca-mobile .plan-range-active .form-check-input:checked ~ label span{
    background: #5FA72C;
    color: #fff;
}
.lyca-mobile .more_text a{
    color: #5FA72C;
}
.lyca-mobile .more_text a::after{
    border-top: 15px solid #5FA72C;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.lyca-mobile .about_us_content h2{
    color: #5FA72C !important;
}

/* Cricket wireless specific styles */
.plan_page_banner_section.topup-crc {
    background: #5FA72C;
}

.topup-crc .Choose_Carrier_box {
    --Primary: #5FA72C;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(95, 167, 44, 0.50);
}
.topup-crc .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(95, 167, 44, 0.50);
}
.topup-crc .plan-range-active .form-check-input:checked ~ label span{
    background: #5FA72C;
    color: #fff;
}
.topup-crc .form-group{text-align: left;}
.topup-crc .form-group.btn_align{text-align: center;}
.crickwireless{
    padding: 0 !important;
    margin-left: 0px !important;
}
.crickwireless ul{
    padding: 0 !important;
    margin-left: 0px !important;
}
.crickwireless li{
    width: 100% !important;
    text-align: left;
}
.Choose_Carrier_box .crickwireless li a{
    background: none;
    border: none;
    box-shadow: none;
    color: #5FA72C;
    padding: 0px;
}
.topup-crc .text_label{
    margin-top: 30px;
}
.topup-crc .text_label label{
    font-size: 16px;
}
.topup-crc .text_label label a{
    color: #5FA72C;
}
.topup-crc .more_text a{
    color: #5FA72C;
}
.topup-crc .more_text a::after{
    border-top: 15px solid #5FA72C;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.topup-crc .about_us_content h2{
    color: #5FA72C !important;
}


/* tot l-wireless specific styles */
.plan_page_banner_section.total-wireless {
    background: #00AF98;
}

.total-wireless .Choose_Carrier_box {
    --Primary: #00AF98;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(0, 175, 152, 0.50);
}
.total-wireless .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(0, 175, 152, 0.50);
}
.total-wireless .plan-range-active .form-check-input:checked ~ label span{
    background: #00AF98;
    color: #fff;
}
.total-wireless .more_text a{
    color: #00AF98;
}
.total-wireless .more_text a::after{
    border-top: 15px solid #00AF98;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.total-wireless .about_us_content h2{
    color: #00AF98 !important;
}

/* h2o specific styles */
.plan_page_banner_section.h2o {
    background: #0E9CD8;
}

.h2o .Choose_Carrier_box {
    --Primary: #0E9CD8;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(14, 156, 216, 0.50);
}
.h2o .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(14, 156, 216, 0.50);
}
.h2o .plan-range-active .form-check-input:checked ~ label span{
    background: #0E9CD8;
    color: #fff;
}
.h2o .more_text a{
    color: #0E9CD8;
}
.h2o .more_text a::after{
    border-top: 15px solid #0E9CD8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.h2o .about_us_content h2{
    color: #0E9CD8 !important;
}

/* metropcs specific styles */
.plan_page_banner_section.metropcs {
    background: #373094;
}
.metropcs .Choose_Carrier_box {
    --Primary: #373094;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(55, 48, 148, 0.50);
}
.metropcs .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(55, 48, 148, 0.50);
}
.metropcs .plan-range-active .form-check-input:checked ~ label span{
    background: #373094;
    color: #fff;
}
.metropcs .more_text a{
    color: #373094;
}
.metropcs .more_text a::after{
    border-top: 15px solid #373094;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.metropcs .about_us_content h2{
    color: #373094 !important;
}

/* net10 specific styles */
.plan_page_banner_section.net10 {
    background: #03ACEE;
}
.net10 .Choose_Carrier_box {
    --Primary: #03ACEE;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(3, 172, 238, 0.50);
}
.net10 .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(3, 172, 238, 0.50);
}
.net10 .plan-range-active .form-check-input:checked ~ label span{
    background: #03ACEE;
    color: #fff;
}
.net10 .more_text a{
    color: #03ACEE;
}
.net10 .more_text a::after{
    border-top: 15px solid #03ACEE;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.net10 .about_us_content h2{
    color: #03ACEE !important;
}

/* pageplus specific styles */
.plan_page_banner_section.pageplus {
    background: #EC1A23;
}
.pageplus .Choose_Carrier_box {
    --Primary: #EC1A23;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(236, 26, 35, 0.50);
}
.pageplus .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(236, 26, 35, 0.50);
}
.pageplus .plan-range-active .form-check-input:checked ~ label span{
    background: #EC1A23;
    color: #fff;
}
.pageplus .more_text a{
    color: #EC1A23;
}
.pageplus .more_text a::after{
    border-top: 15px solid #EC1A23;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.pageplus .about_us_content h2{
    color: #EC1A23 !important;
}

/* pageplusadd specific styles */
.plan_page_banner_section.pageplusadd {
    background: #EC1A23;
}
.pageplusadd .Choose_Carrier_box {
    --Primary: #EC1A23;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(236, 26, 35, 0.50);
}
.pageplusadd .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(236, 26, 35, 0.50);
}
.pageplusadd .plan-range-active .form-check-input:checked ~ label span{
    background: #EC1A23;
    color: #fff;
}
.pageplusadd .more_text a{
    color: #EC1A23;
}
.pageplusadd .more_text a::after{
    border-top: 15px solid #EC1A23;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.pageplusadd .about_us_content h2{
    color: #EC1A23 !important;
}

/* red-pocket-mobile specific styles */
.plan_page_banner_section.red-pocket-mobile {
    background: #CF4340;
}
.red-pocket-mobile .Choose_Carrier_box {
    --Primary: #CF4340;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(207, 67, 64, 0.50);
}
.red-pocket-mobile .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(207, 67, 64, 0.50);
}
.red-pocket-mobile .plan-range-active .form-check-input:checked ~ label span{
    background: #CF4340;
    color: #fff;
}
.red-pocket-mobile .more_text a{
    color: #CF4340;
}
.red-pocket-mobile .more_text a::after{
    border-top: 15px solid #CF4340;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.red-pocket-mobile .about_us_content h2{
    color: #CF4340 !important;
}
/* s1 specific styles */
.plan_page_banner_section.s1 {
    background: #9BD401;
}
.s1 .Choose_Carrier_box {
    --Primary: #9BD401;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(155, 212, 1, 0.50);
}
.s1 .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(155, 212, 1, 0.50);
}
.s1 .plan-range-active .form-check-input:checked ~ label span{
    background: #9BD401;
    color: #fff;
}
.s1 .more_text a{
    color: #9BD401;
}
.s1 .more_text a::after{
    border-top: 15px solid #9BD401;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.s1 .about_us_content h2{
    color: #9BD401 !important;
}

/* tmobile specific styles */
.plan_page_banner_section.tmobile {
    background: #E00575;
}
.tmobile .Choose_Carrier_box {
    --Primary: #E00575;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(224, 5, 117, 0.50);
}
.tmobile .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(224, 5, 117, 0.50);
}
.tmobile .plan-range-active .form-check-input:checked ~ label span{
    background: #E00575;
    color: #fff;
}
.tmobile .more_text a{
    color: #E00575;
}
.tmobile .more_text a::after{
    border-top: 15px solid #E00575;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.tmobile .about_us_content h2{
    color: #E00575 !important;
}


/* tracfone specific styles */
.plan_page_banner_section.tracfone {
    background: #0C2E84;
}
.tracfone .Choose_Carrier_box {
    --Primary: #0C2E84;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(12, 46, 132, 0.50);
}
.tracfone .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(12, 46, 132, 0.50);
}
.tracfone .plan-range-active .form-check-input:checked ~ label span{
    background: #0C2E84;
    color: #fff;
}
.tracfone .more_text a{
    color: #0C2E84;
}
.tracfone .more_text a::after{
    border-top: 15px solid #0C2E84;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.tracfone .about_us_content h2{
    color: #0C2E84 !important;
}

/* ultra-mobile specific styles */
.plan_page_banner_section.ultra-mobile {
    background: #6C4194;
}
.ultra-mobile .Choose_Carrier_box {
    --Primary: #6C4194;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(108, 65, 148, 0.50);
}
.ultra-mobile .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(108, 65, 148, 0.50);
}
.ultra-mobile .plan-range-active .form-check-input:checked ~ label span{
    background: #6C4194;
    color: #fff;
}
.ultra-mobile .more_text a{
    color: #6C4194;
}
.ultra-mobile .more_text a::after{
    border-top: 15px solid #6C4194;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.ultra-mobile .about_us_content h2{
    color: #6C4194 !important;
}

/* us-cellular specific styles */
.plan_page_banner_section.us-cellular {
    background: #0832A3;
}
.us-cellular .Choose_Carrier_box {
    --Primary: #0832A3;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(8, 50, 163, 0.50);
}
.us-cellular .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(8, 50, 163, 0.50);
}
.us-cellular .plan-range-active .form-check-input:checked ~ label span{
    background: #0832A3;
    color: #fff;
}
.us-cellular .more_text a{
    color: #0832A3;
}
.us-cellular .more_text a::after{
    border-top: 15px solid #0832A3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.us-cellular .about_us_content h2{
    color: #0832A3 !important;
}

/* verizon specific styles */
.plan_page_banner_section.verizon {
    background: #CE0A11;
}
.verizon .Choose_Carrier_box {
    --Primary: #CE0A11;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(206, 10, 17, 0.50);
}
.verizon .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(206, 10, 17, 0.50);
}
.verizon .plan-range-active .form-check-input:checked ~ label span{
    background: #CE0A11;
    color: #fff;
}
.verizon .more_text a{
    color: #CE0A11;
}
.verizon .more_text a::after{
    border-top: 15px solid #CE0A11;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.verizon .about_us_content h2{
    color: #CE0A11 !important;
}

/* movistar specific styles */
.plan_page_banner_section.movistar {
    background: #009DF3;
}
.movistar .Choose_Carrier_box {
    --Primary: #009DF3;
    border: 1px solid var(--Primary);
    box-shadow: 0px 3px 14px 5px rgba(0, 157, 243, 0.50);
}
.movistar .form-check-input:checked ~ label {
    box-shadow: 0px 3px 14px 5px rgba(0, 157, 243, 0.50);
}
.movistar .plan-range-active .form-check-input:checked ~ label span{
    background: #009DF3;
    color: #fff;
}
.movistar .more_text a{
    color: #009DF3;
}
.movistar .more_text a::after{
    border-top: 15px solid #009DF3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.movistar .about_us_content h2{
    color: #009DF3 !important;
}

.plan_form .text-danger {font-size: 12px; font-weight: 600;position: absolute;bottom: -20px;}
.plan_form .both_eror_class .text-danger {
    position: relative;
    bottom:inherit;
}

.panel {
padding: 10px 18px;
line-height: 18px;
display: none;
background-color: white;
overflow: hidden;
}

.panel * { line-height: 32px; }

.panel ul { list-style: disc !important; margin: 20px;
}

.dasktop-btn-width {
    width: 50%;
    margin: auto;
}
.login-popup .modal-body .popup-bdr-btn{
    border-radius: 30px;
}
#loginBtn, #registerBtn{
    background:#e74c3c;
    color: #fff;
}
.login-container .text-center > p > a{
    color:#e74c3c;
}
.login-container .text-center > p > strong > a{
    color:#e74c3c;
}
.f-w-400{color:#e74c3c;}

.login-form-1 label{
    text-align: left;
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.myaddcount_display_none{display: none;}
.margin_top_0{
    margin: 50px auto 70px !important;
}
.padding_top_0{padding: 0 !important;}

.lid .col li+li:before {
    content: "\f105";
    display: inline-block;
    width: 10px;
    padding: 0 2px;
    font: normal normal normal 14px / 1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Footer css */

footer{
    background: #033333;
    padding: 20px 0px 0px;
    margin-top: 30px;
}
.footer_about_box {
    padding: 25px 15px 0 0;
}
.footer_about_box p{
    color: #fff;
    margin-top: 25px;
    font-size: 16px;
}
footer .policy_box {
    padding: 25px 0px;
}
footer .policy_box h5 {
    font-size: 32px;
    color: #E64D3D;
    margin-bottom: 25px;
}

footer .policy_box p a{
    text-decoration:none;
    color: #fff;
}
footer .help_faq_box {
    padding: 25px 0px;
}
footer .help_faq_box h5 {
    font-size: 32px;
    color: #E64D3D;
    margin-bottom: 25px;
}

footer .help_faq_box p a{
    text-decoration:none;
    color: #fff;
}
.footer_bottom{
    background: #002626;
    text-align: center;
    padding: 25px;
    color: #ccc;
}

.mobile_view{display: none;}
marquee a{color: #E64D3D;}
.marquee_text{padding-top: 14px;line-height: 15px;}

.more_text{
    text-align: center;
    margin-top: 50px;
}
.more_text a{
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 25px;
    font-weight: 600;
    position: relative;
}
.more_text a::after{
    content: "";
    display: inline-block;
    margin-left: 10px;
}
.moretext {
  display: none;
}
.home_faq_box{margin-top: 50px }

.faq_inner_section .accordion-button::after {
    content: "+";
    font-size: 27px;
    position: absolute;
    right: 24px;
    top: 12px;
    background: 0 0;
    border: 1px solid #999;
    width: 27px;
    height: 27px;
    border-radius: 4px;
    text-align: center;
    line-height: 27px;
    background-color: #fff;
}
.accordion-button:not(.collapsed)::after {
        content: "-";
        font-size: 30px;
        position: absolute;
        right: 24px;
        top: 12px;
        background: 0 0;
        transform: none;
        text-align: center;
        line-height: 27px;
    }
.accordion-button:focus{
        border:none !important;
        background: none !important;
        box-shadow: none !important;
    }
.plan_faq_box .about_us_content h2{
    font-size: 30px;
    color: #0E9CD8;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}
/**header login myaccount btn **/
.user-information-desktop {
    padding: 10px 16px;
}
.login_gift_box .btn-group{
    border: 1px solid #E64D3D;
}
.login_gift_box .btn-group a#dropdownMenuLink{
    padding: 5px 20px;
    color:#E64D3D;
}
.login_gift_box .btn-group a img{
    margin-top: -4px;
    margin-right: 3px;
}
/* Footer End css */


@media screen and (max-width: 991px) {
    .inner_banner_section .banner_heading{font-size: 30px}
    .logo a img{width: 130px;}
    .header_nav .navbar-toggler:focus{box-shadow: none;}
    .payment_apply_main_box .tabing_left_part{width: 60px;}
    .payment_apply_main_box .tabing_right_part{width: calc(100% - 65px);}
    .payment_apply_main_box .tabing_left_part ul li button{font-size: 0px;padding: 10px;}
    .payment_apply_main_box .tabing_left_part ul li button span{font-size: 0px !important;}
    .credit_card_box .bottom_btn button{margin-right: 0px; width: 100%; margin-top: 15px;}
    .order_summary_listing ul li span{width: 100%;float: left;}
    .plan_form .input_text_with_plan_box li{width: calc(33% - 24px);}
}
@media screen and (max-width: 768px) {
    .cell_box{text-align: center;padding-bottom: 10px;}
    .login_gift_box {text-align: center;}
    .banner_img img{width: 100%;}
    .order_summary_listing ul li label{font-size: 16px;}
    .order_summary_listing ul li span{font-size: 20px;}
    .order_summary_listing .total_changes_box{padding: 20px 15px}
    .order_summary_listing .total_changes_box label{font-size: 16px;}
    .order_summary_listing .total_changes_box span{font-size: 24px;}
    .credit_card_box p{font-size: 14px;}
    .credit_card_box h4{font-size: 18px;}
    .save_CC_payment_box{display: inline-block;}
    .save_CC_payment_box .save_radio_box{float: left;}
    .general_payment_specific_box{padding: 10px;}
    .Same_account_holder_box{position: relative;}
    .Same_account_holder_box .form-check-input{position: absolute;top: 0;left: 0;}
    .Same_account_holder_box label{padding-left: 35px;font-size: 14px;}
    .credit_card_box .bottom_btn button{margin-right: 0px; width: 100%; margin-top: 15px;}
    .t_c_mobile{position: relative;}
    .t_c_mobile .form-check-input{position: absolute;top: 0;left: 0;}
    .t_c_mobile label{padding-left: 35px;margin-top: -4px;}
    .order_summary_listing ul li span{width:auto;float: right;}
    .account_holder_details_box {margin-top: 30px;}

    #mainSiteMenuMMenu ul{
    position: absolute;
    background: #fff;
    top: 45px;
    z-index: 9999;
    right: 0;
    width: 200px;
    padding: 20px;
    text-align: right;
    display: none;
    }
    #mainSiteMenuMMenu ul li{
        list-style: none;
        padding: 10px 0px;
    }


    /*home page*/
    .home_banner_section{height: 300px;}
    .banner_content_part {padding-top: 60px;}
    .banner_content_part h1{font-size: 30px;}
    .banner_content_part p{font-size: 15px;width: 60%;}
    .Choose_Carrier_box{margin-top: -100px;padding: 20px 0px;}
    .Choose_Carrier_box ul li{width: 45%;margin: 5px;}
    .Choose_Carrier_box ul li a img{width: 115px;}
    .easy_steps_section{margin-top: 30px;}
    .easy_steps_headding{font-size: 24px;margin-bottom: 25px;}
    .easy_steps_box{margin-bottom: 40px;}
    .easy_steps_box img {width: 100px;}
    .easy_steps_box h5 {font-size: 20px; margin-bottom: 0px;}
    .easy_steps_box p{font-size: 15px}
    .home_faq_box{margin-top: 0px;padding: 30px 0px;}
    .home_faq_box h3{font-size: 24px;margin-bottom: 20px;}
    .Unsubscribe_main_box{margin-top: 50px;padding: 0px 20px 10px;}
    .Unsubscribe_main_box ul li{font-size: 16px;}
    .Unsubscribe_img_box{text-align: center;}

    /*plan page*/
    .plan_page_banner_section{height: 380px}
    .plan_page_banner_section .banner_content_part { padding-top: 20px;}
    .plan_page_banner_section .banner_content_part img{width: 140px;}
    .plan_page_banner_section .banner_content_part p{font-size: 20px;width: 100%;padding: 10px;}
    .Choose_Carrier_box .atnt_box_list{padding: 15px;text-align: center;}
    .atnt_box_list .content_box h5 {font-size: 20px;margin: 0;padding: 15px 0 10px;font-weight: 600;}
    .atnt_box_list .content_box p { margin: 0; font-size: 15px;}
    .plan_form .btn_align{margin-top: 30px;}
    .plan_form .play_now_btn{padding: 10px 35px; font-size: 20px;}
    .plan_form .postpaid_payment{font-size: 15px;margin-top: 30px;}
    .Choose_Carrier_box.Inner_Choose_Carrier_box{padding: 20px;}
    .atnt_box_list .content_box{margin-left: 0;width: 100%;}
    .atnt_box_list .img_box{padding: 10px;}
    .plan_form .form-control{height: 55px;margin-bottom: 15px;padding-left: 45px;}
    .plan_form .form-group img{width: 25px;left: 10px;top: 15px;}
    .plan_form .input_text_with_plan_box{margin-top: -16px}
    .plan_form .input_text_with_plan_box li {width: calc(50% - 13px);margin-left: 5px;}
    .plan_form .form-group a.down_arrow{right: 50px}
    .plan_form .form-control { padding-right: 20px;}
    .dasktop-btn-width { width: 100%; }
    .top_header{vertical-align: top;}
    .marquee_text{padding-top:0px; padding-bottom:10px;}
    .mobile_view{display: inline-block;margin-right: 15px;}
    .mobile_view img{width: 40px;}
    .desktop_view{display: none;}
    .more_text a{font-size: 20px;line-height: 25px;}
    .more_text a::after{border-top: 10px solid #0E9CD8; border-left: 10px solid transparent; border-right: 10px solid transparent;}
}
@media screen and (min-width:320px) and (max-width:992px) {
    .header_nav{display: inline-block;width: 100%;text-align: right;}
    .header_nav .navbar-toggler{border: 1px solid #fff;}
}
