/*CTA Banner*/
.cct-request-consultation-wrap {
  background-color: #000d47;
  position: relative;
  padding: 40px 0 40px;
}
.cct-request-consultation-wrap p{
  margin-bottom: 0;
}
.cct-request-consultation-wrap h6 {
  color: #fff;
  margin-bottom: 0px;
}
.cct-request-consultation-wrap .col-md-3 {
  text-align: right;
}
.cct-request-consultation-btn {
    font-family: 'Georgia';
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000d47;
    text-align: center;
    width: 280px;
    height: 48px;
    padding: 10px;
    outline: 1px solid #000d46;
    outline-offset: -3px;
    background-color: #fff;
    margin-left: 0
}
.cct-request-consultation-btn img {
    margin: -2px 7px 0
}

.cct-request-consultation-btn:hover {
    background-color: #000d47;
    color: #fff;
    border: 1px solid #fff;
    outline: 1px solid #000d47
}

/*cct-contact-wrap*/
.cct-contact-wrap {
  position: relative;
  background-color: #f8f8f8;
  text-align: center;
  padding: 95px 0 0;
}
.cct-contact-wrap p {
	text-align: center;
}
.cct-contact-wrap .container {
  max-width: 1008px;
  margin: auto;
}
.cct-contact-wrap h2,
 .cct-our-locations-wrap h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 27px;
}
.cct-contact-wrap h2::before,
.cct-our-locations-wrap h2::before {
  position: absolute;
  content: '';
  width: 300px;
  height: 7px;
  background-image: url(../images/about-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}
.cct-our-locations-wrap h2 {
  padding-bottom: 33px;
}
.cct-contact-wrap h4 {
  color: #000828;
}
.cct-contact-form {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 257px 65px 80px;
  min-height: auto !important;
  margin-top: 48px;
  box-shadow: 0 0 22px 0 rgba(0,0,0,.1);
}
.cct-contact-form form {
  margin-top: 25px;
}
.cct-contact-form h3 {
  color: #ffffff;
  margin-bottom: 7px;
}
.cct-contact-form p {
  color:#ffffff;
}
/*cct-contact-wrap*/

.cct-contact-form ul li {
  display:block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}
.cct-contact-form ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
}
.cct-contact-form input[type="text"],
.cct-contact-form input[type="tel"],
.cct-contact-form input[type="email"],
.cct-contact-form textarea {
  font-family: 'Georgia';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  color: #555555;
  height: 60px;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  padding: 13px 52px 13px 25px;
}
.cct-contact-form input[type="text"]:hover,
.cct-contact-form input[type="tel"]:hover,
.cct-contact-form input[type="email"]:hover,
.cct-contact-form textarea:hover {
  background-color: #68829e;
  color:#ffffff;
}
.cct-contact-form textarea {
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-right: 25px;
}
.cct-contact-form input[type="text"]::placeholder,
.cct-contact-form input[type="email"]::placeholder, 
.cct-contact-form input[type="tel"]::placeholder, 
.cct-contact-form textarea::placeholder{
  opacity: 1;
  color: #555555;
}
.cct-contact-form input[type="text"]:hover::placeholder,
.cct-contact-form input[type="tel"]:hover::placeholder,
.cct-contact-form input[type="email"]:hover::placeholder,
.cct-contact-form textarea:hover::placeholder {
  color:#ffffff;
  opacity: 1;

}
.cct-contact-form input {
  background-repeat: no-repeat;
  background-position: right 28px center;
}
.cct-contact-form .cct-full-name {
  background-image: url(../images/user-icon.png);
}
.cct-contact-form .cct-full-name:hover {
  background-image: url(../images/user-icon-h.png);
}
.cct-contact-form .cct-phone-number {
  background-image: url(../images/ph-icon.png);
}
.cct-contact-form .cct-phone-number:hover {
  background-image: url(../images/ph-icon-h.png);
}
.cct-contact-form .cct-email-address {
  background-image: url(../images/email-icon.png);
}
.cct-contact-form .cct-email-address:hover {
  background-image: url(../images/email-icon-h.png);
}

/*cct-our-locations-wrap*/
.cct-our-locations-wrap {
  text-align: center;
  position: relative;
  padding: 49px 0 111px;
  background-color: #f8f8f8;
}
.cct-our-locations-wrap ul {
  margin-top: 46px;
}
.cct-our-locations-wrap ul li {
  display: inline-block;
  width: 19.5%;
  margin-right: 100px;
  margin-bottom: 45px;
  vertical-align: top;
}
.cct-our-locations-wrap ul li:nth-child(4n) {
  margin-right: 0px;
}
.cct-our-locations-wrap ul li:last-child {
  margin-right: 0;
}
.cct-our-locations-wrap ul li h5 {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 24px;
}
.cct-our-locations-wrap ul li h5::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-image: url(../images/line-img.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 7px;
}
.cct-our-locations-wrap ul li p {
  margin-bottom: 10px;
	text-align: center;
}
.cct-our-locations-wrap .cct-ph-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 29px;
  line-height: 36px;
  color:#000828;
}
.cct-our-locations-wrap .cct-ph-number:hover {
  color: #b29758;
}
.cct-our-locations-wrap .cct-get-directions {
  font-family: 'Georgia';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 140px;
  height: 32px;
  padding: 4px 10px;
  background-color: #68829e;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.cct-our-locations-wrap .cct-get-directions:hover {
  background-color: #b29758;
}
/*cct-logos-wrap*/
.cct-logos-wrap {
  padding: 40px 30px;
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
.cct-logos-wrap ul li {
    display: inline-block;
    width: 17%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.cct-logos-wrap ul li img {
  width:auto!important;
}
/*cct-logos-wrap*/


/*media query*/
@media screen and (max-width: 1500px){
.cct-our-locations-wrap ul li {
  width: 21%;
  margin-right: 67px;
}
}
@media screen and (max-width: 1400px){
.cct-our-locations-wrap ul li {
  width: 22%;
  margin-right: 44px;
}
.cct-our-locations-wrap .cct-ph-number {
  font-size: 24px;
  line-height: 28px;
}
.cct-our-locations-wrap {
  padding: 49px 0 84px;
}
.cct-contact-form {
  min-height: 952px;
}
}
@media screen and (max-width: 1300px){
.cct-contact-form {
  margin-top: 30px;
}
.cct-contact-wrap {
  padding: 61px 0 0;
}
.cct-our-locations-wrap ul li {
  width: 24%;
  margin-right: 11px;
}
.cct-logos-wrap ul li {
  margin-bottom: 25px;
}
.cct-our-locations-wrap {
  padding: 20px 0 50px;
}
}
@media screen and (max-width: 1200px){
.cct-request-consultation-wrap .col-md-9 {
  width: 100%;
}
.cct-request-consultation-wrap .col-md-3 {
   width: 100%;
   text-align: center;
   margin-top: 22px;
}
.cct-request-consultation-wrap h6 {
  top: 0;
  transform: inherit;
  position: relative;
  text-align: center;
}
.cct-request-consultation-wrap p {
  text-align: center;
}
.cct-our-locations-wrap ul li p {
  font-size: 17px;
  line-height: 29px;
}
.cct-our-locations-wrap .cct-ph-number {
  font-size: 22px;
  line-height: 26px;
}
.cct-our-locations-wrap ul li {
  width: 24.6%;
  margin-right: 1px;
}
.cct-contact-form {
  min-height: 934px;
}
}
@media screen and (max-width: 1100px){
.cct-our-locations-wrap ul li {
  width: 30%;
  margin-right: 25px;
  margin-bottom: 35px;
}
.cct-our-locations-wrap ul li:nth-child(4n) {
  margin-right: 25px;
}
.cct-contact-form {
  min-height: 913px;
}
}
@media screen and (max-width: 991px){

.cct-contact-form {
  min-height: auto;
  background-position: center top;
  padding: 29% 15px 51px;
  text-align: center;
  background-size: 100%;
  background-color: #000d47;
}
.cct-our-locations-wrap ul li {
  width: 44%;
  margin-right: 20px;
  margin-left: 20px;
}
.cct-logos-wrap ul li {
  width: 19.3%;
}
.cct-our-locations-wrap {
  padding: 20px 0 35px;
}
.cct-our-locations-wrap ul li:nth-child(4n) {
  margin-right: 20px;
}
.cct-contact-form .cct-banner-btn {
  margin-top: 24px;
}
.cct-our-locations-wrap ul li h5 {
	padding-bottom: 18px;
}
}
@media screen and (max-width: 767px){
.cct-contact-form input[type="text"],
.cct-contact-form input[type="tel"],
.cct-contact-form input[type="email"],
.cct-contact-form textarea {
  height: 55px;
  padding: 13px 44px 13px 15px;
}
.cct-contact-form textarea {
  height: 120px;
  padding-right: 15px;
}
.cct-contact-form input {
  background-position: right 15px center;
}
.cct-our-locations-wrap ul li {
  width: 46%;
  margin-right: 10px;
  margin-left: 10px;
}
.cct-our-locations-wrap ul li p {
  font-size: 16px;
  line-height: 28px;
}
.cct-logos-wrap ul li {
  margin-bottom: 16px;
}
.cct-logos-wrap {
  padding: 40px 0 25px;
}

.cct-contact-form ul li {
  margin-bottom: 14px;
}
.cct-our-locations-wrap ul li:nth-child(4n) {
  margin-right: 10px;
}
.cct-request-consultation-wrap {
  padding: 30px 0 30px;
}
}
@media screen and (max-width: 600px){
.cct-contact-wrap {
  padding: 47px 0 0;
}
.cct-our-locations-wrap ul li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.cct-logos-wrap ul li {
  width: 22.3%;
}

.cct-our-locations-wrap {
  padding: 20px 0 23px;
}
.cct-contact-form form {
  margin-top: 18px;
}
.cct-our-locations-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.cct-contact-form {
  padding: 29% 15px 40px;
  }
  .cct-contact-form .cct-banner-btn {
  margin-top: 18px;
}
.cct-our-locations-wrap ul {
  margin-top: 35px;
}
}
@media screen and (max-width: 500px){
.cct-logos-wrap ul li {
  width: 30.3%;
}
.cct-contact-wrap h2::before,
.cct-our-locations-wrap h2::before {
width: 270px;
}
.cct-our-locations-wrap ul {
  margin-top: 38px;
}
.cct-our-locations-wrap h2 {
  padding-bottom: 25px;
}
}
@media screen and (max-width: 400px){
.cct-contact-form h3 {
  margin-bottom: 2px;
  font-size: 19px;
  line-height: 28px;
}
}