@import url('../fonts.css');

.plan-subtitle {
    clear: both;
    text-align: center;
    font-weight: bold;
    color: #e5661f;
    padding-bottom: 35px;
}

.nav-tabs>li>a {
    width: 297px !important
}

.nav-tabs>li.active::before {
    border-left: 149px solid transparent;
    border-right: 141px solid transparent;
}

.tab-wrapper h1 {
    margin-bottom: 20px;
}

.choose-kp {
    padding: 40px 30px 40px 30px;
}

.choose-kp .tab-image {
    width: 100%;
    height: 306px;
    object-fit: cover;
    padding: 0;
}

.choose-kp-title {
    font-size: 21.333px;
    font-weight: 700;
    line-height: 33px;
    color: #333 !important;
    margin-top: 0px;
}

.choose-kp-subtitle {
    font-size: 18px;
}

h2 {
    color: #006ba6;
    font-family: 'Gotham A' !important;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

#learn-more-kp {
    font-family: 'Gotham A' !important;
}
.copy-padding {
    font-family: 'Gotham A' !important;
}



@media (min-width: 1024px) {
    .choose-kp-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .choose-kp-subtitle {
        margin-top: 0px;
    }

    #business {
        padding: 21px 60px !important;
    }
}


@media (min-width: 568px) and (max-width: 1024px) {
    .choose-kp .tab-image {
        display: block;
        height: 306px !important;
        margin-bottom: 30px;
    }
}
@media (max-width: 568px) {
    .choose-kp .tab-image {
        display: block;
        height: 150px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .choose-kp {
        padding: 20px 20px 20px 20px;
    }    

    .choose-kp-title {
        text-align: center;
    }
    .choose-kp p {
        text-align: center;
    }

    .choose-kp .copy-padding, .choose-kp .copy-padding-2 {
        font-size: 18px;
    }

    .choose-kp .copy-padding {
        font-size: 16px;
    }

    h2 {
        text-align: center;
    }

    .panel-title {
        font-weight: bold;
    }

    .panel-body h2 {
        font-size: 23px !important;
    }
    .button-big {
        height: fit-content !important;
    }
}