.section-1 {margin-top: 50px;}
.features-menu {
    background-color: #F5F6F9;
    padding: 30px 40px;
}
.features-menu li{
    background: url('../images/features/f-list-tick.svg') no-repeat left;
    padding-left: 30px;
    margin-bottom: 14px;
}
.features-menu li:last-child{margin-bottom: 0;}
.features-menu li a{
    color: #4F5D6B;
    font-size: 16px;
}
.wave-bg {background: url('../images/features/feature-wave-right.svg') no-repeat right bottom;}
.wave-bg2 {background: url('../images/features/feature-wave-left.svg') no-repeat left bottom;}
.section-2 {margin-top: 60px;}
.container-inner {
    max-width: 1150px;
    margin: 0 auto;
}
.box-shadow{box-shadow: 0px 0px 15px 0px #e9edef}
.features-icons {filter: drop-shadow(0px 5px 7px #98d1ff);width: 70px;height: 70px;}
.f-box-bg {
    background-color: #F7F7FB;
    min-height: 450px;
    padding: 40px;
}
/* .arrowUpBtn {
    position: fixed;
    bottom: 29px;
    right: 120px;
    cursor: pointer;
} */
/*--- Responsive CSS ---*/
@media (min-width: 320px) and (max-width: 767px) {
    .list-of-features{display: none;}
    .section-1 {margin-top: 20px;}
    .section-2 {margin-top: 15px;}
    .fs-60 {font-size: 30px;}
    .pt-100 {padding-top: 30px;}
    .mt-100 {margin-top: 50px;}
    .features-menu {margin-top: 25px;}
    .amlicon, .bookkicon, .dcicon, .dmicon{display: none;}
    .f-box-bg{min-height: auto;padding: 25px;}
    .wave-bg2 , .wave-bg{background: none !important;}
    #dropDownFeatureListBtn {
        width: 100%;
        background: linear-gradient(90deg, rgb(118 194 245) 0%, rgb(62 123 215) 100%);
    }
    #showFeaturesDropdownList ul li a{color: #1D3455;}
    #showFeaturesDropdownList ul li{margin-bottom: 10px;}
}
@media (min-width: 375px) and (max-width: 767px) {.fs-60 {font-size: 32px;}}
@media (min-width: 768px) and (max-width: 991px) {
    .list-of-features{display: none;}
    .fs-60 {font-size: 50px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .features-menu {padding: 30px 28px;}
    .mt-100 {margin-top: 50px;}
    .fs-60 {font-size: 40px;}
    .amlicon, .bookkicon, .dcicon, .dmicon{display: none;}
    .f-box-bg{min-height: 100%;}
    .mb-100 {margin-bottom: 50px;}
    .pt-100 {padding-top: 50px;}
    .wave-bg2 , .wave-bg{background: none !important;}
    #dropDownFeatureListBtn {width: 100%;background: linear-gradient(90deg, rgb(118 194 245) 0%, rgb(62 123 215) 100%);}
    #showFeaturesDropdownList ul li a{color: #1D3455;}
    #showFeaturesDropdownList ul li{margin-bottom: 10px;}
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .features-menu {padding: 30px 28px;}
    .f-box-bg{padding: 25px !important;}
    .section-1 h1{width: 100%;}
    .wave-bg2 , .wave-bg{background: none !important;}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .f-box-bg{min-height: 100%;}
    .wave-bg2 , .wave-bg{background: none !important;}
}