.main-box .outer {
    display: flex;
    align-items: center;
}

.main-header .header-upper .links-box {
    margin-top: -10px;
}
.main-menu .navigation {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

@media only screen and (max-width: 1499px) {
    .main-header .nav-box {
        margin-top: 0px;
    }
}
.with-separator::before {
    content: "";
    position: absolute;
    height: 25px;
    top: 3px;
    left: 0px;
    width: 1px;
    background-color: #e5e5e5;
}

.main-menu .navigation > li {
    padding: 20px 0px;
}
@media only screen and (max-width: 599px) {
    .header-top {
        display: none;
    }

    .header-style-two .header-upper {
        top: 0px !important;
    }

    .header-style-two {
        min-height: 0px;
    }
}

.cart-icon {
    position: relative;
}

.cart-icon span {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle {
    padding: 3px 15px !important;
    margin-top: -10px;
}

.fs-12 {
    font-weight: 500;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    /* .image-col:not(.about-us-speech) img {
        max-width: 120px !important;
    } */
}

@media only screen and (max-width: 1250px) {
    .main-header .nav-box {
        display: none;
    }
}


.testi-block-two .text {
    position: relative;
    color: #6c7171;
    font-size: 16px;
    line-height: 1.5em;
           font-family: "Roboto", "Open Sans", sans-serif !important;
}

body {
        font-family: "Roboto", "Open Sans", sans-serif !important;

}

.title-box .subtitle {
        font-family: "Roboto", "Open Sans", sans-serif !important;
}

 h2 {
    font-size: 30px;
}




