body{
    background-image: url(../img/linear_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
img.logo{width: 150px;}
img.maintanance_img{width: 500px;}
.card{
    background-image: url(../img/card_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
h1{
    font-size: 3rem !important;
    font-weight: 700;
    color: #004780;
}
p,a{
    font-size: 1rem !important;
    color: #7E7E7E;
}
.primary{
    color: #004780;
}
.fw-bold{font-weight: 600 !important;}
.noBreak{display: inline-block;}
footer{
    background: #004780;
    padding: 20px;
}
footer ul{
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer li{
    height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
footer li a{
    color: #004780 !important;
    line-height: 0px;
}
.footer_Box{
    justify-content: space-between;
}


@media (max-width:991.98px){
    img.logo {
        width: 140px;
    }
    img.maintanance_img {
        width: 400px;
    }
    h1 {
        font-size: 2.775rem !important;
    }
}

@media (max-width:767.98px){
    img.logo {
        width: 100px;
    
    }
    img.maintanance_img {
        width: 350px;
      }
      h1 {
        font-size: 2rem !important;
    }
    .footer_Box{
        gap: 20px;
        text-align: center;
    }
    .footer_Box p{font-size: .795rem !important;}
}