/*Home page styles*/

:root {
    --tlt-purple: #512683;
    --tlt-green: #268a6c;
    --tlt-light-green: #4db78e;  
}

#hero.home-hero {
    display:flex;
    align-items: flex-end;
    background: rgb(41,19,67);
    background: -moz-linear-gradient(0deg, rgba(41,19,67,1) 0%, rgba(80,38,130,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(41,19,67,1) 0%, rgba(80,38,130,1) 100%);
    background: linear-gradient(0deg, rgba(41,19,67,1) 0%, rgba(80,38,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291343",endColorstr="#502682",GradientType=1);
    overflow:hidden;
    height:unset;
}

#hero::after {
    display:none;
}

.hero-title {
    text-shadow: none;
    max-width: 100%;
    text-align: left;
    font-size:1rem;
}

.hero-msg {
    padding: 2rem;
}

.hero-msg p {
    display: block;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

#hero strong {
    color: #512683;
}

.hero-title .col-1-2 {
    color: #FFF;
}

#hero .flex-container {
    text-align: center;
    max-width: 600px;
    margin: 1rem auto;
}

.hero-msg a {
    color: #512683;
}

.prices-heart {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 6;
    max-width: 290px;
    width: 20%;
}

.prices-heart svg {
    display: block;
    width: 100%;
}

.hero-circles {
    position:absolute;
    bottom:-10%;
    left:-10%;
    width:30%;
    z-index:2;
}

.hero-circles svg {
    display:block;
    width:100%;
}

.popup_overlay {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.booking_popup {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 90%;
    max-width: 600px;
    height: 460px;
    margin-left: -45%;
    z-index: 2000;
    overflow-y: auto;
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 16px solid #bf0e3e;
}

.booking_popup img {
    display: block;
    width: 90%;
    max-width: 330px;
    margin: 10px auto 0 auto;
}

.booking_popup span,
.booking_popup a {
    display: block;
    margin: 10px;
    font-size: 18px;
    text-align: center;
}

.booking_popup a {
    text-decoration: none;
    color: #FFFFFF;
    background: #bf0e3e;
    padding: 10px;
    width: 90%;
    max-width: 400px;
    font-size: 20px;
    margin: 30px auto 0 auto;
    font-family: sofia-pro, sans-serif;
}

.booking_popup a .material-icons {
    top: 5px;
    position: relative;
    margin-left: 5px;
}

.booking_popup a:hover {
    transition: background ease 0.7s;
    background: #1d9384;
}

.booking_popup .strapline {
    color: #1d9384;
    font-weight: 600;
    padding: 20px 10px;
    font-size: 24px;
}

.booking_popup .strapfor {
    color: #4f4f4f;
    font-weight: 600;
}

.shop-banner {
    background:#212121;
    color:#FFFFFF;
    font-family: sofia-pro, sans-serif;
    font-weight:900;
    padding:12px;
    font-size:1.1rem;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 1;
        box-sizing: border-box;
}

.shop-banner a,
.shop-banner a:hover {
    text-decoration:none;
    display:block;
    color:#FFFFFF;
}

.shop-banner a .cta {
    color:#956fc2;
}

.row {
    width:100%;
    padding: 0;
    box-sizing: border-box;
}

.row_flex_home {
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	display:flex;
    gap:32px;
    padding: 40px 0;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    justify-content:space-between;
    width:90%;
    position:relative;
    z-index:3;
}

.hero-intro {
    background:var(--tlt-green);
    color:#FFFFFF;
    border-radius:15px;
    padding:12px;
    max-width: 1200px;
    margin:1rem auto;
    width:100%;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.row_flex_home .col_1_2 {
    width:calc(50% - 96px);
}

.row_center {
    padding: 20px 40px;
}

.row_center.row_clients {
    padding: 20px 40px 40px 40px;
}

.row_center.rf_accreds {
    padding:0px 20px 40px 20px;
}

.col_1_2 {
    box-sizing: border-box;
}

.col_1_2.book_online,
.col_1_2.book_inhouse {
    border-radius: 20px;
    padding:20px 40px;
    border: 5px solid #34b78f;
}

.row_flex_home .col_1_2.book_inhouse {
    width: calc(50% - 96px);
}

.row_flex_home .review-col {
    width: 160px;
    flex-shrink:0;
}

#hero .text {
    padding:0;
    margin: 0 auto;
}

.text a {
    display: inline-block;
    padding: 6px 20px 8px 20px;
    text-decoration: none;
    font-weight: 400;
    color: #FFFFFF;
    background: #512683;
    font-size: 16px;
    font-family: sofia-pro, sans-serif;
    border-radius: 25px;
    text-align: center;
}

.dsa-row img {
    display:block;
    width:100%;
    max-width:340px;
}

.dsa-row .flex-container {
    gap:48px;
    flex-wrap:wrap;
    align-items: center;
}

.dsa-row .flex-container > div {
    flex-grow:0;
}

.dsa-logo {
    width:25%;
}

.dsa-content {
    width: calc(75% - 48px);
}

.text a.home_book {
    border-color: #4f4f4f;
}

.text a:hover {
    text-decoration: none;
    background: #ffcc00;
    transition: background ease 0.5s;
}

.text a .material-icons {
    position: relative;
    top: 7px;
}

.text a:hover .material-icons {
    color: #40423e;
    margin-left: 5px;
    transition: all ease 0.7s;
}

.e-learning .text a .material-icons {
    color: #40423e;
}

.book_inhouse .text a:hover {
    background: #31174f;
    border-color: transparent;
    color: #FFFFFF;
}

.e-learning .text a:hover {
    background: rgba(0,0,0,0.4);
    border-color: transparent;
    color: #FFFFFF;
}

.e-learning .text a:hover .material-icons {
    color: #FFFFFF;
}

.text p.text_content {
    margin: 2em 0;
    text-align: left;
    max-width: 320px;
}

.book_inhouse .text p.text_content {
    margin: 12px 0 20px 0;
    max-width: 360px;
    line-height: 1.5rem;
}

.row.home_sectors {
    background:#EDEDED;
}

.home-blog-row {
    position:relative;
}

.col-1-2.blog-content {
    padding: 0 40px 40px 40px;
    background: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px #0000000A;
}

.featured-blog {
    position: relative;
    z-index: 1;
}

.home-blog-row:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    right:0;
    background:#dcddf3;
    height:30%;
    width: 100%;
    z-index: 1;
}

.home-blog-row .inner {
    position:relative;
    z-index:2;
}

.blog-item.col-1-3 {
    width:calc(33.333% - 32px);
    margin:16px;
    background: #FFFFFF;
}

.home-blog-row .blog-item {
    border:none;
    box-shadow: 0px 4px 10px 4px rgb(204 204 204 / 50%);
    padding: 0;
    border-radius: 12px;
}

.home-blog-row .blog-item h3 {
    transition: 0.7s;
    color: #512683;
    font-size: 1.5rem;
    max-width: 480px;
    width: 90%;
    font-family: sofia-pro, sans-serif;
    margin:0 0 8px 0;
}

.home-blog-row .blog-item h3 a {
    text-decoration:none;
    color: #512683;
    font-weight:600;
}

.home-blog-row .blog-item p {
    margin:8px 0;
}

.blog-item-image img {
    display:block;
    width:100%;
    border-radius: 12px 12px 0 0;
}

.home-blog-row h2 {
    margin: 0;
    text-align: center;
}

.home-blog-row a.view-all {
    margin: 16px auto;
    display: block;
    width: fit-content;
}

.home-blog-row .blog-item-content {
    padding:16px;
}

.row_reviews {
    background-image: url('/images/happy-reviews.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #FFFFFF;
    min-height: 500px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.row_reviews:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(20,59,37,0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.row_reviews h2 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 0;
}

.row_reviews .review_stars {
    margin-bottom: 26px;
}

.row_reviews i.material-icons {
    margin: 0 5px;
    font-size: 3em;
    width: 1em;
}

.home-intro-c2a-title { 
    display:flex;
    align-items:center;
    gap: 16px;
}

.home-intro-c2a-title svg {
    display:block;
    width:40px;
    height:40px;
}

#homeIntro h3 {
    margin-top:4px;
    line-height: 24px;
}

.book_online {
    background: #FFFFFF;
    padding: 40px;
}

.book_online h4,
.book_inhouse h4 {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight:500;
}

.book_online,
.book_online h3,
.book_online h5 {
    color: #512683;
}

.book_online h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}

.book_online h5 {
    margin: 20px 0 5px 0;
    font-weight: 500;
}

.book_online span {
    display: block;
    margin-top: 0px;
    color: #999999;
    font-family: sofia-pro, sans-serif;
    font-size: 17px;
}

.book_online input,
.book_online select {
    border: 2px solid #999999;
    border-radius: 3px;
    padding: 10px;
    color: #212121;
    font-family: sofia-pro, sans-serif;
    font-size: 19px;
    margin: 10px 0 0 0;
    max-width: 100%;
    box-sizing: border-box;
    outline:none;
}

.book_online input {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 11px 10px;
}


.book_online input:focus,
.book_online select:focus {
    border: 2px solid #6f71d7;
}

.book_online .material-icons {
    line-height: 16px;
    position: relative;
    top: 5px;
}

.book_online button {
    border: none;
    padding: 6px 20px 8px 20px;
    font-family: sofia-pro, sans-serif;
    font-size: 17px;
    margin: 20px 0 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
    background: #512683;
    color:#FFFFFF;
    transition: all ease 0.7s;
    outline:none;
    border-radius:25px;
    cursor:pointer;
}

.book_online button.active {
    background: #512683;
    color:#FFFFFF;
}

.book_online button.active:hover {
    cursor: pointer;
    background: #1d9384;
}

:: -webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: Capitalize;
    color: #CCCCCC;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: Capitalize;
    color: #CCCCCC;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
    text-transform: Capitalize;
}

:-moz-placeholder { /* Firefox 18- */
    color: #CCCCCC;
    text-transform: Capitalize;
}

.book_inhouse {
    background: #FFFFFF;
    transition: all ease 0.7s;
    color: #512683;
    border-radius: 20px;
}

.row.marketing-video {
    background:#FFFFFF;
}

.row.rf_reviews {
    margin: 0 auto;
    padding: 2rem 0;
    display: block;
    background: #dcddf2;
}

.ifc-reviews {
    width: 100%;
    background: #cacbe6;
    border-radius: 20px;
    padding: 0 20px;
}

.ifc-video-testimonial {
    width: 340px;
    border-radius: 20px;
    overflow: hidden;
    border: 10px solid #FFFFFF;
}

.rf-webinar.marketing-video .ifc-video-testimonial {
    border:none;
    max-width: 340px;
    margin: 20px auto;
}

.rf-webinar.marketing-video img {
    margin:0;
    border-radius:0;
}

.rf-webinar.marketing-video .flex-container {
    align-items:center;
}

.rf-webinar.marketing-video h3 {
    max-width: 600px;
    font-size: 34px;
    line-height: 44px;
    color:#512683;
}

.rf-webinar.marketing-video p {
    margin:22px 0;
    font-size:22px;
    max-width: 530px;
    line-height: 34px;
}

.rf-webinar.marketing-video .col-2-3 {
    padding-left: 40px
}

.rf-webinar.marketing-video em a {
    color:#512683;
    text-decoration:underline;
}

.ifc-video-testimonial a {
    display:block;
    position:relative;
    width: 100%;
}

.ifc-video-testimonial img {
    display:block;
    width:100%;
}

.ifc-video-testimonial .play-icon {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rf_reviews .flex-container {
    align-items: center;
    width: 100%;
}

.ifc-video-testimonial .play-icon svg {
    display:block;
    width:100px;
    height:100px;
}


.home-benefits-row {
    background: #dcddf3;
}

.home-benefits-row h3 {
    padding: 20px 0;
    font-size: 44px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #512683;
    color: var(--tlt-purple);
    margin: 0 auto 20px auto;
    max-width: 860px;
}

.home-benefits-row ul {
    margin: 20px auto;
    max-width: 80%;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    color: #512683;
}

.home-benefits-row ul li {
    padding: 20px 20px 20px 10px;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-size: 17px;
}

.home-benefits-row ul li strong {
    font-weight: 600;
}

.book_inhouse h4 {
    color: #FFFFFF;
}

.book_inhouse h4:after {
    content: "";
    display: block;
    width: 66%;
    height: 2px;
    margin-top: 5px;
    background: #FFFFFF;
}

.impact {
    font-size: 32px;
    line-height: 46px;
    margin: 20px 0;
    font-weight: 400;
    font-family: sofia-pro, sans-serif;
}

.book_online p.impact {
    color: #4f4f4f;
    transition: all ease 0.7s;
}

.book_online:hover p.impact {
    color: #eec007;
    transition: all ease 0.7s;
}

.book_inhouse h3 {
    color: var(--tlt-purple);
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.book_inhouse .fa-plus-circle {
    text-shadow: 5px 5px 0px rgba(0,0,0,0.2);
    color: #FFFFFF;
    font-size: 9em;
}

.book_inhouse .col_1_4 {
    padding: 20px 20px 20px 0;
}

.book_inhouse .col_3_4 {
    padding: 0 20px;
}

.home_sectors h2 {
    text-align: left;
    margin: 40px 0 20px 0;
    width: 76%;
    font-size: 44px;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}

.home_sectors h2:after {
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    margin-top: 5px;
    background: #1d9384;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home_sectors h3 {
    color: #4f4f4f;
    font-size: 1.7em;
    font-weight: 500;
    margin: 0.25em 0;
}

.home_sectors ul {
    color: #6a6e65;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
    font-weight: 600;
}

.home_sectors ul li {
    margin: 10px 0;
}

.home_sectors ul li:first-of-type {
    margin: 0 0 10px 0;
}

.home_sectors ul li a {
    text-decoration: none;
    color: #4f4f4f;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    font-size: 16px;
}

.home_sectors ul li a:hover {
    color: #1d9384;
    text-decoration: none;
    border-bottom: 2px solid #1d9384;
    transition: all ease 0.7s;
}

.home_sectors ul li a .material-icons {
    color: #1d9384;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.infographic.circle {
    width: 200px;
    height: 200px;
    background: #1d9384;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.infographic.icon {
    color: #1d9384;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.infographic.icon img {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.infographic p,
.infographic span {
    display: block;
    margin: 0;
}

.infographic.circle .ig_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.infographic.icon .ig_container {
}

.brochure_download {
    padding: 20px;
    text-align: center;
}

.brochure_download a {
    margin: 0;
}

.infographic.icon .fa {
    font-size: 68px;
    padding: 10px 0;
}

.ig_text:first-of-type {
    margin-top: 20px;
}

.ig_text {
    line-height: 100%;
}

.ig_figure {
    font-size: 60px;
    font-weight: 500;
    font-family: sofia-pro, sans-serif;
}

.e-learning {
    background: #FFFFFF;
    color: #4f4f4f;
}

.e-learning h4 {
    color: #666865;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: 1.4em;
}

.e-learning h4:after {
    content: "";
    display: block;
    width: 66%;
    height: 2px;
    margin-top: 5px;
    background: #285f81;
}

.e-learning p.impact {
    color: #4f4f4f;
}

.e-learning_image {
    position: relative;
    background-image: url(/images/home-e-learning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% 50%;
}

.e-learning_image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.e-learning_image img {
    display: block;
    width: 100%;
}

.e-learning_image .text {
    position: absolute;
    color: #FFFFFF;
    z-index: 2;
    bottom: -40px;
    max-width: 100%;
}

.col_1_2.e-learning a {
    text-decoration: none;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 17px;
    font-family: sofia-pro, sans-serif;
}

.col_1_2.e-learning_image .impact {
    font-weight: 200;
    font-size: 44px;
    line-height: 50px;
}

.col_1_2.e-learning {
    color: #FFFFFF;
    background: #285f81;
    transition: all ease 0.75s;
}

.col_1_2.e-learning h4,
.col_1_2.e-learning p.impact {
    color: #FFFFFF;
}

.col_1_2.e-learning h4:after {
    background: #FFFFFF;
}

.col_1_2.e-learning:hover a,
.col_1_2.e-learning:hover a:hover {
    color: #FFFFFF;
}

.e-learning .material-icons {
    position: relative;
    top: 6px;
}

.col_1_2.e-learning a .material-icons {
    color: #FFFFFF;
}

.e-learning_image .tlt_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    opacity: 0.2;
}

.e-learning_image .e-learning_text {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 80%;
    color: #FFFFFF;
    font-size: 2em;
    text-align: right;
}

.join-us {
    background: #F2F0eb;
    font-size: 32px;
    text-decoration:none;
    color:#512683;
    display:block;
    transition:0.5s;
}

.join-us:hover {
    background:#c6c8e7;
}

.join-us:hover {
    text-decoration:none;
    color:rgba(81,38,131,1);
}

.join-us .flex-container {
    justify-content: center;
    align-items: center;
}

.join-us svg {
    display: block;
    height: 120px;
    margin-left: 16px;
    width: 100%;
    max-width: 360px;
}

.review_hover {
    font-size: 2em;
}

.review_hover i.material-icons {
    display: inline-block;
    font-size: 6em;
    text-align: center;
    width: auto;
    margin-bottom: 20px;
}

.review_hover span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.course-find-start .efs .ef {
    color: #cc0000 !important;
    background: unset !important;
    padding:5px;
}

.course-find-start .efs .ef:before {
    font-family: Material Icons;
    content: 'info_circle';
    width: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    overflow: hidden;
}

#home-testimonials-list:hover {
    opacity: 1;
}

.booking-note {
    padding: 10px 20px;
    background: #6f71d7;
    font-weight: 400;
    color: #ffffff;
    display: none;
    font-family: sofia-pro, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top:2px;
    border-radius:3px;
}

.booking-note.active {
    display:block;
}

.book_online span {
    color:#FFFFFF;
    font-style:normal;
}


@media all and (max-width: 1800px) {
    .prices-heart {
        bottom: 10%;
        right: 2%;
        width: 20%;
    }
}

@media all and (max-width: 1600px) {
    .prices-heart {
        bottom: 42%;
        right: 2%;
        width: 15%;
    }
}


@media all and (max-width: 1280px) {
    .book_inhouse .col_1_4 {
        display: none;
    }

    .book_inhouse .col_3_4 {
        width: 100%;
        padding: 0 20px 20px 0;
    }

    .hero-intro {
        width:90%;
    }
}

@media all and (max-width: 1200px) {
    .book_inhouse .col_1_4 {
        padding: 20px 20px 20px 0;
    }

    .book_inhouse .fa-plus-circle {
        font-size: 6em;
    }

    .text {
        padding: 40px;
    }
}

@media all and (max-width: 1048px) {

    #hero.home-hero {
        height: unset!important;
    }

    .hero-title {
        position:relative;
    }

    .row_flex_home {
        flex-wrap:wrap;
    }

    .row_flex_home .col_1_2 {
        width: 100%;
    }

    .row_flex_home .col_1_2.book_inhouse {
        width: calc(70% - 16px);
    }

    .row_flex_home .review-col {
        width: calc(30% - 16px);
    }

    .hero-intro {
        width: 90%;
        margin: 0 auto;
    }

    .col_1_2.book_online, 
    .col_1_2.book_inhouse {
        padding: 20px 20px;
    }

    .prices-heart {
        bottom: 12%;
        width: 19%;
    }

    .book_inhouse .text p.text_content {
        margin: 16px 0 24px 0;
        text-align: left;
        max-width: 270px;
        font-size: 17px;
    }

    .home-hero .hero-title h1 {
        font-size: 24px;
    }

    .course-finder .options {
        height: 50vh;
        overflow: auto;
    }

    .course-finder-container .course-finder .select-arrow {
        margin-right: 0;
    }

}


@media all and (max-width: 960px) {

    .dsa-logo,
    .dsa-content {
        width:100%;
    }

    .ifc-reviews {
        width: 100%;
        border-radius:20px;
    }

    .home-benefits-row ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media all and (max-width: 768px) {

    .blog-item.col-1-3 {
        width:calc(100% - 32px);
    }

    .rf-webinar.marketing-video .col-2-3 {
        padding:10px;
    }

    .book_inhouse h3,
    .book_online h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .rf-webinar .col-1-2,
    #homeIntro .col_1_2.book_online .text {
        padding: 0 10px 10px 10px;
    }

    .ifc-video-testimonial {
        border: none;
        width: 100%;
        margin: 20px 0;
    }

    .ht_full {
        height: 50%;
    }

    .flex_col .col_1_2,
    .col_1_2 {
        width: 100%;
        float: none;
    }

    .text {
        padding: 40px;
        max-width: 100%;
    }

    .book_inhouse .col_3_4 {
        width: 100%;
        padding: 0;
    }

    .book_inhouse .col_1_4 {
        display: none;
    }

    .e-learning_image {
        min-height: 400px;
    }

    .booking_popup .strapline {
        font-size: 18px;
    }

    .booking_popup span,
    .booking_popup a {
        font-size: 14px;
    }

    .book_inhouse .col_1_4 {
        display: block;
    }

    .book_inhouse .col_3_4 {
        width: 75%;
        padding: 20px;
    }
}

@media all and (max-width: 440px) {

    .row_flex_home .col_1_2.book_inhouse,
    .row_flex_home .review-col {
        width:100%;
    }
      
    .book_inhouse .col_1_4 {
        display: none;
    }

    .book_inhouse .col_3_4 {
        width: 100%;
        padding: 0px;
    }

    .col_1_2.e-learning_image .impact {
        line-height: 40px;
        font-size: 30px;
    }

    .home_sectors h2 {
        margin: 20px 0;
        width: 100%;
        font-size: 30px;
    }

    .row_clients h2,
    .row_clients h2 a {
        font-size: 30px;
    }

    .text {
        padding: 20px;
    }

    .book_online input, .book_online select {
        width: 100%;
        box-sizing: border-box;
    }

    .book_online, .book_online h4 {
        font-size:22px;
    }

    .book_online h5 {
        font-size:14px;
    }
}
