@media screen and (min-width:768px){
    body{
height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section.middle-section > * {
    height: 100%;
}
}
@media screen and (max-width:1580px){
    .btm-content p {
        font-size: 26px;
        line-height: 40px;
    }
    .site-comingsoon span{
        font-size: 29px;
    }
    }
    @media screen and (max-width:1468px){
        .left-content {
            padding-right: 15px;
        }
        .btm-content p {
            font-size: 22px;
            line-height: 36px;
            max-width: 545px;
        }
        .logo img {
            max-width: 400px;
        }
        .site-comingsoon span{
            font-size: 25px;
        }
        .site-comingsoon {
            margin-top: 45px;
        }
    }

@media screen and (max-width:1240px){
    .logo img {
        max-width: 350px;
    }
    .site-comingsoon span{
        font-size: 21px;
    }
    .site-comingsoon {
        margin-top: 25px;
    }
    .btm-content p {
        font-size: 18px;
        line-height: 32px;
        max-width: 455px;
    }
}
@media screen and (max-width:1122px){
    .container-fluid {
        padding: 50px;
    }
}
@media screen and (max-width:1024px){
    *{-webkit-appearance: none;border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;-moz-border-radius: 0;}
}
@media screen and (max-width:1022px){
    .container-fluid {
        padding: 30px;
    }
}
@media screen and (max-width:991px){
    .btm-content p {
        font-size: 15px;
        line-height: 25px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .logo img {
        max-width: 280px;
    }
    .site-comingsoon span{
        font-size: 17px;
    }
    .site-comingsoon {
        margin-top: 10px;
    }
    .left-content {
        padding-right: 0;
    }
}
@media screen and (max-width:767px){
    body{
        background: #43216d;
    }
    .left-content{
        padding:0 15px 40px 15px;
        display: inline-block !important;
        width: 100%;
    }
    .btm-content {
        padding-top: 35px;
    }
    .logo img {
        max-width: 255px;
    }
}
