
.cct-faq-wrap{
    position: relative;
    background-color: #f8f8f8;
    padding: 95px 0 260px;
}
.cct-faq-content{
    max-width: 960px;
}
.cct-faq-content h2{
    margin-bottom: 12px;
}
.cct-faq-content h4{
    color: #000828;
    margin-bottom: 55px;
}
.cct-faq-content h3 {
	font-size: 36px;
	line-height: 42px;
	color: #68829e;
	position: relative;
	padding-left: 18px;
    margin-bottom: 33px;
}
.cct-faq-content h3::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 62%;
	background-color: #b29758;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.cct-faq-wrap .accordion-button {
	background-color: #68829e;
	border: none;
	box-shadow: 0 0 0 0;
	border-radius: 0 !important;
	width: 100%;
	text-align: left;
    font-family: 'Georgia';
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	padding: 20px 55px 18px 46px;
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	background-image: url(../images/banner-btn-right-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 25px;
}
.cct-faq-wrap .accordion-button.collapsed{
    background-color: #000d47;
}
.cct-faq-wrap .accordion-button::after{
    display: none;
}
.cct-faq-wrap .accordion-button::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	right: 18px;
	top: 0;
	background-image: url(../images/faq-arrow-top.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cct-faq-wrap .accordion-button.collapsed::before{
    background-image: url(../images/faq-arrow-down.png);
}
.cct-faq-wrap .accordion-item{
    margin-bottom: 22px;
}
.cct-faq-wrap .accordion-collapse {
	border: none;
}
.cct-faq-wrap .accordion-body {
	padding: 23px 46px 10px;
}
.cct-faq-wrap .accordion-body ul{
    padding-top: 22px;
}
.cct-faq-wrap .accordion-body ul li {
	font-family: 'Georgia';
	font-size: 18px;
	line-height: 30px;
	color: #000828;
	font-weight: normal;
	margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}
.cct-faq-wrap .accordion-body ul li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #68829e;
    top: 12px;
    left: 0;
}
.cct-faq-wrap .accordion{
    margin-bottom: 66px;
}
.cct-sidebar {
	padding-top: 9px;
}
.cct-sidebar-contact-form{
    margin-top: 0;
}
.cct-sidebar-testimonials{
   margin-top: 0;
}

@media screen and (max-width:1400px){
    .cct-faq-wrap {
        padding: 95px 0 200px;
    }
    .cct-faq-content h3 {
        font-size: 34px;
        line-height: 40px;
    }
}
@media screen and (max-width:1300px){
    .cct-faq-wrap .accordion-body {
        padding: 23px 30px 10px;
    }
    .cct-faq-wrap {
        padding: 75px 0 155px;
    }
    
}
@media screen and (max-width:1200px){
    .cct-faq-wrap .accordion-body {
        padding: 23px 20px 10px;
    }
    .cct-faq-wrap .accordion-body ul li{
        font-size: 17px;
line-height: 28px;
    }
    .cct-faq-content h3 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media screen and (max-width:1100px){
    .cct-faq-wrap .accordion-button {
        font-size: 19px;
        padding: 20px 35px 18px 38px;
    }
    .cct-faq-wrap .accordion-button::before {
        width: 16px;
        right: 15px;
        background-size: 100%;
    }
    .cct-faq-content h4 {
        margin-bottom: 45px;
    }
    .cct-faq-wrap .accordion {
        margin-bottom: 55px;
    }
    
}
@media screen and (max-width:991px){
    .cct-faq-wrap .accordion-body {
        padding: 23px 20px 5px;
    }
    .cct-faq-wrap .col-md-8, .cct-faq-wrap .col-md-4{
        width: 100%;
    }
    .cct-sidebar{
        padding-top: 0;
    }
    .cct-faq-wrap {
        padding: 56px 0 65px;
    }
    
}
@media screen and (max-width:767px){
    .cct-faq-wrap .accordion-body {
        padding: 23px 15px 5px;
    }
    .cct-faq-wrap .accordion-body ul {
        padding-top: 10px;
    }
    .cct-faq-wrap .accordion-body ul li{
        font-size: 16px;
line-height: 26px;
margin-bottom: 5px;
    }
    .cct-faq-content h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .cct-faq-content h3::before{
        height: 80%;
    }
    .cct-faq-content h4 {
        margin-bottom: 35px;
    }
    .cct-faq-wrap .accordion {
        margin-bottom: 45px;
    }
    .cct-faq-wrap {
        padding: 47px 0 55px;
    }
}
@media screen and (max-width:600px){
    .cct-faq-content h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width:500px){
    .cct-faq-wrap .accordion-button {
        font-size: 17px;
        padding: 18px 35px 16px 33px;
    }
    .cct-faq-wrap .accordion-item {
        margin-bottom: 15px;
    }
    .cct-faq-wrap .accordion-body {
        padding: 23px 9px 1px;
    }
    .cct-faq-wrap .accordion-body ul li{
        font-size: 15px;
line-height: 24px;
margin-bottom: 6px;
    }
    .cct-faq-wrap .accordion-body ul li::before {
        top: 10px;
    }
    .cct-faq-content h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .cct-faq-content h4 {
        margin-bottom: 30px;
    }
    .cct-faq-wrap .accordion {
        margin-bottom: 40px;
    }
    .cct-faq-wrap {
        padding: 39px 0 45px;
    }
}