:root {
    --bg-light-blue: #def1ff;
    --bg-main: #0096ff;
}

.bg-main {
    background-color: var(--bg-main);
}

.bg-light-blue {
    background-color: var(--bg-light-blue);
}

dl,
ul,
ol {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

ul li {
    list-style: none;
}

.view-map {
    color: #fd003a !important;
    text-decoration: underline !important;
}

.what-app-ic {
    display: inline-block;
}

.what-app-ic img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact-us-wrapper .page-title-wrapper {
    padding: 65px 0;
}

.contact-tabs {
    border-bottom: 0 !important;
    display: flex !important;
    margin-bottom: 20px !important;
}

.contact-tabs .nav-item {
    flex: 0 0 49%;
    max-width: 49%;
}

.contact-tabs .nav-item:not(:first-child) {
    margin-left: 2%;
}

.contact-tabs .nav-item .nav-link {
    color: #071c4d;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    text-align: center;
    border-radius: 0;
    transition: all ease 0.25s;
    padding: 6px 14px;
    border: 1px solid #e8e8e8;
}

.contact-tabs .nav-item .nav-link.active,
.contact-tabs .nav-item .nav-link:hover {
    background: #8bc34a;
    color: #fff;
    border-color: #8bc34a;
}

.contact-form-btn {
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
    color: #fff;
    padding: 13px 30px 13px 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
    height: 65px;
    font-size: 20px;
    font-weight: 500;
}

.address-data {
    display: flex;
    padding-bottom: 12px;
    align-items: flex-start;
}

.address-data p,
.address-data a {
    font-size: 17px;
    font-weight: 400;
    color: #071c4d;
}

.address-data a {
    text-decoration: underline;
}

.contact-address-wrapper {
    transition: all ease 0.3s;
    padding: 10px 15px 20px 65px;
}

.contact-address-wrapper .btn.btn-green {
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
    color: #fff;
    padding: 13px 30px 13px 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
}

.contact-location-wrapper {
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-location-area {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.contact-location-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
}

.contact-location-area img {
    max-width: 42px;
    margin-right: 15px;
    object-fit: cover;
    object-position: center;
}

.contact-location-area h4 {
    font-size: 20px;
}

.contact-location-area .faq-title {
    width: 100%;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.contact-location-area .faq-title:before {
    content: "\f068";
    color: #071c4d;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    transition: all ease 0.25s;
}

.contact-location-area .faq-title.collapsed::before {
    content: "\f067";
}

.contact-location-area .faq-title h4 {
    font-weight: 500;
    font-size: 20px;
}

.contact-form {
    margin-top: 25px;
}

.contact-form .form-control {
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 12px 17px;
    height: 50px;
}

.contact-form textarea {
    min-height: 100px;
}

.border-form .form-control {
    border: 1px solid #dde1eb !important;
    border-radius: 4px;
}

.field-contact_phone_number .iti,
.field-quote_phone_number .iti {
    width: 100%;
}

.number-box p a {
    color: #000;
}

@media only screen and (max-width: 991px) {
    .form-cover {
        padding: 30px;
    }
    .contact-tabs .nav-item .nav-link {
        padding: 10px 6px;
        font-size: 16px;
    }
    .contact-us-wrapper .page-title-wrapper .page-heading {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .form-cover {
        padding: 20px;
    }
    .contact-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 7px;
    }
    .contact-tabs {
        margin-bottom: 10px;
    }
    .contact-right-wrapper .form-group .form-control {
        height: 46px;
    }
    .contact-form-btn {
        padding: 13px 30px 13px 30px;
        margin-top: 0;
        height: 54px;
        font-size: 17px;
    }
    .form-cover h3 {
        font-size: 22px;
    }
    .page-title-wrapper {
        padding: 50px 0;
    }
    .page-title-wrapper .page-heading {
        margin-bottom: 20px;
    }
    .page-title-wrapper .page-heading .title {
        font-size: 26px;
    }
    .contact-us-outer .title {
        font-size: 26px;
    }
}

.field-contact_phone_number .iti,
.field-quote_phone_number .iti {
    width: 100%;
}

.form-custom-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-custom-radio .custom-radio {
    width: 100%;
    text-align: center;
    border-radius: 0;
    transition: all ease 0.25s;
    border: 1px solid #e8e8e8;
    padding-left: 0;
    flex: 0 0 49%;
    max-width: 49%;
    width: 100%;
}

.form-custom-radio .custom-control-label:before {
    display: none;
}

.form-custom-radio input[type="checkbox"],
input[type="radio"] {
    margin-left: 0;
}

.form-custom-radio input[type="radio"]:checked~.custom-control-label {
    background: #8bc34a;
    color: #fff !important;
    border-color: #8bc34a !important;
}

/*end contact-us-2 css */

/* contact-us css */

.contact-us-wrapper {
    margin-bottom: 65px !important;
    padding-bottom: 80px;
    padding-top: 70px;
}

.form-cover {
    padding: 40px;
    box-shadow: 0 0 1px #a6a5a5;
}

.form-group {
    margin-bottom: 1rem;
}

.apply-job-wrapper .form-cover {
    position: relative;
}

.contact-right-wrapper .form-group .form-control {
    border: 1px solid #cde1f7;
    border-radius: 5px;
    background-color: #fff;
}

.contact-right-wrapper .form-group textarea {
    height: 100px !important;
}

.privacy-wrapper {
    margin-bottom: 0px !important;
}

.mycontact-box {
    background: #fff;
    padding: 40px !important;
    border: 1px solid rgba(123, 137, 166, 0.12);
}

.updated-contact form {
    box-shadow: 0;
}

.updated-contact h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 28px;
}

.headquator-section {
    padding: 80px 0px;
}

.contact-info-box {
    background: #223568;
    padding: 31px;
}

.contact-info-box p,
.contact-info-box h3,
.contact-info-box h6 {
    color: #fff;
}

.contact-info-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-info-box h6 {
    margin-bottom: 10px;
}

.contact-info-box a {
    text-decoration: underline;
}

.updated-contact .text-blue {
    color: #0083eb;
}

.heading-p {
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    letter-spacing: 0.01em;
    padding: 30px 0px;
}

.titlebar {
    padding-right: 20px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    position: relative;
    display: block !important;
}

.global-box ul {
    list-style: none;
}

.inner ul {
    list-style: none;
}

.yellow-box {
    background: #f9d94e;
    box-shadow: 0 0 3px #a6a5a5;
}

.fluid-2 {
    padding: 0 10% !important;
}

.contact-us-wrapper .form-control:focus {
    background: #fff;
}

/*thank you*/

.tnq-wrapper {
    font-family: "poppins", "sans-serif", "open sans", "roboto";
    padding: 180px 0 80px;
}

.tnq-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("https://img.freepik.com/free-vector/white-background-with-circular-lines-copy-space_23-2148822143.jpg?w=1380&t=st=1661158223~exp=1661158823~hmac=3e884dfc872a9c9fccce9b8eee14bed9e658cdec00a1cf84338293c545dbe90a)");
    opacity: 0.1;
    background-size: cover;
}

.vector {
    position: relative;
}

.vector::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 1;
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: top right;
    top: -40px;
}

.tnq-wrapper .c-heading {
    font-weight: 600;
    font-size: 5rem;
    margin-bottom: 30px;
    color: #000;
}

.tnq-wrapper .c-heading.bg {
    background-image: linear-gradient(45deg, #0183eb, #ff0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tnq-wrapper p {
    margin: 0;
    color: #222;
    font-size: 1.25rem;
    font-weight: 300;
}

.tnq-wrapper .social {
    padding-top: 20px;
    max-width: 480px;
    display: flex;
}

.tnq-wrapper .social a {
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: #55acee;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.tnq-wrapper .social a:not(:last-child) {
    margin-right: 50px;
}

.tnq-wrapper .social a img {
    height: 30px;
    margin-bottom: 15px;
}

.tnq-wrapper .social a span {
    display: block;
}

.tnq-wrapper .call {
    padding-top: 25px;
}

.tnq-wrapper .call p {
    width: fit-content;
    border: 1px solid #cccccc5c;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.tnq-wrapper .call p img {
    padding-right: 10px;
    padding-left: 20px;
}

.tnq-wrapper .call p span {
    padding-right: 20px;
}

.tnq-wrapper .call p a {
    display: flex;
    align-items: center;
    background-color: #cccccc3b;
    padding: 10px 30px;
    color: #ff0101;
    text-decoration: none;
    font-weight: 500;
}

.tnq-wrapper .call p a span {
    padding-right: 0;
    padding-left: 10px;
}

.tnq-wrapper .call .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    stroke-width: 0;
    fill: #ff0101;
}

.tnq-wrapper .call .wave {
    animation: waveIn 1.2s infinite ease-out;
    animation-delay: 0s;
    transform-origin: 50% 50%;
}

.tnq-wrapper .call .wave-sm {
    animation-delay: 0.3s;
}

.tnq-wrapper .call .wave-md {
    animation-delay: 0.45s;
}

.tnq-wrapper .call .wave-lg {
    animation-delay: 0.6s;
}

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(0.3) translate(-20px, 10px);
    }
    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {
    .tnq-wrapper .call p {
        display: block;
    }
    .tnq-wrapper .call p a {
        justify-content: center;
    }
    .tnq-wrapper .call img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 435px) {
    .tnq-wrapper .social a {
        /*! display: flex; */
        padding: 10px 7px;
    }
    .tnq-wrapper .social a img {
        margin-bottom: 0;
        height: unset;
        width: 30px;
        margin-right: 8px;
    }
    .tnq-wrapper .call p {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .vector::before {
        opacity: 0.4;
    }
}

@media screen and (max-width: 991px) {
    .vector::before {
        opacity: 0;
    }
}

/*end contact-us css */

.meeting-purpose {
    border-radius: 5px;
    resize: none;
    border: 1px solid #eee;
    width: 100%;
    padding-top: 11px;
}

.datetimepicker table {
    background: #fff;
    width: 100%;
}

.contact-us-wrapper .datetimepicker {
    padding-top: 10px;
    background: #fff;
    margin-top: 0;
}

.contact-us-wrapper .datetimepicker table {
    width: 100%;
    min-width: unset;
}

.contact-us-wrapper .datetimepicker th {
    font-weight: 600;
}

.contact-us-wrapper .datetimepicker td {
    vertical-align: middle;
}

#interview-form .form-control {
    margin-bottom: 0;
    background: #fff;
    color: #222;
}

.fa-calendar-alt::before {
    content: "\f073";
}

.meeting-wrapper {
    padding: 130px 0 70px;
}

.field-contact_phone_number .invalid-feedback {
    display: block;
}

#interview-form .input-group.date {
    position: relative;
}

#interview-form .input-group.date .kv-datetime-picker {
    position: absolute;
    top: 11px;
    left: 10px;
    border: 0;
    z-index: 1001;
    background: transparent;
}

#interview-form .input-group.date .form-control {
    width: 100%;
    padding-left: 48px !important;
    border-radius: 0.375rem;
}

#interview-form .input-group.date .kv-datetime-remove {
    position: absolute;
    top: 13px;
    right: 15px;
    border: 0;
    z-index: 1001;
    background: #070db2;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 20px;
}

/* Contact Calender Css  */

.contact-calender {
    background-color: #f8f8f8;
    overflow: hidden;
}

.contact-calender .fc-day-header {
    background-color: var(--bg-main);
    overflow: hidden;
    padding: 12px 0px;
    color: #fff;
}

.contact-calender .fc-disabled-day {
    pointer-events: none !important;
    background-color: #ffdce8 !important;
    color: #adb5bd !important;
}

.contact-calender td {
    border: 1px solid #eee;
}

.contact-calender .fc-day:hover {
    background-color: #e6f0ff !important;
    cursor: pointer;
}

.contact-calender .fc-disabled-day .fc-day-number {
    color: #adb5bd !important;
}

.contact-calender .fc-today.alert {
    background: #1fae66 !important;
    height: 100%;
    color: #fff;
}

.contact-calender .text-main-color {
    color: var(--bg-main) !important;
}

/* contact time slots css  */

.contact-time-slot .timeslot-btn {
    background-color: #f8faff;
    background: #f8faff;
    padding: 4px 8px !important;
    border: 1px solid var(--bg-main);
    color: var(--bg-main);
    font-weight: 500;
    transition: all 0.25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    line-height: 42px !important;
}

.contact-calender .btn-group .fc-prev,
.contact-calender .btn-group .fc-next {
    background: var(--bg-main) !important;
    color: #fff !important;
}

.contact-time-slot .timeslot-btn:hover {
    background-color: var(--bg-main);
    color: #fff;
}

.contact-time-slot .disabled-slot {
    background-color: #e9ecef !important;
    color: #adb5bd !important;
    border-color: #dee2e6 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.08);
}

.large-textarea {
    width: 100%;
    min-height: 150px !important;
}

.btn-group .fc-prev-button.btn.btn-default,
.btn-group .fc-next-button.btn.btn-default {
    display: none !important;
}