﻿body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

ul {
    padding: 0;
}

* {
    transition: all 0.2s;
}

a {
    text-decoration: none;
}

.navbar {
    padding: 0;
}

.nav-item {
    height: 80px;
    display: grid;
    align-content: center;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-size: 16px;
    padding: 0 15px;
}

.nav-item.active .nav-link {
    color: #fff;
}

.nav-item.active {
    background: #e5bc2a;
}

.navbar-brand {
    max-width: 250px;
}

.navs {
    width: 100%;
    margin-left: 300px;
}

.container.menubar {
    position: relative;
}

.navbar-brand {
    position: absolute;
}

.pull-right {
    float: right;
}

.main_content {
    border-right: 2px solid #eee;
    padding-right: 20px;
}

.coupon-input {
    display: block;
    margin-bottom: 10px;
    border: 2px solid #dce3ff;
}


/* .paymentBoxBorder {
    border-radius: 20px !important;
    border: 0.5px solid #c7c8cc;
} */

.paymentBox {
    color: #616674;
}

.paymentBox h5 {
    font-weight: 300;
}

.paymentBox h1 {
    color: #13192e;
}

.paymentBox h1 span {
    font-size: 18px;
    margin-left: -10px;
}

.paymentBox .btn {
    margin: 15px 0;
    background-color: #13192e;
    border-radius: 8px;
}

.rountCardBox {
    padding: 10px;
}

.form-group {
    margin: 5px 0;
}

.main_content h1 {
    color: #2f2f2f;
    font-size: 30px;
    margin: 12px 0;
}

.card-body.paymentBoxBorder {
    background: #e5bc2a;
    border-color: #e5bc2a;
}

.paymentBoxBorder p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-shadow: #333;
}

.divider {
    height: 2px;
    background: #eee;
    margin: 20px 0;
}

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e5bc2a;
    outline: 0;
    box-shadow: none;
}

.form-control,
.form-select {
    border-radius: 0;
    margin-bottom: 15px;
}

.cards {
    margin: 20px 0;
}

.cards .form-check.form-check-inline {
    position: relative;
    border: 1px solid #eee;
    padding: 12px 15px;
    height: 57px;
    border-radius: 8px;
    cursor: pointer;
}

.cards .form-check.form-check-inline img {
    height: 30px;
}

.cards .form-check.form-check-inline .form-check-input {
    opacity: 0;
}

.inputbox {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inputbox {
    display: flex;
    border-radius: 0;
    height: 38px;
}

.inputbox .form-control {
    border: 0;
    margin: 0;
    width: 60px;
}

.inputbox span {
    padding: 0px;
    color: #333;
}

.couponcode {
    position: absolute;
    z-index: 1;
    width: 192px;
    right: 0;
    top: 8px;
}

.couponBox {
    position: relative;
    z-index: 2;
}

.footerHead {
    background: #fff3cd;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.btn.btn-success {
    background-color: #4ce1b6;
    border-color: #4ce1b6;
}

.btn.btn-warning {
    background-color: #ffca2c;
    border-color: #ffca2c;
}

.btn {
    border-radius: 5px;
    padding: 10px 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn::before {
    position: absolute;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #4ce1b6;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
}

.btn.btn-success::before {
    background-color: #24d6a3;
}

.btn.btn-warning::before {
    background-color: #e7b214;
    border-color: #e7b214;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before,
.btn:active:focus::before {
    height: 500%;
    width: 225%;
}

.footerHead h3 {
    margin: 0 20px;
    display: grid;
    align-content: center;
}

footer {
    background: #fde9af;
    /*position: absolute;
    bottom: 0;
    width: 100%;*/
}

footer ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.list-title {
    font-size: 22px;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.foote_end {
    border-top: 1px solid #333;
    padding-top: 15px;
}

footer ul li a {
    color: #484848;
}

.social a {
    background: #a87e04;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 6px;
    margin-left: 16px;
}

.footerEnd {
    display: flex;
    justify-content: space-between;
}



.form-group label {
    display: none;
}

.foote_end {
    border-top: 0;
    padding-top: 15px;
    background: #a87e04;
    color: #fff;
}

.main_content {
    border-right: 0;
    padding-right: 0;
}

.content_box {
    border: 1px solid #eee;
    padding: 0 18px;
    border-radius: 11px;
    max-width: 1100px;
    margin: auto;
}

.margin-left-1rem {
    margin-right: 0!important;
    margin-left: 1rem !important;
}

.termsbox {
    background: #fcfcfc none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
    height: 250px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #bbb;
}

.lblCodeMsg {
    color:red;
}

.field-validation-error {
    color: red;
}


@media(max-width:991px) {
    .navbar-brand {
        position: absolute;
        right: 0;
        top: 1px;
    }
    .navbar-brand {
        position: relative;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navs {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .nav-item {
        height: auto;
        display: block;
        padding: 14px;
    }
    .dropdown-menu {
        display: block;
        position: relative !important;
        background: top;
        border: 0;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        max-width: 200px;
        padding: 10px;
    }
    .foote_end {
        margin-top: 30px;
    }
    .main_content {
        border: 0;
        padding-right: 0;
    }
    footer ul {
        margin-bottom: 0;
    }
    .list-title {
        margin-top: 20px;
    }
    .footerEnd {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
    .cards .form-check.form-check-inline {
        margin-bottom: 15px;
    }
    .h3,
    h3 {
        font-size: calc(1rem + .6vw);
    }
}

@media(max-width:500px) {
    .footerHead {
        background: #fff3cd;
        display: block;
        justify-content: center;
        padding: 15px;
        text-align: center;
    }
    .list-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    footer ul {
        font-size: 15px;
    }
    .main_content h1 {
        font-size: 25px;
    }
    .cards .form-check.form-check-inline {
        width: 43%;
        text-align: center;
    }
    .couponcode {
        width: 37vw;
        bottom: 11px;
        top: auto;
    }
}