@media only screen and (min-width: 100px) and (max-width: 1440px) {
    .banner-content {
        width: 30%;
    }
    
}
/*for-large-dekstop view-1200*/
@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .text-me-btn a {
        padding: 8px 18px;
    }
    .banner-content {
        width: 35%;
    }
    .banner-img {
        background-position: top center;
    }
    .spacing{
        padding: 30px 0;
        background-size: cover;
    }
    .chats-slider img {
        height: 490px;
        border-radius: 0;
    }
    .chats-slider {
        left: 299px;
    }
}

/*for-laptop view-1024*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .banner-content {
        width: 42%;
    }
    .banner-content {
        width: 42%;
    }
    .portal-helpers-title h1 {
        font-size: 51px;
    }
    .portal-helpers-title p {
        font-size: 17px;
    }
    .web-title h2, .web-title h3 {
        font-size: 31px;
    }
    .talk-to-us-form-title p {
        font-size: 19px;
    }
    .our-price-title p {
        font-size: 20px;
    }
    .testimonial-card {
        height: 310px !important;
    }
    .consultant-calling {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .consultant-contact-content p {
        margin-bottom: 10px;
    }
    .last-para {
        padding-top: 10px;
    }
    .chats-slider img {
        height: 397px;
    }
    .chats-slider {
        left: 191px;
        border-radius: 26px;
    }
}


/*for-tablet view-768*/
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .banner-content {
        width: 50%;
    }
    .web-title h2, .web-title h3 {
        font-size: 28px;
    }
    .no-app-no-form-img > img {
        margin-right: 0;
        margin-top: 60px;
        width: 320px;
    }
    .consultant-content h3 {
        font-size: 35px;
    }
    .consultant-content p {
        font-size: 18px;
    }
    .consultant-content {
        padding-bottom: 20px;
    }
    .web-btn a {
        font-size: 17px;
    }
    .consultant-calling {
        width: 65%;
    }
    
    .faq-ques a {
        padding-bottom: 5px;
    }
    .footer-mail p, .footer-mail a {
        font-size: 26px;
    }
    .faq-title h2 {
        font-weight: 700;
        margin-bottom: 0;
    }
    .about-us {
        margin-top: 10px;
    }
    .consultant-content-before::before {
        display: none;
    }
    .chats-slider img {
        max-height: 290px;
        margin-top: 0;
    }
    .chats-slider {
        left: 148px;
    }
    
   .No-form-apps p {
      font-size: 30px;
   }
   .spacing{
    background-size: cover;
    padding: 30px 0;
   }
} 

/*for-landscape_mobile view-576*/
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .banner-content {
        width: 60%;
    }
    .banner-form-title h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .desktop-none{
        display: flex !important;
    }
    .responsive-none{
        display: none !important;
    }
    .main-menu ul li img {
        width: 32px;
    }
    img#selected-flag {
        width: 35px;
        height: 27px;
    }
    .country-selection select {
        font-weight: 700;
        color: var(--c7);
        text-shadow: 0px 0px 3px var(--c6);
        font-size: 20px;
    }
    .no-app-no-form-img img {
        margin: 0 auto;
        margin-top: 60px;
    }
    .consultant-calling {
        width: 85%;
    }
    .footer-social-links {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
        margin-bottom: 10px;
    }
    .stripe-payment {
        margin-bottom: 10px;
    }
    .sponsors {
        text-align: center;
    }
    .footer-mail p, .footer-mail a {
        font-size: 21px !important;
    }
    a.before-line::before {
        display: none;
    }
    .footer-menu a {
        margin: 1px 6px;
        text-align: center;
    }
    .our-price-title p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .student-consultant-title p {
        font-size: 16px;
        margin-bottom: 20px;
    }    
    .about-us-title h2 {
        padding-bottom: 0;
    }
    .testimonial-card {
        height: 260px !important;
    }
    .chats-slider img {
        margin-top: 0;
        max-height: 293px;
        border-radius: 21px;
    }
    .chats-slider {
        left: 182px;
    }
    
    form.talk-to-us-form {
    display: block;
    gap: 30px;
}
}
@media only screen and (min-width: 100px) and (max-width: 575px){
    .consultant-contact-content span {
        font-size: 22px;
        line-height: 1;
    }
    .consultant-contact-content p {
        font-size: 16px;
    }
    .consultant-calling {
        width: 100%;
        flex-wrap: wrap;
    }
    .text-me-btn a {
        font-size: 15px;
        margin-top: 9px;
    }
    .consultant-calling input {
        width: 100%;
    }
    .testimonial-content p {
        font-size: 15px;
    }
    .testimonials-title p {
        font-size: 16px;
    }
    .consultant-content h3 {
        font-size: 30px;
    }
    .consultant-content p {
        font-size: 16px;
    }
    .web-title h2, .web-title h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .no-app-no-form-body {
        padding-top: 30px;
    }
    .portal-helpers-title h1 {
        font-size: 31px;
    }
    .portal-helpersn-title p {
        font-size: 15px;
    }
    .banner-content {
        width: 100%;
        left: 0;
    }
    .banner-form-body {
        padding: 10px 20px;
        margin: 0 17px;
        margin: 0 17px;
        width : 350px
    }
    .logo img {
        width: 150px;
    }
    .country-selection select {
        width: 100px;
    }
    .main-menu {
        gap: 7px;
    }
    
    form.talk-to-us-form {
    display: block;
    gap: 30px;
}

@media only screen and (min-width: 100px) and (max-width: 370px) {
    .banner-form-body {
        padding: 10px 20px;
        margin: 0 17px;
        width: 313px;
    }
}
    
}
/* chat responsive  */
@media only screen and (min-width: 500px) and (max-width: 540px) {
    .chats-slider img {
        height: 476px;
    }
    .chats-slider {
        height: 470px;
    }
    .chats-slider .slick-track {
        height: 470px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 430px) {
    .chats-slider img {
        max-height: 290px;
    }
    .chats-slider {
        left: 151px;
    }
}

@media only screen and (min-width: 415px) and (max-width: 424px){
    .chats-slider img {
        max-height: 359px;
    }
    .chats-slider {
        left: 160px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 414px){
    .chats-slider img {
        max-height: 289px;
    }
    .chats-slider {
        left: 150px;
    }
}
@media only screen and (min-width: 389px) and (max-width: 400px){
    .chats-slider img {
        height: 301px;
    }
    .chats-slider {
        left: 146px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 388px) {
    .chats-slider img {
        max-height: 310px;
    }
    .chats-slider {
        left: 139px;
    }
}
@media only screen and (min-width: 361px) and (max-width: 375px) {
    .chats-slider img {
        max-height: 290px;
    }
    .chats-slider .slick-track {
        height: 360px;
    }
    .chats-slider {
        left: 139px;
    }
}
@media only screen and (min-width: 350px) and (max-width: 360px){
    .chats-slider img {
        max-height: 279px;
    }
    .chats-slider {
        left: 145px;
    }
        .g-recaptcha {
        transform: scale(0.89);
    }

}
@media only screen and (min-width: 319px) and (max-width: 349px){
    .chats-slider img {
        max-height: 290px;
    }
    .chats-slider {
        left: 130px;
    }
    .g-recaptcha {
        transform: scale(0.88);
    }
}