body{margin-top:20px;}
.section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}


-----------------------------------------------
/*Scrap your car form*/
body { 
	font-family: 'Open Sans', sans-serif; 
	font-size: 15px; 
	font-weight: 400; 
	color: #888; 
	line-height: 30px; 
	text-align: center; 
}

a { 
	color: #d0ba4b; 
	border-bottom: 1px dashed #d0ba4b; 
	text-decoration: none; 
	transition: all .3s; 
}
a:hover, a:focus { 
	color: #d0ba4b; 
	border: 0; 
	text-decoration: none; 
}

h1 { 
	font-size: 26px; 
	font-weight: 300; 
	color: #555; 
	line-height: 46px; 
	font-style: italic; 
}

::-moz-selection { 
	background: #d0ba4b; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #d0ba4b; 
	color: #fff; 
	text-shadow: none;
}


.form-example { 
	padding: 20px 0; 
}

.form-example p.description { 
	margin-bottom: 20px; 
}
.form-example p.copyright { 
	margin-top: 40px; 
}

.form-example .form-group { 
	text-align: left; 
}

.form-example input[type="text"], .form-example input[type="password"] {
    background: none; border: 1px solid #ddd; 
    font-family: 'Open Sans', sans-serif; 
	font-size: 15px; 
	font-weight: 400; 
	color: #888; 
    box-shadow: none;
}
.form-example input[type="text"]:focus,
.form-example input[type="password"]:focus { 
	outline: 0; 
	background: none; 
	border: 1px solid #d0ba4b; 
	box-shadow: none; 
}

.form-example input[type="text"]::-moz-placeholder,
.form-example input[type="password"]::-moz-placeholder { 
	color: #bbb; 
	font-style: italic; 
}

.form-example input[type="text"]:-ms-input-placeholder,
.form-example input[type="password"]:-ms-input-placeholder { 
	color: #bbb; 
	font-style: italic; 
}

.form-example input[type="text"]::-webkit-input-placeholder,
.form-example input[type="password"]::-webkit-input-placeholder { 
	color: #bbb; 
	font-style: italic; 
}

.form-example button.btn-customized {
	margin-top: 1rem;
	padding: .75rem 1.5rem; 
	background: #d0ba4b;
	border: 0; 
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400; color: #fff; 
    box-shadow: none;
}

.form-example button.btn-customized:hover, 
.form-example button.btn-customized:active, 
.form-example button.btn-customized:focus, 
.form-example button.btn-customized:active:focus, 
.form-example button.btn-customized.active:focus,
.form-example button.btn.btn-primary:not(:disabled):not(.disabled):active,
.form-example button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0; 
	background: #d0ba4b; 
	border: 0; 
	color: #fff; 
	box-shadow: none;
}

