#banner {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-image: url('../img/island-3542290_1920.jpg');
    background-position: center;
    background-repeat: no-repeat;   
    background-size: cover;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 99;
 
}

a {
    text-decoration: none !important;
}

i{
    font-size: 16px;
}
.signupcolorbutoon{
    color:#03a9f4  !important;
}
#banner.termsandcondition::after {
    background: linear-gradient(0deg, #0e1122, transparent);
}
.head-phone-txt {
    color: #ffc342;
}
.mtop{
    margin-top: 3%;
}