

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs li a{
    padding: 10px 30px !important; 
    border-radius: 30px !important;
    border: 1px solid #a8a8a8 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin: 0px 6px !important;
    color: #1d2c49 !important;
    background-color: transparent !important;
    transition: all 0.3s ease-out !important;
    text-decoration: none;
    font-weight: bold!important;

}

.nav-tabs .active{
    color: #fff !important;
    background-color: #1d2c49 !important;
    text-decoration: none;
    font-weight: bold;
}

.nav-tabs li a:hover{
    color: #fff !important;
    background-color: #007FB6 !important;
    text-decoration: none;
    font-weight: bold;
}


#new__price{
    padding: 10px 0px 20px 0px !important;
}

#new__price h3{
    font-size: 33px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

#new__price p{
    font-size: 16px !important;
    color: #242424!important ;
    /* margin: 0 0 10px; */
}
#new__price .badge{
    padding: 10px 30px !important; 
    border-radius: 30px !important;
    border: 1px solid #a8a8a8 !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    cursor: pointer !important;
    margin: 0px 6px !important;
    color: #007FB6 !important;
    background-color: transparent !important;
    transition: all 0.3s ease-out !important;
}

#new__price .badge:hover{
    color: #ffffff !important;
    background-color: #007FB6 !important;
}

#new__price .badge:active{
    color: #ffffff !important;
    background-color: #007FB6 !important;
}

#new__price .badge:visited{
    color: #ffffff !important;
    background-color: #007FB6 !important;
}

#new__price .badge__con{
    padding-top: 10px!important ;
    text-align: center!important;
}

/* #new__price .card__h{
    font-size: 21px;
    font-weight: 700;
}

#new__price .card{
    border-radius: 12px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 50%);
}

#new__price .row{
    margin-left: -15px;
    margin-right: -15px;
} */




#new__price .card{
    /* width: 300px; */
    /* height: 500px; */
    /* border-radius: 12px; */
    padding: 10px 0px !important;
    box-shadow: -2px 10px 40px -10px #00000059 !important;
    transition: all 0.3s ease-out !important;
}

#new__price .card:hover{
    border: 1px solid #007FB6 !important;
}

#new__price .card h3{
    margin-top: 20px !important;
    padding-left: 30px !important;
    font-size: 21px !important;
    color: #111111 !important;
    font-weight: 700 !important;
    position: relative !important;
}

#new__price .card .section-title h3{
    font-size: 54px !important;
    color: #007FB6 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

#new__price .card .section-title h4{
    font-size: 18px !important;
    color: #c4c4c4 !important;
    font-weight: 600 !important;
}

#new__price .card__list{
    height: 300px;
    margin-left: 10px;
    overflow: scroll;
}

#new__price .card__list::-webkit-scrollbar{
   width: 5px;

}

#new__price .card__list::-webkit-scrollbar-track{
    background: #fff;
 }

 #new__price .card__list::-webkit-scrollbar-thumb{
    background-color: #007FB6;
    border-radius: 2px;
    /* border: 3px solid orange; */
 }


#new__price .card__list li{
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.5rem;
    color: #455164;
    list-style: none;
    position: relative;
}

#new__price .li__underline{
    content: '';
    right: 0px;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
    background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
}
.order__btn {
    padding-right: 30px !important;
}
#new__price .card a{
    text-align: center !important;
    border: 1px solid #1d2c49 !important;
    border-top-left-radius:30px !important;
    border-bottom-right-radius:30px !important;
    padding: 4px 12px !important;
    color: #1d2c49 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 5px !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
}


#new__price .card a:hover{
    color: #ffffff !important;
    border: 1px solid #1d2c49 !important;
    background: #1d2c49 !important;

}

.amount {
    /* font-size: 18px;
    color: #c4c4c4;
    font-weight: 600; */
    position: relative;
}
.amount::after {
    bottom: 50% !important;
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #007FB6 !important;
    right: 0 !important;
    transform: rotate(-16deg) !important;

}

/* #logo, #website, #seo, #animation, #print, #branding, #webportal, #smm{
    width: 100%;
    height: auto;
} */

.card li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome !important;
    color: #c4c4c4 !important;
    display: inline-block !important;
    margin-left: -1.3em !important; /* same as padding-left set on li */
    width: 1.3em !important; /* same as padding-left set on li */
  }

.card  {
    border-top-left-radius:80px !important;
    border-bottom-right-radius:70px !important;
    transition: .3s !important;
}
.card:hover {
    transform: scale(1.1) !important;
}

.card:hover li:before {
    content: "\f00c" !important; /* FontAwesome Unicode */
    font-family: FontAwesome !important;
    color: #007FB6 !important;
    display: inline-block !important; 
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
.card a {
    transition: .3s !important;
}
.card:hover a{
    background-color: #007FB6 !important;
    color: #fff !important; 
}

#new__price .row{
    margin-left: 30px !important;
    margin-right: 30px !important;
}
/* .active a{
    background-color: #007FB6 !important;
    color: #fff !important;
} */

