#intcontainer {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9998;
    pointer-events: none;
    -webkit-animation: promoFadeIn .33s ease-in;
    animation: promoFadeIn .33s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgba(0, 0, 0, .5);
    pointer-events: all;
    display: none;
}

.intwindow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*display: none;*/
    margin: 0 auto;
    height: auto;
    max-width: 90%;
    z-index: 9999;
    /*background-color: #fff;*/
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    /*border: 2px solid #0047ca;*/
}

.intclose1 {
    position: absolute;
    right: -11px;
    top: -14px;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 19px;
    background: #f5ecdb;
    color: #ea0f0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: contain;
    font-weight: 900;
    cursor: pointer;
    z-index: 600;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: rgb(29 27 27 / 78%);
    pointer-events: all;
    display: none;
}



.foot {
    position: fixed;
    /*height: 100px;*/
    bottom: 20px;
    right: 20px;
    padding: 0 0;
    /*box-shadow: 0 -2px 0 0 rgba(255,255,255,.2);*/
    font-size: 36px;
    transition: all .2s;
    background: transparent;
    z-index: 99999;
    height: 250px!important;
    width: 300px!important;
    border-radius: 20px;
    overflow: hidden;
}

.footclose {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    /*background: #f5ecdb;*/
    color: #ea0f0f;
    transition: all .3s;
}

.foot2 {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: -10px;
    padding: 0 0;
    /*box-shadow: 0 -2px 0 0 rgba(255,255,255,.2);*/
    font-size: 36px;
    transition: all .2s;
    background: transparent;
    z-index: 99999;
}

.footclose2 {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #4e4309;
    transition: all .3s;
}

.gone {
    transition: all 300;
    opacity: 0;
// display: none;
}
.bg-black{
    background:black;
}
.col-md-12.p-1.mb-2.border-bottom.qlt:hover {
    background: black;
    color: white;
}
