/*-------------------------
    Pre-loader CSS
-------------------------*/
body {
    background: #ffffff;
}
body>div {
    /* display: inline; */
    text-align: center;
    /* position: absolute; */
    /* top: 40%; */
    left: 2%;
    color: #ffffff;
}
/* .Preload_banner {
    margin-top: 55px;
} */
.preload_log {
    padding: 7px 15px;
    width: 690px;
    border-radius: 10px;
    background: #c4c4c4;
    position: absolute;
    top: 40%;
    z-index: 1;
}

.modal_preloader {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3px;
}
.preloader_city {
    width: 200px;
    border: 1px solid black;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: -4px 4px 2px #717171;
    background: #1c1c1c;
}
.btn_preloader {
    border-radius: 5px;
    width: 170px;
    background: #353535 !important;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #000 !important;
    box-shadow: -4px 4px 2px #717171;
}
.select_preloader_city {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    height: 48px;
    color: #c9c9c9;
    background: #1c1c1c;
    border-radius: 5px;
    margin-left: 5px;
    outline: none;
}
.title_modal_city {
    color: #000;
    font-size: 33px;
    font-weight: bold;
    background: transparent;
    text-align: left;
    width: 100%;
    margin-left: 22px;
}
.icon-preload {
    color: #c9c9c9;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(45deg) scale(var(--ggs,1));
    width: 18px;
    height: 17px;
    border-radius: 100% 100% 0 100%;
    border: 2px solid;
    margin-top: -4px;
    margin-left: 5px;
}
.icon-preload span {
    width: 7px;
    height: 7px;
    border: 2px solid;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 25px;
}
.gg-home {
    background:
        linear-gradient(to left,
            currentColor 5px,transparent 0)
            no-repeat 0 bottom/4px 2px,
        linear-gradient(to left,
            currentColor 5px,transparent 0)
            no-repeat right bottom/4px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -2px;
    color: #c9c9c9;
    margin-left: 5px;
}
.gg-home::after,
.gg-home::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.gg-home::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0
}
.gg-home::after {
    width: 8px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    left: 3px;
    bottom: 0
}
.preloader-img {
    width: 100%;
    height: 100%;
}
.img_banner {
    position: relative;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.opacity {
    opacity: 50%;
}
.footer_preload {
    width: 100%;
    height: auto;
    z-index: 1;
    bottom: 0;
    background: #fff;
    left: 0;
    border-top: 1px solid #d9d8d8;
}
.imc {
    width: 31%;
    height: auto;
    margin: 15px;
    border-radius: 2px;
    border: none;
}
.footer__about__logo {
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    object-fit: cover;
}
.footer__about__logo img{
    max-width: 200px;
    max-height: 120px;
}
.hp {
    height: 25px;
}
.ip_b {
    width: 100%;
    height: 100%;
}
.fai {
    display: grid;
    justify-content: end;
    text-align: left;
    color: #000;
    font-size: 15px;
}
.fai a {
    margin: 10px;
}
.fai a:hover {
    color: rgb(27, 51, 233) !important;
    cursor: pointer;
}
.modal-dialog {
    max-width: 80% !important;
    height: 80% !important;
}
.modal-body {
    height: 700px !important;
    overflow: auto !important;
    padding: 35px !important;
}
.modal-body p {
    color: #000;
}
.footer__copyright__text {
    padding: 10px;
}
.hpl {
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    background: #ffffff00;
    transition: background 0.5s ease;
}
.hpl img {
    width: auto;
    height: 50px;
    left: 10px;
    position: absolute;
}
.select_preloader_city:focus {
    outline: none;
}
.select_preloader_city:active {
    outline: none;
}
.bm {
    display: none;
}
@media (max-width : 1399px){
    .imc {
        width: 25%;
    }
}
@media (max-width : 991px){
    .imc {
        width: 25%;
    }
}
@media only screen and (max-width : 765px){
    .img_banner {
        position: relative;
    }
    .preload_log {
        padding: 10px 0;
        border-radius: 0;
        position: absolute;
        background: transparent;
        width: 100%;
        /* top: 50px !important; */
    }
    .modal_preloader {
        display: grid;
    }
    .title_modal_city {
        text-align: center;
        font-size: 25px;
        margin-left: 0;
        color: #fdfdfd;
        text-shadow: black 2px 2px;
    }
    .preloader_city {
        margin: 12px;
        width: 300px;
    }
    .btn_preloader {
        margin: 10px
    }
    body>div {
        left: 0%;
    }
    .fai {
        justify-content: start;
    }
    .hp {
        height: 0;
    }
    .hpl {
        height: 50px;
    }
    .hpl img {
        height: 45px;
    }
    .imc {
        width: 25%;
    }
    .Preload_banner {
        margin-top: 50px;
    }
    .bm {
        display: contents;
    }
    .bw {
        display: none;
    }
    /* .info_preloader {
        background: #242424;
    } */
}
@media (max-width : 575px){
    .imc {
        width: 100%;
        /* min-height: 200px; */
    }
    .modal-dialog {
        max-width: 100% !important;
        height: 80%;
    }
}
@media (max-width : 479px){
    .imc {
        width: 100%;
        /* min-height: 200px; */
    }
    .preload_log {
        top: 20%;
    }
}
/*Modal*/
.modal-header {
    border: none;
}
.modal-content {
    /* border-radius: 25px; */
    /* border: 5px solid rgba(255, 255, 255, 0.2); */
    background: #fff !important;
}
.modal-body {
    height: auto;
    overflow: auto;
    padding: 5px;
}
.modal-header h4 {
    color: rgb(81, 81, 81);
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-dialog {
    max-width: max-content;
}
.owl-carousel .item {
    background: #000;
}