@media (min-width: 2200px){
/* 	.header-wrap-inner{
		position:relative;
	}
	.hero-banner{
		    margin-top: -70px;
    padding-top: 213px;
	} */
}
@media (max-width: 1550px){
    .top-banner-text{
        margin-top: 0 !important;
    }
    .hero-banner{
        padding-bottom: 40px;
    }
    .banner-box h2{
        font-size: 53px;
    }
    .top-banner-text h1{
        font-size: 65px;
    }
    .top-banner-text h2{
        font-size: 67px;
    }
    .top-banner-text p{
        font-size: 24.13px;
    }
}

@media (min-width: 920px) and (max-width: 1200px) {

}

@media (max-width: 920px) {
    .logo-wrap{
        justify-content: space-between;
        display: flex;
		align-items: baseline;
    }
    .logo-wrap a{
        text-align: left;
    }
    /*humburger menu*/
    .hamburger {
        width: 30px;
        height: 3px;
        background-color: #000000;
        position: relative;
        display: inline-block;
        margin-top: 25px;
    }

    .hamburger:before, .hamburger:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #000000;
    }

    .hamburger:before {
        top: -10px;
    }

    .hamburger:after {
        top: 10px;
    }

    .open {
        transform: rotate(45deg);
    }

    .open:before {
        top: 0;
        transform: rotate(90deg);
    }

    .open:after {
        top: 0;
        transform: rotate(90deg);
    }

    .body-fixed {
        position: fixed;
        top: 0px;
        width: 100%;
    }
    .main-menu ul{
        flex-direction: column;
    }
    .main-menu-wrap{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .main-menu ul li a{
        padding: 10px 0;
        display: block;
    }
}

/* Mobile Responsive Design */
@media (max-width: 767px) {
    .mobile-pddin-0{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .sticker-hero, .banner-button-wrp{
        display: none;
    }
    .header-wrap-inner {
        position: relative;
    }
    .header-wrap-inner.ads-sticky{
        position: fixed;
        width: 100%;
        top: 0;
    }
    .logo-wrap img {
        max-height: 72px;
    }
    .mobile-menu-wrap {
        display: none;
        position: fixed;
        top: 114px;
        width: 100%;
        background: #fff;
        right: 0px;
        border: none;
        height: 86vh;
		border-top:1px solid #000;
    }
    .left-button {
        text-align: center;
        margin-top: 10px;
    }
    .left-button .site-btn {
        width: fit-content;
        padding: 10px 24px;
		        display: none;
    }

    /* Hero Banner */
    .hero-banner {
        padding: 0px 0;
        background-image: url("/wp-content/uploads/2025/10/mobile-grey-bg.png") !important;
        margin-top: 0;
    }
    .banner-content {
        height: 100%;
        min-height: 615px;
        align-items: end;
        padding-bottom: 10px;
    }
    .mobile-hide-sec{
        display: none;
    }
    .top-banner-text h1 {
        font-size: 48px;
        text-align: center;
    }
    .top-banner-text h2 {
        font-size: 51px;
        text-align: center;
    }
    .top-banner-text p {
        font-size: 18px;
        text-align: center;
    }
    .banner-box h2 {
        font-size: 36px;
    }
    .banner-box p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .banner-boxes-wrap {
        margin-right: 0px;
    }
    .banner-box {
        width: 48%;
        margin-bottom: 10px;
    }
    .banner-button-wrp {
        text-align: center;
    }


    /* Form Section */
    .eligibility-wrap {
        padding: 20px;
        margin-top: 0;
    }
    .eligibility-head {
        padding: 0;
    }
    .eligibility-head p{
        font-size: 18px;
    }
    .eligibility-form ul li a.active span{
        font-size: 22px;
    }
    .eligibility-form ul li a span:after{
        width: 42px;
        height: 42px;
        margin-right: -2px;
    }
    .eligibility-form ul li a span{
        width: 42px;
        height: 42px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .eligibility-form ul .nav-link:after{
        width: 60% !important;
        right: 67px;
        top: 30px;
    }
    .eligibility-form ul .nav-item:nth-child(2) .nav-link:after {
        right: auto;
        left: -31px;
    }
    .eligibility-form ul li {
        width: 33%;
    }
    .form-steps-sty li{
        width: 100% !important;
    }
    #myTab{
        justify-content: space-between;
        margin-bottom: 22px;
    }
    .next-prev-eligi button{
        min-width: 106px;
        padding: 4px 18px;
        font-size: 16px;
    }
    .next-prev-eligi button.next-eligibilty img {
        margin-left: -6px;
        width: 17px;
    }
    .next-prev-eligi .prev-eligibilty:disabled:before{
        background-size: 100%;
        width: 17px;
        height: 14px;
    }
    .next-prev-eligi .next-eligibilty:disabled:after{
        background-size: 100%;
        width: 17px;
        height: 13px;
    }
    .next-prev-eligi button.prev-eligibilty img{
        width: 17px;
    }
    .eligibility-form-wrap {
        padding: 0;
    }
    .form-steps-sty {
        flex-direction: column;
    }
    .form-steps-sty li {
        width: 100%;
        margin-bottom: 10px;
    }
    .next-prev-eligi {
        text-align: center;
    }
    .next-eligibilty, .prev-eligibilty {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .form-steps-sty li label{
        font-size: 16px;
    }

    /* Who We Are Section */
    .who-we-are {
        padding: 20px 0;
    }
    .who-we-are-content-wrap {
        padding: 0;
    }
    .who-we-are-content {
        flex-direction: column;
    }
    #who-we-are{
        padding: 20px 20px !important;
        padding-top: 42px;
    }
    .who-we-are-head p{
        font-size: 18px;
    }
    .service-box {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .who-we-are-content .col-md-4:nth-child(4), .who-we-are-content .col-md-4:nth-child(5) {
        margin-top: auto;
    }

    /* Middle Form Section */
    .middile-fomr {
        padding: 20px 0;
    }
    .form-middle-wrp {
        padding: 0 20px;
    }
    .form-middle-wrp form input[type="text"] {
        padding: 10px;
        margin: 0px;
        margin-bottom: 14px;
        width: 100%;
    }
    .form-middle-wrp .form-submit{
        width: 100% !important;
    }
    .form-submit input[type="submit"]{
        width: 100%;
        padding: 5px 0;
        margin: 0;
    }
    .form-submit:after{
        top: 15px;
    }

    /* How Does It Work Section */
    .how-does-it-work {
        padding: 20px 0;
    }
    .how-work-steps {
        flex-direction: column;
    }

    /* Saying Section */
    .saying {
        padding: 20px 0;
    }
    .sayings-wrap {
        padding: 0 20px;
    }
    .saying-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #hero, #eligibility ,#who-we-are, #middle-form, #how-does-work, #saying, #footer{
        overflow-x: hidden;
        overflow-y: hidden;
        overflow: hidden;
    }
    .footer-right-content{
        padding: 0 20px;
    }
    .footer-fprm-head p{
        font-size: 20px;
    }
    .footer-fprm-head h2{
        font-size: 34px;
    }
    .saying-head h2 {
        font-size: 36px;
    }
    .middle-form-head{
        padding: 0px !important;
    }
    .middle-form-head p {
        font-size: 24px;
    }
    #how-does-work{
        padding: 25px 10px !important;
    }
    .how-does-work-stpe{
        height: auto;
        padding-right: 15px;
        margin-bottom: 80px !important;
        padding-top: 75px !important;
        padding-left: 15px;
        text-align: center;
    }
    .how-does-work-stpe h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .how-does-work-stpe p{
        font-size: 17px;
        width: 100%;
    }
    .how-does-work-stpe a{
        margin: 0 auto;
    }
    .how-stp-cont{
        top: -15%;
        right: 37%;
    }
    .how-does-work-stpe span:after{
        content: none;
    }
    .mobil-head-phone{
        display: none;
    }
    #eligibility .wpcf7-submit{
        width: 117px;
    }
    #middle-form .form-submit {
        max-width: 100%;
    }
    #middle-form form p{
        width: 100%;
    }
    .footer-wrap .row{
        flex-direction: column-reverse;
    }
    .banner-boxes-wrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .eligibility-head h2, .eligibility-head h3 {
        font-size: 36px;
    }
    .banner-box h2::before{
        font-size: 22px;
        font-family: 'Assistant';
    }
    #middle-form .wpcf7-not-valid-tip {
        position: absolute;
        right: 71px;
        top: -3px;
    }
	.hero-banner::before, .hero-banner::after{
		content:none;
		display:none;
	}

}


@media (max-width: 400px) {
    .hero-banner{
        min-height: auto;
        margin-top: 0;
        height: auto;
    }
    .banner-content{
        min-height: 587px;
        padding-bottom: 20px;
    }
    .top-banner-text h2 {
        font-size: 46px;
    }
    .banner-box h2 {
        font-size: 34px;
    }
    .eligibility-head h2, .eligibility-head h3 {
        font-size: 40px;
    }
    .middle-form-head h2 {
        font-size: 36px;
    }
    .top-banner-text h1 {
        font-size: 43px;
        text-align: center;
    }
    .banner-box p {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
@media (max-width: 370px) {
    .top-banner-text h2 {
        font-size: 48px;
    }
    .banner-boxes-wrap {
        margin-right: -6px;
    }
    .middle-form-head p {
        font-size: 20px;
    }
}
