/* blockquote */
blockquote{
    position: relative;
    background-image: url(../images/quote-icon.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0 73px 43px 73px;
    margin: 83px 0 0;
    background-size: auto;
    text-align: left;
}
blockquote::before{
    position: absolute;
    content: '';
    width: 19.4%;
    height: 73.5%;
    border-left: 5px solid #dee0e2;
    border-bottom: 5px solid #dee0e2;
    left: 11px;
    bottom: 0;
}
blockquote p{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 36px !important;
    margin-bottom: 0;
    color: #1e2e48;
}
/* blockquote */

/* banner */
.cct-home-banner{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 716px;
    margin-top: 128px;
    padding: 183px 0 100px;
}
.cct-banner-content{
    max-width: 975px;
    margin: 0 0 0 auto;
    text-align: center;
}
.cct-home-banner h1{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.cct-home-banner h4{
    line-height: 36px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 41px;
}
.cct-banner-btn{
    margin: 0 auto;
}
/* banner */

/* exp */
.cct-experience-wrap{
    position: relative;
    background-color: #ffffff;
    text-align: center;
    padding: 22px 0 32px;
    box-shadow: 0 0 15px 15px rgba(0,0,0,.1);
}
.cct-experience-wrap ul li{
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 33%;
}
.cct-experience-wrap ul li::before{
    display: none;
}
.cct-experience-wrap ul li::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-image: url(../images/exp-list-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
}
.cct-experience-wrap ul li:last-child::after{
    display: none;
}
.cct-experience-wrap ul li img{
    display: inline-block;
    vertical-align: top;
    padding-right: 23px;
    margin-top: -9px;
}
.cct-experience-wrap ul li h3{
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cct-experience-wrap .cct-experience-box{
    padding: 55px 15px 45px 12px;
}
/* exp */

/* insurance companies */
.cct-insurance-companies{
    position: relative;
    padding: 125px 0 0;
}
.cct-insurance-companies .container-fluid{
    padding: 0 113px;
}
.cct-insurance-content{
    padding-top: 18px;
}
.cct-insurance-content p strong{
    text-transform: uppercase;
    color: #f48934;
    position: relative;
    padding-left: 18px;
    display: block;
    margin-left: 6px;
    margin-bottom: 4px;
}
.cct-insurance-content p strong::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 24px;
    background-color: #f48934;
    left: 0;
    top: 6px;
}

.cct-insurance-form{
    max-width: 695px;
    margin: 0 0 0 auto;
    background-color: #1e2e48;
    position: relative;
    text-align: center;
    padding: 78px 62px 145px; 
}
.cct-insurance-form ul li{
    padding-left: 0;
    margin-bottom: 17px;
}
.cct-insurance-form ul li:last-child{
    margin-bottom: 0;
}
.cct-insurance-form ul li::before{
    display: none;
}
.cct-insurance-form h3{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
}
.cct-insurance-form p{
    font-size: 16px;
    color: #6e7a99;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 53px;
}
.cct-insurance-form form{
    padding: 0 30px;
}
.cct-insurance-form input[type="text"], .cct-insurance-form input[type="tel"],
.cct-insurance-form input[type="email"], .cct-insurance-form textarea{
 font-size: 18px;
 font-weight: 400;
 color: #ffffff;
 outline: none;
 height: 67px;
 background-color: transparent;
 border: 1px solid #465272;
 width: 100%;
 padding: 5px 20px;
 display: block;
}
.cct-insurance-form textarea{
    height: 199px;
}
.cct-insurance-form input[type="text"]::placeholder, .cct-insurance-form input[type="tel"]::placeholder,
.cct-insurance-form input[type="email"]::placeholder, .cct-insurance-form textarea::placeholder{
    color: #ffffff;
    opacity: 1;
}
.cct-insurance-form input[type="text"]:hover, .cct-insurance-form input[type="tel"]:hover,
.cct-insurance-form input[type="email"]:hover, .cct-insurance-form textarea:hover,
.cct-insurance-form input[type="text"]:focus, .cct-insurance-form input[type="tel"]:focus,
.cct-insurance-form input[type="email"]:focus, .cct-insurance-form textarea:focus{
    border: 1px solid #a5a4a4;
}
.cct-insurance-form .cct-get-start-btn{
    outline: none;
    border: none;
    height: 67px;
    font-family: 'Montserrat', sans-serif;
    background-color: #506a8c;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 23px;
    width: 100%;
    cursor: pointer;
    padding: 11px 10px 10px;
}
.cct-insurance-form .cct-get-start-btn:hover{
    color: #506a8c;
    background-color: #ffffff;
}
.cct-insurance-form::before{
    position: absolute;
    content: '';
    width: 92px;
    height: 92px;
    border-left: 2px solid #f48934;
    border-top: 2px solid #f48934;
    top: 35px;
    left: 23px;
}
.cct-insurance-form::after{
    position: absolute;
    content: '';
    width: 92px;
    height: 92px;
    border-right: 2px solid #f48934;
    border-bottom: 2px solid #f48934;
    right: 26px;
    bottom: 37px;
}
.cct-insurance-right{
    padding-left: 50px;
}
.cct-insurance-form .wpcf7-form-control-wrap.message{
    display: block;
    height: 199px;
}
/* insurance companies */


/* slider logos */
.cct-slider-logo-wrap{
    position: relative;
    padding-top: 171px;
}
.cct-slider-logo-wrap .container-fluid{
    padding: 0 40px;
}
.cct-slider-logos.flexslider .slides img{
    width: auto;
    margin: 0 auto;
}
.cct-slider-logos{
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}
.cct-slider-logos ul li::before{
    display: none;
}
.cct-slider-logos ul li::after{
    position: absolute;
    content: '';
    background-color: #dadada;
    width: 1px;
    height: 80px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.cct-slider-logos .flex-control-nav{
    display: none;
}
.cct-slider-logos .flex-direction-nav{
    display: none;
}
.cct-slider-logos .cct-slider-image{
    padding: 0 15px;
}
.cct-slider-logo-wrap .live-edit-button{
    top: 70px;
}
/* slider logos */

/* our results */
.cct-our-results-wrap{
    position: relative;
    padding-top: 274px;
}
.cct-our-results-wrap .cct-our-result-left{
    padding-left: 123px;
}
.cct-our-results-wrap .cct-our-result-right{
    padding-left: 81px;
}
.cct-our-results-video{
    max-width: 644px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 13px;
    background-image: none !important;
}
.cct-our-results-video::before{
    position: absolute;
    content: '';
    width: 98.5%;
    height: 98.5%;
    background-color: #0c1d46;
    top: 18px;
    left: -14px;
    z-index: -5;
}
/*.cct-our-results-video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.cct-our-results-content{
    max-width: 740px;
}
.cct-our-results-content h2{
    margin-bottom: 17px;
}
/* our results */


/* our results slider  */
.cct-our-result-slider-wrap{
    position: relative;
    padding-top: 90px;
}
.cct-our-result-slider-wrap .container-fluid{
    padding-left: 109px;
}
.cct-our-result-slider{
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    max-width: 1556px;
    /* background-color: #0c1d46; */
    padding-left: 57px;
    padding-bottom: 37px; 
}
 .cct-our-result-slider.flexslider .slides{
    /* background-color: #0c1d46;
    padding-left: 57px;
    padding-bottom: 59px; */
    margin-top: 20px;
    margin-bottom: 20px;
} 
.cct-our-result-slider::after{
    position: absolute;
    content: '';
    width: 143px;
    height: 100%;
    right: 0;
    bottom: -3px;
    background-color: #ffffff;
    z-index: -1;
} 
.cct-our-result-slider::before{
    position: absolute;
    content: '';
    width: 90.8%;
    background-color: #0c1d46;
    height: 92.8%;
    top: 20px;
    left: 0;
    z-index: -2;
}
.cct-our-result-slider ul li::before{
    display: none;
}
.cct-our-result-slider-wrap .cct-vertical-text{
 transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    left: -39px;
    top: 96px;
    position: absolute;
}
.cct-our-result-slider-wrap p strong{  
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.96px;   
}
.cct-our-result-slider .flex-control-nav{
    display: none;
}
.cct-our-result-slider .cct-results{
background-color: #ffffff;
text-align: center;
box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
padding: 36px 15px 47px;
margin-right: 10px;
}
.cct-our-result-slider .cct-results h2{
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 6px;
}
.cct-our-result-slider .cct-results p{
    text-transform: uppercase;
    color: #506a8c;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}
.cct-our-result-slider .flex-direction-nav .flex-prev{
    left: 0;
    background-image: url(../images/slider-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    right: 54px;
}
.cct-our-result-slider .flex-direction-nav .flex-prev:hover{
    background-image: url(../images/slider-arrow-left-h.png);
}
.cct-our-result-slider.flexslider:hover .flex-direction-nav .flex-prev{
    left: 0;
    opacity: 1;
}
.cct-our-result-slider .flex-direction-nav a{
    text-shadow: 0 0 0;
    width: 45px;
    height: 45px;
    color: transparent;
    margin: 0 21px 0 auto;
    right: 0;
    top: -7px;
}
.cct-our-result-slider .flex-direction-nav .flex-next{
    right: 0;
    opacity: 1;
    background-image: url(../images/slider-arrow-right.png);
    background-repeat: no-repeat;
}
.cct-our-result-slider .flex-direction-nav .flex-next:hover{
    background-image: url(../images/slider-arrow-right-h.png);
}
.cct-our-result-slider.flexslider:hover .flex-direction-nav .flex-next{
    right: 0;
    opacity: 1;
}
.cct-our-result-slider .flex-direction-nav a::before{
    display: none;
}
.cct-our-result-slider .flex-direction-nav .flex-disabled{
    opacity: 1 !important;
    z-index: 1;
}
.cct-our-result-slider.carousel li {
    margin-right: 0;
    margin-bottom: 0;
}
/* our results slider  */


/* about us */
.cct-about-us-wrap{
    position: relative;
    padding-top: 154px;
    z-index: 1;
}
.cct-about-us-wrap .container-fluid{
    padding-left: 0;
    padding-right: 98px;
}
.cct-about-us-wrap .cct-about-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 147px 15px 172px;
}
.cct-about-content{
    width: 50%;
    margin: 0 0 0 auto;
   padding-right: 60px;
}
.cct-about-content h2{
    color: #ffffff;
    margin-bottom: 19px;
}
.cct-about-content p{
    color: #ffffff;
    margin-bottom: 30px;
}
.cct-about-content p strong{
text-transform: uppercase;
position: relative;
padding-left: 26px;
display: block;
}
.cct-about-content p strong::before{
    position: absolute;
content: '';
width: 7px;
height: 24px;
background-color: #506a8c;
left: 0;
top: 5px;
}
 .cct-meet-btn{
    width: 397px;
    height: 72px;
    border: 1px solid #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3.6px;
    display: block;
    color: #ffffff !important;
    padding: 22px 10px;
    margin-top: 88px;
}
.cct-meet-btn:hover{
    background-color: #f68e39;
}
.cct-about-us-wrap .cct-vertical-text{
    height: 136px;
    width: 765px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    background-color: #e9eaeb;
    text-align: center;
    right: -314px;
    top: 378px;
    padding: 59px 15px 25px;
}
.cct-about-us-wrap .cct-vertical-text h5{
    letter-spacing: 18.72px;
    margin-bottom: 0;

}
.cct-about-us-wrap .live-edit-button{
    top: 29px;
}
/* about us */

/* testimonials */
.cct-testimonials-wrap{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -172px;
    padding: 430px 0 177px;
}
.cct-testimonials-wrap .live-edit-button{
    top: 230px;
}
.cct-testimonials-wrap .container{
    max-width: 1520px;
}
.cct-testimonials-wrap h2{
    display: inline-block;
    margin-bottom: 60px;
}
.cct-testimonials-wrap .cct-view-all-btn{
    float: right;
    margin-top: 3px;
}
.cct-testimonials-wrap ul li{
    padding-left: 0;
    margin-right: 67px;
    display: inline-block;
    vertical-align: top;
    width: 47.6%;
}
.cct-testimonials-wrap ul li:nth-child(2n){
    margin-right: 0;
}
.cct-testimonials-wrap ul li::before{
    display: none;
}
.cct-testimonials-wrap .cct-star{
    margin-bottom: 9px;
}
.cct-testimonials-wrap .cct-star li{
    margin: 0 !important;
    margin-right: 4px !important;
    display: inline-block;
    vertical-align: top;
    width: auto !important;
}
.cct-testimonials-box{
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    overflow: auto;
    padding: 57px 70px 25px 68px;
     min-height: 320px;
    background-image: url(../images/testimonials-quote.png);
    background-repeat: no-repeat;
    background-position: 16px 63px;
}
.cct-testimonials-box p{
    margin-bottom: 22px;
}
.cct-testimonials-wrap .cct-author{
    display: inline-block;
    padding-left: 132px;
    position: relative;
}
.cct-testimonials-wrap .cct-author::before{
    position: absolute;
    content: '';
    width: 161px;
    height: 176px;
    border-left: 5px solid #dee0e2;
    border-bottom: 5px solid #dee0e2;
    left: -43px;
    bottom: 15px;
}
.cct-testimonials-wrap .cct-author p{
  font-weight: 700;
 margin-bottom: 0;
}
.cct-testimonials-wrap .cct-social-media-rating{
    float: right;
    margin-top: -15px;
}
/* testimonials */

/* practice area */
.cct-practice-area{
    position: relative;
    padding-top: 101px;
}
.cct-practice-area .cct-vertical-text{
    height: 155px;
width: 997px;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
position: absolute;
background-color: #e9eaeb;
text-align: center;
left: -421px;
top: 675px;
padding: 59px 15px 25px;
z-index: 1;
}
.cct-practice-area .cct-vertical-text h5 {
    letter-spacing: 18.72px;
    margin-bottom: 0;
}
.cct-practice-area .col-md-7{
    padding: 0;
    -ms-flex: 0 0 57.333%;
    flex: 0 0 56.333%;
    max-width: 56.333%;
    padding-right: 41px;
}
.cct-practice-area .col-md-5{
    -ms-flex: 0 0 41.666667%;
flex: 0 0 43.667%;
max-width: 43.667%;
padding: 0;
}
.cct-practice-area .cct-practice-area-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1049px;
    height:  99.1%;
    margin-top: 11px;
}
.cct-practicearea-content{
    padding-left: 9px;
    padding-right: 90px;
}
.cct-practicearea-content h2{
    margin-bottom: 33px;
}
.cct-practice-area-list{
    overflow: auto;
margin-left: -480px;
padding-top: 40px;
}
.cct-practice-area-list ul li{
padding-left: 0;
float: right;
margin-right: 1px;
width: 33.2%;
margin-bottom: 1px;
}
.cct-practice-area-list ul li:first-child, .cct-practice-area-list ul li:nth-child(4), 
.cct-practice-area-list ul li:nth-child(7){
    margin-right: 0;
}
.cct-practice-area-list ul li::before{
    display: none;
}
.cct-practice-area-box {
    background-color: #1e2e48;
    min-height: 267px;
    padding: 24px 15px 6px 36px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
}
.cct-practice-area-box img{
    margin-bottom: 15px;
}
.cct-practice-area-box p{
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.cct-practice-area-box:hover {
  background-color: #e9eaeb;
}
.cct-practice-area-box:hover p {
  color: #1e2e48;
}

/* practice area */

.cct-home-contact{
    position: relative;
    text-align: center;
    background-image: url(../images/home-contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 11px 20px;
}
.cct-home-contact .cct-home-contact-content{
    background-color: rgba(0, 10, 40, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 39px 15px 20px 15px;
}
.cct-home-contact .cct-home-contact-content h3{
    color: #fff;
    font-weight: 700;
    line-height: 65px;
}
.cct-home-contact .cct-home-contact-content h3 strong{
    font-size: 48px;
}
.cct-home-contact .cct-home-contact-content h3 a{
    color: #fff;
}



@media screen and (max-width:1800px){
    /* banner */
    .cct-home-banner{
        margin-top: 127px;
    }
     /* banner */

     /* insurance companies */
     .cct-insurance-companies .container-fluid {
        padding: 0 60px;
    }
    /* insurance companies */

    /* our results */
    .cct-our-results-wrap .cct-our-result-left {
        padding-left: 74px;
    }
    .cct-our-results-wrap .cct-our-result-right {
        padding-left: 50px;
    }
    /* our results */

    /* our results slider */
    .cct-our-result-slider-wrap .container-fluid {
        padding-left: 60px;
    }
    /* our results slider */
}
@media screen and (max-width:1600px){
    /* banner */
    .cct-home-banner{
        margin-top: 121px;
    }
     /* banner */

     /* insurance companies */
     .cct-insurance-companies .container-fluid {
        padding: 0 15px;
    }
    /* insurance companies */

    /* slider logos */
    .cct-slider-logo-wrap .container-fluid {
        padding: 0 15px;
    }
     /* slider logos */

     /* practice area */
     .cct-practice-area .cct-practice-area-image{
        height: 99.2%;
     }
    /* practice area */

    /* our results */
    .cct-our-results-wrap .cct-our-result-left {
        padding-left: 29px;
    }
    .cct-our-results-wrap{
        padding-top: 200px;
    }
    /* our results */

    /* our results slider */
    .cct-our-result-slider-wrap .container-fluid{
        padding-left: 15px;
    }
     /* our results slider */
     .cct-about-content{
         width: 55%;
     }

     /* testimonials */
     .cct-testimonials-wrap ul li{
        margin-right: 65px;
     }
       /* testimonials */
}
@media screen and (max-width:1500px){
  /* banner */
  .cct-home-banner {
    margin-top: 118px;
  }
/* banner */

/* insurance companies */
.cct-insurance-form{
    padding: 78px 45px 145px;
}
/* insurance companies */

/* about */
.cct-about-us-wrap .cct-about-image{
    padding: 130px 15px 130px;
}
.cct-meet-btn{
    margin-top: 70px;
}
/* about */

/* testimonials */
.cct-testimonials-wrap ul li {
    margin-right: 60px;
}
.cct-testimonials-wrap{
    margin-top: -95px;
    padding: 300px 0 177px;
}
/* testimonials */

}
@media screen and (max-width:1400px){
    blockquote{
        padding: 0 30px 43px 60px;
    }
    /* banner */
    .cct-home-banner {
        margin-top: 167px;
        min-height: 660px;
        padding: 160px 0 100px;
    }
    .cct-banner-content{
        max-width: unset;
        width: 65%;
    }
    /* banner */

    /* insurance companies */
    .cct-insurance-form::before{
        top: 20px;
        left: 20px;
    }
    
    .cct-insurance-form::after{
        right: 20px;
        bottom: 20px;
    }
    .cct-insurance-form {
        padding: 78px 30px 100px;
    }
    .cct-insurance-form h3{
        font-size: 34px;
        line-height: 44px;
    }
    .cct-insurance-content {
        padding-top: 0;
    }
     /* insurance companies */

     /* slider logos */
     .cct-slider-logo-wrap{
         padding-top: 130px;
     }
    /* slider logos */

    /* practice area */
    .cct-practicearea-content {
        padding-right: 50px;
    }
  
      /* practice area */

      /* our results */
      .cct-our-results-wrap .cct-our-result-right {
        padding-left: 40px;
    }
    .cct-our-results-wrap{
        padding-top: 150px;
    }
    /* our results */

    /* results slider */
    .cct-our-result-slider .cct-results h2{
        line-height: 62px;
    }
     /* results slider */

     /* about */
     .cct-about-content p strong{
         font-size: 16px;
         line-height: 34px;
     }
      /* about */

    /* testimonials */
.cct-testimonials-wrap ul li {
    margin-right: 55px;
}
.cct-testimonials-wrap {
    padding: 240px 0 130px;
}
.cct-testimonials-box{
    padding: 45px 50px 25px 68px;
    background-position: 16px 50px;
}
.cct-testimonials-wrap .live-edit-button{
    top: 150px;
}
/* testimonials */


}
@media screen and (max-width:1300px){

    blockquote {
        padding: 0 15px 40px 50px;
    }
    blockquote p{
        font-size: 22px;
        line-height: 32px !important;
    }
    /* banner */
    .cct-home-banner h1{
        font-size: 54px;
        line-height: 64px;
    }
    .cct-home-banner {
        min-height: 575px;
        padding: 145px 0 100px;
    }
    /* banner */

    .cct-slider-logo-wrap{
        padding-top: 100px;
    }
    .cct-slider-logo-wrap .live-edit-button{
        top: 45px;
    }

   /* insurance companies */
    .cct-insurance-companies{
        padding: 90px 0 0;
    }
    .cct-insurance-form h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .cct-insurance-form {
        padding: 60px 30px 70px;
    }
    .cct-insurance-form p{
        margin-bottom: 40px;
    }
    /* insurance companies */

    /* practice area */
    .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 15.72px;
        font-size: 22px;
        line-height: 34px;
    }
    .cct-practice-area .cct-vertical-text {
        height: 130px;
        width: 900px;
        left: -385px;
        top: 660px;
        padding: 48px 15px 25px;
    }
      /* practice area */

      /* our results */
      .cct-our-results-wrap {
        padding-top: 100px;
      }
    /* our results */

    /* results slider */
    .cct-our-result-slider-wrap{
        padding-top: 60px;
    }
    .cct-our-result-slider .cct-results h2{
        font-size: 48px;
        line-height: 56px;
    }
    /* results slider */

    /* about */
    .cct-about-us-wrap .cct-vertical-text{
        height: 110px;
        width: 620px;
        right: -255px;
        top: 325px;
        padding: 37px 15px 25px;
    }
    .cct-about-us-wrap{
        padding-top: 100px;
    }
    .cct-about-us-wrap .cct-about-image {
        padding: 115px 15px 90px;
    }
    .cct-meet-btn {
        margin-top: 50px;
    }
    .cct-about-us-wrap .container-fluid{
        padding-right: 50px;
    }
    .cct-about-content {
        width: 56%;
    }

    /* about */

    /* testimonials */
.cct-testimonials-wrap ul li {
    margin-right: 50px;
}
.cct-testimonials-wrap {
    padding: 190px 0 90px;
}
.cct-testimonials-wrap .live-edit-button{
    top: 130px;
}
/* testimonials */

}
@media screen and (max-width:1200px){
    blockquote{
        margin: 50px 0 0;
    }
    .cct-experience-wrap ul li img{
        padding-right: 15px;
    }
    /* banner */
    .cct-home-banner {
        margin-top: 148px;
        min-height: 560px;
    }
    .cct-home-banner h1 {
        font-size: 50px;
        line-height: 60px;
    }
      /* banner */

      /* insurance companies */
      .cct-insurance-right {
        padding-left: 30px;
    }
    .cct-insurance-form form {
        padding: 0 20px;
    }
    .cct-insurance-form h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 5px;
    }
      /* insurance companies */

      /* slider logos */
      .cct-slider-logo-wrap {
        padding-top: 90px;
    }
    /* slider logos */

    /* practice area */
    .cct-practice-area{
        padding-top: 70px;
    }
    .cct-practicearea-content {
        padding-right: 30px;
        padding-top: 40px;
    }
    .cct-practice-area-list{
        padding-top: 20px;
    }
    .cct-practice-area .cct-vertical-text{
        top: auto;
        left: auto;
        position: relative;
        width: 100%;
        transform: none;
        height: 115px;
        padding: 42px 15px 25px;
    }
    .cct-practice-area .cct-practice-area-image{
        margin-top: 0;
        height: 99.95%;
    }
    .cct-practice-area .col-md-7{
        padding-right: 25px;
    }
    /* practice area */

    /* our results */
    .cct-our-results-wrap .cct-our-result-right {
        padding-left: 30px;
    }
     /* our results */

       /* results slider */
    .cct-our-result-slider .cct-results h2{
        font-size: 43px;
        line-height: 53px;
    }
    .cct-our-result-slider .cct-results p{
        font-size: 16px;
        line-height: 22px;
    }
     /* results slider */

     /* about */
     .cct-about-content p strong{
        line-height: 24px;
        padding-top: 5px;
    }
    .cct-about-us-wrap .cct-about-image {
        padding: 90px 15px 90px;
    }
      /* about */

      /* testimonials */
.cct-testimonials-wrap ul li {
    margin-right: 46px;
}
.cct-testimonials-wrap {
    margin-top: -75px;
    padding: 170px 0 90px;
}
.cct-testimonials-wrap .cct-author{
    padding-left: 90px;
}

.cct-testimonials-wrap .cct-author::before{
    width: 124px;
height: 150px;
}
.cct-testimonials-box {
    padding: 25px 30px 25px 68px;
    background-position: 16px 30px;
}
.cct-testimonials-wrap .live-edit-button{
    top: 110px;
}
/* testimonials */

    .cct-home-contact .cct-home-contact-content h3 strong {
        font-size: 42px;
    }
    .cct-home-contact .cct-home-contact-content h3 {
        line-height: 55px;
    }
}
@media screen and (max-width:1100px){
    blockquote p {
        font-size: 20px;
        line-height: 28px !important;
    }
      /* banner */
    .cct-banner-content{
        width: 70%;
    }
    .cct-home-banner h1 {
        font-size: 46px;
        line-height: 56px;
    }
    .cct-home-banner{
        min-height: 490px;
        padding: 110px 0 80px;
    }
      /* banner */

    .cct-experience-wrap {
        padding: 22px 0 22px;
    }
    .cct-experience-wrap .cct-experience-box {
        padding: 30px 15px 20px;
    }
    .cct-experience-wrap ul li img {
        display: block;
        padding-right: 0;
        margin: 0 auto 5px;
    }

    /* insurance companies */
    .cct-insurance-content p strong{
        font-size: 16px;
        line-height: 34px;
    }
    .cct-insurance-form h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .cct-insurance-form form {
        padding: 0 10px;
    }
     /* insurance companies */

     /* practice area */
     .cct-practice-area .cct-practice-area-image{
        margin-top: 0;
        height: 99.95%;
    }
      /* practice area */

      /* results slider */
      .cct-our-result-slider .cct-results h2{
          font-size: 38px;
          line-height: 46px;
      }
      .cct-our-result-slider .cct-results p {
        font-size: 15px;
        line-height: 20px;
    }
      /* results slider */

      /* about */
      .cct-meet-btn {
        width: 354px;
        height: 64px;
        padding: 19px 10px;
        letter-spacing: 3px;
        font-size: 16px;
      }
      .cct-about-us-wrap .cct-about-image{
          background-position: 40% top;
      }
      /* about */

      /* testimonials */
    .cct-testimonials-wrap ul li {
        margin-right: 40px;
    }
    .cct-testimonials-box{
        min-height: 369px;
        padding: 25px 20px 25px 55px;
        background-position: 10px 30px;
    }
    .cct-testimonials-wrap .cct-author::before {
        width: 112px;
        height: 144px;
        left: -30px;
    }
/* testimonials */
}
@media screen and (max-width:991px){
    blockquote::before{
        width: 14.4%;
        height: 62.5%;
    }
    /* banner */
    .cct-home-banner{
        margin-top: 0;
        background-size: 100% auto;
        min-height: auto;
        background-color: #1e2e48;
        padding: 38% 0 0;
    }
    .cct-home-banner .container{
        padding: 0 0;
    }
    .cct-home-banner .cct-banner-content {
        width: 100%;
        padding: 41px 15px 60px 15px;
    }
    .cct-home-banner h4{
        line-height: 32px;
        margin-bottom: 30px;
    }
     /* banner */

     .cct-experience-wrap ul li {
        width: 32.9%;
    }

    /* insurance companies */
    .cct-insurance-companies .col-md-6{
        max-width: 100%;
        flex: 100%;
        padding: 0 15px;
    }
    .cct-insurance-form{
        margin: 60px auto 0 auto;
        padding: 54px 30px 60px;
    }
    .cct-insurance-companies {
        padding: 57px 0 0;
    }
      /* insurance companies */

      /* slider logos */
      .cct-slider-logo-wrap {
        padding-top: 70px;
      }
      .cct-slider-logos.flexslider .slides img{
          height: 130px;
      }
      .cct-slider-logo-wrap .live-edit-button{
        top: 0;
       }
      /* slider logos */

      /* practice area */
      .cct-practice-area .col-md-7{
          padding: 0 0;
          flex: 100%;
          max-width: 100%;
      }
      .cct-practice-area .col-md-5{
        flex: 100%;
        max-width: 100%;
      }
      .cct-practicearea-content{
          padding: 38px 15px 0;
      }
      .cct-practice-area .cct-practice-area-image{
          height: 600px;
      }
      .cct-practice-area-list{
          margin-left: 0;
          padding-top: 10px;
      }
      .cct-practice-area-list ul li{
          width: 33.2%;
      }
      .cct-practicearea-content h2 {
        margin-bottom: 27px;
    }
    .cct-practice-area-box{
        padding: 24px 15px 6px 25px;
        min-height: 230px;
    }
    .cct-practice-area-box p {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 12.72px;
    }
    .cct-practice-area .cct-vertical-text{
        height: 94px;
        padding: 31px 15px 25px;
    }
    .cct-practice-area {
        padding-top: 60px;
    }
      /* practice area */ 

      /* our results */
      .cct-our-results-wrap .col-md-7, .cct-our-results-wrap .col-md-5{
          max-width: 100%;
          flex: 100%;
          padding: 0 15px;
      }
      .cct-our-results-wrap .col-md-5{
          padding-left: 29px;
      }
      .cct-our-results-content {
        max-width: unset;
        padding-top: 28px;
       }
       .cct-our-results-video{
           margin-top: 0;
           max-width: unset;
       }
       .cct-our-results-wrap {
        padding-top: 69px;
      }
      
      /* our results */

      /* results slider */
      .cct-our-result-slider-wrap{
          padding-top: 10px;
      }
      .cct-our-result-slider .cct-results{
        padding: 34px 15px 34px;
      }
      .cct-our-result-slider-wrap .cct-vertical-text p{
          font-size: 16px;
          line-height: 34px;
      }
      .cct-our-result-slider-wrap .cct-vertical-text{
          top: 90px;
      }
      .cct-our-result-slider::before{
        height: 91.8%;
      }
      /* results slider */

      /* about */
      .cct-about-us-wrap .cct-vertical-text{
        height: 94px;
        padding: 31px 15px 25px;
        top: auto;
        left: 0;
        position: relative;
        width: 100%;
        transform: none;
        
      }
      .cct-about-us-wrap .cct-vertical-text h5 {
        letter-spacing: 12.72px;
        font-size: 22px;
         line-height: 34px;
    }
    .cct-about-us-wrap .container-fluid {
        padding-right: 0;
    }
    .cct-about-us-wrap .cct-about-image {
        background-position: center top;
        background-size: 100% auto;
        padding: 46% 0 0;
        position: relative;
        z-index: 1;
        margin-top: -2%;
    }
    .cct-about-content {
        width: 100%;
        padding: 37px 15px 50px;
        background-color: #0c1d46;
    }
    .cct-meet-btn {
        margin-top: 38px;
    }
    .cct-about-us-wrap {
        padding-top: 74px;
    }
    .cct-about-us-wrap .live-edit-button{
        top: 20px;
    }
    /* about */

    /* testimonials */
    .cct-testimonials-wrap {
        margin-top: 0;
        padding: 57px 0 50px;
    }
    .cct-testimonials-box {
        min-height: auto;
    }
    .cct-testimonials-wrap ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .cct-testimonials-wrap .cct-author::before {
        height: 110px;
    }
    .cct-testimonials-wrap h2{
        font-size: 36px;
        line-height: 48px;
    }
    .cct-testimonials-wrap .cct-view-all-btn{
        margin-top: -7px;
    }
    .cct-testimonials-wrap .live-edit-button{
        top: 5px;
    }
    /* testimonials */

    .cct-home-contact .cct-home-contact-content h3 {
        line-height: 48px;
    }
    .cct-home-contact .cct-home-contact-content h3 strong {
        font-size: 40px;
    }
    .cct-home-contact {
        padding: 15px 11px 15px;
    }
}
@media screen and (max-width:767px){
    blockquote {
        padding: 0 15px 30px 50px;
        margin: 30px 0 0;
    }
    blockquote::before {
        width: 15.4%;
        height: 70.5%;
    }

      /* banner */
    .cct-home-banner h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 5px;
    }
    .cct-home-banner h4 {
        line-height: 30px;
        margin-bottom: 30px;
    }
    .cct-home-banner .cct-banner-content {
        padding: 35px 15px 50px 15px;
    }
      /* banner */

    .cct-experience-wrap {
        padding: 29px 0 21px;
    }
    .cct-experience-wrap .cct-experience-box {
        padding: 11px 15px 11px;
    }
    .cct-experience-wrap ul li h3{
        font-size: 23px;
        line-height: 33px;
    }

    /* insurance companies */
    .cct-insurance-companies {
        padding: 51px 0 0;
    }
    .cct-insurance-content h2{
        margin-bottom: 15px;
    }
    .cct-insurance-form {
        margin: 50px auto 0 auto;
        padding: 44px 30px 50px;
    }
    .cct-insurance-form p {
        margin-bottom: 30px;
    }
      /* insurance companies */

    /* slider logos */
      .cct-slider-logo-wrap {
        padding-top: 40px;
      }
      /* slider logos */
       
      /* practice area */
      .cct-practice-area {
        padding-top: 40px;
    }
    .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 10.72px;
    }
    .cct-practice-area .cct-vertical-text {
        height: 88px;
        padding: 27px 15px 25px;
    }
    .cct-practice-area .cct-practice-area-image {
        height: 475px;
    }
    .cct-practicearea-content {
        padding: 29px 15px 0;
    }
    .cct-practicearea-content h2 {
        margin-bottom: 23px;
    }
    .cct-practice-area-list ul li {
        width: 49.9%;
    }
 
    .cct-practice-area-list ul li{
        float: left;
    }
    .cct-practice-area-list ul li:nth-child(2n){
        margin-right: 0 !important;
    }
    .cct-practice-area-list ul li:first-child, .cct-practice-area-list ul li:nth-child(7){
        margin-right: 1px;
    }
     /* practice area */

     /* our results */
     .cct-our-results-wrap {
        padding-top: 59px;
    }
    /* our results */

    /* results slider */
    .cct-our-result-slider .cct-results h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .cct-our-result-slider .cct-results {
        padding: 30px 10px 30px;
    }
    .cct-our-result-slider-wrap .cct-vertical-text p {
        font-size: 14px;
        line-height: 30px;
    }
    .cct-our-result-slider{
        padding-bottom: 30px;
        padding-left: 45px;
    }
    .cct-our-result-slider-wrap .cct-vertical-text {
        top: 82px;
    }
    .cct-our-result-slider .flex-direction-nav a{
        top: -12px;
    }
    .cct-our-result-slider::after{
        bottom: -4px;
    }
    .cct-our-result-slider-wrap {
        padding-top: 8px;
    }
    /* results slider */

    /* about */
    .cct-about-us-wrap {
        padding-top: 64px;
    }
    .cct-about-us-wrap .cct-vertical-text{
        height: 88px;
        padding: 28px 15px 25px;
    }
    .cct-about-us-wrap .cct-vertical-text h5{
        letter-spacing: 10.72px;
    }
    .cct-about-content{
        padding: 30px 15px 40px;
    }
    .cct-about-content p{
        margin-bottom: 24px;
    }
    .cct-meet-btn {
        margin-top: 27px;
        width: 310px;
    }
    /* about */

    /* testimonials */
    .cct-testimonials-wrap .cct-view-all-btn {
        float: none;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .cct-testimonials-wrap {
        padding: 50px 0 40px;
    }
    .cct-testimonials-wrap h2{
        margin-bottom: 31px;
    }
    .cct-testimonials-wrap .cct-author::before{
        bottom: 11px;
    }
    .cct-testimonials-wrap h2{
        font-size: 35px;
        line-height: 44px;
    }
  /* testimonials */

    .cct-home-contact .cct-home-contact-content h3 {
        line-height: 38px;
    }
    .cct-home-contact .cct-home-contact-content h3 strong {
        font-size: 33px;
    }
    .cct-home-contact .cct-home-contact-content {
        padding: 30px 15px 15px;
    }
}
@media screen and (max-width:600px){
    blockquote::before {
        width: 15.4%;
        height: 75.5%;
    }
    
    .cct-experience-wrap ul li {
        width: 100%;
    }
    .cct-experience-wrap ul li::after{
        display: none;
    } 
        /* banner */
    .cct-home-banner h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 7px;
    }     
    .cct-home-banner h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
     /* banner */

     /* practice area */
     .cct-practice-area-list ul li {
        width: 49.85%;
    }
    .cct-practice-area-box p {
        line-height: 20px;
        font-size: 15px;
    }
    .cct-practice-area .cct-practice-area-image {
        height: 400px;
    }
    .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 8.72px;
    }
     /* practice area */
}
@media screen and (max-width:500px){
    blockquote p {
        font-size: 18px;
        line-height: 26px !important;
    }
    blockquote{
        margin: 25px 0 0;
    }
    blockquote::before {
        width: 22.4%;
        height: 78%;
    }
     /* banner */
    .cct-home-banner h4{
        font-size: 20px;
        line-height: 26px;
    }
    .cct-home-banner .cct-banner-content {
        padding: 30px 15px 40px 15px;
    }
     /* banner */

     /* insurance companies */
     .cct-insurance-content p strong {
        font-size: 15px;
        line-height: 18px;
        padding-top: 8px;
    }
    .cct-insurance-companies {
        padding: 41px 0 0;
    }
    .cct-insurance-content h2 {
        margin-bottom: 10px;
    }
    .cct-insurance-content p{
        margin-bottom: 19px;
    }
    .cct-insurance-content blockquote p{
        margin-bottom: 0;
    }
    .cct-insurance-form {
        margin: 40px auto 0 auto;
        padding: 37px 25px 40px;
    }
    .cct-insurance-form h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .cct-insurance-form p{
        font-size: 14px;
        line-height: 20px;
    }
    .cct-insurance-form::before {
        top: 10px;
        left: 10px;
        width: 70px;
        height: 70px;
    }
    .cct-insurance-form::after{
        right: 10px;
        bottom: 10px;
        width: 70px;
        height: 70px;
    }
    .cct-insurance-form form {
        padding: 0 0;
    }
    .cct-insurance-form input[type="text"], .cct-insurance-form input[type="tel"], .cct-insurance-form input[type="email"], .cct-insurance-form textarea{
        padding: 5px 15px;
        height: 58px;
    }

    .cct-insurance-form textarea {
        height: 150px;
    }
    .cct-insurance-form .wpcf7-form-control-wrap.message{
        height: 150px;
    }
    .cct-insurance-form .cct-get-start-btn{
        font-size: 16px;
        height: 58px;
    }
    .cct-insurance-form p{
        margin-bottom: 20px;
    }
    /* insurance companies */

        /* slider logos */
      .cct-slider-logo-wrap {
        padding-top: 25px;
      }
      .cct-slider-logos.flexslider .slides img {
        height: 100px;
    }
      /* slider logos */

      /* practice areas */
      .cct-practice-area {
        padding-top: 25px;
      }
      .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 5.72px;
        font-size: 20px;
         line-height: 30px;
      }
      .cct-practice-area .cct-vertical-text {
        height: 70px;
        padding: 21px 15px 21px;
      }
      .cct-practice-area .cct-practice-area-image {
        height: 300px;
    }
    .cct-practicearea-content {
        padding: 28px 15px 0;
    }
    .cct-practicearea-content h2 {
        margin-bottom: 19px;
    }
    .cct-practice-area-list{
        padding-top: 2px;
    }
    .cct-practice-area-box {
    padding: 24px 40px 16px 40px;
       /*  padding: 24px 10px 6px 10px; */
        min-height: 200px;
    }
    .cct-practice-area-box p {
        line-height: 18px;
        font-size: 13px;
        margin-bottom: 10px;
    }

       /* practice areas */

       /* our results */
       .cct-our-results-wrap {
        padding-top: 49px;
    }
    .cct-our-results-video::before{
        top: 15px;
        left: -10px;
    }
    .cct-our-results-wrap .col-md-5 {
        padding-left: 25px;
    }
    .cct-our-results-content{
        padding-top: 26px;
    }
    .cct-our-results-content p{
        margin-bottom: 22px;
    }
        /* our results */

        /* results slider */
        .cct-our-result-slider .cct-results h2 {
            font-size: 32px;
            line-height: 36px;
        }
        .cct-our-result-slider .cct-results {
            padding: 27px 10px 25px;
        }
        .cct-our-result-slider .flex-direction-nav a{
            margin: 0 10px 0 auto;
        }
        .cct-our-result-slider::after {
            bottom: -5px;
            width: 125px;
        }
        .cct-our-result-slider-wrap .cct-vertical-text {
            top: 77px;
        }
        .cct-our-result-slider-wrap {
            padding-top: 0;
        }
            /* results slider */

        /* about */
        .cct-about-us-wrap .cct-vertical-text{
            height: 70px;
            padding: 21px 15px 21px;
        }
        .cct-about-us-wrap .cct-vertical-text h5{
         letter-spacing: 5.72px;
         font-size: 20px;
         line-height: 30px;
        }
        .cct-meet-btn{
            font-size: 15px;
            height: 58px;
            padding: 16px 10px;
            letter-spacing: 2px;
            width: 272px;
        }
        .cct-about-content p {
            margin-bottom: 18px;
        }
        .cct-about-us-wrap {
            padding-top: 54px;
        }
         /* about */

    /* testimonials */
    .cct-testimonials-wrap h2 {
        margin-bottom: 26px;
    }
    .cct-testimonials-wrap .cct-view-all-btn{
        margin-bottom: 35px;
    }
    .cct-testimonials-wrap {
        padding: 43px 0 30px;
    }
    .cct-testimonials-wrap .cct-author::before{
        display: none;
    }
    .cct-testimonials-wrap .cct-author {
        padding-left: 0;
    }
    .cct-testimonials-box{
        background-size: 25px;
        padding: 25px 20px 25px 45px;
        background-position: 10px 25px;
    }
    .cct-testimonials-box p {
        margin-bottom: 15px;
    }
    .cct-testimonials-wrap .cct-social-media-rating {
        float: none;
        margin-top: 13px;
    }
    .cct-testimonials-wrap h2{
        font-size: 30px;
        line-height: 38px;
    }
      /* testimonials */

    .cct-home-contact .cct-home-contact-content h3 {
        line-height: 32px;
    }
    .cct-home-contact .cct-home-contact-content h3 strong {
        font-size: 28px;
    }
}
@media screen and (max-width:400px){
    blockquote::before {
        height: 80%;
    }
        /* banner */
    .cct-home-banner h1 {
        font-size: 30px;
        line-height: 34px;
    }
        /* banner */

    .cct-experience-wrap ul li {
        width: 100%;
    }


    /* practice area */
    .cct-practice-area-list ul li{
        float: none;
        width: 100%;
        margin-right: 0 !important;
    }
    .cct-practice-area .cct-practice-area-image {
        height: 220px;
    }
    .cct-practice-area .cct-vertical-text h5 {
        letter-spacing: 2.72px;
        font-size: 19px;
        line-height: 29px;
    }
    .cct-practice-area .cct-vertical-text {
        height: 65px;
        padding: 18px 15px 21px;
    }
      /* practice area */
}