
/* faq css  */

.custom_faq{
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom_faq .custom_section_heading {
  text-align: center;
  margin-bottom: 40px;
}
  .custom_faq .accordion-item {
    margin: 1rem 0;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000001C;

}

.custom_faq .accordion-item-header {
    padding: 16px 40px 16px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 1.3;
}

.custom_faq .accordion-item-header::after {
    content: "\002B";
    font-size: 32px;
    position: absolute;
    right: 16px;
    color: #041928;
}

.custom_faq .accordion-item-header.active::after {
    content: "\2212";
}

.custom_faq .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.custom_faq .accordion-item-body-content {
    padding: 16px 150px 16px 20px;
    line-height: 1.5;
    font-size: 18px;
}

.custom_faq .accordion-item-header.active {
    border-bottom: 1px solid #dcdcdc;
}
.custom_faq .accordion-item-body-content p {
margin: 0px;
}


.main_blog_post article.elementor-post {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}



.main_blog_post  h3.elementor-post__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.main_blog_post .elementor-post__text {
    padding: 18px 19px 18px 19px;
}
.main_blog_post .elementor-post__meta-data {
    margin-top: 12px;
}

.main_blog_post nav.elementor-pagination {
    margin-top: 46px;
}


@media only screen and (max-width: 767px) {
	.contentsection h2 {
    font-size: 24px !important;
 
}
	
	.contentsection h3 {
    font-size: 22px !important;
   
}
.upcomming_blog 	.elementor-posts .elementor-post {
    display: unset;
}
	
.upcomming_blog 	.elementor-post__text {
    margin-top: 20px;
}
}
@media only screen and (max-width: 1024px) {
.contentsection {
    width: 100%;
}
}

