@media (max-width: 991px) {
    .banner_content h2 {
        text-align: center;
        margin: 0;
    }
    .banner_content 
    {
        margin-left: 0;
        display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    }

    #banner .container
    {
        padding: 0;
    }
    .banner_content p {
         margin-left:0;
        text-align: center;
    }
    .banner_content h3 {
        text-align: center;
        font-size: 18px;
    }

.offcanvas-body .active::after
{
    width: unset;
}

    .yellow_section {
        width: 100%;
        max-height: unset;
        min-height: unset;
    }

    #header .nav .container {
        width: 100%;
    }

    .yellow_section:after {
        display: none;
    }

    #whats_new .mylink a {
        text-decoration: none;
        font-size: 12px !important;
    }

    .colored_sections .colorbox {
        padding: 17px 2px 21px 1px;
    }

    .btn-default {
        background-color: #34495e;
        border-color: #34495e;
        color: #FFF;
        padding: 6px;
    }

    .increment_colum {

        width: 100%;
    }

    .golden_title {
        width: 100%;
        margin-top: 24px;
    }

    .logo img {
        margin-left: 0;
    }

    .align-items-center {
        align-items: start !important;
    }

    .nav-item {
        position: relative;
        margin: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .navbar-nav .nav-link,
    .dropdown-item {
        color: #000;
    }

}
@media (max-width: 496px) {
    .button_section a {
        margin-top:10px;
    }
}

@media (max-width: 576px) {
    .dark_section:after {

        content:none;
    }
}

@media (max-width: 991px) {
    .writen_list {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .white_section {
        padding: 0px;
        margin: 27px;
    }
    .partika_img img {
        height: 300px !important;
        width: 220px !important;
        border-radius: 5px;
        box-shadow: 1px 2px 3px black;
        margin-left: 196px;
    }

    .quick_links_page {

        margin-bottom: 30px;
    }


@media (max-width: 695px) {
    .form-group .Message {
        width: 100%;
    }

}

@media (max-width: 991px) {
    .nav-item a::after,
    .dropdown-menu a:after {
        position: unset !important;
        border-bottom: unset;
        width: unset !important;
        margin: unset !important;
        opacity: unset !important;
        bottom: unset !important;
    }
    .dropdown-toggle::after {
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0 !important;
        border-left: .3em solid transparent;
    }


}



@media (max-width: 425px) {
    .btn-common {
        background: #0066DC;
        color: #FFFFFF;
        margin: 10px;
    }

    .dark_section:after {
        display: none;
    }

    .increment_colum {

        width: 100%;
    }

 /* 
    .nav-item a::after,
    .dropdown-menu a:after {
        position: unset !important;
        border-bottom: unset;
        width: unset !important;
        margin: unset !important;
        opacity: unset !important;
        bottom: unset !important;
    }*/

    /*.dropdown-toggle::after {
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0 !important;
        border-left: .3em solid transparent;
    }*/
    .nav_cheak .nav-item a:hover::after{
        display: none;
    }


}