body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.top-section {
    background: #1f4083;
    padding: 10px 0;

}



.body-bg{
    background: #F5F5F5;
}

.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.pl10{
    padding-left: 10px;
}
.mt30{
    margin-top: 30px;
}

.mt40{
    margin-top: 40px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}

.box-section {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: #ffffff;
    padding: 30px 55px;
}


.trust-img {
    position: absolute;
    right: 50px;
    bottom: 0;
}



.color2{
    color: #4DA9BE;
}


.shadow-box1{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px 25px;
    -webkit-box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
    -moz-box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
    box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
    position: relative;
}

.box-img {
    position: absolute;
    left: -30px;
    top: -20px;

}

.box-img img{
    width: 100px;
}
.shadow-box2{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px 25px;
    -webkit-box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
    -moz-box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
    box-shadow: -1px 10px 11px 0px rgba(227,227,227,0.78);
}

.button02{
    margin-top: 10px;
    background:url("../../assets/img/btn2.png") no-repeat;
    background-size: contain;
    padding: 05px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.main-title{
    font-size: 36px;
}

.popup-title{
    font-size: 55px;
}
.section-title{
    font-size: 28px;
}

.section-title2{
    font-size: 22px;
}
.para-small{
    font-size: 16px;
    line-height: 24px!important;
}

.hr-line{
    padding: 0.45rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
}

.reveal{
    background: #A7C566;
    border-radius: 20px;
}

.reveal .small2{
    width: 30%!important;
}
.footer-bg {
    background: #273F7F;
    padding: 40px 0 30px;
    margin-top: 40px;
    position: relative;

}
.footer-copyright {
    font-size: 16px;
    color: #DBDBDB;
}

.footer-bg .menu a {
    font-size: 16px;
    color: #DBDBDB;
}





@media only screen and (min-width: 320px) and (max-width: 480px) {

    .box-section {
        border: 1px solid #DBDBDB;
        border-radius: 5px;
        background: #ffffff;
        padding: 20px 25px;
    }


    .main-title {
        font-size: 26px;
    }
    .popup-title{
        font-size: 30px;
    }
    .box-img img{
        width: 55px;
    }
}