@media (min-width: 1200px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 1500px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}
@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}
@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
}
/*dark mode css*/
.dark-mode .overlay-text h1{ color:#151515 !important }
/*dark mode css*/

.banner-search { position:relative; max-height: 250px; overflow: hidden;}
.overlay-text { position: absolute; left: 0; right: 0px; margin: 0 auto; top: 30%;}

.g-recaptcha{ margin-bottom:16px; }

.make-money-wuth-us {border: 1px solid #EEEEEE; box-shadow: 0px 4px 20px rgba(182, 182, 182, 0.25); border-radius: 20px;}

.contact-step {margin-top: 25px;}

.contact-step .way-select { white-space: nowrap; margin-bottom: 7px;}


@media only screen and (max-width: 1400px) {
.overlay-text { top: 30%; }
}



@media only screen and (max-width: 1023px) {
	.overlay-text h1 { font-size: 24px; }
	.overlay-text { top: 25%; }
	.make-money-wuth-us { margin-bottom: 20px; }
	}
@media only screen and (max-width: 991px) {
	.contactus .align-self-center.pt-5.pb-5{
		    padding-top: 10px !important;
	}
	.contactus .col-xl-4.align-self-left{
		order: 1;
		padding-top: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	.support-bg { display: none; }
	.overlay-text { padding: 20px 0; position: relative; }
	.banner-search { background-color: #eaf0fa; }
	.overlay-text h1 { font-size: 22px; margin-bottom: 10px !important; line-height: normal;}
	.overlay-text .h2 { font-size: 16px; }


}


@media only screen and (max-width: 479px) {
.make-money-wuth-us.pt-4.pl-5.pr-5.pb-4{padding: 30px !important;}
.contactus .pl-5 { padding-left: 0.2rem!important; }
.contactus .pr-5 { padding-right: 0.2rem!important; }
.contactus .form-group.mt-5 { margin-top: 1.5rem !important;}

}




