.beware-top{
    margin-top: 96px;
}
.beware-baner{
    width: 100%;
}
.beware-bg{
    background-image: url(../images/flowers-bg.png);
}
.beware{
    padding: 35px 0px 25px;
}
.beware h6{
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 15px;
}
.beware h1{
    font-size: 32px;
    margin-bottom: 15px;
    color: #00b7ac;
    text-align: center;
}
.beware h2{
    font-size: 26px;
    margin-bottom: 15px;
    color: #034ea1;
    text-align: center;
}
.beware p{
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}
.beware ul li{
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}
.beware ul li span, .beware p span{
    font-family: 'MontserratEB';
}
.payment-para{
    font-family: 'MontserratEB';
    text-align: center !important;
}
.payment-para-second{
    font-family: 'MontserratEB';
}
.second-head{
    margin-top: 35px;
}
.head-bottom{
    margin-bottom: 10px;
    color: #034ea1;
    text-align: center;
}
.p-bottom{
    margin-bottom: 0px !important;
    font-family: Montserrat !important;
}
.a-tag{
    color:#034ea1 !important;
}
.beware h5{
    font-family: 'Montserrat';
    font-size: 18px;
    margin-bottom: 15px;
    color: red;
}
.payment-link{
    text-align: center !important;
}
.payment-para a{
    color: #034ea1;
    font-family: 'MontserratEB';
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #034ea1;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e;
    border-radius: 10px;
}
@media only screen and (max-width: 499px){
    .beware-top {
        margin-top: 80px!important;
    }
    .beware h2{
        font-size: 18px;
        line-height: 25px;
    }
    .beware h1{
        font-size: 20px;
    }
    .beware ul{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px){
    .desktop-hide {
        display: block;
        margin-top: 90px;
    }
    .mobile-hide {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:3000px){
    .desktop-hide {
        display: none;
    }
    .mobile-hide {
        display: block;
    }
}



