.contact-banner-container {
    padding: 60px 0;
    text-align: center;
    color: #666;
    background: url(../img/contactbg.png);
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.contact-banner-container h1 {
    line-height: 1.31;
    font-size: 2rem;
    font-weight: bold;
    color: #666;
    margin: 0 0 15px;
}

.contact-banner-container p {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.2rem;
}

.contact-banner-container .contactHeading {
    font-size: 1.4rem;
}

.contact-form-container p {
    margin-bottom: 20px;
    position: relative;
}

.contact-form-container h2 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
}

.contact-form-container .fill-msg {
    color: #737373;
    margin-bottom: 20px;
}

.contact-form-container .contact-form p {
    min-height: 40px;
}

.contact-form-container br {
    display: none;
}

.contact-form-container .contact-form select {
    width: 75%;
    min-width: 265px;
    margin: 0;
}

.contact-form-container .contact-form input,
.contact-form-container .contact-form textarea {
    width: 75%;
    min-width: 265px;
    background: #fff;
    margin: 0;
}

.contact-form-container .contact-form textarea {
    padding: 1rem;
    resize: none;
}

.cf-captch {
    width: max-content;
}

.cf-captch .captcha-error-id .bp-template-notice {
    height: 41px;
    border: 1px solid #E7E9EC;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
}

.cf-captch .captcha-error-id .bp-template-notice p {
    font-size: 14px;
    line-height: 1.5;
    color: #4D5C6D;
}

.contact-form-container .contact-form .cf-submitted {
    border-radius: 4px;
    padding: 10px 40px;
    margin-top: 20px;
}

.connect-mail {
    text-align: center;
}

.connect-mail p {
    margin-bottom: 10px;
    color: #737373;
}

.contact-form-container .ft-cf-2-cl-contact-form p {
    width: 48%;
}

.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl input,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl textarea,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl select,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 input,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 textarea,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 p,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 {
    width: 100%;
}

.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-form-container .contact-form p > span,
.contact-form-container .ft-cf-2-cl-contact-form p > span {
    display: block;
    font-size: 14px;
    color: grey;
}
.google-captch-class p {
    width: 100% !important;
}

@media ((min-width: 800px) and (max-width: 880px)) {
    .contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl {
        display: block;
    }
    .contact-form-container .ft-cf-2-cl-contact-form p {
        width: 100%;
    }
}
@media (max-width: 590px) {
    .contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl {
        display: block;
    }
    .contact-form-container .ft-cf-2-cl-contact-form p {
        width: 100%;
    }
}

/*tsc contact form css*/
.contact-banner-tsc{
    padding: 70px 50px 0 0;
}
.tsc-contact-h1{
    font-size: 60px;
    line-height: 1.3em;
    font-weight: 700;
}
#salesforce-cf{
    color: #FFFFFF;
    background-color: #0081A7;;
    border-radius: 4px;
    padding: 3px 7px 3px 7px;
}
.tsc-contact-p{
    font-size: 20px;
    color: #6E6E6E;
}
#cf-tsc{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 39px;
}
.tsc-contact-h4{
    font-size: 25px;
    line-height: 30px;
}
.site-content-grid .fadeinleft {
  opacity: 0;
  transform: translateX(-70px);
  animation: fadeinleft 3s ease forwards;
}

@keyframes fadeinleft {
  from {
    opacity: 0;
    transform: translateX(-70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-up {
    opacity: 0;
    transform: translateY(70px);
    animation-name: fade-in-up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-form-container .ft-cf-2-cl-contact-form p > span {
    color: black;
    font-weight: 500;
}
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl input,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl select,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 input,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 textarea{
    background: #f9f9f9;
    border: 1px solid gray;
    border-radius: 4px;
    width: 100%;
    min-width: unset;
}
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl input:hover,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-2-cl select:hover,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 input:hover,
.contact-form-container .ft-cf-2-cl-contact-form .ft-cf-w1 textarea:hover{
    border: 1px solid #34beeb;
}
.contact-form-container .ft-cf-2-cl-contact-form .tsc-submitted {
    border-radius: 4px;
    font-weight: 600;
    background-color: #05baf5;
    font-size: 20px;
    border-color: #05baf5;
    width: 100%;
}
.contact-form-container .ft-cf-2-cl-contact-form .tsc-submitted:hover {
    background-color: #4dcff9;
    border-color: #4dcff9;
}
@media ((min-width: 800px) and (max-width: 880px)) {
    .contact-form-container .ft-cf-2-cl-contact-form .tsc-submitted {
        padding: 10px 43%;
    }
}
@media (max-width: 590px) {
    .contact-form-container .ft-cf-2-cl-contact-form .tsc-submitted {
        padding: 10px 45%;
    }
}
.tsc-content-grid-cf{
    background-image: linear-gradient(90deg, white, lightblue);
    padding: 50px 20px 20px 20px;
}
@media ((min-width: 800px) and (max-width: 960px)) {
    .tsc-contact-h1 {
        font-size: 50px;
        line-height: 1.3em;
    }
}
.tsc-contact-image{
    margin-top: -20px;
}