@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-LIght.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}

body {
    font-family: Roboto-Regular;
    background-color: #F5F5F5;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
button:focus {
    outline: none;
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}
.top-panel {
    padding: 5px 84px;
    background-color: #BFBFBF;
    text-align: right;
}

.top-panel a {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.top-panel a:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-panel .phone:after {
    background-image: url("../img/phone.svg");
}
.top-panel .email:after {
    background-image: url("../img/email.svg");
}

.top-contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 84px;
    background-color: #fff;
    position: relative;
}
header .navbar {
    padding: 0;
}

/*header ul li {
    margin-left: 35px;
}*/

header ul li a {
    text-transform: uppercase;
    color: #44444F;
    font-size: 16px;
}

header ul li a:hover {
    color: #07ccb5;
}

footer .copyright {
    background-color: #ffffff00;
    text-align: center;
    font-weight: 500;
}
footer.dark .copyright {
    background-color: #BFBFBF;
}

footer .copyright p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 59px;
}
.menu-btn {
    display: none;
}

.lang_select {
    background: #00b9ad;
    border: 1px solid #00b9ad;
    padding: 5px;
    cursor: pointer;
    color: #004c47;
}

.lang_select:focus{
    outline: none;
}

/*.div-otp{
    display: none;
}*/

.login-form button.dark:hover {
    background-color: #03a794;
}

.modal-body {
    padding: 50px 0px 0px 0px;
}

.modal-body .mb-5, .modal-body .my-5 {
    margin-bottom: 0rem!important;
}

.modal-body .mt-4, .modal-body .my-4 {
    margin-top: 0rem!important;
}

.cart-info input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .cart-info textarea {
    background-color: #ffffff;
}

.modal-header {
    padding: 1rem 3rem;
}

.member-title {
    margin-top: 0px;
}

.cart-info button.payment-btn {
    margin: 30px auto 0px;
}

.form-check {
    padding-left: 0rem;
}

.form-check label {
    line-height: 1;
    padding-left: 5px;
}



/*header-footer*/

#navbar {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

header{
    background-color: #f5f5f5;
    padding-bottom: 200px;
    position: relative;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.custom-btn {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    border-radius: 40px;
    min-height: 60px;
    line-height: 60px;
    padding: 2px 40px !important;
    display: inline-block;
    color: #ffffff;
    font-family: Roboto-Bold;
}

header .navbar-dark .navbar-nav .nav-link, footer .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin: 0 0 0 50px;
    padding: 0;
    font-family: Roboto-Bold;
}

header .navbar-dark .navbar-nav .nav-link.active,
footer .navbar-dark .navbar-nav .nav-link.active {
    position: relative;
}


header .navbar-dark .navbar-nav .nav-link.active:after,
footer .navbar-dark .navbar-nav .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -47px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    display: block;
}

footer {
    background-image: url('../img/bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 300px 0 30px;
}

footer .custom-btn , header .custom-btn {
    line-height: 40px;
    min-height: 40px;
    color: #ffffff;
}

#navbar .container-fluid, #navbar-footer .container-fluid {
    border-bottom: 2px solid #ffffff7d;
    padding: 20px 0;
}

.copyright {
    max-width: 80%;
    margin: 30px auto 0;
    text-align: right;
    color: #fff;
}
.copyright p {
    font-size: 14px;
    font-family: Roboto-Medium;
}
#navbar-footer {
    max-width: 80%;
    margin: auto;
    padding: 0;
}
 .logo img {
    height: 66px;
    max-width: 200px;
    width: 200px;
}
 

@media (max-width: 991px) {
    header .menu-row {
        padding: 19px 60px;
    }
    .menu-btn {
        display: block;
        background-color: transparent;
        border: none;
    }
    .menu .navbar {
        display: none;
        position: absolute;
        left: 0px;
        width: 100%;
        background-color: #fff;
        top: 100%;
        z-index: 151;
        text-align: center;
        padding: 15px;
    }
    header .menu ul li {
        margin-left: 0;
        margin-bottom: 16px;
    }
    header .menu-row {
        padding: 13px 30px;
    }
}

@media (max-width: 768px) {
    .logo img {
        max-width: 180px;
    }
}
