section.consulation_sec {
    width: 100% !important;
    min-height: 250px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
    background-color: #fbfaf8;
    margin-block: 20px !important
}

section.consulation_sec .container {
    padding-right: 0 !important
}

.consulation_sec_inner {
    display: flex;
    width: 100%;
    min-height: 313px;
    background-color: #fbfaf8;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75)
}

.consulation_sec_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    width: 60%;
    text-align: left
}

.consulation_sec_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 40%
}

.consulation_sec_left .main_btn {
    text-align: left;
    margin-left: 2px
}

.consulation_sec_left .consulation_sec_title h2 {
    margin-bottom: 0
}

.consulation_sec_left .main_btn a.site-btn {
    padding: 8px 31px;
    background: #148884;
    border-radius: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #148884;
    text-align: center
}

.consulation_sec_left .main_btn a.site-btn:hover {
    color: #fff
}

section.consulation_sec .container {
    width: 100%
}




.faqs_sec {
    background-color: #f2f1f0;
}

.faqs_sec h2 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.faqs_sec ul.accordion_list {
    padding: 0;
}

.faqs_sec ul.accordion_list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    border: 1px solid #dddddd;
    cursor: pointer;
    overflow: hidden;
}

.faqs_sec ul.accordion_list li h3 {
    padding: 15px 40px 15px 20px;
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.2px;
}

.faqs_sec ul.accordion_list li h3 {
    padding: 15px 40px 15px 20px;
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.2px;
    cursor: pointer;
    position: relative;
}

.faqs_sec ul.accordion_list li h3::after {
    content: "";
    color: #251f22;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background-image: url(/wp-content/uploads/2024/11/plus.svg);
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.faqs_sec ul.accordion_list div.answer {
    position: relative;
    padding: 0px 20px 15px;
    font-size: 16px;
}

.faqs_sec ul.accordion_list div.answer p {
    margin-bottom: 15px;
}

/* .faqs_sec ul.accordion_list div.answer {
    display: none;
} */




.custom_gallery {
  padding: 30px 0;
}
.custom_gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom_gallery .gallery_list li {
  flex: 1 0 22%;
  position: relative;
}
.custom_gallery .gallery_list img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

/*  */

.cgb_gallery_editor .gallery-preview {
	display: grid;
	gap: 12px;
	border: 1px solid #cccc;
	padding: 20px;
	background: #f7f7f7;
	grid-template-columns: repeat(5,1fr);
	list-style: none;
	margin: 0;
}
.cgb_gallery_editor .gallery-preview li {
	position: relative;
	display: inherit;
}
.cgb_gallery_editor .gallery-preview li img {
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}
.cgb_gallery_editor .gallery-preview li .gallery-actions {
	position: absolute;
	top: 10px;
	left: 50%;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 20px);
	gap: 14px;
	transform: translateX(-50%);
}
.cgb_gallery_editor .gallery-preview li .gallery-actions .components-button {
	padding: 0;
	background: #fff;
	aspect-ratio: 1/1;
	font-size: 18px;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(90deg);
	border: 0;
	border-radius: 0;
}
.cgb_gallery_editor .gallery-preview li .gallery-actions .components-button.left {
	transform: rotate(-90deg);
}
.cgb_gallery_editor .gallery-preview li .gallery-actions .components-button.right {
	transform: rotate(-90deg);
}
@media(max-width:1024px){
	.cgb_gallery_editor .gallery-preview {
	grid-template-columns: repeat(3,1fr);
}
}
@media(max-width:575px){
	.cgb_gallery_editor .gallery-preview {
	grid-template-columns: repeat(2,1fr);
}
}