@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto.ttf);
}
a{
    transition: all .2s ease-in-out;
}
.logo a{
    display: block;
    width: 150px;
}
.brands-section{
    background: #f5f5f5;
}
.faq-section{
    background: #f5f5f5;
}
section.section{
    padding: 100px 0;
}
.justify-content-center{
    justify-content: center;
}
.default-form input[type="text"],
.default-form input[type="email"]{
    background: #fff;
    height: 40px;
    border-radius: 0;
}
.default-form textarea{
    background: #fff;
    border-radius: 0;
}
.brands-search{
    position: relative;
}
.brands-search i{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-item{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
}
.brands-item a{
    background: -webkit-linear-gradient(top,#fff,#f5f5f5);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center;
    width: 18%;
}
.brands-item a img{
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.brands-item a span{
    display: block;
    font-size: 14px;
    color: #173676;
}
.brands-item a:hover{
    border-color: #173676;
}
.about-content{
    margin-bottom: 30px;
}
.feature-block-one .inner-box{
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    border: 1px solid #ebebeb;
    padding: 15px;
}
.feature-block-one .inner-box:hover{
    border-color: #173676;
}
.feature-block-one .inner-box .icon img{
    width: 40px;
}
.accordion .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 600;
    color: #173676;
    text-align: left;
    cursor: pointer;
    padding: 20px 30px;
    transition: all .2s ease-in-out;
}
.accordion .card-header h2{
    font-size: 19px;
}
.accordion .card-header:hover{
    background: #173676;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.accordion .card{
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.accordion .card-body{
    padding: 20px 30px;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    display: none;
}
.accordion .card .card-header.active{
    background: #173676;
    color: #fff;
}
.accordion .card .card-header i{
    transition: all .2s ease-in-out;
}
.accordion .card .card-header.active i{
    transform: rotate3d(1, 0, 0, 180deg);
}
.contact-info-list{
    margin-bottom: 15px;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    border: 1px solid #ebebeb;
    padding: 15px;
}
.contact-info-list a:hover{
    text-decoration: underline;
}
.about-widget .logo{
    width: 200px;
}
.footer-style-one .footer-upper .about-widget h3{
    font-size: 16px;
}
.footer-style-one .social-links li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-style-one .footer-upper .footer-widget{
    margin-bottom: 20px;
}
.navbar-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #173676;
}
.collapse:not(.show){
    display: block;
}
.navbar-toggle{
    display: none;
}
.alert-warning table{
    margin-top: 20px;
    font-size: 14px;
}
.alert-warning table th,
.alert-warning table td{
    background: transparent;
}
.product-box{
    display: flex;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 20px;
}
.product-info{
    margin-left: 20px;
}
.product-box p{
    margin-bottom: 2px;
}
.product-box h3{
    margin-bottom: 20px;
}
.product-box a{
    display: inline-block;
}
.product-box a:hover{
    text-decoration: underline;
}
.default-form{
    scroll-margin-top: 120px;
}
.select2-container--default .select2-selection--single{
    background: #fff;
    height: 40px;
    border-radius: 0;
    border: 1px solid rgba(31,140,235,0.50);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    padding: 0 25px;
    color: #6f8ba4;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single:focus{
    border-color: #173676;
}
table .product{
    display: flex;
    align-items: center;
}
table .product .image{
    width: 50px;
    margin-right: 10px;
}
table .product h3{
    font-size: 16px;
    font-weight: 600;
}
table .product p{
    font-size: 12px;
    margin-bottom: 0;
}
.contact-info-list a,.contact-info-list strong{
    display: block;
    width: fit-content;
}
.banner-one{
    padding: 0;
}
.preloader{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.preloader img:first-child{
    width: 300px;
}
@media only screen and (max-width: 991.98px){
    .main-menu .collapse{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        transform: translateX(100%);
        display: block !important;
        transition: all .2s ease-in-out;
    }
    .main-menu .collapse.show{
        transform: translateX(0);
    }
    .main-menu .collapse .navigation{
        height: 100%;
    }
    .main-menu .navbar-collapse > .navigation > li > a{
        border-bottom: 1px solid #ddd;
    }
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current > a:hover{
        background: #173676;
        color: #fff;
    }
    .banner-one .text-column p{
        font-size: 14px;
    }
    section.section{
        padding: 60px 0;
    }
    .contact-section .sec-title{
        margin-bottom: 20px;
    }
    .footer-style-one .footer-upper{
        padding: 60px 0 20px 0;
    }
    .footer-style-one .footer-upper h3{
        margin-bottom: 10px;
    }
    .logo a{
        width: 100px;
    }
    .navbar-toggle{
        display: flex;
    }
    .brands-item a{
        width: 180px;
    }
    .brands-item{
        width: max-content;
    }
}
@media only screen and (max-width: 767.98px){
    .brands-item {
        row-gap: 5px;
        column-gap: 5px;
    }
    .product-box{
        flex-wrap: wrap;
    }
    .product-info{
        margin-left: 0;
        margin-top: 10px;
    }
    .main-header{
        position: relative;
    }
    .main-header.fixed-header{
        position: fixed;
    }
}
@media only screen and (max-width: 575.98px){
    .accordion .card-header h2{
        font-size: 16px;
    }
    .accordion .card-header{
        font-size: 14px;
        padding: 15px;
    }
}