.planingPage, .detailsPage {
    display: flex;
    flex-direction: column;
}
div[data-planing] {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px 15px 15px 15px;
}
@media screen and (min-width: 900px) {
    div[data-planing] {
        min-height: 100vh;
    }
}
/* div[data-planing] > div {} */
.planingPage ._pl_headding, .detailsPage ._pl_headding, .detailsPage ._pl_headding_01 {
    width: auto;
    height: auto;
    overflow: hidden;
}
.detailsPage ._pl_headding > h1, .detailsPage ._pl_headding_01 > h1 {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
    position: relative;
}
.detailsPage ._pl_headding > h1 {
    font-size: 40px;
}
.detailsPage ._pl_headding > span {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* color: #393939; */
}
.detailsPage ._pl_headding_01 > h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    color: #FFFFFF;
    padding-top: 10px;
}
.detailsPage ._pl_headding_01 > h1::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 7px;
    top: 0;
    background-color: #CB3237;
}
.detailsPage ._pl_headding > h1 > span {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    line-height: 107%;
    color: #393939;
}
.detailsPage ._pl_headding > h1 > span:nth-child(1) {
    font-weight: 300;
    font-size: 120px;
    line-height: 105%;
    letter-spacing: 0.015em;
    color: #CB3237;
}
.detailsPage ._pl_headding > h1 > span:nth-child(2) {
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    color: #393939;
}
.planingPage ._pl_headding > h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    color: #393939;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
}
.planingPage ._pl_desc, .detailsPage ._pl_desc {
    width: auto;
    height: auto;
    overflow: hidden;
}
.planingPage ._pl_desc > p, .detailsPage ._pl_desc > p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
}
.sectionOneWrapper, .sectionTwoWrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Section One */
.section_1 {
    background-color: #ffffff;
}
.sectionOneWrapper .bg_01, .sectionOneWrapper .bg_02 {
    min-height: 100vh;
}
.sectionOneWrapper .bg_01 > img, .sectionOneWrapper .bg_02 > img {
    width: 100%;
}
.section_apporch_content {
    padding-top: 124px;
}
.secionone_content, .section_apporch_content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
._pl_top {
    display: flex;
    flex-direction: column;
}
._pl_bottom {
    display: flex;
    flex-direction: column;
}
._plleft, ._plright {
    display: flex;
    flex-direction: column;
    flex: 1;
}
._plright ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}
._plright ul li {
    display: flex;
    flex-direction: column;
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 185%;
    text-transform: uppercase;
    color: #CB3237;
}






/* Section Two */
.section_2 {
    background-color: #FBFBFB;
}
.bg_sectwo_01 {
    text-align: right;
    right: 0;
}
.bg_sectwo_01_link {
    text-align: right;
    left: 0;
}
.bg_sectwo_01 > img, .bg_sectwo_01_link > img {
    width: 100%;
}
.seciontwo_content {
    display: flex;
    flex-direction: column;
    position: relative;
}
._pl_box_wraper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-bottom: 20px;
}
._pl_box {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 383px;
    justify-content: flex-start;
    cursor: pointer;
    transition: all 0.5s ease;
    padding-top: 120px;
}
._pl_box:hover {
    background-image: url('../img/planing/planing_04.png');
    background-repeat: no-repeat;
    background-position: 0 40px;
}
._pl_box ._box_heading {
    display: flex;
    flex-direction: row;
    margin-top: -65px;
}
._pl_box ._box_heading > h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
}
._pl_box ._box_heading > h1 > span {
    display: flex;
    flex-direction: column;
}
._pl_box ._box_heading > h1 > span:nth-child(1) {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 85px;
    line-height: 102px;
    color: #CB3237;
    margin-right: 35px;
}
._pl_box ._box_heading > h1 > span:nth-child(2) {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #393939;
}

._pl_box ._box_para {
    display: flex;
    flex-direction: column;
}
._pl_box ._box_para > p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
    margin: 0px;
}
._pl_box ._box_explore {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
._pl_box ._box_explore > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    text-decoration: none;
    padding: 5px 7.5px 5px 15px;
    margin-left: -13px;
    transition: all 1s;
}
._pl_box ._box_explore > a:hover {
    background-color: red;
    color: #ffffff;
    border-radius: 15px;
    margin-left: 0px;
}
._pl_box ._box_explore > a:hover span {
    color: #ffffff;
}
._pl_box ._box_explore > a:hover ._box_icon svg path {
    fill: #ffffff;
}
._pl_box ._box_explore > a > span {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CB3237;
}
._pl_box ._box_explore > a > span._box_icon {
    margin-top: 3px;
}
/* Section 3 */
.section_3 {
    background-color: #ffffff;
}
.secionthree_content {
    display: flex;
    flex-direction: column;
    position: relative;
}
.hedding_wrapper {
    display: flex;
    flex-direction: column;
}
.hedding_wrapper > h2 {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.075em;
    color: #CB3237;
    margin: 0px;
}
.hedding_wrapper > h1 {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #393939;
    margin: 0px;
    max-width: 350px;
}

._f_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
}
._f_wrapper > div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
._f_leftBox {
    position: relative;
}
._f_rightBox button {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding-left:4px;
}
._f_rightBox button span {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}
._f_rightBox button span:nth-child(2){
    padding: 0px 7.5px 0px 2px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #393939;
}
._f_rightBox button span:nth-child(2) a {
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #393939;
}
._f_rightBox button span.icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: var(--color-primary);
    transition: all 1s;
}

/* Details Screen */
.section_apporch {
    background-color:#393939;
}
.section_apporch_content ._pl_bottom {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.carousel_slider {
    display: flex;
    flex-direction: column;
    /* border: solid 1px #ffffff; */
    padding: 15px;
    color: #ffffff;
}
/* Right Plan - Focussed Execution. */
.execution_section {
    background-color:#393939;
    color: #ffffff;
    min-height: inherit !important;
}
.execution_section_content {
    color: #ffffff;
}
.execution_section_content ._pl_top {
    margin-bottom: 20px;
}

ul.exuc_plan_wrap {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
}
ul.exuc_plan_wrap > li {
    display: flex;
    flex-direction: row;
    flex: 1 50%;
    align-items: center;
    margin-bottom: 30px;
}
ul.exuc_plan_wrap > li .__Icon {
    display: flex;
    margin-right: 15px;
}
ul.exuc_plan_wrap > li .__data_cont {
    display: flex;
}

/* Growth Section */
.growth_section {
    background-color: #ffffff;
}
ul.growth_list {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    align-self: stretch;
}
ul.growth_list li {
    display: flex;
    flex-direction: column;
    background: #FBFBFB;
    border-radius: 5px;
    margin: 0px 10px 20px 10px;
    padding: 15px 30px 30px 30px;
    color: red;
    border: solid 1px rgb(255, 255, 255);
    cursor: pointer;
    min-height: 290px;
    transition: all 0.5s ease;
}
ul.growth_list li:hover {
    box-shadow: -1px 11px 15px 0px #d2d2d2;
    transform: translateY(-25px);
}
ul.growth_list > li > .i_icon {
    display: flex;
    margin-bottom: 10px;
}
ul.growth_list > li > h4 {
    display: flex;
    margin: 0px 0px 15px 0px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
}
ul.growth_list > li > p {
    display: flex;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}
/* Assistance Section */
.assistance_section {
    background-color: #FBFBFB;
}

/* contact */
._cont_row {
    display: flex;
    flex-direction: column;
}
._cont_row > div {
    display: flex;
    flex-direction: column;
}
._cont_left_box > h4 {
    display: flex;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    text-transform: uppercase;
    color: #393939;
    margin: 0px 0px 20px 0px;
}
._cont_left_box > p {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}
._cont_left_box {
    margin-bottom: 20px;
}
._cont_right_box {
    flex: 1;
    flex-direction: column;
}
.pro_box {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 290px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.pro_box:hover {
    box-shadow: -1px 11px 15px 0px #d2d2d2;
    transform: translateY(-25px);
}
.pro_box ._img_box {
    display: flex;
}
.pro_box ._img_info_box {
    display: flex;
    flex-direction: column;
}
.pro_box ._img_info_box > p {
    display: flex;
    margin: 0px;
    padding: 20px;
    flex-direction: column;
}
.pro_box ._img_info_box > p > span:nth-child(1) {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #CB3237;
    margin-bottom: 5px;
}
.pro_box ._img_info_box > p > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
}
.pro_box ._img_info_box > p > a > span  {
    display: flex;
}
.pro_box ._img_info_box > p > a > .__ii {
    display: flex;
}

/* Comparison Section */
.comparison_section {
    background-color: #FBFBFB;
}
.comparison_section_content {
    /* background-image: url('../img/details/compaire.svg');
    background-repeat: no-repeat;
    background-position: bottom center; */
    align-items: center;
    justify-content: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.bg_compair_01 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.cp_content {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.cp_content > div {
    display: flex;
    flex-direction: column;
    padding: 15px;
    position: relative;
    flex: 1;
}
.cp_content > div:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(35deg,#CB3237 0%, rgb(255, 255, 255) 100%);
    bottom: 0;
}
.cp_content > div:nth-child(1)::before {
    content: 'VS';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ffffff;
    border: solid 2px #CB3237;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 43px;
    color: #CB3237;
    z-index: 1;
}
.cp_content h2 {
    margin: 0px 0px 20px 0px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #CB3237;
}
.cp_ul {
    margin: 10px 0px 0px 0px;
    padding-left: 15px;
}
.cp_ul li {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #393939;
    margin-bottom: 7.5px;
    list-style-image: url('../img/details/li_arrow.svg');
    background-repeat: no-repeat;
}
.subsetP {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    /* Header txt */

    color: #393939;
}
.subsetP > span{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #CB3237;
}

/* MOBILE */
@media screen and (max-width: 900px) {
    div[data-planing] {
        padding: 15px;
    }

    ._plright ul {
        margin: 0px;
        padding: 0px;
    }
    ul.growth_list li {
        margin: 0px 0px 15px 0px;
    }
    ul.growth_list li:nth-last-child(1) {
        margin-bottom: 0px;
    }
    ._f_wrapper > div {
        flex: 1 100%;
    }
    ._cont_right_box {
        align-items: center;
    }
    ._cont_right_box > .pro_box {
        margin-bottom: 20px;
    }
    .comparison_section {
        padding-top: 15px !important;
    }
    .bg_compair_01 img {
        width: 100%;
    }
    .cp_content > div:nth-child(1)::after {
        left: 0;
    }
    .cp_content > div:nth-child(1) {
        padding-bottom: 40px;
    }
    .cp_content > div:nth-child(2) {
        padding-top: 30px;
    }
    .section_apporch {
        min-height: inherit !important;
    }
    .section_apporch_content {
        padding-top: 10px;
    }
    .slickBox {
        height: auto;
    }
    ._pl_box:hover {
        background-position: 0 10px;
    }
}
/* DESKTOP */
@media screen and (min-width: 900px) {
    div[data-planing] {
        padding-left: 280px;
    }
    .secionone_content {
        padding-top: 130px;
        /* padding-left: 53px; */
    }
    .sectionOneWrapper .bg_01 {
        left: 53px;
    }
    ._pl_bottom {
        flex-direction: row;
    }

    .seciontwo_content {
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 130px;
        padding-left: 53px;
    }
    .secionthree_content {
        flex-direction: column;
        padding-top: 130px;
        padding-left: 53px;
    }
    ._pl_box_wraper {
        flex: 1 50%;
    }
    ._pl_box {
        width: 400px;
        height: 425px;
    }
    ._pl_box ._box_heading {
        padding-right: 25px;
    }
    ._pl_box_wraper:nth-child(1) ._box_para, ._pl_box_wraper:nth-child(2) ._box_para,._pl_box_wraper:nth-child(5) ._box_para, ._pl_box_wraper:nth-child(6) ._box_para{
        height: 108px;   
    }
    ._pl_box ._box_para {
        height: 100px;
    }
    ._f_leftBox {
        padding-right: 50px;
        width: 290px;
    }
    ._f_leftBox::after {
        content: '';
        position: absolute;
        top: 31px;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 162px;
        background-color: #CCCCCC;
    }
    ._f_rightBox {
        width: 290px;
        padding-left: 50px;
        justify-content: flex-end;
        padding-bottom: 50px;
    }
    ._f_rightBox .waerr {
        padding-left: 0;
    }
    .section_apporch_content ._pl_bottom {
        padding-top: 100px;
    }
    .execution_section .execution_section_content {
        padding: 50px 100px 50px 0px;
    }
    .execution_section_content ._pl_top {
        margin-bottom: 30px;
    }

    ul.exuc_plan_wrap {
        flex-direction: row;
    }
    ul.exuc_plan_wrap li .__data_cont {
        padding-right: 100px;
    }
    /* Growth Section */
    .growth_section .execution_section_content, .assistance_section .execution_section_content, .comparison_section .comparison_section_content {
        padding: 50px 100px 50px 0px;
    }
    ul.growth_list {
        flex-direction: row;
    }
    ul.growth_list > li {
        width: 290px;
        min-height: 340px;
    }
    /* contact */
    ._cont_row {
        margin-top: 80px;
        flex-direction: row;
    }
    ._cont_left_box {
        min-width: 220px;
    }
    ._cont_right_box {
        flex: 1;
        flex-direction: row !important;
        align-items: center;
        padding-left: 100px;
    }
    ._cont_right_box .pro_box:nth-child(1) {
        margin: 0px 20px 0px 0px;
    }
    /* comparison section */
    .comparison_section {
        padding-bottom: 0px !important;
    }
    .comparison_section_content {
        display: flex;
        flex: 1 auto;
    }
    .cp_content {
        flex-direction: row;
    }
    .cp_content > div {
        padding: 50px;
    }
    .cp_content > div:nth-child(1)::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(35deg,#CB3237 0%, rgb(255, 255, 255) 100%);
        right: 0;
        top: 0;
        bottom: 0;
    }
    .cp_content > div:nth-child(1)::before {
        content: 'VS';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #ffffff;
        border: solid 2px #CB3237;
        right: -25px;
        left: inherit;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        font-family: 'Barlow', sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 25px;
        line-height: 43px;
        color: #CB3237;
        z-index: 1;
    }

    .bg_sectwo_01_link {
        text-align: right;
        top: 70px;
        max-width: 830px;
        right: 0;
        margin: auto;
    }
}