/* prettier-ignore */
@media (max-width:1140px) {

}

/* prettier-ignore */
@media (min-width:992px) {
    /* FIX 12.10.22 */
.next_area {width: 50%;left: 50%;}
#history > ul::before {z-index: -1;}
#history > ul > li.h_point.new_area::after {content: none;}
}

/* prettier-ignore */
@media (max-width:992px) {
    #navbarText .dropdown-menu {border:0px}

    #history > ul > li.h_point::after, #history > ul > li.h_point::before {content: none;}
    #history > ul > li.h_point.h_point_right {left: 0;}
    #history > ul > li.h_point.h_point_left {right: 0;}
    #history > ul > li.h_point {width: 100%;}
    #history > ul > li.h_point > div {display: flex;flex-direction: column;}
    #history > ul > li.h_point .h_content {padding-left: 15px;}
    #history > ul > ul.company {display: block;}
    #history > ul > ul.company > li {width: 100%;}
    #history > ul::before {top: 230px;margin: 0 auto !important;}
     
}

/* prettier-ignore */
@media (max-width:768px) {

/* ----------------------------------- nav ---------------------------------- */
    .header-style-1 .top-bar .row {margin-right: -15px;margin-left: -15px;display: flex;width: unset;}
    .appint-btn a {font-size: 10px;}
    header .appint-btn a.site-button i {font-size: 1rem;}
    header .appint-btn a.site-button {padding-left: 35px;}
    

    .about-home-right {margin-left: 0}
    .timeline{max-width: 100%;}
}

/* prettier-ignore */
@media (max-width:540px) {

/* ----------------------------------- Nav ---------------------------------- */
    .e-p-bx li{font-size: 10px;padding-right: 5px;}
    header .appint-btn a.site-button {padding-left: 5px;text-align: center;}
    header .appint-btn a.site-button i {display: none;}
    .navbar img {width: 230px;}

/* ---------------------------------- Home ---------------------------------- */
    .mt-icon-box-wraper .mt-tilte {font-size: 14px;}

    #myCookie {display: block;width: auto;margin: 0;left: 15px;bottom: 15px;right: 15px;}
    #myCookie div.cookieinfo p {font-size: 14px;line-height: 1.4;}
    .cookie_section h3 {height: 47px;line-height: 1em;font-size: 21px;margin-bottom: 15px;width: 50%;display: flex;align-items: center;}
}
