:root {
    --primary-color: #c40073;
  }

.img-row{
    gap: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.section{
    border-bottom: 5px var(--primary-color) solid;
}
.section h4{
    color: var(--primary-color);

}
.last-section h4{
    color: var(--primary-color);
}
.fee-calculator{
    padding-left: 1%;
    padding-top: 1%;
}
.fee-heading{
    flex: 1;
}
.fee-calculator-row{
    flex-direction: row;
    display: flex;
    gap: 10px;
    text-align: end;
    color:var(--primary-color);
}
.total-div{
    padding: 10px;
    border-radius:6px;
    margin-bottom: 0.5rem;
}
.cource-div{
    border-bottom: 1px solid grey;
}
.additional-fees-div{
    padding: 10px;
    border-radius:6px;
    margin-bottom: 0.5rem;
}
.accommodation-div{
    padding: 10px;
    border-radius:6px;
    margin-bottom: 0.5rem;
}
.total-span{
    margin-left: 23%;
}
.heading{
    color: var(--primary-color);
}
.toggleDisplay.hide{
    display: none;
}

.print_img{
    width: 80%;
}
.ncg{
    background-color:var(--primary-color);
    color: white;
    padding: 5px;
    text-align: center;
}
.ncg h2{
    font-size: 39px;
    font-weight: 400;
}
.sub-heading{
    background-color: var(--primary-color);
    color: white;
    font-size: 2px;
    font-weight: 500;
    padding: 2px;
}
.summary-section{
    padding-left: 0px;
}
.course-col{
    border-top: 5px var(--primary-color) solid;
}
.summary-col{
    border-top: 5px var(--primary-color) solid;
}
.cource-section{
    padding-right: 1px;
}
.color_line{
    color: var(--primary-color);
}
.one-line {
    min-height:1.6rem;
}

.fee-calculator .printTrigger{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.fee-calculator #homestay_halal_food{
    width: 20px;
    height:20px;
}
@media (min-width: 576px) and (max-width:768px) 
{
    .img-row img{
        width: 175px;
        height: 60px;
    }
    .download-second-btn{
        display: block;
    }
    .download-first-btn{
        display: none;
    }
}
@media (min-width: 0px) and (max-width:576px) 
{
    .img-row img{
        width: 175px;
        height: 60px;
    }
    .download-second-btn{
        display: block;
    }
    .download-first-btn{
        display: none;
    }
}
@media (max-width:767px)
{
    .fee-calculator-row{
        text-align: center;
    }
}
@media (min-width:768px)
{
    .img-row img{
        width: 160px;
        height: 63px;
    }
    .download-second-btn{
        display: none;
    }
    .download-first-btn{
        display: block;
    }

}