@media screen and (max-width:768px) {
    body {
        /* background-color: blue !important; */
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: .5rem 1rem;
        max-height: 8rem;
        background: rgb(246 246 246 / 86%);
        width: 100%;
    }
    .navbar img {
        height: 100%;
        width: 300px;
        margin-top: -115px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #19273f;
        background: white;
    }
    .navbar-toggler.collapsed button {
        display: none;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url(dataimage/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }
    .navbar-dark .navbar-toggler-icon {
        background-color: #1a2841;
        margin-top: -10px !important;
        
        padding: 10px;
        border-radius: 5px;
    }
    .section-title::after {
        display: none;
    }
    .section-title {
        position: relative;
        padding: 0px 0 35px 0;
        text-align: center;
    }
    .marglt {
        margin-left: 105px;
    }
}

@media screen and (max-width:388px) {
    body {
        /* background-color: blue !important; */
    }
    .navbar img {
        height: 100%;
        /* width: 10px; */
        margin-top: -115px;
    }
    .marglt {
        margin-left: -8px !important;
    }
    .section-title::after {
        display: none;
    }
    .section-title {
        position: relative;
        padding: 0px 0 35px 0;
        text-align: center;
    }
}

@media screen and (max-width:376px) {
    body {
        /* background-color: blue !important; */
    }
    .navbar img {
        height: 100%;
        /* width: 285px !important; */
        margin-top: -10px !important;
        margin-left: -2px !important;
    }
    .marglt {
        margin-left: -8px !important;
    }
    .section-title::after {
        display: none;
    }
    .section-title {
        position: relative;
        padding: 0px 0 35px 0;
        text-align: center;
    }
}

@media screen and (max-width:321px) {
    body {
        /* background-color: blue !important; */
    }
    .navbar img {
        height: 100%;
        /* width: 215px !important; */
        margin-top: -85px !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-color: #1a2841;
        margin-top: -20px !important;
      
        padding: 10px;
        border-radius: 5px;
    }
    .marglt {
        margin-left: -8px !important;
    }
    .section-title::after {
        display: none;
    }
    .section-title {
        position: relative;
        padding: 0px 0 35px 0;
        text-align: center;
    }
}

@media (max-width:400px) {
    .navbar img {
        height: 100%;
        width: 100px;
        margin-top: -8px !important;
        margin-left: 20px;
    }
}

@media screen and (max-width:992px) {
    body {
        /* background-color: blue !important; */
    }
    .navbar img {
        height: 100%;
        width: 100px;
        margin-top: -5px;
        margin-left: 20px;
    }
    .marglt {
        margin-left: 130px;
    }
    .navbar-dark .navbar-toggler-icon {
        background-color: #1a2841;
        margin-top: -40px;
        
        padding: 10px;
        border-radius: 5px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #19273f;
        background: white;
    }
    .section-title::after {
        display: none;
    }
    .section-title {
        position: relative;
        padding: 0px 0 35px 0;
        text-align: center;
    }
}
