/* banner */
.cct-home-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 197px 0 78px;
}
.cct-home-banner .wpcf7-spinner{
    display: none;
}
.cct-home-banner .cct-banner-content{
    max-width: unset;
    text-align: center;
    padding-top: 140px;
}
.cct-home-banner .cct-five-stars
{
    padding: 10px;
}
.cct-home-banner h3{
    color: #fff;
    margin-bottom: 8px;
}
.cct-home-banner p {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 8px;
}
.cct-home-banner .cct-banner-btn {
	font-size: 30px;
	width: 370px;
	border: solid 3px rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.cct-home-banner .cct-banner-btn img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.cct-home-banner h1{
    color: #fff;
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 90px;
    position: relative;
}
.cct-home-banner .cct-five-stars p
{
    margin-bottom: 0px;
}
.cct-home-banner .cct-five-stars p del
{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
.cct-home-banner h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 360px;
    height: 1px;
    bottom: -20px;
    left: 50%;
    margin-left: -180px;
    background-color: rgba(255, 255, 255, 0.6);
}
.cct-banner-content ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 62px;
    position: relative;
}
.cct-banner-content ul li:last-child{
    margin-right: 0;
}
.cct-banner-form-outer{
    padding: 19px;
    border: 1px solid #d81f25;
    max-width: 790px;
    margin: 0 0 0 auto;
}
.cct-banner-form{
    background-color: #101323;
    padding: 70px 15px 76px;
    text-align: center;
}
.cct-banner-form h2,
.cct-banner-form h3,
.cct-banner-form h4{
    color: #e8ecef;
    line-height: 60px;
    max-width: 620px;
    margin: 0 auto;
}
.cct-banner-form p{
    color: #e8ecef;
}
.wpcf7-spinner {
	display: block !important;
}
.cct-banner-form form{
    max-width: 600px;
    margin: 0 auto;
    margin-top: 21px;
}
.cct-banner-form ul li{
    margin-bottom: 16px;
}
.cct-banner-form ul li:last-child{
    margin-bottom: 0;
}
.cct-banner-form input[type="text"], .cct-banner-form input[type="email"], .cct-banner-form input[type="tel"], 
.cct-banner-form textarea{
    background-color: #f9fafb;
    border: 1px solid #e8ecef;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    color: #303030;
    font-weight: 700;
    width: 100%;
    height: 60px;
    outline: none;
    padding: 13px 24px !important;
    background-repeat: no-repeat;
    background-position: 96.5% center;
}
.cct-banner-form textarea{
    height: 140px !important;
    display: block;
}
.cct-banner-form input[type="text"]::placeholder, .cct-banner-form input[type="email"]::placeholder, .cct-banner-form input[type="tel"]::placeholder, 
.cct-banner-form textarea::placeholder{
    color: #303030;
    opacity: 1;
}
.cct-banner-form input[type="text"]:hover, .cct-banner-form input[type="email"]:hover, .cct-banner-form input[type="tel"]:hover, 
.cct-banner-form textarea:hover, 
.cct-banner-form input[type="text"]:focus, .cct-banner-form input[type="email"]:focus, .cct-banner-form input[type="tel"]:focus, 
.cct-banner-form textarea:focus{
    color: #d81f25;
    background-color: #ffffff;
    border: 1px solid #d81f25;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.cct-banner-form input[type="text"]:hover::placeholder, .cct-banner-form input[type="email"]:hover::placeholder, .cct-banner-form input[type="tel"]:hover::placeholder, 
.cct-banner-form textarea:hover::placeholder, 
.cct-banner-form input[type="text"]:focus::placeholder, .cct-banner-form input[type="email"]:focus::placeholder, .cct-banner-form input[type="tel"]:focus::placeholder, 
.cct-banner-form textarea:focus::placeholder{
    color: #d81f25;
}
.cct-banner-form input[type="text"]{
    background-image: url(../images/footer-name-icon.png);
}
.cct-banner-form input[type="text"]:hover, .cct-banner-form input[type="text"]:focus{
    background-image: url(../images/footer-name-icon-h.png);
}
.cct-banner-form input[type="tel"]{
    background-image: url(../images/footer-phone-icon.png);
}
.cct-banner-form input[type="tel"]:hover, .cct-banner-form input[type="tel"]:focus{
    background-image: url(../images/footer-phone-icon-h.png);
}
.cct-banner-form input[type="email"]{
    background-image: url(../images/footer-mail-icon.png);
}
.cct-banner-form input[type="email"]:hover, .cct-banner-form input[type="email"]:focus{
    background-image: url(../images/footer-mail-icon-h.png);
}
.gform_wrapper.gravity-theme .ginput_complex .name_first{
	padding-right: 0 !important;
}
.cct-banner-form-btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 340px;
    height: 70px;
    color: #fff !important;
    background-color: #d81f25;
    padding: 15px 15px !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
    margin-top: 19px;
}
.cct-banner-form-btn:hover{
    background-color: #101323;
}
/* banner */


/* case results */
.cct-case-results {
    position: relative;
    background-color: #101323;
    padding: 27px 0 0;
    text-align: center
}

.cct-case-results p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.cct-case-results-slider {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 20px 100px 0
}

.cct-case-results-slider .flex-control-nav {
    display: none
}

.cct-case-results-slider .slides img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 18px;
    max-height: 10px !important
}

.cct-case-results .cct-case-result-box p {
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0
}

.cct-case-results .cct-case-result-box h2 {
    font-size: 60px;
    line-height: 60px;
    color: #fff
}

.cct-case-result-box {
    text-align: center;
    position: relative;
    padding: 0 15px 45px
}

.cct-case-result-box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 120px;
    background-color: #1c1f2e;
    right: -1px;
    top: 38%;
    transform: translate(0, -50%)
}

.cct-case-results-slider .flex-direction-nav a {
    top: 46%;
    color: transparent;
    text-shadow: none;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    opacity: 1 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/slider-arrow.png);
    background-color: #212536
}

.cct-case-results-slider .flex-direction-nav a:hover {
    background-color: #d81f25
}

.cct-case-results-slider .flex-direction-nav a::before {
    content: '';
    color: transparent;
    text-shadow: none
}

.cct-case-results-slider .flex-direction-nav .flex-next {
    right: 0;
    left: auto;
    opacity: 1
}

.cct-case-results-slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
    left: auto
}

.cct-case-results-slider .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1 !important;
    transform: rotate(180deg)
}

.cct-case-results-slider.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0
}

.cct-case-results-slider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 40.4%;
    left: 0
}

.cct-case-results-overlay {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 100%;
    background-color: #d81f25;
    border-radius: 0;
    text-align: center;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    padding: 46px 29px;
    overflow: auto;
    display: none
}

.cct-overlay-content {
    display: block;
    width: 100%
}

.cct-case-result-box:hover .cct-case-results-overlay {
    bottom: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.cct-case-results .cct-case-result-box .cct-overlay-content p {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 11px
}

.cct-overlay-content h5 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'Crimson Text', serif
}
/* case results */

/* about */
.cct-landing-ppc-about {
	position: relative;
	padding: 107px 0 84px;
	background-color: #fbfbfb;
	background-image: url(../images/map-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.cct-ppc-head{
	text-align: center;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 52px;
}
.cct-ppc-head::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 7px;
	border-top: 2px solid #d81f25;
	border-bottom: 2px solid #d81f25;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
}
.cct-ppc-head h2 {
	color: #d81f25;
	margin-bottom: 14px;
}
.cct-ppc-head h5{
    margin-bottom: 36px;
}
.cct-ppc-content{
    padding-right: 26px;
}
.cct-ppc-content h4{
    color: #d81f25;
}
.cct-ppc-content ul{
    padding-top: 18px;
}
.cct-ppc-content ul li{
    margin-bottom: 39px;
}
.cct-ppc-box{
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: auto;
    padding-left: 95px;
}
.cct-ppc-box h6{
    margin-bottom: 3px;
}
.cct-ppc-box p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.cct-ppc-right{
    max-width: 790px;
    padding-top: 7px;
    margin: 0 0 0 auto;
}
.cct-co-box{
    max-width: 649px;
    margin: 0 auto;
    outline: 1px solid #d81f25;
    outline-offset: 9px;
    background-repeat: no-repeat;
    background-position: 36px center;
    padding: 30px 20px 34px 182px;
    background-color: #111111;
    margin-top: -91px;
    z-index: 1;
    position: relative;
}
.cct-co-box p{
    margin-bottom: 0;
    color: #fff;
}
.cct-co-box p a{
    color: #d81f25;
    font-weight: 700;
}
.cct-co-box p a:hover{
    color: #fff;
}
/* about */

/* testimonials */
.cct-testimonials{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 117px 0 127px;
    background-size: cover;
}
.cct-testimonials-mob-image{
    display: none;
}
.cct-testimonials-content{
    width: 48%;
}
.cct-testimonials-content h2{
    color: #fff;
    margin-bottom: 7px;
}
.cct-testimonials-content p{
    color: #fff;
}
.cct-testimonials-content p span{
    color: #d81f25;
    font-weight: 700;
}
.cct-testimonials-box .cct-star li{
    display: inline-block;
    vertical-align: top;
}
.cct-testimonials-box .cct-star{
    margin-bottom: 22px;
}
.cct-testimonials-box h4{
    color: #fff;
    line-height: 48px;
    position: relative;
padding-bottom: 21px;
margin-bottom: 18px;
}
.cct-testimonials-box h4::before {
	position: absolute;
	content: '';
	width: 49px;
	height: 2px;
	background-color: #d81f25;
	left: 0;
	bottom: 0;
}
.cct-testimonials-box{
    padding-top: 20px;
    padding-bottom: 57px;
}
.cct-testimonials-content .cct-testimonials-box p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.cct-testimonials-content .cct-common-btn{
   background-color: #ffffff;
   color: #101323 !important;
   margin: 0;
}
.cct-testimonials-content .cct-common-btn:hover{
    color: #ffffff !important;
    background-color: #d81f25;
}
/* testimonials */

/* call */
.cct-call-wrap{
    position: relative;
    background-color: #fbfbfb;
    padding: 112px 0 129px;
    text-align: center;
}
.cct-call-wrap .cct-call-box{
  max-width: 740px;
  margin: 0 auto;
}
.cct-call-wrap h2{
    line-height: 60px;
    margin-bottom: 14px;
}
.cct-call-wrap p{
    margin-bottom: 31px;
}
.cct-call-wrap .cct-call-us-btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 15px 15px;
    display: block;
    width: 340px;
    height: 70px;
    margin: 0 auto;
    background-color: #d81f25;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
}
.cct-call-wrap .cct-call-us-btn:hover{
    background-color: #101323;
}
/* call */

@media screen and (max-width: 1600px){
      /* case results */
      .cct-case-results-slider {
        padding: 20px 70px 0;
    }
    .cct-case-results-overlay {
        padding: 46px 15px;
    }
    /* case results */
}
@media screen and (max-width: 1500px){
    /* banner */
    .cct-home-banner h1 {
        font-size: 72px;
        line-height: 82px;
    }
     /* banner */
     .cct-home-banner p {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
     /* about */
     .cct-co-box{
        max-width: unset;
        margin: -91px 30px 0;
     }

     /* testimonials */
     .cct-testimonials-content {
        width: 52%;
    }
     /* testimonials */
}
@media screen and (max-width: 1400px){
     /* banner */
    .cct-home-banner h1 {
        font-size: 68px;
        line-height: 78px;
    }
    .cct-banner-content ul li {
        margin-right: 50px;
    }
    .cct-banner-form h2 {
        line-height: 54px;
    }
    .cct-banner-form {
        padding: 40px 15px 55px;
    }
     /* banner */

         /* case results */
    .cct-case-results .cct-case-result-box h2 {
        font-size: 54px;
        line-height: 54px;
    }
    .cct-case-results-overlay {
        padding: 18px 15px;
    }
      /* case results */

      /* call */
      .cct-call-wrap {
        padding: 100px 0 105px;
    }
    .cct-call-wrap h2 {
        line-height: 54px;
    }
       /* call */
}
@media screen and (max-width: 1300px){
 /* banner */
 .cct-home-banner h1 {
	font-size: 62px;
	line-height: 72px;
}
.cct-home-banner p {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 8px;
}
.cct-banner-content ul li {
	margin-right: 36px;
}
.cct-home-banner {
	padding: 197px 0 70px;
}
/* banner */

        /* case results */
      .cct-case-results .cct-case-result-box h2 {
          font-size: 48px;
          line-height: 48px;
      }
      .cct-case-results p {
          font-size: 13px;
          line-height: 19px;
      }
        /* case results */

        /* about */
        .cct-landing-ppc-about {
            padding: 90px 0 65px;
        }
          /* about */

          /* testimonials */
          .cct-testimonials {
            padding: 90px 0 95px;
        }
        .cct-testimonials-content {
            width: 60%;
        }
          /* testimonials */

          /* call */
          .cct-call-wrap {
            padding: 85px 0 90px;
        }
        /* call */
}
@media screen and (max-width: 1200px){
    /* banner */
    .cct-home-banner h1 {
        font-size: 54px;
        line-height: 64px;
    }
    .cct-banner-content ul li img{
        height: 80px;
        width: auto;
    }
    .cct-banner-form h2 {
        line-height: 48px;
    }
    .cct-banner-form input[type="text"], .cct-banner-form input[type="email"], .cct-banner-form input[type="tel"], .cct-banner-form textarea {
        font-size: 15px !important;
        height: 52px;
        padding: 13px 15px !important;
    }
    .cct-banner-form textarea {
        height: 125px !important;
    }
    .cct-banner-form-outer {
        padding: 12px;
    }
    .cct-home-banner .cct-banner-content {
        padding-top: 190px;
    }
    /* banner */

              /* case results */
        .cct-case-result-box::before {
          height: 100px;
          top: 36%;
      }
        /* case results */

        /* about */
        .cct-ppc-content {
            padding-right: 10px;
        }
        .cct-ppc-box {
            padding-left: 85px;
        }
        .cct-ppc-head h5 {
            margin-bottom: 30px;
        }
        .cct-co-box {
            background-size: 100px;
            background-position: 20px center;
            padding: 30px 15px 34px 140px;
        }
         /* about */

         /* testimonials */
         .cct-testimonials-box h4{
         font-size: 28px;
         line-height: 42px;
         }
         .cct-testimonials-box {
            padding-top: 10px;
            padding-bottom: 45px;
        }
          /* testimonials */

            /* call */
          .cct-call-wrap h2 {
            line-height: 50px;
        }
        .cct-call-wrap p {
            margin-bottom: 25px;
        }
        .cct-call-wrap .cct-call-us-btn {
            font-size:28px;
            line-height: 34px;
            width: 310px;
            height: 64px;
        }
        /* call */
}
@media screen and (max-width: 1100px){
        /* banner */
    .cct-home-banner h1 {
        font-size: 50px;
        line-height: 58px;
    }
    .cct-home-banner p {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .cct-banner-content ul li img {
        height: 74px;
    }
    .cct-banner-content ul li {
        margin-right: 28px;
    }
    .cct-banner-form h2 {
        line-height: 42px;
        font-size: 36px;
    }
    .cct-banner-form {
        padding: 30px 15px 45px;
    }
    .cct-home-banner {
        background-position: center top;
    }
    .cct-home-banner h3 {
        font-size: 30px;
        line-height: 40px;
    }
        /* banner */

               /* case results */
      .cct-case-results-slider {
          padding: 20px 60px 0;
      }
       /* case results */

       /* about */
       .cct-landing-ppc-about {
        padding: 75px 0 50px;
    }
    .cct-co-box p {
        font-size: 16px;
        line-height: 27px;
    }
    /* about */

    /* testimonials */
    .cct-testimonials {
        padding: 70px 0 80px;
        background-position: 65% top;
    }
    .cct-testimonials-content {
        width: 70%;
    }
    .cct-testimonials-box h4 {
        font-size: 26px;
        line-height: 40px;
    }
     /* testimonials */

     /* call */
     .cct-call-wrap {
        padding: 75px 0 80px;
    }
    /* call */
}
@media screen and (max-width: 991px){
     /* banner */
    .cct-home-banner{
        background-size: 100%;
        background-position: center top;
        background-color: #101323;
        padding-top: 56%;
        padding-bottom: 50px;
    }
    .cct-home-banner .row{
        margin: 0;
    }
    .cct-home-banner .col-md-6{
        width: 100%;
    }
    .cct-home-banner .container{
        padding: 0;
    }
    .cct-home-banner .cct-banner-content{
        padding: 40px 0;
    }
    .cct-home-banner h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .cct-home-banner h1 {
        font-size: 46px;
        line-height: 54px;
    }
    .cct-banner-form-outer{
        max-width: unset;
    }
    .cct-banner-form form{
        max-width: unset;
    }
    .cct-banner-form h2{
        max-width: unset;
    }
    .cct-banner-form h2 {
        line-height: 40px;
        font-size: 32px;
    }
     /* banner */

        /* case results */
   .cct-case-results{
    border-top: 1px solid #2f323f;
   }
  .cct-case-results p{
      display: none;
  }
  .cct-case-results .cct-case-result-box p {
      display: block;
  }
  .cct-case-results .cct-case-result-box h2 {
      font-size: 44px;
      line-height: 44px;
  }
  .cct-case-results-slider .flex-direction-nav a{
      width: 35px;
      height: 35px;
  }
  .cct-case-results-slider {
      padding: 15px 44px 0;
  }
  .cct-case-results-slider .flex-direction-nav {
	top: 43.4%;
}
   /* case results */

   /* about */
   .cct-ppc-content {
	padding-right: 0;
   }
   .cct-landing-ppc-about .col-md-6{
    width: 100%;
   }
   .cct-ppc-head {
	margin-bottom: 45px;
}
.cct-ppc-box {
	padding-left: 70px;
	background-size: 55px;
}
.cct-ppc-content ul li {
	margin-bottom: 35px;
}
.cct-ppc-right {
	padding-top: 10px;
	margin: 0 auto;
}
.cct-landing-ppc-about {
	padding: 56px 0 75px;
}
 /* about */

 /* testimonials */
 .cct-testimonials-content {
	width: 82%;
}
.cct-testimonials {
	padding: 56px 0 65px;
}
.cct-testimonials-box h4 {
	font-size: 24px;
	line-height: 36px;
}
.cct-testimonials-content .cct-testimonials-box p{
    font-size: 17px;
}
.cct-testimonials-content p{
    margin-bottom: 20px;
}
.cct-testimonials-box {
	padding-bottom: 35px;
}
 /* testimonials */

 /* call */
 .cct-call-wrap h2 {
	line-height: 42px;
}
.cct-call-wrap {
	padding: 56px 0 65px;
}
 /* call */
}
@media screen and (max-width: 767px){
      /* banner */
    .cct-home-banner {
        padding-top: 65%;
        margin-top: 20px;
        background-size: 100%;
        background-position: center top;
    }
    .cct-home-banner p {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .cct-home-banner h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cct-home-banner h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .cct-banner-content ul li img {
        height: 66px;
    }
    .cct-banner-form h2 {
        line-height: 38px;
        font-size: 28px;
    }
      /* banner */

            /* case results */
      .cct-case-results .cct-case-result-box h2 {
          font-size: 40px;
          line-height: 40px;
      }
      .cct-overlay-content h5 {
          font-size: 20px;
          line-height: 28px;
      }
      /* case results */

      /* about */
      .cct-ppc-head h5 {
        margin-bottom: 25px;
    }
    .cct-ppc-head {
        margin-bottom: 40px;
    }
    .cct-ppc-content ul {
        padding-top: 10px;
    }
    .cct-ppc-box {
        padding-left: 62px;
        background-size: 50px;
    }
    .cct-ppc-content ul li {
        margin-bottom: 30px;
    }
    .cct-landing-ppc-about {
        padding: 47px 0 65px;
    }
     /* about */

     /* testimonials */
     .cct-testimonials-mob-image {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .cct-testimonials {
        padding: 15px 0 0;
       background-position: left top;
    }
    .cct-testimonials .container{
        padding: 0;
    }
    .cct-testimonials-content {
        width: 100%;
        background-color: #101323;
        padding: 46px 12px 55px;
    }
    .cct-testimonials-box .cct-star li img{
        width: 25px;
    }
    /* testimonials */
    
    /* call */
    .cct-call-wrap h2 {
        line-height: 38px;
        margin-bottom: 10px;
    }
    .cct-call-wrap p {
        margin-bottom: 20px;
    }
    .cct-call-wrap {
        padding: 46px 0 55px;
    }
    .cct-call-wrap .cct-call-us-btn {
        font-size: 28px;
        line-height: 30px;
        width: 280px;
        height: 58px;
    }
    /* call */
    .cct-banner-form h2, .cct-banner-form h3, .cct-banner-form h4 {
        color: #e8ecef;
        line-height: 30px;
        max-width: 620px;
        margin: 0 auto;
    }
    .cct-home-banner h1::after {
        content: '';
        display: block;
        position: absolute;
        width: 180px;
        height: 1px;
        bottom: -15px;
        left: 50%;
        margin-left: -90px;
        background-color: rgba(255,255,255,.6);
    }
}
@media screen and (max-width: 600px){
/* banner */
.cct-home-banner h3 {
	font-size: 21px;
	line-height: 30px;
}
.cct-home-banner h1 {
	font-size: 35px;
	line-height: 44px;
}
.cct-banner-content ul li img {
	height: 60px;
}
.cct-banner-form h2 {
	line-height: 34px;
	font-size: 24px;
}
.cct-banner-form input[type="text"], .cct-banner-form input[type="email"], .cct-banner-form input[type="tel"], .cct-banner-form textarea {
	font-size: 13px !important;
	height: 50px;
	padding: 13px 15px !important;
}
.cct-banner-form textarea {
	height: 115px !important;
}
.cct-banner-form ul li:last-child{
    text-align: left;
}
.cct-footer-form-btn{
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 4px;
}
.cct-banner-form input[type="text"], .cct-banner-form input[type="email"], .cct-banner-form input[type="tel"], .cct-banner-form textarea{
    border-radius: 4px;
}
    /* banner */

               /* case results */
         .cct-case-results-slider .flex-direction-nav a {
          width: 30px;
          height: 30px;
      }
      .cct-case-results-slider {
          padding: 15px 37px 0;
      }
      .cct-case-results p {
          font-size: 12px;
          line-height: 18px;
      }
      .cct-case-results .cct-case-result-box .cct-overlay-content p {
          font-size: 15px;
      }
      .cct-overlay-content h5 {
          font-size: 18px;
          line-height: 24px;
      }
      .cct-case-results-slider .flex-direction-nav {
        top: 44.4%;
    }
        /* case results */

        /* call */
        .cct-call-wrap h2 {
            line-height: 36px;
        }
         /* call */
}
@media screen and (max-width: 500px){
       /* banner */
    .cct-home-banner h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .cct-home-banner{
        padding-bottom: 30px;
    }
    .cct-home-banner h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .cct-home-banner .cct-banner-btn {
        font-size: 28px;
        width: 340px;
    }.cct-banner-content ul li img {
        height: 91px;
    }
    .cct-banner-content ul li {
        margin-right: 19px;
        margin: 20px;
    }
    .cct-home-banner .cct-banner-btn img {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .cct-home-banner .cct-banner-content {
        padding: 21px 0 23px;
    }
    .cct-banner-content ul li {
        margin-right: 21px;
    }
    .cct-banner-content ul li img {
        height: 54px;
    }
    .cct-banner-form h2 {
        line-height: 30px;
        font-size: 21px;
    }
    .cct-banner-form-outer {
        padding: 5px;
    }
    .cct-banner-form {
        padding: 19px 10px 19px;
    }
    .cct-banner-form ul li {
        margin-bottom: 12px;
    }
    .cct-banner-form form{
        margin-top: 11px;
    }
    .cct-banner-form input[type="text"], .cct-banner-form input[type="email"], .cct-banner-form input[type="tel"], .cct-banner-form textarea {
    background-size: 22px;
    }
    .cct-banner-form textarea {
        height: 105px !important;
    }
    .cct-footer-form-btn {
        font-size: 13px;
        width: 100%;
        height: 45px;
        padding: 10px !important;
    }
       /* banner */

             /* case results */
      .cct-case-result-box::before {
        display: none;
     }
     .cct-case-results .cct-case-result-box h2 {
         font-size: 36px;
         line-height: 36px;
         margin-bottom: 7px;
     }
     .cct-case-results-slider .slides img{
         margin-bottom: 9px;
     }
     .cct-case-results {
         padding: 5px 0 0;
     }
     .cct-case-result-box {
         padding: 0 15px 19px;
     }
     .cct-case-results-slider .flex-direction-nav a {
         width: 24px;
         height: 24px;
     }
     .cct-case-results-slider .flex-direction-nav {
         top: 54%;
     }
     /* case results */

     /* about */
     .cct-ppc-head h5 {
        margin-bottom: 20px;
    }
    .cct-ppc-head h2 {
        margin-bottom: 10px;
    }
    .cct-ppc-head {
        margin-bottom: 30px;
    }
    .cct-ppc-content ul {
        padding-top: 0px;
    }
    .cct-ppc-box {
        padding-left: 52px;
        background-size: 42px;
    }
    .cct-ppc-box h6 {
        margin-bottom: 1px;
    }
    .cct-ppc-box p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .cct-ppc-content ul li {
        margin-bottom: 25px;
    }
    .cct-landing-ppc-about {
        padding: 38px 0 50px;
        background-size: 100%;
    }
    .cct-co-box {
        background-size: 80px;
        background-position: 12px center;
        padding: 24px 15px 24px 105px;
        outline-offset: 5px;
        margin: -70px 15px 0;
    }
    /* about */

    /* testimonials */
    .cct-testimonials-content {
        padding: 38px 12px 45px;
    }
    .cct-testimonials-content p {
        margin-bottom: 15px;
    }
    .cct-testimonials-box .cct-star {
        margin-bottom: 15px;
    }
    .cct-testimonials-box h4 {
        font-size: 21px;
        line-height: 30px;
    }
    .cct-testimonials-content .cct-testimonials-box p {
        font-size: 15px;
    }
    .cct-testimonials-box {
        padding-bottom: 30px;
    }
    /* testimonials */

    /* call */
    .cct-call-wrap h2 {
        line-height: 34px;
        margin-bottom: 6px;
    }
    .cct-call-wrap p {
        margin-bottom: 15px;
    }
    .cct-call-wrap {
        padding: 38px 0 45px;
    }
    .cct-call-wrap .cct-call-us-btn {
        font-size: 28px;
        line-height: 25px;
        width: 265px;
        height: 54px;
    }
    /* call */
}
@media screen and (max-width: 400px){
    /* banner */
    .cct-banner-content ul li img {
        height: 91px;
    }
    .cct-banner-content ul li {
        margin-right: 19px;
        margin: 20px;
    }
    /* banner */

     /* about */
    .cct-co-box {
        background-size: 90px;
        background-position: center 20px;
        padding: 95px 12px 24px;
        text-align: center;
    }
     /* about */
}