


@import url('../fonts/avenir/Avenir-Medium.eot');
@import url('../fonts/avenir/Avenir-Medium.ttf');
@import url('../fonts/avenir/Avenir-Medium.woff');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

@font-face {
    font-family: 'Avenir';
     src: url("../fonts/avenir/Avenir-Book.ttf");
    /*src: url('../fonts/avenir/Avenir-Medium.eot') format('woff2'),*/
    /*     url('../fonts/avenir/Avenir-Medium.ttf') format('woff'),*/
    /*     url('../fonts/avenir/Avenir-Medium.woff') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir', sans-serif;
}

/* body{
    font-family: "Inter", sans-serif;
} */
.CTAbutton{
    background-color: #3c6fa4;
/* padding: 10px 27px 10px 27px !important; */
border-radius: 41px;
color: #fff !important;
/* font-size: 24px; */
font-weight: 500;
/* line-height: 31.26px; */
text-align: left;
}

.bannerSection{
    background-image: url('../images/kept-banner-bg.png');
    background-size: cover;
    background-position: center;
}
.form-control{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #fff !important;
    padding: 12px 18px;
}
.form-control:focus {
    color: #fff;
    background: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
::placeholder{
    color: #fff !important;
font-size: 16px;
font-weight: 400;

}

.bannerQuote{
    background-color: #D9D9D9;
    border-radius: 24px;
}
.text-dark{
    color: #000 !important;
}
.bannerBtn{
    font-weight: 500;
}
input::placeholder {
    color: #fff;
    opacity: 1;
}
.call_no{
    /* font-size: 22px; */
    color: #000 !important;
}
.mainSectionBtn{ 
     background: #3c6fa4;
    padding: 14px 18px;
    color: white;
    border: none;
    border-radius: 42px;
 
font-weight: 500;

}
.infoSection{
    background-image: url('../images/layerBg.png');
    background-size: cover;
    background-position: center;
}
.callBtn{
    background: #3c6fa4;
    padding: 6px 8px;
    border: none;
    border-radius: 18px;
}
footer{
    /* background-image: url('../images/Group.png'); */
    background: rgba(245, 245, 245, 1);
    background-size: cover;
    background-position: center;
}
.footerCTA{
    color: rgba(52, 52, 52, 1);

}

.infoSectionImg{
    position: absolute;
    top: 0;
    right: 0;
}

/* styling css  */
.bannerContent h4{
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.bannerContent h1{
font-size: 50px;
font-weight: 700;
}
.bannerContent p{
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 1);
}
.mainSectionContent h1{
font-size: 40px;
font-weight: 700;
}
.mainSectionContent{
    padding-left: 10%;
}
.call_text{
    font-size: 20px;
}
.featuresContent h3{
font-size: 30px;
font-weight: 400;
max-width: 80%;
}
.featuresContent h4{
font-size: 30px;
font-weight: 400;
}
.featuresContent h5{
font-size: 22px;
font-weight: 400;
}
.footer_head{
font-size: 30px;
font-weight: 700;

}
.footer_list li{
font-weight: 400;
}
.footer_contact-link{
font-size: 14px;
font-weight: 400;
line-height: 14.53px;
color: #000;
text-decoration: none;

}

/* 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;
}



/* responsive bwehaviour start here  */
@media screen and (max-width:525px) {
    .input_box{
        margin-bottom: 5px !important;
    }
    .bannerContent h4 {
        font-size: 22px;
    }
    .bannerContent h1 {
        font-size: 28px;
        font-weight: 700;
    }
    .icon_image{
        width: 100%;
    }
    .featuresContent h3 {
        font-size: 25px;
        font-weight: 400;
        max-width: 100%;
    }
    .mainSectionContent h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .mainSectionContent h4{
        font-size: 14px;
    }
    .mainSectionBtn {
        font-size: 15px;
    }
    .call_text {
        font-size: 14px;
    }
     p{
        text-align: justify;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .input_box{
        margin-bottom: 0px !important;
    }
    .bannerContent h4 {
        font-size: 24px;
    }
    .bannerContent h1 {
        font-size: 30px;
        max-width: 70%;
    }
    .bannerContent p{
        max-width: 77%;
    }
    .mainSection_img img{
        width: 50% !important;
    }
    .mainSectionContent h1 {
        font-size: 34px;
        font-weight: 700;
    }
    .mainSectionContent h4{
        font-size: 18px;
    }
    .mainSectionBtn {
        font-size: 15px;
    }
}
@media (min-width:1024px) and (max-width:1400px) {
    .bannerContent h1 {
        font-size: 36px;
        max-width: 80%;
    }
    .bannerContent p{
        max-width: 77%;
    }
    .input_box{
        margin-bottom: 0px !important;
    }
    .mainSectionContent h1 {
        font-size: 29px;
        font-weight: 700;
    }
    .mainSectionContent h4{
        font-size: 18px;
    }
    .mainSectionBtn {
        font-size: 15px;
    }
    .infoSectionImg {
        top: 90px;
    }
    .infoSectionImg img{
        width: 85% !important;
    }
}
@media (min-width:1400px) {
    .footer_para{
        text-align: justify !important;
    }
}

.keptdiy_contact_card{
    background: linear-gradient(to bottom, rgba(0, 52, 104, 1) 0%, rgba(0, 99, 168, 1) 100%);
    color:white;
}

.contactBanner-section{
    background: linear-gradient(to bottom, rgba(0, 52, 104, 1) 0%, rgba(0, 99, 168, 1) 100%);
    color:white;

}
.otherBanner-section{
    background: linear-gradient(to bottom, rgba(0, 52, 104, 1) 0%, rgba(0, 99, 168, 1) 100%);
    color:white;

}
.contactBanner-section{
    background: linear-gradient(to bottom, rgba(0, 52, 104, 1) 0%, rgba(0, 99, 168, 1) 100%);
    color:white;

}

.homeRedirectingIcon i{
    border: 1px solid black;
    border-radius: 50%;
    padding: 8px;
}
.domainNameText{
    color: #3c6fa4;
}
.bannerContent p{
    line-height: inherit;
}
.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 24px; /* Adjust based on image size and spacing preference */
    margin-bottom: 10px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    background-image: url(../images/Bullet-Point.png);
    background-size: cover;
    height: 16px;
    width: 16px;
}