@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body{
    font-family: "PT Sans";
}
h1,h2,h3,h4,h5{
    color:#001a4b;
    /*font-family: Montserrat;*/
    /*font-weight: 700;*/
}
p{
    font-size: 18px;
}
ul{
    font-size: 17px;
}
img{
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header-contact-detail{
            list-style: none;
            float: left;
            margin: 0;
            padding: 0;
        }
        .header-contact-detail li{
            float: left;
            /*background: #e3e3e3;*/
            padding: 0;
        }
        .header-contact-detail:first-child li{
            margin-right: 40px;
        }
        .icon-box{
            float: left;
            margin-right: 10px;
        }
        .icon-box i{
            font-size: 24px;
            border: 1px solid;
            height: 43px;
            width: 43px;
            line-height: 43px;
            border-radius: 50%;
            text-align: center;
        }
        .fa-envelope-open{
            font-size: 18px !important;
        }
        .title-box{
            float: left;
        }
        .title-box h5{
            margin-bottom: 2px;
        }
        .title-box a{
            color: #000;
            text-decoration: inherit;
        }
        .promo-block{
            display: table;
            margin: auto;
        }
        .promo-text{
            text-align: center;
            font-size: 31px;
            font-weight: 600;
            display: inline-block;
            -webkit-backface-visibility: hidden;
            /*font-family: 'Roboto','Poppins', sans-serif;*/
            line-height: 36px;
            color: #001a4b;
        }
        .promo-text span {
            font-size: 26px;
        }
        .captchaContainer{
            background: #1662b0;
            color: #fff;
            text-align: center;
            font-size: 26px;
            border-radius: 5px;
        }
.floating-form-main-container{
		position: fixed;
        width: 400px;
        height: auto;
        background: #909090;
        right: 0px;
        z-index: 999999;
        
        transition-timing-function: ease-in;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -ms-transition: 0.8s;
        transition: 0.8s;
	}
	.float-btn{
	    width: 140px;
	    padding: 10px;
	    position: fixed;
	    right: -45px;
	    background-color: #fdcd0b;
	    color: #000;
	    -webkit-transform: rotate(270deg);
	    transform: rotate(270deg);
	    z-index: 99999;
	    top: 50%;
	    text-align: center;
	    font-weight: bold;
	    text-transform: uppercase;
	    cursor:pointer;
	} 
	.float-form{
		position: fixed;
	    width: 400px;
	    height: auto;
	    background: #fff;
	    right: 0px;
	    z-index: 999999;
	    padding: 10px 20px 0px 20px;
	    transition-timing-function: ease-in;
	    -webkit-transition: 0.8s;
	    -moz-transition: 0.8s;
	    -o-transition: 0.8s;
	    -ms-transition: 0.8s;
	    transition: 0.8s;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
        border-radius: 8px;
	}
	.show{
		right:0px;
	}
	.hide{
		right: -500px;
	}
.close-container{
font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    z-index: 9999999;
    right: 382px;
    top: -16px;
    background: #000000;
    border-radius: 100px;
    text-align: center;
    padding: 7px 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    
}
.closeForm{
    font-size: 16px;
    color: #fff;
    cursor:pointer;
}
#contactform h4{
    text-align: center;
    color: #001a4b;
    line-height: 24px;
    font-weight: bold;
}
.captchaContainer{
    margin-left: 15px;
    float: right;
    background: #545454;
    padding: 0px 15px;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 18px;
}
.captcha-custom-css{
    width: 100%;
    font-size: 24px;
}
.floatcontactsubmit-btn{
    padding: 7px 35px;
}

.captcha-mobile{
    display:none;
}
.custom-form-control{
    width: 68%;
    float: left;
}
.custom-captcha-container{
  padding: 4px 10px;
}
.haver-first-section ul{
    /*list-style: none;*/
}
.haver-first-section ul li{
    font-size: 18px;
}
.btn-submit{
    background: #001a4b;
    color: #fff;
}
/*.heading-underline{
    border-bottom: 3px solid #9a1e2d;
    display: initial;
    margin-bottom: 23px;
}*/
.heading-underline:after{
    content: '';
    position: absolute;
    top: 31px;
    left: 14px;
    background: #9a1e2d;
    height: 3px;
}
.demister-pad-container img{
    width: 100%;
}
#demister-pad-underline:after{
    width: 146px;
}
#product-config-underline:after{
    width: 232px;
}
#why-haver-standard-underline:after{
    width: 245px;
}
#industries-served-underline:after{
    width: 177px;
}
#certificate-underline:after{
    width:158px;
}
#application-underline:after{
    width: 270px;
}
.img-border{
    border: 1px solid #d6d3d3;
    padding: 5px 5px 10px 5px;
    margin-bottom: 20px;
}
.btn:hover{
    background: #6f414e;
    color: #fff;
}
.served-container img{
    width: 60%;
}
.served-container p{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.banner-container{
    width: 100%;
    height: 400px;
    background: url(../images/banner-new2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
    background-position-x: unset;
}
.mobile-banner{
    display: none;
}
footer{
    border-top: 2px solid #001a4b;
}
footer p{
    font-size: 13px;
}
footer a{
    text-decoration: none;
    color: #001a4b;
}
.footer-container{
width:1380px;
}

@media (max-width:991px){
    .custom-form-control{
        width: 78%;
    }
    .cust-container{
        max-width: 100%;
    }
}

@media (max-width:768px){
  .mobile-banner{
    display: block;
  }
  .desktop-banner{
    display: none;
  }
}

@media (max-width: 576px){
    .order-sm-1{
        order: 1;
    }
    .order-sm-2{
        order: 2;
    }
    .cust-container{
        align-items: center !important;
        justify-content: center !important;
    }
    .header-contact-detail:first-child li{
        margin-right: 10px;
    }
    .served-container p{
        font-size: 26px;
    }
}

@media (max-width: 454px){
    .header-contact-detail{
        width: 90%;
        margin: auto;
        float: none;
    }
}




