.bg-white {
    background: #ffffff !important;
    color: rgb(29, 29, 29) !important;
}

.radio_item {
    display: none !important;
}

.label_item {
    opacity: 0.1;
}

.radio_item:checked+label {
    opacity: 1;
}

label {
    cursor: pointer;
}

.select-pay-button,
.select-pay-button-paypal,
.select-pay-button-alipay,
.select-pay-button-alipay2 {
    float: left;
    margin: 0px 5px 0px 15px;
    width: 150px;
    height: 40px;
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 5px;
    cursor: pointer;
    z-index: 90;
    text-align: center;
    /* background: white; */
    color: black;
    border-color: aqua;
    background-size: contain !important;
}

.select-pay-button-paypal {
    background: url(../image/pay-paypal.png)no-repeat;
}

.select-pay-button-alipay {
    background: url(../image/pay-alipay.png)no-repeat;
}

.select-pay-button-alipay2 {
    background: url(../image/pay-alipay.png)no-repeat;
}

.pay-list .pay-type {
    max-width: 322px !important;
    border: 1px solid #CCC;
    border-radius: 5px;
    cursor: pointer;
    z-index: 90;
    text-align: center;
    /* background: white; */
    color: black;
    border-color: aqua;
}

.price input {
    height: 48px !important;
}

.total .price {
    color: #ffffff;
}

.total .submit-btn {
    background: #3f7aff !important;
    font-weight: 700;

}

.pay-type.active span {
    background: #3d9041 !important;
}

.pay-type p {
    padding-top: inherit !important;
}

.pay-type span {
    width: 26px !important;
    height: 26px !important;
}

.pay-list .pay-type {
    padding: 5px !important;
}

.submit-btn {
    width: 155px;
    margin-left: 45px;
    height: 50px;
    background: #c9d7ff;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 18px;
    color: #242222;
}

.months-list {
    height: 48px;
    background: #fff;
    color: black;
    margin-right: 20px;
}

select {
    width: 120px;
    height: 30px;
    font-size: 18px;
    color: #908ea2;
    background-color: transparent;
    border-radius: 5px;
}

.languages {
    text-align: center;
    margin: 8px auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.navy-bg {
    background: #001343;
}

.container-bg {
    background: #edf1fb;
}

.red-text {
    color: red!important;
}




.header-custom {
    width: 100% !important;
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 7rem;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.item {
    background-color: #353065 !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 0px !important;
    color: white !important;
    min-height: 70px !important;
}


.item a {
    height: 40px;
    color: #2c3340;
    /* border: 2px solid rgba(0, 0, 0, 0.6); */
    /* background-color: #fff; */
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    /* padding: 0 50px; */
    text-decoration: none;
    transition: all 0.2s;
    margin-top: 14px;

    font-weight: 700;
}

.layout .main .input-box input {
  height: 40px!important;
  width: 100%!important;
}

input {
    color: black !important;
    border-radius: 5px !important;
    height: 28px !important;
    width: 146px !important;
    /* text-align: center; */
    padding: 5px !important;
    margin-left: 10px !important;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

.download h3 {
    color: #FFFFFF;
    font-size: 4.5rem;
}

.download h4 {
    font-size: 3.5rem;
}

.download h5 {
    color: #FFFFFF;
    font-size: 2.5rem;
}

.first .row>div,
.third .row>div {
    margin-bottom: 0px !important;
}

.mergin-bottom {
    margin-bottom: 10px !important;
}

.mergin-text-top {
    margin-top: 90px;
}

.mergin-text-top-8 {
    margin-top: 8px;
}

.mergin-text-bottom-8 {
    margin-bottom: 8px;
}

.content-item-text {
    margin-top: 2%;
}

.conetent-item-row {
    margin-top: 10px;
}

.flex-r-s-c {
    align-items: start !important;
}

hr {
    border-top: 1px solid #333232 !important;
}

.hr-grey {
    border-top-color: grey !important;
}


.select-one-button {
    list-style-type: none;
    /* margin: 25px 0 0 0; */
    padding: 0;
}

.select-one-button li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}


.select-one-button label,
.select-one-button input {
    display: block;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}




.select-one-button input[type="radio"],
.select-one-button input[type="checkbox"] {
    opacity: 0.01;
    z-index: 100;
}

.select-one-button input[type="radio"]:checked+label,
.select-one-button input[type="checkbox"]:checked+label,
.Checked+label {
    background: rgb(171, 200, 255);
    border-color: aqua;
    background: url("../image/selected_button.png")no-repeat;
    background-size: cover;
}

.select-one-button label {
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 5px;
    cursor: pointer;
    /* z-index: 90; */
    text-align: center;
    background: white;
    color: black;
}

.select-one-button label:hover {
    background: #DDD;
    color: blueviolet;
}


.container-override {
    margin-right: auto;
    margin-left: auto;
}


@media (max-width: 768px) {
    .padding-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }


    .container-override {
    margin-right: 10px;
    margin-left: 10px;
}


}