@media screen and (max-width:500px){
.notiSty{display:none !important}
}

.ctaContainer{text-align: center; margin: 20px 0 40px; padding: 10px 10px 30px; background: #dbf3ff;}
.ctaContainer h2{font-size:18px; line-height:26px; margin-bottom:15px; font-weight: 600;}
.ctaContainer span{font-size: 11px; display:inline-block; margin-top: 7px; font-style: italic;}
.feaIco li:before {
    background: url(https://www.manageengine.com/products/ad-manager/images/ntfs-feature-sprite.png) -263px 0 no-repeat;
    background-size: 280px;
    content: "";
    position: absolute;
    height: 18px;
    left: 0;
    top: 5px;
    width: 18px;
}
	.feaBanner a {
    background: #f70031 !important;
    border-radius: 3px;
    color: #fff !important;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .5s;
}
	.feaBanner ul {
    text-align: left;
    margin-bottom: 20px;
}
	.noteBG {
    background: #f8f8f8;
	}
    @media screen and (max-width: 375px) {
    .ctaContainer .wam-form.with-state ul li:nth-child(2) {
        width: 237px;
    }
    .ctaContainer .wam-form.with-state ul li:nth-child(2):before{
        margin: 20px 0 0 20px;
    }
    .ctaContainer .wam-form.with-state ul .selectedCountry{
        width: 60px;
        margin: 8px 0 0 50px;
    }
    
}
@media screen and (max-width: 320px) {
    .ctaContainer .wam-form.with-state ul li:nth-child(2){
        width: 215px;
    }
    .ctaContainer .wam-form ul li:nth-child(2):before{
        margin: 20px 0 0 40px;
    }
    .ctaContainer .wam-form ul li:nth-child(1) input{font-size: 15px;}

}
