.help_main_title{
  width: 100%;
  text-align: left;
  font-size: min(max(25px, 2.875vw), 44px);
  color: #000;
  font-weight: 700;
}

.help_main_title {
    margin-bottom: 40px;
}

.faq_section {
    background-color: #fff;
    display: block;
}
.faq_section .container{
    flex-wrap: wrap;
}

.faq_title .grid-title {
    text-transform: capitalize;
    color: #302256;
    margin: 0;
}

.tt-faq-layout {
    width: 100%;
}

.tt-faq-layout .row {
    justify-content: center;
}
.tt-faq-layout .tt-faq {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    padding-left: min(max(20px, 3.125vw), 60px);
    /* padding-right: min(max(20px, 1.823vw), 35px); */
    margin-top: 12px;
}

.faq_title {
    width: 100%;
    padding-bottom: 12px;
    text-align: left;
}

.tt-faq-layout .tt-faq .tt-title {
    display: block;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.70);
    font-weight: 700;
    padding: 19px 30px 16px 0;
    margin: 0;
    position: relative;
    font-size: min(max(18px, 1.458vw), 28px);
    line-height: 1.4;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; 
}
.tt-faq-layout .tt-faq .tt-title:after {
    position: absolute;
    content: "";
    right: min(max(20px, 1.823vw), 35px);
    top: 25px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>');
    background-size: contain;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.tt-faq-layout .tt-faq.active .tt-title:after {
    right: min(max(20px, 1.823vw), 35px);
    top: 7.51vw;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.tt-faq-layout .tt-faq .tt-content {
    display: none;
    padding: 0px;
    color: #707070; 
}
.tt-faq-layout .tt-faq .tt-content p:last-child {
      padding-bottom: 0;
      margin-bottom: 0; 
}
.tt-faq-layout .tt-faq.active .tt-title {
    color: #000;
    font-size: min(max(22px, 1.875vw), 36px);
}
  .tt-faq-layout .tt-faq.active .tt-content {
    display: block; 
}

.tt-faq-layout .tt-faq.active{
    padding-left: 0;
    border: none;
    padding-right: 0;
}

.inner_ttq {
    border-radius: 14px;
    background: #EDEAEF;
    display: -webkit-box;  
    display: -ms-flexbox;    
    display: -webkit-flex;     
    display: flex;
    column-gap: min(max(25px, 2.083vw), 40px);
    align-items: center;
    width: 100%;
}

.left_ttq {
    width: 50%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    overflow: hidden;
    line-height: 0;
}

.left_ttq img{
    width: 100%;
    height: 100%;
}

.right_ttq .right_ttq_title{
    font-size: min(max(20px, 1.458vw), 28px);
	color: #000;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.right_ttq ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    padding-left: 24px;
    margin: 0 !important;
}

.right_ttq ul li {
    margin: 0 !important;
    font-size: min(max(16px, 1.25vw), 24px) !important;
    font-weight: 400;
    color: #000;
    padding: 7px 0px;
}

.gradient_line{
    display: block;
    width: min(100%, 1600px);
    height: 4px;
    background: #ac0000;
    background: linear-gradient(90deg, #490200 0%, #FA9800 100%);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {

    /* .right_ttq .right_ttq_title {
        margin-bottom: 5px;
    } */

.left_ttq img {
    min-height: 310px;
    object-fit: cover;
}

.tt-faq-layout .tt-faq .tt-title:after {
    top: 16px;
}

.tt-faq-layout .tt-faq.active .tt-title:after {
    top: 9.51vw;
}

}

@media screen and (max-width: 991px) {

    .tt-faq-layout .tt-faq.active .tt-title:after {
        top: 12.51vw;
    }

    .right_ttq .right_ttq_title {
        margin-bottom: 10px;
    }

    .tt-faq-layout .tt-faq .tt-title:after {
        top: 18px;
    }

}


@media screen and (max-width: 767px) {

.inner_ttq {
    flex-wrap: wrap;
}

.left_ttq {
    width: 100%;
}

.left_ttq img {
        min-height: 100%;
}

.left_ttq {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 14px;
}
.right_ttq {
    width: 100%;
    padding: 20px;
}

    .tt-faq-layout .tt-faq.active .tt-title:after {
        top: 20px;
        right: 10px;
    }

    .tt-faq-layout .tt-faq .tt-title:after {
        top: 17px;
        right: 10px;
    }

}
