.contact-section{
    padding: 0px 0;
    margin-top: 30px;
}

.custom-contact-form{
    padding:30px;
    background:#fff;
    border-radius: 15px;
}

.form-group-custom{
    margin-bottom:25px;
}

.form-group-custom label{
    display:block;
    font-size: 20px;
    font-weight: 600;
    color:#222;
    margin-bottom:8px;
}

.form-group-custom label span{
    color:#000;
}

.form-control-custom{
    width:100%;
    border:none;
    border-bottom:2px solid #bcbcbc;
    padding:12px 0;
    font-size: 17px;
    color:#333;
    background:transparent;
    outline:none;
}

.form-control-custom::placeholder{
    color:#666;
}

.form-control-custom:focus{
    border-bottom-color:#000;
}

.textarea-custom{
    height:140px;
    resize:none;
}

.send-btn{
    width:100%;
    background: #ee5007;
    color:#fff;
    border:none;
    height:65px;
    font-size:26px;
    font-weight:500;
    transition:.3s;
}

.send-btn:hover{
    background:#222;
}

@media(max-width:767px){

    .custom-contact-form{
        padding:20px;
    }

    .form-group-custom label{
        font-size:18px;
    }

    .form-control-custom{
        font-size:16px;
    }

    .send-btn{
        font-size:20px;
        height:55px;
    }

}
.faq-section .accordion-header h5{font-size: 19px;margin: 0px;}
.accordion-button:not(.collapsed)::after {
/*  background-image: none;
  transform: none;*/
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background-color: #e7f1ff;
  font-size: 17px;
}
.orange{
 color: #ee5007;
}