.log-btn{
    height: 30px !important;
    padding: 10px !important;

}
.nav-logo1{
    width: 100% !important;
}
.nav-logo1>img{
    width: 200px !important;
    height: 30px !important;
}

.header-bg{
    background-color: #02042D !important;
}

.light-bg{
    background-color: #1C1E42 !important;
}

.about-div{
    height: 300px;
}

.detDiv{
    min-height: 250px !important;
    min-height: 250px !important;
}

.detDiv2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.crd-srv1 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.crd-srv1 p {
    flex-grow: 1;
}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #ffc107;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #ffc107;
        width: 2rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 150px;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc107;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #816000;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5;
}

.form-control{
    height: 30px !important;
    background-color: rgb(210, 237, 245) !important;
}

.bg-lightBlue{
    background-color: rgb(210, 237, 245) !important;
}

.isl1Img{
    height: 300px !important;
}

@media (max-width:768px) {
    #footerDiv{
        display: none;
    }
}
