.cct-contact-wrap {
    position: relative;
    padding: 85px 0 106px;
    text-align: center;
    background-color: #fbfbfb;
}
.cct-contact-wrap .container {
    max-width: 1101px;
}
.cct-contact-wrap h5 {
    position: relative;
    padding-bottom: 45px;
    max-width: 810px;
    margin: 0 auto 53px;
}
.cct-contact-wrap h5::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100px;
    height: 7px;
    background: none;
    border-top: #d81f25 solid 2px;
    border-bottom: #d81f25 solid 2px;
}
.cct-contact-wrap p {
    color: #433b39;
    font-size: 18px;
    line-height: 32px;
    max-width: 750px;
    margin: 0 auto 6px;
}
.cct-contact-wrap h4 a {
    color: #101323;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.cct-contact-wrap h4 a:hover {
    color: #d81f25;
}
.cct-contact-wrap h2 {
    margin-bottom: 14px;
}
.cct-contact-info {
    margin: 34px 0 5px;
    position: relative;
}
.cct-contact-info li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    width: 48.2%;
    text-align: left;
}
.cct-contact-info li:last-child {
    margin-right: 0;
    text-align: right;
}
.cct-footer-form-box {
    margin-top: 0;
}
.cct-social-icons {
    text-align: left;
    float: right;
    margin-top: -2px;
}
.cct-social-icons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    width: auto !important;
}
.cct-social-icons li a {
    font-size: 28px;
    color: #101323;
}
.cct-social-icons li:hover a {
    color: #d81f25;
}
.cct-logos-wrap ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 52px;
}
.cct-logos-wrap ul li img {
    height: 91px;
    width: auto;
}
.cct-logos-wrap ul li:last-child {
    margin-right: 0;
}
.cct-logos-wrap {
    margin-top: 26px;
    text-align: center;
}
.cct-contact-form-content h2 {
    color: #fff;
    margin-bottom: 12px;
}
.cct-contact-form-box {
    text-align: center;
    position: relative;
    padding: 19px;
    margin-bottom: 45px;
    background-color: #fbfbfb;
    border: #d81f25 solid 1px;
}
.cct-contact-form-content {
    padding: 68px 70px 68px;
    background: #101323;
}
.cct-contact-form-content h4 {
    margin-bottom: 11px;
    color: #ffffff;
}
.cct-contact-form-content p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
}
.cct-contact-form-content .form-control {
    margin-bottom: 24px !important;
}
.cct-contact-form-content p a {
    font-weight: bold;
    color: #d81f25;
    display: inline-block;
}
.cct-contact-form-content p a:hover {
    color: #fff;
}
.cct-contact-form-content ul {
    padding-top: 0;
}
.cct-contact-form-content ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
}
.cct-contact-form-content input[type="text"],
.cct-contact-form-content input[type="tel"],
.cct-contact-form-content input[type="email"],
.cct-contact-form-content textarea {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 700;
    width: 100% !important;
    color: #303030;
    height: 60px;
    background-color: #f9fafb !important;
    border: none;
    outline: none;
    padding: 11px 55px 13px 24px !important;
    border: #e8ecef solid 1px !important;
}
.cct-contact-form-content textarea {
    height: 115px !important;
    padding: 11px 26px 13px 24px !important;
}
.cct-contact-form-content input[type="text"]:hover,
.cct-contact-form-content input[type="tel"]:hover,
.cct-contact-form-content input[type="email"]:hover,
.cct-contact-form-content textarea:hover,
.cct-contact-form-content input[type="text"]:focus,
.cct-contact-form-content input[type="tel"]:focus,
.cct-contact-form-content input[type="email"]:focus,
.cct-contact-form-content textarea:focus {
    background-color: #ffffff !important;
    color: #d81f25 !important;
    border: #d81f25 solid 1px !important;
}
.cct-contact-form-content input[type="text"]::placeholder,
.cct-contact-form-content input[type="email"]::placeholder,
.cct-contact-form-content input[type="tel"]::placeholder,
.cct-contact-form-content textarea::placeholder {
    opacity: 1;
}
.cct-contact-form-content input[type="text"]:hover::placeholder,
.cct-contact-form-content input[type="tel"]:hover::placeholder,
.cct-contact-form-content input[type="email"]:hover::placeholder,
.cct-contact-form-content textarea:hover::placeholder,
.cct-contact-form-content input[type="text"]:focus::placeholder,
.cct-contact-form-content input[type="tel"]:focus::placeholder,
.cct-contact-form-content input[type="email"]:focus::placeholder,
.cct-contact-form-content textarea:focus::placeholder {
    color: #d81f25;
}
.cct-contact-form-content input {
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.cct-contact-form-content input[type="text"] {
    background-image: url(../images/user-icon.png) !important;
}
.cct-contact-form-content input[type="text"]:hover,
.cct-contact-form-content input[type="text"]:focus {
    background-image: url(../images/user-icon-red.png) !important;
}
.cct-contact-form-content input[type="tel"] {
    background-image: url(../images/phone-icon.png) !important;
}
.cct-contact-form-content input[type="tel"]:hover,
.cct-contact-form-content input[type="tel"]:focus {
    background-image: url(../images/phone-icon-red.png) !important;
}
.cct-contact-form-content input[type="email"] {
    background-image: url(../images/mail-icon.png) !important;
}
.cct-contact-form-content input[type="email"]:hover,
.cct-contact-form-content input[type="email"]:focus {
    background-image: url(../images/mail-icon-red.png) !important;
}
.cct-contact-form-content .gform_button {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    max-width: 340px !important;
    width: 100% !important;
    height: 70px;
    display: block;
    background-color: #d81f25;
    padding: 10px 20px 10px 20px !important;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 31px;
    border: none;
    box-shadow: none;
    border-radius: 40px;
}
.cct-contact-form-content .gform_button:hover {
    background-color: #fff;
    color: #d81f25 !important;
}
.cct-contact-form-content form {
    max-width: 750px;
    margin: auto;
}
/* Location */
.cct-location-wrap {
    position: relative;
    padding: 74px 0 85px;
    text-align: center;
    background-color: #fbfbfb;
}
.cct-location-box p a {
    color: #101323;
}
.cct-location-box p a:hover {
    color: #d81f25;
}
.cct-location-box h6 {
    padding-bottom: 24px;
    margin-bottom: 12px;
    position: relative;
    margin-top: 28px;
    text-transform: uppercase;
}
.cct-location-box h6::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    bottom: 0;
    background: url(../images/head-bg.png) no-repeat center bottom;
    width: 42px;
    height: 10px;
}
.cct-location-wrap h2 {
    margin-bottom: 21px;
}
.cct-location-box p {
    margin-bottom: 19px;
}
.cct-location-wrap ul li {
    margin-bottom: 52px;
    margin-right: 75px;
    display: inline-block;
    vertical-align: top;
    width: 30.1%;
}
.cct-location-wrap ul li:nth-child(3n) {
    margin-right: 0;
}
.cct-get-directions-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #101323 !important;
    text-transform: uppercase;
    display: block;
    padding: 5px 8px;
    width: 130px;
    height: 32px;
    background-color: none;
    margin: 16px auto 18px;
    border: #d81f25 solid 1px;
}
.cct-get-directions-btn:hover {
    border: #101323 solid 1px;
    color: #d81f25 !important;
}
.cct-location-box p strong {
    display: block;
}
#label_13_7_1 {
    text-align: left;
    color: #fff;
}
@media screen and (max-width:1700px) {
    .cct-location-wrap ul li {
        margin-right: 71px;
    }
}
@media screen and (max-width:1600px) {
    .cct-contact-wrap {
        padding: 70px 0 80px;
    }
    .cct-location-wrap {
        padding: 60px 0 70px;
    }
    .cct-location-wrap ul li {
        width: 29.8%;
    }
}
@media screen and (max-width:1500px) {
    .cct-contact-wrap {
        padding: 60px 0;
    }
    .cct-location-wrap {
        padding: 60px 0;
    }
    .cct-location-wrap ul li {
        width: 29.6%;
    }
}
@media screen and (max-width:1400px) {
    .cct-location-wrap ul li {
        width: 29.3%;
    }
}
@media screen and (max-width:1300px) {
    .cct-location-wrap ul li {
        margin-bottom: 45px;
        margin-right: 53px;
        width: 30%;
    }
    .cct-contact-wrap h5 {
        padding-bottom: 38px;
    }
    .cct-contact-wrap {
        padding: 50px 0 40px;
    }
    .cct-location-wrap {
        padding: 40px 0 50px;
    }
}
@media screen and (max-width:1200px) {
    .cct-contact-info li {
        width: 48%;
    }
    .cct-logos-wrap ul li {
        margin-right: 40px;
    }
    .cct-contact-wrap h5 {
        padding-bottom: 30px;
        margin: 0 auto 40px;
    }
    .cct-location-wrap ul li {
        margin-right: 48px;
    }
    .cct-contact-wrap {
        padding: 40px 0 30px;
    }
    .cct-location-wrap {
        padding: 30px 0 40px;
    }
}
@media screen and (max-width:1100px) {
    .cct-contact-info li {
        width: 48%;
    }
    .cct-location-wrap ul li {
        margin-right: 43px;
        margin-bottom: 35px;
    }
    .cct-logos-wrap ul li img {
        width: auto;
        height: 81px;
    }
    .cct-contact-wrap p {
        font-size: 17px;
        line-height: 30px;
    }
    .cct-location-box h6 {
        margin-top: 18px;
    }
}
@media screen and (max-width: 991px) {
    .cct-contact-info li {
        width: 47.2%;
    }
    .cct-contact-wrap {
        padding: 35px 0px;
    }
    .cct-location-wrap {
        padding: 20px 0 35px;
    }
    .cct-contact-wrap h5 {
        margin: 0 auto 30px;
        padding-bottom: 22px;
    }
    .cct-contact-form-content {
        padding: 60px;
    }
    .cct-contact-wrap h2 {
        margin-bottom: 8px;
    }
    .cct-social-icons li,
    .cct-logos-wrap ul li {
        margin-right: 30px;
    }
    .cct-contact-form-box {
        margin-bottom: 35px;
    }
    .cct-location-wrap ul li {
        margin-right: 21px;
        width: 31%;
    }
    .cct-location-box h6 {
        padding-bottom: 20px;
        margin-bottom: 10px;
        margin-top: 21px;
        font-size: 18px;
        line-height: 30px;
    }
    .cct-location-box p {
        font-size: 16px;
        line-height: 28px;
    }
    .cct-location-wrap ul li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .cct-contact-info li {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .cct-contact-info li:last-child {
        margin-right: 0;
        text-align: center;
    }
    .cct-social-icons {
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }
    .cct-contact-wrap {
        padding: 25px 0 20px;
    }
    .cct-location-wrap {
        padding: 20px 0 0;
    }
    .cct-contact-info {
        margin: 20px 0 0;
    }
    .cct-social-icons li {
        margin-right: 30px;
    }
    .cct-contact-form-content {
        padding: 35px;
    }
    .cct-contact-form-content p {
        margin-bottom: 20px;
    }
    .cct-logos-wrap ul li img {
        width: auto;
        height: 70px;
    }
    .cct-location-wrap ul li {
        width: 48.2%;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .cct-location-wrap ul li:nth-child(3n) {
        margin-right: 15px;
    }
    .cct-location-wrap ul li:nth-child(2n) {
        margin-right: 0;
    }
    .cct-social-icons li {
        margin-right: 25px;
    }
    .cct-contact-form-content input[type="text"],
    .cct-contact-form-content input[type="tel"],
    .cct-contact-form-content input[type="email"],
    .cct-contact-form-content textarea {
        height: 50px;
        padding: 11px 45px 13px 12px !important;
    }
    .cct-contact-form-content input {
        background-position: right 12px center;
    }
    .cct-contact-form-content textarea {
        height: 115px !important;
        padding: 13px 15px 13px 12px !important;
    }
    .cct-contact-form-content .gform_button,
    .cct-sidebar-submit-btn {
        height: 60px;
        font-size: 16px;
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .cct-contact-info {
        margin: 15px 0 0;
        position: relative;
    }
    .cct-contact-form-box {
        padding: 10px;
    }
    .cct-contact-form-content {
        padding: 25px;
    }
    .cct-contact-wrap p {
        font-size: 16px;
        line-height: 28px;
    }
    .cct-social-icons li,
    .cct-logos-wrap ul li {
        margin-right: 20px;
    }
    .cct-location-wrap ul li {
        width: 47.8%;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .cct-location-box h6 {
        font-size: 17px;
        line-height: 28px;
    }
    .cct-location-box p {
        font-size: 15px;
        line-height: 26px;
    }
}
@media screen and (max-width: 500px) {
    .cct-contact-wrap {
        padding: 18px 0 30px;
    }
    .cct-footer-location {
        padding-bottom: 15px;
    }
    .cct-contact-wrap p {
        font-size: 15px;
        line-height: 26px;
    }
    .cct-social-icons li {
        margin-right: 22px;
    }
    .cct-location-wrap ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
    .cct-contact-wrap h5 {
        margin: 0 auto 20px;
        padding-bottom: 22px;
    }
    .cct-contact-form-content {
        padding: 15px;
    }
    .cct-contact-form-box {
        padding: 5px;
        margin-bottom: 25px;
    }
    .cct-social-icons li,
    .cct-logos-wrap ul li {
        margin-right: 15px;
    }
    .cct-logos-wrap ul li img {
        width: auto;
        height: 60px;
    }
    .cct-location-wrap {
        padding: 0 0 10px;
    }
    .cct-location-box h6 {
        margin-top: 12px;
    }
}
@media screen and (max-width: 400px) {
    .cct-social-icons li,
    .cct-logos-wrap ul li {
        margin-right: 8px;
    }
    .cct-logos-wrap ul li img {
        width: auto;
        height: 49px;
    }
}