section.dd-hp-faq {
    padding: 135px 0 165px;
}
.dd-hp-faq-left .dd-sec-title {
    text-align: left;
	padding-bottom: 20px;
}
.dd-hp-faq-left .dd-faq-text-cont p {
    color:  var(--dd-text);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    margin: 0 0 20px;
}
.text-part .faq-title {
    padding: 20px 50px 20px 30px;
    position: relative;
    margin: 0 0 7px;
    font-size: 22px;
    line-height: 1.4;
    cursor: pointer;
}
.faq-holder .faq-content li {
    color:  var(--dd-text);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top:0;
}
.faq-content li:not(:last-child){
    margin-bottom: 15px;
}
.faq-content {
    display: none;
}
h3.faq-title.dd-border-box {
    color: var(--main-aboutlist-title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 0 17px 40px;
    position: relative;
    margin: 0;
	cursor:pointer;
}
h3.faq-title.dd-border-box:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/plus_icon.svg);
    width: 16px;
    height: 16px;
    left: 0;
    top: 21px;
}
h3.faq-title.dd-border-box.faq-click:before {
    background-image: url(/wp-content/uploads/minus_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
h3.faq-title.dd-border-box.faq-click {
    color: var(--main-button-hover-bg);
}
h3.faq-title.dd-border-box {
    border-top: 1px solid var(--main-faqborder);
}
.faq-holder:last-child h3.faq-title.dd-border-box {
    border-bottom: 1px solid var(--main-faqborder);
}
.faq-holder .faq-content p {
    margin: 0;
    color: var(--dd-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    
    padding-bottom: 15px;
}
.dd-hp-faq-content {
    max-width: 1200px;
    margin: 0 auto;
}
.faq-content ul {
    padding-left: 20px;
}
/* banner faq */
.dd-fag-baner {
    border-radius: 9.01px;
    background: var(--main-hero-bacground);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 44px 44px;
    background-image: url(/wp-content/uploads/banner_image.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 70px;
    background-size: contain;
}
.dd-fag-baner h2.dd-sec-title {
    text-align: left;
    max-width: 271px;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
}
.dd-hp-faq-right  .dd-fag-baner p {
    color: var(--dd-text);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin: 0;
    max-width: 272px;
    padding-top: 10px;
}
.dd-fag-baner h2.dd-sec-title {
    padding-bottom: 6px;
}
.dd-fag-baner a {
    height: 65px;
    width: 283px;
    border-radius: 4px;
    background: var(--main-cta-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-banner-buton-title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 24px;
    text-decoration: none;
}
h3.faq-title.dd-border-box.faq-click {
    cursor: pointer;
}
.dd-faq-references h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
	color: var(--main-facts-list);
}
.dd-faq-references p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 15px;
	color:var(--main-facts-list);
}
.dd-faq-references p a {
	color:var(--main-cta-border);
}
.dd-faq-references {
    padding-top: 40px;
}
@media only screen and (max-width:1500px) {
    .dd-hp-faq-left h2.dd-sec-title {
        padding-bottom: 30px;
    }
    .dd-hp-faq-left .dd-faq-text-cont p {
        line-height: 30px;
        font-size: 18px;
    }
    section.dd-hp-faq {
        padding: 135px 0 135px;
    }
    .dd-hp-faq-right .dd-fag-baner p {
        max-width: 254px;
        font-size: 18px;
        line-height: 30px;
    }
}
@media only screen and (max-width:1200px){
    section.dd-hp-faq {
        padding: 105px 0 115px;
    }
    .dd-hp-faq-content {
        flex-direction: column;
        display: flex;
    }
    .dd-hp-faq-left.col-md-4.col-xs-12 {
        width: 100%;
        padding-bottom: 58px;
    }
    .dd-hp-faq-right.col-md-8.col-xs-12 {
        width: 100%;
    }
    .dd-fag-baner {
        max-width: 769px;
        width: 100%;
        margin: 79px auto 0;
    }
    .dd-hp-blog-image-right {
        display: none;
    }

}
@media only screen and (max-width:991px){
	.dd-fag-baner {
		flex-direction: column;
		height: 540px;
	}
	.dd-fag-baner h2.dd-sec-title {
		max-width: 100%;
		text-align: center;
	}
	.dd-hp-faq-right .dd-fag-baner p {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}
	.dd-fag-baner a {
		margin: 35px auto 0;
	}
	.dd-fag-baner {
		background-position: bottom 20px center;
		    background-image: url(/wp-content/uploads/isolated_hands-1.png)!important;
	}
	
}
@media only screen and (max-width:767px){
	section.dd-hp-faq {
		padding: 60px 0 115px;
	}
	.dd-hp-faq-left .dd-faq-text-cont p {
		line-height: 32px;
		font-size: 18px;
	}
	.dd-hp-faq-left h2.dd-sec-title {
		padding-bottom: 20px;
	}
	.dd-hp-faq-left.col-md-4.col-xs-12 {
		padding-bottom: 40px;
	}
	.dd-fag-baner a {
		width: 100%;
	}
	.dd-fag-baner {
		padding: 42px 30px 44px;
		    height: 437px;
	}
	h3.faq-title.dd-border-box {
		line-height: 26px;
	}
	.dd-fag-baner h2.dd-sec-title {
		font-size: 26px;
	}
	.dd-fag-baner a {
		font-size: 16px;
		height: 62px;
	}
	.dd-fag-baner {
		height: 450px;
	}
	.dd-hp-faq-right .dd-fag-baner p {
		padding-top: 0;
	}
}
