@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

body{font-family: "Montserrat", sans-serif; letter-spacing: 1px;}



header{ position: relative; background-color: #f46732; z-index: 3; background: linear-gradient(90deg, #ffffff 10%, #f46732 0%); padding: 6px 0px;}
header .logo{ width: 100%; max-width: 180px; text-align: center; display: inline-block; margin: 0; padding: 0px;}
header .logo img{ width: 100%; max-width: 110px; height: auto;}
header .home_contact{ display: inline-block; margin: 0; padding: 0px 0px 0px 2rem;}
header .home_contact a{ font-size: 18px; font-weight: 700; color: #ffffff; text-decoration: none;}
header .home_contact a:hover{ color: #000e35;}

.son_plumbing_home{ position: relative;}
.light_ivory_bg{background-color: #fffdf1;}
.son_plumbing_home .hires_pipes{ width: 100%; position: relative; margin: 0; padding: 0;}
.son_plumbing_home .hires_pipes .banner_caption{ width: 100%; max-width: 650px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;}
.son_plumbing_home .hires_pipes h1{font-family: "Montserrat", sans-serif; color: #ffffff; font-size: 56px; font-weight: 700; letter-spacing: 2px; margin: 0; padding: 0;}
.son_plumbing_home .hires_pipes img{ width: 100%; height: auto;}
.son_plumbing_home .hires_pipes::after{ width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: rgba(3,63,119, 0.8); mix-blend-mode: overlay; }
.son_plumbing_home .plumer_services{  padding: 4rem 2rem 2.5rem 2rem;}
.son_plumbing_home .plumer_services ul{ width: 100%; max-width: 330px; margin: 0 auto 3.5rem auto; padding: 0;}
.son_plumbing_home .plumer_services ul li{ width: 100%; display: flex; align-items: center; list-style: none; font-size: 18px; color: #000000; font-weight: 300; margin: 0px 0px 1rem 0px; padding: 0;}
.son_plumbing_home .plumer_services ul li img{max-width: 74px; margin-right: 16px;}
.son_plumbing_home .plumer_services p{ font-size: 18px; color: #000000; font-weight: 300; margin: 0; padding: 0;}

.son_plumbing_home .help_box{ background-color: #252F36; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 210px 0px 20px 0px;}
.son_plumbing_home .help_box h2{ width: 100%; font-family: "Montserrat", sans-serif; color: #ffffff; font-size: 36px; font-weight: 600; text-transform: uppercase; text-align: center; letter-spacing: 2px; margin: 0px 0px 28px 0px; padding: 0;}
.son_plumbing_home .help_box .plumber_pipes{ max-width: 710px; background: url(../images/plumber_pipes.png) no-repeat top left; background-size: auto 100%; display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 84px;}
.son_plumbing_home .help_box .help_us_part{ width: 100%; display: flex; flex-wrap: wrap; padding-left: 150px; padding-right: 90px;}
.son_plumbing_home .help_box .contact_form{ width: 100%;}
.son_plumbing_home .help_box .contact_form .form-control{ background-color: #fffdf1; border-radius: 0; font-family: "Montserrat", sans-serif; color: #000000; font-size: 16px; font-weight: 300; border: 0; text-transform: uppercase; letter-spacing: 2px; resize: none; padding: 1.2rem .75rem;}
.son_plumbing_home .help_box .contact_form .form-control:focus{ box-shadow: none;}
.son_plumbing_home .help_box .contact_form .btn-primary{ background-color: #f46732; border-radius: 0; border: 0; font-family: "Montserrat", sans-serif; color: #ffffff; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding:0.6rem 1.5rem;}
.son_plumbing_home .help_box .contact_form .btn-primary:hover{ background-color: #000e35;}


.footer { width: 100%; max-width: 470px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: -94px 0px 0px 60px; padding: 0px 0px 0px 0px;}
.footer .footer_logo{ width: auto; display: inline-block; margin: 0; padding: 0;}
.footer .footer_logo img{ width: auto; margin: 0; padding: 0;}
.footer .social_icon{ width: auto; display: flex;}
.footer .social_icon a{ width: 36px; height: 36px; background-color: #fffdf1; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-decoration: none; font-size: 18px; color: #000000; margin: 0px 0px 0px 12px; padding: 0px;}
.footer .social_icon a img{ max-width: 22px;}
.footer .copyright{ font-size: 14px; font-weight: 500; color: #ffffff; margin: 50px 0px 0px 0px; padding: 0px;}

.thank_you_msg{ width: 100%; font-weight:500; font-size: 14px; background-color:#28a745; color: #ffffff; text-align: center; line-height: 18px; padding: 4px 10px; margin-bottom:8px;}

@media (max-width:1680px){
    header{background: linear-gradient(90deg, #ffffff 12%, #f46732 0%);}
    .son_plumbing_home .help_box{ padding-top: 166px;}
}

@media (max-width:1599px){
    header{background: linear-gradient(90deg, #ffffff 14%, #f46732 0%);}
    .son_plumbing_home .hires_pipes .banner_caption{ max-width: 550px;}
    .son_plumbing_home .hires_pipes h1{font-size: 48px;}

    .son_plumbing_home .help_box{ padding-top: 150px;}
    .son_plumbing_home .help_box h2{font-size: 32px;}
    .son_plumbing_home .help_box .plumber_pipes{max-width: 650px; background-size: 100% 100%;}
    .son_plumbing_home .help_box .help_us_part{padding-left: 180px;}    

    .footer {max-width: 380px; margin-left:90px; margin-top: -80px;}
}

@media (max-width:1400px){
    header {background: linear-gradient(90deg, #fff 13%, #f46732 0%);}
    header .logo {max-width: 152px;}    
    header .home_contact{padding: 0px 0px 0px 2rem;}
    .son_plumbing_home .hires_pipes .banner_caption{ max-width: 500px;}
    .son_plumbing_home .hires_pipes h1{font-size: 42px;}
    .son_plumbing_home .help_box{ padding-top: 148px;}
    .son_plumbing_home .help_box .plumber_pipes {max-width: 600px; background-size: 100% 100%; padding-bottom: 72px;}    
    .son_plumbing_home .help_box .help_us_part {padding-left: 150px; padding-right: 70px;}
    .son_plumbing_home .help_box .contact_form .form-control{ padding: 0.8rem .75rem;}

    .footer {margin-top: -160px;}
}

@media (max-width:1300px){
    .footer {margin-top: -134px;}
}

@media (max-width: 1199px) {
    header {background: linear-gradient(90deg, #fff 17%, #f46732 0%);}
    .son_plumbing_home .hires_pipes .banner_caption{ max-width: 450px;}
    .son_plumbing_home .hires_pipes h1{font-size: 38px;}
    .son_plumbing_home .plumer_services ul {max-width: 100%;}
    .son_plumbing_home .plumer_services ul li img {max-width: 70px;}
    .son_plumbing_home .help_box h2 {font-size: 28px;}
    .son_plumbing_home .help_box .plumber_pipes{ padding-bottom: 60px;}
    .son_plumbing_home .help_box .help_us_part {padding-left: 120px; padding-right: 55px;}
    .son_plumbing_home .help_box .contact_form .form-control{ padding: 0.6rem .75rem;}
    .son_plumbing_home .help_box .contact_form textarea{ height: 100px;}
    .footer {max-width: 410px; margin-left: 66px; margin-top: -140px;}
    .footer .footer_logo img{ max-width: 132px;}
    .footer .copyright{ margin-top: 40px;}
}

@media (max-width: 1160px) {
    .footer {max-width: 340px; margin-left: 66px; margin-top: -130px;}
}

@media (max-width: 991px) {
    header {background: linear-gradient(90deg, #fff 22%, #f46732 0%);}
    .son_plumbing_home .plumer_services ul {max-width: 400px;}
    .son_plumbing_home .help_box { padding-top: 100px;}
    .son_plumbing_home .help_box .help_us_part {padding-left: 120px; padding-right: 70px;}
    .footer { max-width: 410px; margin-left: 50px; margin-top: -50px;}

}

@media (max-width: 767px) {
    header {background: linear-gradient(90deg, #fff 26%, #f46732 0%);}
    .son_plumbing_home .plumer_services {padding: 3rem 2rem 2.5rem 2rem;}
    .son_plumbing_home .plumer_services ul{ margin-bottom: 2.5rem;}
    .son_plumbing_home .plumer_services ul li{font-size: 16px;}
    .son_plumbing_home .plumer_services ul li img {max-width: 60px;}
    .son_plumbing_home .plumer_services p{font-size: 16px;}
}

@media (max-width: 599px) {
    header {background: linear-gradient(90deg, #fff 32%, #f46732 0%);}
    .son_plumbing_home .hires_pipes h1 {font-size: 34px;}
    .son_plumbing_home .help_box {padding-top: 80px;}
    .son_plumbing_home .help_box .plumber_pipes {max-width: 600px; background-size: 620px 100%; background-position: -30px top;}    
    .son_plumbing_home .help_box .help_us_part {padding-left: 90px; padding-right: 50px;}
    .footer {max-width: 430px; margin-left: 40px;}
}

@media (max-width: 479px) {
    header {background: linear-gradient(90deg, #fff 40%, #f46732 0%);}
    header .logo {max-width: 144px;}
    header .logo img {max-width: 90px;}
    header .home_contact {padding: 0px 0px 0px 1.6rem;}
    header .home_contact a{font-size: 14px;}
    .son_plumbing_home .hires_pipes .banner_caption{ max-width: 100%; padding: 0px 20px;}
    .son_plumbing_home .hires_pipes h1 {font-size: 22px;}
    .son_plumbing_home .plumer_services {padding: 2rem 1.5rem 2rem 1.5rem;}
    .son_plumbing_home .plumer_services ul {margin-bottom: 1.6rem;}
    .son_plumbing_home .help_box {padding-top: 30px;}
    .son_plumbing_home .help_box h2{ font-size: 20px; margin: 0px 0px 12px 0px;}
    .son_plumbing_home .help_box .plumber_pipes {max-width: 100%; background-size: 480px 100%; background-position: -44px top; padding-bottom: 54px;}    
    .son_plumbing_home .help_box .help_us_part {padding-left: 30px; padding-right: 30px;}
    .son_plumbing_home .help_box .contact_form .form-control{font-size: 14px;}
    .son_plumbing_home .help_box .contact_form .btn-primary{font-size: 14px;}
    .footer{ max-width: 100%; padding: 0px 30px; margin-left: 0px;}
    .footer .footer_logo img {max-width: 100px;}
    .footer .social_icon a {width: 30px; height: 30px; font-size: 16px;}
    .footer .social_icon a img {max-width: 18px;}
    .footer .copyright {margin-top: 26px; letter-spacing: 0; font-size: 13px;}
}

@media (max-width: 400px) {
    header .logo {max-width: 138px;}
    header .home_contact {padding: 0px 0px 0px 1rem;}
    .son_plumbing_home .help_box .plumber_pipes {background-size: 440px 100%;}  
}

@media (max-width: 370px) {
    header {background: linear-gradient(90deg, #fff 50%, #f46732 0%);}
    header .home_contact {padding: 0px 0px 0px 1.6rem;}
    .son_plumbing_home .help_box .plumber_pipes {background-size: 380px 100%;}
}