.top-nav p{
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.top-nav img{
    width: 10rem;
}

.navbar{
    background-color: black;
    /* box-shadow: 0 0 10px gray; */
    color: white;
}

.navbar img{
    width: 6rem;
}

.navbar .nav{
    
}
.navbar .nav a{
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
}

.bg-gray{
    background-color: rgba(212, 212, 212, 0.685);
}

.bg-white{
    background-color: white;
}

@media (max-width:768px){
    .top-nav img{
        /* width: 6rem; */
    }
    .navbar img{
        width: 8rem;
    }
    .navbar a, .navbar b{
        font-size: 14px;
    }


    .navbar .nav a{
        font-size: 14px;
        padding: 1px;
        text-decoration: none;
    }
    .navbar .nav{
        justify-content: space-evenly;
    }
}

.popover-btn{
    position: relative;
    color: #0495BE;
}
.head-popover{
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 10;
    width: 400px;
    padding: 1rem;
    box-shadow: 0px 0px 10px gray;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: white;
    font-size: 15px;
    color: black;
}

.head-popover .popover-close-btn{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    cursor: pointer;
}
.head-popover .popover-close-btn:hover{
    box-shadow: 0 0 5px gray;
}

.head-popover p{
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.head-popover span{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}
.head-popover a{
    font-weight: bold;
}

@media (max-width:424px){
    .head-popover{
        top: 65px;
        width: 100%;
        right: 0;
    }
}

/* PLANS AND PRICING */
.price_plan_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 3rem 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}

@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}

.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}

.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
}

.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #0495BE;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.single_price_plan .title h3 {
    font-size: 1.25rem;
}

.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}

.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #C5266A;
}

.single_price_plan .price {
    margin-bottom: 1.5rem;
}

.single_price_plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
}

.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}

.single_price_plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.single_price_plan .description p i {
    color: #0495BE;
    margin-right: 0.5rem;
}

.single_price_plan .description p .lni-close {
    color: #e74c3c;
}

.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(4, 123, 95, 0.15);
    box-shadow: 0 6px 50px 8px rgba(4, 123, 95, 0.15);
}

.single_price_plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
}

.section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
}

.section-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
}

#accordion .card-header{
    background-color: #0495BE;
}
#accordion .card-header span{
    color: white;
}