/*
Theme Name:     Jupiter Child Theme Adrienne
Theme URI: 	http://artbees.net
Description:    Child theme for the Jupiter theme
Author:         Hosein
Template:       jupiter
Version:        5.9.2
*/



/*

01 - Icon box shortcode.

*/


.mk-box-icon-2-image .mk-box-icon-circle{
    display: inline-block;
    padding: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.custom-icon-box .mk-box-icon-2:hover .mk-box-icon-circle{
    background-color: #f01d3d;
}
.custom-icon-box .mk-box-icon-2:hover .mk-box-icon-circle img{
    -webkit-filter: brightness(3);
    filter: brightness(3);
}
.custom-icon-box .mk-box-icon-2 .mk-box-icon-2-content{
    font-size: 20px !important;
    transition: all 0.2s ease;
    color: #424242;
}
.custom-icon-box .mk-box-icon-2:hover .mk-box-icon-2-content{
    color: #f01d3d;
    font-weight: bold;
}

body {
    overflow-x: clip;
}

/*

02 - Testimonials shortcode.

*/
.mk-testimonial.modern-style .mk-testimonial-content {

    border: 0 !important;
    padding-left:0px !important;
    box-shadow: none !important;

}
.mk-testimonial.modern-style .flex-control-paging{
    padding-left:0px !important;
}
.mk-testimonial.modern-style .flex-control-nav{
    top:auto !important;
    bottom:18px !important;

}
.mk-testimonial.modern-style .flex-control-nav li a svg{
    border-radius: 50%;
    border: 1px solid #f01d3d;
    fill:#f8f8f8 !important;
}
.mk-testimonial.modern-style .flex-control-nav li a.flex-active svg{
    border:none !important;
    height:14px;
    width:14px;
    fill:#f01d3d !important;
    top:1px;
    position:relative;
}
.mk-testimonial.modern-style .mk-testimonial-quote{
    font-weight: normal !important;
    padding: 5px 0px 0 !important;
}
.mk-testimonial-author{
    padding-left: 0px;
    font-size: 18px !important;
}
.flex-control-nav{
    text-align: left !important;
    padding-left: 20PX;
}
.mk-testimonial.modern-style .mk-testimonial-content{
    background-color:#f8f8f8 !important;
}
.mk-testimonial.modern-style .mk-testimonial-content:before{
    display: none !important;
}


/*

03 - Hero Slogan

*/
.hero-slogan{
    position: absolute;
    background-color: rgba(67, 67, 67, 0.44);
    z-index: 10;
    top: 0;
    left: 50%;
    padding: 37px;
    width: 600px;
    max-width: 100%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}
.hero-slogan__title{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.hero-slogan__link{
    color: #fff;
    font-size: 28px;
    padding-top: 21px;
}
.hero-slogan__link a{
    color:#fff;
}
.hero-slogan__link--red{
    color: #f01d3d!important;
    font-size: 19px!important;
    font-weight: bold!important;
}
.hero-slogan__text{
    font-size: 19px !important;
    font-weight: normal !important;
}



/*

04 - red-ielts-btn

*/
body .red-ielts-btn .mk-button{
    box-shadow:none !important;
}
body .red-ielts-btn .mk-button span{
    color:#f01d3d !important;
    text-shadow: none !important;
}
body .red-ielts-btn .mk-button svg{
    fill:#f01d3d !important;
}
body .red-ielts-btn .mk-button .mk-button--icon {
    margin: -2px 3px 0 0 !important;
}
body .red-ielts-btn  .mk-button:hover {
    background-color: transparent !important;
}



/*

05 - tabs shortcode

*/
.mk-tabs-tabs{
    text-align: right;
}
.mk-tabs .mk-tabs-tabs li{
    float:none !important;
    display: inline-block !important;
}
.mk-tabs.simple-style .mk-tabs-tabs{
    position: relative;
}
.mk-tabs.simple-style .mk-tabs-tabs:before {
    content: "ABOUT IELTS";
    text-align: left;
    position: absolute;
    left: 27px;
    top: 26px;
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
}
.mk-tabs.simple-style .mk-tabs-tabs li a {
    padding: 25px 16px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color:#424242;
    transition: all 0.3s ease-in-out;
}
.mk-tabs.simple-style .mk-tabs-tabs li:hover a,
.mk-tabs.simple-style .mk-tabs-tabs li a:hover{
    color:#424242;
}
body .mk-tabs.simple-style .mk-tabs-tabs li.is-active a {
    border-color: #aaa !important;
}
body .mk-tabs .mk-tabs-tab.is-active{
    color:#424242 !important;
}
.mk-tabs.simple-style .mk-tabs-panes {
    padding: 65px 0 15px !important;
    color: #424242 !important;
}



/*

06 - toggle shortcode

*/
.mk-toggle.simple-style .mk-toggle-title{
    font-size: 18px !important;
    font-weight:bold;
}
.mk-toggle.simple-style .mk-toggle-title>.mk-svg-icon{
    transition: all 0.3s;
}
.mk-toggle .mk-toggle-pane{
    background: transparent !important;
}


/*

07 - prepare Page

*/
a.prepare__links {
    padding: 5px 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color:#d9373f;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
body a.prepare__links:hover {
    color:#424242 !important;
}

/*

Learn More Button

*/


.learn-more-btn .mk-button,
.red-view-other .mk-button{
    font-size: 18px;
    background-color: transparent !important;
    color: #f01d3d !important;
    font-weight: bold !important;
    margin-right: 0px !important;
}

.learn-more-btn.mk-button:hover,
.red-view-other.mk-button:hover {
    color: #4d4d4d;
}

.learn-more-btn .mk-button{
    padding-top: 22px;
    padding-left: 40px;
    background: url(images/arrows-5.png) 0px 15px no-repeat;
    background-size: 25px 25px;
}
.learn-more-btn.no-text .mk-button{
    padding-top: 14px !important;
    padding-left: 6px;
    background: url(images/arrows-5.png) center center no-repeat;
    background-size: 25px 25px;
}


/*

back

*/
.back-to-btn{
    margin-right: 0 !important;
}
.back-to-btn .mk-button{
    padding-right: 0 !important;
}
.back-to-btn span{
    font-size: 13px !important;
    color: #424242 !important;
    font-weight: 400 !important;
}
.back-to-btn svg{
    fill:#424242 !important;
}


/*
view other
*/
.red-view-other{
    color:#f01d3d !important;
}

.red-view-other a:hover span{
    color:#2e2e2e;
}

/*
register button
*/
.register-btn .mk-button{
    background-color: #f01d3d !important;
    color:#fff !important;
    font-size: 18px !important;
    border:2px solid #f01d3d !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 12px 9px !important;
    transition: all 0.3s ease-in-out;
}
.register-btn:hover .mk-button{
    background-color: #fff !important;
    color:#f01d3d !important;
}

.register-btn .mk-button span{
    font-size: 18px !important;
}
.register-btn-white .mk-button{
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
    color:#f01d3d !important;
    font-size: 18px !important;
    border:2px solid #f01d3d !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 12px 9px !important;
    font-weight: bold;
}
.register-btn-white:hover .mk-button{
    color: #fff !important;
    background-color:#f01d3d !important;
}
.red-brand-color{
    color:#f01d3d !important;
}

/*
coming soon button
*/
.coming-soon-btn .mk-button{
    background-color: #424242 !important;
    color:#fff !important;
    font-size: 18px !important;
    border:2px solid #424242 !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 12px 9px !important;
    transition: all 0.3s ease-in-out;
    padding-top:14px !important;
}
.coming-soon-btn:hover .mk-button{
    cursor:text;
}

.coming-soon-btn .mk-button span{
    font-size: 18px !important;
}

/*
attachment-icon
*/
.attachment-icon{
    padding-left: 21px;
    background: url(images/attach.png) left center no-repeat;
    color:#f01d3d;
    cursor: pointer;
}
.hidden-file{
    display: none !important;
}
.submit-btn{
    background-color: #f01d3d !important;
    color:#fff !important;
    font-size: 18px !important;
    border:2px solid #f01d3d !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 12px 9px !important;
    width: 100%;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control-wrap{
    width:100% !important;
}
.wpcf7-response-output{
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center !important;
}
.mk-desktop-logo{
    max-width: 300px  !important;
}




/*--------------------------------------------------

Shortcode: custom-follow-us

---------------------------------------------------- */
.custom-follow-us{
    display: block;
    width: 56px;
    display: block;
    width: 56px;
    position: fixed;
    /*right: 0;*/
    left:0 !important;
    top: 45%;
    margin-top: -51px;
    background-color: rgba(252, 252, 252, 0.75);
    z-index:0 !important;
}
.custom-follow-us__socialbar{
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    padding: 13px 0px;
    height: auto;
    overflow: hidden;
}
.custom-follow-us__socialitem{
    display: block;
    margin: 25px auto;
    text-align: center;
}
.custom-follow-us__socialitem svg{
    fill:#aaa;
    height: 24px;
    transition: all 0.2s ease-in-out;
}
.custom-follow-us__icon{
    cursor: pointer;
}
.custom-follow-us:hover .custom-follow-us__socialbar{
    opacity: 1;
    height: auto;
    padding: 20px 0px;
}
.custom-follow-us__socialitem:hover svg{
    fill:#f01d3d;
}




.red-buble .mk-half-layout{
    background-size: contain !important;
    background-position-y: center !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
}
.footer-wrapper .menu li svg{
    display: none !important;
}


.footer-faq .mk-toggle-title i{
    display: none;
}
.footer-faq .mk-faq-toggle .mk-toggle-title{
    font-weight: normal !important;
}
.footer-faq .filter-faq{
    text-align: right;
}
.footer-faq .filter-faq ul li a{
    background: transparent !important;
    background-color: transparent !important;
    color:#f01d3d!important;
}
.footer-faq .mk-faq-toggle .mk-toggle-pane{
    background-color: #fff !important;
}



body .widget-sub-navigation ul li.current_page_item a,
body .widget_nav_menu ul li.current_page_item a,
body .widget_product_categories ul li.current_page_item a,
body .woocommerce-MyAccount-navigation ul li.current_page_item a  {
    background: transparent !important;
    background-color: transparent !important;
    font-weight: normal !important;
}


body .wpgmza_infowindow_link {
    text-align: center;
    background-color: #f01d3d;
    color: #fff;
    font-family: Khula;

}

body .wpgmza_markerbox a {
    color: #424242 !important;
    font-family: khula;
}
body a.wpgmza_infowindow_link {
    color: #fff !important;
    padding: 3px 0px !important;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    font-family: Khula;
    font-weight: bold;
}
a.wpgmza_gd {
    display: none;
}
.wpgmza_infowindow_address{
    margin: 13px 0;
    font-family: khula;
}
body .gm-style-iw div {
    overflow: scroll-y !important;
}


.wpgmza_sl_radius_div,
.wpgmza_sl_category_div,
.wpgmza_sl_reset_button_1,
.sl_use_my_location_1,
.wpgmza_sl_query_innerdiv1,
.wpgmza_sl_query_innerdiv1,
.sl_use_loc,
.wpgmza_sl_search_button_1,
.wpgmza_name_search_field {
    display: none!important;
}
.wpgmza_sl_search_button_1{
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 11px;
    background: url(images/send.png) center center no-repeat;
}
.wpgmza_sl_query_div,
.wpgmza_sl_query_div{
    display: inline-block!important;
    position: relative;
    z-index:9999;
}
.wpgmza_sl_main_div{
    text-align: center;
    margin-bottom: -25px;
    margin-top:50px;
    position: relative;
    left:-50px;
}

.wpgmza_sl_link_div {
    position:relative;
    z-index:0;
    text-align: center;
    margin:0 auto;
    top:-36px;
    left:190px;
    width:100px;
}

.wpgmza_sl_link_div a {
    color:#f01d3d;
    font-weight: bold;
}

.wpgmza_sl_link_div a:hover {
    color:#2e2e2e;
}

.book-descriptor,
#locationSelect{
    display: none !important;
}
.wpgmza_sl_query_innerdiv2{
    position: relative;
    width: 280px;
    max-width: 100%;
    margin-top: -14px;
    margin-bottom: 5px;
}
.wpgmza_sl_query_innerdiv2 .fake-btn {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(images/send.png) center center no-repeat;
    z-index: 10;
    right: 15px;
    top: 13px;
    cursor: pointer;
    background-size: 24px 24px;
}
.addressInput{
    font-size: 14px;
    color: #767676 !important;
    padding: 16px 12px!important;
    background-color: transparent!important;
    border: 1px solid #d4d4d4 !important;
    outline: 0;
    margin-bottom: 4px;
    border-radius: 25px;
}

.addressInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #767676;
    font-weight: bold;
}
.addressInput::-moz-placeholder { /* Firefox 19+ */
    color: #767676;
    font-weight: bold;
}
.addressInput:-ms-input-placeholder { /* IE 10+ */
    color: #767676;
    font-weight: bold;
}
.addressInput:-moz-placeholder { /* Firefox 18- */
    color: #767676;
    font-weight: bold;
}


.about-us-icons .mk-box-icon-2{
    text-align: center;
    width: 25%;
    float: left;
}
.about-us-icons .mk-box-icon-2-image{
    min-height: 94px;
}
.about-us-icons .mk-box-icon-2-image .mk-box-icon-circle {
    padding: 0px;
    background-color: transparent !important;
}
.prepare-ielts .mk-text-block p,
.check-result-page .mk-text-block p,
.about-us-tab .mk-text-block p{
    margin-bottom: 30px;
    color:#424242 !important;
    font-size: 18px;
    font-family:khula;
    text-align: justify;
}
.prepare-ielts .mk-text-block  ul li a,
.check-result-page .mk-text-block  ul li a,
.about-us-tab .mk-text-block  ul li a{
    color:#424242!important;
}

.prepare-ielts .mk-text-block  ul li a:hover,
.check-result-page .mk-text-block  ul li a:hover,
.about-us-tab .mk-text-block  ul li a:hover {
    color:#424242!important;
}

.about-us-tab .mk-text-block  ul {
    margin-left:0;
}

.about-us-tab .mk-text-block  ul li {
    list-style: none;
    padding-left:0;
    margin-left:0;
    margin-bottom:5px;
}

body .prepare-ielts .mk-text-block p ul li a:hover,
body .check-result-page .mk-text-block p ul li a:hover,
body .about-us-tab .mk-text-block p ul li a:hover{
    color:#424242!important;
}

.about-us-tab .mk-text-block a{
    color:#424242 !important;
    font-size: 18px;
}
body .about-us-tab .mk-text-block p strong {
    color: #a9a9a9;
}



/*
specify text(about us))
*/
.specifytxt{
    font-size: 20px;
    font-family: khula;
    color: #95989a;
    margin-bottom: 50px;
}
.specifytxt__top{
    padding-bottom: 10px;
}
span.specifytxt__big {
    font-size: 40px;
    font-weight: bold;
    color: #434343;
    letter-spacing: 2px;
}
.specifytxt__normal{
    font-weight: 300;
}





p.wpgmza_infowindow_description{
    line-height: 14px;
    margin: 13px 0 28px 0!important;
}

p.wpgmza_infowindow_description a:hover,
p.wpgmza_infowindow_address a:hover {
    color:#f01d3d !important;
}

body p.wpgmza_infowindow_address {
    line-height: 16px;
    padding: 26px 0 11px 0!important;
    color:#424242 !important;


}
body p.wpgmza_infowindow_address::before {
    content: "Address";
    display: block;
    font-weight: 600;
    font-size: 15px;
    font-family: khula;
    padding-bottom: 5px;
    color:#4d4d4d !important;
    text-transform: uppercase;
}
body p.wpgmza_infowindow_description::before {
    content: "Contact";
    display: block;
    font-weight: 600;
    font-size: 15px;
    font-family: khula;
    padding-bottom: 5px;
    color:#4d4d4d !important;
    text-transform: uppercase;

}
p.wpgmza_infowindow_description a {
    line-height: 18px;
}

body p.wpgmza_infowindow_link {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.wpgmza_markerbox.scrollFix {
    transform: translateX(12px);
}
body p.wpgmza_infowindow_title {
    padding-top: 16px !important;
    text-transform: uppercase;
}







.overlay-slider{

    color: #f01d3d;
    font-size: 17px;
    font-weight: 400;
    background: rgba(243, 243, 243, 0.82);
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.overlay-slider:hover{
    background: rgba(243, 243, 243, 0.92);
}
.overlay-slider a,
.overlay-slider a:hover{
    color: #f01d3d;
    font-size: 18px;
    display: block;
    padding: 21px 0 17px 0;
    font-weight: bold;

}

div#mk-boxed-layout {
    margin-bottom: 70px;
}






body .ig_headline {
    color: #DA093E !important;
    font-size: 1.5em !important;
}
.center__item{
    margin-bottom: 20px;
    text-align: center;
}
.center__title,
.center__title a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #878787;

}
.center__title {
    margin-bottom: 2px;
}
.center__desc{
    color:#878787;
    font-size: 18px;
}



/*



*/
.custom_widgettitle{
    border-bottom:5px solid rgba(128,128,128,.2);
    font-weight: bold;
    display: inline-block;
}
body .info-page-toggle .mk-toggle-title{
    font-size: 15px !important;
    display: inline-block;
    line-height: 28px;
    color: #f01d3d;
}
body .info-page-toggle .mk-toggle-title svg{
    fill:#f01d3d;
}
.mk-fancy-table.cookie-tb th{
    background: transparent !important;
    background-color: transparent !important;
}
body .mk-fancy-table.cookie-tb row{
    background-color: #f7f7f7 !important;
}
body .mk-fancy-table.cookie-tb row:nth-child(odd){
    background-color: #fff !important;
}
.mk-text-block p a {
    color: #e31837;
}

body .master-holder strong {
    color: #515151;
}



.wpcf7-form .wpcf7-textarea{
    width: 100%!important;
}
.wpcf7-form  .row input {
    float: left;
    margin-right: 24px;
    /*border: 1px solid #aaaaaa;*/
    border: 1px solid #eeeeee;
    color: #515151;
    /*margin-bottom: 24px;*/
    margin-bottom: 12px;
    width: 100%;
    color:#424242 !important;
}

.wpcf7-form  .row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #424242;
}
.wpcf7-form  .row input::-moz-placeholder { /* Firefox 19+ */
    color: #424242;
}
.wpcf7-form  .row input:-ms-input-placeholder { /* IE 10+ */
    color: #424242;
}
.wpcf7-form  .row input:-moz-placeholder { /* Firefox 18- */
    color: #424242;
}

.wpcf7-form .submit{
    width: 100%;
    margin: 20px 0;
}
.wpcf7-form .wpcf7-textarea {
    width: 100%!important;
    margin-bottom: 20px;
    /*border: 1px solid #aaaaaa;*/
    border: 1px solid #eeeeee;
    color: #424242 !important;
}

.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #424242;
}
.wpcf7-form .wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
    color: #424242;
}
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder { /* IE 10+ */
    color: #424242;
}
.wpcf7-form .wpcf7-textarea:-moz-placeholder { /* Firefox 18- */
    color: #424242;
}

body .wpcf7-form .submit input{
    width: 100%;
    color: #fff;
    background: #f01d3d;
    border: none;
    border-radius: 0;
    line-height: 22px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    border:1px solid #f01d3d;
}
body .wpcf7-form .submit input:hover{
    background: #fff;
    color: #f01d3d;
}
.sitemap-links a {
    color:#999999 !important;
    padding-left: 30px;
}

.sitemap-links a:hover {
    color:#f01d3d !important;
}


.standard-red-btn a.mk-button{
    color: #fff!important;
    background: #f01d3d!important;
    border-radius: 0!important;
    line-height: 22px;
    font-size: 15px!important;
    transition: all 0.3s ease-in-out;
    border:2px solid #f01d3d!important;
    font-size: 18px !important;
    padding: 12px 30px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}
.standard-red-btn:hover a.mk-button{
    color: #f01d3d!important;
    background: #fff!important;
}




/*

Blog

*/
.mk-blog-thumbnail-item .featured-image {
    display: none;
}
.mk-blog-thumbnail-item .item-wrapper{
    width: 100%;
}
.mk-blog-thumbnail-item  h3.the-title,
.mk-blog-thumbnail-item  h3.the-title a{
    color:#f01d3d !important;
}
.mk-blog-thumbnail-item .mk-button--dimension-outline.skin-dark{
    background-color: #f01d3d;
    border-color:#f01d3d !important;
    color:#fff!important;
}
.mk-blog-thumbnail-item .mk-button--dimension-outline.skin-dark:hover{
    border-color:#f01d3d !important;
    color:#f01d3d !important;
    background-color: #fff !important;
}

.mk-image-lightbox {
    margin: -50px 0 0 -50px !important;
}

span.mk-fancy-title{
    line-height: 1.6em;
}
body span.mk-fancy-title a{
    color:inherit;
}
body .mk-image-inner .mk-image-overlay{
    background-color: #fff !important;
}
body .mk-image-inner .mk-image-lightbox{
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
body .mk-image-inner .mk-image-lightbox svg{
    display: none;
}
.border-col{
    margin: 0 40px;
    width: calc(33% - 80px);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 30px;
}




.have-border-cols .border-cols-first{
    padding-right: 40px;
}
.have-border-cols .border-cols-mid{
    border-left: 1px solid #dadcdc;
    border-right: 1px solid #dadcdc;
    padding-left: 80px;
}
.have-border-cols .border-cols-last{
    padding-left: 40px;
}
#mk-header-2 .mk-header-bg,
#mk-header-3 .mk-header-bg {
    background-color: transparent !important;
}

#mk-header-3 .mk-header-inner {
    position: relative;
    left:-15px;
    width:102.5%;
}

.mk-header-inner {
    /*border-bottom:none !important;*/
}

.mk-image .mk-image-inner img.lightbox-false {
    max-height:84px;
    width:auto;
}

.mk-image .mk-image-inner img[alt*="city"].lightbox-false,
.mk-image .mk-image-inner img[alt*="province"].lightbox-false {
    max-height:152px;
    width:auto;
}

.mk-image .mk-image-inner img[alt*="Ielts"].lightbox-false {
    max-height:152px;
    width:auto;
}

.mk-image-holder {
    width: auto !important;
}

#mk-page-introduce {
    background:#FFF !important;
}

.page-align-title {
    position:relative;
    /*left:27px;*/
    left:0 !important;
    padding-top:0 !important;
    padding-bottom:12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#mk-tabs-2,
#mk-tabs-3 {
    margin-top:-24px !important;
}

/*#mk-tabs-tabs-2,
#mk-tabs-tabs-3 {
    position:relative;
    padding-bottom:0 !important;
    padding-top:0 !important;
}*/

.mk-tabs.simple-style .mk-tabs-tabs:before {
    font-weight: bold;
    left:0 !important;
    color: black !important;
}

.mk-tabs.simple-style .mk-tabs-tabs li a {
    padding: 25px 16px !important;
}

.mk-tabs.simple-style .mk-tabs-tabs li a,
.mk-tabs.simple-style .mk-tabs-tabs li.is-active a {
    padding-bottom: 41px !important;
}

#menu-register-for-ielts > li.current-menu-item > a.menu-item-link {
    color:#f01d3d !important;
}

#menu-item-454 .menu-item-link {
    padding-left:0 !important;
}

.mk-header-nav-container.one-row-style.menu-hover-style-2 {
    left: -12px;
}

.back-to-btn span:hover {
    color: #4d4d4d !important;
}

#mk-button-3 {
    margin-top:-10px !important;
}

#divider-4 {
    padding: 6px 0 20px !important;
}

#divider-4 .divider-inner {
    border-top-width: 2px !important;
}

h2#fancy-title-2.mk-fancy-title.simple-style.color-single {
    font-weight:bold;
    padding-top: 2px !important;
    padding-bottom:18px !important;
}

.register-btn .mk-button,
.register-btn-white .mk-button {
    padding-top:15px !important;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
.gmnoprint:not(.gm-bundled-control) {
    display: none;
}
.gm-bundled-control .gmnoprint {
    display: block;
}

#mk-footer .widget:not(.widget_social_networks) a {
    color:#424242 !important;
}

#mk-footer-navigation li a:hover,
#mk-footer .widget:not(.widget_social_networks) a:hover {
    color:#f01d3d !important;
}

.what-is-ielts-row > .vc_col-sm-3 > .vc_column_inner {
    padding-left:0 !important;
}

.master-holder h6, .custom-ms-desc {
    color:#424242;
}

.ms-thumb-frame-selected .custom-ms-desc {
    color:#222;
}

#fancy-title-16 {
    line-height: 16px !important;
}

#fancy-title-16.mk-fancy-title.simple-style.color-single {
    line-height: 1.6em !important;
}

.vc_col-sm-6 .vc_column-inner .wpb_wrapper span.mk-fancy-title.simple-style.color-single:first-child a {
    color:#2e2e2e;
}

.vc_col-sm-6 .vc_column-inner .wpb_wrapper span.mk-fancy-title.simple-style.color-single a:hover,
.wpb_column span.mk-fancy-title.simple-style.color-single a:hover {
    color:#f01d3d;
}

#padding-6.mk-padding-divider {
    height:0px !important;
}

/*#padding-19.mk-padding-divider {
    height:95px !important;
}*/

/* PARALLAX */
.vc_custom_1502993053584 {
    /*overflow:hidden;*/
}

.master-slider {
    z-index:100;
}

.parallax-container {
    position:relative;
    /*width:726px;*/
    /*width:100%;*/
    width:25vw;
    /*height:648px;*/
    /*height:36vh;*/
    display:block;
    /*left:-85px;*/
    left:0;
}

.circles {
    background: #f01d3d;
    border-radius: 50%;
    position:relative;
    font-family: Khula;
    text-align: center;
    color:#FFF;
    position: absolute;
    display: block;
    z-index:0;
}

.circles p {
    position:relative;
    color:#FFF;
    line-height: 1.26em;
}

#parallax {
    /*width:100%;*/
    width:25vw;
    /*height:648px;*/
    /*height:36vh;*/
    /*max-width:940px;
    max-height:648px;*/
    max-width:25vw;
    max-height:36vh;
    position:relative;
    display:block;
}

#circle_1 {
    /*width: 290px;
    height: 290px;*/
    width: 15.1vmax;
    height: 15.1vmax;
    /*top:26px;
    left:396px;*/
    top:1vh;
    left:70%;
    z-index:98;
}

#circle_1 p.number-title {
    font-weight: bold;
    /*top:60px;*/
    top:6.31vh;
    /*font-size:60px;*/
    font-size:3.1vmax;
    line-height: 1.66em;
}

#circle_1 p {
    /*top:21px;*/
    top:1.91vh;
    /*font-size:20px;*/
    font-size:1.03vmax;
}

#circle_2 {
    /*width: 243px;
    height: 243px;*/
    width: 12.65vmax;
    height: 12.65vmax;
    /*top:250px;
    left:125px;*/
    top:20vh;
    left:22.10%;
    z-index:98;
    display:block;

}

#circle_2 p.number-title {
    font-weight: bold;
    /*top:42px;*/
    top:4vh;
    /*font-size:52px;*/
    font-size:2.69vmax;
    line-height: 1.66em;
}

#circle_2 p {
    /*top:2px;*/
    top:0.5vh;
    /*font-size:19px;*/
    font-size:0.98vmax;
}

#circle_3 {
    /*width: 175px;
    height: 175px;*/
    width:10.61vmax;
    height:10.61vmax;
    /*top:427px;
    left:416px;*/
    top:40vh;
    left:73.54%;
    z-index:97;
}

#circle_3 p.number-title {
    font-weight: bold;
    /*top:21px;*/
    top:1.2vh;
    /*font-size:46px;*/
    font-size:2.38vmax;
    line-height: 1.66em;
}

#circle_3 p {
    /*top:-16px;*/
    top:-2.3vh;
    /*font-size:18px;*/
    font-size:0.93vmax;
}

#circle_3 p.lead {
    top:4.0vh;
}

#circle_4 {
    /*width: 64px;
    height: 64px;*/
    width:3.33vmax;
    height:3.33vmax;
    /*top:92px;
    left:786px;*/
    top:3.54vh;
    left:138.93%;
}

#circle_5 {
    /*width: 40px;
    height: 40px;*/
    width:2.08vmax;
    height:2.08vmax;
    /*top:465px;
    left:798px;*/
    top:42.02vh;
    left:141.06%;
}

#circle_6 {
    /*width: 37px;
    height: 37px;*/
    width:1.93vmax;
    height:1.93vmax;
    /*top:370px;
    left:624px;*/
    top:33.44vh;
    left:110.30%;
}

#circle_7 {
    /*width: 29px;
    height: 29px;*/
    width:1.51vmax;
    height:1.51vmax;
    /*top:573px;
    left:259px;*/
    top:51.79vh;
    left:45.78%;
}

#circle_8 {
    /*width: 29px;
    height: 29px;*/
    width:1.51vmax;
    height:1.51vmax;
    /*top:80px;
    left:300px;*/
    top:7.24vh;
    left:53.03%;
}

#circle_9 {
    /*width: 28px;
    height: 28px;*/
    width:1.46vmax;
    height:1.46vmax;
    /*top:314px;
    left:756px;*/
    top:28.39vh;
    left:133.64%;
}

#circle_10 {
    /*width: 17px;
    height: 17px;*/
    width:0.89vmax;
    height:0.89vmax;
    /*top:546px;
    left:153px;*/
    top:49.35vh;
    left:27.05%;

}

#circle_11 {
    /*width: 16px;
    height: 16px;*/
    width:0.83vmax;
    height:0.83vmax;
    /*top:631px;
    left:452px;*/
    top:57.03vh;
    left:79.90%;
}

#circle_12 {
    /*width: 16px;
    height: 16px;*/
    width:0.83vmax;
    height:0.83vmax;
    /*top:431px;
    left:652px;*/
    top:38.96vh;
    left:115.25%;
}

#circle_13 {
    /*width: 16px;
    height: 16px;*/
    width:0.83vmax;
    height:0.83vmax;
    /*top:130px;
    left:179px;*/
    top:11.75vh;
    left:31.64%;
}

#circle_14 {
    /*width: 16px;
    height: 16px;*/
    width:0.83vmax;
    height:0.83vmax;
    /*top:363px;
    left:437px;*/
    top:32.81vh;
    left:77.25%;
}

/* FAQ Filter */
.filter-faq.simple-style {
    display:none !important;
}

#most-popular, #most-popular-icons {
    margin-left:-10px !important;
}

/* Blockquote */
blockquote:before {
    background-image: none !important;
}

.mk-blog-author {
    display:none !important;
}

.mk-button--dimension-outline.mk-button--size-medium, .mk-button--dimension-savvy.mk-button--size-medium {
    padding-top:17px !important;
}

.category-news h2.blog-single-title {
    display:none !important;
}

#mk-page-introduce h1.page-title {
    font-weight: bold;
    position: relative;
    top:12px;
    letter-spacing: normal;
}

/* About Us */
#mk-tabs-2 #fancy-title-3,
#mk-tabs-2 #fancy-title-10,
#mk-tabs-2 #fancy-title-11,
#mk-tabs-2 #text-block-4 p,
.mk-box-icon-2 h3.mk-box-icon-2-title,
.specifytxt__normal,
li.mk-tabs-tab a,
.main-navigation-ul > li.menu-item > a.menu-item-link {
    color:#424242 !important;
}

li.mk-tabs-tab a:hover {
    color:#424242;
}

/* Main Nav */
#menu-item-1491 a {
    color:#f01d3d !important;
    text-decoration: underline;
}

/* Tables */
.mk-fancy-table.table-style1.cookie-tb th {
    color:#424242;
}

.mk-fancy-table.table-style1.cookie-tb tr td {
    border-right: 1px solid #CCC;
    border-left:0;
}

#FAQ-SECTION div.mk-toggle.simple-style span.mk-toggle-title {
    font-weight: bold;
}

div.ms-bullet {
    background:#424242 !important;
}

div.ms-bullet.ms-bullet-selected {
    background:#fff !important;
}

div.ms-info h6.custom-ms-title {
    color:#404040 !important;
    font-weight: bold;
}

div.ms-info div.custom-ms-desc {
    color:#424242 !important;
}

div.ms-gal-thumbtoggle.btn-hide,
.ms-gallery-template .ms-gal-thumbtoggle,
.ms-slide-vcbtn {
    display: none !important;
}

.ms-gal-playbtn {
    background:none !important;
}

.ms-gal-playbtn:hover {
    cursor: default !important;
}

.ms-gallery-template .ms-bullets.ms-dir-h {
    right: 50% !important;
}

.title-arrow:after {
    /*background: url(images/arrows-5.png) center right no-repeat;*/
    content: url(images/arrows-5.png);
    float:right;
    position:relative;
    display:inline;
    margin-left:-35px;
    right:-30px;
    top:-35px;
}

.title-arrow:hover:after {
    cursor: pointer;
}

/*
Responsive fix
Added By Hossein
*/
@media(max-width:767px){
    h3.hero-title-2{
        margin-top:85px !important;
    }
}

@media(max-width:480px){

    body #addressInput_1.addressInput{
        width: 230px !important;
    }
    .wpgmza_sl_query_innerdiv2{
        padding-left: 0px;
        width: 100%!important;
    }
    .wpgmza_sl_query_innerdiv2 .fake-btn {
            right: 19px !important;

    }
    .wpgmza_sl_link_div {
        left: 144px !important;
    }
    .mk-tabs-pane-content .mk-box-icon-2-title{
        font-size:12px !important;
    }
    .wpgmza_sl_main_div {
        padding-left: 0px !important;
        left:0 !important;
    }
    .hero-title-1{
        font-size: 25px !important;
    }
    .hero-title-2{
        font-size: 22px !important;
    }
    h3.hero-title-2 {
        margin-top: 100px !important;
        font-size: 18px !important;
    }
    .wpgmza_sl_link_innerdiv1{
        margin-top: 15px;
    }

}

/* NEW TEST CENTER BANNER MAP */

div.ielts-new {
    margin-bottom:0 !important;
    overflow: visible !important;
}

div.ielts-new .box-holder {
    padding:0 !important;
    margin:0 !important;
    background-color: #f01d3d;
    min-height:1px !important;
    height:30px;
    position: relative;
    margin-bottom:-30px !important;
    z-index: 300;
    color:#FFF;
    text-align:center;
}

div.ielts-new .box-holder:before {
    text-transform: uppercase;
    content: "New";
    font-weight: bold;
    font-size: 19px;
    position: relative;
    top:6px;
    font-family:"Khula";
}

/* Additional Pages & Sections (27.10.2017) */

a.link-arrow {
 padding-left:12px !important;
    color:#e31837 !important;
    font-weight:600;
    margin-top:20px;
}

a.link-arrow:hover {
    color:#424242!important;
}

a.link-arrow:before {
    content: url(images/arrows-5.png);
    float:left;
    position:relative;
    display:inline;
    margin-left:0;
    left:0;
    top:-3px;
}

.about-us-tab .mk-text-block a.link-arrow {
 padding-left:12px !important;
    color:#e31837 !important;
    font-weight:600;
}

.about-us-tab .mk-text-block a.link-arrow:hover {
    color:#424242!important;
}

.about-us-tab .mk-text-block a.link-arrow:before {
    content: url(images/arrows-5.png);
    float:left;
    position:relative;
    display:inline;
    margin-left:0;
    left:0;
    top:-3px;
}

.ielts-for .mk-text-block p {
    margin-bottom:20px !important;
}

/* NEW TEST CENTRES + HEADPHONES ICONS */

body .master-holder strong {
    color:#515151 !important;
}

.wpgmza_markerbox > div.headphones:before,
.headphones p:before,
h2.mk-fancy-title.headphones:before {
    content: "\f025";
    font-family: "FontAwesome";
    color:#e31837 !important;
    padding-right:5px;
    font-weight: normal;
}

h2.mk-fancy-title.new-test-centre:after {
    content: "New";
    color:#e31837 !important;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
    padding-left:1px;
}

div.infowindow-title-new {
    color:#e31837 !important;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
    padding-left:1px;
}

i.fa {
    color:#e31837 !important;
}

div.headphones,
div.headphones p {
    color:#e31837 !important;
    font-weight:600;
    font-size:17px;
    margin-bottom:0;
}

.new-test-centre-active {
    display:none;
}

.over-3m-cta h3.mk-fancy-title {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
}

.over-3m-cta h3.mk-fancy-title span p {
    font-family: "Archivo Black" !important;
    color:#FFF !important;
    font-size:30px !important;
    font-weight: 500 !important;
}

.vc_custom_1509334951037 {
    padding-top: 2% !important;
}

a.read-more-arrow {
    color:#FFF !important;
    font-size:20px !important;
    font-weight:500 !important;
    position: relative;
    left:-24px;
}

a.read-more-arrow:hover {
    border-bottom:1px solid #FFF;
}

a.read-more-arrow:after {
    content: url(images/arrow-white.jpg);
    position: relative;
    right:-5px;
    top:3px;
    margin-right:-24px;
}

/* ABOUT */

.about-us-icons h3 {
    position: relative;
    top:-32px;
    text-transform: none;
}

#about-circles {
    width:115% !important;
    float: left;
    position: relative;
    top:-32px !important;
}

.circles-about {
    background: #f01d3d;
    border-radius: 50%;
    position:relative;
    font-family: Khula;
    text-align: center;
    color:#FFF;
    position: absolute;
    display: block;
    z-index:0;
    top:0%;
}

.circles-about p {
    position:relative;
    color:#FFF;
    line-height: 1.26em;
}

#col1-circle,
#col2-circle,
#col3-circle {
    width:21%;
    float:left;
    height:7.11vmax;
    margin-right:7.0vmax;
}

#col3-circle {
    margin-right: 0 !important;
}

#col1-circle p,
#col2-circle p,
#col3-circle p {
    position: relative;
    bottom:0;
    text-align: center;
    font-size: 17px;
    clear:left;
    color: #424242;
}

#circle-test-centres,
#circle-organisations,
#circle-3m {
    width:9.11vmax;
    height:9.11vmax;
    top:0vh;
    left:0%;
    z-index:97;
    float:left;
    position: relative;
    margin-bottom:22px;
}

#circle-test-centres p.number-title,
#circle-organisations p.number-title,
#circle-3m p.number-title {
    font-weight: bold;
    top:5.1vh;
    font-size:2.38vmax;
    line-height: 1.66em;
    color: white !important;
}

#circle-test-centres p,
#circle-organisations p,
#circle-3m p {
    top:-1.2vh;
    font-size:0.93vmax;
    clear:left;
}

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

    #circle-test-centres,
    #circle-organisations,
    #circle-3m {
        left:12%;
    }

}

/* OVERLAY FOOTER PERSISTENT BAR */

.overlay-slider {
    padding: 21px 0 17px 0;
}

.overlay-slider a {
    display: inline !important;
}

.overlay-slider i,
.overlay-slider p {
    display: inline !important;
    margin-left:10px;
    color:#f01d3d;
}

.overlay-slider p {
    font-weight:bold;
    font-size: 18px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {

    .overlay-slider a {
        display:block !important;
        margin-bottom:1px !important;
        padding-bottom:0 !important;
    }

}

/* OVERLAY */

.ig_popup, .ig_popup .ig_bg_overlay, .ig_popup .ig_content {
    background-color: #ffff00 !important;
}

.ig_popup.ig_air-mail {
    border-image:none !important;
    -o-border-image:none !important;
    -webkit-border-image:none !important;
    -moz-border-image:none !important;
    border-width:0px !important;
}

.ig_popup.ig_air-mail .ig_message {
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.ig_close {
    display:none;
}

#ielts-test-prep {
    position: relative;
    left:0.7%;
}

.left-col {
    width:49%;
    float:left;
    padding:3%;
    text-align: center;
    border-right:20px solid #e31837;
    padding-left:0 !important;
    padding-right:0 !important;
    background-color:#FFF !important;
}

.right-col {
    width:49%;
    float:left;
    height:773px;

    background-image: url("/wp-content/themes/jupiter-child-ielts/images/right-cta-full.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.row {
    margin-top:0px;
    margin-bottom:40px;
    float:left;
    clear:left;
    width:100%;
}

.row.headline {
    margin-top:50px;
}

.headline h2 {
    color: #f01d3d;
    margin-bottom:0 !important;
    font-size: 2.1em !important;
}

.row.text {
    width:80%;
    position: relative;
    left:10%;
}

.row.text p > a {
    color:#f01d3d;
}

.row.text p > a:hover {
    color: #2e2e2e;
}

.row.text.info p > a {
    color:#424242;
}

.row.text.info p > a:hover {
    color: #f01d3d;
}

.row.icons {
    width:60%;
    position: relative;
    left:20%;
}

.col-25 {
    float:left;
    width:25%;
}

.col-25 img {
    width: auto;
    height:50px;
}

.logo img {
    width:450px;
    height:auto;
}

/* DESKTOP */
@media only screen and (min-width: 1440px) {

    .ig_popup {
        width:95% !important;
        max-width: 3600px !important;
    }

}

/* LAPTOPS */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .ig_popup {
        width:88% !important;
    }

    .left-col {
        padding:0;
    }

    .row {
        margin-bottom:31px;
    }

    .headline h2 {
        font-size: 1.7em !important;
    }

    .col-25 img {
        height:35px;
    }

    .right-col {
        height:596px;
    }

    .logo img {
        width:325px;
    }

}

/* TABLETS */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {

    #ielts-test-prep {
        left:0;
    }

    .left-col {
        width:99%;
        border:2px solid #e31837;
    }

    .headline h2 {
        font-size: 1.3em !important;
    }

    .row.icons {
        width:80%;
        left:10%;
    }

    .right-col {
        display:none;
    }

    .logo img {
        width:325px;
    }

}

/* PHONES */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {

    #ielts-test-prep {
        left:0;
    }

    .left-col {
        width:99%;
        border:2px solid #e31837;
    }

    .headline h2 {
        font-size: 1em !important;
    }

    .row {
        margin-bottom:25px;
    }

    .row.icons {
        width:99%;
        left:18%;
    }

    .col-25 {
        width:15%;
    }

    .col-25 img {
        height:25px;
    }

    .right-col {
        display:none;
    }

    .logo img {
        width:225px;
    }

}

/* EVENTS */

.events {
    float:left;
    border-bottom:2px solid #f0eeec;
}

.event {
    width:100%;
    float:left;
    padding-top:40px;
    border-top:2px solid #f0eeec;
    margin-bottom:0px;
}

.left-col-event {
    width:25%;
    float:left;
}

.mk-text-block .event .left-col-event p {
    text-transform: uppercase;
    font-size: 21px;
    color:#e31837 !important;
    margin-bottom:-12px !important;
}

.mk-text-block .event .left-col-event p span.bold {
    font-weight:700;
    font-size:27px;
}

.right-col-event {
    width:75%;
    float:left;
}

.master-holder .right-col-event h3 {
    top:0 !important;
    text-transform: uppercase !important;
    width:85%;
    color:#4d4b4b !important;
}

.master-holder .mk-text-block .event .right-col-event h3 a {
    color: #4d4b4b !important;
    font-size:24px;
}

.master-holder .mk-text-block .event .right-col-event h3 a:hover {
    color: #e31837 !important;
}

.mk-text-block .event .right-col-event p {
    font-size:15px;
    text-align: left;
    width:95%;
    color:#c6c2c0 !important;
    margin-bottom:16px !important;
    color:#424242!important;
}

.mk-text-block .event .right-col-event p a {
    color:#898585 !important;
}

.mk-text-block .event .right-col-event p a:not([target="_blank"])[href^="mailto"] {
    font-size:15px !important;
}

.mk-text-block .event .right-col-event p a:hover {
    color: #e31837 !important;
}

.mk-text-block .event .right-col-event p a:before {
    content:url('/wp-content/themes/jupiter-child-ielts/images/event-external-link-icon.png');
    position:relative;
    padding-right:8px;
}

.mk-text-block .event .right-col-event p a:not([target="_blank"])[href^="mailto"]:before {
    content:'';
    position:relative;
    padding-right:0px;
}

div.see-more {
    margin-top:12px;
    position: relative;
    z-index:10;
}

div.see-more p a:before {
    content:url('/wp-content/themes/jupiter-child-ielts/images/arrows-5.png');
    position:relative;
    padding-right:10px;
    position:relative;
    top:9px;
}

#mk-page-id-1952 {
    margin-top:0 !important;
}

#mk-page-id-1952 > div.theme-content {
    /*padding-top:0 !important;*/
}

.events-page {

}

.events-page div.events {
    border-bottom: none !important;
}

.events-page div.events div.event {
    border-top:none !important;
    border-bottom:2px solid #f0eeec;
}

.ig_action_bar.ig_hello.ig_container {
    background-color:transparent !important;
    border:none !important;
}

/* TEACHER TESTIMONIALS */

#teachers-info div.modern-style {
    position:relative;
    top:-40px;
    margin-bottom:-30px;
    z-index:0;
}

#teachers-info ul li.testimonial-item div.mk-testimonial-content,
#teachers-info ul li.testimonial-item div.mk-testimonial-content > span.mk-testimonial-author,
#teachers-info ul li.testimonial-item div.mk-testimonial-content > p.mk-testimonial-quote {
    padding:4% !important;
    color:#FFF !important;
}

#teachers-info ul li.testimonial-item:before {
    content:url('/wp-content/themes/jupiter-child-ielts/images/quotes-icon.png') !important;
    position: relative;
    left:-12%;
    top:78px;
}

#teachers-info ul li.testimonial-item div.mk-testimonial-content {
    background-color:#e31837 !important;
    border-radius: 8px !important;
}

#teachers-info ul li.testimonial-item div.mk-testimonial-content > span.mk-testimonial-author {
    margin-top:0 !important;
    position:absolute;
    bottom:0;
    right:4%;
    float:right;
    padding-top:0 !important;
}
.mk-testimonial-quote{
  color: #424242 !important;
}
#teachers-info ul li.testimonial-item div.mk-testimonial-content > p.mk-testimonial-quote {

}

#teachers-info .mk-testimonial.modern-style .flex-control-nav {
    bottom:8px !important;
}

/* Prepare for IELTS v2 */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {

  .img-hover {
    text-align: center !important;
  }

  .brochure-lang-2, .brochure-lang-3, .brochure-lang-last {
    left:0% !important;
  }

  .free-bubble img, .bubble-3 img, .bubble-5 img {
    left:131% !important;
    top:-10px !important;
  }

  .img-side-text .vc_column-inner {
    padding-left:0;
    padding-right:0;
    position: relative;
    left:20%;
  }

  .vc_column_container > .vc_custom_1518031690922,
  .vc_column_container > .vc_custom_1518031683507 {
    padding-left:0;
    padding-right:0;
  }

  .vc_column_container > .vc_custom_1518031683507 {
    margin-bottom: 20px;
  }

}

/* Centre Icons */
#centre-icons {
    margin-bottom:18px;
}

#centre-icons .vc_column_container {
    /*width: 21% !important;*/
    text-align: center;
}

#centre-icons .vc_column-inner {
    padding:0 !important;
}

#centre-icons .vc_column-inner .wpb_single_image {
    margin:0 !important;
    margin-bottom:20px !important;
    display:inline;
}

#centre-icons .vc_column-inner .wpb_single_image img {
    max-width:68% !important;
    position: relative;
}

/* Icons Legend */
#icons-legend img {
    max-width:75% !important;
}

/* Icons with Phrase */
.hq-audio-icon,
.headphones-audio-icon,
.pretest-icon,
.computer-delivered-icon {
    position: relative;
    margin-left:3px;
    top:10px !important;
    width:333px !important;
    color: #e31837 !important;
    padding-top: 15px !important;
}

.hq-audio-icon span,
.headphones-audio-icon span,
.pretest-icon span,
.computer-delivered-icon span {
    color: #e31837 !important;
    font-weight:normal !important;
    font-size:17px !important;
}

.hq-audio-icon span,
#fancy-title-10.headphones-audio-icon span,
#fancy-title-10.hq-audio-icon span,
#fancy-title-10.pretest-icon span,
#fancy-title-10.computer-delivered-icon span,
#fancy-title-11.headphones-audio-icon span,
#fancy-title-11.hq-audio-icon span,
#fancy-title-11.pretest-icon span,
#fancy-title-11.computer-delivered-icon span,
#fancy-title-12.headphones-audio-icon span,
#fancy-title-12.hq-audio-icon span,
#fancy-title-12.pretest-icon span,
#fancy-title-12.computer-delivered-icon span,
#fancy-title-13.headphones-audio-icon span,
#fancy-title-13.hq-audio-icon span,
#fancy-title-13.pretest-icon span,
#fancy-title-13.computer-delivered-icon span,
#fancy-title-14.headphones-audio-icon span,
#fancy-title-14.hq-audio-icon span,
#fancy-title-14.pretest-icon span,
#fancy-title-14.computer-delivered-icon span,
#fancy-title-15.headphones-audio-icon span,
#fancy-title-15.hq-audio-icon span,
#fancy-title-15.pretest-icon span,
#fancy-title-15.computer-delivered-icon span,
#fancy-title-16.headphones-audio-icon span,
#fancy-title-16.hq-audio-icon span,
#fancy-title-16.pretest-icon span,
#fancy-title-16.computer-delivered-icon span,
#fancy-title-17.headphones-audio-icon span,
#fancy-title-17.hq-audio-icon span,
#fancy-title-17.pretest-icon span,
#fancy-title-17.computer-delivered-icon span,
#fancy-title-18.headphones-audio-icon span,
#fancy-title-18.hq-audio-icon span,
#fancy-title-18.pretest-icon span,
#fancy-title-18.computer-delivered-icon span,
#fancy-title-19.headphones-audio-icon span,
#fancy-title-19.hq-audio-icon span,
#fancy-title-19.pretest-icon span,
#fancy-title-19.computer-delivered-icon span,
#fancy-title-20.headphones-audio-icon span,
#fancy-title-20.hq-audio-icon span,
#fancy-title-20.pretest-icon span,
#fancy-title-20.computer-delivered-icon span,
#fancy-title-21.headphones-audio-icon span,
#fancy-title-21.hq-audio-icon span,
#fancy-title-21.pretest-icon span,
#fancy-title-21.computer-delivered-icon span,
#fancy-title-22.headphones-audio-icon span,
#fancy-title-22.hq-audio-icon span,
#fancy-title-22.pretest-icon span,
#fancy-title-22.computer-delivered-icon span,
#fancy-title-23.headphones-audio-icon span,
#fancy-title-23.hq-audio-icon span,
#fancy-title-23.pretest-icon span,
#fancy-title-23.computer-delivered-icon span,
#fancy-title-24.headphones-audio-icon span,
#fancy-title-24.hq-audio-icon span,
#fancy-title-24.pretest-icon span,
#fancy-title-24.computer-delivered-icon span,
#fancy-title-25.headphones-audio-icon span,
#fancy-title-25.hq-audio-icon span,
#fancy-title-25.pretest-icon span,
#fancy-title-25.computer-delivered-icon span,
#fancy-title-26.headphones-audio-icon span,
#fancy-title-26.hq-audio-icon span,
#fancy-title-26.pretest-icon span,
#fancy-title-26.computer-delivered-icon span,
#fancy-title-27.headphones-audio-icon span,
#fancy-title-27.hq-audio-icon span,
#fancy-title-27.pretest-icon span,
#fancy-title-27.computer-delivered-icon span,
#fancy-title-28.headphones-audio-icon span,
#fancy-title-28.hq-audio-icon span,
#fancy-title-28.pretest-icon span,
#fancy-title-28.computer-delivered-icon span,
#fancy-title-29.headphones-audio-icon span,
#fancy-title-29.hq-audio-icon span,
#fancy-title-29.pretest-icon span,
#fancy-title-29.computer-delivered-icon span,
#fancy-title-30.headphones-audio-icon span,
#fancy-title-30.hq-audio-icon span,
#fancy-title-30.pretest-icon span,
#fancy-title-30.computer-delivered-icon span,
#fancy-title-31.headphones-audio-icon span,
#fancy-title-31.hq-audio-icon span,
#fancy-title-31.pretest-icon span,
#fancy-title-31.computer-delivered-icon span,
#fancy-title-32.headphones-audio-icon span,
#fancy-title-32.hq-audio-icon span,
#fancy-title-32.pretest-icon span,
#fancy-title-32.computer-delivered-icon span,
#fancy-title-33.headphones-audio-icon span,
#fancy-title-33.hq-audio-icon span,
#fancy-title-33.pretest-icon span,
#fancy-title-33.computer-delivered-icon span,
#fancy-title-34.headphones-audio-icon span,
#fancy-title-34.hq-audio-icon span,
#fancy-title-34.pretest-icon span,
#fancy-title-34.computer-delivered-icon span,
#fancy-title-35.headphones-audio-icon span,
#fancy-title-35.hq-audio-icon span,
#fancy-title-35.pretest-icon span,
#fancy-title-35.computer-delivered-icon span,
#fancy-title-36.headphones-audio-icon span,
#fancy-title-36.hq-audio-icon span,
#fancy-title-36.pretest-icon span,
#fancy-title-36.computer-delivered-icon span,
#fancy-title-37.headphones-audio-icon span,
#fancy-title-37.hq-audio-icon span,
#fancy-title-37.pretest-icon span,
#fancy-title-37.computer-delivered-icon span,
#fancy-title-38.headphones-audio-icon span,
#fancy-title-38.hq-audio-icon span,
#fancy-title-38.pretest-icon span,
#fancy-title-38.computer-delivered-icon span,
#fancy-title-39.headphones-audio-icon span,
#fancy-title-39.hq-audio-icon span,
#fancy-title-39.pretest-icon span,
#fancy-title-39.computer-delivered-icon span,
#fancy-title-40.headphones-audio-icon span,
#fancy-title-40.hq-audio-icon span,
#fancy-title-40.pretest-icon span,
#fancy-title-40.computer-delivered-icon span,
#fancy-title-41.headphones-audio-icon span,
#fancy-title-41.hq-audio-icon span,
#fancy-title-41.pretest-icon span,
#fancy-title-41.computer-delivered-icon span,
#fancy-title-42.headphones-audio-icon span,
#fancy-title-42.hq-audio-icon span,
#fancy-title-42.pretest-icon span,
#fancy-title-42.computer-delivered-icon span,
#fancy-title-43.headphones-audio-icon span,
#fancy-title-43.hq-audio-icon span,
#fancy-title-43.pretest-icon span,
#fancy-title-43.computer-delivered-icon span,
#fancy-title-44.headphones-audio-icon span,
#fancy-title-44.hq-audio-icon span,
#fancy-title-44.pretest-icon span,
#fancy-title-44.computer-delivered-icon span,
#fancy-title-45.headphones-audio-icon span,
#fancy-title-45.hq-audio-icon span,
#fancy-title-45.pretest-icon span,
#fancy-title-45.computer-delivered-icon span,
#fancy-title-46.headphones-audio-icon span,
#fancy-title-46.hq-audio-icon span,
#fancy-title-46.pretest-icon span,
#fancy-title-46.computer-delivered-icon span,
#fancy-title-47.headphones-audio-icon span,
#fancy-title-47.hq-audio-icon span,
#fancy-title-47.pretest-icon span,
#fancy-title-47.computer-delivered-icon span,
#fancy-title-48.headphones-audio-icon span,
#fancy-title-48.hq-audio-icon span,
#fancy-title-48.pretest-icon span,
#fancy-title-48.computer-delivered-icon span,
#fancy-title-49.headphones-audio-icon span,
#fancy-title-49.hq-audio-icon span,
#fancy-title-49.pretest-icon span,
#fancy-title-49.computer-delivered-icon span,
#fancy-title-50.headphones-audio-icon span,
#fancy-title-50.hq-audio-icon span,
#fancy-title-50.pretest-icon span,
#fancy-title-50.computer-delivered-icon span,
#fancy-title-51.headphones-audio-icon span,
#fancy-title-51.hq-audio-icon span,
#fancy-title-51.pretest-icon span,
#fancy-title-51.computer-delivered-icon span,
#fancy-title-52.headphones-audio-icon span,
#fancy-title-52.hq-audio-icon span,
#fancy-title-52.pretest-icon span,
#fancy-title-52.computer-delivered-icon span,
#fancy-title-53.headphones-audio-icon span,
#fancy-title-53.hq-audio-icon span,
#fancy-title-53.pretest-icon span,
#fancy-title-53.computer-delivered-icon span,
#fancy-title-54.headphones-audio-icon span,
#fancy-title-54.hq-audio-icon span,
#fancy-title-54.pretest-icon span,
#fancy-title-54.computer-delivered-icon span,
#fancy-title-55.headphones-audio-icon span,
#fancy-title-55.hq-audio-icon span,
#fancy-title-55.pretest-icon span,
#fancy-title-55.computer-delivered-icon span,
#fancy-title-56.headphones-audio-icon span,
#fancy-title-56.hq-audio-icon span,
#fancy-title-56.pretest-icon span,
#fancy-title-56.computer-delivered-icon span,
#fancy-title-57.headphones-audio-icon span,
#fancy-title-57.hq-audio-icon span,
#fancy-title-57.pretest-icon span,
#fancy-title-57.computer-delivered-icon span,
#fancy-title-58.headphones-audio-icon span,
#fancy-title-58.hq-audio-icon span,
#fancy-title-58.pretest-icon span,
#fancy-title-58.computer-delivered-icon span,
#fancy-title-59.headphones-audio-icon span,
#fancy-title-59.hq-audio-icon span,
#fancy-title-59.pretest-icon span,
#fancy-title-59.computer-delivered-icon span,
#fancy-title-60.headphones-audio-icon span,
#fancy-title-60.hq-audio-icon span,
#fancy-title-60.pretest-icon span,
#fancy-title-60.computer-delivered-icon span {
    color:#e31837 !important;
    font-size:17px !important;
    font-weight:600;
}

.computer-delivered-icon:before {
    content: url(/wp-content/uploads/2019/05/computer-delivered-icon.png);
    transform: scale(0.8);
    position: relative;
    left: -7px;
    top: -15px;
    z-index: 1000;
    width: 30px;
    float: left;
    margin-bottom: -25px;
}

.pretest-icon:before {
    content: url(/wp-content/uploads/2019/02/asset-12.png);
    transform: scale(.5);
    position: relative;
    left: -19px;
    top: -10px;
    z-index: 1000;
    width: 60px;
    float: left;
    margin-bottom:-10px;
}

.hq-audio-icon:before {
    content: url('/wp-content/uploads/2018/02/sound-wave-icon-small.png');
    position:relative;
    z-index:1000;
    left:-5px;
    top:-1px;
    float:left;
    margin-bottom:-1px;
}

.headphones-audio-icon:before {
    content: url('/wp-content/uploads/2018/02/headphones-icon-small.png');
    position:relative;
    z-index:1000;
    left:-5px;
    top:-4px;
    float:left;
    margin-bottom:-4px;
}

.border-cols-first, .hq-audio-icon, .headphones-audio-icon, .pretest-icon, .computer-delivered-icon {
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.clb-btn,
.score {
    margin-right: 18px !important;
}

/* TEXT COLOR RULES */
/*#fancy-title-12.mk-fancy-title span,
#fancy-title-14.mk-fancy-title span,
#fancy-title-17.mk-fancy-title span,
#fancy-title-18.mk-fancy-title span {
    color: #424242;
}*/

.dark-gray-color {
    color: #4d4d4d !important;
}

.gray-color {
    color: #424242 !important;
}

.red-color {
    color: #e31837 !important;
}

/*#fancy-title-14,
#fancy-title-14 p {
    color:#4d4d4d !important;
}

#fancy-title-15,
#fancy-title-16,
#fancy-title-17,
#fancy-title-18,
#fancy-title-19 {
    color:#424242 !important;
}*/

.header-style-1.sticky-style-fixed .mk-header-inner {
	background:#FFF !important;
}
.mk-faq-container .mk-toggle-pane{color:#000;}
.mk-toggle.simple-style .mk-toggle-title .mk-svg-icon{position:unset !important;}
.mk-toggle.simple-style .mk-toggle-title > span{float:left; margin-right:10px;}
.mk-toggle.simple-style .mk-toggle-title > .mk-svg-icon{margin-top:2px;}
.about-us-tab .mk-text-block ul li {
    list-style: disc;
    margin-left: 10px;
}
.gm-style-iw.gm-style-iw-c{max-height:unset !important;}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d{max-height:unset !important;}

.wpb_row.vc_row.vc_row-fluid.mk-fullwidth-false.attched-false.js-master-row.mk-grid.mk-in-viewport {
    /*margin-bottom:6%;*/
} 


/*** ------------------ new style mobile UX ------------------- ***/

body {
    font-family: khula;
}

@media(max-width: 767px) {
    .custom-follow-us {
        display: none !important;
    }
}

.fit-logo-img a img {
    margin-left: 45px;
}

.logo-is-responsive .mk-resposnive-logo,
.fit-logo-img .mk-responsive-logo,
.mk-desktop-logo.dark-logo {
    max-width: 240px !important;
    min-width: 240px !important;
    min-height:40px;
}

.grecaptcha-badge {
    display: none;
}

.bottom-corner-btns .mk-quick-contact-wrapper.is-active {
    right: 15px;
}

@media(max-width: 767px) {
    .page-id-319 #homepage-about-ielts p,
    .page-id-319 #fancy-title-27 p,
    .page-id-319 #homepage-better-than-partners span p,
    .mk-testimonial-content .mk-testimonial-quote,
    .mk-testimonial .mk-testimonial-author {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }


    .page-id-319 #fancy-title-5 p,
    .page-id-319 #fancy-title-14 p,
    .page-id-319 #fancy-title-26 p,
    .page-id-319 #fancy-title-50 p,
    .page-id-319 #homepage-about-ielts h2 p,
    .page-id-319 #most-popular h2.mk-fancy-title,
    .page-id-319 #homepage-better-than-partners h2.mk-fancy-title span p ,
    .page-id-319 #homepage-whats-happening h2.mk-fancy-title {
        font-size: 22px !important;
        line-height: 1.5 !important;
    }

    .overlay-slider a, .overlay-slider a:hover {
        font-size: 15px;
        padding: 7px 0 17px 0;
    }

    .page-id-319 .mk-button,
    .page-id-319 #homepage-millions-ielts a.read-more-arrow {
        font-size: 15px !important;
        letter-spacing: 1px;
        font-weight: bold !important;
    }

    .page-id-319 #homepage-millions-ielts a.read-more-arrow::after  {
        content: '';
        display: inline-block;
        position: absolute;
        height: 22px;
        width: 22px;
        background-color: transparent;
        background-image: url(images/arrow-white.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -2px;
    }

    #homepage-millions-ielts .mk-fancy-title p {
        padding-top: 15px;
    }
}


/** nav **/
@media handheld, only screen and (max-width: 1200px){

    .mk-opened-nav .mk-header-holder {
        height: 100vh;
        position: fixed !important;
    }

    .mk-opened-nav .mk-header-holder .mk-responsive-wrap {
        height: calc(100vh - 90px);
        width: 100vw;
        background-color: #e31837;
        position: fixed;
        z-index: 100000 !important;
    }

    .mk-opened-nav .responsive-searchform {
        display: none;
    }

    .mk-opened-nav .mk-responsive-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        height: 85%;
    }

    .mk-opened-nav .mk-header-holder .mk-responsive-wrap .menu-home-page-container {
        height: 100%;
    }

    .mk-opened-nav .mk-responsive-nav li > a{
        font-size: 20px;
        color: white !important;
        font-family: khula;
        font-weight: 400;
        text-align: center;
    }

    .mk-opened-nav .mk-responsive-nav>li {
        border-bottom: 1px solid rgba(255,255,255,0.6);
        width: 75%;
    }

    .mk-opened-nav .mk-responsive-nav>li:last-of-type {
        border-bottom: none;
    }
}

/** Homepage Slider (mobile) **/

.page-id-319 .ms-container .ms-slide .ms-slide-bgcont img {
    margin-top: 0 !important;
}

@media(max-width: 991px) {
    .page-id-319 .ms-container .ms-slide,
    .page-id-319 .ms-container .ms-view.ms-scale-view {
        height: 400px !important;
    }
}

@media(max-width: 767px) {
    .page-id-319 .ms-container .ms-slide,
    .page-id-319 .ms-container .ms-view.ms-scale-view {
        height: 300px !important;
    }
}

@media(max-width: 575px) {
    .page-id-319 .ms-container .ms-slide,
    .page-id-319 .ms-container .ms-view.ms-scale-view {
        height: 200px !important;
    }

    .page-id-319 .mk-main-wrapper-holder #homepage-about-ielts #padding-4,
    .page-id-319 #homepage-about-ielts .mk-padding-divider {
        height: 0px !important;
    }

}


@media (max-width: 767px) {

    /*** Homepage padding ***/

    #homepage-about-ielts {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .page-id-319 .mk-page-section-wrapper .wpb_column.column_container {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .page-id-319 #homepage-about-ielts h2 p,
    .page-id-319 #homepage-about-ielts h2,
    .page-id-319 #homepage-about-ielts .mk-fancy-title {
        margin-bottom: 0 !important;
    }

    .page-id-319 #homepage-about-ielts .mk-button {
        margin-top: -20px;
    }


    #homepage-about-ielts .wpb_column {
        padding-left: 0;
        padding-right: 0;
    }

    .page-id-319 .theme-content.no-padding {
        padding: 0 !important;
    }

    .page-id-319 #homepage-about-ielts .vc_col-sm-6,
    .page-id-319 #homepage-about-ielts .vc_col-sm-4 {
        padding: 0 !important;
    }

    .page-id-319 #homepage-about-ielts {
        padding-top: 30px !important;
    }

    .page-id-319 #homepage-about-ielts #padding-4 {
        height: 0 !important;
    }

    .page-id-319 #homepage-about-ielts #fancy-title-6 {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .page-id-319 #page-section-11 #padding-20 {
        height: 10px;
    }

    .page-id-319 #page-section-11 #fancy-title-14 {
        margin-bottom: 0;
    }

    .page-id-319 #homepage-better-than-partners #fancy-title-26 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .page-id-319 #homepage-better-than-partners #fancy-title-27 {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .page-id-319 #page-section-47 .mk-padding-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-id-319 #homepage-better-than-partners {
        margin-bottom: 20px;
    }

    .page-id-319 #most-popular .mk-padding-divider {
        height: 25px !important;
    }

    .page-id-319 #most-popular h2.mk-fancy-title {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .page-id-319 #most-popular-icons {
        margin-bottom: 20px !important;
    }

}


    /*** Home page circle icons ***/
.page-id-319 .custom-icon-box .mk-box-icon-circle img {
    height: 100px;
}

@media (max-width: 767px) {



    .page-id-319 .custom-icon-box .vc_col-sm-3 {
        width: 100%;
    }

    .page-id-319 .custom-icon-box .vc_col-sm-3 .mk-box-icon-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-id-319 .mk-box-icon-2-image .mk-box-icon-circle {
        background-color: transparent;
        padding: 10px 20px;
        padding-left: 0;
    }

    .page-id-319 .mk-box-icon-2-image {
        margin-left: 0 !important;
        margin-right: 0px !important;
    }

    .page-id-319 .mk-box-icon-2 > a {
        width: 80%;
        padding-right: 50px;
    }

    .page-id-319 .custom-icon-box .mk-box-icon-2 .mk-box-icon-2-content {
        font-size: 16px !important;
        text-align: left;
    }

    .page-id-319 #padding-15 {
        height: 0;
    }

    .page-id-319 #padding-13 {
        height: 35px;
    }

    .page-id-319 .custom-icon-box .mk-box-icon-circle img {
        height: 65px;
    }

    .page-id-319 .mk-box-icon-2 > a::after{
        content: '';
        display: inline-block;
        position: absolute;
        height: 25px;
        width: 25px;
        background-color: transparent;
        background-image: url('images/arrows-5.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-icon-box .mk-box-icon-2:hover .mk-box-icon-circle {
        background-color: transparent;
    }
}

.custom-icon-box .mk-box-icon-2:hover .mk-box-icon-circle img {
    filter: none;
}



/** paddings **/

@media(max-width: 767px) {
    /* padding under homepage slider */
    .page-id-319 .mk-main-wrapper-holder #homepage-about-ielts #padding-4 {
        height: 30px;
    }

    /* padding under 'about ielts' on homepage */
    .page-id-319 .mk-main-wrapper-holder #homepage-about-ielts #padding-8 {
        height: 0px;
    }

    .page-id-319 .mk-main-wrapper-holder #homepage-about-ielts {
        padding-bottom: 0px !important;
    }

    .page-id-319 #fancy-title-5 {
        margin-bottom: 0;
    }

    .page-id-319 #homepage-whats-happening #padding-52 {
        height: 20px;
    }

    .page-id-319 #page-section-11 .vc_column_container>.vc_column-inner {
        padding: 0;
    }

    .page-id-319 .mk-testimonial {
        padding-bottom: 10px !important;
        margin-bottom: 20px !important;
    }


}

/*** Canada school logos home page ***/
@media (max-width: 767px) {

    .page-id-319 #homepage-better-than-partners .mk-fancy-title p {
        margin-bottom: 5px !important;
        padding-bottom: 0px !important;
        margin-top: 0 !important;
    }

    .page-id-319 #homepage-better-than-partners h2.mk-fancy-title {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
        margin-top: 15px !important;
    }

    .page-id-319 #homepage-better-than-partners span.mk-fancy-title,
    .page-id-319 #homepage-better-than-partners h2.mk-fancy-title p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .page-id-319 #homepage-better-than-partners #padding-31,
    .page-id-319 #homepage-better-than-partners #padding-33,
    .page-id-319 #homepage-better-than-partners #padding-35,
    .page-id-319 #homepage-better-than-partners #padding-37,
    .page-id-319 #homepage-better-than-partners #padding-39,
    .page-id-319 #homepage-better-than-partners .mk-padding-divider {
        height: 0;
    }

    .page-id-319 #homepage-better-than-partners #padding-25,
    .page-id-319 #homepage-better-than-partners #padding-29 {
        height: 15px;
    }

    .page-id-319 #homepage-better-than-partners .vc_col-sm-4.wpb_column.column_container:not(:first-of-type) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-id-319 #homepage-better-than-partners .vc_col-sm-4.wpb_column.column_container:last-of-type {
        padding-bottom: 0;
    }
}

/*** What's happening? (bottom of homepage) ***/
@media (max-width: 767px) {
    .page-id-319 #homepage-whats-happening #padding-49 {
        height: 20px;
    }

    .page-id-319 #homepage-whats-happening .vc_column-inner {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .page-id-319 #homepage-whats-happening .mk-testimonial.modern-style .mk-testimonial-content {
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .page-id-319 #homepage-whats-happening .mk-testimonial.modern-style .mk-testimonial-content .mk-testimonial-author {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .page-id-319 #homepage-whats-happening #fancy-title-50,
    .page-id-319 #homepage-whats-happening #fancy-title-50 p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-id-319 #homepage-whats-happening #fancy-title-50 {
        margin-bottom: 20px;
    }

    .page-id-319 #homepage-whats-happening .mk-testimonial.modern-style .flex-control-nav {
        text-align: center !important;
    }

    .page-id-319 #homepage-whats-happening #testimonial_51 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page-id-319 #homepage-whats-happening h2.mk-fancy-title {
        margin-top: 20px !important;
        padding-bottom: 0 !important;
    }

}



/*** ----- Navigation-social-icons ----- ***/
@media (max-width: 767px) {
    .social-icons-mobile-menu {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px;
        background-color: white;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social-icons-mobile-menu .facebook-social,
    .social-icons-mobile-menu .twitter-social,
    .social-icons-mobile-menu .youtube-social,
    .social-icons-mobile-menu .google-plus-social {
        height: 50px;
        width: 50px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        margin-right: 10px;
        margin-left: 10px;
    }

    .social-icons-mobile-menu .facebook-social {
        background-image: url('images/facebook-footer-ico.svg');
    }

    .social-icons-mobile-menu .twitter-social {
        background-image: url('images/twitter-footer-ico.svg');
    }

    .social-icons-mobile-menu .youtube-social {
        background-image: url('images/youtube-footer-ico.svg');
    }

    .social-icons-mobile-menu .google-plus-social {
        background-image: url('images/googleplus-footer-ico.svg');
    }
}



/*** --------- REGISTER PAGE ----------- ***/

@media handheld, only screen and (max-width: 1140px) {
    .page-id-1483 .custom-register-header {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .page-id-1483 h2.mk-fancy-title {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .page-id-1483 #padding-71,
    .page-id-1483 #padding-74 {
        height: 5px!important;
    }

    .page-id-1483 h1 {
        font-size: 22px !important;
    }

    .page-id-1483 #fancy-title-4 p {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 .mk-fancy-title p {
        font-size: 16px !important;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        cursor: pointer;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 {
        margin: unset;
        margin-bottom: 25px;
        width: 100%;
    }

    .page-id-1483 #locations-row .mk-button-container {
        display: none;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 .mk-image {
        margin:unset !important;
        margin-right: 15px;
        max-width: 100px;
        min-width: 100px;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 .mk-fancy-title {
        margin-bottom: 0;
        margin-left: 30px;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 .vc_column-inner {
        display: none;
    }

    .page-id-1483 .vc_col-sm-12 .mk-padding-divider {
        height: 0 !important;
    }

    .page-id-1483 #locations-row .vc_col-sm-4::after{
        content: '';
        display: inline-block;
        position: absolute;
        height: 25px;
        width: 25px;
        background-color: transparent;
        background-image: url('images/arrows-5.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .page-id-1483 #icons-legend {
        display: none;
    }

    .page-id-1483 .display-none {
        display: none;
    }


    .page-id-1483 #FAQ-SECTION .mk-padding-divider {
        height: 10px !important;
    }
}

@media (max-width: 575px) {
    .page-id-1483 #locations-row .vc_col-sm-4 .mk-image {
        margin:unset !important;
        margin-right: 15px;
        max-width: 50px;
        min-width: 50px;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 {
        padding: 0;
    }

    .page-id-1483 #locations-row .vc_col-sm-4 .mk-fancy-title {
        margin-left: 15px;
    }

    .page-id-1483 #theme-page .theme-page-wrapper .theme-content.no-padding {
        padding: 0 5px!important;
    }
}

/*** New Footer ***/

#mk-footer {
    display: none;
}

footer {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-container,
footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin: 0 auto;

    width: 1500px;
    max-width: 90%;
}

footer .footer-container {
    margin-bottom: 50px;
    margin-top: 80px;
}

footer .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 50px;
}

footer hr {
    width: 1500px;
    max-width: 90%;
    display: none;
    border-top: solid 1px #D2D2D2;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

footer .footer-col {
    width: 20%;
}

footer h3 {
    text-transform: none;
    font-size: 15px;
    color: #727272;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

footer .footer-col li,
footer .footer-col ul {
    list-style: none;
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

footer .footer-col li {
    margin-bottom: 5px;
    font-size: 14px;
}

footer .footer-bottom li,
footer .footer-bottom ul {
    list-style: none;
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
}

footer .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .footer-bottom ul li {
    margin-left: 20px;
}

footer .footer-bottom {
    font-size: 13px;
}

footer .footer-bottom p,
footer .footer-bottom a {
    color: #8c8e91;
}

footer .footer-bottom a:hover {
    color: #f97352;
}

@media (max-width: 997px) {
    footer .footer-col {
        width: 50%;
        margin-bottom: 35px;
    }

    footer .footer-col ul {
        padding-right: 5px;
    }

    footer .footer-col.ielts > div,
    footer .footer-col.prepare > div{
        padding-left: 15px;
    }

    footer .footer-col li {
        font-size: 16px;
    }

    footer .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .footer-bottom ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    footer .footer-bottom ul li {
        margin: 0;
    }

    footer .footer-bottom ul li::after {
        content: '|';
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

    footer .footer-bottom ul li.menu-item-509::after {
        content: '|';
        display: none;
        margin-right: 5px;
        margin-left: 5px;
    }

    footer .footer-bottom ul li:last-of-type::after {
        display: none;
    }

    footer .footer-col.result {
        margin-top: -95px;
    }

    footer hr {
        display: block;
    }

    footer .footer-bottom .statement {
        font-weight: bold;
    }

    div#mk-boxed-layout {
        margin-bottom: 50px;
    }

    footer .footer-container {
        margin-top: 20px;
        margin-bottom: 0;
    }


    footer h3 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    footer .footer-bottom {
        margin-top: 30px;
    }

    footer .footer-col.result {
        margin-bottom: 0px;
    }
}

@media handheld, only screen and (max-width: 780px) {
    .mk-toolbar-resposnive-icon {
        display: none !important;
    }
}

.mk-quick-contact-wrapper.js-bottom-corner-btn {
    display: none !important;
}

.bottom-corner-btns .mk-go-top {
    bottom: 15px !important;
}

.main-navigation-ul > li.menu-item.red-highlight a {
    color: #0000FF !important;
    text-decoration: underline !important;
}

@media(min-width: 1500px) {
    li.red-highlight {
        margin-left: 20px !important;
    }
}

/** H2 style update for locations pages **/

.h2-15,
.h2-15 h2 {
    font-size: 15px !important;
}

/*** stage 4,5,6 changes ***/

@media(max-width: 768px) {
    .page-id-5112 #theme-page .theme-page-wrapper {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .page-id-5112 .mk-divider {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.page-id-5112 .bubble-3 img,
.page-id-5112 .free-bubble img{
    left: 10px !important;
}

.page-id-5112 h1 {
    font-family: 'archivo black' !important;
}

.page-id-5112 .wpb_column h4 {
    color: #6B6B6B !important;
}

/*buttons*/
@media(max-width: 768px) {
    .register-btn .mk-button span {
        font-size: 16px !important;
    }

    .page-id-5112 .register-btn.partial-width {
        max-width: 250px;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 5px !important;
    }
}


/* Prepare page */

.prepare-header {
    width: 100%;
}

@media(max-width: 991px) {
    .page-id-5112 .free-bubble img {
        display: none;
    }

    .page-id-5112 .wpb_column {
        padding: 0 !important;
    }
}

@media(max-width: 768px) {
    .page-id-5112 h1,
    .page-id-5112 h2 {
        text-align: center;
        font-size: 22px !important;
        line-height: 1.5;
    }

    .page-id-5112 h2 {
        margin-top: 0 !important;
    }

    .page-id-5112 .prepare-header p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .page-id-5112 .first-divider {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }

    .page-id-5112 .practice-material-heading,
    .page-id-5112 .practice-material-heading h4 {
        margin-bottom: 0;
    }

    .page-id-5112 .practice-material-col .mk-padding-divider {
        height: 10px !important;
    }

}

@media (max-width: 575px) {
    .page-id-5112 .first-divider {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
}

.page-id-5112 .mobile-download-col {
    display: none;
}

/*iphone download stuff*/
@media(max-width: 768px) {

    .page-id-5112  .practice-material-col .mk-text-block p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .page-id-5112 .iphone-image-col,
    .page-id-5112 .practice-bubble-col,
    .page-id-5112 .bubble-col {
        display: none;
    }

    .page-id-5112 .mobile-download-col {
        display: block;
    }

    .page-id-5112 .mobile-download-col h4 {
        text-transform: none !important;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .page-id-5112  .mobile-download-col .mk-text-block p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
    }

    /*.page-id-5112 .new-download-buttons {*/
    /*    margin-bottom: 50px;*/
    /*}*/

}

/* image blocks */

.page-id-5112 .app-images-divider {
    padding-top: 0!important;
}

.page-id-5112 .fw-image-block h4 {
    text-transform: none;
    display: none;
}

.page-id-5112 .progress-check .vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}

@media(max-width: 768px) {

    .page-id-5112 .fw-image-block .wpb_single_image {
        margin-bottom: 25px;
    }

    .page-id-5112 .road-to-ielts-heading {
        display: none;
    }

    .page-id-5112 .fw-image-block h4 {
        display: block;
    }

    .page-id-5112 .fw-image-block h4,
    .page-id-5112 .fw-image-block p {
        text-align: center;
    }

    .page-id-5112 .fw-image-block p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .page-id-5112 .fw-image-block .vc_column-inner,
    .page-id-5112 .progress-check .vc_column-inner{
        padding-right: 0;
        padding-left: 0;
    }

    /*.page-id-5112 .fw-image-block {*/
    /*    margin-top: 50px;*/
    /*}*/
}

/* learn-with-us and other buttons */

.page-id-5112 .learn-with-us .register-btn,
.page-id-5112 .practice-more-resources .register-btn,
.page-id-5112 .purchase-more-materials .register-btn,
.page-id-5112 .get-informed .register-btn,
.page-id-5112 .progress-check .register-btn,
.page-id-5112 .fw-image-block .register-btn {
    margin-bottom: 5px !important;
}

.page-id-5112 .learn-with-us .register-btn > .mk-button,
.page-id-5112 .practice-more-resources .register-btn > .mk-button,
.page-id-5112 .purchase-more-materials .register-btn > .mk-button,
.page-id-5112 .get-informed .register-btn > .mk-button,
.page-id-5112 .progress-check .register-btn > .mk-button,
.page-id-5112 .fw-image-block .register-btn > .mk-button{
    padding-left: 15px! important;
}

.page-id-5112 .learn-with-us .register-btn .mk-button span,
.page-id-5112 .practice-more-resources .register-btn .mk-button span,
.page-id-5112 .purchase-more-materials .register-btn .mk-button span,
.page-id-5112 .get-informed .register-btn .mk-button span,
.page-id-5112 .progress-check .register-btn .mk-button span,
.page-id-5112 .fw-image-block .register-btn .mk-button span{
    width: 85%;
    display: block;
    text-align: left;
}

.page-id-5112 .learn-with-us .register-btn .mk-button::after,
.page-id-5112 .practice-more-resources .register-btn .mk-button::after,
.page-id-5112 .purchase-more-materials .register-btn .mk-button::after,
.page-id-5112 .get-informed .register-btn .mk-button::after,
.page-id-5112 .progress-check .register-btn .mk-button::after,
.page-id-5112 .fw-image-block .register-btn .mk-button::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: transparent;
    background-image: url(images/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    margin-top: -2px;
}



/*** default register-btn style form cms ***/
.register-btn.mk-button-container {
    margin-bottom: 5px !important;
}

.register-btn .mk-button {
    background-color: #f01d3d !important;
    color: #fff !important;
    font-size: 18px !important;
    border: 2px solid #f01d3d !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 16px 9px 12px !important;
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    text-shadow: none !important;
}

.page .register-btn:hover .mk-button,
.page .register-btn:hover .mk-button span {
    color: #f01d3d !important;
    text-shadow: none !important;
}

.page-id-5112 .learn-with-us ul li {
    font-size: 18px;
}

.page-id-5112 .learn-with-us ul {
    margin-left: 5px;
}

@media(max-width: 768px) {
    .page-id-5112 .learn-with-us-heading h2 {
        margin-bottom: 10px !important;
    }

    /*.page-id-5112 .learn-with-us-heading h4 {*/
    /*    margin-top: 20px;*/
    /*}*/

    .page-id-5112 .learn-with-us p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .page-id-5112 .learn-with-us ul,
    .page-id-5112 .learn-with-us ul li {
        list-style: none;
        text-align: center;
        margin-left: 0;
        font-size: 16px;
    }

    .page-id-5112 .progress-check .register-btn.partial-width {
        max-width: 100% !important;
    }

}


/* practice more */

@media(max-width: 768px) {
    .page-id-5112 .practice-more-resources h2 {
        margin-bottom: 0;
        padding-bottom: 0 !important;
        display: block;
    }

    .page-id-5112 .practice-more-resources p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .page-id-5112 .practice-more-resources .mk-divider {
        display: none;
    }
}


/* purchase more material */

.page-id-5112 .mk-divider.thin_solid .divider-inner {
    border-top-color: #e5e5e5 !important;
}

.page-id-5112 .purchase-more-materials h1 {
    display: none;
}

@media(max-width: 768px) {
    .page-id-5112 .purchase-more-materials h1 {
        margin-bottom: 20px;
        display: block;
        /*margin-top: 40px;*/
    }

    .page-id-5112 .purchase-more-materials p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}

/***prepare titles ***/


.prepare-titles h2 {
    font-family: 'archivo black' !important;
    font-size: 30px;
    margin-bottom: 75px;
    margin-top: 20px;
}

@media(max-width: 768px) {
    .prepare-titles h2 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .display-none-mobile {
        display: none;
    }
}


/* progress check */

@media(max-width: 768px) {
    .page-id-5112 .progress-check-heading {
        display: none;
    }

    .page-id-5112 .progress-check-divider {
        display: none;
    }
}


/* Get informed */

.page-id-5112 #get-informed-bkg {
    padding-bottom: 60px;
}

@media(max-width: 768px) {
    .page-id-5112 #get-informed-bkg {
        position: relative;
        background-color: #F8F8F8;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding-top:40px;
        padding-bottom: 40px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-id-5112 #get-informed-bkg .get-informed p {
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .page-id-5112 #get-informed-bkg h2 {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

    .page-id-5112 #get-informed-bkg h4 {
        color: #000000 !important;
    }
}

@media(max-width: 768px) {
    .page-id-5112 .mk-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*** About ***/

.page-id-52 h1 {
    font-family: 'archivo black' !important;
    text-align: center;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .page-id-52 h1 {
        font-size: 22px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px;
    }

    .page-id-52 .vc_col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nw-accordion .vc_tta-panel-heading {
        width: 100vw;
        margin-left: -10px;
    }


}

/*** desktop-tabs ***/

.desktop-tabs .mk-tabs-panes {
    display: none;
}

.desktop-tabs {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 50px !important;
}

@media(max-width: 767px){
    .desktop-tabs {
        border-bottom: none;
        margin-bottom: 0 !important;
    }
}

.desktop-tabs.mk-tabs.default-style .mk-tabs-tab a {
    border: none !important;
    background-color: #FFFFFF !important;
    font-family: khula !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding-bottom: 25px !important;
}

.desktop-tabs.mk-tabs.default-style .mk-tabs-tab.is-active a {
    border-bottom: 2px solid #999999 !important;
    padding-bottom: 25px !important;
}


@media(max-width: 991px){
    .desktop-tabs.mk-tabs.default-style .mk-tabs-tab a {
        font-size: 15px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

#nw-accordion .vc_tta-panel-title {
    display: none;
}

#nw-accordion .vc_tta-panel .vc_tta-panel-heading {
    display: none;
}

#nw-accordion .vc_tta-panel-body {
    padding: 0;
    background-color: #FFFFFF;
    border: none !important;
}

#nw-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: white;
    border-color: white;
    border: none!important;
}

#nw-accordion .vc_row {
    margin-bottom: 70px;
}





@media(max-width: 767px) {

    .page-id-52 .theme-page-wrapper.mk-main-wrapper {
        padding-right: 0!important;
        padding-left: 0!important;
        overflow: hidden;
    }


    #nw-accordion .vc_tta-panel-title {
        display: block;
    }

    #nw-accordion .vc_tta-panel-heading h4.vc_tta-panel-title {
        text-align: left !important;
    }

    #nw-accordion .vc_tta-panel-heading .vc_tta-panel-title > a {
        padding-left: 20px !important;
    }

    #nw-accordion .vc_tta-panel-heading .vc_tta-panel-title > a > span::after {
        content: '';
        display: inline-block;
        height: 14px;
        width: 14px;
        margin-left: 10px;
        background-image: url('images/accordion-arrow.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 14px;
        position: absolute;
    }

    #nw-accordion .vc_tta-panel.vc_active_after .vc_tta-panel-heading .vc_tta-panel-title > a > span::after {
        transform: rotate(90deg);
    }

    #nw-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading,
    #nw-accordion .vc_tta-panel .vc_tta-panel-heading {
        background-color: #F8F8F8;
        border: none;
    }

    #nw-accordion .vc_tta-panel .vc_tta-panel-heading {
        display: block;
    }

    #nw-accordion .vc_tta-panel-body {
        margin-top: 30px;
    }

    #nw-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
        display: none!important;
    }

    #nw-accordion .vc_row {
        margin-bottom: 40px;
    }
}

#nw-accordion h4 {
    text-decoration: none;
    text-transform: none !important;
    color: #333333;
    font-weight: bold;
    margin-top: 3px;
}

#nw-accordion .register-btn,
#nw-accordion .register-btn a {
    width: 100%;
}

#nw-accordion .vc_tta-panel-heading {
    margin-bottom: 5px;
}

#nw-accordion .vc_tta-panel-heading .vc_tta-title-text {
    font-family: 'khula';
    font-weight: 500;
}


@media(max-width: 767px) {

    #nw-accordion .register-btn,
    #nw-accordion .register-btn a {
        width: fit-content;
        margin: 0 auto;
        text-shadow: none;
        box-shadow: none;
        border: none;
    }

    #nw-accordion .register-btn a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}




.four-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.four-icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18%;
    max-width: 90px;
}

.four-icons > div .icon {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.four-icons > div p {
    margin-top: 10px;
}

.four-icons > div.writing .icon {
    background-image: url('images/pencil.svg');
}

.four-icons > div.speaking .icon {
    background-image: url('images/speak.svg');
}

.four-icons > div.reading .icon {
    background-image: url('images/paper.svg');
}

.four-icons > div.listening .icon {
    background-image: url('images/ear.svg');
}

@media(max-width: 767px){
    .four-icons > div p {
        font-size: 14px;
    }
}






.circle-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.circle-nums > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    text-align: center;
}

.circle-nums > div h3 {
    color: #f01d3d;
    font-weight: bold;
    font-size: 50px;
}

@media(max-width: 1999px) {
    .circle-nums > div h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0px;
        margin-top: 15px;
    }
}


@media(max-width: 767px) {
    .circle-nums > div {
        width: 100%;
    }

    .circle-nums {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #what-is-IELTS-tab .vc_tta-panel-body h4 {
        text-align: center;
    }

    #what-is-IELTS-tab .what-is-ielts-accordion-heading {
        display: none;
    }
}






/* points system -immigration tab */
#immigration-tab .vc_tta-panel-body {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
}

#immigration-tab .vc_tta-panel-body .clb-controls .row {
    width: unset;
}

#immigration-tab .vc_tta-panel-body .clb-controls {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#immigration-tab .vc_tta-panel-body .clb-scores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#immigration-tab .vc_tta-panel-body .vc_col-sm-9 h4 {
    margin-top: 30px;
    font-size: 27px;
    text-align: left;
}

@media(max-width: 767px) {
    #immigration-tab .vc_tta-panel-body .clb-btn {
        width: unset;
        height: unset;
        border-radius: 0;
        background-color: transparent;
        margin: 0 !important;
    }

    #immigration-tab .vc_tta-panel-body .clb-btn p {
        padding: 10px 5px;
        padding-bottom: 7px;
        background-color: #EBEBEB;
        width: 50px;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
    }

    #immigration-tab .vc_tta-panel-body .clb-controls .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 340px;
        max-width: 85%;
        margin-bottom: 0;
    }

    #immigration-tab .vc_tta-panel-body .vc_col-sm-3 {
        display: none;
    }

    #immigration-tab .vc_tta-panel-body .vc_col-sm-9 h4 {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
    }

    #immigration-tab ul.custom-red-links {
        margin-left: 5px;
    }

}

#immigration-tab .vc_tta-panel-body .clb-scores {
    box-shadow: none;
    background-color: #555555;
}

@media(max-width: 991px) {


    #immigration-tab .vc_tta-panel-body .clb-scores {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: unset;
        padding: 50px 30px;
        width: 80%;
        margin: 0 auto;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score {
        width: 50%;
        margin: 0 !important;
        padding: 0 !important;
        height: unset;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score span {
        font-size: 80px;
        line-height: 1;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score p {
        font-size: 15px;
        margin: 0;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score:nth-of-type(1),
    #immigration-tab .vc_tta-panel-body .clb-scores .score:nth-of-type(2) {
        margin-bottom: 40px !important;
    }
}


@media(max-width: 575px) {
    #immigration-tab .vc_tta-panel-body .clb-scores {
        width: 90%;
        padding: 20px;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score span {
        font-size: 65px;
    }

    #immigration-tab .vc_tta-panel-body .clb-scores .score:nth-of-type(1),
    #immigration-tab .vc_tta-panel-body .clb-scores .score:nth-of-type(2) {
        margin-bottom: 20px !important;
    }
}


@media(max-width: 767px) {

    .page-id-52 .faq-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-id-52 .faq-block .mk-padding-divider {
        display: none;
    }
}


/*** STAKEHOLDERS ***/

#nw-accordion p,
#nw-accordion li {
    font-size: 18px;
}


@media(max-width: 767px) {
    #nw-accordion p,
    #nw-accordion li {
        font-size: 16px;
    }
}

.about-us-tab.ielts-for {
    display: none;
}

@media(max-width: 767px) {

    .page-id-2373 #nw-accordion .register-btn,
    .page-id-2373 #nw-accordion .register-btn a {
        width: 100%;
    }

    .page-id-2373 #nw-accordion .register-btn {
        margin-bottom: 5px;
    }
}

.display-none {
    display: none;
}

/*** teacher testimonials slider ***/
.page-id-2373 #nw-accordion .teacher-testimonials .mk-testimonial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #DC052B !important;
    padding: 50px !important;
}

.page-id-2373 #nw-accordion .teacher-testimonials .mk-testimonial-content span,
.page-id-2373 #nw-accordion .teacher-testimonials .mk-testimonial-content p {
    color: white !important;
    font-style: normal !important;
}

@media(max-width: 767px) {

    .page-id-2373 #nw-accordion .teacher-testimonials .mk-testimonial-content .mk-testimonial-author {
        margin-top: 0!important;
    }

    .page-id-2373 .vc_col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-id-2373 .theme-page-wrapper.mk-main-wrapper {
        padding-right: 0!important;
        padding-left: 0!important;
        overflow: hidden;
    }

    .page-id-2373 .mk-flex-slides {
        width: 100vw;
        margin-left: -30px;
    }

    .page-id-2373 #nw-accordion .teacher-testimonials .mk-testimonial-content {
        padding: 30px !important;
    }

    .page-id-2373 #nw-accordion .teacher-testimonials .flex-control-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

.page-id-2373 h1 {
    font-family: 'archivo black' !important;
    text-align: center;
    margin-bottom: 30px;
}



@media(max-width: 767px) {

    .page-id-2373 h1 {
        font-size: 22px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px;
    }

    .page-id-2373 .faq-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-id-2373 .faq-block .mk-padding-divider {
        display: none;
    }

}

/*** events ***/

.page-id-2369 h1 {
    font-family: 'archivo black' !important;
    text-align: center;
    margin-bottom: 30px;
}

@media(max-width: 767px) {

    .page-id-2369 h1 {
        font-size: 22px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px;
    }

    .page-id-2369 .left-col-event {
        width: 100%;
        margin-bottom: 10px;
    }

    .page-id-2369 .right-col-event {
        width: 100%;
    }

    .page-id-2369 .left-col-event p {
        display: inline-block;
    }

    .page-id-2369 .mk-text-block .event .left-col-event p,
    .page-id-2369 .mk-text-block .event .left-col-event p span.bold {
        text-transform: uppercase;
        font-size: 16px;
        color: #e31837 !important;
        margin-bottom: -12px !important;
        font-weight: 400;
    }

    .page-id-2369 .mk-text-block .event .left-col-event p span.bold {
        margin-right: 7px;
    }

    .page-id-2369 .master-holder .right-col-event h3 {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .page-id-2369 .mk-text-block .event .right-col-event p a:before {
        display: none;
    }

    .page-id-2369 .vc_col-sm-12 {
        margin-bottom: 0 !important;
    }

    .page-id-2369 .vc_col-sm-4 {
        display: none;
    }

    .page-id-2369 .event .row {
        margin-bottom: 10px;
    }

    .page-id-2369 .events-page div.events div.event {
        padding-top: 20px;
    }

    .page-id-2369 .theme-page-wrapper,
    .page-id-2369 .vc_column_container>.vc_column-inner {
        padding: 0 !important;
        margin: 0 !important;
    }


    .page-id-2369 .faq-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-id-2369 .faq-block .mk-padding-divider {
        display: none;
    }

}


/*** new homepage desktop changes ***/

@media(min-width: 768px) {
    #homepage-about-ielts .mk-padding-divider {
        height: 50px;
    }

    #most-popular .mk-padding-divider {
        height: 50px;
    }

    #padding-20.mk-padding-divider {
        height: 35px;
    }

    #most-popular .mk-fancy-title {
        margin-bottom: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    #homepage-millions-ielts {
        padding-bottom: 20px !important;
    }

     #homepage-better-than-partners .vc_col-sm-4 .mk-padding-divider {
         height: 30px !important;
     }

    #homepage-better-than-partners .vc_col-sm-4 #padding-31.mk-padding-divider {
        height: 60px !important;
    }

    #homepage-whats-happening .mk-padding-divider {
        height: 30px !important;
    }

    #homepage-whats-happening #fancy-title-50 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #homepage-whats-happening .mk-testimonial-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #homepage-whats-happening .mk-testimonial.modern-style .flex-control-nav {
        top: auto !important;
        bottom: 30px !important;
    }

    #homepage-whats-happening .mk-testimonial {
        margin-bottom: 0;
    }
}

/*** about page ***/

@media(max-width: 767px) {
    .brochure-about-page .register-btn,
    .brochure-about-page .register-btn > a {
        width: 100% !important;
    }

    .brochure-about-page .register-btn {
        margin-bottom: 5px !important;
    }

    .brochure-about-page p {
        text-align: center;
    }
}

/*** events page updates***/

.page-id-2369 .register-btn,
.page-id-2369 .register-btn a {
    width: 100%;
}

.page-id-2369 .mk-text-block .event .right-col-event p a.register-btn {
    background-color: #f01d3d !important;
    color: #fff !important;
    font-size: 18px !important;
    border: 2px solid #f01d3d !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    padding: 12px 25px 8px !important;
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.mk-text-block .event .right-col-event p a:before {
    display: none;
}





/*** New Site Style Wrapping Div ***/

.new-site-style h1,
.new-site-style h2,
.new-site-style h3,
.new-site-style h4,
.new-site-style h5 {
    font-family: "Archivo Black";
    color: #000000;
}

.new-site-style h1,
.slides-flex-container h2 {
    font-size: 35px !important;
}

.new-site-style h2 {
    font-size: 25px;
    padding-bottom: 15px;
}

.new-site-style h3 {
    font-size: 17px;
    font-weight: bold;
}

.new-site-style h4 {
    font-size: 15px;
    font-weight: bold;
}


.new-site-style h1.khula,
.new-site-style h2.khula,
.new-site-style h3.khula,
.new-site-style h4.khula {
    font-family: khula;
}



.new-site-style a.read-more-button {
    color: #E31837;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 18px;
}

.new-site-style p {
    font-size: 16px;
}

.new-site-style a.read-more-button.red-bkg {
    color: white;
    background-color: #E31837;
    padding: 10px 30px;
    padding-top: 12px;
    display: inline-block;
}

.text-center a.read-more-button {
    margin-left: auto;
    margin-right: auto !important;
    text-align: center;
}


@media(max-width: 767.98px) {
    .new-site-style h1,
    .slides-flex-container h2 {
        font-size: 22px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
}




/*** NEW TEST CENTRES ***/

.acf-container {
    width: 1500px;
    max-width: 90%;
    margin: 0 auto;
}

/** test centre header **/

.test_centre_header {
    margin-top: 50px;
    margin-bottom: 75px;
}
.test_centre_header .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.test_centre_header .information .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.test_centre_header .information .name .name-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}


.test_centre_header .information .logo {
    margin-right: 40px;
}

.test_centre_header .information .logo img {
    height: 75px;
    width: auto;
}




.test_centre_header .information .name h2 {
    font-size: 18px;
}

.test_centre_header .information .name h2:first-of-type {
    font-weight: bold;
}

.test_centre_header .information .name h2:last-of-type {
    font-weight: normal;
    margin-bottom: 0;
}



.test_centre_header hr.fw {
    /*margin-top: 40px;*/
    margin-bottom: 60px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #EEEEEE;
    border-width: 1px;
}

.test_centre_header .description-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test_centre_header .description-flex > div {
    width: 45%;
}

.test_centre_header h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 40px;
}

.test_centre_header .description-flex h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.test_centre_header .description-flex h3.top {
    margin-top: 40px;
}

.test_centre_header .description-flex .contact-info p:not(:last-of-type):after {
    content: '|';
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.test_centre_header h3.price {
    color: #D70039;
    font-size: 35px;
    font-weight: 400;
    margin-top: 50px;
}

.inline-address {
    margin-right: 5px;
    display: inline;
    font-weight: bold;
}

/*.inline-address::after {*/
    /*content: ',';*/
    /*display: inline;*/
/*}*/


.inline-address:last-of-type::after {
    display: none;
}

.features-section {
    position: relative;
}

.feature {
    margin-bottom: 5px;
    padding-bottom: 0;
    margin-left: 25px;
}

.feature::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    margin-top: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.feature.headphones::before {
    background-image: url('images/old-icons/headphones-icon.png');
}
.feature.highQuality::before{
    background-image: url('images/old-icons/sound-wave-icon.png');
}

.feature.preTest::before{
    background-image: url('images/old-icons/preTestRed.svg');
    background-size: 80%;
}

.feature.paperBased::before{
    background-image: url('images/old-icons/preTestRed_old.svg');
}

.feature.retake::before{
    background-image: url('images/old-icons/IELTS_OSR2.svg');
}

.feature.computer::before{
    background-image: url('images/old-icons/computer-delivered-icon.svg');
    background-size: 80%;
}

.test_centre_header .red-btn,
.test_centre_header .red-btn:hover {
    width: 175px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    background-color: #D70039;
    color: white;
    display: inline-block;
}

.test_centre_header .parent {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 25px;
}

.test_centre_header .parent {
    position: relative;
}

.test_centre_header .parent > .back-to-parent a:hover {
    color: #777777;
}

.test_centre_header .parent > .back-to-parent:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -23px;
    margin-top: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/back-ico.svg');
}

.test_centre_header .parent > .back-to-parent a {
    display: inline-block;
}


@media(min-width: 1200px){
    .test_centre_header .information .logo {
        padding: 60px 0px;
    }
}
@media(max-width: 767px) {
    .test_centre_header {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .test_centre_header .information {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .test_centre_header .back-to-parent {
        margin-bottom: 15px;
    }
}



@media(max-width: 575px) {

    .test_centre_header {
        margin-top: 20px;
    }

    .test_centre_header .information .logo img {
        height: 50px;
    }

    .test_centre_header .information .name h2:first-of-type {
        margin-bottom: 5px;
    }

    .test_centre_header hr.fw {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .test_centre_header .description-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .test_centre_header .description-flex > div {
        width: 100%;
    }

    .test_centre_header .features-section {
        margin-bottom: 25px;
    }

    .test_centre_header h1 {
        margin-bottom: 25px;
    }

    .test_centre_header h3.price {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .test_centre_header .information .name h2 {
        font-size: 15px;
    }

}


/*** test_centre_image_slider ***/

.test_centre_image_slider .slide-image {
    padding-bottom: 70%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
}

.test_centre_image_slider {
    width: 100%;
    background-color: white;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.custom-lightbox {
    position: fixed;
    width: 1200px;
    max-width: 85%;
    z-index: 5000;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    -webkit-box-shadow: 10px 10px 37px -4px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 37px -4px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 37px -4px rgba(0,0,0,0.39);
    padding: 20px;
    z-index: 75000;
}

.custom-lightbox .lb-inner {
    padding-bottom: 70%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.custom-lightbox .lb-close {
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 30px;
    background-color: #D70039;
    color: white;
    background-image: url('images/Close-256.png');
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media(max-width: 575px) {
    .custom-lightbox {
        padding: 5px;
    }

    .custom-lightbox .lb-close {
        padding: 20px;
        top: -15px;
        right: -5px;
    }
}

/*** related_test_centres_slider ***/

h3.other-test-centres {
    font-size: 18px;
    font-weight: bold;
    color: #D70039;
}

.related_slider {
    margin-top: 50px;
    margin-bottom: 150px;
}

.related_slider .related-slide {
    border-right: 1px #DDDDDD solid;
    padding-right: 15%;
    padding-left: 15%;
}

.related_slider .related-slide .related-permalink {
    color: #D70039;
    font-weight: 800;
    letter-spacing: 1.5px;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
}

.related_slider .related-slide .related-permalink::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-top: -2px;
    position: absolute;
    margin-left: -40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/red-fw-circle-ico.svg');
}

.related_test_centres_slider {
    max-width: 1500px !important;
    margin: 0 auto;
    margin-top: 60px;
}

.related_test_centres_slider.owl-carousel .owl-stage-outer {
    margin: 0 auto;
}

.related_test_centres_slider .related-title {
    font-weight: bold;
    color: #676767;
    margin-bottom: 5px;
}

.slider_nav {
     width: 100%;
    margin-top: -115px;
    position: absolute;
 }

.slider_nav .am-next,
.slider_nav .am-prev {
    position: absolute;
    padding: 10px;
    background-color: #f5f5f5;
    transform: rotate(-90deg);
    text-align: center;
    width: 200px;
    cursor: pointer;
    z-index: 70000;
}

.slider_nav .am-next p,
.slider_nav .am-prev p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.slider_nav .am-next {
    right: -87px;
}

.slider_nav .am-prev {
    left: -85px;
}

.slider_nav .am-next p {
    margin-left: -25px;
}

.slider_nav .am-prev p {
    margin-left: -25px;
}


.slider_nav .am-next p:after,
.slider_nav .am-prev p:after {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-top: 0;
    position: absolute;
    margin-left: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/related-slider-arrow-grey.svg');
}


.slider_nav .am-next p:after {
    transform: rotate(-90deg);
}

.slider_nav .am-prev p:after {
    transform: rotate(90deg);
}


@media(max-width: 575px) {
    .related_slider {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .related_slider .related-slide {
        padding-right: 20%;
        padding-left: 20%;
    }

    .slider_nav {
        margin-top: -180px;
    }
}

/*** faq block (ACF) ***/

.faq_block {
    padding: 35px 0;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.faq_block .faq-heading {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    cursor: pointer;
}

.faq_block .faq-heading:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-top: 5px;
    position: absolute;
    margin-left: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/plus-ico.svg');
}

.faq_block .hidden-faq {
    margin-top: 20px;
}

.faq_block .hidden-faq > p:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-top: 7px;
    position: absolute;
    margin-left: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/plus-ico.svg');
}

.faq_block .hidden-faq .inner-content{
    padding-left: 30px;
}

.paper-based-icon {
    position: relative;
    margin-left: 3px;
    top: 10px !important;
    width: 333px !important;
    color: #e31837 !important;
    padding-top: 15px !important;
}

.paper-based-icon.color-single p:last-child {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    color: #f01d3d !important;
    font-weight: normal !important;
}

.paper-based-icon::before{
    content: url('images/old-icons/preTestRed.svg');
    transform: scale(0.8);
    position: relative;
    left: -7px;
    top: -10px;
    z-index: 1000;
    width: 30px;
    float: left;
    margin-bottom: -25px;
}

.test_centre_image_slider .slide-image {
    background-position: center center;
}

.custom-lightbox .lb-inner {
    background-position: center center;
}

/*** New Computer Delivered ***/

.nw_container {
    width: 1350px !important;
    max-width: 90vw;
    margin: 0 auto;
}

.nw_smaller_container {
    width: 1100px !important;
    max-width: 90vw;
    margin: 0 auto;
}

.full_page_accordion .text_and_wysiwyg .nw_container {
    width: 1100px !important;
    max-width: 90vw;
    margin: 0 auto;
}


/* page_header */
.nw_page_header {
    margin-top: 6%;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.nw_page_header h1 {
    font-size: 35px;
    font-family: "Archivo Black";
    color: #000;
}

.nw_page_header h2 {
    font-size: 22px;
    font-family: "Khula";
    /*color: #6B6B6B;*/
    /*margin-bottom: 0;*/
    /*padding-bottom: 0;*/
    /*font-weight: 600;*/
}

.nw_page_header p {
    margin-bottom: 0;
}

.nw_page_header.display-hr {
    border-bottom: #EDEDED 1px solid;
}

@media(max-width: 767px){
    .nw_page_header {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        text-align: center;
    }

    .nw_page_header h1 {
        font-size: 22px;
    }

    .nw_page_header h2 {
        font-size: 16px;
        font-weight: 400;
    }

    .nw_page_header.display-hr {
        border-bottom: #EDEDED 1px solid;
    }
}

@media(max-width: 575px){

    .nw_page_header {
        margin-bottom: 20px;
    }
}


/*two_col_image_flip*/

.two_col_image_flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 75px;
    margin-top: 50px;
}

.two_col_image_flip.image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.two_col_image_flip.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.two_col_image_flip .image {
    width: calc(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 410px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EEE;
    height: 100%;
}

.two_col_image_flip.image-left .image {
    margin-right: 50px;
}

.two_col_image_flip.image-right .image {
    margin-left: 50px;
}

.two_col_image_flip .text {
    width: 50%;
    max-width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.two_col_image_flip .text a {
    color: #D02030;
    font-weight: 700;
    cursor: pointer;
}

/*.two_col_image_flip .text p {*/
    /*margin-bottom: 0;*/
/*}*/

.two_col_image_flip .text .text-section {
    margin-bottom: 40px;
}

.two_col_image_flip .text .text-section:last-of-type {
    margin-bottom: 0;
}

.two_col_image_flip.image-left .text {
    padding-left: 50px;
}

.two_col_image_flip.image-right .text {
    padding-right: 50px;
}

.two_col_image_flip h2 {
    /*font-size: 20px;*/
    color: #000000;
    /*font-family: 'khula';*/
    /*font-weight: bold;*/
}

.two_col_image_flip p {
    font-size: 16px;
}

.two_col_image_flip .buttons > a.read-more-button {
    margin-right: 20px;
    color: #E31837;
}


@media(max-width: 991px) {
    .two_col_image_flip .text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .two_col_image_flip .image {
		margin-top: 15px;
        min-height: auto;
        height: auto;
    }

    .two_col_image_flip {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .two_col_image_flip .text .text-section {
        margin-bottom: 20px;
    }

    .two_col_image_flip .text .text-section:last-of-type {
        margin-bottom: 0;
    }

}

@media(max-width: 767px) {

    .two_col_image_flip {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .two_col_image_flip .image {
        width: 100%;
        height: auto;
		margin-top: 15px;
    }

    .two_col_image_flip.image-left .image,
    .two_col_image_flip.image-right .image {
        margin: 0;
        margin-bottom: 30px;
    }

    .two_col_image_flip .text {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }

    .two_col_image_flip.image-left .text,
    .two_col_image_flip.image-right .text {
        padding: 0;
    }

    .two_col_image_flip h2 {
        font-size: 18px !important;
    }
}


/*** two_col_text ***/

.two_col_text {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.two_col_text_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.two_col_text_flex > div {
    width: 45%;
}

.two_col_text_flex > div p {
    margin-bottom: 0;
}

.two_col_text_flex h3 {
    color: #484848;
    font-size: 18px;
    font-family: 'khula';
    font-weight: bold;
}

@media(max-width: 767px) {

    .two_col_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .two_col_text_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .two_col_text_flex > div {
        width: 100%;
        margin-bottom: 40px;
    }

    .two_col_text_flex > div:last-of-type {
        margin-bottom: 0px;
    }
}

@media(max-width: 575px) {
    .two_col_text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* one col text */

.one_col_text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.one_col_text h3 {
    color: #484848;
    font-size: 18px;
    font-family: 'khula';
    font-weight: bold;
}

@media(max-width: 767px) {
    .one_col_text {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-top: 0;
        margin-bottom: 80px;
    }
}


html {
    scroll-behavior: smooth;
}


/**** Specific Prices ****/

.specific-prices p {
    margin-bottom: 10px;
}

.specific-prices {
    margin-bottom: 30px;
    margin-top: 20px;
}

.specific-prices > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 320px;
}

.specific-prices > div p:first-of-type {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.specific-prices > div p:last-of-type {
    font-weight: bold;
    color: #D70039;
    font-size: 18px;
    margin-bottom: 0;
}

/*** Get Directions ***/
.test_centre_header .red-btn, .test_centre_header .red-btn:hover {
    display: inline-block !important;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 210px;
}





/*** Test Centre Regions Pages ***/

.regions_header {
    padding-top: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.regions_header h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.regions_header h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0;
}

.regions_header .region-circle-image {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-color: grey;
    margin-right: 30px;
}

.regions_header .regions-header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.regions_header .regions-header-flex .regions-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.regions_header .regions-header-flex .regions-header-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.regions_header .regions-header-flex .regions-header-parent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regions_header .regions-header-flex .regions-header-parent a::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -23px;
    margin-top: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/back-ico.svg');
}

.regions_header .regions-header-flex .regions-header-parent a:hover {
    color: #777;
}
@media(max-width: 991px){

    .regions_header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .regions_header .regions-header-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .regions_header .regions-header-flex .regions-header-parent {
        margin-left: 25px;
        margin-bottom: 15px;
    }

    .regions_header .region-circle-image {
        min-width: 75px;
    }
}

@media(max-width: 575px){
    .regions_header h1,
    .regions_header h2 {
        font-size: 15px;
    }
}

/*** test centres listings (regions-test-centres.php) ***/
.regions_test_centres .test-centre-listing:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.regions_test_centres .test-centre-listing:nth-of-type(even) {
    background-color: #F8F8F8;
}

.regions_test_centres .test-centre-detail-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.regions_test_centres .address-with-br .inline-address:nth-of-type(5)::after,
.regions_test_centres .address-with-br .inline-address:last-of-type::after {
    display: none;
}

.regions_test_centres .test-centre-detail-overview .address-with-br,
.regions_test_centres .test-centre-detail-overview .contact-overview,
.regions_test_centres .test-centre-detail-overview .features-overview {
    width: 33%;
    padding-right: 60px;
}

.regions_test_centres .test-centre-detail-overview .contact-overview a:hover {
    color: #D70039;
}

.regions_test_centres .test-centre-detail-overview .contact-overview p {
    margin-bottom: 0;
}

.regions_test_centres .test-centre-detail-overview .address-with-br {
    margin-bottom: 80px;
}

.regions_test_centres .test-centre-listing {
    padding-top: 50px;
    padding-bottom: 50px;
}

.regions_test_centres .test-centre-listing h2 {
    font-size: 25px;
    font-family: khula;
    font-weight: 700;
    margin-bottom: 20px;
}

.regions_test_centres .test-centre-listing h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}


.regions_test_centres .test-centre-listing .acf-container {
    position: relative;
}

.regions_test_centres .test-centre-listing .test-centre-links {
    position: absolute;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.regions_test_centres .test-centre-listing .test-centre-links a {
    color: #D70039;
    font-weight: 800;
    letter-spacing: 1.5px;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 50px;
    display: block !important;
}

.regions_test_centres .test-centre-listing .test-centre-links a::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-top: -2px;
    position: absolute;
    margin-left: -40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/red-fw-circle-ico.svg');
}

@media(max-width: 991px){
    .regions_test_centres .test-centre-detail-overview .address-with-br,
    .regions_test_centres .test-centre-detail-overview .contact-overview,
    .regions_test_centres .test-centre-detail-overview .features-overview {
        width: 100%;
        margin-bottom: 30px;
    }

    .regions_test_centres .test-centre-detail-overview {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .regions_test_centres .test-centre-listing .test-centre-links {
        position: relative;
    }
}

/*** regions-other-locations-slider ***/

.regions-other-locations-slider {
    padding-top: 50px;
}

.regions-other-locations-slider .test-centre-circle-on-slider {
    padding-bottom: 90%;
    width: 90%;
    background-color: #F8F8F8;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.regions-other-locations-slider .slider_nav .am-next,
.regions-other-locations-slider .slider_nav .am-prev {
    margin-top: -70px;
}

.regions-other-locations-slider .slide-count-1 .related-slide {
    max-width: 50%;
    margin: 0 auto;
    border-right: none;
}
@media(max-width: 768.98px) {
    .regions-other-locations-slider .slide-count-1 .related-slide {
        max-width: 100%;
    }
}

/*** Test Centre Inner Updates ***/

.tc-slide-count-1 .related-slide {
    margin: 0 auto;
}

.tc-slide-count-1 .related-slide .text-left {
    text-align: center;
}




.mk-desktop-logo.dark-logo.mk-svg {
    margin-top: -5px;
}

/*** test centre header updates SEO ***/

.test_centre_header .h1 {
    margin-bottom: 15px;
}

.test_centre_header .h2 {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.66em;
}



/*** New Navigation ***/

.mk-header {
    background-color: #FFFFFF;
}

.mk-header .mk-header-toolbar {
    display: none;
}

.main-navigation-ul>li.menu-item>a.menu-item-link {
    font-family: khula;
    font-weight: 600;
    color: #333333 !important;
    font-size: 15px;
}

.menu-hover-style-5 .main-navigation-ul>li.menu-item.current-menu-item>a.menu-item-link {
    color: #f01d3d !important;
}

.main-navigation-ul>li.menu-item>a.menu-item-link:after {
    content: '';
    height: 5px !important;
    background-color: #f01d3d !important;
    opacity: 0;
    display: block;
    width: 0px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: ease all 0.25s;
}

.main-navigation-ul>li.menu-item>a.menu-item-link:hover:after,
.main-navigation-ul>li.menu-item.current-menu-item>a.menu-item-link:after {
    width: 80%;
    opacity: 1;
}

.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link {
    line-height: 85px;
}

.main-nav-side-search {
    display: none !important;
}

#menu-item-1491 a {
    color: white !important;
}

.main-navigation-ul > li.menu-item.red-highlight a {
    background-color: #f01d3d !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fit-logo-img a img {
    margin-left: 0;
}

@media(min-width: 1350px) {

    .mk-grid.header-grid {
        width: 1300px;
        max-width: 1300px;
    }
}

@media(max-width: 1349px) {
    .fit-logo-img a img {
        margin-left: 45px !important;
    }
}

/*** page_header_centered ***/

.page_header_centered {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.page_header_centered h1 {
    margin-bottom: 30px;
}

.page_header_centered h2 {
    font-size: 22px;
    font-family: "Khula";
    color: #6B6B6B;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 600;
}

@media(max-width: 767px) {
    .page_header_centered {
        padding-top: 30px;
    }
}

/*** main-block-headings ***/

.main-block-headings {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.main-block-headings h2 {
    font-weight: 400;
    font-family: "Archivo Black";
    font-size: 25px;
}


/*** column_3_events / events_grid ***/

.events_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: 50px;
}

.column_3_events .event-int {
    width: 33%;
    margin-bottom: 40px;
}

.events_grid .event-int .event-pad {
    padding-right: 30px;
}

.events_grid h2 {
    font-size: 20px;
    font-family: khula;
    font-weight: 700;
}

.events_grid h3 {
    font-size: 18px;
    font-family: khula;
    font-weight: 700;
    color: #E31837;
}

.events_grid a.read-more-button {
    font-family: khula;
    font-size: 15px;
    font-weight: 700;
    color:#E31837;
    letter-spacing: 1px;

}





.column_4_events .event-int {
    width: 25%;
    margin-bottom: 40px;
}


@media(max-width: 991px) {
    .column_4_events .event-int {
        width: 33%;
    }
}

@media(max-width: 767px) {
    .column_4_events .event-int,
    .column_3_events .event-int {
        width: 100%;
    }

    .events_grid h2 {
        text-align: left !important;
        font-size: 18px !important;
    }
}

/*** Fullwidth CTA ***/

.fullwidth_CTA {
    width: 100%;
    background-color: #F8F8F8;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fullwidth_CTA .image {
    width: 35%;
    background-color: #777777;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullwidth_CTA .content {
    display: inline-block;
    width: 65%;
}

.fullwidth_CTA .content .content-padding {
    padding: 80px;
}

.fullwidth_CTA h2 {
    font-family: "Archivo Black";
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.fullwidth_CTA h3 {
    font-family: khula;
    font-size: 18px;
    font-weight: 700;
    color: #E31837;
}

.fullwidth_CTA a {
    padding: 10px 30px;
    padding-bottom: 8px;
    font-family: khula;
    font-size: 18px;
    font-weight: 700;
    background: #E31837;
    color: white;
}


.fullwidth_CTA .paragraph {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 700px;
}

@media (max-width:1366px) {
    .fullwidth_CTA .content .content-padding {
        padding: 80px;
    }
}


@media(max-width: 991px) {
    .fullwidth_CTA .image {
        width: 100%;
        padding-bottom: 50%;
    }

    .fullwidth_CTA .content {
        width: 100%;
    }

    .fullwidth_CTA .content .content-padding {
        padding: 50px;
    }
}

.reduce-padding-top > .main-block-headings {
    padding-top: 0;
}




/* read-more-button with a arrow */

a.read-more-button.add-arrow {
    margin-right: 55px !important;
    position: relative;
}

a.read-more-button.add-arrow::after {
    background-image: url('images/red-fw-circle-ico.svg');
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -5px;
    right: -35px;
}

@media(max-width: 1250px) {
    a.read-more-button.add-arrow {
        display: inline-block;
        width: 100px;
        margin-bottom: 20px;
    }
}





/* Custom Class */
.add-margin-bottom-3_col {
    margin-bottom: 100px;
}


/* keep nav tidy */

.a-sticky .mk-header-holder, .a-sticky .mk-header-holder {
    top: 0 !important;
}

/*.header-style-1.sticky-style-fixed .mk-header-inner,*/
/*.header-logo.fit-logo-img.add-header-height {*/
/*    height: 90px !important;*/
/*}*/

.menu-hover-style-2 .main-navigation-ul > li.current-menu-item > a.menu-item-link,
.menu-hover-style-2 .main-navigation-ul > li.current-menu-item > a.menu-item-link:hover,
.menu-hover-style-2 .main-navigation-ul > li.menu-item > a.menu-item-link:hover {
    color:#E31837 !important;
}

@media(max-width: 767px) {

    .mk-desktop-logo.dark-logo.mk-svg {
        margin-top: 0;
    }
}


/*** footer social media ***/

.custom-follow-us {
    display: none !important;
}


footer .footer-social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .footer-social .social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .footer-social .social-container > a {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    cursor: pointer;
    display: block;
    margin-left: 20px;
}

footer .footer-social .social-container > a.facebook {
    background-image: url("images/footer-social/facebook.svg");
}

footer .footer-social .social-container > a.youtube {
    background-image: url("images/footer-social/youtube.svg");
}

footer .footer-social .social-container > a.twitter {
    background-image: url("images/footer-social/twitter.svg");
}

footer .footer-social .social-container > a.google_plus {
    background-image: url("images/footer-social/google_plus.svg");
}

@media(max-width: 991px){
    footer .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/*** JS Corner Button ***/

.mk-go-top {
    background-color: transparent !important;
}

.mk-go-top svg {
    top: 2px !important;
    left: 10px !important;
    height: 40px !important;
    width: 40px !important;
}

/**** REMOVE ON LIVE FOR NAV ***/


.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link {
    line-height: 89px;
}

.header-style-1.a-sticky .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link {
    line-height: 55px;
}

.header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper {
    padding-top: 91px;
}




/**** Home page slider ***/
/*.home_page_slider .background-image-holder,*/
/*.home_page_slider .slider_parent {*/
/*    height: 950px;*/
/*}*/

.home_page_slider .background-image-holder,
.home_page_slider .slider_parent {
    height: 732px;
}

.home_page_slider .background-image-holder {
    width: 100%;
    background-color: #555555;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_page_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left:50%;
    transform:translateX(-50%);
}

.home_page_slider .owl-dots button {
    position: relative;
    height: 15px;
    width: 15px;
    background-color: transparent !important;
    border: 2px solid #E31837 !important;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.home_page_slider .owl-dots button.active {
    background-color: #E31837 !important;
}

.home_page_slider .owl-dots button:focus{
    outline: none;
}

.home_page_slider .nw_container {
    position: relative;
}

.home_page_slider .main-text-body {
    padding-top: 10%;
    width: 40%;
}

.home_page_slider .large-white-circle {
    background-color: transparent;
    background-size: 80%;
    background-position: -35% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
}

.home_page_slider h1 {
    font-size: 35px;
    font-family: "Archivo Black";
}

.home_page_slider .smaller-circle {
    position: absolute;
    height: 240px;
    width: 240px;
    max-height: 240px;
    max-width: 240px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    top: 35%;
    right: 35%;
}

.home_page_slider .smaller-circle {
    margin-bottom: 0;
}

.home_page_slider .smaller-circle h2 {
    font-size: 25px;
    font-family: "Archivo Black";
    color: white;
    margin-bottom: 0;
}


@media(max-width: 1700px) {
    .home_page_slider .smaller-circle {
        right: 30%;
        top: 40%;
    }
}


@media(max-width: 1600px) {
    .home_page_slider .large-white-circle {
        background-position: -230px -620px;
    }
}

@media(max-width: 1500px) {
    .home_page_slider .large-white-circle {
        background-position: -275px -700px;
        height: 100%;
    }

    .home_page_slider .background-image-holder,
    .home_page_slider .slider_parent {
        height: 500px;
        overflow: hidden;
    }

    .home_page_slider h1 {
        font-size: 27px;
    }

    .home_page_slider .smaller-circle {
        height: 140px;
        width: 140px;
        max-height: 140px;
        max-width: 140px;
        padding: 35px;
        right: 40%;
    }

    .home_page_slider .smaller-circle h2 {
        font-size: 16px;
    }
}

@media(max-width: 1400px) {
    .home_page_slider .large-white-circle {
        background-position: -260px -620px;
    }
}

@media(max-width: 1300px) {
    .home_page_slider .large-white-circle {
        background-position: -200px -565px;
    }
}


@media(max-width: 1200px) {
    .home_page_slider .large-white-circle {
        background-position: -200px -500px;
    }


    .home_page_slider .smaller-circle {
        right: 35%;
        top: 40%;
    }

}


@media(max-width: 1100px) {
    .home_page_slider .large-white-circle {
        background-position: -200px -410px;
    }


    .home_page_slider .smaller-circle {
        height: 170px;
        width: 170px;
        max-height: 170px;
        max-width: 170px;
    }

    .home_page_slider .smaller-circle h2 {
        font-size: 18px;
    }
}

@media(max-width: 1000px) {
    .home_page_slider .large-white-circle {
        background-position: -300px -540px;
        background-size: 100%;
    }

    .home_page_slider .main-text-body {
        padding-top: 10%;
        width: 50%;
    }

    .home_page_slider .smaller-circle {
        max-height: 200px;
        max-width: 200px;
        height: 200px;
        width: 200px;
        right: 25%;
    }
}

@media(max-width: 992px) {
    .home_page_slider h1 {
        font-size: 25px;
    }
}


@media(max-width: 900px) {
    .home_page_slider .large-white-circle {
        height: 100%;
    }

    .home_page_slider .large-white-circle {
        background-position: -230px -390px;
        background-size: 95%;
    }

}

@media(max-width: 800px) {
    .home_page_slider .large-white-circle {
        background-position: -140px -270px;
        opacity: 0.85;
    }

    .home_page_slider .smaller-circle {
        right: 10%;
    }
}

@media(max-width: 700px) {
    .home_page_slider .large-white-circle {
        background-position: -225px -270px;
        background-size: 110%;
    }

    .home_page_slider .smaller-circle {
        max-height: 100px;
        max-width: 100px;
        height: 100px;
        width: 100px;
        right: 20%;
    }
}

@media(max-width: 600px) {
    .home_page_slider .large-white-circle {
        background-position: -80px -170px;
        background-size: 120%;
    }

    .home_page_slider .main-text-body {
        width: 85%;
    }

    .home_page_slider .background-image-holder,
    .home_page_slider .slider_parent {
        height: 600px;
    }
}

@media(max-width: 500px) {
    .home_page_slider .large-white-circle {
        background-position: -100px -130px;
        background-size: 120%;
    }
}

@media(max-width: 450px) {
    .home_page_slider .large-white-circle {
        background-position: -100px -190px;
        background-size: 140%;
    }

    .home_page_slider .smaller-circle {
        top: 53%;
    }
}

@media(max-width: 380px) {
    .home_page_slider .smaller-circle {
        right: 2%;
    }

    .home_page_slider .main-text-body {
        padding-top: 7%;
    }

    .home_page_slider h1 {
        font-size: 22px;
    }

    .home_page_slider .background-image-holder, .home_page_slider .slider_parent {
        height: 550px;
    }

    .home_page_slider .large-white-circle {
        background-position: -100px -130px;
    }
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    .home_page_slider .large-white-circle {
        height: 200%;
    }

    .home_page_slider .large-white-circle {
        -ms-background-position-x: -235px;
        -ms-background-position-y: -600px;
        background-size: 87%;
    }

    .home_page_slider .main-text-body {
        width: 40%;
        margin-left: 8%;
    }
}



@media(max-width: 1600px) and (-ms-high-contrast: none) {

    .home_page_slider .large-white-circle {
        -ms-background-position-x: -200px;
        -ms-background-position-y: -500px;
        height: 190%;
    }
}



@media(max-width: 1400px) and (-ms-high-contrast: none) {

    .home_page_slider .large-white-circle {
        -ms-background-position-x: -180px;
        -ms-background-position-y: -820px;
        height: 270%;
    }
}

@media(max-width: 1250px) and (-ms-high-contrast: none) {
    .home_page_slider a.read-more-button.add-arrow {
        width: 135px;
    }
}



@media(max-width: 1000px) and (-ms-high-contrast: none) {
    .home_page_slider .large-white-circle {
        -ms-background-position-x: -165px;
        -ms-background-position-y: -710px;
        height: 270%;
    }
}


@media(max-width: 900px) and (-ms-high-contrast: none) {
    .home_page_slider .main-text-body {
        padding-top: 15%;
    }

    .home_page_slider .large-white-circle {
        -ms-background-position-x: -110px;
        -ms-background-position-y: -690px;
        height: 290%;
    }
}


@media(max-width: 600px) and (-ms-high-contrast: none) {
    .home_page_slider .main-text-body {
        padding-top: 5%;
    }

    .home_page_slider .large-white-circle {
        -ms-background-position-x: -190px;
        -ms-background-position-y: -560px;
        height: 200%;
        background-size: 125%;
    }
}

@media(max-width: 550px) and (-ms-high-contrast: none) {
    .home_page_slider .large-white-circle {
        -ms-background-position-x: -190px;
        -ms-background-position-y: -805px;
        height: 200%;
        background-size: 145%;
    }

    .home_page_slider .main-text-body {
        width: 85%;
    }
}


























#mk-page-introduce.intro-left {
    display: none;
}

.page-id-2369 .mk-header {
    margin-bottom: 0 !important;
}
/*** TEXT AND WYSIWYG ***/

.text_and_wysiwyg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text_and_wysiwyg ul li {
    font-family: khula;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
    padding-inline-start: 0;
    position: relative;
}

.text_and_wysiwyg ul {
    list-style: none;
    margin-left: 0;
    padding-inline-start: 0;
}

.text_and_wysiwyg ul li::before {
    content: "•";
    color: #E31837;
    font-size: 35px;
    margin-top: 3px;
    position: absolute;
    left: -20px;
}


/*** 3 _column_number_counter ***/

.col_3_number_counter {
    background-color: #E31837;
    padding-top: 60px;
    padding-bottom: 60px;
}

.col_3_number_counter .number-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.col_3_number_counter .number-columns > div {
    width: 25%;
    text-align: center;
}

.col_3_number_counter h2,
.col_3_number_counter p {
    color: #FFFFFF;
}

.col_3_number_counter h2 {
    font-size: 45px;
    margin-bottom: 0;
}

.col_3_number_counter p {
    font-size: 18px;
    margin-bottom: 0;
}

@media(max-width: 1199.98px) {
    .col_3_number_counter h2 {
        font-size: 35px;
    }

    .col_3_number_counter .number-columns > div {
        width: 30%;
    }
}

@media(max-width: 767.98px) {
    .col_3_number_counter .number-columns > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_3_number_counter .number-columns > div:last-of-type {
        margin-bottom: 0;
    }

    .col_3_number_counter p {
        font-size: 16px;
    }
}


/*** 4_column_circle_icons ***/

.col_4_circle_icons {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 60px;
}

.col_4_circle_icons h2 {
    margin-bottom: 40px;
    text-align: center;
}

.col_4_circle_icons .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.col_4_circle_icons .columns > div {
    width: 15%;
    text-align: center;
}

.col_4_circle_icons .columns > div .circle-icon {
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 20px;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}


.col_4_circle_icons .columns > div:nth-of-type(4) .circle-icon {
    background-position: 60%;
    background-size: 55%;
}


@media(max-width: 767.98px) {
    .col_4_circle_icons .columns > div {
        width: 50%;
    }

    .col_4_circle_icons .columns > div .column_padding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*** Col 4 Images ***/


.col_4_images {
    padding-bottom: 40px;
}

.col_4_images .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.col_4_images .columns > div {
    width: 20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media(max-width: 767.98px) {
    .col_4_images .columns > div {
        width: 50%;
    }
}

/*** 2_column_text_repeater_link ***/

.col_2_text_repeater_link {
    padding-top: 60px;
    padding-bottom: 60px;
}

.col_2_text_repeater_link .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.col_2_text_repeater_link .columns > div {
    width: 50%;
}

.col_2_text_repeater_link .columns > div .padding_container {
    padding-right: 10%;
}

@media(max-width: 767.98px) {
    .col_2_text_repeater_link .columns > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_2_text_repeater_link .columns > div .padding_container {
        padding-right: 0;
    }
}


/*** 3_column_icons_text ***/

.col_3_icons_text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.col_3_icons_text .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.col_3_icons_text .columns > div {
    width: 28%;
    text-align: center;
}

.col_3_icons_text .icon {
    width: 100%;
    padding-bottom: 25%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

@media(max-width: 991.98px) {
    .col_3_icons_text .columns > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_3_icons_text .icon {
        padding-bottom: 100px;
    }
}


/*** full_page_accordion ***/

.full_page_accordion {
    margin-bottom: 100px;
}

.full_page_accordion .accordion-buttons-wrapper {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}

.full_page_accordion .accordion-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full_page_accordion .accordion-buttons li,
.full_page_accordion .accordion-buttons ul {
    list-style: none;
    padding-inline-start: 0;
    padding-left: 0;
    margin-left: 0;
}

.full_page_accordion .accordion-buttons ul {
    margin-right: 0;
}

.full_page_accordion .accordion-buttons li {
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    font-family: khula;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #A59D95;
    position: relative;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.full_page_accordion .accordion-buttons li:hover {
    color: #E31837;
}

.full_page_accordion .accordion-buttons .accordion-heading.active li {
    color: #E31837;
}

.full_page_accordion .accordion-buttons .accordion-heading li::after {
    content: '';
    width: 0%;
    height: 5px;
    background-color: #E31837;
    position: absolute;
    left: 0;
    bottom: -18px;
    transition: ease all 0.2s;
}

.full_page_accordion .accordion-buttons .accordion-heading.active li::after {
    width: 100%;
}



.full_page_accordion .accordion_section {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: ease opacity 0.5s;
}

.full_page_accordion .accordion_section.active {
    opacity: 1;
    visibility: visible;
    max-height: 1000000px;
}

.full_page_accordion .text_and_wysiwyg {
    padding-bottom: 0;
    padding-top: 20px;
}

.full_page_accordion .text_and_wysiwyg:first-of-type {
    padding-top: 60px;
}

.full_page_accordion .col_3_number_counter {
    margin-top: 70px;
}

.full_page_accordion .two_col_image_flip .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.full_page_accordion .two_col_image_flip .buttons > a.read-more-button {
    width: 160px;
}

.full_page_accordion .two_col_image_flip .buttons > a.read-more-button:nth-of-type(even) {
    margin-left: 40px;
}

.full_page_accordion a.read-more-button {
    font-size: 15px !important;
    display: inline-block;
    padding-bottom: 20px;
}


.mobile_accordion_headings {
    display: none;
    margin: 0;
}

.mobile_accordion_headings li {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    padding: 15px 30px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    font-weight: bold;
    position: relative;
}

.mobile_accordion_headings li::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    background-image: url('images/accordion-arrow.svg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-id-2373 .full_page_accordion .accordion-buttons,
.page-id-15345 .full_page_accordion .accordion-buttons {
    width: 550px;
    margin: 0 auto;
}

.full_page_accordion .text_and_wysiwyg h1,
.full_page_accordion .text_and_wysiwyg h2,
.full_page_accordion .text_and_wysiwyg h3,
.full_page_accordion .text_and_wysiwyg h4,
.full_page_accordion .text_and_wysiwyg h5 {
    font-family: khula;
}


@media(max-width: 1200px) {
    .full_page_accordion .two_col_image_flip .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .full_page_accordion .two_col_image_flip .buttons > a.read-more-button:nth-of-type(even) {
        margin-left: 0;
    }

    .full_page_accordion a.read-more-button {
        font-size: 15px !important;
    }
}

@media(max-width: 991px) {
    .full_page_accordion .col_3_number_counter {
        margin-bottom: 35px;
    }

    .full_page_accordion .accordion-buttons-wrapper {
        display: none;
    }

    .mobile_accordion_headings {
        display: block;
    }

}

/* test_score_javascript_block */

.test_score_javascript_block {

}

.test_score_javascript_block .benchmark-codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.test_score_javascript_block .benchmark-codes .benchmark-width {
    width: 25%;
}

.test_score_javascript_block .benchmark-codes .benchmark-padding {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    position: relative;
}

.test_score_javascript_block .benchmark-codes .benchmark-padding > div {
    background-color: #f5f5f5;
    padding-bottom: calc(100%);
    border-radius: 50%;
    cursor: pointer;
}

.test_score_javascript_block .benchmark-codes .benchmark-padding > div p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 0;
}



.test_score_javascript_block .benchmark-codes .benchmark-circle.active .benchmark-bkg,
.test_score_javascript_block .benchmark-codes .benchmark-circle .benchmark-bkg:hover {
    background-color: #f01d3d;
    transition: ease all 0.3s;
}


.test_score_javascript_block .benchmark-codes .benchmark-circle.active .benchmark-bkg p,
.test_score_javascript_block .benchmark-codes .benchmark-circle .benchmark-bkg:hover p {
    color: #FFFFFF;
}


.test_score_javascript_block .IELTS-scores .score-box {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f01d3d;
    border-radius: 10px;
    list-style: none;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    max-height: 0;

    transition: ease opacity 0.5s;
}

.test_score_javascript_block .IELTS-scores .score-box.active {
    opacity: 1;
    visibility: visible;
    max-height: 100000px;
    padding: 30px;
    margin-top: 30px;
}

.test_score_javascript_block .IELTS-scores .score-box > li {
    width: 25%;
    padding: 0;
    padding-inline-start: 0;
    margin: 0;
    text-align: center;
}

.test_score_javascript_block .IELTS-scores .score-box > li h3 {
    font-size: 60px;
    font-weight: 400;
    font-family: khula;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 1;
}

.test_score_javascript_block .IELTS-scores .score-box > li p {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}



@media(max-width: 768.98px) {
    .test_score_javascript_block .IELTS-scores .score-box > li {
        width: 50%;
    }

    .test_score_javascript_block .IELTS-scores .score-box > li p {
        margin-bottom: 30px;
    }

    .test_score_javascript_block .IELTS-scores .score-box.active {
        padding-bottom: 0;
    }
}

@media(max-width: 575px) {
    .test_score_javascript_block .benchmark-codes .benchmark-padding {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

}

.events_page_section .featured_events {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.events_page_section .featured_events h2 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.events_page_section .featured_events h4 {
    text-transform: uppercase;
    font-family: khula;
    color: #676767;
}

.events_page_section .featured_events h3,
.events_page_section .other_events h4 {
    font-family: khula;
    font-size: 18px;
    color: #E31837;
}

.events_page_section .other_events h3 {
    font-family: khula;
    font-size: 20px;
}

.events_page_section .featured_events p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.events_page_section .other_events .nw_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.events_page_section .other_events .single_event {
    width: 50%;
}

.events_page_section .other_events .single_event > div {
    padding-right: 50px;
}

@media(max-width: 991px) {
    .events_page_section .other_events .single_event {
        width: 100%;
        margin-bottom: 30px;
    }
}


@media(max-width: 575px) {
    .events_page_section .featured_events h2 {
        font-size: 20px;
    }

    .events_page_section .featured_events {
        margin-bottom: 35px;
    }


    .home .text_and_wysiwyg a.read-more-button.add-arrow {
        margin: 0 auto !important;
    }

    .col_4_circle_icons p {
        font-size: 14px;
    }

    .new-site-style h2 {
        font-size: 18px;
    }
    .new-site-style p {
        font-size: 16px;
    }

    .animated-number {
        font-size: 30px;
    }
}

/**** ITC Button style ***/

.page-template-test-centre-template .red-btn {
    border: 3px solid #D70039;
    transition: ease all 0.3s;
}

.page-template-test-centre-template .red-btn:hover {
    border: 3px solid #D70039;
    color: #D70039;
    background-color: white;
}

div.single_blog_post,
div.blog_post_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.single_blog_post.full-width-post-content > div.main_column{
    width: 100% !important;
}

div.single_blog_post > div.main_column,
div.blog_post_grid > div.main_column {
    width: 75%;
}
div.single_blog_post > div.sidebar_column,
div.blog_post_grid > div.sidebar_column {
    width: 25%;
}
div.single_blog_post > div.sidebar_column {
    margin-left: 8.3333%;
}
div.blog_post_grid > div.sidebar_column {
    margin-left: 40px;
}

div.blog_post_grid > div.main_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.blog_post_grid div.blog_post_preview {
    width: 50%;
}
div.blog_post_grid div.blog_post_preview {
    padding-right: 20px;
    padding-bottom: 70px;
}
div.blog_post_grid div.blog_post_preview:nth-of-type(2n) {
    padding-left: 20px;
    padding-right: 0;
}

.image-16-9 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 56.25%;
    overflow: hidden;
}

@media(max-width: 1400px) and (min-width: 1350px) {
    .mk-desktop-logo.dark-logo.mk-svg {
        margin-left: 40px;
    }
}


/*** New header stuff **/

@media (min-width: 1650px) {
    .mk-grid.header-grid {
        width: 1600px;
        max-width: 1600px;
    }
}





/**** ------- NEW COVID 19 PAGE -------- ****/

.anchor_link_menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.center-anchor_link_menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anchor_link_menu a {
    margin-right: 50px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
}

.anchor_link_menu a:last-of-type {
    margin-right: 0;
}

.anchor_link_menu a:after {
    position: absolute;
    top: 6px;
    content: '';
    height: 10px;
    width: 10px;
    right: -17px;
    background-image: url('images/down-arrow-thin.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

a:hover {
    color: #f01d3d;
}

@media(max-width: 767.98px) {
    .center-anchor_link_menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
    }
}

/*** .covid_table ***/

.covid_table.two_col_image_flip.image-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.venue-locations-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.venue-locations-dropdowns select {
    background-color: #FDFDFD;
    border: solid 1px #EBEBEB;
    padding: 5px 15px;
    padding-top: 10px;
    margin-bottom: 30px;
    width: 300px;
}

.venue-locations-dropdowns h3 {

}

.covid-table-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.covid-table-header {
    background-color: #E31837;
    color: white;
    padding: 25px;
    padding-bottom: 17px;
}

.covid-table-header h3 {
    color: white;
    margin-bottom: 0;
}

.covid-table-columns {
    margin-bottom: 0;
}

.covid-table-columns.ctc-header {
    background-color: #DBDBDB;
}

.covid-table-columns.ctc-header p {
    font-weight: bold;
}

.covid-table-columns > div {
    padding: 15px;
    padding-left: 25px;
}

.covid-table-columns {
    margin-bottom: 0;
    border-bottom: 1px solid #DBDBDB;
}

.covid-table-columns:last-of-type {
    border-bottom: 1px solid #FFFFFF;
}

.covid-table-instance {
    margin-bottom: 50px;
}

.mobile.ctc-header {
    display: none;
}

.covid-table-mobile-link-thru {
    display: none;
    padding: 25px !important;
    margin-top: -75px;
}


.covid-table-mobile-link-thru p,
.covid-table-mobile-link-thru a.read-more-button {
    padding: 0;
    margin: 0;
}

@media(max-width: 991.98px) {
    .covid-table-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 100px;
    }

    .covid-table-columns > div {
        height: 50px;
        max-height: 50px;
    }

    .covid-table-columns > div p {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 1.2;
    }

    .covid-table-columns .blank-box {
        display: none;
    }

    .mobile.ctc-header {
        display: block;
        background-color: #FFFFFF;
    }

    .desktop.ctc-header {
        display: none;
    }

    .covid-table-mobile-link-thru {
        display: block;
    }

    .covid-table-link-thru {
        display: none;
    }
}

@media(max-width: 575px) {
    .covid-table-columns > div {
        height: 60px;
        max-height: 60px;
    }

    .venue-locations-dropdowns select {
        width: 100%;
    }

    .covid-table-columns {
        padding-bottom: 80px;
    }

}



@media(max-width: 400px) {
    .covid-table-columns > div {
        height: 75px;
        max-height: 75px;
    }
}



@media(max-width: 1250px) {
    a.read-more-button.add-arrow {
        width: 110px;
    }
}

@media(max-width: 1130px) {
    a.read-more-button.add-arrow {
        width: 90px;
    }
}

@media(max-width: 991.98px) {
    a.read-more-button.add-arrow {
        width: fit-content;
    }
}

/*** Faq Block Updates ***/

.faq_block .hidden-faq {
    cursor: pointer;
}

.faq_block .hidden-faq.active > p:after {
    background-image: url('images/minus-ico.svg');
}

.covid_faq_block.faq_block .faq-heading:after {
    display: none;
}

.covid_faq_block.faq_block .faq-heading {
    font-size: 20px;
}

.faq_block .hidden-faq > p {
    font-weight: bold;
}

.covid_faq_block.faq_block .hidden-faq .inner-content {
    margin-bottom: 30px;
}

.covid_faq_block.faq_block {
    padding-top: 55px;
    padding-bottom: 55px;
}

/*** Custom fullwidth_cta styles ***/

a.inline-link {
    padding: 0;
    background-color: transparent;
    color: #E31837;
    font-size: 16px;
}

.less-padding-margin-bottom-h2 h2 {
    padding-bottom: 0 !important;
}

.less-padding-margin-bottom-h2 a.inline-link {
    color: #333333;
}

/*** Homepage slider 2_0 ***/


.home_page_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left:50%;
    transform:translateX(-50%);
}

.home_page_slider_2_0 .owl-dots button {
    position: relative;
    height: 15px;
    width: 15px;
    background-color: transparent !important;
    border: 2px solid #E31837 !important;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.home_page_slider_2_0 .owl-dots button.active {
    background-color: #E31837 !important;
}

.home_page_slider_2_0 .owl-dots button:focus{
    outline: none;
}

.home_page_slider_2_0 .owl-dots {
    position: absolute;
    top: 100px;
    right: calc( 50% - 150px);
}

.home_page_slider_2_0 .slide-info-padding {
    padding: 150px 80px;
    background-color: #F8F8F8;
}

.home_page_slider_2_0 .row {
    margin-bottom: 0;
}

.home_page_slider_2_0 .slide-info-padding .slide-inner-cont {
    max-width: 550px;
}

.home_page_slider_2_0 .slider-back {
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_page_slider_2_0 a.read-more-button.red-bkg {
    padding-bottom: 7px !important;
}

.home_page_slider_2_0 p {
    margin-bottom: 40px;
}

.mk-header {
    z-index: 1000;
}

@media(max-width: 991.98px) {
    .home_page_slider_2_0 h1 {
        font-size: 25px;
    }

    .home_page_slider_2_0 .slide-info-padding {
        padding: 110px 50px;
    }

    .home_page_slider_2_0 .owl-dots {
        top: 65px;
        right: calc( 50% - 50px);
    }

    .home_page_slider_2_0 a.read-more-button {
        font-size: 16px !important;
    }
}

@media(max-width: 767.98px) {
    .home_page_slider_2_0 .slides-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home_page_slider_2_0 .slider-back {
        padding-bottom: 300px;
    }

    .home_page_slider_2_0 h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 15px;
    }

    .home_page_slider_2_0 .slide-info-padding {
        padding: 20px;
        text-align: center;
        padding-bottom: 100px;
    }

    .home_page_slider_2_0 .owl-dots {
        position: absolute;
        bottom: 340px;
        top: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home_page_slider_2_0 p {
        margin-bottom: 20px;
    }

    .home_page_slider_2_0 .slide-info-padding .slide-inner-cont {
        max-width: unset;
    }
}


.page-id-1483 .custom-register-header .mk-grid.header-grid {
    min-width: 100%!important;
    width: 100% !important;
}

.events_page_section .other_events .single_event {
    margin-bottom: 40px;
}

.main-navigation-ul > li.menu-item.red-highlight a {
    background-color: #BD60A5!important;
}

/*** Accessibility ***/

a:focus,
button:focus,
iframe:focus,
select:focus,
input:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    outline: thin dotted !important;
}

/*** regions header update ***/

.regions-header-paragraph {
    max-width: 60%;
    margin-top: 20px;
}

@media(max-width: 767px) {
    .regions-header-paragraph {
        max-width: 100%;
        margin-top: 10px;
        line-height: 1.2;
    }
}

/*** SEO CTA ***/

.seo-cta a {
    display: none !important;
}

.seo-cta h2 {
    padding-bottom: 0 !important;
}

.seo-cta ol {
    padding-inline-start: 0;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*** ALT TEXT PROVINCE PAGE STYLES ***/

.province-circle-link img {
    max-height: 152px !important;
    width: auto !important;
}


/*** $ column text steps ***/

.col_4_text_steps {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col_4_text_steps .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col_4_text_steps h2 {
    padding-bottom: 0;
    color: #E31837;
    font-family: khula;
    font-weight: bold;
}

.col_4_text_steps .columns > div {
    width: 25%;
}

.col_4_text_steps .columns > div .column_padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.col_4_text_steps .columns > div h4 {
    font-family: khula;
}

.col_4_text_steps .after_paragraph p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2.5rem;
}

.col_4_text_steps a.read-more-button.add-arrow {
    width: unset!important;
    margin-bottom: 0 !important;
}

.col_4_text_steps .text-align-setting {
    text-align: center;
}

@media(max-width: 991.98px) {
    .col_4_text_steps .columns > div {
        width: 100%;
    }

    .col_4_text_steps .text-align-setting {
        text-align: left;
    }

    .col_4_text_steps .columns > div .column_padding {
        padding: 0;
    }

    .col_4_text_steps .after_paragraph p {
        margin-top: 1rem;
    }
}


@media(max-width: 767.98px) {
    .col_4_text_steps {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*** 3 column custom content updates ***/

@media(max-width: 1199px) {
    header.mk-header-shortcode {
        padding-top: 50px;
    }
}

/*** About 2021 Updates ***/
.page-id-16541 .two_col_image_flip .buttons > a.read-more-button {
    width: 160px;
    display: inline-block;
    padding-bottom: 20px;
}

.page-id-16565 .two_col_text {
    margin-bottom: 0px;
}

.page-id-16570 table td, .page-id-16570 table th {
    text-align: left;
}

.page-id-16570 table th {
    text-transform: inherit;
}

.postid-16595 .nw_page_header, .nw_page_header.border-bottom {
    margin-bottom: 0px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 45px;
}

.nw_page_header.border-bottom {
    text-align: left;
}

.postid-16595 .padding_container.text-center {
    text-align: left;

}

.text_and_wysiwyg.new-site-style p a {
    font-weight: bold;
}

.text_and_wysiwyg {
    padding-top: 15px;
    padding-bottom: 60px;
}

.text_and_wysiwyg .container-osr {
    padding-top: 15px;
    padding-bottom: 0px;
}

@media(max-width:575px) {
    .page-id-16541 .nw_smaller_container .page_header_centered {
        text-align: left;
    }
    .page-id-16541 .text_and_wysiwyg, .page-id-16550 .text_and_wysiwyg, .page-id-16565 .text_and_wysiwyg, .page-id-16570 .text_and_wysiwyg, .page-id-16578 .text_and_wysiwyg, .page-id-16588 .text_and_wysiwyg {
        padding-top: 0px;
    }
    .new-site-style h3 {
        font-size: 16px;
    }
    .mk-opened-nav .mk-responsive-nav  {
        overflow: hidden;
    }
    .nw_page_header.border-bottom {
        padding-bottom: 20px;
        margin: 30px 0px 0px;
    }
}

/*** New Nav Dropdown 2021 ***/
.main-navigation-ul ul.sub-menu {
    background-color: #FFFFFF !important;
    /*display: block !important;*/
    left: 0px !important;
    -webkit-box-shadow: 0px 13px 15px 5px rgba(0,0,0,0.05) !important;
    box-shadow: 0px 13px 15px 5px rgba(0,0,0,0.05) !important;
    margin-top: 1px !important;
    z-index: 29999 !important;
    padding: 0 !important;
}

.main-navigation-ul ul.sub-menu a {
    font-family: khula;
    font-weight: 600 !important;
    color: #333333 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    padding: 15px 25px !important;
    border-bottom: 1px solid #E9E9E9;
}
.main-navigation-ul ul.sub-menu a.menu-item-link:hover {
    color: #f01d3d !important;
}

.main-navigation-ul ul.sub-menu::after {
    display: none !important;
}
.menu-hover-style-5 .main-navigation-ul>li.menu-item>a.menu-item-link:after {
    z-index: -10;
}
/*.home_page_slider_2_0 > .slider_parent.owl-carousel {*/
    /*z-index: -1;*/
/*}*/

.main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link {
    color: #E31837 !important;
}

.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
    width: 300px;
}

.mk-opened-nav .mk-responsive-nav ul.sub-menu li a {
    color: #676767!important;
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0px;
    margin: 0px 15px;
    font-weight: 600;
    font-size: 15px;
}
.mk-responsive-nav>li>ul.sub-menu{
    background: #F5F5F5;
}
.mk-opened-nav .mk-responsive-nav li > a {
    text-align: left;
}

svg.mk-svg-icon {
    height: 30px!important;
    width: 30px!important;
}

.mk-responsive-nav .mk-nav-arrow {
    left: 0;
    right: 0!important;
    top: 0 !important;
    bottom: 0;
    width: 100%!important;
    text-align: right!important;
    padding-top: 10px;
    padding-right: 15px;
}

span.mk-nav-arrow.mk-nav-sub-opened svg {
    transform: rotate(180deg);
}
.mk-opened-nav .mk-responsive-nav>li {
    width: 100%;
}

/* Sept 21 Preparation Pages */
.text_and_wysiwyg a.read-more-button.add-arrow {
    width: auto;
}
.image_flip.border-bottom {
    margin-bottom: 0px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 60px;
}
.two_col_image_flip h1 {
    font-family: "Archivo Black";
    color: #000000;
}
.text_and_wysiwyg.new-site-style.no-spacing-bottom {
    padding-bottom: 0px;
}
.text_and_wysiwyg.new-site-style.mobile-spacing ul, .text_and_wysiwyg.new-site-style.mobile-spacing ul li:last-child {
    margin-bottom: 0;
}
.fullwidth_CTA.new-site-style.top-bottom-spacer {
    margin-top: 0;
    margin-bottom: 45px;
}
.test_table {
    padding-bottom: 90px;
}
.page-id-16716 .two_col_image_flip h2 {
    font-size: 24px;
    font-family: "Archivo Black";
}
.page-id-16716 ul li {
    margin-bottom: 20px;
    color: #000;
}
.page-id-16716 .text_and_wysiwyg p {
    color: #000;
}
.test_table h3 {
    font-family: "Archivo Black";
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
}
.test_table .row {
    margin-bottom: 0px;
    float: unset;
}
.test_table .table-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
    border: 0.5px solid #EBEBEB;
}
.test_table p {
    margin-bottom: 0;
    font-size: 16px;
    color: #676767;
}
.table-column-headings > div {
    background: #E31837;
}
.table-column-headings p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.table-sub-heading {
    background: #F8F8F8;
}
.table-sub-heading p {
    color: #676767;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
/**Accordion**/
.collapse {
    display: none;
    transition: .3s ease-in-out;
}
.collapse.show {
    display: block;
    transition: .3s ease-in-out;
}
.table-column-headings p img.active{
    transform: rotate(180deg);
}
.stacked_options.new-site-style .nw_container > .row {
    margin-bottom: 0;
    padding: 80px 0px 40px
}
.stacked_options .row p:last-child {
    margin: 0px;
}
.stacked_options.new-site-style {
    background: #fff;
}
.stacked_options h2 {
    padding-bottom: 0;
    font-size: 2.188rem;
}
.stacked_options p {
    color: #676767;
    font-size: 1.125rem;
}
.stacked_options p strong {
    color: #E31837;
}
.stacked_options .border-bottom {
    border-bottom: 1px solid #676767;
}
.universal-button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stacked_options a.read-more-button.add-arrow {
    margin-right: 35px!important;
}
.stacked-subheading{
    margin-bottom: 40px;
}
.stacked_options .row {
    float: unset;
}
.page-id-16739 .stacked_options.new-site-style .nw_container > .row {
    padding: 15px 0px 60px;
}
.page-id-16739 .stacked_options h2 {
    font-size: 24px;
}
.page-id-16773 .fullwidth_CTA {
    margin: 0px;
}
.text_and_wysiwyg.new-site-style.mobile-spacing .nw_container p:last-child {
    margin-bottom: 0px;
}
.page-id-16773 .text_and_wysiwyg.new-site-style.mobile-spacing:nth-child(2) {
    padding-top: 0px;
}
.home a.read-more-button.add-arrow {
    width: auto;
}
.text_video {
    padding: 7.5rem 0px;
}
.text_video h2 {
    font-family: "Archivo Black";
    margin-bottom: 1.563rem;
    color: #000;
}
iframe.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-content p {
    margin-bottom: 2.813rem;
}
.video__wrapper {
    position: relative;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: none;
}
.video__wrapper img {
    width:100%;
    height:auto;
}
.video__wrapper iframe, .embed-responsive-16by9:before {
    display:none;
}
.play-btn:before {
    background-image: url('/wp-content/uploads/2021/09/video-play.svg');
    content: '';
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    width: 126px;
    height: 90px;
    opacity: 1;
    background-repeat: no-repeat;
}
button#play {
    background-color: transparent;
    border: 0;
}
.page-id-16790 .text_video {
    padding: 40px 0px 45px;
}
.page-id-16716 .image_flip.mobile-spacing .two_col_image_flip {
    margin: 55px 0px 92px;
}
.image_flip.mobile-spacing a.read-more-button.add-arrow {
    width: auto;
}
.page-id-16739 .text_and_wysiwyg  a.read-more-button.add-arrow, .page-id-16790 .text_and_wysiwyg  a.read-more-button.add-arrow {
    margin-right: 100px !important;
}
.text_and_wysiwyg ul li {
    margin-bottom: 15px;
}
.page-id-16859 a.read-more-button.add-arrow {
    width: fit-content;
}
.column_3_events.events_grid .events-headings h2 {
    font-family: 'Archivo Black';
    font-size: 25px;
    color: #000;
}
.column_3_events.events_grid .events-headings p {
    color: #676767;
    font-size: 18px;
}
.column_3_events.events_grid {
    background: #F8F8F8;
    padding: 70px 140px;
}
.stacked_options.new-site-style p strong {
    color: #676767;
}
.page-id-16790 .text_and_wysiwyg ul li, .page-id-16790 .text_and_wysiwyg ul li:last-child, .page-id-16790 .text_and_wysiwyg.mobile-spacing ul li:last-child {
    margin-bottom: 5px;
}
.page-id-16790 .text_and_wysiwyg.mobile-spacing ul {
    margin-bottom: 25px;
}
.page-id-16790 .text_and_wysiwyg.mobile-spacing h2 {
    margin-bottom: 10px;
    padding-bottom: 0px;
}
@media(max-width:1199.98px) {
    .image_flip.border-bottom .two_col_image_flip {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .image_flip.border-bottom {
        margin-bottom: 45px;
    }
    .stacked_options.new-site-style .nw_container > .row {
        padding: 3.125rem 0px;
    }
    .text_video {
        padding: 3.125rem 0px;
    }
    .page-id-16859 .two_col_image_flip {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .home_page_slider_2_0 .slider-back {
        padding-bottom: 400px;
    }
    .home_page_slider_2_0 .slide-info-padding {
        padding: 50px;
    }
    .home_page_slider_2_0 .slide-info-padding .slide-inner-cont {
        max-width: 100%;
    }
    .home_page_slider_2_0 .owl-dots {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .column_3_events.events_grid {
        padding: 50px;
    }
}
@media(max-width:991.98px) {
    .image_flip.border-bottom .two_col_image_flip{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .text_and_wysiwyg.mobile-spacing {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .text_and_wysiwyg.mobile-spacing a.read-more-button.add-arrow {
        display: block;
        width: fit-content;
    }
    .two_col_image_flip h1 {
        font-size: 26px;
    }
    .test_table p {
        font-size: 14px;
    }
    .table-sub-heading p{
        font-size: 16px;
    }
    .table-column-headings p {
        font-size: 18px;
    }
    .stacked_options h2 {
        font-size: 2rem;
    }
    .page-id-16716 .image_flip.mobile-spacing .two_col_image_flip {
        margin: 55px 0px;
    }
    .page-id-16859 .two_col_image_flip .text .text-section {
        margin-bottom: 0;
    }
}
@media(max-width:767.98px) {
    .image_flip.border-bottom .two_col_image_flip {
        margin-top: 0px;
    }
    .image_flip.border-bottom {
        margin-bottom: 30px;
    }
    .text_and_wysiwyg h2 {
        font-size: 18px;
    }
    .two_col_image_flip p {
        font-size: 16px;
    }
    .buttons.padding-bottom-xs-4 a {
        margin-bottom: 0px;
    }
    .two_col_image_flip.image-left .image.margin-0 {
        margin-bottom: 0px;
    }
    .image_flip.border-bottom .two_col_image_flip .text .text-section:last-of-type {
        margin-bottom: 20px;
    }
    .page-id-16790 .text_video {
        padding: 30px 0px 25px;
    }
    .page-id-16800 .stacked_options.new-site-style .nw_container > .row {
        padding: 40px 0px 50px;
    }
    .test_table h3 {
        font-size: 20px;
    }
    .table-column-headings p img {
        position: absolute;
        right: 20px;
    }
    .test_table {
        padding-bottom: 30px;
    }
    .test_table .card {
        margin-bottom: 10px;
    }
    .table-column-headings p br {
        content: '';
        padding-left: 5px;
        display: inline-block;
    }
    .stacked_options h2 {
        font-size: 1.5rem;
    }
    .text_and_wysiwyg ul {
        margin-bottom: 0px;
    }
    .page-id-16716 .image_flip.mobile-spacing .two_col_image_flip {
        margin: 0px 0px 55px;
    }
    .column_3_events.events_grid {
        padding: 30px;
    }
}

/** Test Dates Page **/
.page-id-16859 .page_header_centered h2 {
    color: #000;
    font-weight: 800;
}
.page-id-16859 .two_col_image_flip h2 {
    font-family: "Archivo Black";
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.test_venues_block {
    padding: 5.625rem 0 0;
}
.test_venues_block .row {
    float: unset;
}
.test_venues_block p {
    color: #676767;
    font-weight: bold;
}
.test_venues_block a img {
    border-right: 1px solid #e7e7e7;
    width: 100%;
    margin-bottom: 1.188rem;
}

.test_venues_block a:nth-child(3) img, .test_venues_block a:nth-child(6) img, .test_venues_block a:nth-child(9) img {
    border-right: 0px;
}

.test_venues_block.text-center h2 {
    font-family: 'Archivo Black';
    font-size: 2.188rem;
    margin-bottom: 3.75rem;
}

@media(max-width:991.98px) {
    .test_venues_block a:nth-child(3) img {
        border-right: 1px solid #e7e7e7;
    }
    .test_venues_block a:nth-child(2) img, .test_venues_block a:nth-child(4) img, .test_venues_block a:nth-child(8) img {
        border-right: 0px;
    }
    .test_venues_block.text-center h2 {
        font-size: 1.9rem;
    }
    .page-id-16773 .fullwidth_CTA .d-none.d-md-block {
        min-height: 550px;
        background-position: bottom!important;
    }
}

@media(max-width:767.98px) {
    .test_venues_block a img, .test_venues_block a:nth-child(3) img {
        border-right: 0px;
    }
    .test_venues_block.text-center h2 {
        font-size: 1.6rem;
    }
    .test_venues_block {
        padding: 3.125rem 0 0;
    }
}

@media(max-width: 1400px) {
    .events_holder.nw_container {
        width: 100% !important;
        max-width: 100vw;
    }
}
@media(min-width: 1200px) {
    .home_page_slider_2_0 .slide-info-padding, .home_page_slider_2_0 .slider-back {
        min-height: 500px;
        max-height: 500px;
    }
    .home_page_slider_2_0 {
        padding-bottom: 75px;
    }
}

.container-fluid.no-padding-container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.grey_bg {
    background-color: #F8F8F8;
}
.relativePosition {
    position: relative;
}

.testCentreSearchResultsHeading {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #676767;
    padding-bottom: 5px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 22px;
}
.testCentreSearchResultsHeading .row {
    margin-bottom: 0!important;
}
form.testCentreSearchForm input[type="text"] {
    font-family: Khula, sans-serif;
    font-size: 20px;
    line-height: 26px;
    padding-left: 31px;
    padding-right: 106px;
    border-radius: 39px;
    margin-bottom: 0;
    height: 59px;
    padding-top: 15px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.14);
}
.testCentreSearchForm .checkboxes-wrap label{
    margin-top: 28px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.testCentreSearchForm .checkboxes-wrap label input {
    margin-right: 9px;
}
input.fullWidth {
    width: 100%;
}
input.testCentreSubmitButton,
img.testCentreCancelButton {
    height: 41px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

input.testCentreSubmitButton {
    right: 4px;
    height: 51px;
}
img.testCentreCancelButton {
    right: 64px;
    width: 26px;
    height: 26px;
}

div.testCentreDropdownResults {
    position: absolute;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 12px 15px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 12px 15px 0px rgb(0 0 0 / 8%);
    padding: 10px;
    z-index: 1000;
    height: 200px;
    overflow-y: scroll;
    text-align: left;
    font-weight: bold;
}

.loadingSpinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.cursor-pointer {
    cursor: pointer;
}

a.selectTestCentreLocation {
    display: block;
    color: #000000;
}


/*** Test centres search ***/

h3.searchFormHeading {
    font-family: 'Archivo Black', sans-serif;
}
.single-search-result {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EDEDED;
}
.single-search-result .row {
    margin-bottom: 0;
}
.single-search-result > div:first-of-type {
    padding-right: 30px;
}
.single-search-result .test-centre-test-type  {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 20px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center center;
    cursor: help;
}
.single-search-result .test-centre-test-type.computer {
    background-image: url(images/ielts_icon_computer_delivered.svg);
}
.single-search-result .test-centre-test-type.paper {
    background-image: url(images/ielts_icon_paper_based.svg);
}
.single-search-result .test-centre-test-type.retake {
    background-image: url(images/IELTS_OSR1.svg);
}

.single-search-result .test-centre-test-type .hint {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -62px;
    height: auto;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    background-color: #676767;
    border-radius: 6px;
    color: #fff;
    padding: 13px 8px;
    text-align:center;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;
}
.single-search-result .test-centre-test-type:hover .hint {
    visibility: visible;
    opacity: 1;
}

.single-search-result .test-centre-test-type:hover .hint:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #676767;
}

.single-search-result  .test-centre-location p {
    margin-bottom: 0;
    line-height: 20px;
}
.single-search-result  .test-centre-location p a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #333333;
}
.single-search-result  .test-centre-location p:first-of-type a:after {
    content: ", "
}
.single-search-result h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000000;
    margin-bottom: 6px;
}
.single-search-result .test-centre-address  {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.single-search-result a.read-more-button.add-arrow {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #E31837;
}
.single-search-result a.read-more-button.add-arrow::after {
    top: -2px;
}

@media(max-width:767.98px){
    .testCentreSearchTerm  {
        box-shadow: 0px 3px 13px #00000017;
    }
    .testCentreSearchForm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .testCentreSearchResults {
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-search-result {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }
    .single-search-result > div:first-of-type {
        padding-right: 0;
    }
    .single-search-result h3,
    .single-search-result .test-centre-address,
    .single-search-result .test-centre-location {
        margin-bottom: 9px;
    }
    .single-search-result  .test-centre-location p {
        display: inline-block;
    }

    .single-search-result .test-centre-location p a {
        font-size: 16px;
        line-height: 23px;
    }
    .single-search-result a.read-more-button.add-arrow {
        margin-bottom: 0;
    }
    .testCentreSearchForm .checkboxes-wrap {
        margin-top: 35px;
    }
    .testCentreSearchForm .checkboxes-wrap label {
        margin-top: 0;
        margin-bottom: 15px;
    }
}
/*update for register-for-ielts page*/
#mk-page-id-1483 .book-now-button a{
    font-size:20px;
    padding:14px 38px 10px;
}
#mk-page-id-1483 .book-now-button a:hover{
    opacity:0.8;
}
.page-id-1483 li.red-highlight {
    margin-left: unset !important;
}
.page-id-1483 .main-navigation-ul > li.menu-item.red-highlight a {
    background-color: unset !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.page-id-1483 .menu-hover-style-5 .main-navigation-ul > li.menu-item.current-menu-item.red-highlight > a.menu-item-link {
    color: #333333 !important;
}
.page-id-1483 .height-full {
    height: auto;
}
/* Estilos para el Menú Secundario (ítems superiores) */
.secondary-max-mega-menu {
    display: flex;
    justify-content: space-between;
    background-color: #f8f9fa; /* Fondo del menú */
    padding: 10px 20px;
}

/*.secondary-max-mega-menu .mega-menu-item {
    list-style: none;
}*/

.secondary-max-mega-menu .mega-menu-link {
    color: #343a40; /* Color del texto */
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
}

.secondary-max-mega-menu .mega-menu-link:hover {
    color: #007bff; /* Color del texto al pasar el ratón */
}

/* Estilos para el ícono de búsqueda */
.secondary-max-mega-menu .mega-menu-item-search .mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.secondary-max-mega-menu .mega-menu-item-search .mega-menu-link::before {
    content: "\f002"; /* Código del icono de búsqueda de FontAwesome */
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #343a40;
}

.secondary-max-mega-menu .mega-menu-item-search .mega-menu-link:hover::before {
    color: #007bff; /* Color del ícono al pasar el ratón */
}

/* Estilos para el Menú Principal (ítems inferiores) */
.primary-max-mega-menu {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff; /* Fondo del menú */
    padding: 10px 0;
}

.primary-max-mega-menu .mega-menu-bar {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff; /* Fondo del menú */
    padding: 10px 0;
}

.primary-max-mega-menu .mega-menu-item {
    list-style: none;
}

.primary-max-mega-menu .mega-menu-link {
    color: #343a40; /* Color del texto */
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
}

.primary-max-mega-menu .mega-menu-link:hover {
    color: #007bff; /* Color del texto al pasar el ratón */
}
/*traer menu al frente*/
#mk-boxed-layout {
    z-index: 12 !important;
}
/*flex div padre menu y logo*/
.divisor {
    display: flex;
}

nav#secondary-navigation {
    margin-right: 0;
    margin-left: auto;
    padding: 10px 10px 0px 0px;
	display:flex;
}

.logo-container img {
    width: 60%;
	display: flex;
	margin: 0% 0% 0% 10%;
}

/* estilos mega menu primario */
#mega-menu-wrap-primary_2024 #mega-menu-primary_2024 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
    color: #333333;
}


#mega-menu-wrap-primary_2024 #mega-menu-primary_2024 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #F5F5F5;
    color: #23085A;
}
 
#mega-menu-wrap-primary_2024 #mega-menu-primary_2024 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active {
	background: #F5F5F5;
    color: #23085A;
}

#mk-boxed-layout {
	margin-bottom: 0px;
}

#mega-menu-wrap-primary_2024 #mega-menu-primary_2024 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: 100% !important;
	right: auto !important;
}

/* Contenedor Flex para el Header */
.header-flex-container {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 0px 5px;
}

/* Contenedor del Logo */
.logo-container {
    flex: 0 0 auto; /* No se estira */
	width:30%;
}

/* Contenedor de Menús */
.menus-container {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto; /* Se estira para ocupar el espacio disponible */
    align-items: end; /* Alinea los menús al final (derecha) */
    flex-wrap: wrap;
}
/* Menú Secundario */
.secondary-navigation {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end; /* Alinea el menú secundario a la derecha */
    width: 100%;
}

/* Menú Principal */
.primary-navigation {
    display: flex;
    justify-content: flex-start; /* Alinea el menú principal a la izquierda */
    width: 100%;
}

/*.menus-container {
	display:block;
}*/

/*.header-flex-container {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
}*/

/*body.page-template, body.bc-blog-template-default.single {
    margin-top: 8%;
}*/

.buscador {
    padding: 0px;
    background: #FFFFFF;
}

.super-top {
    position: sticky;
    background-color: white !important;
    z-index: 99;
    top: 0;
	overflow-x: clip;
}

@media (min-width: 1200px) {
    #theme-page {
     margin-top: 0px !important;
    }
}