.container{
    max-width: 1170px !important;
}
body {
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
}
body::-webkit-scrollbar{width: 10px;}
body::-webkit-scrollbar-track{background: #c0c0c0;}
body::-webkit-scrollbar-thumb{background: #eb2428;}
/*====================================== CTA ========================================*/
.cta{
    display: inline-block;
    text-transform: capitalize;
    border-radius: 4px;
    background: #eb2428;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 13px 53px;
}
.cta:hover{
    color: #fff;
}
.cta:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: #ff4b4e;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cta:hover:before{
    bottom: 0;
}
/* ===================================Header=================================== */
.main-header{
    width: 100%;
    display: block;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.main-header .contact-no-wrap p i{
    border-radius: 4px;
    background-color: #eb2428;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.main-header .contact-no-wrap p{
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}
.main-header .contact-no-wrap p a{
    color: #252525;
}
.main-header .contact-no-wrap p:hover a{
    color: #eb2428;
}
/*====================================== Banner ========================================*/
.home-banner{
    width: 100%;
    display: block;
    padding: 120px 0 525px;
    margin: 0;
    background-color: #fef0f0;
    position: relative;
    text-align: center;
}
.home-banner .bnr-content h1{
    font-size: 62px;
    color: #252525;
    font-weight: 600;
    line-height: 1.387;
    margin: 0;
}
.home-banner .bnr-content h1 span {
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.home-banner .bnr-content h1 span:before {
    content: " ";
    background: #eb2428;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    right: 0;
    width: 104%;
    height: 78%;
    z-index: -9;
    margin: auto;
    border-radius: 4px;
}
.home-banner .bnr-content p{
    font-size: 18px;
    color: #252525;
    line-height: 1.667;
    margin: 25px auto 40px;
    width: 100%;
    max-width: 1000px;
}
.home-banner .bnr-content p a{
    color: #eb2428;
    font-weight: 600;
}
.home-banner .bnr-content p a:hover{
    color: #252525;
}
.home-banner .bnr-form-wrap{
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}  
.home-banner .bnr-form-wrap input[type=text] {
    width: 100%;
    max-width: 750px;
    background: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #a7afba;
    padding: 20px;
    padding-right: 200px;
    box-shadow: 0px 1px 51.33px 7.67px rgba(0, 0, 0, 0.04);
}
.home-banner .bnr-form-wrap input[type=text]::placeholder{
    opacity: 1;
}
.home-banner .bnr-form-wrap input[type=text]:focus{
    outline: none;
}
.home-banner .bnr-form-wrap input[type=submit] {
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    background: #eb2428;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    padding: 13px 26px;
}
.home-banner .bnr-form-wrap input[type=submit]:hover{
    background: #ff2f33;
} 
/*====================================== Image Sec ========================================*/
.img-sec{
    width: 100%;
    display: block;
    padding: 0;
    margin: -450px 0 0;
}
.img-sec .img-wrap img{
    border-radius: 15px;
    margin: 0 auto;
}
/*====================================== Strategy Sec ========================================*/
.strategy-sec{
    width: 100%;
    display: block;
    padding: 75px 0;
    margin: 0;
}
.strategy-sec .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 45px;
}
.strategy-sec .left-wrap {
    display: flex;
    align-items: center;
    border-right: 1px solid #c2c2c2;
    margin-right: 27px;
    padding-right: 27px;
    width: 100%;
    max-width: 460px;
}
.strategy-sec .left-wrap h2{
    font-size: 42px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 0 15px;
}
.strategy-sec .right-wrap p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #858585;
    margin: 0;
}
.strategy-sec .each-strategy {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 47.04px 1.96px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  height: 100%;
  min-height: 427px;
  transition: all 0.3s ease-in-out;
}
.strategy-sec .each-strategy:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 47.04px 1.96px rgb(0 0 0 / 16%);
}
.strategy-sec .each-strategy h3{
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    margin: 20px 0;
}
.strategy-sec .each-strategy p{
    font-size: 16px;
    color: rgb(133, 133, 133);
    line-height: 1.625;
    margin: 0;
}
.strategy-sec .each-strategy p span{
    color: #eb2428;
    text-decoration: underline;
}
/*====================================== Choose Sec ========================================*/
.choose-sec{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.choose-sec h2{
    font-size: 56px;
    font-weight: 600;
    color: #252525;
    margin: 0;
    text-align: center;
}
.choose-sec .all-block-wrap{
    margin-top: 30px;
}
.choose-sec .all-block-wrap .each-block + .each-block{
    margin-top: 20px;
}
.choose-sec .all-block-wrap .each-block{
    width: 100%;
    display: block;
    background: #fef0f0;
    border-radius: 6px;
    padding: 50px 30px;
}
.choose-sec .all-block-wrap .each-block .block-title{
    display: flex;
    align-items: center;
}
.choose-sec .all-block-wrap .each-block .block-title h5{
    font-size: 42px;
    font-weight: 600;
    color: #eb2428;
    margin: 0 30px 0 0;
}
.choose-sec .all-block-wrap .each-block .block-title h3{
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}
.choose-sec .all-block-wrap .each-block .block-content{
    margin: 20px 0 0 50px;
}
.choose-sec .all-block-wrap .each-block .block-content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #858585;
    margin: 0;
}
.choose-sec .all-block-wrap .each-block .block-content p + p{
    margin-top: 20px;
}
/*====================================== Form Sec ========================================*/
.form-sec{
    width: 100%;
    display: block;
    padding: 75px 0;
    margin: 80px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.form-sec .content-wrap h2{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}
.form-sec .content-wrap h2 strong{
    font-weight: 700;
}
.form-sec .content-wrap p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.form-sec .form-wrap{
    /* border-radius: 6px;
    box-shadow: 0px 0px 24.5px 10.5px rgba(0, 0, 0, 0.04);
    padding: 60px 20px; */
    background-color: #fff;
}
.form-sec .form-wrap .each-field{
    margin-bottom: 30px;
}
.form-sec .form-wrap .each-field input,
.form-sec .form-wrap .each-field select,
.form-sec .form-wrap .each-field textarea{
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eb2428;
    font-size: 14px;
    color: #858585;
    padding: 16px 20px;
}
.form-sec .form-wrap .each-field input:focus,
.form-sec .form-wrap .each-field select:focus,
.form-sec .form-wrap .each-field textarea:focus{
    outline: none;
}
.form-sec .form-wrap .each-field select{
    appearance: none;
    /* background-image: url(/images/landing-images/img-7.png); */
    background-image: url(https://noonesellsmore.com/wp-content/themes/nicholas-child/images/landing-images/img-7.png);
    background-repeat: no-repeat;
    background-position: 96%;
}

.form-sec .form-wrap .submit-field input[type=submit]{
    font-size: 16px;
    color: #fff;
    background: #eb2428;
    width: 170px;
    border-radius: 4px;
    padding: 16px;
    outline: none;
    border: none;
}
.form-sec .form-wrap .submit-field input[type=submit]:hover{
    background: #ff2f33;
}
/*====================================== Footer ========================================*/
#main-footer{
    width: 100%;
    display: block;
    padding: 0 ;
    margin: 0;
    background: #252525;
}
#main-footer .row{
    padding-top: 85px;
    padding-bottom: 85px;
}
#main-footer .logo-n-icons{
    width: 100%;
    max-width: 196px;
}
#main-footer .footer-icons{
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}
#main-footer .footer-icons li{
    display: inline-block;
}
#main-footer .footer-icons li + li{
    margin-left: 30px;
}
#main-footer .footer-icons li a{
    font-size: 20px;
    color: #d72f2d;
}
#main-footer .footer-icons li:hover a{
    color: #fff;
}
#main-footer h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
}
#main-footer p{
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-left: 25px;
    position: relative;
}
#main-footer p + p{
    margin-top: 20px;
}
#main-footer p i{
    position: absolute;
    top: 2px;
    left: 0;
}
#main-footer p a{
    color: #fff;
}
#main-footer p:hover a{
    color: #d72f2d;
}
#main-footer .last-col{
    margin-top: 50px;
}
#main-footer .copyright-wrap{
    width: 100%;
    display: block;
    padding: 15px !important;
    margin: 0;
    background: #000;
    text-align: center;
}
#main-footer .copyright-wrap p{
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
/*====================================== Forclosure Page Start ========================================*/
/*====================================== Forclosure Banner ========================================*/
.forclosure-banner{
    width: 100%;
    display: block;
    padding: 120px 0 440px;
    margin: 0;
    background-color: #fef0f0;
    position: relative;
    text-align: center;
}
.forclosure-banner .bnr-content h1 {
    font-size: 46px;
    color: #000;
    font-weight: 600;
    line-height: 58px;
    margin: 0;
}
.forclosure-banner .bnr-content h1 span{
    color: #fff;
    background: #eb2428;
    font-weight: 500;
    border-radius: 4px;
}
.forclosure-banner .bnr-content p {
    font-size: 18px;
    color: #252525;
    line-height: 1.667;
    margin: 25px auto 40px;
    width: 100%;
    max-width: 1060px;
    font-weight: 600;
}
.forclosure-banner .bnr-content p a{
    color: #eb2428;
    font-weight: 600;
}
.forclosure-banner .bnr-content p a:hover{
    color: #252525;
}
/*====================================== Image Sec ========================================*/
.forclosure-img-sec{
    width: 100%;
    display: block;
    padding: 0;
    margin: -450px 0 55px;
    text-align: center;
}
.forclosure-img-sec .img-wrap img{
    border-radius: 15px;
    margin: 0 auto;
}
.forclosure-img-sec .content-wrap {
    margin-top: 45px;
}
.forclosure-img-sec .content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600px;
    color: #858585;
    margin: 0;
}
/*====================================== Text Block Sec ========================================*/
.text-block{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.text-block .content-wrap{
    width: 100%;
    display: block;
    padding: 60px 50px;
    text-align: center;
    background-color: #fef0f0;
}
.text-block .content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}
.text-block .content-wrap p + p{
    margin-top: 40px;
}
.text-block.text-block-2{
    margin: 20px 0 100px;
}
/*====================================== Stage Sec ========================================*/
.stage-sec{
    width: 100%;
    display: block;
    padding: 60px 0;
    margin: 0;
}
.stage-sec h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}
.stage-sec ul{
    padding: 0;
    margin: 20px 0 0;
}
.stage-sec ul li{
    font-size: 18px;
    font-weight: 500;
    color: #858585;
    padding: 0 0 40px 30px;
    background-image: url(https://noonesellsmore.com/wp-content/themes/nicholas-child/images/forclosure-images/img-6.png);
    background-repeat: no-repeat;
    background-position: left 3px;
}
.stage-sec .content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #858585;
    margin: 0;
}
/*====================================== Content And Image Sec ========================================*/
.content-n-img-sec{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 100px;
    background-color: #e6e7ec;
}
.content-n-img-sec .row{
    align-items: center;
}
.content-n-img-sec .col-md-6{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.content-n-img-sec .img-wrap{
    visibility: hidden;
}
.content-n-img-sec .content-wrap{
    padding-left: 33%;
}
.content-n-img-sec .content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #858585;
    margin: 0;
}
.content-n-img-sec .content-wrap p + p{
    margin-top: 40px;
}
/*====================================== Image And Content Sec ========================================*/
.img-n-content-sec{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.img-n-content-sec .row{
    align-items: center;
}
.img-n-content-sec .col-md-6{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.img-n-content-sec .img-wrap{
    visibility: hidden;
}
.img-n-content-sec .content-wrap{
    padding-right: 33%;
    padding-left: 15px;
}
.img-n-content-sec .content-wrap-2{
    padding: 0 !important;
}
.img-n-content-sec .content-wrap p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #858585;
    margin: 0;
}
.img-n-content-sec .content-wrap p + p{
    margin-top: 40px;
}
.img-n-content-sec .row + .row{
    margin-top: 80px;
}
.img-n-content-sec.img-n-content-sec-2{
    padding: 0;
    margin-bottom: 120px;
}
.img-n-content-sec.img-n-content-sec-2 h3{
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 25px;
}
.img-n-content-sec.img-n-content-sec-2 p span{
    color: #f31314;
}
/*====================================== New Jersy Page Start ========================================*/
.home-banner.new-jersy-banner{
    padding-bottom: 350px;
}
.img-sec.new-jersy-img{
    margin: -300px 0 0;
    position: relative;
}
.img-sec.new-jersy-img .img-wrap{
    position: relative;
}
.img-sec.new-jersy-img .img-wrap:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3534349c;
    border-radius: 15px;
}
.img-sec.new-jersy-img .img-wrap img{
    width: 100%;
}
.img-sec.new-jersy-img .content-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    z-index: 2;
}
.img-sec.new-jersy-img .content-wrap p{
    width: 100%;
    max-width: 910px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}
.img-sec.new-jersy-img .content-wrap p a{
    text-decoration: underline !important;
    font-weight: 600;
    color: #fff;
}
.img-sec.new-jersy-img .content-wrap p a:hover{
    color: #eb2428;
}
.img-sec.new-jersy-img .content-wrap .cta{
    padding: 13px 29px;
}
.strategy-sec.new-jersy-strategy{
    padding-bottom: 45px;
}
.strategy-sec.new-jersy-strategy .left-wrap h2{
    font-size: 33px;
}
.strategy-sec.new-jersy-strategy .each-strategy{
    min-height: 250px;
}
.strategy-sec.new-jersy-strategy .col-md-6{
    margin-bottom: 30px;
}
.strategy-sec.new-jersy-strategy .img-n-heading{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.strategy-sec.new-jersy-strategy .img-n-heading h3{
    padding-left: 30px;
    margin: 0;
}
.choose-sec.new-jersy-choose-sec .container > p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #252525;
    margin: 25px auto 0;
    text-align: center;
    width: 100%;
}
.choose-sec.new-jersy-choose-sec .container > p span{
    color: #ff2f33;
}
/* ==================IDX Form Css ==================*/
#LeadSignup {
    max-width: 700px;
    margin: 0 auto;
    border: 0;
    padding-bottom: 10px;
    background-color: #fff;
}
#IDX-widgetLeadSignupHeaderWrapper{
  margin-bottom: 20px;
}
#IDX-widgetLeadSignupHeader h3{
  font-size: 20px;
  font-family: 'TrajanPro-Regular';
  margin: 0;
  padding: 5px 0;
  background-color: #da2128;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#IDX-widgetLeadSignupForm {
  max-width: unset;
  padding: 0 50px;
}
#IDX-widgetLeadSignupForm label{
    font-size: 13px;
}
#IDX-widgetLeadSignupForm input,
#IDX-widgetLeadSignupForm textarea{
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 15px;
  height: 34px;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #858585;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eb2428;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#IDX-widgetLeadSignupForm textarea{
  height: 80px !important;
  min-height: 80px
}
#IDX-widgetLeadSignupForm input[type=submit]{
  margin: 30px 0 20px !important;
  background: #da2128 !important;
  color: #FFF !important;
  border-color: #da2128 !important;
  height: 40px !important;
  padding: unset !important;
}
#IDX-widgetLeadSignupForm input[type=submit]:hover {
  background: transparent !important;
  color: #da2128 !important;
}
.page-id-476 #IDX-widgetMin-Price-label,
.page-id-476 #IDX-widgetMin-Price,
.page-id-476 #IDX-widgetMax-Price-label,
.page-id-476 #IDX-widgetMax-Price,
.page-id-568 #IDX-widgetWishfull-Value-label,
.page-id-568 #IDX-widgetWishfull-Value,
.page-id-476 #IDX-widgetleadAddress-label,
.page-id-476 #IDX-widgetleadAddress,
.page-id-568 #IDX-widgetleadAddress-label,
.page-id-568 #IDX-widgetleadAddress,
.page-id-568 #IDX-widgetMin-Price-label,
.page-id-568 #IDX-widgetMin-Price{
    display: none !important;
}

/*====================================== Responsive ========================================*/
@media screen and (max-width:1440px) {
    .content-n-img-sec .content-wrap {
        padding-left: 20%;
    }
    .img-n-content-sec .content-wrap{
        padding-right: 20%;
    }
    .img-n-content-sec .row + .row{
        margin-top: 80px;
    }
}
@media screen and (max-width:1366px) {
    .content-n-img-sec .content-wrap {
        padding-left: 16%;
    }
    .img-n-content-sec .content-wrap{
        padding-right: 16%;
    }
}
@media screen and (max-width:1199px) {
    .forclosure-banner .bnr-content{
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
    .forclosure-banner .bnr-content h1 {
        font-size: 45px;
    }
    .content-n-img-sec .content-wrap {
        padding-left: 30px;
    }
    .img-n-content-sec .content-wrap{
        padding-right: 30px;
    }
    .text-block .content-wrap {
        padding: 40px 20px;
    }
    .forclosure-img-sec .content-wrap p,
    .text-block .content-wrap p,
    .content-n-img-sec .content-wrap p,
    .img-n-content-sec .content-wrap p,
    .stage-sec .content-wrap p {
        font-size: 16px;
        line-height: 28px;
    }
    .content-n-img-sec .content-wrap p + p,
    .img-n-content-sec .content-wrap p + p,
    .text-block .content-wrap p + p{
        margin-top: 25px;
    }
    .img-n-content-sec.img-n-content-sec-2 h3 {
        font-size: 24px;
        margin: 0px 0 20px;
    }
    .stage-sec h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .stage-sec ul li {
        font-size: 16px;
        padding: 0 0 20px 30px;
    }
    .img-n-content-sec.img-n-content-sec-2 {
        margin-bottom: 60px;
    }
    .img-n-content-sec .row + .row {
        margin-top: 40px;
    }
    .img-n-content-sec .content-wrap-2{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:1024px) {
    .home-banner{
        padding: 120px 0 400px;
    }
    .home-banner .bnr-content h1 {
        font-size: 50px;
    }
    .img-sec {
        margin: -350px 0 0;
    }
    .strategy-sec .left-wrap h2 {
        font-size: 34px;
    }
    .strategy-sec .each-strategy h3 {
        font-size: 30px;
    }
    .choose-sec h2 {
        font-size: 45px;
    }
    .choose-sec .all-block-wrap .each-block .block-title h5,
    .choose-sec .all-block-wrap .each-block .block-title h3 {
        font-size: 30px;
    }
    .forclosure-banner{
        padding: 120px 0 400px;
    }
    .forclosure-banner .bnr-content{
        max-width: 950px;
    }
    .forclosure-banner .bnr-content h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .forclosure-img-sec {
        margin: -400px 0 50px;
    }
    .stage-sec ul li{
        background-size: 18px;
    }
    .strategy-sec.new-jersy-strategy .left-wrap h2 {
        font-size: 25px;
    }
    .strategy-sec .right-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width:991px) {
    .strategy-sec {
        padding: 75px 0 30px;
    }
    .strategy-sec .col-lg-4{
        width: 50%;
        margin: 0 auto 30px;
    }
    #main-footer .row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:980px) {
    .stage-sec{
        padding-bottom: 30px;
    }
    .content-n-img-sec{
        padding: 0 15px 40px;
        margin: 0 0 60px;
    }
    .content-n-img-sec .content-wrap{
        padding: 40px 15px 0 15px;
    }
    .content-n-img-sec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .content-n-img-sec .col-md-6{
        width: 100%;
        background-image: none !important;
    }
    .content-n-img-sec .img-wrap{
        visibility: visible;
    }
    .content-n-img-sec .img-wrap img{
        margin: 0 auto;
    }
    .img-n-content-sec{
        padding: 0;
    }
    .img-n-content-sec .content-wrap{
        padding: 40px 15px 0 15px;
    }
    .img-n-content-sec .row {
        flex-direction: column;
        text-align: center;
    }
    .img-n-content-sec .col-md-6{
        width: 100%;
        background-image: none !important;
    }
    .img-n-content-sec .img-wrap{
        visibility: visible;
    }
    .img-n-content-sec .img-wrap img{
        margin: 0 auto;
    }
    .img-n-content-sec .content-wrap-2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-n-content-sec .row + .row {
        margin-top: 0;
    }
    .img-sec.new-jersy-img .content-wrap p {
        margin: 0 auto 20px;
        font-size: 17px;
        line-height: 28px;
        max-width: 700px;
    }
}
@media screen and (max-width:840px) {   
    .home-banner .bnr-content h1 {
        font-size: 42px;
    }
    .home-banner .bnr-content p{
        font-size: 17px;
        line-height: 25px;
    }
    .strategy-sec .left-wrap {
        display: flex;
        align-items: center;
        border-right: 1px solid #c2c2c2;
        margin-right: 20px;
        padding-right: 20px;
        max-width: 350px;
    }
    .strategy-sec .left-wrap h2 {
        font-size: 28px;
    }
    .strategy-sec .right-wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .strategy-sec .each-strategy h3 {
        font-size: 28px;
    }
    .choose-sec h2 {
        font-size: 40px;
    }
    .choose-sec .all-block-wrap .each-block {
        padding: 30px 15px;
    }
    .choose-sec .all-block-wrap .each-block .block-title h5{
        font-size: 26px;
        margin: 0 12px 0 0;
    }
    .choose-sec .all-block-wrap .each-block .block-title h3 {
        font-size: 26px;
    }
    .choose-sec .all-block-wrap .each-block .block-content {
        margin: 20px 0 0 25px;
    }
    .choose-sec .all-block-wrap .each-block .block-content p {
        font-size: 17px;
        line-height: 25px;
    }
    .form-sec .col-md-6{
        width: 100%;
    }
    .form-sec .content-wrap{
        text-align: center;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 30px;
    }
    /* .form-sec .form-wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 30px 15px;
    } */
    .forclosure-banner .bnr-content {
        max-width: 800px;
    }
    .forclosure-banner .bnr-content h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .forclosure-banner .bnr-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .home-banner.new-jersy-banner {
        padding-bottom: 250px;
    }
    .img-sec.new-jersy-img {
        margin: -200px 0 0;
    }
    .strategy-sec.new-jersy-strategy .img-n-heading h3 br{
        display: none;
    }
    .choose-sec.new-jersy-choose-sec .container > p {
        font-size: 16px;
        line-height: 26px;
    }
    #LeadSignup{
        max-width: unset;
    }
}
@media screen and (max-width:767px) {
    .home-banner {
        padding: 120px 0 350px;
    }
    .img-sec {
        margin: -300px 0 0;
    }
    #main-footer .col-md-4 + .col-md-4{
        margin-top: 30px;
    }
    #main-footer .last-col {
        margin-top: 0;
    }
    .forclosure-banner {
        padding: 120px 0 350px;
    }
    .forclosure-img-sec {
        margin-top: -350px;
    }
    .stage-sec h2 {
        font-size: 23px;
        line-height: 32px;
    }
    .content-n-img-sec{
        margin: 0 0 60px;
        padding-left: 0;
        padding-right: 0;
    }
    .text-block.text-block-2 {
        margin: 0 0 60px;
    }
    .strategy-sec.new-jersy-strategy .col-md-6{
        width: 50%;
    }
}
@media screen and (max-width:640px) {
    .home-banner {
        padding: 120px 0 300px;
    }
    .img-sec {
        margin: -250px 0 0;
    }
    .strategy-sec .top-wrap {
        flex-direction: column;
        text-align: center;
    }
    .strategy-sec .left-wrap {
        border-right: 0;
        max-width: 100%;
        justify-content: center;
        margin: 0 0 20px;
        padding: 0;
    }
    .strategy-sec .col-lg-4 {
        width: 100%;
    }
    .strategy-sec .each-strategy {
        padding: 30px 15px;
        width: 100%;
        max-width: 350px;
        min-height: auto;
        margin: 0 auto;
    }
    .form-sec .content-wrap h2 {
        font-size: 30px;
    }
    .forclosure-banner {
        padding: 120px 0 300px;
    }
    .forclosure-img-sec {
        margin-top: -300px;
    }
    .img-sec.new-jersy-img .content-wrap p {
        font-size: 15px;
        line-height: 26px;
        max-width: 600px;
    }
    .strategy-sec.new-jersy-strategy .col-md-6 {
        width: 100%;
    }
}
@media screen and (max-width:575px) {  
    .home-banner .bnr-content h1 {
        font-size: 35px;
    }
    .home-banner .bnr-form-wrap input[type=text],
    .home-banner .bnr-form-wrap input[type=submit]{
        font-size: 14px;
    }
    .strategy-sec {
        padding: 50px 0 30px;
    }
    .choose-sec h2 {
        font-size: 32px;
    }
    .choose-sec .all-block-wrap .each-block .block-title h5,
    .choose-sec .all-block-wrap .each-block .block-title h3 {
        font-size: 20px;
    }
    .choose-sec .all-block-wrap .each-block .block-content {
        margin: 12px 0 0 20px;
    }
    .forclosure-banner .bnr-content{
        max-width: unset;
    }
    .forclosure-banner .bnr-content h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .img-sec.new-jersy-img .content-wrap {
        position: static;
        transform: unset;
        background: #252525;
        border-radius: 15px;
        padding: 30px 15px;
        margin: 30px 0 0;
    }
    #IDX-widgetLeadSignupForm input,
    #IDX-widgetLeadSignupForm textarea{
        padding: 20px 10px;
    }
}
@media screen and (max-width:490px) {
    .home-banner {
        padding: 100px 0 200px;
    }
    .home-banner .bnr-content h1 {
        font-size: 30px;
    }
    .img-sec {
        margin: -150px 0 0;
    }
    .forclosure-banner {
        padding: 100px 0 200px;
    }
    .forclosure-banner .bnr-content h1 {
        font-size: 23px;
        line-height: 32px;
    }
    .forclosure-img-sec {
        margin-top: -200px;
    }
    .stage-sec h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .img-sec.new-jersy-img .content-wrap p {
        font-size: 14px;
        line-height: 24px;
        max-width: unset;
    }
}
@media screen and (max-width: 420px) {
    .main-header .logo-wrap{
        width: 120px;
    }
    .main-header .contact-no-wrap p i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .main-header .contact-no-wrap p {
        font-size: 15px;
    }
    .strategy-sec .each-strategy h3 {
        font-size: 24px;
    }
    .form-sec {
        padding: 50px 0;
        margin: 50px 0 0;  
    }
    #IDX-widgetLeadSignupHeader h3{
        font-size: 17px;
      }
      #IDX-widgetLeadSignupForm {
        padding: 0 15px;
    }
}
@media screen and (max-width:375px) {
    .home-banner .bnr-content h1 {
        font-size: 26px;
    }
    .home-banner .bnr-form-wrap input[type=text]{
        padding: 15px;
    }
    .home-banner .bnr-form-wrap input[type=submit] {
        position: static;
        transform: unset;
        padding: 13px 26px;
        margin: 15px 0 0;
    }
    .choose-sec .all-block-wrap .each-block .block-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .choose-sec .all-block-wrap .each-block .block-title h5 {
        margin: 0 0 10px;
    }
    .choose-sec .all-block-wrap .each-block .block-content {
        margin: 12px 0 0 0;
    }
    .form-sec .content-wrap h2 {
        font-size: 22px;
    }
    .form-sec .form-wrap .each-field {
        margin-bottom: 20px;
    }
    .form-sec .form-wrap .each-field input,
    .form-sec .form-wrap .each-field select,
    .form-sec .form-wrap .each-field textarea {
        font-size: 13px;
        padding: 10px 10px;
    }
    .form-sec .form-wrap .submit-field input[type=submit] {
        font-size: 14px;
        width: 120px;
        padding: 10px;
    }
    #main-footer p {
        font-size: 14px;
    }
    #main-footer p + p {
        margin-top: 15px;
    }
}
@media screen and (max-width: 320px){
    .strategy-sec .left-wrap h2 {
        font-size: 24px;
    }
    .strategy-sec .each-strategy h3 {
        font-size: 22px;
    }
    .choose-sec h2 {
        font-size: 26px;
    }
}