* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#checkoutform {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: white !important;
}

.row {
    margin: 0 0;
}

.activate-sect {
    text-align: center;
    padding: 40px 0 50px 0;
}

#address1 {
    height: 80px;
}

.imei-details {
    color: black;
    margin-top: 5px;
    font-size: 11px;
    text-align: left;
    padding: 0 0;
    font-family: 'Barlow', sans-serif;
}

#learn-more {
    font-family: 'Barlow', sans-serif;
    text-align: right;
    color: black;
    margin-top: -7px;
    font-size: 11px;
}

.user-select-btn {
    width: 100%;
    padding: 13px 10px 13px 10px;
    margin: 0 0 0 0;
    background: #eee;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.active-user-btn {
    background: #03A9F4;
    color: white;
}

.plan-details-text {
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-size: 24px;
    color: black;
    text-align: center;
    padding: 30px 0 0 0;
}

.pricePlan {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #03A9F4;
    text-align: center;
}

.pricePlan-annual {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #03A9F4;
    text-align: center;
}
.pricePlan-val-annual{
    font-size: 38px;
}
.click-here-txt {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.pricePlan-val {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #03A9F4;
    text-align: center;
}
.pricePlan-val-annul{
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #03A9F4;
    text-align: center;
}
.plan-name-txt {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

.buttonBuy {
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    background-color: #03A9F4 !important;
    border-radius: 30px;
    padding: 10px 60px !important;
    border: 1px solid #03A9F4 !important;
    text-transform: uppercase !important;
}

.buttonAdd {
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    background-color: transparent !important;
    color: #03A9F4;
    border: 1px solid #03A9F4;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase !important;
}

.buttonAdd:hover {
    color: #03A9F4 !important;
    background-color: #03A9F4 !important;
    color: white !important;
    border: 1px solid #03A9F4 !important;
}

#paynow_activation,
.buttonBuy1 {
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    background-color: #03A9F4 !important;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #03A9F4 !important;
    text-transform: uppercase !important;
}

.buttonAdd1 {
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    background-color: transparent !important;
    color: #03A9F4;
    border: 1px solid #03A9F4;
    border-radius: 30px;
    padding: 10px 50px 10px 50px;
    text-transform: uppercase !important;
}

.buttonAdd1:hover {
    color: #03A9F4 !important;
    background-color: #03A9F4 !important;
    color: white !important;
    border: 1px solid #03A9F4 !important;
}

.DeviceHead {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: black;
    font-weight: 600;
}

.checkoutHead {
    font-size: 24px;
    color: #03A9F4;
    font-weight: 600;
    text-transform: uppercase;
}

.DeviceHeadcheckout {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding: 20px 15px 20px 15px;
}

input[type=checkbox],
input[type=radio] {
    height: 20px;
    width: 20px;
    margin: 0 15px 0 0;
}

.table td,
.table th {
    padding: .35rem !important;
}

.table td,
.table th {
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 0px solid #dee2e6 !important;
}

.tableBorder {
    border-bottom: 4px solid #97bbe655 !important;
}

.imageSizer {
    width: 70% !important;
}


/**************checkout form styles*****************/


/*.form-control {
            border-bottom: 2px solid rgba(6, 92, 195, 0.4) !important;
            border-top: 1px solid rgba(230, 127, 9, 0.2) !important;
            border-left: 1px solid rgba(230, 127, 9, 0.2) !important;
            border-right: 1px solid rgba(230, 127, 9, 0.2) !important;
            background-color: #97bbe699 !important;
        }
        */

.form-controlCustom {
    display: block;
    width: 50% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 2px solid rgba(6, 92, 195, 0.4) !important;
    border-top: 1px solid rgba(230, 127, 9, 0.2) !important;
    border-left: 1px solid rgba(230, 127, 9, 0.2) !important;
    border-right: 1px solid rgba(230, 127, 9, 0.2) !important;
    background-color: rgba(230, 127, 9, 0.09) !important;
}

.form-controlCustom1 {
    display: block;
    width: 25% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 2px solid rgba(6, 92, 195, 0.4) !important;
    border-top: 1px solid rgba(230, 127, 9, 0.2) !important;
    border-left: 1px solid rgba(230, 127, 9, 0.2) !important;
    border-right: 1px solid rgba(230, 127, 9, 0.2) !important;
    background-color: rgba(230, 127, 9, 0.09) !important;
}

.form-control:focus {
    border-color: black !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}

.form-controlCustom1:focus {
    border-color: black !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}

.form-controlCustom1:focus {
    border-color: black !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}

.description {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
}

.payementHead {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: black;
}

.cardtext {
    font-family: 'Poppins';
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    margin: 10px 0;
    padding: 0 15px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.control-label {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: black;
}

select {
    width: 150px;
    height: 30px;
    padding: 5px;
    color: black;
}

.credit-details {
    border-radius: 7px;
    border: 1px solid #ccc;
}

select option,
select option:first-child {
    color: black;
}

::-moz-selection {
    color: black;
    background-color: #03A9F4;
}

 ::selection {
    color: black;
    background-color: #03A9F4;
}

option:checked,
option:hover {
    color: black;
}

select option:disabled {
    background: #ccc !important;
    color: #555 !important;
}

.condition-txt {
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
}

@media screen and (max-width: 600px) {
    table#cart tbody td .form-control {
        width: 20%;
        display: inline !important;
    }
    .actions .btn {
        width: 36%;
        margin: 1.5em 0;
    }
    .actions .btn-info {
        float: left;
    }
    .actions .btn-danger {
        float: right;
    }
    .imageSizer {
        width: 100% !important;
    }
    table#cart thead {
        display: none;
    }
    table#cart tbody td {
        display: block;
        padding: .6rem;
        min-width: 0px;
    }
    table#cart tbody tr td:first-child {
        background: white;
        color: #fff;
    }
    table#cart tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
    }
    table#cart tfoot td {
        display: block;
    }
    table#cart tfoot td .btn {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .hideOnMobile {
        display: none;
    }
    .textAlign {
        text-align: center !important;
    }
    .textAlignleft {
        text-align: left !important;
    }
}

@media only screen and (min-device-width: 760px) and (max-device-width: 1024px) {
    .hideOnIpad {
        display: none;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .hideOnIpadpro {
        display: none;
    }
}

@media screen and (min-width: 1368px) {
    .hideOnDesktop {
        display: none;
    }
}

@media (max-width: 767px) {
    #regForm {
        padding: 25px 0 !important;
    }
    .credit-details {
        background: #F4F4F4;
        padding: 15px 5px;
        margin: 20px 0 0 0;
    }
    .credit-details img {
        width: 200px;
        padding: 15px 0;
    }
    .navbar.cos-nav .navbar-collapse {
        background: white;
        margin-top: 0px !important;
        position: fixed;
        max-height: 500px !important;
        overflow: scroll !important;
    }
    .container-fluid {
        width: 100%;
    }
    .form-control {
        padding: 20px;
        margin: 0 0 10px 0;
    }
    select {
        padding: 0 20px !important;
    }
    .row {
        margin: 0 0;
        padding: 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blueback {
        /* padding: 60px 0 0 0; */
        padding: 127px 0 0 0;
    }
    .credit-details {
        background: #F4F4F4;
        padding: 15px 15px 40px 15px;
        margin: 30px 0 0 0;
    }
    .box-padding {
        padding: 0 5% 0 5%;
    }
    .credit-details img {
        width: 250px;
        padding: 15px 0;
    }
    .container-fluid {
        width: 100%;
    }
    .form-control {
        padding: 20px;
        margin: 0 0 10px 0;
    }
    select {
        padding: 0 20px !important;
    }
}

@media (min-width: 1025px) {
    .blueback {
        /* padding: 60px 0 0 0; */
        padding: 127px 0 0 0;
    }
    .credit-details {
        background: #F4F4F4;
        padding: 15px 15px 40px 15px;
        margin: 30px 0 0 0;
    }
    .box-padding {
        padding: 0 15% 0 15%;
    }
    .credit-details img {
        width: 280px;
        padding: 15px 0;
    }
    .container-fluid {
        width: 85% !important;
    }
    .form-control {
        padding: 20px;
    }
    select {
        padding: 0 20px !important;
    }
}

*::placeholder,
*::-ms-input-placeholder,
*::-webkit-input-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder,
*:-o-input-placeholder {
    font-family: "Lato", sans-serif;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #03A9F4 #ebf7fc;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #ebf7fc;
}

*::-webkit-scrollbar-thumb {
    background-color: #03A9F4;
    border-radius: 5px;
    border: 2px solid #ebf7fc;
}