@media (min-width: 1200px) {

}


@media screen and (max-width : 1195px) {
    .header-bottom-title-1 {
        width: 170%;

    }

    .header-bottom-title-2 {
        visibility: hidden;
        max-height: 40px;
    }

}


@media (max-width: 993px) {}

@media (max-width: 767px) {
	.timeline .item>.img {
		display: none;
	}
	.timeline .item>.content {
		margin-right: 8px;
	}
	.timeline>.row>div:nth-child(2n)>.item>.content {
		margin-left: 8px;
	}
    .logo {
        display: none;
    }


    header {
        display: none;
    }

    .nav-top-menu {
        background: url(../images/header-bg.jpg) no-repeat;
        width: 100%;
        z-index: 10;
        background-size: cover;
    }

    .sticky-header {
        box-shadow: 0 -4px 10px 10px #0000004a;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-toggle {
        background-color: #2f2424d4;
    }


    .logomenu {
        display: inline-block;
        padding: 4px;
        height: 50px !important;
        width: 50px !important;
        top: 0;
        left: 5px;
        background-color: transparent;
    }

    .logomenu>img {
        width: 100%;
        border-radius: 4px;
    }

    .sticky-header .logomenu {
        height: 50px;
    }

    .row-apply {
        flex-direction: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .block-form {
        margin-top: 20px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }


    .block-questions {
        padding: 0 5%;
    }

    .form-application-area {
        background-position: 200px 430px;
    }

    .scroll_top {
        bottom: 170px;
    }

    .more-contact-social {
        bottom: 70px;
        right: 4px;
    }

    .timeline>.row>div>.item:after {
        display: none;
    }

    .nav>li:hover .block-sub {
        display: none;
    }

    .block-sub {
        position: static;
        padding-left: 20px;
        background-color: #424345;
        box-shadow: none;
        min-width: unset;
    }

    .block-sub>li {
        border-bottom: none;
    }

    .block-sub>li>a {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .sub-menu>a:after {
        right: 20px;
        background-color: white;
        padding: 5px;
        color: black;
        opacity: 1;
        border-radius: 4px;
        transform: scale(1) rotate(90deg);
        top: 5px;
    }

    .navbar-inverse .navbar-nav li a {
        border-bottom: 1px solid rgba(181, 181, 181, 0.11);
    }

    .sub-menu.active>.block-sub {
        display: block !important;
    }

    .navbar.active {
        background-color: #424345;
    }

    .table-price {
        display: block;
    }

    .table-price .item.attr {
        display: none;
    }

    .listContent {
        display: none;
    }

    .listTable {
        display: none;
    }

    .table-price .item {
        margin-top: 20px;
    }

    .table-price .item .main .price {
        font-size: 20px;
    }

    .showListTable {
        display: block;
    }

    .listTable>table>tbody>tr>td {
        vertical-align: middle;
        position: relative;
        padding-right: 15px;
    }

    .icontooltip {
        position: absolute;
        font-size: 16px;
        color: grey;
        right: 5px;
        width: 100%;
        text-align: right;
        top: calc((100% - 18px)/ 2);
    }

    .slider-style1>.img {
        display: block;
        position: static;
        height: 250px;
        text-align: center;
    }

    .slider-style2 .text p,
    .slider-style2 .text span,
    .slider-style2 .text div,
    .slider-style1 .text p,
    .slider-style1 .text span,
    .slider-style1 .text div {
        font-size: 20px !important;
    }

    .timeline .item,
    .timeline>.row>div:nth-child(2n)>.item {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }


    .timeline .col-sm-6 {
        margin-bottom: 40px;
    }



    .timeline>.row>div:nth-child(2n+1)>.item:before,
    .timeline>.row>div:not(:last-child):nth-child(2n)>.item:before {
        right: calc(50% - 15px);
        bottom: -35px;
        top: unset;
        width: 30px;
        height: 30px;
        background: #ccced2;
        border-radius: 50%;
        position: absolute;
        margin-top: -11px;
        content: "";
        border: 4px #fff solid;
        background: #145c92;
    }

    .row-service {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #header .logo {
        text-align: center;
    }

    .timeline .row .col-sm-6 {
        width: 100%;
    }

    .header-bottom {
        display: none;
    }

    .form-application-area {
        background-image: none;
    }

    .slider-style1 .myBtn2 {
        font-size: 14px;
        padding: 4px 8px;
    }

    #slide-background .owl-dots {
        display: none !important;
    }

    .slider-style1>.content {
        bottom: 20px;
    }
}