.addition-plan {
    width: 100%;
    height: auto;
    padding: 96px 0 96px 40px;
    position: relative;
}

.addition-plan h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px !important;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
}

.addition-plan .card {
    background: #F2FBF5;
    padding: 24px;
    border-radius: 24px;
    border: none;
    height: 237px;
}

.addition-plan .card-body {
    padding: 0;
}

.addition-plan h3.card-title {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px !important;
    text-align: left;

}

.addition-plan .ap-button{
    width: 172px;
    font-family: "Inter", sans-serif;
}

.addition-plan .ap-button .outline-btn {
    padding: 0;
}

.addition-plan .ap-button .outline-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.addition-plan p.card-text {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    /* margin-bottom: 56px; */
}

/* .addition-plan .owl-stage-outer{
    width: 1100px;
} */
.addition-plan .owl-stage {
    padding-left: 0 !important;
}

.addition-plan .owl-theme .owl-nav {
    position: absolute;
    top: -124px;
    right: 80px;
}

.addition-plan .owl-carousel .owl-nav button.owl-next,
.addition-plan .owl-carousel .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    border-radius: 100px;
    margin: 0;
    background-position: center;
    
}

.addition-plan .owl-carousel .owl-nav button.owl-next {
    background: url('/themes/custom/trugreenakqa/assets/images/arrow-right.svg') #222222 no-repeat;
    margin-left: 16px;
    background-position: center;
}

.addition-plan .owl-carousel .owl-nav button.owl-prev {
    background: url('/themes/custom/trugreenakqa/assets/images/arrow-left.svg') #222222 no-repeat;
    background-position: center;
}

.addition-plan .owl-nav button.owl-next span,
.addition-plan .owl-nav button.owl-prev span {
    display: none;
}

#additional-plan .owl-stage-outer {
    margin-top: 44px;
}

#additional-plan.owl-theme .owl-dots {
    position: absolute;
    top: -106px;
    right: 216px;
}

#additional-plan.owl-theme .owl-dots .owl-dot.active span{
    width: 36px;
    height: 8px;
    border-radius: 124px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00873C !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #8C8C8C !important;
}

.addition-plan #additional-plan button.owl-play {
    display: none;
}

@media only screen and (min-width: 1440px){
    .addition-plan {
        padding-left: calc(50vw - 670px);
    }
}

@media only screen and (max-width: 900px) {
    .addition-plan h2 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .addition-plan h2 {
        font-size: 42px;
        line-height: 44px !important;
        width: 80%;
    }
   
}
@media only screen and (min-width: 1024px) and (max-width: 1292px) and (orientation: portrait){
    .addition-plan .owl-theme .owl-nav{
        top: -153px;
    }
    #additional-plan.owl-theme .owl-dots {
        top: -131px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .product-plans h2,
    .qualities h2
    {
        font-size: 42px !important;
        line-height: 44px !important;
    }
    .addition-plan .owl-theme .owl-nav{
        top: -190px;
        right: 41px;
    }
    #additional-plan.owl-theme .owl-dots {
        top: -170px;
        right: 187px;
    }
    .addition-plan h3.card-title {
        font-size: 20px;
    }

    .addition-plan .owl-theme .owl-dots .owl-dot span{
        margin: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .addition-plan{
        padding: 64px 0 64px 16px;
    }
    
    
    #additional-plan .owl-stage-outer {
        margin-top: 12px;
        margin-bottom: 32px;
    }
    
    .addition-plan .ap-button{
        width: auto;
    }

    .addition-plan h2 {
        font-size: 42px !important;
        line-height: 44px !important;
        margin-left: 0;
        letter-spacing: normal;
    }

    #additional-plan.owl-theme .owl-dots{
        top:0;
        right:0;
        margin-top: 24px;
        position: static;
    }
    .addition-plan .owl-theme .owl-nav{
        position: static;
    }
}

@media only screen and (max-width: 600px) {
    .addition-plan h2 + p {
        padding-right: 16px;
    }
}

.addition-plan .item {
    margin-top: 0;
}

.addition-plan .card {
    position: relative;
}

.recommendation {
    background: #1EE576;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: absolute;
    padding: 5px 10px;
    margin-top: -12px;
    margin-left: 24px;
    border-radius: 29px;
    position: relative;
    padding: 4px;
    top: 12px;
    color: #222222;
    height: 25px;
    width: 176px;
    z-index: 1;
}
#additional-plan .card.non-badge{
    margin-top:12px;
}
#additonal-plan .outline-btn:hover, #additonal-plan .outline-btn:active{
    border-radius: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .plans_and_services .addition-plan {
        padding-left: 8.6%;
    }
}
@media screen and (min-width: 1364px) {
    .addition-plan .owl-theme .owl-nav {
        top: -156px
    }
    #additional-plan.owl-theme .owl-dots {
        top: -135px;
    }    
}