.main-screen {
        height: 600px;
        min-height: 600px;
    }

.loader-slider {
    position: absolute;
    margin-left: 15px;
    width: calc(100% - 30px);
    /* height: 100%; */
    min-height: 600px;
    background: #1666b0;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onest,sans-serif;
}

.loader-slider p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 1200px){
    .loader-slider {
        height: 540px;
        min-height: 540px;
    }
    
    .main-screen {
        height: 540px;
    }
}

@media screen and (max-width: 1050px){ 

}
@media screen and (max-width: 991px){ 
    .loader-slider {
        height: 665px;
    }
    .main-screen {
        height: 665px;
        min-height: 665px;
    }
}

@media screen and (max-width: 769px){ 
    .loader-slider {
        height: 706px;
    }
    .main-screen {
        height: 706px;
        min-height: 706px;
    }
}

@media screen and (max-width: 767px){ 
    .loader-slider {
        height: 727px;
    }
    .main-screen {
        height: 727px;
        min-height: 727px;
    }
}
@media screen and (max-width: 375.9px){ 
    .loader-slider {
        height: 757px;
    }
    .main-screen {
        height: 757px;
        min-height: 757px;
    }
}
@media screen and (max-width: 374.9px){ 
    .loader-slider {
        height: 813px;
    }
    .main-screen {
        height: 813px;
        min-height: 813px;
    }
}

.loader-slider-content {
    text-align: center;
    color: #fff;
    
}