.ab-test .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    background: none !important;
    box-shadow: none !important;
    color: #707070;
}

.ab-test .iti--separate-dial-code .iti__selected-flag {
    background: none !important;
    color: #707070;
}

.ab-test .iti__country-list {
    background-color: #0a0a0a;
}

.ab-test .iti__arrow {
    border-top: 4px solid #707070;
}

.ab-test input:-webkit-autofill, .ab-test input:-webkit-autofill:hover, .ab-test input:-webkit-autofill:focus, .ab-test input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0a0a0a inset !important;
}

.ab-test select, .ab-test textarea::placeholder {
    color: #707070;
}

.ab-test input:-webkit-autofill {
    -webkit-text-fill-color: #707070 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ab-test input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #707070;
}

.ab-test input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #707070;
    opacity: 1;
}

.ab-test input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #707070;
    opacity: 1;
}

.ab-test input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #707070;
}

.ab-test input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #707070;
}

.ab-test input::placeholder {
    /* Most modern browsers support this now. */
    color: #707070;
}

.container {
    width: 1200px;
}

.middle-content .page-banner-description {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.slider-overlay {
    background: linear-gradient(90deg, rgb(10 10 10 / 75%) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgb(10 10 10 / 75%) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.enterprise-smooth-slider .slider-item {
    color: #fff;
    margin: 0 10px;
}

.enterprise-smooth-slider .slider-item .dot {
    padding-right: 15px;
    font-size: 26px;
    line-height: 16px;
    position: relative;
    top: 3px;
}

.btn-quote {
    font-family: 'Roboto';
    padding: 20px 80px;
    font-size: 18px;
}

.section-save-people, .section-map {
    color: #fff;
}

.section-map {
    padding-top: 50px;
}

h3 {
    font-size: 48px;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
}

p {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
}

.gr-enterprise-count-data {
    color: #D71635;
    font-size: 42px;
    font-family: 'Roboto';
    font-weight: bold;
}

.gr-enterprise-count-data p {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}

.section-partners {
    clip-path: polygon(0% 11%,100% 0%,100% 100%,0% 100%);
    padding: 120px 0 400px 0;
    position: relative;
    top: -120px;
}

.section-security-experts {
    clip-path: polygon(0% 7%,100% 0%,100% 100%,0% 100%);
    padding-top: 120px !important;
}

.iso-image img {
    width: 200px;
}

.section-services {
    padding-top: 600px;
}

.section-services .vc_column-inner {
    padding-top: 0 !important;
}

.section-security-experts .blog-thumbnail {
    height: auto;
}

.blog-card {
    position: relative;
    background-color: #fff;
    top: 0;
    transition: .3s all ease-out;
}

.section-related-posts .blog-card:hover {
    position: relative;
    top: -30px;
}

.blog-card .card-title {
    height: 68px;
    font-size: 28px;
    font-weight: 700;
}

.section-related-posts .blog-card .card-title {
    font-size: 20px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-body p {
    text-align: left !important
}

.section-related-posts a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: transparent;
}

.section-related-posts .blog-thumbnail img {
    min-height: 242px;
}

.btn-enterprise-contact {
    position: fixed;
    top: 50%;
    right: -78px;
    transform: rotate(270deg) translate(0px, -50%);
    padding: 8px 20px;
    background-color: #dddddd;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 999;
    text-transform: uppercase;
}

.icon img {
    min-width: 30px;
}

.duty-of-care-support-v2 .quote-section {
    position: relative;
}

.quote-container::before {
    content: "";
    box-shadow: 0px 0px 30px 0px #00000014;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    clip-path: inset(75px -30px -30px -30px);
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto;
}

.quote-text.duty-of-care-support-v2 {
    line-height: 40px;
    font-size: 24px;
    margin: 0px 150px 50px;
}

.tabs-content {
    font-family: 'Roboto';
}

.section-partners img {
    max-height: 45px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 30%);
}

.overlay img {
    cursor: pointer;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: rgb(0, 0, 0, .15);
}

.video-quote-content {
    padding-top: 80px;
}
.enterprise-smooth-slider{
    height: 25px;
}
@media screen and (max-width: 1200px) {
    #submit-grcom-Download-the-complete-Risk-Assessment-form {
        white-space: pre-wrap;
    }

    .section-partners img {
        margin: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .middle-content {
        width: 1000px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
    .tabs-content .tab-left-content .d-flex.align-items-center {
        margin-bottom: 15px;
    }

    .tabs-content .tab-left-content .content b {
        margin-bottom: 5px;
    }

    .tabs-content .img-abslt {
        bottom: 10px;
    }

    .tabs-content .tab-left-content {
        padding: 20px 15px 15px 15px;
    }

    .duty-of-care-support-v2 .quote-section {
        padding: 200px;
    }
}

@media screen and (max-width: 992px) {
    .tabs-content .img-abslt {
        position: unset;
    }

    .tabs-content .tab-left-content {
        padding: 40px 15px;
    }

    .section-partners {
        padding: 120px 0 300px 0;
    }

    .section-video-quote {
        top: -450px;
    }

    .section-services {
        padding-top: 450px;
    }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
    .section-related-posts .blog-card .card-title {
        font-size: 16px;
    }

    .gr-enterprise-count-data {
        font-size: 30px;
    }

    .gr-enterprise-count-data p {
        font-size: 12px;
    }

    .quote-text.duty-of-care-support-v2 {
        line-height: 40px;
        font-size: 24px;
        margin: 0px;
    }

    .middle-content h1 {
        font-size: 2.75rem;
    }

    h3 {
        font-size: 34px;
    }

    .section-related-posts .blog-card .card-title {
        height: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .btn-quote {
        padding: 20px 50px;
    }

    .section-related-posts {
        padding-top: 0px !important;
    }

    .mpb-0 {
        padding-bottom: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    h3 {
        font-size: 40px;
    }

    .gr-enterprise-count-data {
        font-size: 30px;
    }

    .gr-enterprise-count-data p {
        font-size: 12px;
    }

    .blog-card .card-text {
        font-size: 12px;
    }

    .section-related-posts .blog-thumbnail img {
        min-height: 135px;
    }

    .section-partners {
        clip-path: polygon(0% 8%,100% 0%,100% 100%,0% 100%);
    }

    .quote-text.duty-of-care-support-v2 {
        margin: 0;
    }

    .btn-quote {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 767px) {

    section.relative.top-section.bg-care-support{
        background-image: url(/grcom/images/common/business-travel-risk-management.webp) !important;
        background-size: cover;
    }
    .container {
        width: 100%;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .gr-enterprise-count-data {
        font-size: 20px;
    }

    .gr-enterprise-count-data p {
        font-size: 12px;
    }

    #scroll_counter {
        position: relative;
        top: -1px;
    }

    #scroll_counter .vc_column-inner {
        padding-top: 0;
    }

    .quote-text.duty-of-care-support-v2 {
        font-size: 18px !important;
        line-height: 26px;
        margin: 0;
    }

    .duty-of-care-support-v2-quotes > .quote-container {
        top: -500px;
    }

    .section-services .vc_col-sm-8 {
        margin-top: 150px;
    }

    .section-services .vc_align_right {
        text-align: center;
    }

    .iso-image img {
        width: inherit;
    }

    .glider {
        width: 32.4%;
        height: 32px;
    }

    .tab-wrapper .tab {
        font-size: 16px;
        height: 32px;
    }

    .section-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-security-experts {
        clip-path: polygon(0% 2%,100% 0%,100% 100%,0% 100%);
        padding-top: 3rem !important;
    }

    .blog-card .card-title {
        height: 50px;
        font-size: 20px;
        line-height: 28px;
    }

    .middle-content .text-large {
        font-size: 24px !important;
        line-height: 30px;
    }

    .bg-care-support, .bg-healthservices, .bg-partners {
        min-height: 415px;
    }

    .btn-enterprise-contact {
        right: -62px;
        padding: 8px 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .btn-quote {
        padding: 10px 40px;
    }

    .duty-of-care-support-v2 .quote-section {
        padding: 20px;
    }

    .middle-content .page-banner-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .section-video-quote {
        top: -370px;
    }

    .section-services {
        padding-top: 400px;
    }

    .section-services .vc_col-sm-8 {
        margin-top: 0px;
    }

    .section-grid h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .section-related-posts {
        padding-top: 0px !important;
    }

    .mpb-0 {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 576px) {
    .section-video-quote h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .section-services {
        padding-top: 180px;
    }

    .video-player img {
        max-width: 50px;
    }

    .video-quote-content {
        padding-top: 40px;
    }

    .section-partners {
        clip-path: polygon(0% 4%,100% 0%,100% 100%,0% 100%);
        padding: 20px 0 220px 0;
    }
}

@media screen and (max-width: 400px) {
    .tab-wrapper .tab {
        font-size: 14px;
    }

    .glider {
        width: 32.2%;
    }
}