section.cntct-1 {
    padding: 50px 0;
}

.cntct-infrmtn{
    margin-top: 40px;
}

.cntct-infrmtn h2 {
    color: #004e8b;
    font-size: 40px;
    margin-bottom: 30px;
}
.cntct-frm-nw{
    margin-top: 50px;
}


.cntct-frm-nw input,
textarea {
    background: transparent;
    border-radius: 0px;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 16px;
    border-color: #ccc;
}

.cntct-frm-nw textarea {
    height: auto;
    padding-top: 10px;
}

.cntct-frm-nw input::placeholder,
textarea::placeholder {
    color: #535353;

}
.cntct-frm-nw button {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: .6s all;
    border: 0;
}

.info-icon i {
    margin-top: 2px;
    background: linear-gradient(90deg, #fbab5d 0%, #bb4b44 100%);
    font-size: 22px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 500%;
    animation: color 10s linear infinite;
    width: 26px;
}

.cntct-sc-mn button {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: .6s all;
    border: 0;
}

.info-icon img {
    width: auto;
}

.info-box {
    display: flex;
}

.info-icon {
    width: 7%;
}

.info-icon-right {
    width: 93%;
    margin-bottom: 20px;
}


.info-icon-right h3 {

    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.info-icon-right h4 {

    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #776d6d;
    margin-bottom: 0;
}

.info-icon-right h4 a {
    text-decoration: none;
    font-size: 16px;
    color: #776d6d;
}

.info-box1 {
    margin-bottom: 20px;
}

.info-icon-right h3 a {
    color: #776d6d;
    text-decoration: none;
}


.frm-1 input,
textarea {
    background: transparent;
    border-radius: 25px;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 22px;
    border-color: #b1b1b1;
    color: #000000;
}

.frm-1 textarea {
    height: auto;
    padding-top: 10px;
}

.frm-1 input::placeholder,
textarea::placeholder {
    color: #b1b1b1;

}
section.enqry-frm {
    margin-top: 80px;
}

section.enqry-frm h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 30px;
}



#enquiry-form {
    padding-top: 150px;
    margin-top: -100px;
}




 @media (max-width: 767.9px) {
    .cntct-infrmtn h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
section.enqry-frm {
    margin-top: 30px;
}


    section.cntct-1 {
        padding: 30px 0;
    }
    .info-icon {
        width: 9%;
    }
    .info-icon i {
        margin-top: 5px;
        font-size: 19px;
    }
    .cntct-frm-nw input, textarea {
        margin-bottom: 12px;
    }
    .cntct-frm-nw {
        margin-top: 30px;
    }


 }

 @media (min-width: 1200px) and (max-width: 1399.9px) {


 }

.wpcf7-form-control
{
display: block;
  
  padding: .375rem .75rem;
    padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.wpcf7-textarea{width: 100%;}
.wpcf7-tel{width: 100%;}
.wpcf7-text{width: 100%;}
.wpcf7-submit {
  background: linear-gradient(180deg, #F44336 60%, #c22f25 100%)  !important;
  padding: 10px 20px;
  color: #ffffff  !important;
  text-decoration: none;
  border-radius: 10px  !important;
  min-width: 135px  !important;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  transition: .7s all;
  margin-right: 15px;
  width: 135px  !important;
}





