
.contact-wrapper {
    position: relative;
    padding: 150px 0 150px;
}

.contact-wrapper .contact-cover .contact-bg {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.contact-wrapper .contact-cover .contact-bg img {
    width: 100%;
    display: block;
    height: 100%;
}

.contact-wrapper .contact-cover .row {
    position: relative;
}

.contact-wrapper .contact-cover h2 {
    color: rgba(0, 0, 0, 1);
    line-height: 56px;
    margin: 0 0 30px;
    font-weight: 500;
    max-width: 386px;
      max-width: 378px;
    font-size: 56px;
}

.contact-wrapper .contact-cover p {
    color: rgba(99, 99, 99, 1);
    font-size: 16px;
}

.main-footer-section {
    position: relative;
}

.faq-wrapp {
    background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 93.79%);
    padding: 150px 0 117px;
    text-align: center;
}

.faq-wrapp h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin: 0 0 30px;
}

.faq-wrapp p {
    font-size: 16px;
    color: rgba(99, 99, 99, 1);
    max-width: 590px;
    margin: 0 auto;
}

.faq-wrapp .row {
    margin: 29px 0 0;
}

.faq-wrapp .faq-item {
    border-radius: 10px;
    border: 1px solid rgba(224, 224, 224, 1);
    background: rgba(255, 255, 255, 1);
    padding: 35px 40px;
    text-align: left;
    margin: 0 0 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 119px;
}
.faq-item.active {
    min-height: inherit;
    display: inline-block;
}

.faq-question {
    position: relative;
}

.faq-wrapp .faq-item .faq-question h3 {
    line-height: 100%;
    font-size: 20px;
    font-weight: 500;
    max-width: 350px;
    position: relative;
    margin: 0;
}

.faq-wrapp .faq-item .faq-answer p {
    font-size: 16px;
    max-width: inherit;

}

.faq-item .faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-wrapp .faq-item.active .faq-answer p {
    margin: 30px 0 0;
}

.faq-wrapp .container {
    padding: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    width:100%
}

.faq-wrapp .faq-item.active .faq-answer p {
    margin: 30px 0 0;
}
.faq-wrapp  .col-md-6:nth-child(1) {
    padding-left: 0;
}
.faq-wrapp  .col-md-6:last-child {
    padding-right: 0;
}

.faq-question span.icon img {
    width: 14px;
    height: 14px;
    max-width: unset;
    width: auto;
}
.contact-wrapper .container {
    padding: 0;
}


/* responsive */
 
@media only screen and (max-width:1440px) {
 
}
 
@media  (max-width:1399px){
  .faq-wrapp .container {
    padding: 0 30px;
}
.contact-wrapper .container {
    padding: 0 30px;

}
}
@media only screen and (max-width: 1200px){

.faq-wrapp .container {
    padding: 0 30px;
}
.faq-wrapp h2 {
    font-size: 30px;
}
.faq-wrapp .faq-item .faq-question h3 {
    font-size: 16px;
}
.faq-wrapp .faq-item.active .faq-answer p {
    font-size: 14px;
}
.faq-wrapp .container {
    padding: 0 30px;
}
.contact-wrapper {
    padding: 85px 0 65px;
}

.faq-wrapp {
    padding: 85px 0 85px;
}


.faq-wrapp {
    padding: 85px 0 85px;
}

.contact-wrapper .contact-cover h2{font-size: 34px;}

}
 
@media only screen and (max-width: 991px){
 .faq-wrapp .col-md-6 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    padding: inherit;
}
.faq-wrapp .faq-item {
        min-height: 126px;
        margin: 0 0 10px;
        padding: 30px 20px;
    }

.contact-wrapper .contact-cover p {
    font-size: 14px;
}

section.contact-wrapper .col-md-5 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding:0;
}
section.contact-wrapper .col-md-7 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.contact-wrapper .contact-cover h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
}
.contact-left {
    text-align: center;
}

.contact-left h2 {
    min-width: 100%;
}
.contact-wrapper .contact-cover p {
    min-width: 100%;
}

.faq-wrapp .row {
    margin: 30px 0 0;
}
.faq-wrapp h2{font-size: 26px; margin:0 0 20px;line-height: 34px;}
.faq-wrapp .faq-item .faq-question h3 {
        font-size: 18px;
    }
    .faq-question {

    align-items: normal;
}
.faq-question span.icon img {
    width: 14px;
    height: 14px;
    max-width: unset;
}
.faq-wrapp .faq-item .faq-question h3 {
    max-width: 255px;
}
.faq-wrapp .faq-item.active .faq-answer p {
    margin: 20px 0 0;
}

 .faq-wrapp .faq-item .faq-question h3 {
    max-width:100%
}
.faq-wrapp .faq-item.active .faq-answer p {
    margin: 20px 0 0;
}
.faq-wrapp p {
    font-size: 14px;
}

}
 
@media only screen and (max-width: 767px)
{
  .faq-wrapp .faq-item .faq-question h3 {
    max-width: 255px;
}
.contact-wrapper .contact-cover h2 {
    max-width: 191px !important;
    min-width: inherit;
    margin: 0 auto 20px;
}

}
 
@media only screen and (max-width: 575px)
{
   
}
 
@media only screen and (max-width: 420px)
{
 
}