h1 {
    font-size: 4.75rem;
    font-weight: 900;
    line-height: 80px;
}

h3 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 70px;
}

h4 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 36px;
}

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

#header {
    background: #424141;
}

.hero-image img {
    height: 840px !important;
    object-fit: cover;
}

.banner-content-wrapper {
    padding: 0 80px;
}

.banner-text {
    font-size: 24px;
    line-height: 32px;
}

#scroll_icon #scroll_line {
    transform: translate(15.395px, 10.603px);
    transition: .3s all ease-out;
}

#scroll_icon:hover #scroll_line {
    transform: translate(15.395px, 50%);
}

.tilted-bg {
    background-size: cover;
}

.membership-wrapper {
    transition: .3s all ease-out;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    height: 250px;
}

.membership-wrapper:hover {
    padding-top: 50px;
}

.membership-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 15px 30px;
    background-color: #fff;
    transition: .3s all ease-out;
    cursor: default;
    min-height: 250px;
}

.membership-block img {
    height: 93px;
    position: relative;
    top: 10px;
    transition: .3s all ease-out;
}

.membership-wrapper p.mt-3.fw-bold {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    padding: 0 30px;
}

.membership-block .d-hover {
    height: 0;
    opacity: 0;
    transition: .8s top ease-out;
}

.membership-wrapper:hover .fw-bold {
    display: none;
}

.membership-wrapper:hover .d-hover {
    opacity: 1;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    width: 100%;
    top: 65%;
    padding: 0 15px;
    left: 0;
    transform: translate(0, -50%);
    transition: .3s opacity ease-out;
}

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

.membership-wrapper:hover .membership-block {
    height: 200px;
    padding-top: 0px;
    justify-content: flex-start;
}

.section-memberships {
    padding-top: 200px;
}

.estimator-v3 {
    max-width: 420px;
    float: right;
    margin-top: 0;
}

.content-estimator {
    margin-top: 100px;
}

.wpb-content-wrapper {
    position: relative;
    top: -250px;
}

.card-wrapper {
    position: relative;
    margin-right: 30px;
    max-width: 300px;
}

.awards-carousel .slick-track {
    margin-top: 0px;
}

.section-related-posts .awards-carousel .slick-track {
    padding-top: 30px;
}

.section-related-posts .vc_column-inner {
    padding-top: 0px;
}

.video-description {
    max-width: 60%;
}

.section-videos .blog-thumbnail {
    height: 180px;
}

.section-videos .blog-card {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    box-shadow: none;
}

.section-videos .blog-card:hover,
.section-videos .blog-card:focus {
    box-shadow: none !important;
}

.section-offers .vc_col-sm-6:nth-child(2) .wpb_text_column .wpb_wrapper {
    margin-right: 25px;
}
.section-offers .vc_col-sm-6:nth-child(3) .wpb_text_column .wpb_wrapper {
    margin-left: 25px;
}

.section-awards,
.section-contact {
    padding-top: 100px;
}

.section-partners {
    padding-top: 200px;
}

.section-partners > .vc_col-sm-12 > .vc_column-inner {
    background-color: #f2f2f2;
}

.trusted-org {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    min-height: 184px;
}

h2.ha-faqs {
    font-size: 60px;
    font-weight: bold;
    margin-left: 15px;
}

.section-second {
    padding: 70px 0px 50px 0px;
}

h2.ha-faqs>span {
    color: #d71635;
}

a.cta-ace {
    font-weight: bold;
    color: #000;
}

.section-faqs .vc_toggle_content p {
    margin-left: 30px;
}

.ctaAce {
    background: none;
    outline: none;
    border: none;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    position: relative;
    float: right;
    left: -35px;
    transition: 0.5s ease;
}

.ctaAce:after {
    content: "";
    background: url(/grcom/grmkt_resources/images/icons/chevron-in-out.svg);
    position: absolute;
    width: 22px;
    height: 10px;
    background-repeat: no-repeat;
    bottom: 12px;
    right: -23px;
    transform: rotate(0deg);
}

.ctaAce.animate:after {
    content: "";
    background: url(/grcom/grmkt_resources/images/icons/chevron-in-out.svg);
    position: absolute;
    width: 22px;
    height: 10px;
    background-repeat: no-repeat;
    bottom: 12px;
    right: -23px;
    transform: rotate(180deg);
}

.section-awards .container.auto-margin>h3,
.section-awards .container.auto-margin>p {
    display: none;
}

.content-control {
    border-right: 1px solid #ddd;
    min-height: 233px;
}

.content-control h4 {
    margin-top: 20px;
}

.img-control > img {
    transform: none;
}

.slick-track .content-control:first-child {
    padding-left: 0;
}

.blog-thumbnail {
    position: relative;
}

.blog-thumbnail p:last-child {
    display: none;
}

.video-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.section-videos .card-body {
    padding-left: 0;
}

.blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(2px);
}

.blog-thumbnail .overlay p {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.hero-section {
    position: relative;
    z-index: 1;
    top: 250px;
}

.section-what-you-need .vc_column-inner {
    padding-top: 0 !important;
}

.blog-thumbnail iframe {
    transform: scale(1.2);
}

.section-videos .awards-carousel.blog-listing .slick-prev, 
.section-videos .awards-carousel.blog-listing .slick-next {
    left: 76.5%;
}

.tls_join_us {
    padding: 0;
}

.tls_join_us .vc_column-inner {
    padding: 0 15px !important;
}

.tls_join_us .main_heading .static_head {
    height: 60px !important;
}

.tls_join_us .main_heading .static_head .absolute_head span {
    font-size: 3.75rem;
    line-height: 70px;
    height: 50px;
}

.gr-general-form-container {
    top: 0px;
}

#gr-general-form .checkbox-label .checkmark:after {
    color: inherit;
}

.born-to-travel {
    margin-top: 50px;
}

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

.duty-of-care-support-v2 .quote-section > .quote-container {
    border-bottom: 5px solid #D71635;
    background: linear-gradient(to top,#f2f2f2 87%,#ffffff 20px);   
    position: relative;
    top: 0;
}

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

.footer {
    margin-top: 446px;
}

.tls_client_inner{
    text-align: center;
}

.tls_client .client_logo{
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tls_client .client_logo img{
    padding: 0;
}

.tls_client h4{
    color: #D61535;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    margin: 6px 0 0 0;
}

.wpb-content-wrapper > .vc_row[class*='section-'] {
    position: relative;
}

/**************Generic Carousel Css*****************/

.carousel-content {
    position: relative;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    margin-top: 80px;
    margin-right: 30px;
}

.carousel-full .slick-list {
    overflow: visible;
}

.generic-carousel img {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 30px;
}

.testimonial-thumbnail {
    position: absolute;
    left: 50%;
    width: 185px;
    height: 155px;
    border-radius: 50%;
    transform: translate(-50%, -68%);
    padding: 0 15px;
    background: #f2f2f2;
    margin: 0 auto !important;
    object-fit: cover;
}

.generic-carousel {
    margin-bottom: 150px !important;
}

.generic-carousel .slick-prev,
.generic-carousel .slick-next {
    top: 110%;
    left: 94%;
}

.generic-carousel .slick-next {
    display: block;
    background: url('/grcom/grmkt_resources/images/icons/Component-76-1.svg') no-repeat;
    width: 95px;
    height: 86px;
    right: 15px;
    transform: rotate(0deg);
}

.generic-carousel .slick-prev {
    background: url('/grcom/grmkt_resources/images/icons/Component-76-1.svg') no-repeat;
    width: 95px;
    height: 69px;
    transform: rotate(180deg);
    z-index: 1;
    left: 84.5%;
    top: 111.5%;
}

.generic-carousel .slick-prev:hover,
.generic-carousel .slick-next:hover {
    background: url('/grcom/grmkt_resources/images/icons/Component-76-hover.svg') no-repeat;
}

.generic-carousel .slick-prev::before,
.generic-carousel .slick-next::before {
    content: "";
}

.generic-carousel .carousel-content .testimonial-content {
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.carousel-content .title {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carousel-content .video-link-wrapper {
    height: 25px;
    display: block;
}

.carousel-content .partner-icon-wrapper {
    height: 100px;
    margin: 30px 0;
}

.design-type-a .carousel-content img,
.design-type-c .carousel-content img{
    margin: 30px 0px;
}
.design-type-a .carousel-content,
.design-type-c .carousel-content{
	text-align: left;
}

.design-type-a .carousel-content {
    padding-top: 0px;
}

.design-type-c .carousel-content {
    padding: 0px;
}

.design-type-c .carousel-content .p-icon {
    height: 30px;
}

.wpb-content-wrapper > .vc_row.section-join-us {
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 150px;
    padding-bottom: 50px;
}

.mfp-content {
    width: 100% !important;
}

/*******************************************/

@media screen and (max-width: 1715px) {
    h1 {
        font-size: 3.5rem;
        line-height: 64px;
    }

    .banner-text {
        font-size: 20px;
        line-height: 26px;
    }

    .banner-content-wrapper {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 3rem;
        line-height: 54px;
    }
    h3,
    .tls_join_us .main_heading .static_head .absolute_head span {
        font-size: 2.5rem;
        line-height: 48px;
    }
    .hero-section {
        flex-direction: row !important;
    }
    .w-50 {
        width: 100%!important;
    }
    .wpb-content-wrapper > .vc_row[class*='section-'] {
        top: 100px;
    }
    .scroll-to-content {
        display: none;
    }
    .vc_align_right,
    .vc_align_left {
        text-align: center !important;
    }
    .section-memberships {
        padding-top: 100px;
    }
    .section-estimator {
        top: 0px;
    }
    .section-what-you-need .banner-content-wrapper {
        padding: 0 20px;
    }
    .section-partners .d-flex img {
        max-width: 100px;
    }
    .section-what-you-need {
        background-image: none;
    }
    .estimator-v3,
    .gr-general-form-container {
        margin: 0 auto;
        top: 0px;
    }
    .section-join {
        top: 0px;
    }
    .membership-wrapper p.mt-3.fw-bold {
        padding: 0 15px;
    }
    .section-contact .subsection-contact {
        top: 0px;
    }
    .wpb-content-wrapper > .vc_row.tls_join_us {
        top: auto !important;
    }

    .checkmark {
        width: 25px !important;
        height: 25px !important;
    }
    
    #gr-general-form .checkbox-label .checkmark:after {
        top: -2px;
        left: 2px;
    }
    
    .banner-content-wrapper {
        padding: 0 20px;
    }

    .duty-of-care-support-v2-quotes > .quote-container {
        background: linear-gradient(to top,#f2f2f2 89%,#ffffff 20px);
    }
    
    .banner-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .section-partners .d-flex img {
        max-width: 80px;
    }
    .section-offers {
        padding-bottom: 0;
    }
    .tilted-bg .container {
        background-color: #f2f2f2;
    }
    .trusted-org {
        min-height: 213px;
    }
    .section-contact > .vc_col-sm-12,
    .section-offers > .vc_col-sm-12 {
        background-color: #f2f2f2;
    }
    .generic-carousel .slick-prev, .generic-carousel .slick-next {
        left: 90%;
        transform: scale(.8);
        top: 100%;
    }
    .generic-carousel .slick-prev {
        top: 98.9%;
        height: 85px;
        left: 78%;
        transform: rotate(180deg) scale(.8);
    }
    .section-faqs .vc_toggle_content p {
        margin-left: 0px;
    }
    
    .section-what-you-need {
        padding: 0;
    }
    
    .section-what-you-need .vc_row-flex {
        flex-direction: column-reverse;
    }

    .footer {
        margin-top: 555px;
    }

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

    .duty-of-care-support-v2 .auther-title {
        padding: 0 50px;
    }
    
    .tilted-bg {
        background-position: right;
    }
}

@media screen and (max-width: 854px) {
    .hero-section {
        flex-direction: column-reverse !important;
    }
    .wpb-content-wrapper,
    .hero-section,
    .wpb-content-wrapper > .vc_row[class*='section-'] {
        top: 0;
    }
    .wpb-content-wrapper > .vc_row.section-join-us {
        position: unset;
    }
    .section-memberships {
        padding-top: 0px;
    }
    .footer {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-section .wpb_single_image img {
        width: 100%;
    }
    .estimator-v3 {
        float: none;
    }
    .video-description {
        max-width: 100%;
    }
    .section-partners .d-flex {
        flex-wrap: wrap;
        justify-content: space-evenly !important;
    }
    .section-partners .d-flex > img {
        max-width: 100%;
        padding: 15px;
    }
    .section-covid-19, .section-faqs {
        margin-top: 0px;
    }
    .img-overlap img {
        position: initial;
    }
    .section-offers .vc_row-fluid, .section-orgs {
        padding-bottom: 0;
    }
    .banner-content-wrapper {
        padding: 0 20px;
    }
    .container {
        max-width: 100%;
    }
    
    .membership-wrapper {
        overflow: visible;
    }

    .membership-wrapper:hover {
        padding-top: 0px;
    }

    .membership-wrapper .membership-block img {
        top: 30px;
    }

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

    .membership-wrapper p.mt-3.fw-bold {
        top: 60%;
    }
    
    .section-what-you-need .vc_row-flex,
    .section-what-you-need .vc_row-flex .vc_col-lg-6:last-child > .vc_column-inner {
        padding: 0;
    }
    .content-estimator {
        margin-top: 20px;
    }
    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .section-offers p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-partners {
        padding-top: 50px;
        background-position: right;
    }
    .trusted-org {
        border-bottom: none;
    }
    .section-orgs .vc_col-sm-4:nth-child(4) .trusted-org {
        border-bottom: 1px solid #000;
    }
    .section-orgs .vc_col-sm-4 .wpb_content_element,
    .section-related-posts .vc_col-sm-12 .wpb_content_element {
        margin-bottom: 0;
    }
    
    .section-orgs .vc_col-sm-4:nth-child(4) .wpb_content_element {
        margin-bottom: 35px;
    }
    .section-offers .vc_col-sm-6:nth-child(2) .wpb_text_column .wpb_wrapper {
        margin-right: 0;
    }
    .section-offers .vc_col-sm-6:nth-child(3) .wpb_text_column .wpb_wrapper {
        margin-left: 0;
    }
    .section-offers .vc_col-sm-6:nth-child(2) .wpb_text_column {
        margin-bottom: 1rem;
    }
    .carousel-content {
        margin-right: 0px;
    }
    
    .carousel-full .slick-list {
        overflow: hidden;
    }
    
    .carousel-content:last-child {
        margin-right: 0;
    }
    
    .generic-carousel .slick-prev {
        left: auto;
        right: 50px;
        transform: rotate(180deg) scale(.8);
        top: 98.9%;
        height: 85px;
    }
    .generic-carousel .slick-next {
        left: auto;
        right: -25px;
    }
    
    .hero-section .banner-content-wrapper {
        text-align: center;
    }

    .section-join {
        top: 10px;
    }

    .tls_join_us .main_heading .static_head {
        height: 60px !important;
    }
    
    .tls_join_us .main_heading .static_head .absolute_head span {
        line-height: 70px;
        height: 59px;
        margin-top: -10px;
    }
    .section-what-you-need .vc_row-flex .image .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    h1 {
        font-size: 54px;
        line-height: 60px;
    }
    .banner-text {
        margin: 2rem 0 !important;
    }
    
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-what-you-need {
        padding: 10px 0 50px 0;
    }
    
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 2560px) {
    .section-contact {
        padding-top: 100px;
    }
    .section-awards {
        padding-top: 150px;
    }
    .section-offers {
        padding-top: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    h3 {
        font-size: 40px;
        line-height: 48px;
    }

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

    .mb-4 {
        margin-bottom: 0.5rem!important;
    }

    .tls_join_us .main_heading .static_head {
        height: 48px !important;
    }
    
    .tls_join_us .main_heading .static_head .absolute_head span {
        font-size: 40px;
        line-height: 48px;
        height: 48px;
    }
    
    .footer {
        margin-top: 405px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .section-what-you-need {
        padding: 100px 0 50px 0;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) and (orientation: landscape) {
    h1 {
        font-size: 2.2rem;
        line-height: 40px;
    }
    h3,
    .tls_join_us .main_heading .static_head .absolute_head span {
        font-size: 2rem;
        line-height: 36px;
    }
    h4 {
        font-size: 1.3rem;
        line-height: 30px;
    }
    .wpb-content-wrapper {
        top: -130px;
    }
    .hero-section .banner-content-wrapper {
        text-align: left;
    }
    .hero-section .wpb_single_image img.d-md-none {
        display: none !important;
    }
    .hero-section .wpb_single_image img.d-none {
        display: block !important;
    }
    .tls_join_us {
        top: 60px;
    }
}

@media screen and (max-width: 575px) {
    h1,
    h3 {
        font-size: 34px;
        line-height: 40px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .section-memberships {
        padding-top: 60px;
    }
    .section-orgs {
        padding: 0;
    } 
    .section-faqs .vc_col-sm-12:last-child > .vc_column-inner,
    .section-related-posts .vc_col-sm-12:last-child > .vc_column-inner {
        padding-top: 0 !important;
    } 
    .section-offers .vc_col-sm-12 .vc_row-fluid .vc_col-sm-12:last-child > .vc_column-inner .img-overlap,
    .section-orgs .vc_col-sm-12:last-child > .vc_column-inner .img-overlap {
        margin-bottom: 0;
    }
    .section-awards {
        padding-top: 50px;
    }
    .section-contact {
        padding-top: 50px;
        background-position: right;
    }
    .gr-general-form-container {
        top: 0px;
    }
    .gr-general-notice {
        line-height: 20px;
        margin-top: 10px;
    }
    .section-videos .card-wrapper {
        max-width: 158px;
    }
    .section-videos .card-wrapper .card-title {
        font-size: 14px;
    }
    .section-videos .blog-thumbnail {
        max-height: 100px;
    }
    .section-videos .card-body {
        padding: 0;
    }
    .membership-block {
        min-height: auto;
        height: 175px !important;
    }
    .membership-block img {
        height: 50px;
        top: 20px;
    }
    .membership-wrapper {
        height: auto;
    }
    .membership-wrapper:hover .d-hover {
        top: 70%;
    }

    .carousel-content {
        margin-top: 0px;
    }
    
    .design-type-b .carousel-content {
        margin-top: 80px;
    }
    
    .carousel-content .title {
        height: 50px;
    }
    .tls_join_us {
        top: 0;
    }
    .hero-section {
        flex-direction: column-reverse !important;
    }
    .hero-section .wpb_single_image img {
        height: auto !important;
    }
    .vc_col-lg-6 {
        width: 100% !important;
    }
    .blog-thumbnail {
        height: 112px;
    }
    .section-join {
        top: 15px;
    }
    .tls_join_us .main_heading .static_head {
        height: 40px !important;
    }
    .tls_join_us .main_heading .static_head .absolute_head span {
        font-size: 34px;
        line-height: 50px;
        height: 50px;
    }
    .wpb-content-wrapper > .vc_row.section-join-us {
        background-image: none !important;
        background-color: #f2f2f2;
        clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width: 480px) {
    .duty-of-care-support-v2 .quote-text {
        margin: 0;
    }
}

/*Magnific Popup CSS*/

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}