
.content-inner-wrapper {
    min-height: 68vh;
}
@media all and (min-width:992px) {
    .col-list .box-colored:nth-child(1),
    .col-list .box-colored:nth-child(2),
    .col-list .box-colored:nth-child(3) {
        border-top-color: transparent;
    }

    .col-list .box-colored:nth-child(3n+4) {
        border-left-color: transparent;
    }
    .col-list .box-colored:nth-child(7),
    .col-list .box-colored:nth-child(8),
    .col-list .box-colored:nth-child(9) {
        border-bottom-color: transparent;
    }

    
}
@media all and (max-width:992px) {
    .faq-content .box-question {
        padding-bottom: 0;
    }
    .faq-content .box-question:nth-child(n+2) {
        padding-top: 0;
    }
    .image-block {
        padding: 100px 20px;
        margin: 20px;
    }
        
    .content-inner-wrapper > .service-main-info {
        padding-top: 0;
        margin-top: 0;
    }
    
    .faq-info {
        padding-top: 0;
    }
    .faq-info .faq-header.box-dark-blue {
        margin-bottom: 0;
    }
}

@media all and (min-width: 767px) and (max-width:992px) {
    
    .col-list .box-colored:nth-child(1),
    .col-list .box-colored:nth-child(2) {
        border-top-color: transparent;
    }
    
    .col-products .box-colored:nth-child(n+3),
    .col-products .box-banner {
        border-top: 1px solid #fff;
    }
    .col-products .box-colored:nth-child(n+1) {
        border-bottom: 1px solid #fff;
    }
    
    .col-products .box-colored:nth-child(2n+1) {
        border-right: 1px solid #fff;
    }
    
    .col-products .box-colored:nth-child(2n+2) {
        border-left: 1px solid #fff;
    }
    
    .col-products .box-colored:nth-child(5) {
        border-bottom: none;
    }
    
    .text-center-sm {
        text-align: center;
    }
    
    .side-panel h4 a {
        font-size: 21px;
    }
    
    .arrow-block:after  {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        right: 50%;
        bottom: -1px;
    }
    .arrow-right:after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        top: -1px;
        left: 48.5%;
    }
    
    .box-dark-blue.arrow-block::after {
        border-color: transparent transparent #dce0eb transparent;
    }
    
    .main-banner.arrow-block::after {
        border-color: transparent transparent #dce0eb transparent;
    }
    .box-inline .box-colored.box-white {
        border-bottom: 1px solid #f4f4f4;
    }
    
    
    .products-tiles > .flex-box { 
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
    }
    .products-tiles > .flex-box:nth-child(2n+2) { 
        border-left: 1px solid #fff !important;
        border-right: none !important;
    }
    .products-tiles > .flex-box:nth-child(2n+1) { 
        border-right: 1px solid #fff !important;
        border-left: none !important;
    }
}
@media all and (max-width: 766.9px) {
    .box-colored {
        border-left: none;
        border-right: none;
    }
    
    .box-inline .box-colored.box-white {
        border-bottom: 1px solid #f4f4f4;
    }
    
    .col-products .box-colored:nth-child(2) {
        border-top: 1px solid #fff;
    } 
    .col-products .box-colored:nth-child(n+2) {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    } 
    
    .col-products .box-colored:nth-child(5) {
        border-bottom: none;
    }
    
    .text-center-xs {
        text-align: center;
    }
    .call-form {
        position: relative;
        width: 100%;
    }
    
    .arrow-block:after {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        right: 50%;
        bottom: -1px;
    }
    .arrow-right:after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        top: -1px;
        left: 48.5%;
    }
    
    .box-dark-blue.arrow-block::after {
        border-color: transparent transparent #dce0eb transparent;
    }
    
    .main-banner.arrow-block::after {
        border-color: transparent transparent #dce0eb transparent;
    }
    .products-tiles > .flex-box { 
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-left: none !important;
        border-right: none !important;
    }
} 

/*Mobile Menu*/
.navbar.navbar-custom .main-menu-mobile {
    margin: 0 !important;    
}

.navbar.navbar-custom .main-menu-mobile li {
    display: block;
    text-align: center;
    margin: 0 !important;    
    border-top: 1px solid #e3e3e3;
}

.navbar.navbar-custom .main-menu-mobile li a,
.navbar.navbar-custom .right-menu-mobile li a,
.navbar.navbar-custom .main-menu-mobile li .sub-menu li a {
    display: block;
    font-size: 11px;
    font-weight: 300;
    padding: 15px 0;
    text-transform: uppercase;
} 

.navbar.navbar-custom .main-menu-mobile li .sub-menu {
    padding: 0;
    margin: 0;
    display: none;
}

.navbar.navbar-custom .right-menu-mobile {
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: -0.3em;
}

.navbar.navbar-custom .right-menu-mobile li {
    letter-spacing: normal;
    display: block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}
.navbar.navbar-custom .right-menu-mobile li a {
    color: #000;
}