@media screen and (min-width: 1200px) {
    .about-us__inner .img-box.intern-img {
        margin: 0 0 50px 50px;
    }
    /* Screen 1280px*/
    .container {
        max-width: 1310px;
    }
    /** Header **/
    .site-branding {
        position: relative;
        max-width: 200px;
        width: 100%;
        display: flex;
        align-items: center;
        margin-right: 25px;
    }
    .main-header .site-navigation .menu ul li:hover>ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
        transform: translate(0, 0);
    }
    .online-payment-link {
        display: none !important;
    }
    .site-header-menu__top-nav {
        -ms-flex: 1;
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .main-header .site-navigation .menu>ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-header .site-navigation .menu>ul>li>a {
        padding: 18px 30px 18px 0;
    }
    .main-header .site-navigation .menu>ul>li:last-child>a {
        padding-right: 0;
    }
    .main-header .site-navigation .menu ul ul>li {
        padding: 0 20px 0 23px;
    }
    .main-header .site-navigation .menu ul ul>li a {
        padding: 6px 0 10px 0;
    }
    .main-header .site-navigation .menu ul ul {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        line-height: 14px;
        left: 0;
        top: auto;
        z-index: 99;
        width: 276px;
        padding: 2px 0;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    }
    .main-header .site-navigation .menu ul ul:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        left: 0;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 0;
        -webkit-box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        margin-top: -2px;
    }
    .main-header .site-navigation .menu ul ul:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 3px;
        left: 0;
        background: #6495ad;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: -1;
        -webkit-box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        margin-top: -2px;
    }
    .site-navigation__menu {
        display: flex;
        height: 100%;
        justify-content: space-between;
    }
    .site-header-menu__inner {
        padding: 0 10px;
    }
    /** Content **/
    .about-us__inner .txt-box {
        width: 50%;
        flex: 0 0 50%;
        padding-left: 35px;
    }
    .intern-page .about-us__inner .txt-box {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0px;
    }
    .about-us__inner .img-box {
        position: relative;
        width: 50%;
        flex: 0 0 50%;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1400px) {
    /** Header **/
    .site-branding {
        margin-right: 0;
    }
    .main-header .site-navigation .menu>ul>li>a {
        padding-right: 40px;
    }
    .online-payment-link {
        display: block !important;
    }
    /** Content **/
    .home-slide__item .banner-title {
        font-size: 70px;
    }
    .contact-infos__inner {
        padding: 0 130px;
    }
}

@media screen and (min-width: 1600px) {
    /** Header **/
    .site-branding {
        min-width: 239px;
    }
    /** Content **/
    .actus-item {
        padding: 0 38px;
        max-width: 546px;
    }
    .actus-items>.row {
        margin: 0 -38px;
    }
    .banner-section {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1920px) {
    /** Content **/
    .banner-section {
        padding: 0 71px;
    }
    .site-header-menu {
        padding: 0 70px;
    }
    .blk-free-quote {
        left: 191px;
    }
}

@media screen and (max-width: 1199px) {
    .home-slide .home-slide__item {
        height: 550px;
    }
    /** Header **/
    .main-menu-toggle {
        display: block;
    }
    .sticked-menu {
        display: none !important;
    }
    .main-menu-toggle {
        position: absolute;
        right: 0;
        top: 15px;
        height: 20px;
        width: 31px;
        float: right;
    }
    .main-menu-toggle label {
        cursor: pointer;
        position: static;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    .main-menu-toggle .toggle-block {
        position: absolute;
        height: 3px;
        width: 100%;
        padding: 0;
        background-color: #6495ad;
    }
    .main-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .main-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .main-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-2 {
        opacity: 0;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }
    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul ul {
        display: none;
    }
    .main-header .site-navigation .menu.active,
    .main-header .site-navigation .menu>ul ul.active {
        max-height: 55em;
        display: block;
    }
    .main-header .site-navigation .menu>ul>li>a {
        padding: 12px 0;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .main-header .site-navigation .menu ul ul>li a {
        padding: 10px 15px;
    }
    .main-header .site-navigation .menu ul li:hover>ul {
        display: block;
        width: 100% !important;
    }
    .main-header .site-navigation .menu ul ul,
    .main-header .site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }
    .main-header .site-navigation .menu>ul {
        position: absolute;
        left: 0;
        max-height: calc(100vh - 80px);
        padding: 10px 20px;
        -webkit-box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        box-shadow: 0 15px 49px 0 rgb(39 39 39 / 9%);
        z-index: 100;
        width: 100%;
        z-index: 20000;
        top: 0;
        background-color: #fff;
        overflow-y: scroll;
        border-top: 0;
    }
    .main-header .site-navigation .menu ul>li.has-submenu>a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 17px;
        position: relative;
        font-weight: normal;
        line-height: inherit;
        margin-left: 5px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .main-header .site-navigation .menu ul>li.has-submenu>a.active:after {
        content: '\f106';
    }
    .main-header .site-navigation .menu li,
    .main-header .site-navigation .menu>ul>li {
        display: block;
        overflow: hidden;
    }
    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul ul {
        max-height: 0;
        background-color: #fff;
    }
    .site-navigation.fixed-header {
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 1px 81px 0 rgb(35 31 32 / 13%);
        box-shadow: 0 1px 81px 0 rgb(35 31 32 / 13%);
        background-color: #fff;
        position: fixed;
        padding-left: 15px;
    }
    .site-navigation.fixed-header .main-menu-toggle {
        right: 15px;
    }
    .main-header__top {
        padding: 6px 0;
        border-bottom: 1px solid #e7edf8;
    }
    .main-header__top-items {
        justify-content: space-between;
        width: 100%;
    }
    .site-branding {
        max-width: 130px;
        padding: 10px 0;
    }
    .main-header__top-item,
    .main-header__top-item a {
        font-size: 14px;
    }
    .main-header__top-item.main-header__online-payment a {
        color: #fff;
        height: 30px;
        border-radius: 11px;
        padding: 6px 25px;
    }
    .main-header__top-item img {
        margin-right: 7px;
        max-height: 13px;
    }
    /** Content **/
    .home-slide .home-slide__item {
        min-height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .banner-section .shape-1 {
        position: absolute;
        top: -280px;
        left: -200px;
    }
    .banner-section .shape-2 {
        bottom: 0px;
    }
    .banner-section .shape-3 {
        bottom: 0;
    }
    .home-slide__item .banner-content {
        padding: 0;
    }
    .home-slide__item .banner-title {
        font-size: 52px;
    }
    .blk-free-quote {
        left: 0;
        margin: 0;
        top: auto;
        bottom: 0;
        position: relative;
        background: #6495ad;
    }
    .form-quote {
        padding: 38px 222px;
        width: 100%;
    }
    .about-us__inner .img-box {
        padding-right: 40px;
        width: 50%;
    }
    .about-us__inner .img-box.intern-img {
        max-width: 100%;
        width: auto;
        padding: 0;
    }
    .company-benefits-section ul li:not(:last-child) {
        margin-right: 95px;
    }
    .contact-infos__inner,
    .footer-bottom__inner {
        padding: 0;
    }
    #to-top {
        width: 55px;
        height: 55px;
        right: 30px;
        bottom: 155px;
        padding: 23px;
    }
    #to-top {
        background-color: white;
    }
    .ban .title {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .ban {
        height: 360px;
    }
    .form-contact {
        margin-bottom: 40px;
    }
    .form-contact .form-control {
        padding: 15px;
        height: 52px;
    }
    .map-box {
        height: 350px;
    }
    .ban .title {
        font-size: 40px;
    }
    #to-top {
        display: none;
    }
    .bloc-title,
    .page-title,
    .sect-title .h1,
    .sect-title h1 {
        font-size: 30px;
    }
    /** Content **/
    .form-quote {
        padding: 38px 119px;
    }
    .home-slide__item .banner-title {
        font-size: 46px;
    }
    .bloc-title,
    .page-title {
        font-size: 44px;
    }
    .about-us__inner .img-box {
        padding-right: 0;
        width: 100%;
        max-width: 513px;
        margin: 0 auto;
    }
    .company-benefits-section .company-benefits__inner ul {
        flex-wrap: wrap;
    }
    .company-benefits-section .company-benefits__inner ul li {
        margin-left: 47px;
        margin-right: 47px;
        flex: 0 0 50%;
        padding-bottom: 70px;
    }
    .actus-item {
        max-width: 100%;
    }
    .contact-infos__title {
        font-size: 35px;
    }
    .contact-infos__title {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    /** Header **/
    /** Content **/
    .form-quote .list-btn {
        flex-direction: column;
    }
    .form-quote {
        padding-left: 40px;
        padding-right: 40px;
    }
    .blk-free-quote .form-quote .list-btn .form-group {
        margin-right: 0;
        width: 100%;
    }
    .home-slide__item .banner-title {
        font-size: 34px;
    }
    .bloc-title,
    .page-title {
        font-size: 42px;
    }
    .home-slide__item .banner-content {
        padding: 0;
    }
    .banner-section .shape-1 {
        top: -200px;
        left: -200px;
    }
    .our-services-slide.owl-carousel .owl-dots .owl-dot:not(:last-child) {
        margin-right: 5px;
    }
    .actus-item__txt {
        margin-left: 40px;
        margin-right: 40px;
    }
    .contact-infos__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-infos__title {
        font-size: 32px;
    }
    .main-header__top-item.main-header__online-payment a {
        padding: 5px 15px;
    }
    .ban .title {
        font-size: 30px;
    }
}