.th_accordian h3 {width:100%;float:left;font-size:16px;font-weight:700;color:#000;padding:16px 20px}
.th_accordian p {width:100%;float:left; padding:16px 20px!important}
.th_accordian ul {width:100%;float:left;padding:16px 20px!important;margin:0}
.th_accordian ul li {width:100%;float:left;list-style:disc;margin-bottom:5px}
.th_accordian b {width:100%;float:left; margin:0!important;padding:16px 20px!important}
/*faq sec start*/
.th_accordian_sec{margin:50px 0 100px 0;overflow:hidden;}
.faq_image {width:100%;float:left;position:relative;}
.faq_image>img{height:726px;object-fit:contain;}

.th_faq_content {background-color:#067eb1;padding:50px 35px;width:70%;float:left;border-radius:0 120px 0 0;position:absolute;bottom:90px;right:0;}
.th_faq_content h2 {width:100%;float:left;color:#fff;font-size:22px;margin-bottom:20px;}
.th_faq_content p {width:100%;float:left;color:#fff}
.th_accordian_sec .faq-content h2{color:#005b7f;font-size:40px;font-family:'NunitoSans';font-weight:800;margin-bottom:30px;}
.th_accordian_sec .faq-content p{color:#6f6f6f;font-size:16px;}
.th_accordian_sec .th_accordian{margin-top:50px;    height: 553px;overflow: auto;    width: 100%;float: left;}
.th_accordian_sec .th_accordian .accordion-button{color:#000;font-weight:700;}
.th_accordian_sec .th_accordian .accordion-button:not(.collapsed){color:#000;background:transparent;box-shadow:none;}
.th_accordian_sec .th_accordian .accordion-button:focus{border-color:transparent;box-shadow:none;}
.th_accordian_sec .th_accordian .accordion-item{border-bottom:1px solid rgba(0,0,0,.125);border-top:none;border-right:none;border-left:none;}
.th_accordian_sec .th_accordian h3{padding:0;margin-bottom:10px;}
.th_accordian strong{padding:15px 0;width: 100%;float: left;}
.th_accordian_sec .th_accordian p,
.th_accordian_sec .th_accordian div {width:100%;text-align:left;padding:0!important;margin-bottom:20px;}
.th_accordian_sec .accordion-button::after {background-image: url("../images/right_arrow.svg");background-image:none!important;}
.th_accordian_sec .accordion-button:not(.collapsed)::after { transform: rotate(270deg);}
.accordion-body{width:100%;float:left;padding:0}
/*faq sec end*/
@media only screen and (max-width:991px){
    .th_accordian_sec .faq-content  h3 {width:100%;float:left;font-size:16px;font-weight:700;color:#000}
    .th_accordian_sec .faq-content  p {width:100%;float:left; font-size:14px;color:#212529;}
    .th_accordian_sec {width:100%;float:left; margin:50px 0;}
    .th_accordian_sec .faq-content h2 {font-size:26px;margin-bottom:10px;}
    .th_accordian_sec .faq-content p {font-size:14px}
    .th_faq_content {padding:20px 15px;right:10px;bottom:25px;border-radius:0 90px 0 0 }
    .th_faq_content h2 {margin-bottom:10px;}
    .th_faq_content p {font-size:14px}
    .faq_image>img{height:655px;}
}
@media only screen and (max-width:575px){
    .faq_image>img{height:585px;object-fit:contain;}
    .th_faq_content h2 {font-size:18px;}
    .th_faq_content {padding: 20px 10px 10px}
    .th_accordian_sec .faq-content h2 {font-size:20px;}
    .th_accordian_sec .th_accordian .accordion-button {font-size:14px}
    .th_accordian_sec .th_accordian p {font-size:12px}
}
@media only screen and (max-width:420px){
    .faq_image>img{height:460px;}
}