﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../Fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../Fonts/Poppins-SemiBold.ttf') format('truetype');
}
body {
    font-family: OpenSans-Regular;
    color: #08165B;
}

.font-custom-h1 {
    color: #08165B;
    font-size:32px;
    font-family:Poppins-SemiBold;
}

.font-custom-h2 {
    color: #08165B;
    font-size: 28px;
    font-family: Poppins-SemiBold;
}



.popins-font {
    font-family: Poppins-Regular;
    color: #08165B;
}

.opensons-font {
    font-family: OpenSans-Regular !important;
    color: #08165B;
}

.paragraph-pading{
    padding-top:50px;
    padding-bottom:50px;
}

.opensons-semi-bold{
    font-family:OpenSans-Regular;
    font-weight:600;
}

.popins-bold{
    font-family:Poppins-Regular;
    font-weight:700;
}

.box-pading {
    padding: 30px;   
}

.img-shadow {
    box-shadow: 0 3px 16px #0000001A;
}

.blue-background {
    background-color: #E8EEFD;
   
}

.footer-background {
    background-color: #F0F0F0;
    padding:20px;
}

.info-section {
    padding-top: 10px;
    padding-bottom:20px;
    
}

.small-font{
    font-size:12px;
}

.line-space{
    line-height:23%;
}

.section-background {
    background-color: #FAFAFA;
}

.orange-text-color {
    color: #ED6900;
}

.blue-text-color {
    color: #08165B;
}

.seperator{
    margin:10px;
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
}

.image-top-right {
    position: absolute;
    top: 22px;
    right: 16px;
}

.btn-mocha {
    background: #ED6900;
    color: #f7f9f8;
    padding: 7px 25px;
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #ED6900;
    box-shadow: 0 3px 6px #00000029;
}

    .btn-mocha:hover {
        background: #1c2124;
        color: #f7f9f8;
        border: 2px solid #f7f9f8;
    }
#myModal .modal-dialog {
    max-width: 600px;
}


#myModal .modal-footer{
    border-top:0 !important;
}

#myModal .modal-header {
    border-bottom: 0 !important;
}

#login .modal-footer {
    border-top: 0 !important;
}

#login .modal-header {
    border-bottom: 0 !important;
}

#forgotpassword .modal-footer {
    border-top: 0 !important;
}

#forgotpassword .modal-header {
    border-bottom: 0 !important;
}


.form-control {
    background-color: #F0F0F0;
    font-size: 12px;
}

.font14px{
    font-size:14px;
}
 
.box-padding-register{
    padding:0px 15px;
}

.error-msg {
    color: #dc3545 !important;
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
}

.fix-cookie-msg-bar {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    z-index: 99999;
}

    .fix-cookie-msg-bar span {
        width: 92%;
        float: left;
        font-size: 14px;
        margin-top: 8px;
    }

.cookie-ok {
    background: #ED6900;
    color: #fff;
    padding: 7px 25px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 3px 6px #00000029;
}
a {
    color: #08165B;
}

.list-item-ol {
    font-family: OpenSans-Regular;
    font-weight: 600;
}

.list-item-ol li{
    margin-left:-23px;
}

.pointer {
    cursor: pointer;
}

.toast-info {
    background-color: #2f96b4 !important;
    width: 100%;
}

