@media screen and (max-width: 1920px){
   .quick_box_contact{
        height: 400px;
    }
}
@media screen and (max-width: 1440px) {
   .quick_box_contact{
        height: 500px;
    } 
}
@media screen and (max-width: 1366px) {
  
}
@media screen and (max-width: 1280px) {
    .reasons_for_the_selection{
        background-image: none;
      }
      .raeson-img-box {
    display: block;
    }
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 1024px) {
   
}
@media screen and (max-width: 991px) {
    .md-none{
        display: none;
    }
    .quick_box_contact{
        height: initial !important;
      }
}
@media screen and (max-width: 767px) {
    .md-none{
       display: none;
   }
   .mtb {
    margin: 40px 0px;
}
.what_is_quicken_ph_number {
    padding: 32px 0px;
}
.reasong_contact h2 {
    padding-top: 19px;
}
   .main_banner{
    display: none;
   }
   .banner-head{
    display: block;
  }
  .manage_finance .image img {
    display: none;
}
.manage_finance h2 {
    font-size: 28px;
}
.banner-head{
        font-size: 22px;
        background: #e9e9e9;
        padding: 98px 0px 31px 0px;
        text-align: center;
    }
   .main_banner img {
    display: none;
}
   .main_banner {
    padding: 0px 0px 272px 0px;
    background-image: linear-gradient(45deg, #a2000242, #a2000233);
}
.quick_box_contact_white {
    margin-bottom: 27px;
}
.issue_covered li{display: flex; grid-gap: 10px; margin-left: 0;}
.issue_covered span {position: initial;}
.issue_covered {padding-left: 0;}
}
@media screen and (max-width: 675px) {
    .contact---area .contact-page{
        height: 650px;
     }
}
@media screen and (max-width: 575px) {
    .contact---area .contact-page{
        height: 650px;
     }
     .main_banner
{
    padding: 77px 0px 130px 0px;
}
.manage_finance .image img{
    background-color: #a20002;
}
}
@media screen and (max-width: 475px) {

    .contact---area .contact-page{
        height: 650px;
     } 
     .mtb {
        margin: 33px 0px;
    }
    .what_is_quicken_ph_number {
        padding: 30px 0px;
    }
    .span-color {
        font-weight: 700;
    }
}
@media screen and (max-width: 414px) {
    .contact---area .contact-page{
        height: 650px;
     }
}
@media screen and (max-width: 360px) {
    .quick_box_contact {
        height: auto;
    }
}
@media screen and (max-width: 320px) {
    .banner_text h1 {
        font-size: calc(4px + 20px);
    }
    h2{
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px)  {
  
    .reasons_for_the_selection{
        padding: 0px;
    }
    .reasong_contact h2{
        font-size: 25px;
    }
    .quick_box_contact_white {
        height: 400px;
    }


}
@media only screen and (min-width: 991px) and (max-width: 1119px)  {
    .banner_text h1 {
        font-size: calc(50px + 10px);
 }
}
@media only screen and (min-width: 675px) and (max-width: 991px)  {
    .banner_text h1 {
        font-size: calc(35px + 10px);
 }
 .contact---area .contact-page{
    height: 650px;
 }
}
@media only screen and (min-width: 475px) and (max-width: 675px)  {
    .banner_text h1 {
        font-size: calc(25px + 10px);
 }

 }
 @media only screen and (min-width: 320px) and (max-width: 475px)  {
    .banner_text h1 {
        font-size: calc(14px + 10px);
 }
 }