.cct-inner-banner h2{
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    color: #1e2e48;
    text-transform: uppercase;
}

.cct-page-wrap{
    position: relative;
    background-color: #f3f3f3;
    padding: 150px 0 178px;
}
.cct-page-wrap .cct-content-left{
    padding-right: 19px;
}
.cct-title {
    background-color: #1e2e48;
    padding: 44px 54px;
}
.cct-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.cct-page-wrap .cct-main-content {
    background-color: #fff;
    padding: 29px 76px 127px 59px;
}

ol li{
    counter-increment: li;
    position: relative;
    padding-left: 48px;
}
ol li::before{
    position: absolute;
    content: counter(li);
    background-image: url(../images/ol-list-bg.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.cct-page-wrap .cct-main-content blockquote{
    text-align: center;
    background-image: url(../images/blockquote-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 39px 73px 45px;
    margin: 22px 0 108px;
}
.cct-page-wrap .cct-main-content blockquote::before{
    display: none;
}
.cct-page-wrap .cct-main-content blockquote p{
    color: #fff;
    margin-bottom: 20px;
    background-image: url(../images/quote-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 56px;
}
.cct-page-wrap .cct-main-content blockquote p:last-child{
    background-image: none;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: initial;
}
.cct-page-wrap .cct-main-content blockquote cite{
    font-size: 18px;
    color: #f48934;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.cct-page-wrap .cct-main-content .cct-contact-us-box{
    text-align: center;
    background-image: url(../images/bottom-box-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56px 40px 41px;
    margin-top: 67px;
}
.cct-page-wrap .cct-main-content .cct-contact-us-box h4{
    color: #fff;
}
.cct-page-wrap .cct-main-content .cct-contact-us-box h4 a{
    color: #fff;
    /* text-decoration: underline; */
    position: relative;
}
.cct-page-wrap .cct-main-content .cct-contact-us-box h4 a::before{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 4px;
    background-color: #fff;
    height: 1px;
}
.cct-page-wrap .cct-main-content .cct-contact-us-box h4 a.cct-phone{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: unset;
}

.cct-faq .card {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 24px;
}
.cct-faq .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.cct-faq .card-header:first-child {
    border-radius: 0;
}
.cct-faq .card-header h6{
    font-size: 18px;
    font-weight: 700;
    background-color: #1e2e48;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    padding: 18px 50px 18px 25px;
    margin: 0;
    background-image:url(../images/collapse-plus.png);
    background-repeat: no-repeat;
    background-position: 98.1% center;
    position: relative;
    counter-increment: li;
}
.cct-faq .card-header h6 strong{
    font-weight: 700;
    padding-right: 63px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.cct-faq .card-header h6 small{
    font-size: 100%;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 89%;
}
.cct-faq .card-header h6.collapsed{
    background-color: #f3f3f3;
    color: #1e2e48;
    background-image:url(../images/collapse-minus.png);
}
.cct-faq .card-header h6::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 78px;
    left: 0;
    top: 0;
    background-image:url(../images/collapse-num-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cct-faq .card-body {
    background-color: #f3f3f3;
    padding: 34px 42px 12px 42px;
    box-shadow: 0 10px 13px 0 rgba(0,0,0,.01);
}
.cct-faq .card-body p{
    margin-bottom: 32px;
}
.cct-page-wrap .cct-main-content h3{
    margin-bottom: 19px;
}
.cct-page-wrap .cct-main-content .alignnone{
    margin: 55px 0 63px;
}
.cct-page-wrap .cct-main-content ul{
    padding-bottom: 23px;
    padding-top: 5px;
}
.cct-page-wrap .cct-main-content ol{
    padding-bottom: 23px;
    padding-top: 14px;
}
.cct-page-wrap .cct-main-content .cct-faq{
    padding-top: 28px;
    padding-bottom: 33px;
}

.cct-main-content h2 {
    font-size: 40px;
    line-height: normal;
}

/*** MEDIA QUERIES ***/

@media screen and (max-width:1600px){
    .cct-page-wrap {
        padding: 140px 0 150px;
    }
}
@media screen and (max-width:1500px){
    .cct-title {
        padding: 44px 49px;
    }
    .cct-page-wrap .cct-main-content {
        padding: 29px 50px 100px 50px;
    }
    .cct-page-wrap {
        padding: 130px 0 140px;
    }
    .cct-page-wrap .cct-main-content blockquote{
        margin: 22px 0 80px;
    }
    .cct-faq .card-header h6 strong{
        padding-right: 50px;
    }
    .cct-faq .card-header h6 small{
        width: 89%;
    }
    .cct-faq .card-header h6 {
        background-position: 98% center;
    }
}
@media screen and (max-width:1400px){
    .cct-inner-banner h2 {
        font-size: 62px;
        line-height: 62px;
    }
    .cct-title {
        padding: 35px 40px;
    }
    .cct-page-wrap .cct-main-content {
        padding: 29px 40px 80px 40px;
    }
    .cct-page-wrap .cct-main-content blockquote{
        padding: 39px 45px 45px;
    }
    .cct-faq .card-header h6 {
        background-position: 97.7% center;
    }
    .cct-faq .card-body {
        padding: 34px 35px 12px;
    }
}
@media screen and (max-width:1300px){
    .cct-page-wrap .cct-content-left {
        padding-right: 15px;
    }
    .cct-title {
        padding: 30px 20px;
    }
    .cct-page-wrap .cct-main-content {
        padding: 29px 20px 50px 20px;
    }
    .cct-page-wrap .cct-main-content blockquote {
        padding: 39px 30px 45px;
    }
    .cct-page-wrap .cct-main-content blockquote {
        margin: 22px 0 60px;
    }
    .cct-page-wrap .cct-main-content .cct-faq {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box{
        margin-top: 32px;
    }
}
@media screen and (max-width:1200px){
    .cct-inner-banner h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .cct-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cct-page-wrap {
        padding: 100px 0 110px;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box {
        padding: 51px 30px 36px;
    }
    .cct-faq .card-header h6 {
        background-position: 97.5% center;
    }
    .cct-page-wrap .cct-main-content .alignnone {
        margin: 50px 0 50px;
    }
}
@media screen and (max-width:1100px){
    .cct-title {
        padding: 30px 15px;
    }
    .cct-page-wrap .cct-main-content {
        padding: 29px 15px 50px 15px;
    }
    .cct-page-wrap .cct-main-content blockquote {
        padding: 39px 20px 45px;
        margin: 22px 0 50px;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box {
        padding: 46px 20px 31px;
    }
    .cct-faq .card-header h6::before{
        width: 70px;
    }
    .cct-faq .card-header h6 strong {
        padding-right: 45px;
    }
    .cct-faq .card-header h6 small {
        width: 87%;
    }
    .cct-faq .card-header h6 {
        background-position: 97% center;
        padding: 18px 50px 18px 22px;
    }
    .cct-page-wrap .cct-main-content .cct-faq {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width:991px){
    .cct-inner-banner h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .cct-title {
        padding: 25px 15px;
    }
    .cct-title h2 {
        font-size: 29px;
        line-height: 40px;
    }
    .cct-page-wrap .col-md-8, 
    .cct-page-wrap .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .cct-page-wrap {
        padding: 70px 0 70px;
    }
    .cct-page-wrap .cct-content-left {
        padding-right: 0;
    }
    .cct-page-wrap .cct-main-content p{
        margin-bottom: 25px;
    }
    .cct-page-wrap .cct-main-content .alignnone {
        margin: 40px 0 40px;
    }
    .cct-faq .card-header h6 {
        background-position: 97.5% center;
    }
    .cct-faq .card-header h6 small {
        width: 90%;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box h4 a::before{
        bottom: 3px;
    }
}
@media screen and (max-width:767px){
    .cct-inner-banner h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    .cct-title {
        padding: 20px 15px;
    }
    .cct-title h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .cct-page-wrap {
        padding: 50px 0 50px;
    }
    .cct-page-wrap .cct-main-content p{
        margin-bottom: 20px;
    }
    .cct-page-wrap .cct-main-content h3 {
        margin-bottom: 15px;
    }
    .cct-page-wrap .cct-main-content .alignnone {
        margin: 30px 0 30px;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box {
        padding: 31px 15px 16px;
        margin-top: 32px;
    }

    .cct-page-wrap .cct-main-content blockquote p{
        font-size: 22px;
        line-height: 34px;
        padding-top: 49px;
        margin-bottom: 15px;
    }
    .cct-page-wrap .cct-main-content blockquote {
        padding: 39px 15px 33px;
        margin: 0 0 34px;
    }
    .cct-page-wrap .cct-main-content blockquote cite{
        font-size: 16px;
    }
    .cct-page-wrap .cct-main-content {
        padding: 29px 15px 40px 15px;
    }
    .cct-faq .card-header h6{
        font-size: 16px;
        line-height: 21px;
        padding: 18px 50px 18px 15px;
        background-position: 97.3% center;
    }
    .cct-faq .card-body {
        padding: 28px 20px 10px;
    }
    .cct-faq .card-header h6 strong {
        padding-right: 38px;
    }
    .cct-faq .card-header h6::before {
        width: 54px;
    }
    .cct-faq .card-header h6 small {
        width: 88%;
    }
    .cct-page-wrap .cct-main-content .cct-faq {
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .cct-page-wrap .cct-main-content .cct-contact-us-box h4 a::before{
        bottom: 3px;
    }
}
@media screen and (max-width:600px){
    .cct-inner-banner h2 {
        font-size: 39px;
        line-height: 39px;
    }
    .cct-faq .card-header h6 small {
        width: 86%;
    }
    .cct-faq .card-header h6 {
        background-position: 96.5% center;
    }
}
@media screen and (max-width:500px){
    .cct-inner-banner h2 {
        font-size: 31px;
        line-height: 31px;
    }
    .cct-title h2 {
        font-size: 23px;
        line-height: 31px;
    }
    .cct-page-wrap {
        padding: 40px 0 40px;
    }

    .cct-page-wrap .cct-main-content blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
    .cct-faq .card-header h6 small {
        width: 80%;
    }
    .cct-faq .card-body {
        padding: 28px 15px 10px;
    }
    .cct-faq .card-header h6 {
        background-position: 95.5% center;
    }
  .cct-banner-btn {
      width: 265px;
    height: auto;
  }
}
@media screen and (max-width:400px){
    .cct-faq .card-header h6 small {
        width: 74%;
    }
    .cct-faq .card-header h6{
        font-size: 15px;
        line-height: 20px;
    }
    .cct-faq .card-header h6::before {
        width: 50px;
    }
    .cct-faq .card-header h6 small {
        width: 72%;
    }
    .cct-faq .card-header h6 {
        background-position: 95% center;
    }
  .cct-banner-btn {
    height: auto;
    width: 195px;
}
  }
}