@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap');
:root {
    --primary-color: #F7F7F8;
    --secondary-color: #032153;
    --logo-color: #2255A4;
    --buttons-color: #1AACE3;
    --dark-grey-color: #697077;
    --middle-grey-color: #9EA3A9;
    --grey-color: #B9BDC1;
    --light-grey-color: #EFF0F1;
    --sidebar-font-color: #FFFFFF;
    --primary-font-family: "Roboto", sans-serif;
    --secondary-font-family: "Cabin", sans-serif;
}

body{
    font-family: var(--primary-font-family);
}

.coaching-banner-area__item h6, .search-banner-area__item h6 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h6{
    text-align: left;
    margin-bottom: 30px;
}
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://xclusivehomesuniversity.com/uploads/logo/bea4ce5a5a8869a4950b1e223711fd5b.png') 50% 50% no-repeat rgb(255, 255, 255);
  opacity: 1;
}

.wrapper {
            position: absolute;
            top: 65%;
            left: 50%;
            width: 142px;
            height: 40px;
            margin: -20px 0 0 -71px;
            background: white;
            filter: contrast(20);
        }
        .dot{
            position: absolute;
            width: 16px;
            height: 16px;
            top: 12px;
            left: 5px;
            filter: blur(4px);
            background: #000;
            border-radius: 50%;
            transform: translateX(0);
            animation: dot 2.8s infinite;
        }
        .dots{
            transform: translateX(0);
            margin-top: 12px;
            margin-left: 31px;
            animation: dots 2.8s infinite;
        }
        .dotspam{
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            margin-left: 16px;
            filter: blur(4px);
            background: #000;
            border-radius: 50%;
        }

        @keyframes dot
        {
        50%
            {
            transform: translateX(96px);
            }
        }
        @keyframes dots
        {
        50%
            {
            transform: translateX(-31px);
            }
        }


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Login Page */


.login__subtitle2 {
    color: var(--primary-color);
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: lighter;
}


section.category-course-list-area.login__page{
    background-color: var(--secondary-color);
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}
section.category-course-list-area.login__page .row{
    height: 100vh;
}
.login__page_left{
    background-image: url(../../../../uploads/system/login/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.login__page_left img.mt-4{
    mix-blend-mode: soft-light;
}
.login__page_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--secondary-color);
}
.login__page_right_logo img{
    max-width: 280px;
    margin-top: 30px;
}
.navbar-brand__mobile{
    display: none;
}
h1.login__title{
    color: var(--primary-color);
    font-family: var(--secondary-font-family);
    font-size: 38px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}
.login__subtitle{
    color: var(--primary-color);
    font-family: var(--secondary-font-family);
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: lighter;

}
.login__page_right .sign-up-form{
    box-shadow: none;
    background-color: transparent;
    margin-top: 10px;
}
.login__page_right .sign-up-form form{
    min-width: 300px;
}
.login__page_right .sign-up-form .form-group{
    margin-top: 32px;
}
.login__page_right .sign-up-form input[type=email], .login__page_right .sign-up-form input[type=password]{
    background-color: transparent;
    border-radius: 60px;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.login__page_right .form-group .input-group-text{
    background-color: transparent;
    border-top-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.login__page_right .form-group .input-group-text i{
    color: var(--primary-color);
}
.login__page_right .sign-up-form input[type=email]::-webkit-input-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.login__page_right .sign-up-form input[type=email]:-moz-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.login__page_right .sign-up-form input[type=password]::-webkit-input-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.login__page_right .sign-up-form input[type=password]:-moz-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.login__page_right .btn.green{
    background-color: var(--buttons-color);
    max-width: 165px;
    border-radius: 8px;
    height: 43px !important;
}
.login__page_right .btn.green:hover, .login__page_right .btn.green:active{
    background-color: var(--buttons-color) !important;
}

.login__forgot-password{
    color: var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 1px;
}
.login__forgot-password:hover{
    color: var(--primary-color);
}

/* Forgot Password Page */

section.category-course-list-area.forgot-password__page{
    background-color: var(--secondary-color);
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}
section.category-course-list-area.forgot-password__page .row{
    height: 100vh;
}
.forgot-password__page_left{
    background-image: url(../../../../uploads/system/login/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.forgot-password__page_left img.mt-4{
    mix-blend-mode: soft-light;
}
.forgot-password__page_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--secondary-color);
}
.forgot-password__page_right_logo img{
    max-width: 280px;
    margin-top: 30px;
}
.forgot-password__page_right .sign-up-form{
    box-shadow: none;
    background-color: transparent;
    margin-top: 10px;
    padding-top: 15px;
}
.forgot-password__page_right .sign-up-form form{
    min-width: 300px;
}
.forgot-password__page_right .sign-up-form .form-group{
    margin-top: 32px;
}
.forgot-password__page_right .sign-up-form input[type=email]{
    background-color: transparent;
    border-radius: 60px;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.forgot-password__page_right .form-group .input-group-text{
    background-color: transparent !important;
    border-top-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.forgot-password__page_right .form-group .input-group-text i{
    color: var(--primary-color);
}
.forgot-password__page_right .sign-up-form input[type=email]::-webkit-input-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.forgot-password__page_right .sign-up-form input[type=email]:-moz-placeholder {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}
.forgot-password__page_right .btn.green{
    background-color: var(--buttons-color) !important;
    max-width: 165px;
    border-radius: 8px;
    height: 43px !important;
}
.forgot-password__page_right .btn.green:hover, .forgot-password__page_right .btn.green:active{
    background-color: var(--buttons-color) !important;
}

/* Dashboard */
.clockdiv{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: black;
}
.frontend__top_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* height: 121px;*/
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
}
.frontend__top_menu .nav-item .nav-link{
    color: var(--logo-color);
    font-family: 'Cabin';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
}
.frontend__top_menu .nav-item .dropdown-menu.show{
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 4px 4px;
    border-color: transparent;
}
.frontend__top_menu .nav-item .dropdown-menu.show .dropdown-item{
    color: var(--logo-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.frontend__top_menu .nav-item .dropdown-menu.show .dropdown-item:hover, .frontend__top_menu .nav-item .dropdown-menu.show .dropdown-item:focus{
    background-color: var(--buttons-color);
    color: #FFFFFF;
}
.frontend__top_menu_logo{
    max-height: 100px;
}

/* Dashboard Main Slider */
.dashboard-banner-area{
    height: 378px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 100%;
}
.dashboard-banner-area__item{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.dashboard-banner-area .slick-track{
    height: 378px;
}
.dashboard-banner-area .slick-list.draggable{
    border-radius: 0;
}
.dashboard-banner-area .slick-prev{
    width: 54px;
    height: 61px;
    z-index: 1;
    left: 0;
    background: rgba(0, 0, 0, 0.48);
}
.dashboard-banner-area .slick-prev:before{
    content: url("../../../../uploads/system/slider-arrow-left.png");

}

.dashboard-banner-area .slick-next{
    width: 54px;
    height: 61px;
    z-index: 1;
    right: 0;
    background: rgba(0, 0, 0, 0.48);
}
.dashboard-banner-area .slick-next:before{
    content: url("../../../../uploads/system/slider-arrow-right.png");
}
/* Next Coaching Sessions */
.dashboard-h2{
    font-family: 'Cabin';
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
    text-align: center !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
}
.dashboard-h2_wrapper{
    margin: 0 auto;
}
.dashboard__user_next_coaching_sessions{
    margin-top: 120px;
}
.dashboard__user_next_coaching_sessions .slick-prev:before{
    content: url("../../../../uploads/system/slider-arrow-left-grey.png");
}
.dashboard__user_next_coaching_sessions .slick-next:before{
    content: url("../../../../uploads/system/slider-arrow-right-grey.png");
}
.dashboard__user_next_coaching_sessions_item{
    max-width: 537px;
    height: 375px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    margin: 50px auto;
    background-image: url(../../../../uploads/system/next-session-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 41px;
    padding-left: 58px;
}
.dashboard__user_next_coaching_sessions_item h3 {
    font-family: 'Cabin';
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--logo-color);
    text-transform: uppercase;
}
.dashboard__user_next_coaching_sessions_item .session-info span, .dashboard__user_next_coaching_sessions_item .session-assets span{
    display: block;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--dark-grey-color);
}
.dashboard__user_next_coaching_sessions_item .session-info{
    margin-top: 15px;
}
.dashboard__user_next_coaching_sessions_item .session-assets{
    margin-top: 30px;
}
.dashboard__user_next_coaching_sessions_item .session-timer{
    margin-top: 30px;
}
.dashboard__user_next_coaching_sessions_item .session_go{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    width: 155px;
    height: 41px;
    background: var(--buttons-color);
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    border-radius: 8px;
}

.dashboard__user_next_coaching_sessions_mobile{
    display: none;
}

/* Dashboard Main Video */
.dashboard__main_video{
    margin-top: 137px;
}
.dashboard__main_video_video iframe{
    margin-top: 46px;
}

/* Dashboard Documents */
.dashboard__documents{
    margin-top: 150px;
}
.dashboard__documents_wrapper{
    margin-top: 43px;
}
#accordionDashboardDocs1 .accordion-item, #accordionDashboardDocs2 .accordion-item{
    margin-bottom: 32px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    border: 1px solid var(--middle-grey-color);
    padding: 0 38px 0 52px;
}
#accordionDashboardDocs1 .accordion-item .accordion-button, #accordionDashboardDocs2 .accordion-item .accordion-button{
    height: 68px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--dark-grey-color);
}
#accordionDashboardDocs1 .accordion-item .accordion-body, #accordionDashboardDocs2 .accordion-item .accordion-body{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
#accordionDashboardDocs1 .accordion-item .accordion-body a, #accordionDashboardDocs2 .accordion-item .accordion-body a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
    color: #71CAF2;
}
#accordionDashboardDocs1 .accordion-item .accordion-button:not(.collapsed), #accordionDashboardDocs2 .accordion-item .accordion-button:not(.collapsed){
    color: var(--logo-color);
    background: #FFFFFF;
    border-bottom: 1px solid rgba(196, 196, 196, 0.44);
}

/* Dashboard Callback Section */
.dashboard__callback_section{
    margin-top: 130px;
}
.dashboard__callback_banner{
    height: 301px;
    background-image: url(../../../../uploads/system/ready_to_work_it_out.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
}
.dashboard__callback_banner_content{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dashboard__callback_banner_content h3{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}
.dashboard__callback_banner_content p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-top: 20px;
}
.dashboard__callback_banner_content .dashboard__callback_banner_content_buttons{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.dashboard__callback_banner_content .dashboard__callback_banner_content_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 41px;
    border-radius: 8px;
    background: var(--buttons-color);
    color: #FFFFFF;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
}

/* Dashboard Banners */
.dashboard__banners{
    margin-top: 190px;
}
.dashboard__banners_wrapper{
    justify-content: center;
    margin-top: 46px;
}
.dashboard__banners_wrapper .dashboard__banner_big_img, .dashboard__banners_wrapper .dashboard__banner_small_img{
    max-width: 100%;
    display: block;
    cursor: pointer;
}
.dashboard__banners_wrapper .dashboard__banner_big_img{
    max-height: 518px;
    height: 518px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.dashboard__banners_wrapper .dashboard__banner_small_img{
    max-height: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.dashboard__banner_big_wrapper, .dashboard__banner_small_wrapper{
    margin-top: 15px;
}

.dashboard__banner_small_wrapper2{
    margin-top: 52px;
}

/* Dashboard Top Producers */
.dashboard__top-producers{
    margin-top: 40px;
}
.top-producers__slider{
    margin-top: 50px;
}
.dashboard__top-producers_wrapper{
    width: 100%;
}
.dashboard__top-producers_wrapper .slick-track{
    height: 279px;
}
.dashboard__top-producers_wrapper .top-producers__slider_item{
    max-width: 279px;
    width: 100%;
    height: 279px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
}
.dashboard__top-producers_wrapper .slick-prev:before{
    content: url("../../../../uploads/system/slider-arrow-left-grey.png");
}
.dashboard__top-producers_wrapper .slick-next:before{
    content: url("../../../../uploads/system/slider-arrow-right-grey.png");
}

/* home Offices */
.dashboard__home-offices{
    height: 380px;
    background-image: url("../../../../uploads/system/home-offices-section-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 183px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 183px;
}
.dashboard__home-offices_title{
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.dashboard__home-offices_title h3{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.dashboard__home-offices_items{
    margin-top: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard__home-offices_item{
    width: 20%;
    border-right: 1px solid #FFFFFF;
    padding-left: 30px;
    padding-right: 20px;
}
.dashboard__home-offices_item:last-of-type{
    border-right: none;
}
.dashboard__home-offices_item p, .dashboard__home-offices_item span{
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}
.dashboard__home-offices_item span{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-top: 20px;
}
.dashboard__home-offices_item p{
    font-weight: 400;
    padding-bottom: 20px;
}

/* Footer */
.footer-area{
    background-color: #222222;
    padding-bottom: 0;
}
.footer-area__top{
    padding-top: 52px;
    padding-bottom: 75px;
}
.footer__logo{
    display: flex;
    justify-content: center;
}
.frontend__footer_logo{
    max-width: 150px;
}
.footer__menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}
.footer__menu ul li a{
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.footer__menu ul{
    display: inline-flex;
    list-style-type: none;
}
.footer__menu ul li{
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #FFFFFF;
}
.footer__menu ul li:last-of-type{
    border-right: none;
}
.footer__menu ul li:first-of-type{
    padding-left: 0;
}
.footer__socials{
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__socials a{
    display: block;
    margin-right: 10px;
}
.footer__columns{
    margin-top: 97px;
}
.footer__column{
    padding-right: 40px;
}
.footer__column h6{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer__column p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer__column p b{
    font-weight: 700;
}
.footer-area .border-top{
    height: 68px;
    background: #3D3D3D;
    border-top: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-area .border-top .footer__copyright{
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

/* COACHING */

/* COACHING Banner */
.coaching-banner-area, .search-banner-area{
    height: 378px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 100%;
}
.coaching-banner-area__item, .search-banner-area__item{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.coaching-banner-area__item h1, .search-banner-area__item h1{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h1{
    text-align: left;
    margin-bottom: 30px;
}
.search-banner-area__item select.form-select{
    width: 284px;
}
.coaching__list{
    margin-top: 125px;
    margin-bottom: 116px;
}
.coaching__list_item{
    width: 389px;
    max-width: 100%;
    margin: 0 auto 62px auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    max-height: 650px;
}
.coaching__list_item_photo{
    height: 389px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.coaching__list_item_info{
    padding: 33px 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.coaching__list_item_info .coach__specialty{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.coaching__list_item_info .coach__name{
    margin-top: 7px;
    ont-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
.coaching__list_item_btn{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 41px;
    color: #FFFFFF;
    background: var(--buttons-color);
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.coaching__list_item_btn:hover{
    color: #FFFFFF;
}

/* SEARCH REFFERALS AGENTS */

.agent__list{
    margin-top: 65px;
    margin-bottom: 116px;
}
.agent__list_item{
    width: 389px;
    max-width: 100%;
    margin: 0 auto 62px auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    max-height: 571px;
    height: 571px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.agent__list_item_photo{
    height: 389px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.agent__list_item_info{
    padding: 0 0 33px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}
.agent__list_item_info__wrapper{
    display: flex;
    flex-direction: column;
    padding: 5px 34px;
    height: 146px;
}
.agent__list_item_info__wrapper .agent__name{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #2255A4;
}
.agent__list_item_info div:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: 100%;
}
.agent__list_item_info div:last-of-type{
    padding-left: 15px;
    width: 50%;
}
.agent__list_item_info .agent__name{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.agent__list_item_info .agent__location, .agent__list_item_info .agent__phone{
    ont-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
.agent__list_item_info .agent__phone{
    margin-top: 0;
    word-break: break-all;
}
.agent__list_item_info .agent__location{
    margin-top: 7px;
}
.agent__list_item_info .agent__location{
    height: auto;
   max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.agent__list_item_btn{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 41px;
    color: #FFFFFF;
    background: var(--buttons-color);
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.agent__list_item_btn:hover{
    color: #FFFFFF;
}
.refferals_search{
    margin-top: 40px;
}
.search_box .form-control{
    width: 100%;
    border-radius: 60px;
    border: 2px solid var(--grey-color);
    height: 50px;
    position: relative;
    background-image: url(../../../../uploads/system/search-icon.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 40px;
}
#search_box-result{
    padding: 20px;
    background: rgba(255, 255, 255, .5);
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    color: var(--grey-color);
    font-family: 'Roboto';
    font-size: 16px;
}
#select2-js-data-state-container, #select2-js-data-city-container, #select2-js-data-state1-container, #select2-js-data-city1-container{
    height: 48px;
}
.reset__search_form{
    display: flex;
    align-items: center;
}
.reset__search_form .reset__search_btn, .reset__search_form .reset__search_btn1{
    height: 48px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: center;
    color: var(--buttons-color);
    border-color: var(--buttons-color);
}
.reset__search_form .reset__search_btn:hover, .reset__search_form .reset__search_btn1:hover{
    background: var(--buttons-color);
    color: #FFFFFF;
}

.load__spinner{
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.modal-header__custom{
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.modal-header__custom button.close{
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
    border:none;
    background: var(--buttons-color);
    filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.25));
}
.modal-header__custom button.close span{
    color: #FFFFFF;
}
#alert-see-agent .modal-body{
    padding: 0;
}
.alert-see-agent__image{
    height: 450px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.alert-see-agent__info{
padding: 37px 50px;
}
.alert-see-agent__info i.fa-phone{
    transform: scale(-1, 1);
    margin-right: 5px;
    color: var(--secondary-color);
    margin-top: 5px;
}
.alert-see-agent__info i.fa-envelope{
    margin-left: 15px;
    color: var(--secondary-color);
    margin-top: 5px;
}
.alert-see-agent__info .alert-see-agent__name{
    display: block;
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
}
.alert-see-agent__info .alert-see-agent__location{
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-top: 15px;
}
.alert-see-agent__contacts{
    display: flex;
    margin-top: 23px;
}

.alert-see-agent__contacts .alert-see-agent__phone{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
.alert-see-agent__contacts .alert-see-agent__email{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-left: 5px;
    word-break: break-all;
}
.alert-see-agent__description{
    display: flex;
    margin-top: 20px;
}
.alert-see-agent__description_title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
}
.alert-see-agent__description_content{
    ont-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-left: 15px;
    word-break: break-all;
}

/* Training Page */
.training__courses_search_wrapper .form-control{
    max-width: 100%;
    min-width: 300px;
    border-radius: 60px;
    border: 2px solid var(--grey-color);
    height: 50px;
    position: relative;
    /*background-image: url(../../../../uploads/system/search-icon.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 40px;*/
}

.training-h2{
    font-family: 'Cabin';
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
}
.training-h2_wrapper{

}
.training__courses_search_wrapper{
    padding: 0 50px;
}
.training__courses_search{
    margin-top: 59px;
}
.training_live_stream{
    margin-top: 73px;
}
.training_live_stream_courses, .training_required_courses{
    margin-top: 42px;
}
.training_live_stream_courses .row, .training_required_courses .row{
    margin-bottom: 47px;
}
.training_live_stream_courses_item{

}
.training_live_stream_courses_item__wrapper, .training_required_courses_item__wrapper{
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}
.training_live_stream_item_img{
    width: 100%;
    height: 213px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.training_live_stream_item_name{
    margin-top: 40px;
    margin-bottom: 44px;
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    padding-left: 33px;
    padding-right: 33px;
}
.training_live_stream_item_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 41px;
    border-radius: 8px;
    background: var(--buttons-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-bottom: 40px;
    margin-left: 33px;
    cursor: pointer;
}
.training_live_stream_item_btn:hover{
    color: #FFFFFF;
}
.load-more__button_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.load-more__button{
    width: 181px;
    height: 41px;
    border: 1px solid #697077;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.training__required_description{
    padding-left: 33px;
    padding-right: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-bottom: 40px;
    height: 180px;
    overflow-y: hidden;
}
.training_required_courses .training_live_stream_item_name{
    margin-bottom: 12px;
}
.training-h3_wrapper{

}
.training-h3{
    font-family: 'Cabin';
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
}
.training__all_courses{
    margin-bottom: 60px;
}
.training__all_courses_item{
    margin-bottom: 80px;
}
.training__all_courses_item_body{
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.training__all_courses_item_body_img_wrapper{
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.training__all_courses_item_body_img{
    max-width: 576px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
}
.training__all_courses_item_body_content{
    width: 50%;
}
.training__all_courses_item_description{
    padding-left: 33px;
    padding-right: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-bottom: 50px;
}
.training__search_result{
    margin-top: 60px;
}

.training__courses_search form{
    position: relative;
}
.training__courses_search input[type=submit]{
    position: absolute;
    top: 4px;
    right: 10px;
    background-image: url(../../../../uploads/system/search-icon.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
}

/* My Courses */
.my-courses__search_box input[type=text]{
    border-radius: 60px !important;
    border: 2px solid var(--grey-color);
    height: 50px;
    position: relative;
}
.my-courses__search_box input[type=text]:focus{
    z-index: 2 !important;
}
.my-courses__search_box_btn{
    position: absolute !important;
    top: 4px;
    right: 10px;
    background-image: url(../../../../uploads/system/search-icon.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent !important;
}

.course-box{
    border-radius: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}

.course-box .course-image{
    padding: 0;
    height: 269px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.course-box .course-image img{
    border-radius: 0;
}
.course-box .course-details .title{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    margin-bottom: 28px;
}
.course-box .course-details .your-rating-box{
    text-align: left;
    margin-top: 17px;
}
.course-box .course-details .your-rating-box i.filled{
    color: var(--logo-color);
}
.course-box .btn.green{
    background: var(--buttons-color) !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

/* Library */
.library_resources{
    margin-top: 56px;
    margin-bottom: 100px;
}
.library_resource_item_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 41px;
    border-radius: 8px;
    background: var(--buttons-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-left: 33px;
    cursor: pointer;
}
.library_resource_item_btn:hover{
    color: #FFFFFF;
}
.library_resource_item_btn i{
    margin-right: 5px;
}
.library_resource_item{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    padding: 50px 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;

}
.library_resource_item_info{
    display: flex;
    align-items: center;
}
.library_resource_item_info img{
    margin-right: 13px;
}
.library_item__lesson_name{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
}
.library_item__course_name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-grey-color);
}

/* Referral Invitation Forms */
.referral__invitation_form{
    margin-top: 91px;
    margin-bottom: 97px;
}
.referral__form_header{
    margin-bottom: 62px;
}

.referral__invitation_form form.add_required-form label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
.referral__invitation_form form.add_required-form input.form-control{
    height: 52px;
}
.referral__invitation_form .btn-primary{
    background-color: var(--logo-color) !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.referral__invitation_form .btn-primary i{
    padding-right: 5px;
}
.referral__invitation_form form.add_required-form label span.required{
    color: #f44336;
}
.referral__form_form button.btn-success{
    height: 45px;
    width: 152px;
    border-radius: 8px;
    background: var(--buttons-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    border-color: var(--buttons-color);

}

.referral__form-h3{
    font-family: 'Cabin';
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
}

/* Business Plan */
.business-plan__wrapper{
    margin-top: 88px;
    margin-bottom: 111px;
}
#business-plan__tab{
    margin-bottom: 111px;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background-image: url(../../../../uploads/system/b-p-steps-line.png);
    background-repeat: repeat-x;
    background-position: center left;
}
#business-plan__tab button.nav-link{
    width: 66px;
    height: 66px;
    background: var(--light-grey-color);
    color: var(--middle-grey-color);
    border-radius: 50%;
    font-weight: 700;
}
#business-plan__tab button.nav-link.completed{
    background: var(--buttons-color);
    color: #FFFFFF;
}
/*#business-plan__tab button.nav-link.completed::after {
    content: '';
    width: 200px;
    height: 7px;
    display: block;
    background: var(--buttons-color);
    margin-left: 46px;
    position: absolute;
    top: 29px;
}*/
#business-plan__tab button.nav-link.active{
    background: var(--logo-color);
    color: #FFFFFF;
}
#business-plan__tab li.nav-item{
    position: relative;
}
#business-plan__tab span.business-plan__tab_title{
    position: absolute;
    left: -40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    margin-top: 10px;
    min-width: 150px;
    color: var(--grey-color);
}


#business-plan__view .blockquote{
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 70px;
}
#business-plan__view .blockquote p {
    font-family: Cabin;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
}
.lifecycle{
    display: flex;
    justify-content: center;
}
.lifecycle__left, .lifecycle__right{
    width: 25%;
}
.lifecycle__left textarea, .lifecycle__right textarea{
    height: 150px;
}
#introduction-tab-pane textarea{
    height: 150px;
    background-color: #FFFFFF;
}
.lifecycle__cycle img{
    max-width: 100%;
}
.lifecycle__cycle{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../../uploads/system/lc-line-left-top.png), url(../../../../uploads/system/lc-line-right-top.png), url(../../../../uploads/system/lc-line-middle.png), url(../../../../uploads/system/lc-line-middle.png), url(../../../../uploads/system/lc-line-middle.png), url(../../../../uploads/system/lc-line-middle.png), url(../../../../uploads/system/lc-line-left-bottom.png), url(../../../../uploads/system/lc-line-right-bottom.png);
    background-repeat: no-repeat;
    background-position: 5% 15%, 95% 15%, 2% 40%, 2% 60%, 98% 40%, 98% 60%, 5% 85%, 95% 85%;
    background-size: 30%, 30%, 10%, 10%, 10%, 10%, 30%, 30%;
}
.business-plan__view{
    background-color: #FFFFFF;
    margin-bottom: 0;
}
.introduction__section{
    padding-bottom: 77px;
    padding-top: 77px;

}
.introduction__section:last-of-type{
    border-bottom: none;
}
.introduction__section label, #pre-planing_analysis-tab-pane label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
}
.introduction__section__p p, .introduction__section__p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.15px;
    color: #697077;
}
.introduction__section__p #transaction_month_text,.introduction__section__p #transaction_planned_text{
    font-weight: 700;
}
.introduction__section__p p span.text-red{
    color: #B00020;
}
.introduction__section h3, .pre-planing_analysis__section h3, .foundations__section_item h3, .business_goal_setting_section h3, .marketing h3, #operation-planing-tab-pane h3{
    font-family: 'Cabin';
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.15000000596046448px;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.marketing h3.text-24{
    font-size: 24px;
    font-weight: 700;
}
.pre-planing_analysis__section .inernal_factors h3, .pre-planing_analysis__section .external_factors h3, .marketing__how_to_get h3{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    text-transform: uppercase;
    border-bottom: none;
    display: flex;
    align-items: center;
}
.pre-planing_analysis__section .inernal_factors h3::after, .pre-planing_analysis__section .external_factors h3::after, .marketing__how_to_get h3::after{
    content: '';
    height: 2px;
    width: 80%;
    display: block;
    background: var(--grey-color);
    margin-left: 10px;
}

.pre-planing_analysis__section{
    padding-top: 0;
    padding-bottom: 111px;
    border-bottom: 1px solid var(--grey-color);
}

.pre-planing_analysis__section:last-of-type{
    border-bottom: none;
    padding-top: 70px;
}
.pre-planing_analysis__section:last-of-type h3{
    margin-bottom: 40px;
}
.pre-planing_analysis__example_wrapper{
    margin-top: 58px;
}
.pre-planing_analysis__example{
    display: flex;
    background-color: var(--light-grey-color);
    border-radius: 8px;
    padding: 10px 50px;
    flex-wrap: wrap;
}
.subtitle-24{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #697077;
    display: block;
    margin-bottom: 65px;
}
.example__item{
    width: 50%;
    padding: 50px 100px 50px 50px
}
.example__item:nth-child(1), .example__item:nth-child(3){
    border-right:1px solid var(--grey-color);
}
.example__item:nth-child(1), .example__item:nth-child(2){
    border-bottom:1px solid var(--grey-color);
}
.example__item span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--dark-grey-color);
}
.example__item p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    padding-top: 15px;
    color: var(--dark-grey-color);
}
.inernal_factors{
    margin-top: 84px;
}
.inernal_factors, .external_factors{
    padding-bottom: 70px;
}

.inernal_factors textarea, .external_factors textarea{
    height: 300px;
    background-color: #FFFFFF !important;
}
.pre-planing_analysis__why_wrapper input[type='text']{
    height: 88px;
    background-color: #FFFFFF !important;
}
.pre-planing_analysis__why_wrapper .why-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pre-planing_analysis__why_wrapper .why-image img{
    max-width: 95%;
}
.pre-planing_analysis_if{
    margin-top: 111px;
}
.pre-planing_analysis_if textarea{
    height: 373px;
    background-color: #FFFFFF !important;
}
.pre-planing_analysis_full-width > div{
    margin-top: 60px;
}
.pre-planing_analysis_full-width textarea{
    height: 245px;
    background-color: #FFFFFF !important;
}
.foundations__section{
    margin-top: 28px;
}
.foundations__section_item{
    padding-top: 0;
}
.foundations__section_item textarea{
    height: 248px;
    background-color: #FFFFFF !important;
}
.foundations__section_item p {
    margin-bottom: 28px;
}

.business_goal_setting_section:first-of-type, .business_goal_setting_section:nth-child(2){
    border-bottom:1px solid var(--grey-color);
}
.business_goal_setting_section{
    margin-top: 86px;
    padding-bottom: 100px;
}
.business_goal_setting_section h3{
    font-family: Cabin;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
}

.business_goal_two_parts_table{
    background-color: #FFFFFF !important;
    border-radius: 8px;
    box-sizing: content-box;
    margin-bottom: 0;
}
.business_goal_two_parts_table__wrapper{
    background-color: #FFFFFF !important;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.business_goal_two_parts_table_second thead tr th:first-of-type, .business_goal_two_parts_table_second tbody tr td:first-of-type {
    display: none;
}
.business_goal_two_parts_table tbody tr{
    height: 56px;
}
.business_goal_two_parts_table{
    max-width: 750px;
    width: 750px;
}

.business_goal_two_parts_table.business_goal_two_parts_table_second{
    max-width: 400px;
}

.business_goal_two_parts_table_separator{

    background-color: var(--light-grey-color);
    border-top: none !important;
    border-bottom: none !important;
}
th.business_goal_two_parts_table_separator{
    border-top: 1px solid var(--light-grey-color) !important;
}
.business_goal_two_parts_table, #extras-tab-pane .business_plan_extras_table table{
    border-collapse: separate;
    border-spacing: 10px;
}
.business_goal_two_parts_table thead tr th, #extras-tab-pane .business_plan_extras_table table thead tr th{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #697077;
}
.business_goal_two_parts_table__totals{
    background: white !important;
    text-align: right;
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    letter-spacing: 0.01em;
    color: #697077 !important;
    text-transform: uppercase;
}
.business_goal_two_parts_table tbody tr td, .business_goal_two_parts_table tbody tr td input, .business_plan_extras_table tbody tr td, .business_plan_extras_table tbody tr td input, .business_goal_setting_percentage_item input, .business_goal_setting_quater_item input{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #697077;
}
.business_goal_two_parts_table tbody tr td:nth-child(1), .business_plan_extras_table tbody tr td:nth-child(1){
    background: #f7f7f8;
}
.business_goal_two_parts_table thead tr th:nth-child(1){
    width: 30%;
}
.business_goal_two_parts_table thead tr th:nth-child(2){
    width: 15%;
}
.business_goal_two_parts_table thead tr th:nth-child(3){
    width: 15%;
}
.business_goal_two_parts_table thead tr th:nth-child(4){
    width: 10%;
}
.business_goal_two_parts_table thead tr th:nth-child(5){
    width: 15%;
}
.business_goal_two_parts_table thead tr th:nth-child(6){
    width: 15%;
}
.business_goal_two_parts_table_titles{
    display: flex;
    margin-top: 70px;
}
.business_goal_two_parts_table_titles div:first-of-type{
    width: 70%;
}
.business_goal_two_parts_table_titles div:last-of-type{
    width: 30%;
}
.business_goal_two_parts_table_titles div{
    margin-bottom: 25px;
}
.business_goal_two_parts_table_titles div > span{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
    text-transform: uppercase;
}
.business_goal_two_parts_table_titles div > span::before{
    content: '';
    height: 2px;
    width: calc(100% - 180px);
    display: block;
    background: var(--grey-color);
    margin-right: 10px;
}

.business_goal_setting_percentage{
    margin-top: 99px;
}
.business_goal_setting_percentage_item{
    display: flex;
    align-items: center;
}
.business_goal_setting_percentage_item input, .business_goal_setting_quater_item input{
    width: 312px;
    margin-right: 88px;
    background: #FFFFFF !important;
    height: 55px;
    text-align: center;
}
.business_goal_setting_percentage_item label{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
}
.business_goal_setting_percentage_item.gorizontal-line p{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-left: 47px;
    margin-top: 25px;
    color: #b2b4b9;
}

.business_goal_setting_percentage_item.gorizontal-line div input{
    margin-right: 0 !important;
}
.business_goal_setting_percentage_item.gorizontal-line label{
    font-size: 18px;
}
.business_goal_setting_percentage_item.gorizontal-line span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    font-size: 48px;
    margin-top: 25px;
}
.business_goal__to-do{
    display: block;
}
.business_goal__to-do_center {
    margin: 25% auto;
}
.business_goal__to-do_center.business_goal__to-do_center_today{
    margin: 0 auto;
}
.business_goal__to-do input{
    width: 100%;
}
.business_goal_to-do_year, .business_goal_to-do_week, .business_goal_to-do_today, .business_plan__mounth_section{
    margin-top: 70px;
}
.business_goal_to-do_year h4, .business_goal_to-do_week h4, .business_goal_to-do_today h4, .business_plan__mounth_section h4{
    font-family: Cabin;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-bottom: 89px;
    display: flex;
    width: 100%;
    align-items: flex-end;
    color: var(--logo-color);
    text-transform: uppercase;
}
.business_goal_to-do_year h4::after, .business_goal_to-do_week h4::after, .business_goal_to-do_today h4::after{
    content: '';
    height: 1px;
    margin-left: 20px;
    width: 70%;
    background-color: var(--grey-color);
    display: block;
}
.business_plan__mounth_section h4::after{
    content: '';
    height: 1px;
    margin-left: 20px;
    width: 55%;
    background-color: var(--grey-color);
    display: block;
}
.business_goal_to-do_year .diagramm_arrow{
    padding-left: 0;
    padding-right: 50px;
    background-image: url(../../../../uploads/system/diagramm-arrow1.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: initial;
}
.business_goal_to-do_week .diagramm_arrow__long{
    height: 50%;
}
.business_goal_to-do_week .diagramm_arrow__long > div{
    display: flex;
    align-items: center;
    padding: 0;
}

.business_goal_to-do_week .diagramm_arrow, .business_goal_to-do_today .diagramm_arrow{
    padding-left: 0;
    padding-right: 50px;
    background-image: url(../../../../uploads/system/diagramm-short-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: initial;
}
.business_goal_setting_quarter .diagramm-fork{
    background-image: url(../../../../uploads/system/diagramm-fork.png);
    background-position: center 45px;
    background-repeat: no-repeat;
    background-size: 650px;
}
.business_goal_setting_quater_total{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.business_goal_setting_quater_total input{
    height: 55px;
    width: 312px;
    background: #F7F7F8 !important;
    color: var(--dark-grey-color);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
}
.marketing__example, .marketing__lead{
    padding: 53px 90px;
    background: #FFFFFF;
    border-radius: 8px;
}
.marketing__lead{
    background: #FFFFFF;
}
.marketing__example{
    background: #F7F7F8;
}
.marketing__example_long_input, .marketing__lead_long_input{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #697077;
}
.marketing__example_long_input, .marketing__lead_long_input{
    height: 74px;
    border: 1px solid var(--grey-color);
    border-radius: 4px;
    width: 75%;
    background-color: transparent !important;
}
.marketing__example_short_input, .marketing__lead_short_input{
    height: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--grey-color);
    min-width: 95%;
    background-color: transparent !important;
}
.marketing__example_item > p, .marketing__lead_item > p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #697077;
}
.marketing__example_item > p:last-of-type, .marketing__lead_item >p:last-of-type{
    margin-bottom: 42px;
}
.marketing__example_item, .marketing__lead_item{
    margin-top: 68px;
}
.marketing__lead_section{
    margin-top: 100px;
}
.marketing__example_section{
    margin-top: 78px;
}
.marketing__lead_section:last-of-type{
    margin-bottom: 70px;
}
.marketing__lead_section h4{
    font-family: Cabin;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: var(--logo-color);
    margin-bottom: 21px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
}
.marketing__lead_section h4::after{
    content: '';
    height: 2px;
    width: calc(100% - 350px);
    display: block;
    background: var(--grey-color);
    margin-left: 10px;
}
#marketing-tab-pane textarea {
    height: 248px;
    background-color: #FFFFFF !important;
    margin-top: 38px;
}
.marketing{
    margin-top: 119px;
}
.marketing h3{
    font-family: Cabin;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-bottom: 44px;
}
.marketing__text1{
    margin-bottom: 87px;
}
.operation-planing__example table, .operation-planing__real table{
    border-radius: 8px;
}
.operation-planing__real table{
    background: #ffffff;
}
.operation-planing__example table{
    background: #F7F7F8;
}
.operation-planing__example table tr th:nth-child(2), .operation-planing__example table tr td:nth-child(2), .operation-planing__real table tr th:nth-child(2), .operation-planing__real table tr td:nth-child(2){
    text-align: center;
}
.operation-planing__example table tr th:nth-child(1), .operation-planing__example table tr td:nth-child(1), .operation-planing__real table tr th:nth-child(1){
    padding-left: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.operation-planing__example table tr td{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */

    letter-spacing: 0.15px;

    color: #697077;
}
.operation-planing__example table tr th, .operation-planing__real table tr th{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;

    color: #697077;
}
.operation-planing__real table tr td:nth-child(1){
    padding-left: 20px;
}
.operation-planing__example table tr th small, .operation-planing__real table tr th small{
    display: block;
}
.operation-planing__example{
    margin-top: 113px;
}
.operation-planing__real{
    margin-top: 73px;
    margin-bottom: 73px;
}
.example__title{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #697077;
    display: block;
    margin-bottom: 20px;
}
#operation-planing-tab-pane{
    margin-top: 119px;
}
#operation-planing-tab-pane h3{
    font-family: Cabin;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-bottom: 44px;
}
#extras-tab-pane{
    margin-top: 108px;
    margin-bottom: 79px;
}
#extras-tab-pane h3{
    font-family: Cabin;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    margin-bottom: 31px;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid var(--logo-color);
    padding-bottom: 14px;
    text-transform: uppercase;
}
#extras-tab-pane .business_plan_extras_table{
    margin-top: 0;
    background: #FFFFFF;
    border-radius: 8px;
    padding:0;

}
#extras-tab-pane .business_plan_extras_table table thead tr th{
    padding-top: 46px;
}

.business_plan_extras_section{
    border-bottom: 1px solid var(--grey-color);
    margin-top: 86px;
    padding-bottom: 100px;
}
.business_plan_extras_group_table{
    margin-top: 40px;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #F7F7F8;
}
.table__total td{
    /*background: #EFF0F1 !important;*/
}
.table__total td:first-of-type{
    background: #FFFFFF !important;
}
.business-plan__send-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.business-plan__send-btn input{
    width: 190px;
    height: 53px;
    background: var(--buttons-color);
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    border: none;
}
.add_new_field__span{
    cursor: pointer;
}
.delete__row_link{
    padding: 0 10px;
    color: red;
    cursor: pointer;
}
.delete__row_link:hover{
    color: darkred;
}
.valuePadding, .valuePadding1{
    position: relative;
}
.valuePadding::after{
    content: '%';
    position: absolute;
    top: 17px;
    left: 163px;
}
.valuePadding1::after{
    content: '%';
    position: absolute;
    top: 8px;
    left: 53px;
}
.add_new_field__span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15px;
    color: var(--logo-color);
    text-decoration: underline;
}

/* Marketing Business Plan */
.marketing__strategic_model{
    margin-top: 30px;
}

.marketing__strategic_model_circle{
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}
.marketing__strategic_model_circle figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marketing__strategic_model_circle figure img{
    max-width: 100%;
}
.marketing__strategic_model_circle figure figcaption{
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.15px;
    color: var(--dark-grey-color);
    margin-top: 75px;
}
.marketing__strategic_model_square img{
    margin-top: 90px;
    max-width: 100%;
}
.marketing__how_to_get{
    margin-bottom: 180px;
}
.marketing__how_to_get_description{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--dark-grey-color);
    margin-top: 33px;
}
.marketing__how_to_get img{
    max-width: 100%;
    display: block;
    margin: 133px auto 0;
}

/* Course detail page*/
section.course-header-area{
    padding: 90px 0;
    background-color: var(--secondary-color);
    height: 378px;
    display: flex;
    align-items: center;
}
.course-badge.best-seller{
    background: var(--buttons-color);
    border-radius: 10px;
    color: #ffffff;
}
.course-badge.best-seller:after{
    width: 0;
}
.course-header-wrap .subtitle{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}
.course-header-wrap .title{
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.course-sidebar, .preview-video-box a{
    border-radius: 0;
}
.already_purchased a, .course-sidebar-text-box .buy-btns .btn-buy-now, .course-sidebar-text-box .buy-btns .btn-buy-now:hover{
    background: var(--buttons-color) !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    height: 45px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.course_page__h2{
    font-family: 'Cabin' !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    color: var(--dark-grey-color);
    text-align: left !important;
    border-bottom: 2px solid #B9BDC1;
    padding-bottom: 14px;
    text-transform: uppercase;
    margin-bottom: 35px !important;
}
.btn_404_back{
    background: var(--buttons-color);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    max-width: 165px;
    height: 43px;
    padding: 9px 12px;
}
.btn_404_back:hover{
    color: #FFFFFF;
}


@media (max-width: 1200px) {
    .coaching__list_item_photo{
        height: 296px;
    }
    .business_goal_two_parts_table__wrapper{
        flex-direction: column;
    }
    .business_goal_two_parts_table{
        max-width: 100%;
    }
    .business_goal_setting_percentage_item{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .business_goal_setting_quarter{
        flex-direction: column;
    }
    .business_goal_setting_quarter > div{
        display: flex;
        justify-content: center;
    }
    .business_goal_setting_quater_item input{
        max-width: 200px;
        margin-right: 10px;
    }
    .business_goal_setting_quater_total{
        justify-content: center;
    }
    .business_goal_setting_quarter .diagramm-fork{
        background-image: url(../../../../uploads/system/diagramm-fork-mobile.png);
        height: 100px;
        background-position: center 25px;
    }
}

@media (min-width: 728px) {
.coaching__list_item{
    height: 650px;

}

}


@media (max-width: 991px) {
    .dashboard__home-offices{
        height: auto;
    }
    .dashboard__home-offices_items{
        flex-wrap: wrap;
    }
    .dashboard__home-offices_item{
        width: 50%;
    }
    .coaching__list_item_photo{
        height: 215px;
    }
    .training-h2, .training-h3{
        padding: 20px;
        margin: 0 auto;
        max-width: 95%;
        line-height: 32px;
    }
    .navbar-brand{
        display: none;
    }
    .navbar-light .navbar-toggler{
        background: transparent;
        border-color: transparent !important;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,85,164, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    .navbar-brand__mobile{
        display: block;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
    }
    .navbar-brand__mobile img{
        max-height: 64px;
    }
}

@media (max-width: 980px) and (min-width: 768px){
    .footer__column p{
        font-size: 10px;
    }
}

@media (min-width: 3000px){
   .coaching-banner-area__item h1, .search-banner-area__item h1 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 7rem;
}
}

@media (min-width: 4500px){
   .coaching-banner-area__item h1, .search-banner-area__item h1 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 20rem;
}



}

@media (min-width: 6000px){
    .coaching-banner-area__item h1, .search-banner-area__item h1 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 28rem;
}
}
@media only screen and (min-device-width: 550px) and (max-device-width: 727px){

    .coaching-banner-area__item h1, .search-banner-area__item h1 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 2rem;
    font-size: 24px;
}
}

@media screen and (width: 768px), screen and (height: 1024px) {
    
    .coaching-banner-area__item h1, .search-banner-area__item h1 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h1 {
    position: relative;
    right: 2rem;
}

}

@media screen and (width: 820px), screen and (height: 1080px) {
    
    .coaching-banner-area__item h1, .search-banner-area__item h1 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h1 {
    position: relative;
    right: 2rem;
}

}





@media (max-width: 768px) {
    .coaching__list_item_photo{
        height: 246px;
    }
    #business-plan__tab span.business-plan__tab_title{
        display: none;
    }
    .example__item{
        padding: 10px;
    }
    .example__item p, .example__item span{
        display: inline-block;
    }
    .pre-planing_analysis__example{
        padding: 10px;
    }
    .business_goal_to-do_year > div.col-sm-12{
        display: flex;
    }
    .business_goal_to-do_year .diagramm_arrow{
        background-image: url(../../../../uploads/system/diagramm-fork-mobile.png);
        padding-right: 0;
        background-position: center 90%;
        padding-bottom: 100px;
    }
    .business_goal_setting_percentage_item label{
        display: table-caption;
    }
    .business_goal__to-do_center{
        margin: 5% auto;
    }
    .business_goal_to-do_week label{
        display: inline-block;
    }
    .business_goal_to-do_week .col-sm-12:last-of-type{
        display: flex;
    }
    .business_goal_to-do_week .col-sm-12:last-of-type label{
        display: table-caption;
    }
    .business_goal_to-do_week .diagramm_arrow{
        padding-right: 0;
        background-image: url(../../../../uploads/system/arrow-down.png);
        background-position: center bottom;
        padding-bottom: 20px;
    }
    .business_goal_to-do_week .diagramm_arrow__long{
        display: none;
    }
    .business_goal_to-do_today  .diagramm_arrow{
        padding-right: 0;
        background-image: url(../../../../uploads/system/arrow-down.png);
        background-position: center bottom;
        padding-bottom: 20px;
    }
    .business_goal_setting_percentage_item.gorizontal-line{
        flex-direction: row;
        flex-wrap: wrap;
}
    .business_goal_setting_percentage_item.gorizontal-line > div{
        width: 40%;
    }
    .business_goal_setting_percentage_item.gorizontal-line > span{
        width: 20%;
    }
    .business_goal_setting_percentage_item.gorizontal-line > div label {
        display: block;
        height: 40px;
    }
    .business_goal_setting_percentage_item.gorizontal-line > div input{
        width: 100%;
    }
    .business_goal_two_parts_table_second thead tr th:first-of-type, .business_goal_two_parts_table_second tbody tr td:first-of-type{
        display: block;
    }

    .business_goal_two_parts_table thead tr th:first-of-type, .business_goal_two_parts_table tbody tr td:first-of-type{
        width: 100px;
    }
    .business_goal_two_parts_table_second .delete__row_link{
        display: none;
    }
    #add_new_field, #add_new_field_second{
        display: none;
    }
    .business_goal_two_parts_table tbody tr{
        height: 80px;
    }
    .business_goal_setting_percentage, .business_goal_setting_section{
        margin-top: 0;
    }
}
@media (max-width: 680px) {
    .dashboard__user_next_coaching_sessions_mobile{
        display: block;
    }
    .dashboard__user_next_coaching_sessions_desktop{
        display: none;
    }
    .dashboard__main_video_video iframe{
        height: 213px;
    }
    .dashboard-h2{
        line-height: 32px;
    }
    .dashboard__callback_section{
        display: none;
    }
    .dashboard__banners_wrapper .dashboard__banner_big_img{
        background-size: contain;
        max-height: 227px;
    }
    .slick-prev{
        left: -10px;
    }
    .slick-next{
        right: -10px;
    }
    .dashboard__home-offices_title h3{
        line-height: 32px;
    }
    .dashboard__home-offices_items{
        flex-direction: column;
    }
    .dashboard__home-offices_item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #FFFFFF;
    }
    .dashboard__home-offices_item:last-of-type{
        border-bottom: none;
    }
    .footer__menu ul{
        flex-wrap: wrap;
    }
    .footer__menu ul li a{
        line-height: 28px;
    }
    .footer__column{
        width: 265px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard__banners, .dashboard__documents, .dashboard__main_video{
        margin-top: 90px;
    }
    .dashboard__home-offices {
        background-image: url("../../../../uploads/system/home-offices-section-bg-mobile.png");
    }
    .business_goal_setting_quater_item input{
        max-width: 120px;
    }
}

@media (max-width: 600px) {
    .dashboard-banner-area__item{
        background-size: contain;
    }
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 190px;
    }
    .training__all_courses_item_body{
        flex-direction: column;
    }
    .training__all_courses_item_body_img_wrapper{
        width: 90%;
        margin-bottom: 20px;
    }
    .training__all_courses_item_body_content{
        width: 90%;
    }
    .training_live_stream_item_btn{
        margin: 20px auto;
    }
    .training__required_description{
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    .coaching__list_item_photo{
        height: 320px;
    }
    .lifecycle{
        flex-wrap: wrap;
    }
    .lifecycle__cycle{
        display: none;
    }
    .lifecycle__left, .lifecycle__right{
        width: 100%;
    }
    .lifecycle__left .form-group, .lifecycle__right .form-group{
        width: 50%;
    }
    .lifecycle__left .form-group textarea, .lifecycle__right .form-group textarea{
        height: 73px !important;
    }
    .lifecycle__left{
        background-image: url(../../../../uploads/system/lifecycle-left-side.png);
        background-repeat: no-repeat;
        background-position: right;
    }
    .lifecycle__right .form-group{
        margin-left: 50%;
    }
    .lifecycle__right{
        background-image: url(../../../../uploads/system/lifecycle-right-side.png);
        background-repeat: no-repeat;
        background-position: left;
    }
    .introduction__section h3, .pre-planing_analysis__section h3, .foundations__section_item h3, .business_goal_setting_section h3, .marketing h3, #operation-planing-tab-pane h3{
        line-height: 32px;
    }
    .marketing__strategic_model_square img{
        margin-top: 30px;
    }
    .marketing__how_to_get{
        margin-bottom: 80px;
    }
    .marketing__example, .marketing__lead{
        padding: 0;
    }
    .marketing__example > div.row > div.col-12 > .form-group > div, .marketing__lead > div.row > div.col-12 > .form-group > div{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .operation-planing__example table tr th:nth-child(1), .operation-planing__example table tr td:nth-child(1), .operation-planing__real table tr th:nth-child(1){
        padding-left: 0;
    }
    .operation-planing__example table tr th, .operation-planing__real table tr th{
        width: 50%;
    }
    #extras-tab-pane .business_plan_extras_table{
        padding: 0;
        margin-top: 0;
    }
    .marketing__example_long_input, .marketing__lead_long_input{
        width: 100%;
    }
}

@media(max-width: 496px){
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 170px;
    }
    #business-plan__tab button.nav-link{
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }
    #business-plan__view .blockquote, .pre-planing_analysis__section{
        padding-top: 0;
    }
    .business_goal_two_parts_table thead{
        display: none;
    }
    .business_goal_two_parts_table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .business_goal_two_parts_table tr td{
        max-width: 100px;
    }
}

@media (max-width: 475px) {
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 155px;
    }
    .library_resource_item{
        flex-direction: column;
    }
    .training__courses_search_wrapper{
        padding: 0;
    }
    .training__courses_search form{
        min-width: 300px;
    }
    .coaching-banner-area__item, .search-banner-area__item{
        background-position: left;
    }
    .business_goal_setting_quater_item input{
        max-width: 100px;
    }
    .search-banner-area__item h1{
        text-align: center;
    }
    .search-banner-area__item select.form-select{
        margin: 0 auto;
    }
    .business_goal_setting_quater_total{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .business-plan__send-btn{
        margin-top: 0;
    }
    .business_goal_setting_quarter .diagramm-fork{
        background-position: center 0px;
        height: 50px;
    }
    .business_goal_setting_section.pb-5{
        margin-top: 45px;
    }
    .business_goal_setting_section:last-of-type{
        padding-bottom: 0;
    }
    .business_goal_two_parts_table, #extras-tab-pane .business_plan_extras_table table{
        border-spacing: 0;
    }

}

@media (max-width: 420px) {
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 140px;
    }
}
@media (max-width: 380px) {
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 126px;
    }
}
@media (max-width: 320px) {
    .dashboard-banner-area .slick-track, .dashboard-banner-area{
        height: 109px;
    }
}


@media (min-width: 3000px){
   .coaching-banner-area__item h6, .search-banner-area__item h6 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 7rem;
}
}

@media (min-width: 4500px){
   .coaching-banner-area__item h6, .search-banner-area__item h6 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 20rem;
}



}

@media (min-width: 6000px){
    .coaching-banner-area__item h6, .search-banner-area__item h6 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 28rem;
}
}
@media only screen and (min-device-width: 550px) and (max-device-width: 727px){

    .coaching-banner-area__item h6, .search-banner-area__item h6 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    right: 2rem;
    font-size: 14px;
}
}

@media screen and (width: 768px), screen and (height: 1024px) {
    
    .coaching-banner-area__item h6, .search-banner-area__item h6 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h6 {
    position: relative;
    right: 2rem;
}

}

@media screen and (width: 820px), screen and (height: 1080px) {
    
    .coaching-banner-area__item h6, .search-banner-area__item h6 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.search-banner-area__item h6 {
    position: relative;
    right: 2rem;
}

}
