
.d-faq-head-sec {
	padding-top: 60px;
	padding-bottom: 30px;
}
.d-faq-cont-wrap {
	padding-bottom: 60px;
}

.d-faq-cont-wrap .ampTabContainer {
	display: flex;
	flex-wrap: wrap;
}

.d-faq-cont-wrap .tabButton[selected] {
	outline: none;
	background: #ccc;
}

.d-faq-cont-wrap .tabButton {
	list-style: none;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
}

.d-faq-cont-wrap .tabContent {
	display: none;
	width: 100%;
	order: 1; 
}

.d-faq-cont-wrap .tabContent[selected] {
	display: block;
	outline: none;
}
.d-tab-btn-wrap button {
	padding: 15px;
    color: #f39344;
    display: block;
    width: 100%;
    margin-right: 0px;
    border-radius: 5px;
    text-align: left;
}
.d-tab-btn-wrap .d-tab-btn.selected {
	outline: none;
    background: -webkit-linear-gradient(-8deg, #f39344 0%, #dc6403 100%);
    background: -moz-linear-gradient(-8deg, #f39344 0%, #dc6403 100%);
    background: -o-linear-gradient(-8deg, #f39344 0%, #dc6403 100%);
    background: -ms-linear-gradient(-8deg, #f39344 0%, #dc6403 100%);
    background: linear-gradient(98deg, #f39344 0%, #dc6403 100%);
    color: #ffffff;
}

.d-partner-faq-cont-wrap {
	padding-left: 60px;
}
.d-partner-faq-cont-wrap section h4 {
    background-color: #fff;
    border: none;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.d-partner-faq-cont-wrap amp-accordion section:not([expanded]) h4 {
    background: url(../img/caret-right-ico.png) top left no-repeat;
    background-size: 8px 14px;
    padding-left: 30px;
    background-position-y: 5px;
}
.d-partner-faq-cont-wrap amp-accordion section[expanded] h4 {
    background: url(../img/caret-down-ico.png) top left no-repeat;
    background-size: 14px 8px;
    padding-left: 30px;
    background-position-y: 5px;
}

.d-partner-faq-cont-wrap section {
    border-bottom: solid 1px #eee;
    padding: 15px 0px;
}
.d-partner-faq-cont-wrap section:first-child {
    padding-top: 0px;
}
.d-partner-faq-cont-wrap amp-accordion section[expanded] h4 {
    background: url(../img/caret-down-ico.png) top left no-repeat;
    background-size: 14px 8px;
    padding-left: 30px;
    background-position-y: 5px;
}
.d-partner-faq-cont-wrap amp-accordion p {
    padding-left: 45px;
    line-height: 20px;
}
.d-usp-txt-wrap {
	padding-bottom: 30px;
}


@media(max-width:480px) {
}
@media(min-width:481px) and (max-width:767px) {
}
@media (max-width:767px) {
	.d-faq-head-sec {
		padding-bottom: 0px;
	}
	.d-tab-btn-wrap {
		padding: 30px 15px;
	}
	.d-partner-faq-cont-wrap {
		padding-left: 30px;
	}

}
@media(min-width:768px) and (max-width:992px) {
}
@media(min-width:992px) and (max-width:1200px) {
}
