* {
    outline: none;
}

.modal-header .close {
    margin-top: -28px !important;
    font-size: 32px;
    background-color: gray;
    border-radius: 20px;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: -7px;
}

.modal {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .modal-bottom {
        width: 90%;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


html {
    scroll-behavior: smooth;
}


#header h1 a strong {
    color: #fff !important;
    float: left !important;
    font-size: 38px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    font-style: italic !important;
    /*padding: 10px 24px 24px 40px;*/
}

@media screen and (max-width: 480px) {
    #footer_img {
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    #footer_img {
        /*width:100% !important;*/
    }
}

#loader.page-loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2000;
    background: #fff;
}

#loader div.page-loader_cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin-top: -104px;
    padding-left: 10px;
    font: 700 24px/4px "Kalam", cursive;
    /*text-transform: uppercase;*/
    color: #000; /*efedee*/
    text-align: center;
    background-color: #fff;
}

    #loader div.page-loader_cnt img {
        margin-bottom: 20px;
    }

#loader.hide {
    display: none;
}

#topactionmenu {
    display: initial; /*Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 25px; /* Place the button at the bottom of the page */
    right: 8px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #ef202a; /* Set a background color */
    /*color: white;*/ /*Text color*/
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 12px 5px 13px; /* Some padding */
    border-radius: 38px; /* Rounded corners */
    font-size: 32px; /* Increase font size */
    /*color:#fff !important;*/
    width: 47px;
    height: 47px;
}

    #topactionmenu:hover {
        background-color: #ef202a; /*c2991b Add a dark-grey background on hover */
    }

.headDiv {
    text-align: center !important;
    padding: 0 2em 0 2em !important;
}

    .headDiv div {
        height: 80px;
    }

        .headDiv div img {
            width: 4em;
            padding-top: 10px;
        }

    .headDiv h4 {
        font-weight: bold;
        color: #d6d7d9;
    }

    .headDiv p {
        color: #929298;
    }


#spopup {
    background: #f3f3f3;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-box-shadow: inset 0 0 3px #333;
    -webkit-box-shadow: inset 0 0 3px #333;
    box-shadow: inner 0 0 3px #333;
    padding: 12px 14px 12px 14px;
    width: 300px;
    position: fixed;
    bottom: 13px;
    right: 2px;
    display: none;
    z-index: 90;
}

.swal-text {
    text-align: center !important;
}

.mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a, .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:link, .mainmenu .main-menu-currency-full .main-menu-full .main-menu > ul > li.has-sub > ul > li > a:visited {
    background-color: #333333;
    color: #ffffff;
    border-left: 5px solid #bd1622;
    border-bottom: 1px solid #222222;
}

.modal-body {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}

.modal-open, .modal-open .modal {
    overflow-y: hidden !important;
    overflow: hidden !important;
}


.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/loading_4.gif?id=7') center no-repeat #fff;
}


#goToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 85px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ef202a;
    cursor: pointer;
    padding: 0px 11px 0px 14px;
    border-radius: 38px;
    font-size: 30px;
    /* color: #fff !important; */
    width: 49px;
    height: 49px;
}

    #goToTop:hover {
        background-color: #af202a; /* Add a dark-grey background on hover */
    }
