.package-content {
    text-align: center;
}

.package-content .form-control {
    width: 300px;
    margin-top: 15px;
}

.package-content h2 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Audiowide', sans-serif;
}

.package-content p {
    color: #666;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.package-content h3 {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    color: #66B645;
    font-size: 16px;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover{
    color: #fff;
    background: #E6874C;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-radius: 10px;
background: #E6874C;
box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
color: #66B645;
}
.nav-tabs {
    border-bottom: inherit!important;
}

.nav-tabs .nav-link {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    color: #66B645;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}
.nav-tabs .nav-link:hover {
    color: #fff!important;
}
.product-packages h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.product-packages span {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

.package-box {
    border-radius: 10px;
    background: linear-gradient(270deg, #499B7F 0%, #0B3431 100%);
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    height: 275px;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}

.package-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-icons {
    display: flex;
    align-items: center;
    padding:10px;
}

.package-icons img {
    max-width: 40px;
    padding-right:10px;
}

.package-icons h2 {
    color: #fff;
    font-family: Rubik;
    font-size: 12px;
    margin:0;

    font-weight: 500;
    /* 142.857% */
}

.package-list {
    text-align: left;
}

.package-list h2 {
    color: #fff;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}

.package-list p {
    color: #fff;
    font-family: Rubik;
    font-size: 14px;

    font-weight: 400;
    padding-top: 15px;
}

.package-list h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
}

.package-list span {
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

.package-list a {
    border-radius: 33px;
    border: 1px solid #66B645;
    background: #66B645;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    position: absolute;
    bottom: -15px;
    left: 20px;
    color:#fff;
}

.package-list i {
    font-size: 25px;
    color: #fff;
}

.package-box:hover {
    border-radius: 10px;
    background: #fd853b;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);

}

.package-box:hover .package-list h2,
.package-box:hover .package-list p,
.package-box:hover .package-list h3,
.package-box:hover .ott span  {
    color: #fff;
}

.package-box:hover .package-icons {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
}

.package-box:hover .package-list button {
    background: #66B645;
    color: #fff;
    border: none;
}

.product-packages .form-check-input:checked {
    background-color: #66B645;
    border-color: #66B645;
}

.ott-icons {
    display: flex;
    align-items: center;
}

.ott-icons img {
    padding-right: 15px;
}

.ott h2 {
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    margin:0;
}

.ott span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;

}

.ott p {
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

.product-packages span{
    font-family: 'Audiowide', sans-serif;
    color: #66b645;
}


@media (max-width:1500px) {
    .package-box:hover .package-icons{
        margin-right:10px;
    }
    .package-box:hover .border-right , .package-box:hover .border-left{
        border:inherit!important;
    }
}
@media(max-width:1400px){
    .common-wrapper-content h2{
        font-size: 20px;
    }
    .common-banner{
        height: 300px;
    }
    .package-list h3{
        font-size: 16px;
    }
    
}
@media(max-width:1200px){
    .common-wrapper-content h2{
        font-size: 20px;
    }
    .common-banner{
        height: 250px;
    }   
    .package-box{
        margin-bottom: 2rem;
    }
}
@media(max-width:992px){
    .common-wrapper-content h2{
        font-size: 20px;
    }
    .common-banner{
        height: 200px;
    }   
    .package-box{
        height: inherit;
    }
}

@media(max-width:768px){
    .package-box{
        margin-bottom:2rem;
    }
    .package-content .form-control {
        width: 175px;
        margin: 0 auto;
    }
    .package-content h3{
        margin-top:1rem;
    }
    .nav-tabs .nav-link{
        margin-top:1rem;
    }
    .package-content h2{
        font-size: 12px;
    }
    .package-heading{
        display:block;
    }
    .border-right , .border-left{
        border:inherit!important;
    }

}
@media(max-width:577px){
    .ott-final {
        display: block!important;
    }
    .package-box {
        height: 250px;
    }
    .package-box:hover{
        height: 250px;
    }
    .package-list p{
        padding-top:inherit!important;
    }
    .ott p {
        font-size: 12px;
    }
    .ott-icons img {
        padding-right: 3px;
    }
    .footer .social img{
        max-width: 85%;
    }
    .feature-title{
        padding-top: 10px;
    }
}
