﻿
.courses-home-3 .header-bottom .content-header:after {
    left: 56%;
    right: auto;
    transform: rotate(0)
}

.courses-home-3 .header-bottom .btn-header-bottom a:first-of-type i {
    transform: rotate(180deg)
}
.courses-home-3 .header-bottom .content-header:after {
    transform: rotateX( 180deg );
}
.courses-home-3 .header-bottom .content-header:before {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {

    .mobile-view .menu-sub-box .sub-menu-mobile > .dropdown-menu .dropdown-submenu {
        border-right: 1px solid #cccccc38;
        border-left: none;
        margin-right: 10px !important;
        margin-left: 0 !important;
    }
        .mobile-view .menu-sub-box .sub-menu-mobile > .dropdown-menu .dropdown-submenu .dropdown-menu {
            margin: 0 8px 8px 0;
        }
            .mobile-view .menu-sub-box .sub-menu-mobile > .dropdown-menu .dropdown-submenu .dropdown-menu > li > ul > li {
                border-right: 1px solid #cccccc38;
                border-left:0;
                padding-right: 5px;
                padding-left: 0;
                margin-right: 7px;
                margin-left: 0;
            }
}