.expcheckout {
    max-width: 1140px !important;
}

.fa-lg {
    font-size: 2.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-user {
    margin: 3%;
    float: left;
}
.mt-5 {
    margin-top: 2rem;
}

.main-row {
    margin-bottom: 20px;
}

.heading h4 {
    color: #FA6400;
    font-weight: bold;
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
}

.btn-plain {
    color: green;
    text-transform: uppercase;
    padding: 5px 30px;
    background-color: #fff;
    border: 1px solid green;
    width: 100%;
    border-radius: 6px;
    margin-top: 5%;
}

.chck-blcks {
    padding: 21px 15px;
    border: 1px solid #ddd;
    margin-right: 13px;
}

    .chck-blcks h4 {
        font-weight: bold;
        color: #000;
    }

    .chck-blcks p {
        padding-top: 15px;
        margin-bottom: 20px;
        font-size: 14px;
    }
.deskcol td {
    font-size: 14px;
}

.chck-blcks p a {
    font-weight: bold;
    color: blue;
}

.btn-fill {
    background-color: orange;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px 30px;
    border: none;
    width: 100%;
    margin-top: 6%;
}

.sbtnexp {
    margin-top: 0px !important;
}
.Promocmargin {
    Padding-left: 0px !important;
}


.input-fields {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    .input-fields i {
        color: #fff;
        background-color: #ddd;
        padding: 17px;
        margin: 0;
    }

    .input-fields input {
        margin: 0;
        padding: 0.7rem;
        width: 80%;
        border: none
    }




.sub-head {
    display: block;
}

    .sub-head p {
        float: left;
    }

    .sub-head span {
        float: right;
    }

.tot {
    text-align: right;
}
/*Footer styles starts here*/
.copyRight {
    padding-top: 20px;
    color: #000;
    margin-bottom: 0 !important;
}

.h6 {
    padding-bottom: 30px;
}

.footer {
    text-align: center;
    border-top: 2px solid #ddd;
    margin-top: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        top: 1px;
    }

input.default:checked + .slider {
    background-color: #444;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Footer styles ends here */
.show{
    display:inline !important;
}
.fielderror {
    color: #f52424 !important;
    font-size: 13px;
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .chckblcks input {
        width: 70% !important;
    }
}

@media screen and (min-width: 1023px) {
    .deskcol {
        max-width: 32.333% !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .expcheckout {
        max-width: 90% !important;
    }

    .expp {
        font-size: 1rem !important;
    }

    .promocode .btn {
        width: 40%;
        margin-top: 5%;
        text-align: center;
        margin-left: 27%;
    }
}

#expressCheckoutForm div.fielderror {
    display: none;
}

#Login div.fielderror {
    display: none;
}

.individual {
    color: #FA6400;
    margin-top: 5%;
}


.container-fluid.secondary-menu ul.nav.navbar-nav {
    display: inherit !important;
}

    .container-fluid.secondary-menu ul.nav.navbar-nav li.dropdown.show > .dropdown-menu {
        display: flex !important;
    }

.individual a {
    color: #FA6400;
    margin-top: 5%;
    text-decoration: none;
    font-size: 1rem;
}

.iicon{
    color: black !important;
}

.card {
    position: absolute !important;
    width: 90% !important;
    padding: 10px 25px;
    margin-left: -8% !important;
    font-size: 14px;
    margin-top: -23%;
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
}

.movie-card {
    width: 92% !important;
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 25px;
    position: absolute !important;
    margin-top: 4%;
    font-size: 14px;
}

.panel {
    display: none;
}

.panels {
    display: none;
}

    .panels .text {
        background-color: #fff;
    }

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group h5 {
    border: 0;
    background: transparent;
}

.input-group {
    border: 1px solid #ddd;
}

    .input-group i {
        color: #fff;
        background-color: #ddd;
        padding: 17px;
        margin: 0;
    }

    .input-group input {
        margin: 0;
        padding: 10px 19px !important;
        width: 73% !important;
        border: none;
    }

.individual-card {
    margin-left: 15px !important;
    margin-top: -38% !important;
}
.undo u {
    color: #fff !important;
    text-decoration: underline !important;
}

#expressCheckoutForm .input-group-addon {
    background: transparent;
    border: 0px !important;
    padding: 0px !important;
    position: relative;
    margin-top: -9%;
    margin-right: 4%;
    float: right;
}

@media screen and (max-width:600px) {
    .container-fluid.secondary-menu ul.nav.navbar-nav li.dropdown.show > .dropdown-menu {
        min-width: 350px
    }
}

@media screen and (max-width:1024px) {
    #expressCheckoutForm .input-group-addon {
        background: transparent;
        border: 0px !important;
        padding: 0px !important;
        position: relative;
        margin-top: -11%;
        margin-right: 4%;
        float: right;
    }
}