/***** Tabs Start Here *****/
.tabs .tab-pane .line-draw.left-inside-block {
    display: none;
}

.tabs .nav {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.tabs .nav.nav-tabs {
    border-bottom: 1px solid var(--shady-lady);
    position: relative;
}

.tabs .nav.nav-tabs::after,
.tabs .nav.nav-tabs::before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 9px;
    height: 9px;
    background: rgba(151, 151, 151, 0.65);
    border-radius: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.tabs .nav.nav-tabs:before {
    right: inherit;
    left: 100%;
}

.tabs .nav.nav-tabs .nav-link {
    font-size: var(--fs18);
    line-height: var(--lh24);
    font-weight: 400;
    color: var(--cod-grey);
    border: none;
    height: 42px;
}

.tabs .nav.nav-tabs .nav-link.active,
.tabs .nav.nav-tabs .nav-link:hover,
.tabs .nav.nav-tabs .nav-link:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--blue);;
    color: var(--blue);;
}

.tabs .left-image-content .col-left .content-img img {
    max-width: 440px;
    width: 100%;
}

.tabs .left-image-content .col-right {
    padding-right: 35px;
}

.tabs .left-image-content .title-view {
    max-width: 386px;
}

.tabs .left-image-content .title-view h2 {
    margin-bottom: 35px;
}

.tabs .accordion .accordion-item {
    background-color: transparent;
    border: none;
}

.tabs .accordion .accordion-item .accordion-header .accordion-button {
    font-size: var(--fs18);
    line-height: var(--lh24);
    font-weight: 400;
    color: var(--cod-grey);
    padding: 9px 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    border: 1px solid transparent;
    border-top: 1px solid var(--border-gray);
}

.tabs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--blue);;
    background-color: var(--white);
    border: 1px solid var(--border-gray);
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    margin-top: 0px;
}

.tabs .accordion .accordion-item:first-child .accordion-header .accordion-button {
    border-top: none;
}

.tabs .accordion .accordion-item:last-child .accordion-header .accordion-button {
    border-bottom: 1px solid var(--border-gray);
}

.straighterline-partner .card-border-item {
    background-color: var(--body-bg);
    border: 1px solid var(--flamingo);
    border-radius: 5px;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    max-width: 273px;
    height: 225px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.straighterline-partner.partner-style-two .card-border-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}


.straighterline-partner .card-border-item .card-img {
    margin: auto 0;
}

.straighterline-partner .card-border-item .card-text {
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Atkinson Hyperlegible";
}

.straighterline-partner.style-2 .card-border-item {
    -moz-align-items: start;
    -ms-align-items: start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: start;
    margin-left: 0;
}

.straighterline-partner.style-2 .line-draw.vertically-middle-line {
    left: -90px;
}

.two-columns-resources-wrapp .content-img {
    margin-left: 0px;
}

.two-columns-resources-wrapp .course-desciption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.two-columns-resources-wrapp .course-desciption .small-text {
    color: var(--elm);
    font-weight: 700;
    font-family: "Atkinson Hyperlegible";
    margin: 0px;
    position: absolute;
    left: -5px;
}

.two-columns-resources-wrapp .course-desciption .big-text {
    color: var(--elm);
    font-weight: 900;
    font-size: 82px;
    line-height: 82px;
    padding-left: 25px;
    padding-right: 20px;
}

.two-columns-resources-wrapp .course-desciption .text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.two-columns-resources-wrapp .col-left .content-img {
    margin-left: 0px;
    max-width: 420px;
    display: block;
}

.two-columns-resources-wrapp .col-left .content-img img {
    max-width: 420px;
    width: 100%;
}

.two-columns-resources-wrapp .col-right .content-img {
    max-width: 330px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.two-columns-resources-wrapp .col-right .line-draw.vertically-middle-line {
    z-index: -1;
}

.two-columns-resources-wrapp .col-right .line-draw img {
    max-width: 480px;
    width: 100%;
}

.full-view-img-sec .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 126px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.full-view-img-sec .play-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.full-view-img-sec .img-fluid {
    max-width: 1146px;
    width: 100%;
}

.two-columns-about-wrapp .content-img {
    max-width: 430px;
}

.two-columns-about-wrapp .content-img .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 126px;
    height: 126px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.two-columns-about-wrapp .content-img .play-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.two-columns-about-wrapp .title-view {
    max-width: 386px;
}

.right-image-content.other-helful-resources-sec .content-img {
    margin-right: 35px;
    left: auto;
    margin-left: 0px;
    max-width: 430px;
    width: 100%;
}

.right-image-content.other-helful-resources-sec .content-img img {
    max-width: 430px;
    width: 100%;
}

.modal .btn-close {
    background-image: url(../../images/form-close-ic.svg);
    position: absolute;
    top: -35px;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: var(--white);
    opacity: 1;
    border-radius: 0;
    padding: 0px;
    background-size: auto;
    background-position: center;
}

.modal:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.modal .modal-dialog {
    z-index: 99;
}

.advantage-plan .col-row .package-item {
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    padding: 50px 35px;
    position: relative;
    height: 100%;
}

.advantage-plan .col-row .package-item .package-title {
    font-family: "Atkinson Hyperlegible";
}

.advantage-plan .col-row .package-item .package-img {
    max-width: 200px;
    margin: 0 auto;
}

.advantage-plan .col-row .package-item .advantage-img {
    position: absolute;
    top: -25px;
    right: 25px;
}

.advantage-plan .col-row:last-child {
    margin-bottom: 0px !important;
}

.advantage-plan .title-view {
    max-width: 532px;
    margin: 0 auto;
}

.advantage-plan .content-detail .content-btn {
    margin-top: 40px;
}

/***** Tabs END Here *****/