/*!
Theme Name: lifeworks
Theme URI: 
Author: Synigence Team
Author URI: 
Description: 
Version: 4.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lifeworks
Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready

*/

.stm_gmap_wrapper .alert {
    margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
    color: #ff0000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper > ul > li,
.top_nav .main_menu_nav > ul > li,
.breadcrumbs {
    text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important;
}

.company_history {
    min-width: 48px;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
    body.header_style_3 .logo {
        float: none;
    }
    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0;
    }
    body.header_style_3 #header .top_nav .icon_text {
        display: none;
    }
    body.header_style_3 #header .top_nav .icon_text:before {
        display: none;
    }
    .top_nav .top_nav_wrapper > ul > li > a {
        padding: 21px 14px;
    }
}

@media only screen and (max-width: 767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center;
    }
    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }
    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15;
    }
    .full_height_columns {
        overflow: hidden;
        position: relative;
    }
    .full_height_columns iframe {
        height: 540px !important;
    }
}

@media only screen and (max-width: 920px) {
    html body.error404 {
        background-size: inherit !important;
    }

    .page_404 .container {
        width: auto;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .page_404 .bottom h1 {
        font-size: 158px !important;
        line-height: 113px !important;
    }

    .page_404 .bottom .bottom_wr {
        padding: 30px 15px !important;
    }
}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
    width: 50%;
}
.staff_list.grid.cols_4 ul li {
    width: 25%;
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%;
}

@media only screen and (max-width: 667px) {
    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {z-index:999}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px;
}

body textarea.wpcf7-form-control.height205 {
    height: 205px;
}

body textarea.wpcf7-form-control.height147 {
    height: 147px;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opactiy 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    background: #ffffff;
    z-index: 999999;
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout 0.5s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999; }

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        opacity: 0; } }

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0; } }

@media only screen and (min-width: 1199px) {
    .right-indent-30 {
        padding-right: 30px !important;
    }
    .form_full-right_width {
        padding-right: 15px !important;
    }
    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important;
    }

    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important;
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important;
    }
    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important;
    }
}
@media only screen and (min-width: 768px) {
    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important;
    }
}
@media only screen and (max-width: 667px) {
    .stm_services .item {
        width: 100% !important;
    }
    .woocommerce div.product div.images .woocommerce-main-image, .woocommerce #content div.product div.images .woocommerce-main-image {
        height: auto !important;
        border: 0 !important;
        text-align: left !important;
    }
    .woocommerce div.product div.images img, .woocommerce #content div.product div.images img {
        max-width: 100% !important;
    }
    .stm_works_wr.grid.style_1 .stm_works .item .item_wr img {
        width: 100%;
    }
}
.mobile_header .logo_wrapper .logo { max-width: 80%; }
.logo a img { max-width: 100%; }

@media only screen and (min-width: 1199px) {
    body.boxed_layout .vc_row[data-vc-full-width] {
        left: 50% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
    body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
        left: 50% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
}

.icon_box {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.g-recaptcha {
    padding: 0 !important;
    background: transparent !important;
}

@media only screen and (max-width: 474px ) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.home #main.footer_hide {
    padding-bottom: 0;
}
.col-md-12.col-sm-12.col-lg-12.team-bt-space{
        padding-left:0px !important;
        padding-right:0px !important;
    }

@media (max-width: 1480px) and (min-width: 768px) {
    .testimonials_carousel .slick_prev {
        left: -64px !important;
    }

    .testimonials_carousel .slick_next {
        right: -64px !important;
    }
}

.woocommerce.shop_widgets ul.product_list_widget li:last-child {
    padding-bottom: 20px;
    border: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 10px 0 0;
}

/* Autoptimize */
.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
    width: 100% !important;
}

.stm_sidebar .third_bg_color {
    margin-right: 0px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner {
    padding-top: 37px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

@media only screen and (max-width: 474px ) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.vc_image_carousel.style_1 .item img {
    margin-left: auto;
    margin-right: auto;
}

.stats_counter.right {
    text-align: right;
}

.stats_counter.center {
    text-align: center;
}

.slotholder {
    filter: none !important;
}

body.header_style_2 .header_top .top_nav .header_socials {
    margin-left: 20px !important;
}
body.header_style_2 .header_top .top_nav .header_socials a {
    margin-left: 20px !important;
}
body.site_layout_17.header_style_2 .header_top .top_nav .top_nav_wrapper>ul>li>a {
    padding: 10px 14px;
}
body.header_style_2 .header_top .top_nav .header_socials a:first-child {
    margin-left: 0 !important;
}
body.header_style_6 .header_top .top_nav .top_nav_wrapper>ul>li>a,
body.header_style_6 .header_top .top_nav .main_menu_nav>ul>li>a {
    padding: 10px 18px !important;
}
body.site_layout_14 .top_nav .top_nav_wrapper.stm_l14_footer_menu ul.main_menu_nav li a {
    padding-right: 36px !important;
    padding-left: 36px !important;
}

/* NEW CSS*/

header .top_nav { padding: 10px 0px !important;}

ul#menu-main-menu li a:hover, body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li.current-menu-item > a:hover {
    content: '';
    position: absolute;
    bottom: -2px !important;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFCB0B;
}
ul#menu-main-menu li a:after, body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li.current-menu-item > a:after, ul#menu-main-menu li a:hover, body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li.current-menu-item > a:hover {
    bottom: 0px !important;
    background-color: transparent !important;
}
ul#menu-main-menu li a, body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li.current-menu-item > a {
    text-decoration: none !important;
    color: #6D6E70 !important;
    font-size: 1em !important;
}
body.header_style_2 .header_top .logo{float:left !important;    margin-top: 10px;}
.top_nav .top_nav_wrapper > ul > li, .top_nav .main_menu_nav > ul > li {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.heading_font {text-align: center !important;color:#ffffff !important;}
h5.heading_font.sub_set {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color:#ffffff !important;
    font-family: Montserrat Alternates !important;
	text-align: left !important;
}

h5.heading_font.sub_set2 {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    font-family: Montserrat Alternates !important;
    padding-top: 0px !important;
	text-align: left !important;

}

.banner-button {
    width: 220px;
    padding: 10px;
    font-size: 16px;
    text-align: center !important;
    display: block;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: 0;
    border-radius: 20px;
    color: white;
    font-weight: 400;
}
.tor-shadow { box-shadow: 0 1px 2px 0 #667f39 !important;}
.btn-tor { background-color: #91ad67;}
.btn-tor:hover {
    background-color: #667f39;
    text-decoration:none !important;
    color:#ffffff !important;
    font-weight:600;
}
.btn-blue:hover {
    background-color: #959E18;
    text-decoration:none !important;
    color:#ffffff !important;
    font-weight:600;
}
.blue-shadow { box-shadow: 0 1px 2px 0 #959E18 !important;}
.btn-blue { background-color: #BDD639;}
.btn-red { background-color: #e43525;}

.bold-heading {
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 1px #6D6E70 !important;
}
.respo_slider{display:none;}
.bold-heading h2{
    margin: 0;
    color: #ffffff;
    text-align: left;
    line-height: 45px !important;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 10px 0px 0px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    font-size: 44px !important;
    text-shadow: 2px 2px #555 !important;
} 
.step-title {
    margin-top: 50px;
    margin-bottom: 10px;
}
.text-blue {color: #494880;}
.title-text {
    margin: 0;
    font-size: 1.2em;
    text-align: center;
}
.text-center { text-align: center;}
.sub-title {
    margin: 0;
    text-align: center;
    color: #6D6E70;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 4px;
}

ul.inst_fnt li {
   font-size: 16px;
   line-height: 24px;
}
.yellow-text { color: #FACC34;}
.step_img img.vc_single_image-img.attachment-full {
    width: 140px !important;
    height: 79px !important;
}
h6.tor-text.step_head, h6.yellow-text.step_head {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
}
.tor-text {color: #47A8AD;}
a.book_slider:hover {text-decoration: none !important;}
.app-section p {
    font-weight: 300;
    color: #6D6E70;
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}
.app_head, .app_icon { margin-bottom: 5px !important;}
.bg-blue {background-color: #494880;}
.curv_sec {
    margin-bottom: 5px;
    padding: 50px 0px 41px;
    height: 200px;
    width: 114%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
    left: -15px;
}
p.serv_all a {
    border: 2px solid white;
    padding: 8px 15px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.curve_hover { margin-bottom: 11px !important;box-shadow:none;}
.curve_hover:hover {
    cursor: pointer;
    transform: translateY(1px);
    box-shadow: 0 0 10px 1px #378286;
}
p.quote_txt i.fa.fa-quote-left {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 400;
}
.footer_logo { display: none;}
#footer, .copyright_row { background: #21212B !important;}
footer h4.widget_title {
    border: none !important;
    color: #636375 !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    margin-bottom: 8px !important;
    padding: 5px 0px !important;
}
footer ul#menu-footer1 li a, footer ul#menu-footer2 li a, footer ul#menu-footer3 li a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
}
footer ul#menu-footer1 li, footer ul#menu-footer2 li, footer ul#menu-footer3 li {
    width: 100% !important;
    margin-bottom: 12px !important;
}
ul.footer_app_sec li {
    list-style: none;
    display: inline-block;
}
ul.footer_app_sec li img { width: 100%;}
ul.footer_app_sec { padding-left: 0px;}
ul.footer_app_sec li {
    list-style: none;
    display: inline;
    width: 50%;
    float: left;
    text-align: center;
}
.copyright {color: #ffffff !important;}
.newsletter_set h3 {
    color: #FFCB0B;
    font-size: 20px;
    font-weight: 400;
}
input#email_ft {
    background: #ffffff !important;
    width: 100%;
    padding: 10px !important;
    height: 38px !important;
    border-radius: 20px !important;
}
button.button.sub_btn {
    background: transparent;
    border: 2px solid #FFCB0B;
    height: 38px !important;
    border-radius: 20px;
    color: #FFCB0B !important;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px !important;
}
.newsletter_set h3 {
    color: #FFCB0B;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.newsletter_set {
    padding: 0 3px;
    position: relative;
    left: 13px;
}
section#text-3 {margin-bottom: 5px !important;}
footer ul.social-icons-lists.icons-background-rounded {
    padding-left: 5px !important;
}
#splite_popup_box form {
    width: 80%;
    margin: 0 auto;
}
#splite_popup_box form .request_callback input[type="text"], #splite_popup_box form .request_callback input[type="email"], #splite_popup_box form .request_callback input[type="tel"], #splite_popup_box form .request_callback .select2-container, #splite_popup_box form .request_callback textarea {
    width: 100% !important;
    border: 1px solid #474580 !important;
    border-radius: 4px;
    background: #ffffff !important;
}
#splite_popup_box form .request_callback .row { padding-right: 0px !important;}
#splite_popup_box form .request_callback .input-group { margin-bottom: 17px;}
.submit_input input {
    margin: 5px 5px 35px !important;
    background: #474580 !important;
    text-transform: capitalize !important;
    border-radius: 20px;
    padding: 8px 25px !important;
    font-size: 19px !important;
}
body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li > a {
    font-size: 14px !important;
/*     text-transform: lowercase !important; */
    color: #6D6E70 !important;
    font-weight: 500 !important;
}
li.login_menu a { color: #FFCB0B !important;}
body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li > a:hover {
    color: #FFCB0B !important;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
}
li.contact_menu a { color: #fff !important;}
.top_nav_wrapper .main_menu_nav > li > a:hover {
    color:#5a1475 !important;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    background: transparent !important;
}

ul.slick-dots li:before { content: " " !important;}
.wp_teamshowcase_slider .slick-dots { left: 50% !important;}
.menu_serv ul#menu-servicesmenu li {
    background: transparent !important;
    border: none;
    padding: 0px !important;
    display: inline-block !important;
}
.menu_serv ul#menu-servicesmenu li a {
    padding: 5px 5px !important;
    border: none;
    font-size: 14px;
    font-family: "Montserrat Alternates", sans-serif !important;
    font-weight: 600 !important;
    color:#474580 !important;
}
.menu_serv .widget.widget_nav_menu {margin-bottom: 15px;}
div#page_ttl p {
    padding: 18px 5px 10px 5px;
    font-size: 27px;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
p.pg_content {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 30px !important;
}
.pg_cnt {
    border-left: 2px solid #FFCB0B;
    padding: 0px 5px;
}
p.pg_title {color: #474580 !important;}

div#page_ttl p.pg_title2 {
    padding: 0px;
    font-size: 27px;
    font-weight: 500 !important;
    text-transform: lowercase;
    color: #474580 !important;
}
.postid-4714 div#page_ttl {
    padding: 18px 5px 10px 5px !important;
}
.postid-4721 div#page_ttl, .postid-4719 div#page_ttl {
    padding: 5px 5px 10px 5px !important;
}

h3.area_head {
    color: #50C7E3;
    font-size: 29px;
    font-weight: 500;
}
.cont_sw { margin-bottom: 12px;}
ul.list_area li {
    width: 50%;
    float: left;
    font-size: 15px;
    margin-bottom: 20px;
}
ul.list_area li:before {
    content: "\f111";
}
ul.list_area li:before {
    content: "\f111" !important;
    color: #FFCB0B !important;
    font-size: 10px !important;
    top: 4px !important;
}
p.tm_set {
    color: #474580 !important;
    font-size: 23px;
    padding: 15px;
    font-weight: 600;
    text-align: center !important;
}
p.assessment_sec {
    color: #ffffff;
    font-size: 28px;
}
a.btn.btn-warning.btn-assessment-intro {
    background: #ff0b0b !important;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 60px;
    border-radius: 20px;
}
h3.serv_learn {color: #50C7E3 !important;}
div.assess_set {
    padding-top: 50px;
}
div.phy_set {
    padding-top: 25px;
}

/*.menu_serv ul#menu-servicesmenu li a:hover {
    border-bottom: 2px solid #FFCB0B !important;
}*/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 111111 !important;
}
.intro i {
   color: #fff !important;
   font-size: 22px;
   margin-right: 5px;
}

.intro i.fa.fa-envelope, .intro i.fa.fa-id-card {
    font-size: 17px !important;
}
.intro.yl{
  text-align: left;
  color: #ffcb0b !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  }
  div#main {
    padding-bottom: 0px !important;
}
div#sev_contact div#page_ttl {
    padding-top: 0px !important;
}
.member_feedback input[type="text"], .member_feedback input[type="email"], .member_feedback textarea {
    background: transparent;
    border-bottom: 1px solid #bcbcbc;
    border-radius: 10px;
}
.member_feedback button.button.size-lg.icon_left {
    background: #474580;
    border: none !important;
    border-radius: 5px;
}
.member_feedback button.button.size-lg.icon_left:hover {
    color: #ffffff !important;
}
.member_feedback button.button.size-lg.icon_left i:hover {
    color: #FFCB0B !important;
}
.submission_form input::-webkit-input-placeholder, .submission_form textarea::-webkit-textarea-placeholder{
   color: #fff !important;
}
.submission_form button.button.size-lg.icon_left {
   background: #50c7e3;
   border: none;
   border-radius: 19px;
}

.page-id-4967 div#page_ttl, .postid-4718 div#page_ttl {
    padding: 2px 5px 10px 5px !important;
}

/****** END NEW *******/



/*** TEAM SLIDER ***/


.team-slider .teamshowcase-image-bg {
    width: 110px !important;
    height: 110px !important;
    margin: 0 auto;
    border-radius: 50%;
    position: relative !important;
    top: 60px;
}
.team-slider .member-content {
    background: #ffffff;
    opacity: 1;
    padding: 60px 20px 20px !important;
    box-shadow: 0 0 20px 3px #ccc;
    height:300px;
}

.block_cnt_data .slick-list {
    height: 450px !important;
}
.skill_set {font-size: 11px !important;}

.team-slider .member-content .member-name a{
    text-decoration: none;
    color: #474580 !important;
    font-size: 16px;
    font-weight: 600;
}
.team-slider .member-content .member-desc:before, ul.list_vote li:before {
    content: " " !important;
    background: transparent !important;
    margin-bottom: 0px !important;
}
.team-slider .member-content .member-desc { margin: 0px !important;}
.team-slider .member-content .other-info { border: none !important;}
.team-slider .member-content .member-job {
    font-weight: 600;
    margin-bottom: 10px;
}
.skill_set {margin-bottom: 6px;}
a.splite-showpopup.book_slider {
    background: #47A8AD !important;
    color: #ffffff !important;
    padding: 11px 5px;
    border-radius: 18px;
    font-size: 16px;
    width: 100% !important;
}
.book_session { margin-top: 15px;width: 100% !important;}
ul.licensed_by li { list-style: none !important;}
ul.licensed_by {padding-left: 0;}
ul.licensed_by li img {
    width: 140px;
    height: auto;
}
ul.licensed_by li {
    list-style: none !important;
    margin-bottom: 10px;
}
section#nav_menu-6 {
    margin-bottom: 15px !important;
}

/*** END TEAM SLIDER ***/

/*** Team Single Page ***/

.team_page_info_face img {
    border-radius: 50% !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: 0 0 10px 3px #ccc;
}
h2.single-name {
    color: #474580 !important;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
}
p.designation_team {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
section.team_page { margin: 50px 0px !important;}
.book_session.team_session {text-align: center;}
.book_session.team_session a {background: #d9534f !important;}
.book_session.team_session a {
    background: #d9534f !important;
    padding: 8px 50px !important;
    font-weight: 600;
}
p.intro {
    color: #474580 !important;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
}
.team_page_info_content ul li {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


div#breadcrumb_banner {
    background: url(assets/images/psychology_banner.png);
    padding: 20px 15px 20px;
    height: 200px;
    background-size: cover;
}
p.brd_head {
    color: #ffffff;
    font-size: 2.4em;
    margin-top: 0px;
    font-family: Montserrat Alternates;
    margin-bottom: 2px
}
p.brd_content {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Montserrat Alternates;
}
.team-bt-space {
    border: 1px solid transparent;
    margin: 20px 0;
    box-shadow: 0 0 0 2px #eee;
    border-radius: 10px;
    padding: 30px 0px;
    background: #ffffff !important;
}
h3.foto-name {
    color: #474580;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 1px;
    line-height: 35px;
}
p.foto-designation {
    font-size: 17px;
    margin-bottom: 5px;
}
p.mem-experience{
    font-size: 17px;
    margin-bottom: 10px;
}
.our_team_content_faces img {
    border-radius: 50%;
    width: 85%;
    box-shadow: 0px 0px 3px 0px #eeeeee;
}
ul.list_vote, ul.list_vote li { padding-left: 0px;}
hr.sec_hr { margin-bottom: 10px !important;}
ul.list_vote li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
ul.list_vote li i {
    color: #FDBE36 !important;
    margin-right: 5px;
    font-size: 14px;
}
ul.list_vote li {font-size: 13px;}
p.onlin {
    color: #47A8AD;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
p.onlin span.vdo {
    font-size: 12px;
    color: #111 !important;
    font-weight: 500;
}
p.counsell {width:165px;text-align: center; background: #bed73b !important; padding: 8px 5px; border-radius: 18px; font-size: 16px;display:inline-block;margin-left:87px;
}
.team_left .book_session { text-align: center;}
.team_left .our_team_content_faces_info { padding-top: 17px;}
.team_left .book_session a.splite-showpopup.book_slider {
    background: #F27072 !important;
}
.team_left .book_session {
    text-align: center;
    margin-top: 30px;
}
div#cont_sec {
    background: #E6E7E8;
    padding-top: 40px;
}
a.but-bio:hover {text-decoration: none !important;}
.block_quote_content {
   background: #111;
   padding: 15px;
   font-weight: 500;
   border: 3px solid #bcbcbc;
   border-radius: 4px;
   box-shadow: 4px 4px 7px 0px #ccc;
}
.block_quote_content p.para_text {
   color: #fff;
}
.block_quote_content p.para_text:before {
   content: "\f10d";
   font-family: fontawesome;
   margin-right: 10px;
}
.block_quote_content p.para_text:after {
   content: "\f10e";
   font-family: fontawesome;
   margin-left: 10px;
}


body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper .main_menu_nav > li.current-menu-item {
    border-bottom: 2px solid #FFCB0B !important;
}

/*ul li{font-size:16px !important;line-height:26px !important;}*/
h4.corpo_hd {
    color: #494880 !important;
    font-weight: 500;
    font-size: 32px;
    padding-top: 8px;
    margin-bottom: 8px;
}
p.corpo_content {
    color: #6D6E70 !important;
    font-size: 21px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}
.marg_bot { margin-bottom: 0px !important;}
p.para_st, ul.corpo_point li {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 27px;
}
ul.corpo_point li {
    color: #ffffff !important;
    width: 50% !important;
    float: left;
}
div#program_set .fonty h3.title-text {
    font-size: 17px;
    line-height: 23px;
}
div#program_set .fonty.f2 h3.title-text, div#program_set .fonty.f2 h6.sub-title {
    text-align: right;
}
.wpb_video_wrapper img.attachment-full {
    width: 100% !important;
    height: auto !important;
}
.corporate_form {
    padding: 5px 38px 15px;
    background: #ffffff;
    border-radius: 10px;
}
.corporate_form input[type="text"], .corporate_form input[type="email"], .corporate_form input[type="tel"] {
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 5px 15px;
}
.corporate_form .input-group {
    margin-bottom: 12px !important;
}
.corporate_form h3.title-text.step-title.text-blue.text-center {
    text-align: center !important;
    color: #474580 !important;
    font-weight: 600;
    font-size: 18px;
}
.corporate_form p.sub_txt { text-align: center !important;}
.subb {
    text-align: center !important;
}
.corporate_form .input-group button.button {
    background: #D9534F !important;
    border: none !important;
    border-radius: 20px !important;
}
p.get_link a {
    background: #D9534F;
    color: #ffffff !important;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: capitalize;
}
p.get_link {
    margin-top: 25px;
}


#sec1.faq_set, #sec2.faq_set, #sec3.faq_set, #sec4.faq_set, #sec5.faq_set, #sec6.faq_set, #sec7.faq_set, #sec8.faq_set, #sec9.faq_set{
    margin-bottom: 15px;
}

#sec1.faq_set h4, #sec2.faq_set h4, #sec3.faq_set h4, #sec4.faq_set h4, #sec5.faq_set h4, #sec6.faq_set h4, #sec7.faq_set h4, #sec8.faq_set h4, #sec9.faq_set h4 
{
    background: #e6e7e8;
}
.hiring_set {
    padding-left: 60px;
}


.submission_form input::-webkit-input-placeholder, .submission_form textarea::-webkit-input-placeholder{
    color: #fff;
}

.submission_form button.button.size-lg.icon_left {
margin-left: 15px;

}

.claim_set p.intro {
    color: #ffcb0b !important;
}
.provider_set p.intro
{
color: #ffcb0b !important;
}

.insurance_check h3.title-text.step-title.text-blue.text-center {
    text-align: center !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 18px;
}


.insurance_check input#in_chk, .insurance_check textarea#in_chk {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 5px 15px;
    color: #ffffff !important;
}
.insurance_check input#in_chk{
height: 39px;
}

.insurance_check .button.button.size-lg.icon_left {
    
    background: #50c7e3 !important;
    border: none !important;
    border-radius: 20px !important;
}
.checker_form .input-group {margin-bottom: 15px;}

.checker_form .txt_input input[type="text"]::-webkit-input-placeholder, .checker_form .input-group input[type="email"]::-webkit-input-placeholder,.checker_form .txt_input input[type="tel"]::-webkit-input-placeholder,.checker_form .txt_input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.checker_form .txt_input input[type="text"]::-moz-placeholder, .checker_form .input-group input[type="email"]::-moz-placeholder,.checker_form .txt_input input[type="tel"]::-moz-placeholder,.checker_form .txt_input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.checker_form .txt_input input[type="text"]:-ms-input-placeholder, .checker_form .input-group input[type="email"]:-ms-input-placeholder,.checker_form .txt_input input[type="tel"]:-ms-input-placeholder,.checker_form .txt_input textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.checker_form .txt_input input[type="text"]:-moz-placeholder, .checker_form .input-group input[type="email"]:-moz-placeholder,.checker_form .txt_input input[type="tel"]:-moz-placeholder,.checker_form .txt_input textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.insurance_check {
    padding: 0px 25px 0 35px;
    border-left: 2px solid #fff;
}


p.intro.insurance {
    color: #ffcb0b !important;
    font-size: 19px;
    font-weight: 600;
}

.submission_form input {
    background: transparent;
    border-bottom: 0.5px solid #fff;
}

.submission_form textarea {
    background: transparent;
    border-bottom: 0.5px solid #fff;
}

.submission_form input#up_res {
    background: transparent !important;
    border-bottom: none;
}

.hiring_set {
    padding-left: 60px;
}

.submission_form textarea::-webkit-input-placeholder{
     color: #fff;
}
    
.submission_form button.button.size-lg.icon_left {
margin-left: 15px;
}

p.serv_all.single_serv a {
    color: #474580 !important;
    border-color: #474580 !important;
}

.single-stm_service .widget.widget_nav_menu ul li.current-menu-item > a{
    border-bottom:2px solid !important;
    border-color: #474580 !important;
    
}
/*END*/

/*** POST **/

.single-post h1.page_title_2 {
    display: none !important;
}
.single-post .post_details_wr .stm_post_info {
    border-top: none !important;
    padding: 0px 0 0 !important;
}
h2.post_titl {
    color: #474580 !important;
    font-size: 25px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.header_block {
    background: #50c7e3 !important;
    padding: 18px 25px;
}

.para_set{
text-align: justify;
}


.pdf_set{
float:left;
margin-right:20px;
margin-top: 22px;
}


.pdf_set.par_get {
    margin-right: 20px !important;
    margin-top: 3px !important;
}

.pdf_list{
float:left;
 margin-bottom: 15px;
}
.single-post article.post.type-post {
    margin-top: 35px;
}

.section_block {
    border: 2px solid #bcbcbc;
    padding: 15px 20px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.services_sec h6.hgt {
    height: 165px;
}
div.vc_active.faq_set h4.vc_tta-panel-title, div.faq_set h4.vc_tta-panel-title a:hover {
    background: #ffcb0b !important;
}
div.vc_active.faq_set h4.vc_tta-panel-title a span, div.faq_set h4.vc_tta-panel-title a:hover span {
    color: #474580 !important;
}
.page-id-4857 .our_team_content_faces_info, .page-id-4857 .book_session {
    display: none !important;
}
div#assess_block_set .assessment_block .wpb_wrapper {
    background: #ffffff;
}
.assessment_block .wpb_text_column {
    padding: 15px 15px 20px;
}
.assessment_block .wpb_text_column p.assess_para {
    color: #6D6E70 !important;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}
.assessment_block .wpb_text_column p.begin_btn a {
    color: #6D6E70 !important;
    background: #ffcb0b;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    font-family: 'Roboto', 'san-serif' !important;
    font-size: 18px;
}

div#section1, div#section2, div#section3, div#section4 {
    margin-bottom: 15px !important;
}
.assessment_block .wpb_text_column p.begin_btn a:hover {
    color:#ffffff !important;
    text-decoration:none;
}
.assessment_block .wpb_text_column {
    padding: 15px 15px 20px;
    height: 145px;
}
.block_featured img.featured_img {
    width: 100%;
    height: 503px;
}
.page-child.parent-pageid-5506 div#main, .page-child div#main {
    background: #ffffff !important;
}
.inner_block {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 4px;
}
.inner_block .step-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    text-align: left !important;
}
p.lets_go button {
    background: #3c8e93;
    border: none;
    color: #ffffff;
    border-radius: 20px;
    padding: 7px 26px;
    text-shadow: none;
    font-size: 22px;
    font-family: Roboto, sans-serif !important;
}
#quiz_div{display:none;}


form.qsm-quiz-form {
    background: #ffffff;
    text-align: center;
    padding: 30px 20px 30px;
    margin-bottom: 20px;
}
form.qsm-quiz-form span.mlw_qmn_question {
    color: #474580 !important;
    font-size: 24px;
    font-weight: 500;
    padding-top: 35px;
    margin-bottom: 45px;
}

#quiz_div .qmn_radio_answers span.mlw_horizontal_choice label {
    font-size: 15px;
    font-weight: 600;
}
#quiz_div .qmn_radio_answers span.mlw_horizontal_choice input.qmn_quiz_radio {
    visibility: hidden;
}

#quiz_div .qmn_radio_answers span.mlw_horizontal_choice input.qmn_quiz_radio:checked:before {
    content: "\f058";
    font-family: fontawesome;
    color: #929497 !important;
    position: relative;
    top: -2px;
    left: 0;
}
#quiz_div .qmn_radio_answers span.mlw_horizontal_choice input.qmn_quiz_radio:checked {
   visibility: unset !important;
}
.ques_title { margin-bottom: 5px;}
.ques_title p.ques_top {
    font-size: 20px;
    font-weight: 500;
}
.ques_title p.ques_top {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    color: #333333 !important;
}
.result_blovk .inner_block img.vc_single_image-img {
    width: 210px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
p.meter_result {
    color: #474580 !important;
    font-size: 21px;
    font-weight: 600;
    text-shadow: none !important;
}
.result_blovk .inner_block .wpb_single_image {
    margin-bottom: 5px;
}

.sect_content {
    border-left: 2px solid #9B9DA0;
    padding: 85px 15px;
}
.sect_content p.result_content {
    color: #9B9DA0 !important;
    font-weight: 600;
    font-size: 15px;
}
.sect_content p.result_content {
    color: #9B9DA0 !important;
    font-weight: 600;
    font-size: 15px;
}
p.next_bnt a {
    background: #ff7266 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    padding: 6px 30px;
    border-radius: 20px;
}
.result_blovk .inner_block .img_people img.vc_single_image-img {
    width: 131px !important;
    
}
p.num_set strong {
    color: #ff7266 !important;
    font-size: 46px;
    font-weight: 500;
}
div#choose_sec {
    background: #ffffff;
    padding: 15px;
}
p.next_bnt button {
    background: #ff7266 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    padding: 6px 30px;
    border-radius: 20px;
    border:none;
}


div.result_blovk {
    padding: 15px 0;
}

@media only screen and (max-width:800px){
    #quiz_div .qmn_radio_answers span.mlw_horizontal_choice {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
form.qsm-quiz-form {
   
    margin-bottom: -28px;
}
}


.qsm-quiz-form .quiz_section span.mlw_qmn_question.qsm_question {
    text-align: left;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.qsm-quiz-form .quiz_section input[type="text"], .qsm-quiz-form .quiz_section input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
}
.qsm-quiz-form .quiz_section input.qsm-btn.qsm-submit-btn.qmn_btn {
    border: none !important;
    border-radius: 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
}
.tax-authors .page_title, .single-team_showcase_post .page_title, .term-psychologists .page_title, .term-doctors .page_title, .term-admin-support .page_title  {
    display: none;
}
.tax-authors #main, .category-events-and-talks #main, .category #main {
    background:#e6e7e8 !important;
}
.terms_set li {
   line-height: 29px;
}
div#testr h3.title-text {
    font-size: 17px !important;
    line-height: 24px !important;
}
h2.a_title {
    font-size: 22px;
    color: #474580 !important;
    padding: 0px 15px 0;
    margin-bottom: 10px;
}
a:hover{text-decoration:none !important;}
div#blog_list_sidebar{}

body.site_layout_15.header_style_2 .top_nav .top_nav_wrapper > ul > li > ul {
    margin-top: 10px !important;
    border-top: none !important;
    box-shadow: none !important;
}
div#team_sector .other-info {
    height: 70px;
}
/** FIleUpload**/

.custom-file-input { color: transparent;}
.custom-file-input::-webkit-file-upload-button { visibility: hidden;}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before { border-color: black;}
.custom-file-input:active { outline: 0;}
.custom-file-input:active::before {background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }
.app_icon img {
    width: 92px !important;
    height: auto !important;
}
ul.list_area_service li{font-size:15px !important;line-height:24px;}
.post-type-archive-team_showcase_post .page_title, .category-events-and-talks .page_title, .category .page_title {display:none;}
p.msg_assess {
   color: #474580;
   font-weight: 600;
   margin-bottom: 8px !important;
}

div#slider_serv .wpb_content_element ol li {margin: 0 !important;}
p.event_sept {
    background: #e6e7e8;
    padding: 12px 30px;
}
p.event_sept a {
    color: #444036 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
}
p.event_sept a:before {
    content: "+";
    position: relative;
    left: -8px;
    font-weight: 700;
    font-size: 21px;
    top: 2px;
}
p.event_sept:hover {background: #ffcb0b !important;}
p.event_sept:hover a {color: #474580 !important;}
#splite_form_container .request_callback p {
    color: #474580 !important;
    margin-bottom: 15px !important;
}
div#splite_popup_box { border-radius: 8px;}
#splite_popupBoxClose {
    color: #ff7266 !important;
    font-weight: 600;
    background: #474580;
    border-radius: 0px 8px 0px;
    padding: 0px 11px;
}
.slide_str{display:none;}
.wpsisac-slick-carousal.design-6 .slick-prev {
    left: -35px !important;
}
.wpsisac-slick-carousal.design-6 .slick-prev {
    left: -17px !important;
}
#team_grid_sectr a.splite-showpopup.book_slider {
    display: none !important;
}
#team_grid_sectr .teamshowcase-image-bg img {
    border-radius: 50% !important;
    padding: 10px 15px;
}
#team_grid_sectr .teamshowcase-image-bg {
    background: transparent !important;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
#team_grid_sectr .member-name .team-link {
    font-size: 18px;
    font-weight: 600;
    color: #474580 !important;
}
#team_grid_sectr .member-job {
    font-size: 15px;
    font-weight: 500;
}
#team_grid_sectr .other-info {
    border: none !important;
}

.vdo_test h3.title-text.step-title.text-blue.text-center {
    color: #ffffff !IMPORTANT;
    font-size: 19px;
    text-align: center !important;
}
.vdo_girish {
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 11px 0px #c7c7c7;
}
p.brand_names {
    color: #474580 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
div.car_set, div.fq_set, .tax-authors div#page_ttl, div.assesst {
    padding-top: 15px;
}

table#vacc_tbl_cnt th:last-child {
    background: url(assets/images/vaccination.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 200px 129px;
}
table#vacc_tbl_cnt th{
     height: 129px;
    vertical-align: top;
}

table#vacc_tbl_cnt td.student{
  background: url(assets/images/vaccination_3.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200px 129px;
  height: 129px;
  vertical-align: top;
}
table#vacc_tbl_cnt td.other_set{
  background: url(assets/images/vaccination_4.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200px 129px;
  height: 129px;
  vertical-align: top;
}




/******LOGIN SYSTEM CSS*********/
div#logs_frm {
    padding: 100px 75px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #fff;
}
div#logs_frm.reg_tgh { padding: 65px 75px !important; }
.bgt_back{background-image: linear-gradient(to right, #494880 0%, #517fa4 100%);}
div#logs_frm .tml-submit-wrap {
    text-align: center;
}
.lg_img { padding: 60px;}
div#logs_frm .tml {
    width: 100% !important;
    max-width: 100% !important;
}
div#logs_frm .tml .message {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    padding: 2px;
}
div#logs_frm .tml label {
    display: block;
    text-align: left;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
#reg_age span#user_age, #reg_term span#user_term, .extra_lnks h4 {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
div#logs_frm input#user_login, div#logs_frm input#user_pass, div#logs_frm input:-webkit-autofill{
    background: #ffffff !important;
    border-radius: 4px;
    border-bottom: 1px solid #ffffff !important;
    height: 30px;
    padding: 5px;
    width:100%;
}
#reg_phone input {
    background: #ffffff !important;
    border-radius: 4px;
    border-bottom: 1px solid #ffffff !important;
    height: 30px;
    padding: 5px 15px 5px 50px !important;
    width: 100%;
}
#registerform input[type="text"], #registerform input[type="email"], #registerform input[type="password"] {
    height: 30px;
    border-radius: 4px;
    padding:5px 15px;
}
.help-inline-error {
    color: red;
    font-weight: 500;
}
#reg_phone .intl-tel-input {width: 100%;}
div#logs_frm input:-webkit-autofill {
    -webkit-box-shadow: none !important;
}
form#loginform input#wp-submit {
    background: #FFCB0B;
}
form#loginform input#wp-submit, #wp-submit {
    background: #FFCB0B;
    border: none;
    padding: 5px;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 1px 1px 4px 0px #f1f1f1;
    width: 75%;
    margin: 0 auto;
}
form#loginform p.tml-rememberme-wrap span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
form#loginform ul.tml-action-links a {
    font-size: 14px;
    font-weight: 600;
}
form#loginform ul.tml-action-links li{
    list-style:none;
}
.tml-action-links li a {

    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;

}
#reg_age .age-check, #reg_term .term-check {
    margin-top: 0px !important;
    margin-right: 5px !important;
}
#logs_frm.reg_tgh p { margin-bottom: 10px;}
.extra_lnks .tml-action-links li:last-child {  display: none;}
.extra_lnks .tml-action-links li a {
    background: #50c19a;
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 4px;
}
.extra_lnks h4 {
    text-align: center;
    margin-bottom: 8px;
}

.extra_lnks .tml-action-links, .extra_lnks .tml-action-links li  { width: 100%;}

.extra_lnks .tml-action-links li a {
    width: 75%;
    margin: 0 auto;
    box-shadow: 1px 1px 4px 0px #f1f1f1;
}

.extra_lnks .tml-action-links li:before{content:"" !important;}
#country-listbox li::before { content: "" !important;}
#country-listbox li { margin-bottom: 0px;}
#country-listbox li .iti-flag{padding-bottom:0px;}
/** END **/

.stm_the_excerpt {display:none;}
.home .team-slider .member-content .member-name {
    height:50px;
    line-height:20px;
}


@media only screen and (max-width: 992px ) {
    .stm_news .news_list.posts_per_row_3 li {
        width: 100% !important;
    }
    div#quiz_div .qmn_radio_answers {
         border: none !important;
         background: transparent !important;
    }
    #quiz_div .qmn_radio_answers span.mlw_horizontal_choice label {
        border: 2px solid #474580 !important;
        padding: 9px 11px 9px 20px !important;
        border-radius: 20px !important;
    	font-size: 10px !important;
    }
    #quiz_div .qmn_radio_answers span.mlw_horizontal_choice {
        padding: 10px 10px !important;
    }

}

@media (max-width: 768px) and (min-width: 767px) {
    .info_box.style_3 .info_box_text p {
        display: none;
    }
}


#quiz_div .qmn_radio_answers span.mlw_horizontal_choice input.qmn_quiz_radio:checked {
    visibility: unset !important;
    position: relative !important;
    left: 25px !important;
}

#quiz_div .qmn_radio_answers span.mlw_horizontal_choice label {
    border: 2px solid #474580 !important;
    padding: 9px 11px 9px 20px !important;
    border-radius: 20px !important;
}


#quiz_div .qmn_radio_answers span.mlw_horizontal_choice label:hover {
    background: #ffcb06 !important;
    border: 2px solid #ffcb06 !important;
    color: #ffffff !important;
    padding: 9px 15px 9px 25px !important;
}
#quiz_div .qmn_radio_answers span.mlw_horizontal_choice {
    color: #474580;
    min-width: 130px;
    background: transparent;
    border-radius: 20px;
    margin-right: 35px;
    padding: 10px 22px;
    text-transform: capitalize;
}
.qmn_error_message{
font-weight: bold !important;
}

p.thanks_give {
    font-size: 24px;
    color: #ffffff !important;
    text-align: center !important;
    margin-top: 5px;
    margin-bottom: 20px;
}
p.thanks_give a {
    color: #ffffff;
}
.whatsapp{
    background:#25d366;
    color: #ffffff !important;
    padding: 8px 5px;
    border-radius: 18px;
    font-size: 16px;
    width: 100% !important;
}

.appoint{
background: #47A8AD !important;
    color: #ffffff !important;
    padding: 8px 5px;
    border-radius: 18px;
    font-size: 16px;
    width: 100% !important;
    
}

.resappoint{
margin-top: 0px;
}
@media only screen and (max-width: 768px) {
 .whatsapp{
    background:#25d366;
    color: #ffffff !important;
    padding: 8px 5px;
    border-radius: 18px;
    font-size: 16px;
    width: 100% !important;
    
}
.appoint{
background: #47A8AD !important;
    color: #ffffff !important;
    padding: 8px 5px;
    border-radius: 18px;
    font-size: 16px;
    width: 100% !important;
    
    
}
.resappoint{
margin-top:20px;
margin-bottom:20px;
text-align: center;
}
}



.menu_serv ul#menu-servicesmenu-ar li {
    background: transparent !important;
    border: none;
    padding: 0px !important;
    display: inline-block !important;
}
.menu_serv ul#menu-servicesmenu-ar li a {
    padding: 5px 5px !important;
    border: none;
    font-size: 14px;
    font-family: "Montserrat Alternates", sans-serif !important;
    font-weight: 600 !important;
    color:#474580 !important;
}
#home-page-ar .curv_sec
{
     left: 16px !important;
}
.team-sector-ar .slick-track
{
    
    transform: translate3d(0px, 0px, 0px);
}
footer ul#menu-footer1-ar li, footer ul#menu-footer2-ar li, footer ul#menu-footer3-ar li
{
    width:100% !important;
}

.member_feedback input[type="text"], .member_feedback input[type="email"], .member_feedback textarea {
  background: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
}
.form-team .input-group {
  margin: 0 0 15px 0;
}
.gs_tm_theme3 .single-member img, .gs_tm_theme4 .single-member img {
    max-height: 300px;
    width: auto;
}