@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.main-wrapper{
    background: url('../images/header-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
}
.citi-logo{
    width: 45px;
    height: 21px;
}
.header-heading{
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
}
.fs-20{
    font-size: 20px;
}
.fs-12{
    font-size: 13px;
}
sup {
    top: -15px;
    left: -5px;
}
.fs-15{
    font-size: 17px;
}
.input-form{
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
    height: 42px;
}
.pl-110{
    padding-left: 110px;

}
.label-01{
    font-size: 12px;
}
.counted{
    position: absolute;
    color: #fff;
    left: 26px;
    transform: translate(5px, 39px);
}
::placeholder{
    color: #fff;
}
.btn-login{
    background: #05588a;
    border: none;
    border-radius: 0px !important;
    display: flex;
    margin: auto;
    color: #fff;
    padding: 8px 65px;
}
.bg-img-01{
    background: url('https://businessaccess.citibank.citigroup.com/cbusol/ang/be-the-best-background-1440.d7b4ba3e02edd3c3.svg');
    background-repeat: no-repeat;
    /* background-size: contain; */
    height: 400px;
}
.main-box{
    padding-top: 30px;
    padding-left: 55px;
}
.main-box h1{
    font-size: 65px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #34495f;
    margin-left: -5rem;
}
.para-3{
    font-size: 19px;
    text-align: left;
    color: #333;
    font-weight: bold;
}
.ml-60{
    margin-left: 60px;
}
.bg-img-02{
    background: url('https://businessaccess.citibank.citigroup.com/cbusol/ang/asset/img/video-image-background.svg');
    background-repeat: no-repeat;
    /* background-size: contain; */
    height: 400px;
    position: absolute;
    right: 0;
    transform: translate(-42px,-140px);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
}
.anker{
    text-decoration: underline;
    font-size: 20px;
}
.img-video{
    position: absolute;
    right: 0;
    transform: translate(36px, -23px);
    width: 81%;
    cursor: pointer;
}
.footer{
    padding-top: 270px;
}
.main-footer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
padding-left: 0px;
}

.main-footer li a{
    color: #595959;
    background-color: transparent;
    margin-left: 24px;
    font-size: 12px;
}
.footer-para{
    color: #595959;
    font-size: 10px;
    margin-left: 20px;
}
@media screen and (max-width:991px) {
    .ml-60{
        margin-left: 0px;
    }
    .main-box h1 {
        font-size: 33px;
        font-weight: 200;
        line-height: 1;
        text-align: left;
        color: #34495f;
        margin-left: -4rem;
        margin-top: 19px;
        background: white;
    }
    .para-3 {
        font-size: 11px;
        text-align: left;
        color: #333;
        font-weight: bold;
    }
    .bg-img-02{
        background: url('https://businessaccess.citibank.citigroup.com/cbusol/ang/asset/img/video-image-background.svg');
        background-repeat: no-repeat;
        /* background-size: contain; */
        height: 270px;
        position: inherit !important;
        left: 0 !important;
        transform: translate(0px,0px) !important;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 40px;
    }
    .anker{
        text-decoration: underline;
        font-size: 20px;
    }
    .img-video{
        position: absolute;
        left: 0;
        transform: translate(0px, 0px);
        width: 100%;
        cursor: pointer;
    }
    .bg-img-01 {
       
        height: 360px;
    }
    .footer{
        padding-top: 230px;
    } 
}
.rbc-input-control {
    height: 50px;
    width: 100%;
    border-radius: 0px;
    background: #F6F6F6;
    border-bottom: 1px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid #80bdff;
    outline: 0;
    box-shadow: none !important;
}

.btn-danger-01{
    border: none;
outline: none;
color: #fff;
background-color: #1a73e8;
padding: 0.625rem 1.25rem;
cursor: pointer;
border-radius: 0.312rem;
font-size: 1rem;
}
.input-001{
    height: 40px;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #fff;
    padding: 9px;
}
.h-150{
    height: 100vh;
}
.img-nav{
    animation: crescendo 1.5s alternate infinite ease-in;
}
@keyframes crescendo {
   
    
    0%   {transform: scale(.8);}
    100% {transform: scale(1.3);}
   
}