@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
.success {
    padding-top: 20px;
    color: #283E99;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.success strong{
    font-weight: 500 !important;
}
.site-logo-custom img {
    width: 50px;
}
.custom-nav-list li a {
    color: #000;
    /* menu links */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:30px; /* 116.667% */
}
.custom-nav-list li a:hover{
	color: #283E99;
}
section.main-home-banner-image {
    padding: 50px 0px;
    height: 718px;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.custom-nav-list {
    gap: 20px;
}
.custom-container {
    width: 100%;
    padding: 0px 15px;
    max-width:2000px;
    margin: 0 auto;
    z-index: 90;
    position: relative;
}
.custom-dividation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.second-section-about-bio-text {
    padding: 50px 0px;
	
}
.section-title h2 {
    color: var(--Blue, #283E99);
    /* headliners */
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px; /* 75% */
}
.section-title {
    padding-bottom: 30px;
}
.about-all-desc p:not(:last-child) {
    margin-bottom: 30px !important;
}
.about-all-desc p{
    margin:0px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.navbar-toggler:focus{
	box-shadow: unset;
}
span.navbar-toggler-icon svg {
    height: 35px;
    width: 35px;
}
button.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.navbar-toggler-icon {
    width: 100%;
    height: 100%;
}
.three-grid-image-text {
    padding-top: 40px;
}

.dividation-grids {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.construction-image-border img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.dividation-grids .grid-text p {
    margin: 0;
    color: var(--Blue, #283E99);
    text-align: center;
    font-family: Poppins;
    font-size:28px;
    font-style: normal;
    font-weight: 600;
    line-height:40px; /* 75% */
}

.dividation-grids .grid-text {
    padding-top: 15px;
}
section.cta-section-custom {
    padding: 80px 0px;
    background-image: url(../images/contact-back.png);
    background-size: cover;
    background-position: top center;
    position: relative;
}
.divide-cta-section {
    display: flex;
    gap: 50px;
    align-items: center;
}
.details-divide img {
    width: 50px;
    height: 50px;
}
.left-side-cta {
    width: 50%;
}

.right-side-contact-form {
    width: 50%;
}
.left-side-cta h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.4px;
    padding-bottom: 20px;
    margin: 0;
    line-height: 50px;
}
.left-side-cta h2 {
    padding-bottom: 20px;
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.details-divide a {
    text-decoration: unset;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.details-divide {
    display: flex;
    gap:15px;
    align-items: center;
}

.details-divide p {
    text-decoration: unset;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.left-side-cta .details-divide:nth-child(4) {
    align-items: flex-start !important;
}
.details-divide:not(:last-child) {
    margin-bottom: 30px;
}
.right-side-bg {
    border: 6px solid var(--green-stroke, #229C48);
    background: var(--light-gray, #CCD5DA);
    padding:40px;
}
.right-side-bg h2 {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 40px;
    color: #283E99;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.inputs-dividations {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 20px;
}
.inputs-dividations label {
    color: #283E99;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.custom-submit-btn {
    margin-top: 30px;
    text-align:center;
}
.custom-submit-btn button{
    border:unset;
    background:unset;
}
.custom-submit-btn button img{
    width:70px;
    height:70px;
}
.inputs-dividations input{
    background:transparent;
    border:unset;
    color:#000;
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-bottom:3px solid #00008B !important;
}
.inputs-dividations input:focus,
.inputs-dividations textarea:focus{
	background: transparent;
	border: unset;
	outline: unset;
	text-decoration: unset;
}
.inputs-dividations textarea::-webkit-scrollbar{
	display: none;
}
.inputs-dividations textarea {
    background:transparent;
    border:unset;
    width: 100%;
     color:#000;
    font-size: 16px;
    border-bottom:3px solid #00008B !important;
    resize:unset;
}
footer {
    background: var(--Green, #229C48);
    padding: 80px 0px;
}
.footer-all-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 45.161% */
    margin-bottom: 10px;
}
.footer-all-content {
    text-align: center;
}
.footer-all-content p {
    color: #FFF;
/* white 40 pts semibold */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.footer-all-content a {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-decoration: unset;
}
section.prarffin-full-banner-hero {
    padding: 50px 0px;
    height: 448px;
    background-position: top center !important;
    background-size: cover !important;
}
section.second-sec-text-image {
    padding: 50px 0px;
}

.dividation-image-text {
    display: flex;
    gap: 50px;
    align-items: center;
}

.left-image-hero {
    width: 45%;
}

.right-side-text {
    width: 55%;
}

.left-image-hero img {
    width: 100%;
    object-fit: cover;
}

.right-side-text h2 {
    text-transform: uppercase;
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size:70px;
    font-style: normal;
    font-weight: 600;
    line-height:80px;
}
.simple-text-main p {
    margin: 0px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.simple-text-main p:not(:last-child) {
    margin-bottom: 30px !important;
}
.simple-text-main{
    padding-bottom:40px;
    border-bottom: 3px solid #229C48;
}
section.case-study-full-hero-sec {
    padding: 50px 0px;
}

.top-heading-case-study h2 {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size:45px;
    font-style: normal;
    font-weight: 600;
    line-height:60px;
}

.top-heading-case-study h2 span {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
}
.top-heading-case-study {
    margin-bottom: 30px;
}
.top-heading-case-study {
    margin-bottom: 30px;
}

.case-study-image-text-divide {
    display: flex;
    align-items: center;
    gap: 30px;
}

.case-left-image {
    width: 40%;
}

.case-study-right-text {
    width: 60%;
}

.case-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-study-right-text p {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 40px;
    font-weight: 400;
    font-size: 24px;
    margin: 0px;
}
.case-study-right-text p:not(:last-child) {
    margin-bottom: 30px !important;
}


.single-pdf-link a {
    display: flex;
    align-items: center;
    gap: 10px;
}


.single-pdf-link a {
    text-transform: uppercase;
    margin: 0;
    text-decoration: unset;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.pdf-links {
    margin-top: 40px;
}

.single-pdf-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.control-section-full-bleed {
    padding: 50px 0px;
}

.main-content-divide-control {
    display: flex;
    gap: 50px;
    align-items: center;
}

.conttrol-left-image {
    width: 45%;
}

.control-right-text {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.conttrol-left-image img {
    width: 100%;
    border: 6px solid var(--Green, #229C48);
    background: #FFF;
    object-fit: cover;
}
.control-right-text h2 {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height:70px;
}
.control-right-text h2 span {
    font-size: 30px;
    font-weight: 700;
}
.control-right-text p {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:50px;
}
section.control-simple-text {
    padding: 50px 0px;
}
section.control-simple-text {
    padding: 50px 0px;
}

.control-all-text p {
    color: #000;
    font-family: Poppins;
    font-size:20px;
    font-style: normal;
    font-weight: 400;
    line-height:30px;

    margin: 0px;
}
.control-all-text p:not(:last-child) {
    margin-bottom: 30px !important;
}
section.chainbreaker-section-full-bleed {
    padding: 50px 0px;
}
.main-content-divide-chainbreaker {
    display: flex;
    gap: 50px;
    align-items: center;
}
.chainbreaker-left-image {
    width: 45%;
}
.chainbreaker-right-text {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.chainbreaker-left-image img {
    width: 100%;
    object-fit: cover;
}
.chainbreaker-right-text h2 {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height:70px;
}
.chainbreaker-right-text p {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:50px;
}
.inner-content-chainbreaker {
    padding-top:40px;
}
.inner-content-chainbreaker p{
    color: #000;
    margin: 0px;
    font-family: Poppins;
    font-size:20px;
    font-style: normal;
    font-weight: 400;
    line-height:30px;
}
.single-pdf-link a img {
    width: 70px;
    height: 70px;
}
.inner-content-chainbreaker p:not(:last-child) {
    margin-bottom: 30px !important;
}
section.second-section-other-uses-list {
    padding-bottom: 50px;
}
.main-listing-chainbreaker h3 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--Green, #229C48);
    font-family: Poppins;
    font-size:36px;
    font-style: normal;
    font-weight: 700;
    line-height:50px;
    text-transform: uppercase;
}
.main-listing-chainbreaker ul li {
    color: #000;
    font-family: Poppins;
    font-size:20px;
    font-style: normal;
    font-weight: 700;
    line-height:30px;
}
.main-listing-chainbreaker ul li:not(:last-child){
    margin-bottom:30px;
}
.main-content-improve h3 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--Green, #229C48);
    font-family: Poppins;
    font-size:36px;
    font-style: normal;
    font-weight: 700;
    line-height:50px;
    text-transform: uppercase;
}
section.improve-petrol-full-hero {
    padding: 20px 0px 50px 0px;
}
.main-content-improve p {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    margin: 0px;
}
.main-content-improve p:not(:last-child) {
    margin-bottom: 30px !important;
}
section.carbonate-scale-full-bleed {
    padding: 50px 0px;
}
section.carbonate-scale-full-bleed {
    padding: 50px 0px;
}
.main-heading-carbonate-bleed{
    margin-bottom:40px;
    display:flex;
    justify-content:center;
}
.main-heading-carbonate-bleed h3 {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height:70px; /* 110% */
}

.main-heading-carbonate-bleed h4 {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height:60px; /* 110% */
}
.main-content-text-carbonate-scale p {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
	
}	
	.main-content-text-carbonate-scale h5 {
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 37px;
	
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 10px;

}
.main-content-text-carbonate-scale ul li:not(:last-child){
     margin-bottom: 30px;
}
.main-content-text-carbonate-scale ul li{
    color: #000;
    letter-spacing: 0.4px;
    line-height: 37px;
    font-weight: 400;
    font-size: 27px;
}
section.carbonate-solved-section {
    padding-bottom: 50px;
}

.inner-section-carbonate-text-image {
    display: flex;
    align-items: center;
    gap: 30px;
}

.left-image-carbonate img {
    width: 100%;
    border: 3px solid green;
    height: 100%;
}

.left-image-carbonate {
    width: 45%;
}

.right-side-text-carbonate {
    width: 55%;
    padding-right:85px;
}
.right-side-text-carbonate h4 {
    margin-bottom:25px;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--Green, #229C48);
    font-family: Poppins;
    font-weight: 700;
}
.right-side-text-carbonate h4 span {
    text-transform: capitalize;
}
.right-side-text-carbonate p {
    letter-spacing: 0.4px;
    margin: 0px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.right-side-text-carbonate p:not(:last-child) {
    margin-bottom: 30px !important;
}
.smnall-para-text {
    padding: 40px 0px;
}

.smnall-para-text p {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    margin: 0px;
}
section.section-carbonate-scale {
    padding-bottom: 50px;
}

.inner-section-carbonate-scale {
    display: flex;
    align-items: center;
    gap: 30px;
}

.left-side-carbonate-scale-text {
    width: 50%;
    padding-left: 85px;
}

.right-side-carbonate-scale-img {
    width: 50%;
}
.right-side-carbonate-scale-img img{
    width:100%;
    border: 3px solid green;
    height: 100%;
}
.left-side-carbonate-scale-text h4 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--Green, #229C48);
    font-family: Poppins;
    font-weight: 700;
}

.left-side-carbonate-scale-text h4 span {
    text-transform: capitalize;
}
.left-side-carbonate-scale-text p {
    letter-spacing: 0.4px;
    margin: 0px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.left-side-carbonate-scale-text p:not(:last-child) {
    margin-bottom: 30px !important;
}
section.main-section-water-flood {
    padding: 50px 0px;
}
section.main-section-water-flood {
    padding: 50px 0px;
}

.main-water-flood-image-text {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 50px;
}

.left-side-image-water-flood {
    width: 55%;
}

.water-flood-text-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.left-side-image-water-flood img {
    width: 100%;
}

.water-flood-text-right h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height:70px; /* 110% */
}

.water-flood-text-right p {
    margin: 0;
    color: var(--Blue, #283E99);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:50px; /* 112.857% */
}

.water-flood-text-all h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #229C48;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height:50px; /* 137.333% */
}
.water-flood-text-all p { 
    margin-bottom: 30px;
    color: #000;
    font-family: Poppins;
    font-size:20px;
    font-style: normal;
    font-weight: 400;
    line-height:30px;
}
.water-flood-text-all ol {
    padding-left: 15px;
}
.water-flood-text-all ol li {
    color: #000;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    margin: 0px;
}
.water-flood-text-all ol li:not(:last-child){
    margin-bottom:20px;
}
section.chainbreaker-lastbox-section {
    padding: 50px 20px;
}

.custom-contain-box-section {
    padding: 30px;
    border: 3px solid green;
    text-align: center;
}
.all-box.sized-content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 40px;
    margin-bottom: 25px;
}

.all-box.sized-content h3 span {
    color: #229C48;
}

.all-box.sized-content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 40px;
    margin-bottom: 25px;
}


.all-box.sized-content h2 {
    color: #229C48;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 600;
}

.all-box.sized-content p:nth-child(3) {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 40px;
    margin-bottom: 25px;
}
.all-box.sized-content p:nth-child(4) {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 40px;
    margin-bottom:0px;
}
.all-box.sized-content p:nth-child(4) span{
    color:#229C48;
}
section.damage-section-claimss-section {
    padding: 70px 0px;
}

.damage-title-text h2 {
    margin-bottom: 30px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--Blue, #283E99);
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
}
.damage-title-text p {
    margin-bottom: 0px;
    letter-spacing: 0.4px;
    color: var(--Green, #229C48);
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.hero-image-full img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.field-text-section {
    padding: 50px 0px;
}

.field-text-section p {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}
.field-text-section p span{
    color:#229C48;
    text-transform:uppercase;
    font-weight: 700;
}
section.chainbreaker-action {
    padding: 70px 0px;
}

.chain-breaker-action-title h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #283E99;
    font-size: 60px;
    letter-spacing: 0.4px;
    line-height: 70px;
    font-weight: 600;
}
.chain-breaker-action-title h2 span {
    color: #229C48;
}

.first-show-image {
    text-align: center;
}
.first-show-image img{
    height:400px;
    width:700px;
    object-fit:cover;
}

.first-show-image h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #283E99;
    font-size: 50px;
    letter-spacing: 0.4px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 15px;
}

.first-show-image {
    margin-bottom: 70px;
}
.divide-second-gallery {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.second-gallery-single-first {
    width: 45%;
}

.second-gallery-single-second {
    width: 55%;
}

.second-gallery-single-first img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.second-gallery-single-second img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.second-gallery-single-first h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #283E99;
    font-size: 50px;
    letter-spacing: 0.4px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 15px;
}
.second-gallery-single-second h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #283E99;
    font-size: 50px;
    letter-spacing: 0.4px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 15px;
}
/*Mobile Responsive Css starts here*/
@media(max-width:1024px){
	section.main-home-banner-image {
	    height: 70vh;
	}
	section.second-section-about-bio-text {
	    padding: 30px 0px;
	}
	.section-title {
	    padding-bottom: 15px;
	}
	.about-all-desc p:not(:last-child) {
	    margin-bottom: 15px !important;
	}
	.about-all-desc p {
	    font-size: 16px;
	}
	.dividation-grids {
	    gap: 30px;
	}
	.dividation-grids .grid-text p {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 0px 15px;
	    letter-spacing: 0.4px;
	}
	.divide-cta-section {
	    gap: 30px;
	}
	.right-side-bg {
	    padding: 25px;
	}
	.right-side-bg h2 {
	    font-size: 30px;
	    padding-bottom: 25px;
	}
	.left-side-cta h2 { 
	    font-size: 30px;
	}
	.details-divide a {
	    font-size: 18px;	
	}
	.details-divide p {
	    font-size: 18px;
	}
	.inputs-dividations label {
	    font-size: 20px;
	}
    .top-heading-case-study h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .top-heading-case-study h2 span {
        font-size: 50px;    
    }
    .case-study-right-text p {
        line-height: 25px;
        font-size: 16px;
    }
    .case-study-right-text p:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .case-study-right-text {
        width: 50%;
    }
    .case-left-image {
        width: 50%;
    }
    .single-pdf-link a {
        font-size: 24px;
        line-height: 30px;
    }

    .dividation-image-text {
        gap: 30px;
    }
    .right-side-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .control-right-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .control-right-text p {
        font-size: 30px;
        line-height: 40px;
    }
    section.control-section-full-bleed {
        padding: 30px 0px;
    }
    section.control-simple-text {
        padding: 30px 0px;
    }
    .main-content-divide-control {
        gap: 30px;
    }
    section.chainbreaker-section-full-bleed {
        padding: 30px 0px;
    }
    .main-content-divide-chainbreaker {
        gap: 30px;
    }
    .chainbreaker-right-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .chainbreaker-right-text p {
        font-size: 30px;
        line-height: 40px;
    }
    .inner-content-chainbreaker {
        padding-top: 30px;
    }
    section.second-section-other-uses-list {
        padding-bottom: 30px;
    }
    section.carbonate-scale-full-bleed {
        padding: 30px 0px;
    }
    .main-heading-carbonate-bleed h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .main-heading-carbonate-bleed h3 br{
        display: none;
    }
    .main-heading-carbonate-bleed {
        margin-bottom: 10px;
    }
    .main-content-text-carbonate-scale p {
        margin-bottom: 15px;
    }
    .right-side-text-carbonate h4 {
            margin-bottom: 5px;
    }
    .inner-section-carbonate-text-image {
        gap: 20px;
        flex-direction: column;
    }
    .left-image-carbonate {
        width: 93%;
    }
    .right-side-text-carbonate {
        width: 93%;
        padding-right: 0px;
    }
    .smnall-para-text {
        padding: 20px 0px;
    }
    section.carbonate-solved-section {
        padding-bottom: 10px;
    }
    .inner-section-carbonate-scale {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .left-side-carbonate-scale-text {
        width: 95%;
        padding-left: 0px;
    }
    .right-side-carbonate-scale-img {
        width: 95%;
    }
    .left-side-carbonate-scale-text h4 {
        margin-bottom: 5px;
    }
    section.main-section-water-flood {
        padding: 30px 0px;
    }
    .water-flood-text-right h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .water-flood-text-right {
        gap: 25px;
    }
    .water-flood-text-right p {
        font-size: 30px;
        line-height: 40px;
    }
    .water-flood-text-all h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }
    section.water-flood-problems {
        padding: 0px 0px 0px 0px;
    }
    section.chainbreaker-lastbox-section {
        padding: 30px 15px;
    }
    .all-box.sized-content h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .all-box.sized-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .all-box.sized-content p:nth-child(3) {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .all-box.sized-content p:nth-child(4) {
        font-size: 24px;
        line-height: 30px;
    }
    section.damage-section-claimss-section {
        padding: 40px 0px;
    }
    .damage-title-text h2 {
        margin-bottom:15px;
        color: #00008B;
        font-size: 50px;
        line-height: 60px;
    }
    .damage-title-text p {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-image-full img {
        height: 400px;
    }
    .field-text-section {
        padding: 30px 0px;
    }
    section.chainbreaker-action {
        padding: 30px 0px;
    }
    .first-show-image h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .divide-second-gallery {
        gap: 25px;
    }
    .second-gallery-single-first h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .second-gallery-single-second h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .first-show-image {
        margin-bottom: 50px;
    }
    .chain-breaker-action-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
     .custom-nav-list li a br{
        display: none;
    }
}
@media(max-width:820px){
	.dividation-grids {
	    grid-template-columns: repeat(1,1fr);
	}
	.divide-cta-section {
	    flex-direction: column;
	}
	.left-side-cta {
	    width: 100%;
	}
	.right-side-contact-form {
	    width: 100%;
	}
    .right-side-text h2 br{
        display: none;
    }
    .right-side-text h2 {
        font-size: 36px;
        line-height: 50px;
    }
    section.second-sec-text-image {
        padding: 30px 0px;
    }
    .top-heading-case-study h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .top-heading-case-study h2 br{
        display: none;
    }
    .top-heading-case-study h2 span {
        font-size: 40px;
    }
    section.case-study-full-hero-sec {
        padding: 30px 0px;
    }
    .case-study-image-text-divide {
        gap: 20px;
        flex-direction: column;
    }
    .case-left-image {
        width: 100%;
    }
    .case-study-right-text {
        width: 100%;
    }

    .single-pdf-link a {
        font-size: 18px;
        line-height: 25px;
    }   

    .control-right-text h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .control-right-text h2 br {
        display: none;
    }
    .control-right-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .control-right-text {
        gap: 50px;
    }
    .chainbreaker-right-text h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .chainbreaker-right-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .chainbreaker-right-text h2 br {
        display: none;
    }
    .main-listing-chainbreaker h3 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    section.second-section-other-uses-list {
        padding-bottom: 10px;
    }
    section.improve-petrol-full-hero {
        padding: 0px 0px 50px 0px;
    }
    .main-content-improve h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .main-heading-carbonate-bleed h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .right-side-text-carbonate h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .left-side-carbonate-scale-text h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .main-water-flood-image-text {
        gap: 20px;
        padding: 0px 15px;
        flex-direction: column;
    }
    .left-side-image-water-flood {
        width: 100%;
    }
    .water-flood-text-right {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }
    .water-flood-text-right h3 br{
        display: none;
    }
    .water-flood-text-right p br{
        display: none;
    }
    .water-flood-text-right h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .water-flood-text-right p {
        font-size: 24px;
        line-height: 30px;
    }
    .water-flood-text-all h3 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 30px;
    }
    .all-box.sized-content h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .all-box.sized-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .all-box.sized-content p:nth-child(3) {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .all-box.sized-content p:nth-child(4) {
        font-size: 16px;
        line-height: 25px;
    }
    .first-show-image h5 {
        font-size: 36px;
        line-height: 40px;
    }
    .divide-second-gallery {
        gap: 25px;
        flex-direction: column;
    }
    .second-gallery-single-first {
        width: 100%;
    }
    .second-gallery-single-first h5 {
        font-size: 36px;
        line-height: 40px;
    }
    .second-gallery-single-second {
        width: 100%;
    }
    .first-show-image img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
    .second-gallery-single-first img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .second-gallery-single-second img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .second-gallery-single-second h5 br{
        display: none;
    }
}
@media(max-width:480px){
	.section-title h2 {
	    font-size: 24px;
	    line-height: 30px;
	}
	section.cta-section-custom {
	    padding: 40px 0px;
	}
	.right-side-bg h2 {
	    font-size: 24px;
	}
    .dividation-image-text {
        gap: 20px;
        flex-direction: column;
    }
    .left-image-hero {
        width: 100%;
    }
    .right-side-text {
        width: 100%;
    }
    .right-side-text h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .simple-text-main p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .simple-text-main p {
        color: #000;
        letter-spacing: 0.4px;
        line-height: 25px;
        font-weight: 400;
        font-size: 16px;
        margin: 0px;
    }
    .simple-text-main {
        padding-bottom: 25px;
    }
    .top-heading-case-study h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .top-heading-case-study h2 span {
        font-size: 30px;
        line-height: 40px;
    }
    .single-pdf-link a {
        font-size: 16px;
        line-height: 20px;
    }

    .main-content-divide-control {
        gap: 20px;
        flex-direction: column;
    }
    .conttrol-left-image {
        width: 100%;
    }
    .control-right-text {
        width: 100%;
        gap: 10px;
    }
    section.control-section-full-bleed {
        padding-bottom: 0px;
    }
    .control-all-text p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .control-all-text p {
        line-height: 25px;
        font-size: 16px;
    }
    .main-content-divide-chainbreaker {
        gap: 20px;
        flex-direction: column;
    }
    .chainbreaker-left-image {
        width: 100%;
    }
    .chainbreaker-right-text {
        width: 100%;
        gap: 10px;
    }
    .chainbreaker-left-image img {
        height: 350px;
    }
    .chainbreaker-right-text p br{
        display: none;
    }
    .inner-content-chainbreaker p:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .inner-content-chainbreaker p {
        line-height: 25px;
        font-size: 16px;
    }
    .main-listing-chainbreaker h3 {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 20px;
    }
    .main-listing-chainbreaker ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .main-listing-chainbreaker ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-content-improve h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .main-content-improve p:not(:last-child) {
        margin-bottom: 15px !important;
    }
    .main-content-improve p {
        line-height: 25px;
        font-size: 16px;
    }
    .main-heading-carbonate-bleed h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .main-content-text-carbonate-scale p {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-content-text-carbonate-scale ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .main-content-text-carbonate-scale ul li {
        line-height: 25px;
        font-size: 16px;
    }
    .right-side-text-carbonate h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .right-side-text-carbonate p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .right-side-text-carbonate p {
        line-height: 25px;
        font-size: 16px;
    }
    .smnall-para-text {
        padding: 15px 0px;
    }
    .smnall-para-text p {
        line-height: 25px;
        font-size: 16px;
    }
    .left-side-carbonate-scale-text h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .left-side-carbonate-scale-text p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .left-side-carbonate-scale-text p {
        line-height: 25px;
        font-size: 16px;
    }
    section.section-carbonate-scale {
        padding-bottom: 30px;
    }
    .water-flood-text-right h3 br{
        display: none;
    }
    .water-flood-text-all p {
        line-height: 25px;
        font-size: 16px;
    }
    .water-flood-text-all p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .water-flood-text-all ol li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .water-flood-text-all ol li {
        line-height: 25px;
        font-size: 16px;
    }
    .custom-contain-box-section {
        padding: 20px;
    }
    section.damage-section-claimss-section {
        padding: 30px 0px;
    }
    .damage-title-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .damage-title-text h2 br{
        display: none;
    }
    .damage-title-text p br{
        display: none;
    }
    .damage-title-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .hero-image-full img {
        height: 250px;
    }
    .field-text-section p {
        line-height: 25px;
        font-size: 16px;
    }
    .chain-breaker-action-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .first-show-image h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .chain-breaker-action-title h2 {
        margin-bottom: 20px;
    }
    .first-show-image {
        margin-bottom: 30px;
    }
    .second-gallery-single-first h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .second-gallery-single-second h5 {
        font-size: 20px;
        line-height: 30px;
    }
    footer {
        padding: 50px 0px;
    }
    .footer-all-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer-all-content p {
        font-size: 20px;
        line-height: 25px;
    }
    .footer-all-content a {
        font-size: 20px;
        line-height: 25px;
    }
    section.main-home-banner-image {
        height: 200px;
        background-position: left center !important;
    }
    section.prarffin-full-banner-hero {
        height: 200px;
        background-position: left center !important;
    }
    .single-pdf-link a img {
        width: 40px;
        height: 40px;
    }
    .first-show-image img {
        height:100%;
        width: 100%;
        object-fit: contain;
    }
    .custom-nav-list li a br{
        display: none;
    }
}
@media(min-width:1024px){
	.custom-dividation-header {
	    flex-wrap: inherit;
	}
}



/*Mobile Responsive Css ends here*/

.location-info-list .location-info-row {
    display: grid;
    grid-template-columns: 1fr 0.4fr 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.location-info-list .location-info-row h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.location-info-list .location-info-row a {
    color: #229c48;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.location-info-list .location-info-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .location-info-list .location-info-row h4 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .location-info-list .location-info-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        text-align: center;
    }
}