/* 
- Core variables and mixins 
- style css 
- Theme Name: Reptile
*/

html, div, body, iframe, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
*:focus, a:focus, input[type="text"]:focus {
    outline: none;
}
button, html, input, select, textarea, a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #000000;
}
body.safari {
    background: #ffffff !important;
}
p {
    margin: 0 0 25px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
img {
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
a:hover, a:focus {
    outline: none;
    color: #009b3e;
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    height: 0;
}
.clearfix:after {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.tableDiv {
    display: table;
    width: 100%;
    height: 100%;
}
.tableDiv .tableInner {
    display: table-cell;
    vertical-align: middle;
}
/* ============================================= */
/*       HEADER AREA RESPONSIVE NAVBAR MENU      */
/* ============================================= */
/* Menu toggle */
.line-burger {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin-bottom: 4px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.line-burger-menu {
    display: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
}
.is-menu-active .line-burger-menu {
    opacity: 0;
}
.is-menu-active .line-burger-1 {
    -webkit-transform: matrix3d(0.70711, -0.70711, 0, 0, 0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, 8, 0.01, 1);
    transform: matrix3d(0.70711, -0.70711, 0, 0, 0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, 8, 0.01, 1);
}
.is-menu-active .line-burger-2 {
    opacity: 0;
}
.is-menu-active .line-burger-3 {
    -webkit-transform: matrix3d(0.70711, 0.70711, 0, 0, -0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, -8, 0.01, 1);
    transform: matrix3d(0.70711, 0.70711, 0, 0, -0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, -8, 0.01, 1);
}
.header-blissmedia, .header-hamburger {
    position: fixed;
    top: 0;
    z-index: 12;
    display: block;
    transition: all 0.22s;
    -webkit-transition: all 0.22s;
    -moz-transition: all 0.22s;
}
.header-hamburger {
    right: 0;
}
.header-hamburger.js-inElement {
    padding-left: 10px;
}
.header-blissmedia {
    left: 0;
}
.header-blissmedia .logo img {
    max-height: 70px;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
.show_subTitle {
    font-size: 18px;
    line-height: 20px;
}
.fixed-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    transition: opacity 0.15s, visibility 0s linear 0.15s;
    -webkit-transition: opacity 0.15s, visibility 0s linear 0.15s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3000000', endColorstr='#00000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0.89);
}
.fixed-overlay.is-menu-active {
    opacity: 0.95;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
/*===========================================*/
/* !! css added by purohit a date 13-08-2018 */
/*===========================================*/
/* add date 20-12-2018 */
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 87px;
    z-index: 999;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
header.header.color_white_scroll {
    background: #ffffff;
    height: 70px;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
/* form ul li */
.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}
/**/
.default_page_sec [type*="t"], .default_page_sec [type="password"], .default_page_sec [type="email"], .default_page_sec select, .default_page_sec textarea, .default_page_sec [type*="n"] {
    padding: 5px 10px !important;
    width: 100%;
    height: 44px;
    margin: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/**/
.quiz_continue_link #quiz_continue_link,
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
.default_page_sec input[type=submit],
.default_page_sec input[type=button] {
    padding: 10px 30px !important;
    display: inline-block;
    background: #009e40;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    border: 0;
    width: auto;
}
.quiz_continue_link #quiz_continue_link:hover,
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover,
.default_page_sec input[type=submit]:hover,
.default_page_sec input[type=button]:hover {
    background: #000000;
    color: #ffffff;
}
/* select tag design */
.default_page_sec select,
.ginput_container_select select,
.ginput_container_time select {
    background-image: url(../img/down-arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 99% 59%;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 40px !important;
}
.default_page_sec select::-ms-expand {
    display: none;
}
/* time style */
body .learndash .gform_wrapper.gf_browser_gecko .ginput_container_time input {
    padding: 5px 4px !important;
}
body .learndash .gform_wrapper.gf_browser_gecko .gfield_time_ampm select,
.ginput_container_time select {
    max-width: 60px !important;
    padding-right: 20px !important;
    background-position: 91% 55%;
    background-size: 10px;
}
/* datapicker style */
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
    background-image: url(../img/calendar.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 24px !important;
    height: 24px !important;
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger:before {
    display: none;
}
.gform_confirmation_message {
    text-align: center;
}
/* edd_download_purchase_form */
.wdm_group_registration {
    margin: 15px 0 0;
}
.wdm_group_registration label {
    margin: 0 13px;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
    margin-top: 20px;
}
/* all common ul li before issue's style css */
.learndash_topic_dots ul li:before,
.wpProQuiz_resultsList li:before {
    display: none;
}
/* all common link's style css */
#learndash_next_prev_link a,
#learndash_back_to_lesson a {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
#learndash_next_prev_link a span {
    display: none;
}
#learndash_next_prev_link a:first-letter {
    color: transparent;
}
#learndash_next_prev_link a:before,
#learndash_back_to_lesson a:before {
    margin-top: -1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #000000;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
#learndash_next_prev_link a:hover,
#learndash_back_to_lesson a:hover {
    color: #009b3e;
}
#learndash_next_prev_link a:hover:before,
#learndash_back_to_lesson a:hover:before {
    background: #009b3e;
}
/* live chat link style css */
.live_chat {
    padding: 20px 20px;
    display: inline-block;
    text-align: center;
}
.live_chat a {
    background-image: url(../img/chat_icon.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 30px 0 0;
}
/**/
.wpProQuiz_content .wpProQuiz_questionListItem::before,
.edd_download_purchase_form .edd_price_options li:before {
    display: none;
}
/**/
.learndash .gform_wrapper .gfield_description {
    margin: 0 0 25px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.gform_wrapper .gxl_btn_wrap .gxl_opt_gf label {
    background: #f5f5f5 !important;
    border: 2px solid #f5f5f5 !important;
    color: #000 !important;
    line-height: normal !important;
    font-weight: 400 !important;
    font-size: 15px;
}
.gform_wrapper .gxl_btn_wrap .gxl_opt_gf label:hover,
.gform_wrapper .gxl_btn_wrap .gxl_opt_gf input[type="radio"]:checked + label.gxl_btn_def {
    background: #204d74 !important;
    border: 2px solid #204d74 !important;
    color: #fff !important;
}
.gform_wrapper .gf_step span.gf_step_label {
    font-size: 15px;
}
/* Quiz page */
.wpProQuiz_content .wpProQuiz_header {
    margin: 0 0 20px 0;
}
.wpProQuiz_content .wpProQuiz_points {
    text-align: left;
}
/* new sub mega menu design */
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega {
    position: fixed;
    z-index: 13;
    top: 30px;
    left: 250px;
    right: 397px;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
.pmpro-checkout #pmpro_pricing_fields{
    display: none;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item {
    float: left;
    margin-right: 25px;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 20px 0;
    color: #ffffff;
    font-weight: bold;
    background: transparent;
}
.color_white .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link,
.header.color_white_scroll .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}
/* sub menu single */
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.13);
    box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.13);
    width: 250px;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu::before {
    content: '';
    position: absolute;
    top: -7px;
    background: #ffffff;
    width: 14px;
    height: 14px !important;
    transform: rotate(-45deg);
    z-index: 9999999;
    left: 70px;
    display: block;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #009b3e;
    display: inline-block;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border: 0;
    font-size: 16px;
    line-height: normal;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 400;
    color: #141414;
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #009b3e;
}
/* mega menu */
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu {
    background: #ffffff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.13);
    box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.13);
    width: 970px;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu::before,
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu::after {
    display: table;
    content: '';
    height: 0;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu::after {
    clear: both;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu::before {
    content: '';
    position: absolute;
    top: -7px;
    background: #ffffff;
    width: 14px;
    height: 14px !important;
    transform: rotate(-45deg);
    z-index: 9999999;
    left: 70px;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li {
    margin: 0;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
    border-bottom: 2px solid #009e40;
    letter-spacing: 2.2px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
    padding: 0 0 8px 0;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #009e40;
}
/* mega sub to  sub menu */
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu li .mega-sub-menu {
    padding: 0;
    box-shadow: none;
    width: auto;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu li .mega-sub-menu::before {
    display: none;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu li .mega-sub-menu ul li .mega-sub-menu li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu li .mega-sub-menu ul li .mega-sub-menu li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #009b3e;
    display: inline-block;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border: 0;
    font-size: 16px;
    line-height: normal;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 400;
    color: #141414;
    display: block;
    padding: 0;
    margin: 0;
}
.desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #009b3e;
}
/*===========================================*/
/* !!       end css added by purohit a       */
/*===========================================*/
/*===========================================================*/
/* !!       australian-reptiles css added by purohit a       */
/*===========================================================*/
.animals-wrapper {
    padding: 120px 0;
    position: relative;
}
.animals-grid-box {
    padding: 0 15px;
}
.animals-grid-box .img-box {
    margin: 0 0 20px 0;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    ;
}
.animals-grid-slider {
    padding: 10px 0 0 0;
}
.animals-grid-slider .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    width: 36px;
    height: 36px;
    background: rgba(20, 20, 20, 0.20);
    color: #ffffff;
    border-radius: 0;
    font-size: 0;
    top: 94px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.animals-grid-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #141414;
}
.animals-grid-slider .owl-theme .owl-nav [class*=owl-]::before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    font-size: 20px;
    line-height: 18px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.animals-grid-slider .owl-theme .owl-nav .owl-prev {
    left: -35px;
}
.animals-grid-slider .owl-theme .owl-nav .owl-next {
    right: -35px;
}
.animals-grid-slider .owl-theme .owl-nav .owl-prev::before {
    content: "\f177";
}
.animals-grid-slider .owl-theme .owl-nav .owl-next::before {
    content: "\f178";
}
/**/
.topic-wrapper {
    position: relative;
    padding: 120px 0;
    background-color: #fbfbfb;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.topic-img-area {
    padding: 0 30px;
}
.topic-img-box {
    /*    display: inline-block;*/
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
}
.topic-img-box img {
    width: 100%;
}
.topic-content-area {
    padding: 0 40px;
}
.topic-content-area h3 {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    padding-left: 32px;
    position: relative;
    margin: 0 0 20px 0;
}
.topic-content-area h3:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #079e40;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.support-material-wrapper {
    padding: 120px 0;
    position: relative;
}
.support-material-content {
    padding: 30px 0 0;
}
.support-material-box h3 {
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}
/**/
.faq-wrapper {
    padding: 0 0 120px 0;
    position: relative;
}
.faq-content {
    padding: 30px 0 0 0;
    font-family: "Source Sans Pro", sans-serif;
}
.faq-wrapper .panel {
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 22px 0;
}
.faq-wrapper .panel + .panel {
    margin: 0;
}
.faq-wrapper .panel-heading {
    padding: 0;
}
.faq-wrapper .panel-title {
    line-height: normal;
}
.faq-wrapper .panel-title a {
    display: block;
    color: #000000;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    font-family: "Source Sans Pro", sans-serif;
}
.faq-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 0;
}
/* #accordion rotate icon option */
.faq-wrapper #accordion .panel-heading a:before {
    content: '\f106';
    font-size: 16px;
    color: #009e40;
    position: absolute;
    font-family: 'fontawesome';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.faq-wrapper #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
/* end australian-reptiles */
body .enquiryFormWrap .gform_footer .gform_button.button:hover {
    background: #000000;
    color: #ffffff;
}
body .enquiryFormWrap .gform_footer .gform_button.button:focus {
    background: #000000;
    color: #ffffff;
}
.headerSticky {
    width: 100%;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    position: fixed;
    z-index: 11;
    /*display: none;*/
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
/*
body.color_white .headerSticky {
background: transparent;
height: 87px;
-moz-transition: ease-in-out 0.4s all;
-webkit-transition: ease-in-out 0.4s all;
-o-transition: ease-in-out 0.4s all;
-ms-transition: ease-in-out 0.4s all;
transition: ease-in-out 0.4s all;
}
*/
.color_white_scroll .headerSticky {
    /*    background: #ffffff;*/
    /*    height: 70px;*/
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
}
.color_white1 .headerSticky {
    background: transparent;
}
.color_white1 .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}
.header-blissmedia > a,
.header-hamburger > a {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.header-hamburger > a {
    float: left;
}
.header-hamburger > a.phone_no {
    margin: 25px 25px 0px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}
.header-hamburger > a.js-menu-main {
    padding: 25px 17px;
    background-color: #000000;
    width: 65px;
    height: 70px;
}
.line_style {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 3px;
    top: -2px;
    position: relative;
    background: #000000;
}
.line_style.white_line {
    margin-left: 0px;
    top: auto;
    background: #ffffff;
}
.header-blissmedia .icon-lotus {
    vertical-align: top;
}
.header-blissmedia.is-inElement .icon-lotus-invert,
.header-blissmedia.is-inElement .icon-logo-invert,
.header-hamburger.is-inElement .icon-hamburger-invert {
    opacity: 0;
}
.header-blissmedia .icon-lotus-invert,
.header-blissmedia .icon-logo-invert,
.header-hamburger .icon-hamburger-invert {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.22s;
    -webkit-transition: opacity 0.22s;
}
.header-blissmedia-text.is-changed {
    left: -50px;
    opacity: 0;
}
.header-blissmedia-text {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 0;
    opacity: 1;
    transition: all 0.62s;
    -webkit-transition: all 0.62s;
}
/*=======================================*/
/*       navbar menu mobile screen       */
/*=======================================*/
.header-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 11;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 0.35s, transform 0.3s ease-in-out;
    -webkit-transition: opacity 0.35s, transform 0.3s ease-in-out;
}
.header-menu.is-menu-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.header-menu .menu_header {
    padding: 0;
    margin: 0;
}
.header-menu .menu_header .third-submenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 11;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 0.35s, transform 0.3s ease-in-out;
    -webkit-transition: opacity 0.35s, transform 0.3s ease-in-out;
    background: #000000;
}
.header-menu .menu_header .third-submenu.menu-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.header-menu .menu_header .third-submenu .third-submenu {
    background-color: transparent;
    right: auto;
    left: auto;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
    display: none;
    height: auto;
    visibility: visible;
    transform: none;
}
.header-menu .menu_header .third-submenu.menu-open .active-link > a {
    font-weight: 700;
    color: #f9f9f9;
}
/*
.header-menu .menu_header .third-submenu .third-submenu.menu-open {
display: block;
}
*/
.header-menu .menu_header .third-submenu .third-submenu ul {
    padding: 10px 0 0 0;
}
.header-menu .menu_header .third-submenu .third-submenu li {
    padding: 0;
    position: relative;
    padding-left: 26px;
}
.header-menu .menu_header .third-submenu .third-submenu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #009b3e;
}
.header-menu .menu_header .third-submenu .third-submenu a {
    font-size: 16px;
    line-height: 30px;
    color: #fbfbfb;
    letter-spacing: 0;
    text-transform: unset;
}
/*
.header-menu .sub-menu > .menu-item-has-children::before {
top: 10px;
transform: none;
content: '\f0d7';
-webkit-transition:  all 0.3s ease-in-out;
transition:  all 0.3s ease-in-out;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
*/
.header-menu nav > ul,
.header-menu-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu-item {
    padding: 8px 0;
}
.menu-item-has-children {
    position: relative;
    margin-right: 70px;
}
.header-menu .menu-item-has-children i {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: -30px;
    top: 12px;
    width: 20px;
    height: 20px;
    /*    background: red;*/
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.menu-item-has-children::before {
content: '\f0da';
position: absolute;
right: -70px;
top: 50%;
width: 30px;
text-align: center;
color: #ffffff;
font-family: 'FontAwesome';
transform: translate(0,-50%);
font-size: 18px;
}
*/
.header-menu .menu_header .third-submenu.menu-open li i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header-menu .menu_header .third-submenu.menu-open .active-link i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header-menu-item a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 6.7px;
    text-align: left;
    text-transform: uppercase;
}
.header-menu-item a:hover,
.header-menu-item a:focus,
.header-menu-item.current-menu-item a {
    color: #ffffff;
    font-weight: 700;
}
/*
.header-menu-item.current-menu-item a:before {
content: '';
display: block;
width: 40px;
height: 6px;
position: absolute;
left: 0;
background: #ffffff;
top: 50%;
margin-top: -3px;
}
*/
.color_white .header .phone_no {
    color: #ffffff;
}
.color_white .header .phone_no .line_style {
    background: #ffffff;
}
.color_black .header .phone_no {
    color: #000000;
}
.color_black .header .phone_no .line_style {
    background: #000000;
}
.header-hamburger.is-inElement .line-burger {
    background-color: #ffffff;
}
/* end header css */
/* top slider css */
html.is-vslider-active {
    overflow: hidden;
}
.vslider-wrapper {
    position: relative;
    clear: both;
    z-index: 5;
}
.vslider-wrapper .vslider-back {
    display: none;
    height: 911px !important;
}
.vslider-mode-slideup .vslider {
    position: fixed;
    top: -200%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: top 0.7s ease-in-out;
    -webkit-transition: top 0.7s ease-in-out;
}
.vslider-mode-slideup .vslider.is-active {
    top: 0;
    transition: top 0.72s ease-in-out;
    -webkit-transition: top 0.72s ease-in-out;
}
.vslider .content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
.vslider .slide.animation-fade {
    opacity: 0;
    transition: opacity 0.59s;
    -webkit-transition: opacity 0.59s;
}
.vslider .slide.animation-fade.is-active {
    opacity: 1;
}
.vslider .slide.is-active .content {
    z-index: 2;
    background-color: #ffffff;
}
.vslider .slide.is-active .media iframe {
    z-index: 2;
}
.slide.is-active.is-video-active .media iframe {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.vslider .content table {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.vslider .slide .animation-fade-down,
.vslider .slide .animation-fade-left,
.vslider .slide .animation-fade-up {
    transition: top 0.82s, left 0.82s, opacity 0.42s;
    -webkit-transition: top 0.82s, left 0.82s, opacity 0.42s;
}
.vslider .slide .animation-fade-up {
    position: relative;
    top: 50px;
    opacity: 0;
}
.vslider .slide.is-active .animation-fade-down,
.vslider .slide.is-active .animation-fade-up {
    transition: top 0.82s, left 0.82s, opacity 0.82s;
    -webkit-transition: top 0.82s, left 0.82s, opacity 0.82s;
}
.vslider .slide.is-active .animation-fade-up {
    position: relative;
    top: 0;
    opacity: 1;
}
.vslider .vslider-next,
.banner_wrap .banner_arrow {
    display: block;
    left: 0;
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.vslider .vslider-next .fa-angle-down,
.banner_wrap .banner_arrow .fa-angle-down {
    color: #ffffff;
    font-size: 34px;
}
.vslider-pagination-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 100%;
}
.vslider.is-video-active .vslider-pagination-wrapper {
    display: none;
}
.vslider-pagination a {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    background-color: #7b7b7b;
    width: 8px;
    height: 8px;
    border: 2px solid #7b7b7b;
    transition: background-color 0.16s;
    -webkit-transition: background-color 0.16s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.vslider-pagination a:first-child {
    margin-top: 0;
}
.vslider-pagination a.is-active {
    background-color: #009e40;
    background-position: 100% 0;
    border-color: #009e40;
}
.vslider-reopen-button {
    background-color: #ffffff;
    display: block;
    padding: 40px 0;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}
.vslider-reopen-button i {
    font-size: 34px;
    line-height: 30px;
}
.vslider-reopen-button i.fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    width: 30px;
    margin: 0 auto;
}
.case-study-section {
    padding-top: 55px;
    padding-bottom: 100px;
}
.vslider,
.vslider .slide {
    width: 100%;
}
.bg-vslider {
    background: #ffffff;
}
audio, canvas, video {
    display: inline-block;
}
.filter-dim {
    background: #000000;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
}
.filter-vslider {
    background: #ffffff;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}
.iosvideobug-fallback {
    display: none;
}
.vslider .media img,
.vslider .media video,
.vslider .media iframe,
.vslider .filter-vslider,
.vslider .bg-vslider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.vslider .media video img {
    width: auto;
    height: auto;
}
.vslider .slide.is-active .media iframe,
.vslider .slide.is-active .content {
    z-index: 2;
}
.vslider .media iframe {
    display: none;
}
.slide.is-active.is-video-active .content {
    display: none;
}
.slide.is-active.is-video-active .media img,
.slide.is-active.is-video-active .media .filter {
    display: none;
}
.vslider-pagination {
    height: 100%;
}
.filter-vslider {
    background: #ffffff;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}
.filter-dim {
    background: #000000;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
}
.vslider .content.homebanner-dt {
    top: 0;
    bottom: 0;
    height: 100%;
}
.vslider .content-caseStudy-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.icon-vslider-arrow-down {
    background-image: url(../img/vslider-arrow-down.png);
    width: 43px;
    height: 22px;
}
/* end top slider css */
/*Partner Logo Start*/
.qode_carousels_holder .qode_carousels {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.qode_carousels_holder .qode_carousels.loaded {
    opacity: 1;
    filter: alpha(opacity=100);
}
.qode_carousels_holder .qode_carousels .slides {
    list-style: none;
    padding: 0;
    margin: 0;
}
.qode_carousels_holder .qode_carousels .slides .item {
    float: left;
    overflow: hidden;
    position: relative;
}
.qode_carousels_holder .qode_carousels .slides .item a {
    display: block;
}
.qode_carousels_holder .qode_carousels .slides .item .carousel_item_holder {
    position: relative;
    text-align: center;
}
.qode_carousels_holder .qode_carousels .slides .item .carousel_item_holder .first_image_holder {
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.qode_carousels_holder .qode_carousels .slides .item .carousel_item_holder .second_image_holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
/*Partner Logo End*/
h1, h2 {
    margin: 0 0 20px;
    font-family: "Futura", sans-serif;
    font-size: 48px;
    line-height: 62px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
}
h4 {
    margin: 0 0 30px;
    font-family: "Futura", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
h6 {
    margin: 0 0 7px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
}
.default_btn {
    padding: 10px 30px;
    display: inline-block;
    background: #009e40;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
.default_btn.large_btn {
    padding: 15px 50px;
    font-size: 22px;
    line-height: 26px;
}
.default_btn:hover {
    background: #000000;
    color: #ffffff;
}
.default_btn:focus {
    background: #000000;
    color: #ffffff;
}
.list_style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_style ul li {
    margin-bottom: 30px;
    padding-left: 70px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.list_style ul li:before {
    position: absolute;
    left: 30px;
    top: 7px;
    height: 10px;
    width: 10px;
    content: '';
    background: #009e40;
}
.top_70    {padding-top: 70px;}
.bottom_70 {padding-bottom: 70px;}
.bottom_80 {padding-bottom: 80px;}
.bottom_90 {padding-bottom: 90px;}
.button-play {
    max-width: 118px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.verticalLine {
    margin: auto;
    display: block;
    height: 80px;
    width: 1px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    background: #909090;
}
.col_2 .tableInner {
    width: 50%;
}
.col_2 .left_area h2,
.col_2 .left_area h1 {
    margin: 0 0 20px;
    color: #fbfbfb;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.col_2 .left_area h6 {
    margin: 0 0 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fbfbfb;
    letter-spacing: 4px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.bg_img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_img_repeat {
    background-position: 50% 50%;
    background-repeat: repeat;
}
.vslider .slide.is-active .media iframe {
    z-index: 3;
}
.img_with_contnt .ImgBox {
    display: inline-block;
}
.img_with_contnt .ImgBox .img_div {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
}
.img_with_contnt .ImgBox .img_div img {
    width: 100%;
}
.img_with_contnt .ImgBox .img_caption {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3.9px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.img_with_contnt .tableInner.left_area {
    width: 40%;
}
.img_with_contnt .right_area {
    padding-left: 55px;
    width: 60%;
}
.img_with_contnt .right_area p {
    max-width: 264px;
}
/* home page slide 2 new layout css added by purohit a */
.slide_new h2 {
    text-align: center;
    margin: 0 0 50px 0;
}
.iframe-widget-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    position: static;
    top: -9999em;
    visibility: visible;
}
.vslider .slide_new .content.homebanner-dt {
    height: auto;
}
.vslider .slide_new .content-caseStudy-inner {
    position: relative;
}
.slide_new .img_with_contnt .tableInner.left_area {
    width: 100%;
}
.slide_new .img_with_contnt .right_area {
    width: 100%;
    padding: 0;
    display: block;
}
.slide_new .img_with_contnt .right_area p {
    margin: 0 auto 25px auto;
}
/* End home page slide 2 new layout css added by purohit a */
.contnt_2_col .textBox h2 {
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.contnt_2_col .textBox p {
    max-width: 260px;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.contnt_2_col .textBox .btn_div {
    padding-top: 25px;
}
.contnt_2_col .text_grid {
    padding-top: 103px;
}
.contnt_2_col .text_grid .col-md-6:nth-child(2n+1) {
    clear: both;
}
.contnt_2_col .text_grid .singleBox {
    padding: 40px 0 0 0;
}
.contnt_2_col .text_grid .singleBox h6 {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #009b3e;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
}
.contnt_2_col .text_grid .singleBox h6 a {
    color: #009b3e !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}
.contnt_2_col .text_grid .singleBox p {
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.contnt_2_col .text_grid .singleBox p a {
    color: #ffffff !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7) !important;
}
.more_info {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
}
.more_info.black {
    color: #000000;
}
.more_info.black:before {
    background: #000000;
}
.more_info:hover {
    color: #009b3e;
}
.more_info:hover:before {
    background: #009b3e;
}
.more_info:before {
    margin-top: -1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #ffffff;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.boxArea {
    margin-bottom: 90px;
}
.boxArea .iconDiv {
    width: 60px;
    float: left;
}
.boxArea .textDiv {
    padding-left: 90px;
}
.boxArea .textDiv h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: initial;
    line-height: 30px;
    font-weight: 600;
}
.boxArea .textDiv p {
    margin-bottom: 30px;
}
.contnt_with_icon .top_text {
    padding-bottom: 25px;
}
.kids_party .left_area {
    width: 65%;
}
.kids_party .right_area {
    padding-left: 40px;
    width: 35%;
}
.kids_party .right_area .btn_div {
    padding-top: 25px;
}
.kids_party .color_white h2,
.kids_party .color_white p {
    color: #ffffff;
}
.kids_party .color_white p {
    max-width: 264px;
}
.fixedBox {
    padding: 28px;
    width: 33.33%;
    height: 253px;
    float: left;
    position: relative;
}
.fixedBox h4 {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    text-transform: initial;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.fixedBox p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 20px;
}
.fixedBox .line_style {
    margin: 0 0 10px;
    top: auto;
}
.fixedBox .innerDiv {
    display: inline-block;
    text-align: left;
}
.fixedBox .innerDiv img {
    margin-bottom: 10px;
}
.fixedBox.layer_1 {
    background-color: rgba(0, 0, 0, 0.14);
}
.fixedBox.layer_2 {
    background-color: rgba(0, 0, 0, 0.21);
}
.fixedBox.layer_4 {
    background-color: rgba(0, 158, 64, 0.21);
}
.fixedBox.layer_4 .innerDiv {
    padding-bottom: 20px;
}
.fixedBox.layer_4 .more_info {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.fixedBox.layer_6 {
    background-color: rgba(0, 0, 0, 0.21);
}
.fixedBox.hoveContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    z-index: 10;
    opacity: 0;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.fixedBox:nth-child(2n+1) {
    clear: both;
}
.fixedBox.hoverCurser {
    cursor: inherit;
}
.fixedBox.hoverCurser .text-center {
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.fixedBox.hoverCurser:hover .text-center {
    opacity: 0;
}
.fixedBox.hoverCurser:hover .hoveContent {
    opacity: 1;
}
.full_width_2_col .tableDiv .tableInner {
    vertical-align: top;
}
.full_width_2_col .left_div,
.full_width_2_col .right_div {
    padding: 130px 0 100px;
}
.full_width_2_col .left_div .show_div {
    padding-right: 115px;
    padding-left: 15px;
    float: right;
}
.full_width_2_col .left_div h4 {
    color: #ffffff;
}
.full_width_2_col .left_div p {
    color: #ffffff;
}
.full_width_2_col .right_div .show_div {
    padding-left: 115px;
    padding-right: 15px;
}
.full_width_2_col .show_div {
    max-width: 600px;
    width: 100%;
}
.full_width_2_col .show_div .single_row {
    margin-bottom: 30px;
}
.full_width_2_col .show_div .single_row:before,
.full_width_2_col .show_div .single_row:after {
    display: table;
    content: '';
}
.full_width_2_col .show_div .single_row:after {
    clear: both;
}
.full_width_2_col .show_div .single_row .imgDiv {
    max-width: 100px;
    float: left;
}
.full_width_2_col .show_div .single_row .imgDiv img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.full_width_2_col .show_div .single_row .textDiv {
    padding-left: 130px;
}
.full_width_2_col .show_div .single_row .textDiv p:last-child {
    margin-bottom: 0;
}
.testimonial_sec h4,
.news_sec h4 {
    margin-bottom: 40px;
}
.testimonialBox h6 {
    color: #009b3e;
}
.testimonialBox h6 .sub_title {
    font-weight: 400;
    display: block;
    color: rgba(0, 0, 0, 0.32);
}
.testimonialBox p {
    margin-bottom: 10px;
}
.testimonialBox .imgDiv {
    max-width: 46px;
    float: left;
}
.testimonialBox .imgDiv img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonialBox .textDiv {
    padding-left: 70px;
}
/* font-family: 'Source Sans Pro', sans-serif; */
/* Instagram images section */
.images_wrap_here img {
    width: 12.5%;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    max-height: 198px;
}
footer {
    font-family: "Source Sans Pro", sans-serif;
    background-color: #252424;
    color: #ffffff;
    position: relative;
}
footer .padding_footer {
    padding-top: 45px;
    padding-bottom: 45px;
}
footer .footer_left_bg {
    position: absolute;
    background-color: #252424;
    width: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
footer .footer_right_bg {
    position: absolute;
    background: url("../img/ft-background_3x.jpg") no-repeat;
    width: 50%;
    right: 0;
    background-size: cover;
    bottom: 0;
    top: 0;
}
footer .footer_bg_color {
    background-color: #252424;
}
footer .pull-right {
    padding-left: 40px;
    padding-right: 40px;
}
footer h3 {
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 30px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 7px;
    line-height: 23px;
}
footer ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
footer .copy_right_sec {
    margin-top: 43px;
}
footer .copy_right_sec p {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 0;
}
footer .copy_right_sec ul li {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
footer .copy_right_sec ul li:last-child {
    margin-right: 0;
}
footer .copy_right_sec ul li a {
    background: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
footer .copy_right_sec ul li a:hover {
    background: #009e40;
}
footer .copy_right_sec ul li a:hover > i {
    color: #ffffff;
}
footer .copy_right_sec ul li a i {
    font-size: 16px;
    line-height: 16px;
    color: #313131;
    padding: 4px;
}
.newsletter_wrap:after,
.newsletter_wrap:before {
    display: block;
    content: '';
}
.newsletter_wrap:after {
    clear: both;
}
.newsletter_wrap input[type="text"],
.newsletter_wrap input[type="email"] {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    background-color: #313131;
    opacity: 0.7;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    border-radius: 3px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
}
.newsletter_wrap input[type="submit"] {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    border-radius: 100px;
    background-color: #009e40;
    border: solid 2px #009e40;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    padding: 8px 28px;
    float: right;
    margin-top: 5px;
}
.newsletter_wrap input[type="submit"]:hover {
    background: #ffffff;
    color: #009e40;
    border-color: #ffffff;
}
.news_wrap {
    position: relative;
    height: 468px;
}
.news_wrap .newsBox {
    position: absolute;
}
.news_wrap .newsBox .img_sec_here {
    float: left;
    overflow: hidden;
    cursor: pointer;
    width: 50%;
}
.news_wrap .newsBox .img_sec_here:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news_wrap .newsBox .small_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
}
.news_wrap .newsBox .mediam_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000000;
}
.news_wrap .newsBox .large_title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #000000;
}
.news_wrap .newsBox.news_1_col .textDiv,
.news_wrap .newsBox.news_2_col .textDiv {
    padding: 30px 38px;
    height: 234px;
    float: left;
    position: relative;
    cursor: pointer;
}
.news_wrap .newsBox.news_1_col {
    width: 20%;
}
.news_wrap .newsBox.news_1_col .textDiv {
    background: #ffffff;
    width: 100%;
}
.news_wrap .newsBox.news_1_col .line_style {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    margin-left: 0;
}
.news_wrap .newsBox.news_2_col {
    width: 40%;
}
.news_wrap .newsBox.news_2_col .textDiv {
    background: #fbdf00;
    width: 50%;
}
.news_wrap .newsBox.news_2_col img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: ease-in-out 0.5s all;
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -ms-transition: ease-in-out 0.5s all;
}
.news_wrap .newsBox.news_2_col .line_style {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -1px;
    margin-left: 0;
    z-index: 1;
}
.news_wrap .newsBox.news_1 {
    height: 468px;
    left: 0;
    top: 0;
}
.news_wrap .newsBox.news_1 .small_title {
    margin-bottom: 10px;
}
.news_wrap .newsBox.news_1 img {
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transition: ease-in-out 0.5s all;
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -ms-transition: ease-in-out 0.5s all;
}
.news_wrap .newsBox.news_1 .textDiv {
    position: absolute;
    z-index: 2;
    right: -50%;
    width: 100%;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 38px;
    bottom: 0;
}
.news_wrap .newsBox.news_1 .line_style {
    left: -15px;
}
.news_wrap .newsBox.news_1 .img_sec_here {
    width: 100%;
}
.news_wrap .newsBox.news_2 {
    left: 40%;
    top: 0;
}
.news_wrap .newsBox.news_3 {
    left: 60%;
    top: 234px;
}
.news_wrap .newsBox.news_4 {
    left: 80%;
    top: 0;
}
.default_single_post_sec {
    padding-top: 100px;
}
.single_news_page_wrap {
    padding: 100px 0 60px;
}
div#mce-responses a {
    display: none;
}
/* about */
.content_center_style h2 {
    margin-bottom: 30px;
    color: #ffffff;
}
.content_center_style h1 {
    color: #ffffff;
}
.content_center_style h6 {
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fbfbfb;
    letter-spacing: 4px;
}
.page_title h1 {
    margin: 0 0 20px;
    font-family: "Futura", sans-serif;
    font-size: 48px;
    line-height: 62px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
}
.about_layer_2 h2 {
    margin-bottom: 18px;
}
.about_layer_2 h2 span {
    color: rgba(0, 0, 0, 0.34);
}
.about_layer_2 .top_content {
    padding-bottom: 60px;
}
.about_layer_2 .top_content p:last-child {
    margin-bottom: 0;
}
.about_layer_2 .imgBox {
    position: relative;
}
.about_layer_2 .imgBox .overlay_text {
    top: 50%;
    position: absolute;
    right: 195px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}
.awards_section {
    text-align: center;
    position: absolute;
    /*bottom: 80px;*/
    bottom: 0px;
    left: 0;
    right: 0;
}
.awards_section .awardImg {
    display: inline-block;
}
.mb30 {
    margin-bottom: 30px;
}
.banner_wrap {
    height: 71vh;
    position: relative;
}
.banner_wrap .tableDiv {
    position: relative;
    z-index: 2;
}
.banner_wrap .banner_content_wrap {
    max-width: 850px;
    text-transform: uppercase;
    margin: auto;
}
.banner_wrap .banner_content_wrap h2 {
    text-align: center;
    color: #fbfbfb;
}
.banner_wrap .banner_content_wrap h1 {
    margin: 0 0 20px;
    font-family: "Futura", sans-serif;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    color: #fbfbfb;
}
.banner_wrap .banner_content_wrap p {
    text-align: center;
    color: #ffffff;
}
.banner_wrap .banner_content_wrap p:last-of-type {
    margin-bottom: 0;
}
.banner_wrap .banner_content_wrap .btn_div {
    padding-top: 25px;
}
.banner_wrap .banner_content_wrap .btn_div a {
    display: inline-block;
}
.banner_wrap .banner_content_wrap .btn_div .pdf_btn {
    background: transparent;
    margin: 0 20px 0 0;
    box-shadow: inset 0 0 0 1px #ffffff;
}
.banner_wrap .banner_content_wrap .btn_div .pdf_btn i {
    margin: 0 10px 0 0;
}
.banner_wrap .blur_img_div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.banner_wrap.img_loaded .blur_img_div {
    opacity: 0;
    filter: alpha(opacity=0);
}
/*
.show_sec_wrap.primary_common_layout .show_sec_start {
margin-top: 50px;
} */
.show_sec_wrap.primary_common_layout .show_sec_start .img_sec {
    margin-bottom: 20px;
}
.show_sec_wrap.primary_common_layout .show_sec_start p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}
.show_sec_wrap.primary_common_layout .show_sec_start .col-md-4:nth-child(3n + 1) {
    clear: both;
}
.primary_common_layout {
    padding: 60px 0;
    font-family: "Source Sans Pro", sans-serif;
}
.primary_common_layout h2,
.primary_common_layout h1 {
    text-align: center;
    font-weight: 700;
}
.primary_common_layout h2 span,
.primary_common_layout h1 span {
    color: rgba(0, 0, 0, 0.34);
}
.primary_common_layout p {
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
}
.primary_common_layout .why_our_school_sec {
    margin-top: 50px;
}
.primary_common_layout .why_our_school_sec .why_div_sec {
    margin-bottom: 40px;
}
.primary_common_layout .why_our_school_sec .why_div_sec .img_sec {
    margin-bottom: 30px;
}
.primary_common_layout .why_our_school_sec .why_div_sec .img_sec img {
    max-width: 70px;
    float: left;
}
.primary_common_layout .why_our_school_sec .why_div_sec .img_sec h3 {
    width: 100%;
    padding-left: 80px;
    line-height: 31px;
    font-weight: 600;
    padding-top: 15px;
}
.team_layer .top_text {
    margin-bottom: 30px;
}
.team_wrap {
    padding: 0 25.5px;
}
.team_wrap .team_grid {
    width: 14%;
    padding: 0 10px;
    float: left;
}
.team_wrap .team_grid:nth-child(7n + 1) {
    clear: both;
}
.team_wrap .team_grid .teamBox {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.team_wrap .team_grid .teamBox:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.team_wrap .team_grid .teamBox:hover .team_detail {
    opacity: 1;
    filter: alpha(opacity=100);
}
.team_wrap .team_grid .teamBox img {
    margin-bottom: 5px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.team_wrap .team_grid .teamBox .team_detail {
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    z-index: 999;
    opacity: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.team_wrap .team_grid .teamBox .team_detail h6 {
    color: #009b3e;
    margin: 0;
}
.team_wrap .team_grid .teamBox .team_detail .designation {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}
.large_width .right_area p {
    max-width: 100%;
}
.large_width .right_area p:last-child {
    margin-bottom: 0;
}
.large_width .right_area .user_name .line_style {
    margin-left: 0;
    margin-right: 10px;
    top: -3px;
}
.large_width .right_area h4 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: initial;
}
.newsLetter_popup {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
}
.newsLetter_popup .team_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.newsLetter_popup .team_table {
    display: table;
    width: 100%;
    height: calc(100% - 80px);
}
.newsLetter_popup .team_table .team_table_inner {
    display: table-cell;
    vertical-align: middle;
}
.newsLetter_popup .newsLetter_popup_div {
    max-width: 370px;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
    z-index: 3;
}
.newsLetter_popup .meet_popup_close {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.34);
    display: block;
}
.newsLetter_popup .meet_popup_close:hover {
    color: #009b3e;
}
.newsLetter_popup .newsLetter_popup_inner {
    padding: 30px 20px;
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.newsLetter_popup .newsLetter_popup_inner .title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.newsLetter_popup .newsLetter_popup_inner .text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
}
.newsLetter_popup .newsLetter_popup_inner .newsletterForm input[type="text"],
.newsLetter_popup .newsLetter_popup_inner .newsletterForm input[type="email"] {
    padding: 10px 15px;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.34);
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
}
.newsLetter_popup .newsLetter_popup_inner .newsletterForm input[type="submit"] {
    margin: 10px 0 20px;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border: none;
    line-height: 24px;
    font-weight: 700;
    height: 39px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #009e40;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.newsLetter_popup .newsLetter_popup_inner .newsletterForm input[type="submit"]:hover {
    background: #000000;
}
.verticalLine {
    display: none;
}
.only_touch .vslider .vslider-next.mobile_arrow {
    /* display: none; */
}
.only_touch .verticalLine {
    display: none;
}
.only_touch .banner_wrap .verticalLine {
    display: none;
}
.color_white .vslider .vslider-next .fa-angle-down {
    color: #ffffff;
}
.color_black .vslider .vslider-next .fa-angle-down {
    color: #000000;
}
.mobile_play_icon {
    display: none;
}
.about_page .mobile_play_icon {
    display: none;
}
.fancybox-overlay .fancybox-skin {
    padding: 5px !important;
}
.no_page_found_wrap {
    padding: 100px 0 60px;
    text-align: center;
}
.no_page_found_wrap h2 {
    color: #009b3e;
}
/* new style */
.breadcrumbs__wrap .breadcrumb {
    background: transparent;
    padding: 0;
    /*	text-align: center;*/
}
.breadcrumbs__wrap .current {
    color: #009b3e;
}
.blog_page_sec.show_sec_wrap {
    padding-top: 170px;
}
.blog__head__wrap {
    padding: 0 0 50px 0;
}
.alignleft {
    max-width: 100%;
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    max-width: 100%;
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.default_page_sec {
    padding: 100px 0 60px;
}
.default_page_sec h1 {
    color: #000000;
}
.default_page_sec h3 {
    margin: 0 0 20px;
    font-family: "Futura", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
}
.default_page_sec h5 {
    margin: 0 0 20px;
    font-family: "Futura", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
}
.default_page_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.default_page_sec ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.default_page_sec ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 10px;
    width: 10px;
    content: '';
    background: #009e40;
}
.default_page_sec ol {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
.default_page_sec ol li {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.close_link {
    display: block;
}
.single_show_page_wrap {
    padding: 100px 0 60px;
}
.single_show_content {
    margin-bottom: 50px;
}
.single_show_content img {
    padding-bottom: 15PX;
    display: block;
    margin: 0 auto;
}
.single_latest_blog_post .row {
    display: flex;
    flex-wrap: wrap;
}
.single_latest_blog_post .row::before,
.single_latest_blog_post .row::after {
    display: none;
}
.single_latest_blog_post .single_show_content_repeter {
/*
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
*/
}
.single_show_content .single_show_content_repeter {
    padding-top: 40px;
}
.single_latest_blog_post .single_show_content_repeter a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}
.single_latest_blog_post .single_show_content_repeter p {
    /*    min-height: 180px;*/
}
.single_show_content .single_show_content_repeter h4 {
    text-align: center;
    margin-bottom: 20px;
}
.single_show_content .single_show_content_repeter ul {
    margin-bottom: 20px;
}
.single_show_content .single_show_content_repeter .pdf-link i img {
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 0;
}
.single_show_content .single_show_content_repeter .pdf-link i {
    margin: 0 5px 0 0;
}
.single_show_content .topPadNone:first-child .single_show_content_repeter {
    padding-top: 0px;
}
.single_show_content .topPadNone.image_position {
    float: right;
}
.single_image_show {
    text-align: center;
}
#mce-responses {
    display: block;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.mce_responses {
    display: block;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}
.wrapper .newsletter_wrap input[type="text"],
.newsletter_wrap input[type="email"] {
    border: 1px solid transparent;
    line-height: 18px;
}
footer .newsletter_wrap input.error_class,
body .newsLetter_popup .newsLetter_popup_inner input.error_class {
    border-color: red !important;
}
.wrapper .newsletter_wrap input.error_class {
    border-color: red;
}
.thumb_wrap {
    margin-bottom: 30px;
}
.newsDate {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
}
.testimonialWrapper .testimonialBox .imgDiv {
    max-width: 150px;
}
.testimonialWrapper .testimonialBox .imgDiv img {
    width: 150px;
    height: 150px;
    border: 1px solid #009b3e;
}
.testimonialWrapper .testimonialBox .textDiv {
    padding-left: 170px;
}
.testimonialWrapper .testimonialBox {
    margin-bottom: 40px;
}
.testimonialWrapper .testimonialBox h6 {
    font-size: 24px;
    line-height: 28px;
}
.testimonialWrapper .testimonialBox h6 .sub_title {
    font-size: 14px;
    line-height: 18px;
}
/* end new style */
/* start booking */
.booking_page {
    padding: 100px 0 60px;
}
.booking_page .step_area_text {
    margin: 0 auto 50px;
    max-width: 810px;
}
.booking_page .step_area_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.booking_page .step_area_text ul li {
    float: left;
    width: 33.33%;
}
.booking_page .step_area_text ul li a {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #979797;
    display: block;
    text-align: center;
    color: #aaaaaa;
    font-weight: 600;
    -moz-transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
}
.booking_page .step_area_text ul li a.selected_tab {
    background: #000000;
    color: #ffffff;
}
.booking_page .step_area_text ul li a:hover {
    background: #000000;
    color: #ffffff;
}
.booking_page .step_area_text ul li a:focus {
    background: #000000;
    color: #ffffff;
}
.booking_page .step_area_text ul li a br {
    display: none;
}
.booking_page .step_area_text ul li:first-child a {
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.booking_page .step_area_text ul li:last-child a {
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.booking_page .step_area_text ul.tab_default li a {
    color: #000000;
}
.booking_page .step_area_text ul.tab_default li a:hover {
    color: #ffffff;
}
.booking_page .step_area_text ul.tab_default li a:focus {
    color: #ffffff;
}
.bookingForm_wrap {
    max-width: 970px;
    margin: 0 auto;
    padding: 30px 30px 60px;
    border: 0px solid #979797;
    position: relative;
}
.bookingForm_wrap .live_chat {
    color: #009e40;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    cursor: pointer;
}
.bookingForm_wrap .live_chat a {
    background-image: url(../img/chat_icon.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 30px 0 0;
}
.bookingForm_wrap .form_progress_wrap .live_chat {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 40px;
}
.bookingForm_wrap .gform_wrapper {
    margin: 0;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps {
    margin: 0 0 20px 0;
    padding: 0 90px 20px 0;
    border-bottom: 1px solid #979797;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step {
    margin: 0 0 0 30px;
    font-size: 15px;
    height: auto;
    line-height: 22px !important;
    font-weight: 400;
    position: relative;
    opacity: 0.5;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
    font-weight: 700;
    opacity: 1;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
    font-weight: 400;
    opacity: 1;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    display: none !important;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step .gf_step_label .step_no {
    margin-right: 5px;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step:before {
    content: '/';
    position: absolute;
    left: -15px;
    top: 0;
    opacity: 0.5;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step:first-child {
    margin-left: 0;
}
.bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step:first-child:before {
    display: none;
}
body .bookingForm_wrap .gform_wrapper .gform_body {
    width: 100% !important;
}
body .bookingForm_wrap .gform_wrapper .gxl_btn_wrap .gxl_btn_def {
    border: 1px solid #000000;
    color: #000000;
    font-weight: 400;
    width: auto;
    padding: 5px 16px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
body .bookingForm_wrap .gform_wrapper .gxl_btn_wrap .gxl_btn_def:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
body .bookingForm_wrap .gform_wrapper .gxl_btn_wrap .gxl_opt_gf input[type="radio"]:checked + label.gxl_btn_def {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
body .bookingForm_wrap .gform_wrapper .booking_date_field .ginput_container {
    position: relative;
}
body .bookingForm_wrap .gform_wrapper .booking_date_field .ginput_container .datepicker {
    width: 100%;
    height: 44px;
    margin: 0 !important;
}
body .bookingForm_wrap .gform_wrapper .booking_date_field img.ui-datepicker-trigger {
    width: 18px !important;
    height: 20px !important;
    position: absolute;
    right: 10px;
    top: 12px;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield:first-child {
    margin-top: 0;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    margin-bottom: 0;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield.booking_time_field .ginput_container_time {
    max-width: 6rem;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield.booking_time_field .ginput_container_time label {
    display: none;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield.booking_time_field .ginput_container_time i {
    display: none;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield.booking_time_field .ginput_container_time input {
    max-width: 6rem;
}
body .bookingForm_wrap .gform_wrapper ul.gform_fields li.gfield.booking_time_field .ginput_container_time select {
    max-width: 6rem !important;
    width: 100% !important;
}
body .bookingForm_wrap .gform_wrapper .top_label li ul.gfield_checkbox,
body .bookingForm_wrap .gform_wrapper .top_label li ul.gfield_radio {
    margin: 0;
    width: 100%;
}
body .bookingForm_wrap .gform_wrapper .top_label li ul.gfield_checkbox li,
body .bookingForm_wrap .gform_wrapper .top_label li ul.gfield_radio li {
    margin: 0;
}
body .bookingForm_wrap .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .bookingForm_wrap .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 10px;
}
body .bookingForm_wrap .gform_wrapper .gform_page_footer {
    margin: 0;
    width: auto;
    border-top: none;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 0;
}
body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_next_button.button,
body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_1,
body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_2 {
    background: #009e40;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 10px 25px 10px 25px;
    display: block;
    line-height: 20px !important;
    text-align: center;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_next_button.button:hover,
body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_1:hover,
body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_2:hover {
    background: #000000;
    color: #ffffff;
}
/*
body .bookingForm_wrap .gform_wrapper .gform_page_footer:after {
content: "\f178";
display: block;
position: absolute;
z-index: 1;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
top: 9px;
right: 24px;
font-size: 24px;
line-height: 24px;
color: #ffffff;
pointer-events: none;
}
*/
body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_previous_button.button {
    position: absolute;
    left: 155px;
    margin: 0;
    background: transparent;
    border: none;
    color: #a8a8a8;
    padding: 8px 15px;
    font-weight: 600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_ajax_spinner {
    background: #ffffff;
    height: 18px;
    width: 18px;
    padding: 1px;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
body .bookingForm_wrap .gform_wrapper .gform_fields:after,
body .bookingForm_wrap .gform_wrapper .gform_fields:before {
    display: table;
    content: '';
}
body .bookingForm_wrap .gform_wrapper .gform_fields:after {
    clear: both;
}
body .bookingForm_wrap .gform_wrapper .gform_fields .startDiv_Class:first-child {
    padding-left: 0px;
    padding-right: 15px;
}
body .bookingForm_wrap .gform_wrapper .startDiv_Class {
    padding-left: 15px;
    width: 50%;
    float: left;
}
body .bookingForm_wrap .gform_wrapper .startDiv_Class.fixProgressZindex {
    position: relative;
    z-index: 99;
}
body .bookingForm_wrap .gform_wrapper .startDiv_Class.fixProgressBar {
    position: fixed;
    top: 90px;
    width: 100%;
    max-width: 455px;
    left: 50%;
    right: 0;
    background: #ffffff;
}
body .bookingForm_wrap .gform_wrapper .form_progress_wrap:after,
body .bookingForm_wrap .gform_wrapper .form_progress_wrap:before {
    display: table;
    content: '';
}
body .bookingForm_wrap .gform_wrapper .form_progress_wrap:after {
    clear: both;
}
body .bookingForm_wrap .gform_wrapper .form_progress_wrap .form_progress {
    float: left;
    position: relative;
    z-index: 1;
}
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="email"],
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="number"],
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="password"],
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="tel"],
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="url"],
body .bookingForm_wrap .gform_wrapper .ginput_container input[type="text"],
body .bookingForm_wrap .gform_wrapper .ginput_container select {
    padding-left: 10px !important;
    width: 100%;
    height: 44px;
    margin: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
body .bookingForm_wrap .gform_wrapper .gform_page .booking_detail_wrap.last_step_html .total_wrap .total_innerWrap .rate_row.totle {
    border-bottom: 0px solid #979797;
}
body .bookingForm_wrap .gform_wrapper .gform_page .gform_page_footer.top_label .gform_button.button {
    background: #009e40;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 9px 20px;
    display: block;
    line-height: 20px;
    float: left;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
body .bookingForm_wrap .gform_wrapper .gform_page .gform_page_footer.top_label .gform_button.button:hover {
    background: #000000;
    color: #ffffff;
}
body .bookingForm_wrap .gform_wrapper .gform_page .gform_page_footer.top_label .gform_previous_button.button {
    /*	right: 165px;*/
}
body .bookingForm_wrap .gform_wrapper .gform_page .gform_page_footer.top_label:after {
    display: none;
}
body .bookingForm_wrap .gform_wrapper .coupon_field .ginput_container .gf_coupon_code {
    width: 70%;
    float: left;
}
body .bookingForm_wrap .gform_wrapper .coupon_field .ginput_container .button {
    background: #c6c6c6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 9px 10px;
    display: block;
    line-height: 20px;
    height: 44px;
    width: 25%;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
body .bookingForm_wrap .gform_wrapper .coupon_field .ginput_container:after,
body .bookingForm_wrap .gform_wrapper .coupon_field .ginput_container:before {
    display: table;
    content: '';
}
body .bookingForm_wrap .gform_wrapper .coupon_field .ginput_container:after {
    clear: both;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field.gfield_creditcard_warning {
    padding: 0;
    border-top: transparent;
    border-bottom: transparent;
    background-color: transparent;
    width: 100%;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field .gfield_description {
    padding-right: 0;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field .gfield_description p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field .gfield_description p a {
    color: #009e40;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field.field_sublabel_above .ginput_complex label {
    margin: 10px 0 10px 1px;
    font-size: 15px;
    color: #000000;
    line-height: 1.3;
}
body .bookingForm_wrap .gform_wrapper .card_detail_field.field_sublabel_above .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 0;
}
body .bookingForm_wrap .gform_wrapper .security_note p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
body .bookingForm_wrap .gform_wrapper .security_note p a {
    color: #009e40;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li {
    position: relative;
    padding-right: 80px !important;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li label {
    padding: 0 0 0 30px;
    margin: 8px 0;
    font-weight: 400;
    line-height: 24px;
    background: url("../img/radio_bg_img.png") no-repeat -4px -159px;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[type="radio"] {
    display: none !important;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[type="radio"]:checked + label {
    background-position: -4px -15px;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[value="Credit/ Debit Card"] + label:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    height: 34px;
    width: 78px;
    background: url("../img/credit_debit_img.png") no-repeat 0 0;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[value="PayPal"] + label:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    height: 34px;
    width: 34px;
    background: url("../img/paypal_img.png") no-repeat 0 0;
}
body .bookingForm_wrap .gform_wrapper .validation_error {
    display: none !important;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error,
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px !important;
    border-top: 0px solid #C89797;
    border-bottom: 0px solid #C89797;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}
body .bookingForm_wrap .gform_wrapper .gfield_error .gfield_label {
    color: #000000;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
body .bookingForm_wrap .gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px;
}
body .bookingForm_wrap .gform_wrapper .remove_space.field_description_below .gfield_description {
    padding-top: 0px;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.field_sublabel_above.card_detail_field div.gfield_description {
    margin-top: 0px;
}
body .bookingForm_wrap .gform_wrapper .validation_message {
    color: #be0909;
}
body .bookingForm_wrap .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .bookingForm_wrap .gform_wrapper li.gfield_error textarea {
    border: 1px solid #dfdfdf;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #be0909;
    font-weight: 600;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    border-bottom: 1px solid #be0909;
    background-image: none;
    padding-left: 0px;
}
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning,
body .bookingForm_wrap .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 0;
}
body .bookingForm_wrap .gform_wrapper .gf_coupon_invalid span {
    color: #be0909;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
}
body .enquiryFormWrap .gform_footer {
    margin: 0;
    width: auto;
    border-top: none;
    padding: 0;
    position: relative;
    right: 0;
    max-width: 50%;
    margin-top: 40px;
    bottom: 0;
    height: 40px;
}
body .enquiryFormWrap .gform_footer .gform_button.button {
    background: #009e40;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 10px 25px;
    display: block;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
body .enquiryFormWrap .gform_footer .gform_ajax_spinner {
    background: #ffffff;
    height: 18px;
    width: 18px;
    padding: 1px;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
/* round slider */
.form_progress_wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.form_progress_wrap.step_1_progress {
    margin-bottom: 0px;
    border-bottom: 0px solid #dadada;
}
.form_progress_wrap .rs-border {
    border: 1px solid rgba(0, 158, 64, 0.2);
}
.form_progress_wrap .rs-path-color {
    background-color: #e4e4e4;
}
.form_progress_wrap .rs-range-color {
    background-color: #009e40;
}
.form_progress_wrap .rs-tooltip-text {
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 0px;
    margin-left: -50px !important;
    margin-top: -40px !important;
}
.form_progress_wrap .form_progress_value {
    text-align: center;
    min-width: 100px;
    height: 80px;
}
.form_progress_wrap .form_progress_value .progress_num {
    margin-bottom: 5px;
    display: block;
    font-size: 50px;
    line-height: 50px;
    color: #009e40;
    font-family: "Source Sans Pro", sans-serif;
}
.form_progress_wrap .form_progress_value .progress_num sup {
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    top: 2px;
    color: #009e40;
}
.form_progress_wrap .form_progress_value .progress_text {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.booking_detail_wrap .top_detail_text {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #979797;
}
.booking_detail_wrap .top_detail_text .top_detil_title {
    font-weight: 700;
    margin-bottom: 8px;
}
.booking_detail_wrap .top_detail_text .detail_text_row {
    padding: 1px 0;
}
.booking_detail_wrap .top_detail_text .detail_text_row .left_text {
    float: left;
    width: 70%;
    padding-right: 10px;
}
.booking_detail_wrap .top_detail_text .detail_text_row .right_price {
    float: left;
    width: 30%;
    text-align: right;
}
.booking_detail_wrap .top_detail_text .detail_text_row:after,
.booking_detail_wrap .top_detail_text .detail_text_row:before {
    display: table;
    content: '';
}
.booking_detail_wrap .top_detail_text .detail_text_row:after {
    clear: both;
}
.booking_detail_wrap .total_wrap:after,
.booking_detail_wrap .total_wrap:before {
    display: table;
    content: '';
}
.booking_detail_wrap .total_wrap:after {
    clear: both;
}
.booking_detail_wrap .total_wrap .total_innerWrap {
    max-width: 180px;
    width: 100%;
    float: right;
}
.booking_detail_wrap .total_wrap .total_innerWrap .rate_row {
    padding: 2px 0;
}
.booking_detail_wrap .total_wrap .total_innerWrap .rate_row .left_text {
    font-weight: 700;
    text-align: right;
    float: left;
    width: 65px;
}
.booking_detail_wrap .total_wrap .total_innerWrap .rate_row .right_price {
    text-align: right;
    font-weight: 700;
    padding-left: 75px;
}
.booking_detail_wrap .total_wrap .total_innerWrap .rate_row.totle {
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    color: #009e40;
    padding: 8px 0;
    margin: 10px 0;
}
.booking_detail_wrap .total_wrap .total_innerWrap:after,
.booking_detail_wrap .total_wrap .total_innerWrap:before {
    display: table;
    content: '';
}
.booking_detail_wrap .total_wrap .total_innerWrap:after {
    clear: both;
}
.booking_detail_wrap .total_wrap .send_email {
    text-align: right;
}
.booking_detail_wrap .total_wrap .send_email a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0 2px 35px;
    background: url("../img/email_icon_img.png") no-repeat 0 0;
}
/* end booking */
.socialIcon {
    padding-top: 15px;
}
.priv_next_wrapper {
    position: relative;
}
.priv_next_wrapper .priv_next_div {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 30px;
    line-height: 34px;
    padding: 5px;
}
.priv_next_wrapper .priv_next_div span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.priv_next_wrapper .previous_post_div {
    text-align: left;
}
.priv_next_wrapper .previous_post_div:after {
    content: '';
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    position: absolute;
    z-index: 1;
    background: #000000;
}
.after_single_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
}
.ui-datepicker a {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.ui-datepicker .ui-datepicker-title select {
    color: #000000;
}
.rectangleImg .single_show_content_repeter {
    text-align: center;
}
.rectangleImg .single_show_content_repeter img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blankline {
    border-top: 1px solid #252424;
    padding-bottom: 50px;
}
.testimonials_user {
    text-align: right;
}
.testimonials_user span {
    display: block;
}
.more_info:hover h6,
.testimonialsDiv p .fa {
    color: #009b3e;
}
.testimonialsDiv {
    margin-bottom: 20px;
}
.testimonialsDiv p {
    margin-bottom: 0;
}
.team_popup_hide_con_rep {
    display: none;
}
.team_popup_rep {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding-left: 30px;
    padding-right: 30px;
}
.team_popup_rep .team_table_rep {
    display: table;
    width: 100%;
    height: 100%;
}
.team_popup_rep .team_table_rep .team_table_inner_rep {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.team_popup_rep .team_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 1;
}
.team_popup_rep .team_popup_div {
    max-width: 610px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    z-index: 3;
}
.team_popup_rep .meet_popup_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 2;
    background: url(../img/cross.svg) no-repeat 0 0;
}
.team_popup_rep .team_popup_inner_rep {
    padding: 120px 50px 40px;
    background: #ffffff;
    position: relative;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.team_popup_rep .team_popup_inner_rep .user_img {
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}
.team_popup_rep .team_popup_inner_rep .user_img img {
    max-width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.team_popup_rep .team_popup_inner_rep .user_detail .name {
    color: #009b3e;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.team_popup_rep .team_popup_inner_rep .user_detail .designation {
    color: #231f20;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: inherit;
}
.team_popup_rep .team_popup_inner_rep .user_disc {
    font-family: inherit;
    margin-bottom: 20px;
    text-align: left;
}
.form_display_none {
    display: none;
}
span.mailsendSucess {
    display: none;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    padding: 2px 0 7px 35px;
    background: url("../img/email_icon_img.png") no-repeat 0 0;
}

.vslider .vslider-next,
.banner_wrap .banner_arrow {
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    padding-bottom: 10px;
}
.vslider .vslider-next i.fa.fa-angle-down,
.banner_wrap .banner_arrow i.fa.fa-angle-down {
    -webkit-animation: scroll-down-arrow .5s ease infinite alternate;
    -moz-animation: scroll-down-arrow .5s ease infinite alternate;
    -ms-animation: scroll-down-arrow .5s ease infinite alternate;
    -o-animation: scroll-down-arrow .5s ease infinite alternate;
    animation: scroll-down-arrow .5s ease infinite alternate;
    position: absolute;
    height: 28px;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-carousel:not(.owl-loaded) .item {
    display: inline-block;
    margin-left: 40px;
}

.lms_resources_filter_slide .owl-carousel .owl-stage-outer{
     /*   width: 80%;*/
    margin: 0 auto;
}

.color_white .vslider .vslider-next,
.banner_wrap .banner_arrow {
    color: #ffffff;
}
.learndash-wrapper .ld-modal
{
        max-width: 624px;
}
@-moz-keyframes scroll-down-arrow {
    0% {
        padding-top: 8px;
    }
    100% {
        padding-top: 16px;
    }
}
@-ms-keyframes scroll-down-arrow {
    0% {
        padding-top: 8px;
    }
    100% {
        padding-top: 16px;
    }
}
@-o-keyframes scroll-down-arrow {
    0% {
        padding-top: 8px;
    }
    100% {
        padding-top: 16px;
    }
}
@keyframes scroll-down-arrow {
    0% {
        padding-top: 8px;
    }
    100% {
        padding-top: 16px;
    }
}
.desktop_only {
    display: block;
}
.tablet_only {
    display: none;
}
.mobile_only {
    display: none;
}
/*.desktop_right_btn_wrap {
max-width: 370px; } by Wilson*/
.desktop_right_btn_wrap a {
    color: #ffffff;
    display: inline-block;
    padding: 25px 30px;
    height: 70px;
    position: relative;
}
.desktop_right_btn_wrap a:last-child {
    background: #000000;
}
.desktop_right_btn_wrap a.phone_no:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 20px;
}
.desktop_right_btn_wrap a.phone_no {
    color: #323232;
}
.desk_menu_wrap {
    color: #ffffff;
    width: 100%;
}
.desk_menu_wrap .desk_wrap_header {
    position: fixed;
    z-index: 13;
    top: 25px;
    left: 250px;
    right: 380px;
}
.desk_wrap_header ul {
    padding: 0;
    margin: 0;
    color: #ffffff;
    list-style: none;
}
.desk_wrap_header ul li {
    float: left;
    margin-right: 25px;
}
.desk_wrap_header ul li:last-child {
    margin-right: 0;
}
.desk_wrap_header ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323232;
    padding-bottom: 20px;
}
.desk_wrap_header ul li.current_page_item a {
    color: #000000;
    font-weight: bold;
}
.color_white .desk_wrap_header ul li a {
    color: #ffffff;
}
.overlay_bg {
    background: rgba(0, 0, 0, 0.2);
}
.padding_footer.footerForm {
    height: auto !important;
}
.footerForm #mce-responses {
    bottom: 0px;
}
.cls_video_btn {
    display: none;
    right: 0px;
    top: 58px;
    position: absolute;
    z-index: 4;
    color: #ffffff;
    font-size: 50px;
    cursor: pointer;
}
.bookingForm_wrap.enquiryFormWrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[value="PayPal"] + label:before {
    content: "(Note: You will be redirected to Paypal)";
    position: absolute;
    left: 0;
    padding-left: 74px;
    font-style: italic;
}
.school-incursions.bg_img {
    background-position: 50% 20%;
}
.page-template-page-school-landing .banner_arrow {
    display: none !important;
}
.page-template-page-about .scroll_default_arrow,
.page-template-page-home .scroll_default_arrow {
    display: none !important;
}
a.pay_on_invoice {
    background: #009e40;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    float: left;
    margin: 0;
    padding: 9px 20px;
    display: block;
    line-height: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    margin-left: 15px;
}
a.pay_on_invoice:hover {
    background: #000000;
    color: #ffffff;
}
.gform_wrapper .ginput_container_radio .gfield_radio li label {
    margin: 9px 5px 5px 5px;
}
ul#input_1_46 li:last-child,
ul#input_2_47 li:last-child {
    margin-left: 10px!important;
}
#gform_page_1_2 .gform_previous_button,
#gform_page_2_2 .gform_previous_button {
    position: static !important;
}
#gform_page_1_1 .gform_save_link,
#gform_page_1_3 .gform_save_link,
#gform_page_2_1 .gform_save_link,
#gform_page_2_3 .gform_save_link {
    display: none;
}
#gform_page_1_2 .gform_next_button,
#gform_page_2_2 .gform_next_button {
    padding: 9px 25px;
    margin-right: 15px;
    float: left;
}
body .bookingForm_wrap .gform_wrapper #gform_page_1_2 .gform_page_footer:after,
body .bookingForm_wrap .gform_wrapper #gform_page_2_2 .gform_page_footer:after {
    display: none;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li.gchoice_2_6_2 {
    display: none;
}
body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li.gchoice_1_6_2 {
    display: none;
}
#gform_page_1_2 .gform_save_link,
#gform_page_2_2 .gform_save_link {
    background: #009e40;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    float: left;
    margin: 0;
    padding: 9px 20px;
    display: block;
    line-height: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
}
#gform_page_1_2 .gform_save_link:hover,
#gform_page_2_2 .gform_save_link:hover {
    background: #000000;
    color: #ffffff;
}
body .gform_wrapper .form_saved_message {
    border: none;
    background-color: transparent;
    text-align: left;
}
.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* impact page */
.sustainable_widget_wrapper {
    padding: 0 35px;
}
/* home page news/blog section new design date:- 06-02-2019 */
.blog__post__cover {
    display: block;
    height: 235px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.blog__post__content {
    padding: 30px 24px;
}
.blog__post__card h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 16px 0;
}
.blog__post__card p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 10px 0;
}
.blog__post__card .post_link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #009e40;
    display: inline-block;
}
.post__meta {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.post__meta::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #000000;
    top: 10px;
}
.post__meta * {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
/* home page media section */
.media__post__Wrapper {
    position: relative;
    padding: 50px 0 80px 0;
}
.media__post__Wrapper .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.media__post__Wrapper .row::before,
.media__post__Wrapper .row::after {
    display: none;
}
.media_post_left_area {
    padding: 0 0;
    text-align: center;
}
.media_post_left_area p {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.9px;
    text-align: center;
    color: #000000;
    margin: 30px 0;
}
.media_post_left_area img {
    -webkit-box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.16), 0 11px 27px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 36px 50px 16px rgba(0, 0, 0, 0.16), 0 11px 27px 0 rgba(0, 0, 0, 0.37);
    /*	height: 420px;*/
    margin: 0 auto;
}
.media_post_right_area {
    padding: 0 0 140px 0;
}
.media_post_right_area p {
    line-height: normal;
}
.media__post__Wrapper .carousel-control {
    background-image: none;
    position: relative;
    opacity: 1;
    margin: 0 20px 0 0;
    width: 160px;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    display: none;
}
.media__post__Wrapper .media_post_right_area .carousel-control {
    display: inline-block;
}
.media__post__Wrapper .carousel-indicators {
    bottom: 130px;
    left: 30px;
    width: auto;
    margin: 0;
}
.media__post__Wrapper .carousel-indicators li {
    opacity: 0.2;
    background-color: #666;
    width: 8px;
    height: 8px;
    border: 0;
    margin: 0 2px;
}
.media__post__Wrapper .carousel-indicators li.active {
    background-color: #05a048;
    opacity: 1;
    width: 8px;
    height: 8px;
    border: 0;
    margin: 0 2px;
}
/* new page's style css added by purohit a date 17-05-2019 */
/* banner new style */
.banner_new_wrap .banner_content_wrap {
    text-transform: none;
}
/* grid new layout style */
.lms_login_wrapper {
    position: relative;
    padding: 0 0 100px 0;
}
.head_wrap {
    text-align: center;
    padding: 100px 0 50px 0;
}
.head_wrap p:last-of-type {
    margin-bottom: 0;
}
.lms_login_wrapper .grid_card {
    padding: 0 35px;
}
.grid_card {
    margin: 0 0 20px 0;
    position: relative;
}
.grid_card_fav {
    position: absolute;
    left: 13px;
    top: 13px;
}
.grid_card_cover {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 40px 0;
}
.grid_card_cover.modified-green-cover {
    background-size: auto;
	background-color: #009e40;
}
.grid_card h3 {
    font-weight: 600;
    margin: 0 0 30px 0;
}
.cta_wrap {
    position: relative;
    padding: 50px 0 0 0;
}
.alredy_member {
    margin: 30px 0 0 0;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.grid_card .pdf-link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
/* grid_layout_one_wrapper */
.grid_layout_one_wrapper .head_wrap {
    padding: 40px 0 40px 0;
	/* padding: 100px 0 0 0; */
}
.grid_layout_one_wrapper .grid_card_cover {
    height: 233px;
    box-shadow: none;
    margin: 0 0 30px 0;
}
.grid_layout_one_wrapper .grid_card h3 {
    font-weight: 700;
    min-height: 55px;
    font-size: 20px;
}
.grid_layout_one_wrapper .grid_card_content {
    padding: 0 24px;
}
.grid_layout_one_wrapper .cta_wrap {
    padding: 50px 0 100px 0;
}
/* content layout */
.content__wrapper {
    position: relative;
    padding: 100px 0;
}
.content__wrapper .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content__wrapper .row::before,
.content__wrapper .row::after {
    display: none;
}
/* yellow_highlight */
.yellow_highlight {
    position: relative;
    padding: 55px 0;
}
.yellow_highlight h2 {
    margin: 0;
}
.yellow_highlight .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* grid_document_wrapper */
.grid_document_wrapper {
    position: relative;
    padding: 0 0 100px 0;
}
.grid_document_wrapper [class*="col-"] .grid_card {
    border-right: 1px solid #d8d8d8;
}
.grid_document_wrapper [class*="col-"]:last-child .grid_card {
    border-right: 0;
}
.grid_document_wrapper .head_wrap {
    padding: 100px 0 0 0;
}
/* grid_layout_two_wrapper */
.grid_layout_two_wrapper {
    position: relative;
    padding: 0 0 50px 0;
}
.grid_layout_two_wrapper .grid_card h3 {
    margin: 0 0 10px 0;
}
.grid_layout_two_wrapper .grid_card_cover {
   /* height: 230px;*/
    box-shadow: none;
    margin: 0 0 20px 0;
}
.grid_layout_two_wrapper .grid_card_content p {
    min-height: 75px;
    margin: 0 0 20px 0
}
.lms_resources_wrapper .grid_layout_two_wrapper .grid_card {
    margin: 0 0 50px 0;
}
/* LMS Resources Filter */
.lms_resources_filter_wrapper {
    position: relative;
    padding: 0;
}
.lms_resources_filter_wrapper h2 {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin: 0 0 40px 0;
}
.lms_resources_filter_inner_wrap ul {
    margin: 0;
    padding: 0;
}
.left_filter_wrap ul li a {
    font-size: 18px;
    margin: 0 0 30px 0;
    color: rgba(0, 0, 0, 0.50);
    display: inline-block;
    font-weight: 400;
}
.left_filter_wrap ul li a:hover,
.left_filter_wrap ul li a:focus,
.left_filter_wrap ul li.active a {
    color: #000000;
    font-weight: 700;
}
.right_filter_wrap {
    padding: 12px 0 50px 0;
}
.right_filter_wrap li {
    font-size: 14px;
    letter-spacing: 2.15px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 25px 0 0;
}
.right_filter_wrap li.active a {
    color: #009e40;
}
.lms_resources_filter_inner_wrap {
    position: relative;
    padding: 100px 0;
}
.lms_resources_filter_wrapper .grid_card h3 {
    margin: 0 0 10px 0;
    min-height: 53px;
}
.lms_resources_filter_wrapper .grid_card {
    margin: 0 0 40px 0;
}
.lms_resources_filter_wrapper .grid_layout_two_wrapper {
    /*    padding: 50px 0 0 0;*/
}
.lms_resources_filter_wrapper .pagination_wrap {
    text-align: center;
    padding: 0;
}
.lms_resources_filter_wrapper .pagination li a {
    background: #ffffff;
    height: 32px;
    width: 32px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    padding: 2px;
    text-align: center;
    border: 0;
    font-weight: 600;
    margin: 0 12px;
}
.lms_resources_filter_wrapper .pagination li a:hover,
.lms_resources_filter_wrapper .pagination li a:focus,
.lms_resources_filter_wrapper .pagination li.active a {
    background: #009e40;
    color: #ffffff;
}
.lms_resources_filter_wrapper .pagination > li:first-child > a,
.lms_resources_filter_wrapper .pagination > li:last-child > a {
    border: 1px solid #7f7f7f;
    border-radius: 0;
    color: #7f7f7f;
}
.lms_resources_filter_wrapper .pagination > li:first-child > a:hover,
.lms_resources_filter_wrapper .pagination > li:first-child > a:focus,
.lms_resources_filter_wrapper .pagination > li:last-child > a:hover,
.lms_resources_filter_wrapper .pagination > li:last-child > a:focus {
    color: #ffffff;
    border: 1px solid #ffffff;
}
/* resources_filter_feedback */
.resources_filter_feedback {
    position: relative;
    padding: 50px 0 0 0;
    border-top: 1px solid #d8d8d8;
}
.feedback_card {
    position: relative;
    margin: 0 0 30px 0;
}
.feedback_card h3 {
    margin: 0 0 10px 0;
    font-weight: 600;
}
.feedback_link {
    font-weight: 600;
    font-size: 14px;
}
.feedback_link i {
    margin: 0 10px 0 0;
}
/* lms_resources_filter_slide */
.lms_resources_filter_slide {
    position: relative;
    background: #f8f9fe;
}
.lms_resources_filter_slide a {
    letter-spacing: 2.15px;
    color: #000000;
    font-size: 14px;
    padding: 18px 0px;
    position: relative;
    margin: 0;
    display: block;
    text-align: center;
}
.lms_resources_filter_slide a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #009e40;
}
.lms_resources_filter_slide a::before {
    background: #cbcbcb;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
   /* left: -20px;*/
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
        margin-left: -12px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}
.lms_resources_filter_slide .owl-stage {
    margin: 0 auto;
}
.lms_resources_filter_slide .owl-stage .owl-item:last-child .item a {
    padding-right: 0;
}
.lms_resources_filter_slide .owl-stage .owl-item:first-child .item a {
    padding-left: 0;
}
.lms_resources_filter_slide .owl-stage .owl-item:first-child .item a::before {
    display: none;
}
.lms_resources_filter_slide .owl-stage .owl-item .item {
    padding: 0 20px;
}
.lms_resources_filter_slide .owl-carousel .owl-nav {
    margin-top: 0;
}
.lms_resources_filter_slide .owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 60px;
    border-radius: 0;
    color: #cbcbcb;
    opacity: 1;
    position: absolute;
    top: 0;
    margin: 0;
    background: rgb(248, 249, 254);
}
.lms_resources_filter_slide .owl-carousel .owl-nav button span {
    margin-top: -5px;
}
.lms_resources_filter_slide .owl-carousel .owl-nav button:hover {
    color: #009e40;
}
.lms_resources_filter_slide .owl-carousel .owl-nav button.owl-next {
    right: 20px;
    background: -moz-linear-gradient(270deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    background: -webkit-linear-gradient(270deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    background: linear-gradient(270deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fe", endColorstr="#f8f9fe", GradientType=1);
}
.lms_resources_filter_slide .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    background: -moz-linear-gradient(90deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    background: -webkit-linear-gradient(90deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    background: linear-gradient(90deg, rgba(248, 249, 254, 1) 0%, rgba(248, 249, 254, 0.5382528011204482) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fe", endColorstr="#f8f9fe", GradientType=1);
}
/* lms feedback wrapper */
.lms_resources_feedback_wrapper {
    position: relative;
    padding: 120px 0 85px 0;
    text-align: center;
}
.lms_resources_feedback_form {
    position: relative;
    padding: 27px 30px;
    border: 1px solid #979797;
    text-align: left;
    margin: 40px 0 0 0;
}
.lms_resources_feedback_form label {
    display: block;
    margin: 0 0 12px 0;
}
.lms_resources_feedback_form textarea.form-control {
    border: 1px solid #dfdfdf;
    resize: none;
    box-shadow: none;
    border-radius: 0;
    height: 135px;
    margin: 0 0 30px 0;
}
.lms_resources_feedback_form .default_btn {
    min-width: 140px;
    border: 0;
    margin: 0 0 0 auto;
    display: block;
}
.custom-radio {
    position: relative;
    padding-left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 85px 30px 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio {
    position: relative;
    padding-left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 85px 30px 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
label.custom-control-label::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #979797;
}

label.custom-control-label::after {
    position: absolute;
    top: 6px;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: transparent;
    border-radius: 100%;
}

input:checked ~ label.custom-control-label::before {
    border-color: #009e40;
}

.lms_resources_feedback_form .custom-control-label {
    margin: 0;
}

input:checked ~ label.custom-control-label::after {
    background: #009e40;
}
label.custom-control-label::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #979797;
}
label.custom-control-label::after {
    position: absolute;
    top: 6px;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: transparent;
    border-radius: 100%;
}
input:checked ~ label.custom-control-label::before {
    border-color: #009e40;
}

input:checked ~ label.custom-control-label::after {
    background: #009e40;
}
/* remove slider */
html,
body {
    height: auto;
}
.vslider-pagination-wrapper {
    display: none !important;
}
html.is-vslider-active {
    overflow: visible !important;
}
.vslider-mode-slideup .vslider {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
}
.vslider .slide.animation-fade {
    opacity: 1 !important;
    position: relative;
    width: 100%;
}
.vslider .slide .animation-fade-up {
    position: relative;
    top: 0px;
    opacity: 1;
}
.vslider .content {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    height: 100vh;
}
.vslider .content.homebanner-dt {
    top: auto;
    bottom: auto;
    height: 100vh;
}
.vslider-reopen-button {
    display: none;
}
#introduction .media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000000;
}
.media_new {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.media_new iframe {
    height: 100%;
    width: 100%;
}
.vslider-next.js-vslider-next {
    color: #ffffff;
}
.testimonial_sec {
    padding-top: 60px;
}
.page-template-page-home .vslider-slides #introduction .btn_div {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.mobile_tel_icon {
    margin: 25px 45px 0px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    position: relative;
    display: none;
}
.mobile_tel_icon .phone_no:before {
    color: #ffffff;
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 26px;
    line-height: 26px;
}
header.header.color_white_scroll .mobile_tel_icon .phone_no:before {
    color: #000000;
}
.ui-datepicker {
    width: auto !important;
}
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 48%;
}
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
    margin-right: 18px;
}
/* end remove slider */
.back_div {
    margin-top: 20px;
}
.back_btn {
    background-color: #fff !important;
    color: black;
    border: 2px solid #000000;
    margin-top: 50px;
    font-size: 16px !important;
    padding: 10px 40px !important;
}
.back_btn:hover {
    color: white !important;
    background-color: black !important;
}
.ginput_container_radio li {
    width: auto;
    float: left;
    /* margin-right: 10px !important;*/
}
.about_team_content .content {
    position: initial;
    height: auto;
}
.about_team_content .content-caseStudy-inner {
    position: relative;
}
.img_radio [type=radio] {
    visibility: hidden;
}
.img_radio .ginput_container_radio .gfield_radio [type=radio] {
    width: 0 !important;
    height: 0;
    margin: 0 !important;
}
.img_radio .gfield_radio [type=radio] + label::before {
    content: '';
    border: 2px solid #ddd;
    position: absolute;
    left: 9px;
    top: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.img_radio .gfield_radio [type=radio]:checked + label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3db04a;
    position: absolute;
    left: 14px;
    top: 18px;
    border-radius: 100%;
}
.img_radio .gfield_radio [type=radio] + label {
    background: #ffffff;
    border: 2px solid transparent;
    height: 50px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.10);
    margin: 10px 5px;
    padding: 0px 10px 0px 26px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
}
input#gform_submit_button_1 {
    padding: 8px 25px !important;
}
.img_radio .gfield_radio [type=radio]:checked + label {
    border: 2px solid #3db04a;
}
.img_radio [type=radio] + label img {
    height: 100%;
    width: auto;
}
label.gfield_label.gfield_label_before_complex {
    margin-top: 10px;
}
.bookingForm_wrap .gform_wrapper .ginput_complex.ginput_container {
    width: 50%;
}

#products_chosen {
    width: 100%!important;
}

.ld-login.ld-login-text.ld-login-button {
    display: none;
}
.ld-logout.ld-login-text.ld-login-button {
    display: none;
}



.s-center .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid_layout_two_wrapper .row::before, .grid_layout_two_wrapper .row::after {
    display: none;
}

.grid_layout_one_wrapper .row::before, .grid_layout_one_wrapper .row::after {
    display: none;
}

.grid_layout_one_wrapper .row {
    display: flex;
    flex-wrap: wrap;
}


form.pmpro_form.pmpro_signup_form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
}


.default_page_sec [type*="t"], .default_page_sec [type="password"], .default_page_sec [type="email"], .default_page_sec select, .default_page_sec textarea, .default_page_sec [type*="n"] {
    max-width: 100%!important;
}

/* ===================================================== */
/*                      Media Query                      */
/* ===================================================== */
/* min width media */
@media (min-width: 480px) {
    .awards_section .awardImg:nth-child(4n + 1) {
        clear: both;
    }
}
@media (min-width: 768px) {
    #introduction .content {
        background: none !important;
    }
    .single_show_content .topPadNone:first-child .single_show_content_repeter,
    .single_show_content .topPadNone:nth-child(2) .single_show_content_repeter {
        padding-top: 0px;
    }
    .single_show_content .fullOnMobile:first-child .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(2) .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(3) .single_show_content_repeter {
        padding-top: 0px;
    }
    .single_show_content.two_col_layout .single_show_content_repeter h4 {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .single_show_content .topPadNone:first-child .single_show_content_repeter,
    .single_show_content .topPadNone:nth-child(2) .single_show_content_repeter {
        padding-top: 0px;
    }
    .single_show_content .fullOnMobile:first-child .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(2) .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(3) .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(4) .single_show_content_repeter {
        padding-top: 0px;
    }
    .single_show_content .fullOnMobile.col-md-3:nth-child(4n + 1) {
        clear: both;
    }
    .single_show_content .fullOnMobile.col-md-4:nth-child(3n + 1) {
        clear: both;
    }
    .single_show_content .fullOnMobile.col-md-6:nth-child(2n + 1) {
        clear: both;
    }
    .two_col_layout {
        padding: 0 30px;
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1610px) {
    .color_white_scroll .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega {
        top: 25px;
        /*		left: 250px;*/
    }
    .header-blissmedia .logo img {
        max-height: 100px;
    }
    .color_white_scroll .header-blissmedia .logo img {
        max-height: 70px;
    }
    body.color_black .header-blissmedia .logo img {
        max-height: 100px;
    }
    .headerSticky {
        height: 87px;
    }
    body .desk_menu_wrap .desk_wrap_header {
        left: 280px;
    }
    .color_white .desk_menu_wrap .desk_wrap_header {
        top: 30px;
    }
    .color_white .desktop_right_btn_wrap a {
        font-size: 17px;
        line-height: 21px;
        padding: 33px 30px;
        height: 87px;
    }
}
@media (min-width: 1960px) {
    body.color_white .header-blissmedia .logo img {
        max-height: 120px;
    }
    body.color_black .header-blissmedia .logo img {
        max-height: 120px;
    }
    body .desk_menu_wrap .desk_wrap_header {
        left: 315px;
    }
    body.color_white .desk_menu_wrap .desk_wrap_header {
        top: 35px;
    }
    body.color_white .desk_wrap_header ul li a {
        font-size: 18px;
        line-height: 21px;
    }
    body.color_white .desktop_right_btn_wrap a {
        font-size: 18px;
        line-height: 23px;
        padding: 33px 28px;
        height: 90px;
    }
}
/* max width and min width media */
@media (max-width: 1609px) {
    header.header {
        height: 70px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega {
        top: 26px;
    }
}
@media (max-width: 1440px) {
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item {
        margin-right: 15px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
        font-weight: 600;
        font-size: 14px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
}
@media (max-width: 1370px) {
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega {
        left: 188px;
        right: 350px;
    }
}
@media (max-width: 1300px) {
    .desk_menu_wrap .desk_wrap_header {
        left: 200px;
        right: 370px;
    }
    .desktop_right_btn_wrap a {
        padding: 25px 20px;
    }
    .desk_menu_wrap ul li {
        margin-right: 14px;
    }
    .desk_menu_wrap ul li a {
        font-size: 14px;
    }
    .desktop_right_btn_wrap a {
        padding: 25px 25px;
    }
    .desk_wrap_header ul li.menu-item-has-children .sub-menu {
        width: 850px;
    }
    .animals-grid-slider .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }
    .animals-grid-slider .owl-theme .owl-nav .owl-next {
        right: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    .news_wrap .newsBox.news_4 .textDiv {
        padding-top: 0;
    }
}
@media (max-width: 1280px) {
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item {
        margin-right: 10px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
    }
}
@media (max-width: 1219px) {
    .news_wrap {
        height: 456px;
    }
    .news_wrap .newsBox.news_1_col .textDiv,
    .news_wrap .newsBox.news_2_col .textDiv {
        height: 228px;
    }
    .news_wrap .newsBox.news_1 {
        height: 456px;
    }
    .news_wrap .newsBox.news_3 {
        top: 228px;
    }
    .team_wrap {
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .boxArea {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .vslider-pagination-wrapper {
        width: 25px;
    }
    .desk_menu_wrap ul li {
        margin-right: 15px;
    }
    .desk_menu_wrap ul li a {
        font-size: 13px;
    }
    .news_wrap {
        height: 376px;
    }
    .news_wrap .newsBox.news_1_col .textDiv,
    .news_wrap .newsBox.news_2_col .textDiv {
        padding-left: 30px;
        padding-right: 30px;
        height: 188px;
    }
    .news_wrap .newsBox.news_1 {
        height: 376px;
    }
    .news_wrap .newsBox.news_1 .textDiv {
        height: 188px;
    }
    .news_wrap .newsBox.news_3 {
        top: 188px;
    }
    .news_wrap .newsBox .large_title {
        font-size: 22px;
        line-height: 28px;
    }
    .news_wrap .newsBox .mediam_title {
        font-size: 18px;
        line-height: 21px;
    }
    .full_width_2_col .left_div,
    .full_width_2_col .right_div {
        width: 50%;
        padding: 100px 0 70px;
    }
    .full_width_2_col .left_div .show_div {
        padding-right: 40px;
    }
    .full_width_2_col .right_div .show_div {
        padding-left: 40px;
    }
    footer .pull-right {
        padding-right: 15px;
    }
    .boxArea {
        margin-bottom: 50px;
    }
    .about_layer_2 .top_content {
        padding-bottom: 30px;
    }
    .awards_section img {
        max-width: 200px;
    }
    .team_wrap .team_grid .teamBox {
        padding: 5px;
    }
    .team_wrap .team_grid .teamBox img {
        width: 100px;
        height: 100px;
    }
    /**/
    .animals-grid-slider {
        padding: 10px 20px 0 20px;
    }
    /*imapct page */
    .sustainable_widget_wrapper {
        padding: 0 30px;
    }
    /* home page media wrapper */
    .media_post_right_area {
        padding: 0px 0 80px 0;
    }
    .media__post__Wrapper .carousel-indicators {
        bottom: 80px;
    }
    /* lms all page's style */
    .yellow_highlight h2 {
        font-size: 36px;
    }
    .yellow_highlight .default_btn.large_btn {
        line-height: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .desktop_right_btn_wrap .phone_no {
        display: none;
    }
    .desk_wrap_header ul li.menu-item-has-children .sub-menu {
        width: 670px;
    }
    .desk_wrap_header ul li.menu-item-has-children .sub-menu li {
        width: 50%;
        padding-bottom: 20px;
    }
    .desk_wrap_header ul li.menu-item-has-children .sub-menu li:nth-child(2n) + li {
        clear: both;
    }
    /**/
    .desktop_right_btn_wrap a {
        padding: 25px 15px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega {
        right: 165px;
        left: 180px;
        top: 27px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega .mega-menu-megamenu .mega-sub-menu {
        width: 750px;
    }
    .desktop_only .desk_menu_wrap #mega-menu-wrap-primary-mega #mega-menu-primary-mega li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .about_pg_slider .vslider .tableDiv {
        display: block;
        width: 100%;
        height: auto;
    }
    .about_pg_slider .vslider .tableDiv .tableInner {
        display: block;
        vertical-align: middle;
    }
    .about_pg_slider .vslider .content-caseStudy-inner {
        position: initial;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
    }
    .about_pg_slider .vslider .content {
        position: initial;
        left: auto;
        top: auto;
        z-index: initial;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: left;
    }
    /*Intro slide */
    .about_pg_slider .vslider #introduction .tableDiv {
        height: 100vh;
    }
    .about_pg_slider .vslider #introduction .tableDiv {
        display: table;
        height: 100%;
    }
    .about_pg_slider .vslider #introduction .tableDiv .tableInner,
    .banner_wrap .tableDiv .tableInner {
        display: table-cell;
        vertical-align: middle;
    }
    .about_pg_slider .slide_2_div .tableDiv {
        padding-bottom: 0;
    }
    .mobile_tel_icon {
        display: block;
    }
        .header-menu .menu_header .third-submenu .go-back {
        position: absolute;
        color: rgba(251, 251, 251, 0.70);
        top: 20px;
        font-size: 18px;
        letter-spacing: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid #ffffff;
        left: 220px;
        cursor: pointer;
    }
    .news_wrap {
        height: 288px;
    }
    .news_wrap .newsBox.news_1_col .textDiv,
    .news_wrap .newsBox.news_2_col .textDiv {
        padding: 25px;
        height: 144px;
    }
    .news_wrap .newsBox.news_1 {
        height: 288px;
    }
    .news_wrap .newsBox.news_3 {
        top: 144px;
    }
    .news_wrap .newsBox.news_4 .textDiv {
        padding: 20px;
    }
    .news_wrap .newsBox .large_title {
        font-size: 16px;
        line-height: 24px;
    }
    .news_wrap .newsBox .mediam_title {
        font-size: 14px;
        line-height: 16px;
    }
    .awards_section img {
        max-width: 175px;
    }
    .full_width_2_col .show_div .single_row .textDiv {
        padding-left: 120px;
    }
    .testimonialBox .textDiv {
        padding-left: 60px;
    }
    footer .pull-right {
        padding-left: 15px;
    }
    h2,
    h1 {
        font-size: 38px;
        line-height: 52px;
    }
    .banner_wrap .banner_content_wrap h2,
    .banner_wrap .banner_content_wrap h1 {
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 52px;
    }
    .contnt_2_col .text_grid {
        padding-top: 85px;
    }
    .boxArea {
        margin-bottom: 50px;
    }
    .boxArea .iconDiv {
        width: 50px;
    }
    .boxArea .textDiv {
        padding-left: 60px;
    }
    .kids_party .left_area {
        width: 70%;
    }
    .kids_party .right_area {
        padding-left: 30px;
        width: 30%;
    }
    .fixedBox {
        padding: 15px;
        height: 230px;
    }
    .fixedBox.layer_4 .innerDiv {
        padding-bottom: 15px;
    }
    .fixedBox.layer_4 .more_info {
        bottom: 15px;
        right: 15px;
    }
    .team_wrap .team_grid .teamBox img {
        width: 70px;
        height: 70px;
    }
    .img_with_contnt.large_width .tableInner.left_area {
        width: 40%;
    }
    .img_with_contnt.large_width .tableInner.right_area {
        width: 60%;
        padding-left: 30px;
    }
    /* australian-reptiles */
    .topic-content-area {
        padding: 0;
    }
    .animals-wrapper,
    .topic-wrapper,
    .support-material-wrapper {
        padding: 80px 0;
    }
    .faq-wrapper {
        padding: 0 0 80px 0;
    }
    .support-material-box {
        margin: 0 0 40px 0;
    }
    .header-hamburger > a.phone_no {
        display: none;
    }
    /* home page media wrapper */
    .media__post__Wrapper .carousel-control {
        display: inline-block;
    }
    .media__post__Wrapper .carousel-indicators {
        display: none;
    }
    .media__post__Wrapper {
        text-align: center;
    }
    .media_post_right_area {
        text-align: left;
    }
    /* lms all page's style css */
    .yellow_highlight h2 {
        font-size: 26px;
    }
    .yellow_highlight .default_btn.large_btn {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about_pg_slider .img_with_contnt.large_width .tableInner.left_area {
        display: table-cell;
    }
    .about_pg_slider .vslider .content.homebanner-dt {
        height: auto;
    }
    .about_pg_slider .img_with_contnt.large_width .tableInner.left_area,
    .about_pg_slider .img_with_contnt.large_width .tableInner.right_area {
        display: table-cell;
    }
    .testimonialBox {
        position: relative;
        min-height: 320px;
    }
    .page-template-page-about-php .more_info.black {
        position: absolute;
        bottom: 0;
    }
    .single_show_content_repeter .testimonialsDiv p {
        min-height: 167px;
    }
    /* home page slide 2 css added by purohit a date 16-01-2019 */
    .slide_2_div .content.content-caseStudy.homebanner-dt {
        height: 100%;
    }
    .slide_2_div .content-caseStudy-inner {
        position: relative;
    }
    /**/
    .single_show_content .fullOnMobile.col-sm-4:nth-child(3n + 1) {
        clear: both;
    }
    .single_show_content .fullOnMobile.col-sm-6:nth-child(2n + 1) {
        clear: both;
    }
    .desktop_only {
        display: none;
    }
    .mobile_only {
        display: none;
    }
    .tablet_only {
        display: block !important;
    }
    .large_width .right_area p {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .content-caseStudy .boxArea {
        margin-bottom: 30px;
    }
    .content-caseStudy .boxArea .textDiv p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 19px;
    }
    .content-caseStudy .boxArea .textDiv h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .topic-content-area {
        padding: 40px 0 0;
    }
    .topic-img-area {
        padding: 0 15px;
    }
    .vslider-wrapper .cls_video_btn {
        display: none !important;
    }
    .desktop_only {
        display: none;
    }
    .tablet_only {
        display: none;
    }
    .mobile_only {
        display: block;
    }
    .container {
        padding-right: 22px;
        padding-left: 22px;
    }
    .row {
        margin-right: -22px;
        margin-left: -22px;
    }
    body .enquiryFormWrap .gform_footer .gform_button.button {
        position: relative;
        right: 0;
    }
    body .enquiryFormWrap .gform_footer {
        max-width: 50%;
        margin-top: 40px;
        bottom: 0;
        height: auto;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 22px;
        padding-left: 22px;
    }
    .full_width_2_col .tableDiv {
        display: block;
    }
    .full_width_2_col .left_div,
    .full_width_2_col .right_div {
        width: 100%;
        display: block;
        padding: 80px 0 50px;
    }
    .full_width_2_col .left_div .show_div {
        padding-right: 15px;
        padding-left: 15px;
        float: none;
        max-width: 100%;
    }
    .full_width_2_col .right_div .show_div {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
    }
    .full_width_2_col .show_div .single_row .imgDiv {
        max-width: 70px;
    }
    .full_width_2_col .show_div .single_row .imgDiv img {
        width: 70px;
        height: 70px;
    }
    .full_width_2_col .show_div .single_row .textDiv {
        padding-left: 90px;
    }
    .testimonial_sec .row .col-md-4 {
        margin-bottom: 30px;
    }
    .testimonial_sec .row .col-md-4:last-child {
        margin-bottom: 0;
    }
    .news_wrap {
        height: auto;
    }
    .news_wrap .newsBox {
        margin-bottom: 55px;
        position: relative;
    }
    .news_wrap .newsBox .img_sec_here {
        float: none;
        overflow: hidden;
        cursor: pointer;
        width: 100%;
    }
    .news_wrap .newsBox.news_1_col {
        display: none;
    }
    .news_wrap .newsBox.news_2_col {
        width: 100%;
        left: auto;
        top: auto;
    }
    .news_wrap .newsBox.news_2_col .textDiv {
        padding: 15px 20px 15px 30px;
        height: 70px;
        position: absolute;
        right: 0;
        left: 15px;
        width: auto;
        bottom: -35px;
        z-index: 2;
    }
    .news_wrap .newsBox.news_2_col .line_style {
        right: auto;
        left: -15px;
    }
    .news_wrap .newsBox.news_1 {
        margin-bottom: 65px;
        height: auto;
        left: auto;
        top: auto;
    }
    .news_wrap .newsBox.news_1 .textDiv {
        height: 90px;
        position: absolute;
        right: 0;
        left: 15px;
        width: auto;
        bottom: -45px;
    }
    .news_wrap .newsBox.news_1 .small_title {
        margin-bottom: 0px;
    }
    .news_wrap .newsBox.news_3 {
        left: auto;
        top: auto;
    }
    .news_wrap .newsBox .small_title {
        font-size: 13px;
        line-height: 20px;
    }
    .news_wrap .newsBox .large_title {
        font-size: 15px;
        line-height: 20px;
    }
    .news_wrap .newsBox .mediam_title {
        font-size: 14px;
        line-height: 20px;
    }
    .images_wrap_here img {
        width: 33.333%;
    }
    .images_wrap_here img:nth-last-child(2),
    .images_wrap_here img:last-child {
        display: none;
    }
    footer ul {
        margin-bottom: 30px;
    }
    footer .footer_left_bg,
    footer .footer_right_bg {
        display: none;
    }
    footer .pull-right {
        background: url(../img/ft-background.svg) repeat;
    }
    footer .copy_right_sec {
        margin-top: 0;
        text-align: center;
    }
    footer .copy_right_sec .col-md-8 {
        margin-bottom: 30px;
    }
    footer .copy_right_sec ul {
        margin-bottom: 0;
        display: inline-block;
    }
    .mobile_play_icon {
        display: block;
    }
    #introduction .tableInner.right_area {
        display: none;
    }
    h2,
    h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .col_2 .left_area h6 {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .mobile_play_icon {
        display: block;
        width: 59px;
        margin-bottom: 40px;
    }
    .col_2 .tableDiv {
        display: block;
        height: auto;
    }
    .col_2 .tableInner {
        width: 100%;
        display: block;
    }
    .img_with_contnt .right_area {
        padding-left: 0px;
    }
    .img_with_contnt .ImgBox {
        display: block;
    }
    .img_with_contnt .ImgBox .img_div {
        /*		max-width: 180px;*/
    }
    /* home page slide 2 css added by purohit a */
    .slide_new .img_with_contnt .tableInner.left_area,
    .slide_new .img_with_contnt .right_area,
    .slide_new .iframe-widget-area {
        max-width: 365px;
        margin: 0 auto;
    }
    /* home page slide 2 css added by purohit a */
    .img_with_contnt .ImgBox .img_caption {
        display: none;
    }
    .img_with_contnt.large_width .ImgBox .img_div {
        max-width: 100%;
    }
    .vslider .bottom_80 {
        padding-bottom: 70px;
    }
    .contnt_2_col .textBox .btn_div {
        padding-top: 0px;
    }
    .contnt_2_col .text_grid {
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .contnt_2_col .text_grid .singleBox {
        padding: 30px 0 0 0;
    }
    .contnt_2_col .text_grid .singleBox h6 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 20px;
    }
    .contnt_2_col .text_grid .singleBox .more_info {
        padding-left: 25px;
        font-size: 11px;
    }
    .contnt_2_col .text_grid .singleBox .more_info:before {
        height: 3px;
        width: 15px;
    }
    .contnt_2_col .text_grid .col-xs-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vslider .kids_party {
        padding-top: 0;
    }
    .vslider .kids_party .tableDiv {
        display: block;
    }
    .vslider .kids_party .tableDiv .left_area {
        width: 100%;
    }
    .vslider .kids_party .tableDiv .fixedBox {
        margin-bottom: 15px;
        width: 50%;
    }
    .vslider .kids_party .tableDiv .fixedBox.hoveContent {
        width: 100%;
    }
    .vslider .kids_party .right_area {
        padding-left: 0px;
        width: 100%;
        display: block;
    }
    .contnt_with_icon .top_text {
        padding-bottom: 0;
        text-align: left;
    }
    .contnt_with_icon .top_text h2 {
        margin-bottom: 10px;
    }
    .contnt_with_icon .top_text p {
        font-size: 13px;
        line-height: 20px;
    }
    .contnt_with_icon .btn_div {
        display: none;
    }
    .contnt_with_icon .row .col-xs-12:last-child .boxArea {
        margin-bottom: 0;
    }
    .contnt_with_icon .row .col-xs-12:last-child {
        /* display: none; */
    }
    .boxArea {
        margin-bottom: 30px;
    }
    .boxArea .iconDiv {
        width: 30px;
    }
    .boxArea .textDiv {
        padding-left: 40px;
    }
    .boxArea .textDiv h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .boxArea .textDiv p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .boxArea .textDiv .more_info {
        padding-left: 30px;
        font-size: 11px;
    }
    .boxArea .textDiv .more_info:before {
        width: 15px;
    }
    .vslider-pagination-wrapper {
        width: 18px;
    }
    .content_center_style .button-play {
        max-width: 59px;
        display: inline-block;
    }
    .about_layer_2 {
        text-align: left;
    }
    .about_layer_2 h2 {
        margin-bottom: 15px;
    }
    .about_layer_2 .top_content {
        padding-bottom: 20px;
    }
    .about_layer_2 .imgBox img {
        min-height: 100px;
    }
    .about_layer_2 .imgBox .overlay_text {
        right: 15px;
        font-size: 13px;
    }
    .awards_section {
        /*position: relative;*/
        bottom: 20px;
        top: auto !important;
    }
    .awards_section img {
        max-width: 130px;
        padding-bottom: 30px;
    }
    .vslider .vslider-next.mobile_arrow {
        /* display: none;  */
    }
    .img_with_contnt.large_width .tableInner.left_area {
        width: 100%;
    }
    .img_with_contnt.large_width .tableInner.right_area {
        width: 100%;
        padding-left: 0px;
    }
    .img_with_contnt .right_area p {
        max-width: 100%;
    }
    .large_width .right_area h4 {
        margin-bottom: 15px;
    }
    .team_layer .top_text {
        margin-bottom: 0px;
    }
    .team_wrap .team_grid {
        width: 50%;
    }
    .team_wrap .team_grid:nth-child(7n + 1) {
        clear: none;
    }
    .team_wrap .team_grid:nth-child(2n + 1) {
        clear: both;
    }
    .team_wrap .team_grid .teamBox {
        padding: 0 0 20px;
        margin: 0;
    }
    .team_wrap .team_grid .teamBox h6 {
        font-size: 13px;
        line-height: 17px;
    }
    .team_wrap .team_grid .teamBox:hover {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .team_wrap .team_grid .teamBox img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .team_wrap .team_grid .teamBox .team_detail {
        opacity: 1;
        filter: alpha(opacity=100);
        box-shadow: none;
        position: relative;
    }
    .team_wrap .team_grid .teamBox .team_detail .designation {
        display: none;
    }
    .testimonial_sec h4,
    .news_sec h4 {
        text-align: left;
        margin-bottom: 17px;
    }
    .full_width_2_col h4 {
        margin-bottom: 10px;
    }
    .banner_wrap .banner_content_wrap h2,
    .banner_wrap .banner_content_wrap h1 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }
    .banner_wrap .banner_content_wrap .btn_div {
        padding-top: 0;
    }
    .bottom_90 {
        padding-bottom: 60px;
    }
    .why_our_school_wrap.primary_common_layout {
        padding: 0px 0 60px;
    }
    .show_sec_start .row .col-md-4:last-child {
        margin-bottom: 0;
    }
    .primary_common_layout h2,
    .primary_common_layout p {
        text-align: left;
    }
    .primary_common_layout .why_our_school_sec .why_div_sec .img_sec {
        margin-bottom: 15px;
    }
    .primary_common_layout .why_our_school_sec .why_div_sec .img_sec h3 {
        padding-left: 65px;
        font-size: 18px;
        line-height: 26px;
    }
    .primary_common_layout .why_our_school_sec .why_div_sec .img_sec img {
        max-width: 50px;
        float: left;
    }
    .show_sec_start .img_sec {
        margin: 0 0 20px 0;
    }
    .list_style ul li {
        padding-left: 40px;
        margin-bottom: 15px;
    }
    .list_style ul li:before {
        left: 15px;
        height: 8px;
        width: 8px;
    }
    .more_info {
        padding-left: 30px;
    }
    .more_info:before {
        width: 15px;
    }
    /* slider css for mobile */
    .vslider-mode-slideup .vslider.is-active {
        top: initial;
        transition: none;
        -webkit-transition: none;
    }
    .vslider-mode-slideup .vslider {
        position: initial;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        z-index: 10;
        transition: none;
        -webkit-transition: none;
    }
    .vslider-mode-slideup .vslider .slide.animation-fade {
        opacity: 1;
        transition: none;
        -webkit-transition: none;
    }
    .vslider-mode-slideup .vslider .content {
        position: initial;
        left: auto;
        top: auto;
        z-index: initial;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: left;
    }
    .vslider-mode-slideup .vslider .content-caseStudy-inner {
        position: initial;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
    }
    .vslider-mode-slideup .vslider .slide .animation-fade-up {
        position: relative;
        top: auto;
        opacity: 1;
    }
    .vslider .media img,
    .vslider .media video,
    .vslider .media iframe,
    .vslider .filter-vslider,
    .vslider .bg-vslider {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: initial;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
    }
    .vslider .slide .animation-fade-up {
        position: relative;
        top: 50px;
        opacity: 0;
    }
    .vslider .slide .animation-fade-down,
    .vslider .slide .animation-fade-left,
    .vslider .slide .animation-fade-up {
        transition: none;
        -webkit-transition: none;
    }
    #introduction {
        position: relative;
    }
    #introduction .media {
        display: none;
    }
    #introduction .content.bg_img {
        padding-top: 170px;
    }
    #introduction.about_page .content.bg_img {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .vslider .tableDiv {
        display: block;
        width: 100%;
        height: auto;
    }
    .vslider .tableDiv .tableInner {
        display: block;
        vertical-align: middle;
    }
    .vslider-reopen-button {
        display: none;
    }
    /* end slider css for mobile */
    .button-play.desktop_play {
        display: none;
    }
    .about_page .mobile_play_icon {
        display: block;
        margin: 0 auto;
    }
    .single_show_content {
        margin-bottom: 30px;
    }
    .single_show_content .single_show_content_repeter {
        padding-top: 20px;
    }
    .single_show_content .single_show_content_repeter ul {
        margin-bottom: 0px;
    }
    .single_show_content .topPadNone:first-child .single_show_content_repeter,
    .single_show_content .fullOnMobile:first-child .single_show_content_repeter,
    .single_show_content .fullOnMobile:nth-child(2) .single_show_content_repeter {
        padding-top: 0px;
    }
    .booking_page .step_area_text ul li a {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .booking_page .step_area_text ul li a br {
        display: block;
    }
    .bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step {
        margin: 0 0 0 25px;
        width: auto;
        display: inline-block;
    }
    .bookingForm_wrap .gform_wrapper .gf_page_steps .gf_step .gf_step_label .step_text {
        display: none;
    }
    body .bookingForm_wrap .gform_wrapper .gform_fields .startDiv_Class {
        padding-left: 0px;
        width: 100%;
        float: none;
    }
    body .bookingForm_wrap .gform_wrapper .gform_fields .startDiv_Class:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_1,
    body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_2,
    body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_next_button.button,
    body .bookingForm_wrap .gform_wrapper .gform_page_footer #gform_submit_button_3 {
        margin-top: 20px;
        display: inline-block;
        width: auto;
    }
    body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_previous_button.button {
        width: auto;
        line-height: 22px !important;
        left: 165px;
        top: 22px;
    }
    body .bookingForm_wrap .gform_wrapper .gform_page_footer:after {
        top: 28px;
        left: 115px;
    }
    body .bookingForm_wrap .gform_wrapper .gform_page_footer .gform_ajax_spinner {
        right: 20px !important;
    }
    body .bookingForm_wrap .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    body .bookingForm_wrap .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47% !important;
        display: -moz-inline-stack;
        display: inline-block;
    }
    .form_progress_wrap {
        display: none;
    }
    .booking_detail_wrap .top_detail_text {
        padding-top: 10px;
    }
    .team_popup_rep {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team_popup_rep .team_popup_div {
        padding-top: 75px;
    }
    .team_popup_rep .meet_popup_close {
        top: 100px;
    }
    .team_popup_rep .team_popup_inner_rep {
        padding: 100px 20px 30px;
    }
    .team_popup_rep .team_popup_inner_rep .team_popup_inner_rep .user_img {
        max-width: 150px;
        top: -75px;
    }
    .team_popup_rep .team_popup_inner_rep .team_popup_inner_rep .user_img img {
        max-width: 150px;
    }
    .bookingForm_wrap {
        padding-left: 0;
        padding-right: 0;
    }
    /* home page media post wrapper  */
    .media_post_right_area {
        padding: 40px 0;
    }
    .media_post_right_area h4 {
        text-align: center;
    }
    .media__post__Wrapper {
        padding: 0 0 60px 0;
    }
    .blog_list_wrapper.blog__post__card {
        max-width: 350px;
        margin: 0 auto;
    }
    .blog__post__cover {
        background-image: none !important;
        height: auto;
    }
    .news__post__wrapper h4 {
        text-align: center;
    }
    /**/
    .vslider #introduction .tableDiv .tableInner,
    .banner_wrap .tableDiv .tableInner {
        display: table-cell;
        vertical-align: middle;
    }
    .vslider #introduction .tableDiv {
        display: table;
        height: 100%;
    }
    .vslider #introduction .content,
    .banner_wrap {
        min-height: 560px;
    }
    .vslider .content.homebanner-dt {
        height: auto;
    }
    .ui-datepicker {
        width: 227px !important;
    }
    .ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
        width: 98%;
    }
    .bookingForm_wrap .gform_wrapper .ginput_complex.ginput_container {
        width: 100%;
    }
    /* lms all page's style css */
    .content__wrapper {
        padding: 50px 0;
    }
    .content__wrapper .container {
        max-width: 360px;
        margin: 0 auto;
    }
    .content_area {
        margin: 40px 0 0 0;
    }
    .lms_login_wrapper {
        padding: 0 0 30px 0;
    }
    .head_wrap {
        padding: 50px 0 50px 0;
    }
    .grid_layout_one_wrapper .head_wrap {
        padding: 50px 0 0 0;
    }
    .grid_card {
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .lms_login_wrapper .grid_card {
        padding: 0;
    }
    .lms_resources_filter_wrapper .grid_card {
        margin: 0 auto 40px auto;
    }
    .grid_card h3 {
        margin: 0 0 15px 0;
    }
    .grid_layout_one_wrapper .grid_card h3,
    .grid_layout_two_wrapper .grid_card_content p{
        min-height: 100%;
    }
    .grid_document_wrapper [class*="col-"] .grid_card {
        border: none;
    }
    .grid_layout_one_wrapper .cta_wrap {
        padding: 20px 0 50px 0;
    }
    .grid_document_wrapper {
        padding: 0 0 50px 0;
    }
    .grid_document_wrapper .head_wrap {
        padding: 50px 0 0 0;
    }
    .cta_wrap {
        padding: 30px 0 0 0;
    }
    .lms_resources_wrapper .grid_layout_two_wrapper .grid_card {
        margin: 0 auto 30px auto;
    }
    .yellow_highlight .container{
        flex-wrap: wrap;
    }
    .yellow_highlight h2 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .yellow_highlight .default_btn.large_btn {
        margin: 0 auto;
    }
    .feedback_card {
        margin: 0 auto 30px auto;
        max-width: 360px;
    }
    .lms_resources_filter_wrapper .pagination li a {
        height: 25px;
        width: 26px;
        font-size: 15px;
        margin: 0 3px;
    }
    .lms_resources_filter_slide .owl-stage .owl-item .item {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .hide-child .fa-caret-right {display: none;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .single_show_content .fullOnMobile.col-xs-6:nth-child(2n + 1) {
        clear: both;
    }
}
@media (max-width: 599px) {
    .awards_section img {
        max-width: 90px;
    }
}
@media (max-width: 500px) {
    .header-menu .header-menu-item {
        padding: 12px 20px;
    }
    .header-menu .header-menu-item a {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 5px;
    }
    .header-menu .menu-item-has-children {
        margin-right: 30px;
    }
    .header-menu .menu-item-has-children::before {
        right: -30px;
    }
    .header-menu .menu_header .third-submenu .go-back {
        left: 20px;
        top: 100px;
    }
}
@media (max-width: 479px) {
    .fullOnMobile.col-xs-6 {
        width: 100%;
    }
    .single_show_content .fullOnMobile:nth-child(2) {
        padding-top: 20px;
    }
    .booking_page .step_area_text ul li a {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .banner_wrap .banner_content_wrap .btn_div .pdf_btn {
        margin: 0 0 20px 0;
    }
    .awards_section .awardImg:nth-child(2n + 1) {
        clear: both;
    }
    /* lms login */
    .grid_card_cover {
        height: 250px;
    }
}
@media (max-width: 374px) {
    .awards_section img {
        max-width: 75px;
    }
}
@media (max-width: 370px) {
    p {
        font-size: 13px;
        line-height: 17px;
    }
    .full_width_2_col .left_div h4 {
        font-size: 12px;
    }
    .full_width_2_col .show_div .single_row .imgDiv {
        max-width: 50px;
    }
    .full_width_2_col .show_div .single_row .imgDiv img {
        width: 50px;
        height: 50px;
    }
    .full_width_2_col .show_div .single_row .textDiv {
        padding-left: 65px;
    }
    .vslider-reopen-button {
        padding: 19px 0px 19px 22px;
    }
    .img_with_contnt.large_width .tableInner.right_area .user_name {
        font-size: 11px;
    }
    .img_with_contnt.large_width .tableInner.right_area .user_name .line_style {
        width: 15px;
    }
    .img_with_contnt.large_width .tableInner.right_area h4 {
        font-size: 12px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
    }
    body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li {
        position: relative;
        padding-right: 0px !important;
    }
    body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[value="Credit/ Debit Card"] + label:after {
        position: relative;
        display: block;
        top: 6px;
        right: auto;
    }
    body .bookingForm_wrap .gform_wrapper .paymentModes .ginput_container_radio .gfield_radio li input[value="PayPal"] + label:after {
        position: relative;
        display: block;
        top: 6px;
        right: auto;
    }
    /* home page media wrapper */
    .media__post__Wrapper .carousel-control {
        margin: 0 0px 0 0;
        width: 130px;
    }
}
@media (max-width: 320px) {
    .fixedBox {
        height: 200px;
    }
}
/* height media */
@media (max-height: 767px) {
    .header-menu .menu_header .third-submenu > .sub-menu {
        height: 100%;
        padding: 150px 0 0 0;
    }
}
@media (max-height: 750px) {
    .about_layer_2 h2 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .about_layer_2 .top_content {
        padding-bottom: 20px;
    }
    .team_layer .top_text h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .team_layer .team_wrap .team_grid .teamBox {
        margin: 0 0 20px;
    }
}

/* decrease the space between the resource name & the download link */

.grid_card_content .edd_download_buy_button {
    padding-top: 10px;
}
.grid_card h3 {
    font-weight: 600;
    margin: 0 0 0px 0;
}

/*# sourceMappingURL=style.css.map */

.support-material-box {
    padding: 15px 0px;
}

/** 14-11-2019 ***/
.resource-listing .grid_card_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resource-listing .grid_card_content h3.edd_download_title {
    width: 100%;
}
.resource-listing .grid_card_content .edd_download_buy_button{ padding-top: 0px; }


.lms_resources_filter_inner_wrap .left_filter_wrap .sub-ul { padding: 0 10px 20px; }
.lms_resources_filter_inner_wrap .left_filter_wrap .panel-info > a{font-size: 16px;margin: 0 0 10px 0;color: rgba(0, 0, 0, 0.50);display: inline-block;font-weight: 400;}
.lms_resources_filter_inner_wrap .left_filter_wrap .fa.pull-right {color: #000000;margin: 0 0 0 10px;font-size: 12px;}
.lms_resources_filter_inner_wrap .left_filter_wrap .panel-heading.collapsed i.plus-minus:before,.lms_resources_filter_inner_wrap .left_filter_wrap .panel-heading.active.collapsed i.plus-minus:before {content: "\f067"; }
.lms_resources_filter_inner_wrap .left_filter_wrap .panel-heading.active i.plus-minus:before, .lms_resources_filter_inner_wrap .left_filter_wrap .panel-heading i.plus-minus:before {content: "\f068"; }
.lms_resources_filter_inner_wrap .left_filter_wrap .panel-info, .lms_resources_filter_inner_wrap .panel-info>.panel-heading+.panel-collapse>.panel-body {    border-color: transparent; border-width:0px;}
.lms_resources_filter_inner_wrap .left_filter_wrap ul li.active a {color: #000000;text-decoration: underline}
.lms_resources_filter_inner_wrap .left_filter_wrap .panel-info>.panel-heading{  color: #000000; background-color: transparent;
    border-color: transparent; }
.lms_resources_filter_inner_wrap .left_filter_wrap ul.main-ul {  padding-top: 18px; }
.lms_resources_filter_inner_wrap .left_filter_wrap a.main-term-link { font-size: 20px; }
.lms_resources_filter_inner_wrap .left_filter_wrap ul li a { font-size: 18px;  margin: 0 0 10px 0; }
.lms_resources_filter_inner_wrap .left_filter_wrap .fa.pull-right { margin: 10px 0 0 10px; }


.resource-listing .default_btn.custom, .page-template-re-lms-inspire-resources-filter .default_btn.custom {  background: transparent;  border: none; padding: 0 5px; }

.resource-listing .fa-shopping-cart:before, .lms_resources_filter_wrapper .fa-shopping-cart:before { content: "\f07a"; color: #000; font-size: 15px; }
.resource-listing .edd_go_to_checkout.fa-shopping-cart, .lms_resources_filter_wrapper .edd_go_to_checkout.fa-shopping-cart {  color: #fff; font-size: 0px; }
.resource-listing .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js, .lms_resources_filter_wrapper .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js{  margin-top: 0px; padding: 0 !important; background-color: transparent; }
.resource-listing .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js .edd-add-to-cart-label, .lms_resources_filter_wrapper .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js .edd-add-to-cart-label{  display: none; }
.resource-listing .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js .edd-loading, .lms_resources_filter_wrapper .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js .edd-loading{  display: none; }
.resource-listing .quiz_section span.mlw_qmn_question p, resource-listing .quiz_section .mlw_qmn_message_before p{ min-height: auto; }
.resource-listing .quiz_section.quiz_begin{ padding-bottom: 0px; }
.resource-listing .quiz_section.quiz_begin .mlw_qmn_message_before{  margin-bottom: 0; padding-bottom: 0; }
.resource-listing .quiz_section.quiz_begin .mlw_qmn_message_before p{ min-height: 0;  margin-bottom: 10px; }

body.page-template .qmn_quiz_container .qmn_btn, body.page-template .qmn_quiz_container .btn{padding: 10px 30px!important;background: #009e40!important;font-size: 15px!important;border: 0;border-radius: 40px;
    line-height: 20px; }
body.page-template .qmn_quiz_container .qmn_btn:hover{background: #000000 !important; color: #ffffff;      text-decoration: none;}
.res_type {
    position: absolute;
    top: 0;
    background: #009e40;
    color: #fff;
    padding: 5px 20px;
}

.edd_download_image {
    max-width: 100%;
    position: relative;
}
.grid_layout_two_wrapper .row {
    display: flex;
    flex-wrap: wrap;
}
.grid_layout_two_wrapper .row::before, .grid_layout_two_wrapper .row::after {
display: none;
}
.harrylogo {
 /*   margin: 0px auto;
    display: block; */
}
.harry-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}
.qmn_question_answer.qmn_question_answer_incorrect p , .qmn_question_answer.qmn_question_answer_correct p{
    min-height: 10px;
    margin: 0px 0px 10px;
}
.edd_downloads_list.edd_download_columns_3 {
    width: 100%;
}
.smsg {
    font-weight: 600;
    font-size: 20px;
}
