.contactBanner .breadcrumb {
    padding: 25px 0 50px;
}
.contactBanner .breadcrumb li a {
    color: #fff;
}
.contactBanner .breadcrumb .current:before {
    color: #fff;
}
.contactBanner--img {
    padding-bottom: 30px;
}
.contactBanner--form {
    padding: 45px 40px 80px;
    -o-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
}
.contactBanner--form__title {
    font-size: 46px;
    line-height: 67px;
    margin-bottom: 15px;
}
.contactBanner--form p {
    font-size: 20px;
    line-height: 25px;
}
.contactBanner--form form {
    margin-top: 50px;
}
.contactBanner--form form .form-group {
    position: relative;
}
.contactBanner--form form .form-group .form-control {
    border-color: transparent;
    background: transparent;
    color: #212129;
    border-bottom: 1px solid #212129;
    padding-left: 5px;
}
.contactBanner--form form .form-group .form-control:not(textarea) {
    height: 54px;
}
.contactBanner--form form .form-group textarea.form-control {
    height: 100px;
}
.contactpageForm .btn{
    padding: 8px 30px;
}
.contactBanner--form form .form-group .form-control:focus {
    border-color: #f6190d;
    background: #fff;
}
.contactBanner--form form .form-group .form-control:focus ~ label {
    top: 0;
    font-size: 12px;
    background: #fff;
    padding: 0 3px;
    color: #f6190d;
}
.contactBanner--form form .form-group.textareaField label {
    top: 25px;
}
.contactBanner--form form .form-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 20px;
    pointer-events: none;
    transition: 0.2s ease all;
    color: #191919;
}
.contactBanner--form form .form-group.hash-value label {
    top: 0;
    font-size: 12px;
    background: #fff;
    padding: 0 3px;
    color: #f6190d;
}
.contactBanner--form form .submitBtn span {
    font-size: 18px;
    margin-left: 15px;
}
.contactBanner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: #fff;
}
@media (max-width: 1599px) {
    .contactBanner--img img {
        max-width: 100%;
    }
    .contactBanner--form {
        padding: 35px 30px 50px;
    }
    .contactBanner--form__title {
        font-size: 36px;
        line-height: 50px;
    }
    .contactBanner--form p {
        font-size: 18px;
    }
    .contactBanner--form form {
        margin-top: 35px;
    }
    .contactBanner--form form .form-group .form-control:not(textarea) {
        height: 45px;
    }
}
@media (max-width: 1199.98px) {
    .contactBanner--form {
        padding: 30px 25px 40px;
    }
    .contactBanner--form__title {
        font-size: 30px;
        line-height: 45px;
    }
    .contactBanner--form p {
        font-size: 16px;
    }
    .contactBanner--form form {
        margin-top: 30px;
    }
    .contactBanner--form form .form-group .form-control {
        font-size: 13px;
    }
    .contactBanner--form form .form-group .form-control:not(textarea) {
        height: 40px;
    }
    .contactBanner--form form .form-group label {
        left: 15px;
    }
}
@media (max-width: 991.98px) {
    .contactBanner--form {
        padding: 25px 20px 30px;
    }
    .contactBanner--form__title {
        font-size: 24px;
        line-height: 35px;
    }
    .contactBanner--form form {
        margin-top: 25px;
    }
}
@media (max-width: 767.98px) {
    .contactBanner .breadcrumb {
        padding: 25px 0 30px;
    }
    .contactBanner--img {
        padding-bottom: 0;
    }
    .contactBanner--form {
        padding: 25px 20px 30px;
    }
    .contactBanner--form__title {
        font-size: 20px;
        line-height: 30px;
    }
    .contactBanner--form form {
        margin-top: 20px;
    }
}
.headquarters {
    padding: 80px 0;
}
.headquarters--content {
    border-radius: 10px;
    border: 1px solid #096efa;
}
.headquarters--content .commonTitle {
    margin-bottom: 0;
    padding: 20px 80px;
}
.headquarters--content .commonTitle--title {
    font-size: 46px;
    margin-bottom: 10px;
}
.headquarters--content .commonTitle p {
    margin: 0;
}
.headquarters--content__address {
    padding: 30px 75px;
    background: rgba(222, 236, 255, 0.29);
}
.headquarters--content__address .locationFlag {
    height: 96px;
    width: 96px;
    border-radius: 100%;
    background: #fff;
    margin-right: 30px;
}
.headquarters--content__address .locationInfo {
    flex: 1;
}
.headquarters--content__address .locationInfo--name {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #010f6c;
    margin-bottom: 10px;
}
.headquarters--content__address .locationInfo--address {
    line-height: 26px;
    max-width: 75%;
}
.headquarters--content__address .locationInfo li span[class*="icon"] {
    color: #035ba1;
    font-size: 24px;
    margin-right: 20px;
}
.headquarters--content__address .locationInfo li p {
    margin-bottom: 7px;
}
.headquarters--content__address .locationInfo li a {

    color: #010f6c;
}
.headquarters--content__address .locationInfo li:not(:last-child) {
    margin-bottom: 25px;
}
@media (max-width: 1599px) {
    .headquarters {
        padding: 50px 0;
    }
    .headquarters .commonTitle {
        margin-bottom: 0;
        padding: 20px 30px;
    }
    .headquarters .commonTitle--title {
        font-size: 36px;
    }
   
    .headquarters--content__address {
        padding: 25px 30px;
    }
    .headquarters--content__address .locationInfo--address {
        max-width: 100%;
    }
    .headquarters--content__address .locationInfo li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199.98px) {
    .headquarters {
        padding: 40px 0;
    }
    .headquarters--content .commonTitle {
        padding: 20px;
    }
    .headquarters--content .commonTitle--title {
        font-size: 30px;
    }
   
}
@media (max-width: 991.98px) {
    .headquarters {
        padding: 30px 0;
    }
    .headquarters--content .commonTitle--title {
        font-size: 22px;
    }
    .headquarters--content .commonTitle p {
        font: 18px "Avenir-Heavy";
    }
    .headquarters--content__address {
        padding: 20px;
    }
    .headquarters--content__address .locationInfo li:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .headquarters {
        padding: 20px 0;
    }
    .headquarters--content .commonTitle--title {
        font-size: 20px;
    }
   
}
@media (max-width: 575.98px) {
    .headquarters--content__address .locationFlag {
        margin: 0 auto;
    }
    .headquarters--content__address .locationInfo {
        flex: 1;
    }
    .headquarters--content__address .locationInfo--name,
    .headquarters--content__address .locationInfo--address {
        text-align: center;
    }
    .headquarters--content__address .locationInfo li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.location {
    padding-top: 80px;
    background: #f5f5f5;
}
.location .commonTitle {
    margin-bottom: 20px;
}
.location--tabs {
    padding: 0;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc!important;
}
.location--tabs .nav-item {
    margin-bottom: 0;
}
.location--tabs .nav-item:not(:last-child) {
    margin-right: 10px;
}
.location--tabs .nav-item .nav-link {
    padding: 15px 0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: transparent;
    background: transparent;
    border-radius: 0;
    font-size: 1rem;
    white-space: nowrap;
    color: #000000;
    padding: 10px 26px;
}
.location--tabs .nav-item .nav-link.active,
.location--tabs .nav-item .nav-link:hover {
    border-color: #f6190d;
    color: #000;
}
.location--tabContent {
    padding: 30px 40px;
    max-height: 685px;
    overflow: auto;
}
.location--Info {
    margin-bottom: 35px;
}
.location--Info__content {
    margin-left: 15px;
}
.location--Info__icon i {
    color: #ee171c;
}
.location--Info__content .placeName {
    color: #010f6c;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.location--Info__content p {
    color: #212129;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
    font-size: 0.9rem;
}
.location--Info__content .btn {
    height: 36px;
    padding: 7px 20px;
    margin-top: 20px;
}
@media (max-width: 1599px) {
    .location {
        padding: 50px 0;
    }
    .location--tabContent {
        padding: 35px;
    }
}
@media (max-width: 1199.98px) {
    .location {
        padding: 40px 0;
    }
}
@media (max-width: 991.98px) {
    .location {
        padding: 30px 0;
    }
    .location .commonTitle {
        margin-bottom: 15px;
    }
    .location--tabs {
        padding: 0 20px;
    }
    .location--tabs .nav-item:not(:last-child) {
        margin-right: 20px;
    }
    .location--tabs .nav-item .nav-link {
        padding: 12px 0;
    }
    .location--tabContent {
        padding: 25px;
    }
    .location--Info {
        margin-bottom: 30px;
    }
    .location--Info__content .placeName {
        font: 17px "Avenir-Heavy";
    }
}
@media (max-width: 767.98px) {
    .location {
        padding: 20px 0;
    }
    .location .commonTitle {
        margin-bottom: 15px;
    }
    .location--tabs {
        padding: 0;
    }
    .location--tabs .nav-item .nav-link {
        padding: 10px 0;
    }
    .location--tabContent {
        padding: 20px;
        max-height: 100%;
    }
    .location--Info {
        margin-bottom: 25px;
    }

    .location--Info__content .btn {
        height: 30px;
        padding: 5px 20px;
        margin-top: 10px;
    }
}

/*# sourceMappingURL=contact-us.min.css.map */
.country_Name {
    background: #eeeeee;
    padding: 7px 7px 7px 13px;
    margin-bottom: 22px!important;
    display: block;
    position: relative;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
}
p.office_type {
    font-weight: 600;
    font-size: 0.9rem;
    font-style: italic;
}