

.core-tabNav div {
    display: inline-block;
    vertical-align: top;
    color: #262223;
    font-weight: 600;
    padding: 2px;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.core-tabNav div::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
    border: solid 12px transparent;
    opacity: 0;
    border-top-color: #e8f7ff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.core-tabNav div .active a {
    background-color: #646464;
    color: #fff;
}

.core-tabNav div .active a::after {
    opacity: 1;
    border-top-color: #646464;
}

.core-tabNav div .active:hover a {
    transform: translateY(-15px);
}

.core-tabCnt {
    display: block;
    padding: 70px;
}

.core-tabSec {
    border-left: solid 10px #c71c22;
    background-color: white;
    padding: 50px 60px 0px 60px;
    height: 39.5rem;
}

.core-tabSec p {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 27px;
    color: #363233;
}

ul.core-tabNav {
    display: block;
    text-align: center;
    margin: 0px auto;
    position: relative;
    text-decoration: none;
    list-style-type: none;
}

.core-tab-sec {
    position: relative;
    margin: 0px auto 0px auto;
    background: rgba(238, 238, 238, 0.33);
    padding-bottom: 0%;
}

.imgWhat1 {
    width: 50%;
    margin: 25% auto 0px auto;
    display: block;
}

.imgWhat {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.space {
    margin-top: 30%;
}

.whatHeaders {
    color: #c71c22;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2pt;
    margin-top: 10%;
}


/* icons */


.links {
    display: block;
    padding: 20px 0px 0px;
}
.links li {
    display: inline-block;
    font-size: 23px;
    padding: 0px 10px;
}

.links i {
    background-color: #2c2c2c;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 2.5rem auto 0 auto;
}

i:hover {
    background: #555555;
}

.faWhat {
    font-size: 2.2rem;
}


/* responsive */

@media only screen and (min-width: 75.063em) and (max-width: 85em) {

    .core-tabSec p {
        font-size: 15px;
        line-height: 24px;
    }

    .core-tab-sec {
        margin: 0px auto 0px auto;
    }

    .core-tabSec {
        height: 39rem;
    }

    .imgWhat1 {
        width: 55%;
        margin: 30% 10px 0px 10px;
    }

    .imgWhat {
        width: 55%;
        margin: 15px 10px 0 10px;
    }



}

/* responsive 1 */

@media only screen and (min-width: 70.063em) and (max-width: 75em) {

    .links i {
        width: 100px;
        height: 100px;
        margin: 3.5rem auto 0 auto;
    }

    .core-tabSec p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
    }

    .core-tab-sec {
        margin: 0px auto 0px auto;
    }

    .core-tabSec {
        height: 39rem;
        padding: 45px 50px 0px 50px;
    }

    .whatH2 {
        font-size: 28px;
    }

    .imgWhat1 {
        width: 55%;
        margin: 30% 10px 0px 10px;
    }

    .imgWhat {
        width: 55%;
        margin: 20px 10px 0 10px;
    }
}

/* responsive - tablet */

@media only screen and (min-width: 64.063em) and (max-width: 70em) {

    .core-tabSec p {
        text-align: center;
    }

    .links i {
        width: 90px;
        height: 90px;
        margin: 3.5rem auto 0 auto;
    }


    .core-tabSec p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .core-tab-sec {
        margin: 0px auto 0px auto;
    }

    .core-tabSec {
        height: 38rem;
        padding: 40px 45px 0px 45px;
    }

    .whatH2 {
        font-size: 26px;
    }

    .imgWhat1 {
        width: 60%;
        margin: 38% 10px 0px 10px;
    }

    .imgWhat {
        width: 65%;
        margin: 20px 10px 0 10px;
    }



}

/* responsive 2 */

@media only screen and (min-width: 57.063em) and (max-width: 64em) {

    .core-tabSec p {
        text-align: center;
    }

    .links i {
        width: 80px;
        height: 80px;
        margin: 1.8rem auto 0 auto;
    }

    .core-tab-sec {
        margin: 0px auto 0px auto;
    }

    .core-tabSec {
        height: 64rem;
        padding: 50px;
        margin-top: -4%;
        margin-bottom: -4%;
    }

    .whatH2 {
        font-size: 26px;
    }

    .imgWhat1 {
        width: 45%;
        margin: -10% 0 0 0%;
    }

    .imgWhat {
        width: 45%;
        margin: -10% 0 0 0%;
    }

    .space {
        margin-top: 15%;
    }

    .core-tabNav div {
        margin-top: 0px;
    }


}

/* responsive 3 */

@media only screen and (min-width: 50.063em) and (max-width: 57em) {

    .core-tabSec p {
        text-align: center;
    }

    .links i {
        width: 80px;
        height: 80px;
        margin: 1.5rem auto 0 auto;
    }

    .core-tabSec {
        height: 62.5rem;
        padding: 50px;
        margin-top: -8%;
        margin-bottom: -8%;
    }

    .whatH2 {
        font-size: 26px;
    }

    .imgWhat1 {
        width: 45%;
        margin: -10% 0 0 0%;
    }

    .imgWhat {
        width: 45%;
        margin: -10% 0 0 0%;
    }

    .space {
        margin-top: 15%;
    }

    .core-tabNav div {
        margin-top: 0px;
    }

}

/* responsive 4 */

@media only screen and (min-width: 40.063em) and (max-width: 50em) {

    .core-tabSec p {
        text-align: center;
    }

    .links i {
        width: 80px;
        height: 80px;
        margin: 2.3rem auto 0 auto;
    }

    .core-tabSec {
        height: 66rem;
        padding: 40px;
        margin-top: -6%;
        width: 18.5rem;
        margin-bottom: -6%;
    }

    .whatH2 {
        font-size: 26px;
    }

    .imgWhat1 {
        width: 100%;
        margin: -10% 0 0 0%;
    }

    .imgWhat {
        width: 100%;
        margin: -10% 0 0 0%;
    }

    .space {
        margin-top: 18%;
    }

    .core-tabNav div {
        margin-top: 0px;
    }

}

/* mobile */

@media only screen and  (max-width: 40em) {

    .whatP {
        padding: 0 20px 0 20px;
        text-align: center;
        line-height: 23px;
        letter-spacing: 0px;
    }

    .imgWhat1 {
        width: 25%;
        margin: 10% auto 10% auto;
        display: block;
    }

    .whatH2 {
        font-size: 30px;
        line-height: 36px;
    }
}