h1 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 80px;
}

h2 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 70px;
}

h3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 66px;
}

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

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

.banner {
    position: relative;
    z-index: 1;
}

.banner-text {
    min-height: 850px;
    display: flex;
    align-items: center;
}

.banner-text p {
    font-size: 24px;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-security {
    background-color: #171717;
}

[class*="section-"] {
    position: relative;
    top: -150px;
}

.membership-wrapper {
    position: relative;
    background: #fff;
    height: 200px;
    cursor: default;
    overflow: hidden;
}

.membership-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}

.membership-wrapper .d-hover {
    opacity: 0;
    height: 0;
    font-size: 16px;
    line-height: 24px;
    transition: .3s all ease-out;
}

.membership-block p.fw-bold {
    height: auto;
    opacity: 1;
    transition: .3s all ease-out;
}

.membership-wrapper:hover p.fw-bold {
    opacity: 0;
    height: 0;
    margin: 0;
}

.membership-wrapper:hover .d-hover {
    opacity: 1;
    height: auto;
}

.membership-block img {
    position: relative;
    top: 0;
    transition: .3s all ease-out;
}

.membership-wrapper:hover img {
    top: -10px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.gr-experts-carousel .name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.designation {
    margin-bottom: 20px;
}

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

.section-duty-of-care .blog-card:hover {
    position: relative;
    top: -30px;
}

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

.section-duty-of-care .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-duty-of-care a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: transparent;
}

.section-duty-of-care .blog-thumbnail img {
    min-height: 242px;
}

.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%);
    border-radius: 12px;
}

.overlay img {
    cursor: pointer;
}

.overlay .play-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
}

.section-duty-of-care {
    padding-bottom: 325px;
}

.duty-of-care-support-v2 {
    position: absolute;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 12px;
}

.video-frame {
    border-radius: 12px;
}

.video-quote-content {
    margin-top: 170px;
}

.gr-cost-carousel .slick-track > img {
    margin-right: 30px;
}

.gr-cost-carousel .slick-list {
    overflow: visible;
}

.gr-cost-carousel .slick-next,
.gr-cost-carousel .slick-prev {
    top: 40%;
    width: 95px;
    height: 95px;
    z-index: 1;
}

.gr-cost-carousel .slick-next {
    background: url('/grcom/grmkt_resources/images/icons/Group-352.svg') !important;
    transform: rotate(0deg);
}

.gr-cost-carousel .slick-prev {
    background: url('/grcom/grmkt_resources/images/icons/Group-352.svg') !important;
    transform: rotate(180deg);
    left: auto;
    right: -25px;
}

#contact_us p {
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.gr-cost-carousel .slick-next:before, 
.gr-cost-carousel .slick-prev:before {
    content: '';
}

@media screen and (min-width: 1200px) {
    .container {
        min-width: 1180px;
    }
}

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

    h1 {
        font-size: 3.5rem;
        line-height: 60px;
    }
    
    h2 {
        font-size: 3rem;
        line-height: 45px;
    }

    .banner-text p {
        font-size: 18px;
    }

    .banner-text {
        min-height: 550px;
    }

    #contact_us p {
        font-size: 18px;
        line-height: 26px;
    }

    h4 {
        font-size: 1.125rem;
        line-height: 24px;
    }

    .video-quote-content p {
        font-size: 14px;
    }

    .video-quote-content {
        margin-top: 50px;
    }

    .gr-experts-carousel .name,
    .gr-experts-carousel .designation,
    .gr-experts-carousel .description {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .gr-experts-carousel img {
        margin: 20px auto;
    }
    .banner {
        background-position: -300px;
    }
    .section-duty-of-care {
        padding-bottom: 225px;
    }
    .video-quote-content {
        margin-top: 0px;
    }
    .blog-card .card-text {
        flex-direction: row;
    }
    .slick-slide {
        margin-bottom: 20px;
    }
    .crosspurpose-section .justify-content-start, .crosspurpose-section .justify-content-end {
        justify-content: center !important;
    }
    
    .crosspurpose-section .vc_column_container.vc_col-sm-12.vc_col-md-6:first-child {
        margin-bottom: 20px;
    }

    .section-duty-of-care .w-75 {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.25rem;
        line-height: 40px;
    }
    
    h2,h3 {
        font-size: 1.5rem;
        line-height: 36px;
    }
    
    #contact_us p {
        width: 100%;
    }

    .section-duty-of-care {
        padding-bottom: 150px;
    }

    .contact-us {
        background: linear-gradient(to top, #f2f2f2 89%, #f2f2f2 20px);
    }
}