.row-margin{
    margin-right: -15px;
    margin-left: -15px;
}
.beware-top{
    margin-top: 112px;
}
.beware-baner{
    width: 100%;
}
.beware-bg{
    background-image: url(../images/flowers-bg-global.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;
    font-family: 'Montserrat';
    font-weight: 600;
}
.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: Montserrat;
    font-weight: 600;
}
.payment-para{
    font-family: 'Montserrat';
    text-align: center !important;
    font-weight: 600;
}
.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: 'Montserrat';
    font-weight: 600;
}
::-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: 86px;
    }
    .mobile-hide {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .beware-top {
        margin-top: 76px;
    }
}
@media screen and (min-width:992px) and (max-width:1025px){
    .beware-top {
        margin-top: 106px;
    }
}

@media screen and (min-width:768px) and (max-width:3000px){
    .desktop-hide {
        display: none;
    }
    .mobile-hide {
        display: block;
    }
}



