/*******Planning Layout*********/
/*.planning-section {
    padding: 150px 0 0 0;
}*/

.planning-section .container,
#tabs-content .planning-section .container {
    max-width: 634px;
    max-height: 634px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    min-width: 634px;
    min-height: 634px;
}



/******Outer Circle********/
.planning-section .circle {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    justify-content: center;
    /* box-shadow: 0px 0 0 2px white; */
}


.planning-section .main-title {
    width: calc(50% - 0px);
    /* outline: 2px solid #fff; */
    /* pointer-events: all; */
    box-shadow: 0px 0 0 2px white;
    height: 318px;
}

.planning-section .main-title:nth-child(1) {
    background-color: hsl(196deg 88.24% 26.67%);
}

.planning-section .main-title:nth-child(2) {
    background-color: hsl(192.31deg 19.4% 60.59%);
    /* margin-top: 55px; */
}

.planning-section .main-title:nth-child(3) {
    background-color: hsl(217.38deg 27.6% 56.67%);
    /* min-height: 258px; */
}

.planning-section .main-title:nth-child(4) {
    background-color: hsl(202.76deg 21.17% 26.86%);
}


.planning-section .main-title:nth-child(1) h2 {
    transform: rotate(-48deg);
    /* margin-bottom: 25px; */
}

.planning-section .main-title:nth-child(1) h2 span {
    margin-bottom: 45px;
}

.planning-section .main-title:nth-child(2) h2 {
    padding-top: 0;
    transform: rotate(46deg);
    margin-top: -7px;
    margin-left: 11px;
}

.planning-section .main-title:nth-child(3) h2 {
    transform: rotate(47deg);
    /* transform: rotate(-45deg); */
    align-items: end;
    padding-bottom: 53px;
}

.planning-section .main-title:nth-child(4) h2 {
    transform: rotate(-45deg);
    align-items: end;
    padding-bottom: 52px;
}

.planning-section .main-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    /* font-size: 20px; */
    margin: 0 auto;
    padding-bottom: 0;
    line-height: normal;
}

.planning-section .main-title h2 span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica';
    line-height: normal;
    /* max-height: 80px; */
    position: relative;
    margin-bottom: 25px;
    max-width: 100%;
    display: table;
    font-size: 18px;
    font-weight: bold;

}

.planning-section .inner-circle li a span {
    font-size: 13px;
    line-height: normal;
    font-family: 'Helvetica';
    letter-spacing: 1.5px;
}


/**********Inner Circle*************/
.planning-section .inner-circle ul li:first-child {
    -webkit-transform: rotate(0deg) skew(45deg);
    -moz-transform: rotate(0deg) skew(45deg);
    -ms-transform: rotate(0deg) skew(45deg);
    transform: rotate(0deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(2) {
    -webkit-transform: rotate(45deg) skew(45deg);
    -moz-transform: rotate(45deg) skew(45deg);
    -ms-transform: rotate(45deg) skew(45deg);
    transform: rotate(45deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(3) {
    -webkit-transform: rotate(90deg) skew(45deg);
    -moz-transform: rotate(90deg) skew(45deg);
    -ms-transform: rotate(90deg) skew(45deg);
    transform: rotate(90deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(4) {
    -webkit-transform: rotate(135deg) skew(45deg);
    -moz-transform: rotate(135deg) skew(45deg);
    -ms-transform: rotate(135deg) skew(45deg);
    transform: rotate(135deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(5) {
    -webkit-transform: rotate(180deg) skew(45deg);
    -moz-transform: rotate(180deg) skew(45deg);
    -ms-transform: rotate(180deg) skew(45deg);
    transform: rotate(180.3deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(6) {
    -webkit-transform: rotate(225deg) skew(30deg);
    -moz-transform: rotate(225deg) skew(30deg);
    -ms-transform: rotate(225deg) skew(30deg);
    transform: rotate(225deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(7) {
    -webkit-transform: rotate(270.5deg) skew(45deg);
    -moz-transform: rotate(270.5deg) skew(45deg);
    -ms-transform: rotate(270.5deg) skew(45deg);
    transform: rotate(270.5deg) skew(45deg);
}

.planning-section .inner-circle ul li:nth-child(8) {
    -webkit-transform: rotate(315deg) skew(45deg);
    -moz-transform: rotate(315deg) skew(45deg);
    -ms-transform: rotate(315deg) skew(45deg);
    transform: rotate(314.8deg) skew(45deg);
}



.planning-section .inner-circle ul li {
    position: absolute;
    pointer-events: all;
    overflow: hidden;
    width: 50%;
    height: 50%;
    transition: all 0.5s;
    -moz-transform: rotate(60deg) skew(60deg);
    -ms-transform: rotate(60deg) skew(60deg);
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #5d5858;
    box-shadow: 0px 0 0 2px white;
    z-index: -3;
    display: table;
    /* text-align: center; */
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    padding: 0;
    min-width: unset;
}

.planning-section .inner-circle ul li:hover {
    background-color: #00a6e3;
    transition: all 0.5s;
}

.planning-section .inner-circle ul li a {
    position: absolute;
    text-align: center;
    max-width: 440px;
    max-height: 440px;
    border-radius: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-transform: skew(-45deg) rotate(-60deg) scale(1);
    -moz-transform: skew(-45deg) rotate(-60deg) scale(1);
    -ms-transform: skew(-45deg) rotate(-60deg) scale(1);
    transform: skew(-45deg) rotate(-60deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
    width: 100vh;
    height: 100vh;
}


.planning-section .inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    margin-top: 0;
    margin-left: 0;
    max-width: 440px;
    max-height: 440px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%) rotate(0deg);
    /* outline: 2px solid #fff; */
    width: 100%;
    height: 100vh;
    box-shadow: 0px 0 0 2px white;
}

.planning-section ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: relative;
    /* display: inline-block; */
}

.planning-section .inner-circle li a .curved-text-top {
    position: relative;
    top: 2em;
    width: 100%;
    text-transform: uppercase;
    max-width: 130px;
    margin: 0 auto;
    display: block;
    left: -24px;
    font-family: 'Helvetica';
    line-height: normal;
    font-size: 14px;
    transform: rotate(-5deg);
    letter-spacing: 1px;
    font-weight: normal;
    z-index: 0;
    /* font-size: 14px; */
    letter-spacing: normal;
}

/* .planning-section .inner-circle li a span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato';
    line-height: normal;
 
    position: relative;
    margin-bottom: 25px;

    max-width: 125px;
    display: inline-block;

    font-size: 14px;
    font-weight: bold;
} */

/*******Central Image*******/
.planning-section .center-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 225px;
    width: 225px;
    border-radius: 100%;
    background-color: #fff;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    cursor: none;
}

.planning-section .center-img img {
    width: 100px !important;
    position: relative;
    margin-top: 11px;
}

/* .planning-section .main-title h2,
.planning-section .inner-circle ul li a,
.planning-section .center-img img {
    display: none;
} */

@media only screen and (max-width: 1560px) {

    .planning-section .container,
    #tabs-content .planning-section .container {
        transform: scale(0.6);
        transform-origin: top;
    }
}

@media only screen and (max-width: 991px) {

    .planning-section .container,
    #tabs-content .planning-section .container {
        transform: scale(0.6);
        transform: translateX(-50%) scale(0.6);
        left: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .planning-section .container,
    #tabs-content .planning-section .container {



        transform: translateX(-50%) scale(0.5);
    }


}

/* @media only screen and (max-width: 1560px) {

    .planning-section .container,
    #tabs-content .planning-section .container {
        width: 500px !important;
        height: 500px;
    }

    .planning-section .main-title {
        height: 251px;
    }

    .planning-section .inner-circle ul li a,
    .planning-section .inner-circle {
        width: 380px;
        height: 380px;
    }

    .planning-section .main-title h2 span {
        font-size: 14px;
    }

    .planning-section .main-title:nth-child(4) h2 {
        padding-bottom: 23px;
        transform: rotate(-45deg);
    }

    .planning-section .main-title:nth-child(3) h2 {
        transform: rotate(47deg);
        align-items: end;
        padding-bottom: 22px;
    }

    .planning-section .main-title:nth-child(2) h2 {
        padding-top: 0;
        transform: rotate(47deg);
        padding-bottom: 33px;
    }

    .planning-section .inner-circle li a .curved-text-top {
        font-size: 12px;
    }

    .planning-section .inner-circle li a .curved-text-top {
        top: 1.5em;
        left: -20px;
    }
}


@media only screen and (max-width: 1199px) {

    .planning-section .container,
    #tabs-content .planning-section .container {
        width: 495px !important;
        height: 495px !important;
    }

    .planning-section .main-title:nth-child(3) h2 {
        padding-bottom: 25px;
        transform: rotate(47deg);
    }
    .planning-section .main-title:nth-child(1) h2 span {
        margin-bottom: 24px;
    }

    .planning-section .main-title:nth-child(4) h2 {
        padding-bottom: 24px;
        transform: rotate(-47deg);
    }

    .planning-section .main-title:nth-child(1) h2 {
        padding-bottom: 35px;
        transform: rotate(-48deg);
    }

    .planning-section .main-title:nth-child(2) h2 {
        padding-bottom: 30px;
        transform: rotate(47deg);
        padding-top: 0;
    }

    .planning-section {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {

    .planning-section .container,
    #tabs-content .planning-section .container {
        width: 365px !important;
        height: 365px !important;
        margin: 0 auto
    }

    .planning-section .inner-circle li a .curved-text-top {
        left: -14px;
    }

    .planning-section .inner-circle li a span {
        letter-spacing: 0;
    }

    .planning-section {
        margin: 0 -22px;
    }

    .planning-section .inner-circle ul li a,
    .planning-section .inner-circle {
        max-width: 265px;
        max-height: 265px;
    }

    .planning-section .center-img {
        height: 100px;
        width: 100px;
    }

    .planning-section .center-img img {
        width: 40px !important;
    }

    .planning-section .inner-circle li a span {
        font-size: 10px;
        left: -14px;
        transform: rotate(-7deg);
    }

    .planning-section .main-title h2 span {
        font-size: 10px;
    }

    .planning-section .main-title:nth-child(1) h2 {
        padding-bottom: 12px;
        transform: rotate(-46deg);
        padding-top: 0;
    }

    .planning-section .main-title {
        height: 182px;
    }

    .planning-section .main-title:nth-child(2) h2 {
        padding-bottom: 0;
        padding-top: 0;
        transform: rotate(45deg);
    }

    .planning-section .main-title:nth-child(3) h2 {
        padding-bottom: 8px;
        transform: rotate(47deg);
        padding-top: 0;
    }

    .planning-section .main-title:nth-child(4) h2 {
        padding-bottom: 7px;
        transform: rotate(-46deg);
        padding-top: 0;
    }
} */