#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.RefundPolicy::after {
    background: linear-gradient(0deg, #0e1122, transparent);
}
.head-phone-txt {
    color: #ffc342;
}
.mtop{
    margin-top: 3%;
}

.top-packages {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-packages h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #313137;
}

.container.para {
    color: #333;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 25px;
}

.container.content {
    padding: 10px;
}

.container.content ul {
    list-style-type: none;
}

.container.content ul li {
    margin-bottom: 20px;
}

.container.content ul li p {
    margin-top: 0;
    margin-bottom: 0;
}

.container.content ul li ul {
    padding: 10px;
}



.paragraph_padding{
    padding: 15px;
}