.site-content {
    font: normal normal normal 14px/18px Helvetica Neue;
    color: #5B6770;
}

.size-20 {
    font-size: 20px;
    line-height: 25px;
}

.text-yellow {
    color: #FFBF3F!important;
}

.text-white {
    color: #fff!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.gray-link {
    color: #5B6770;
    text-decoration: underline;
    cursor: pointer;
    transition: .2s;
}

.gray-link:hover {
    color: #000;
}


.page-template {
    padding-top: 50px;
}

/* site-header */
.site-header {
    height: 50px;
    background: #F7F7F7;
    box-shadow: 0 3px 6px rgba(0,0,0, .16);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .logo {
    width: 140px;
    height: 30px;
    object-fit: contain;
}

.top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}


.btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    border-radius: 3px;
    font: 700 14px/16px Helvetica Neue;
    height: 30px;
    border: 0;
    outline: none!important;
}

@media (max-width: 576px) {
    .btn {
        min-width: 150px;
    }
}

.btn:hover {
    cursor: pointer;
    color: #272c30;
    background-color: #FFBF3F;
}

.btn:active,
.btn:focus {
    color: #272c30!important;
    box-shadow: none!important;
}

.btn-primary {
    color: #5B6770;
    background-color: #FFBF3F!important;
}

.btn_lg {
    height: 50px;
    padding: 4px 20px;
}


/* site-footer */
.site-footer {
    background: #5B6770;
    font: normal normal normal 12px/16px Helvetica Neue;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 576px) {
    .site-footer {
        font-size: 10px;
    }
}

.section-heading {
    font: normal normal bold 30px/35px Helvetica Neue;
    color: #0085CA;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

/*  faq */
.section.faq {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}


@media (max-width: 576px) {
    .section.faq {
        margin: 0 -15px;
    }
}


.faq-accordion {
    border-top: 1px solid #DEE0E2;
}

.faq-item {
    padding: 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #DEE0E2;
}

.btn-accordion {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    font: normal normal normal 20px/25px Helvetica Neue;
    color: #0085CA;
    background: transparent;
    cursor: pointer;
    box-shadow: none!important;
}

.btn-accordion:hover,
.btn-accordion:active,
.btn-accordion:focus {
    color: #0085CA;
    background: transparent;
}

.faq-answer {
    padding-top: 20px;
}


.btn-icon-indicator {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #0085CA;
    position: relative;
}

.btn-accordion[aria-expanded="false"] .btn-icon-indicator:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    border-radius: 2px;
    background-color: #0085CA;
    position: absolute;
    top: -9px;
    left: 9px;
}

p {
    margin-bottom: 20px;
}


/*  content */
.section.content {
    padding: 50px 0;
}

/*#section-1.section.content {
    padding-top: 30px;
}*/


@media (max-width: 991px) {
    .md-center {
        text-align: center;
    }

    .md-mb-30 {
        margin-bottom: 30px;
    }

    .md-mb-15 {
        margin-bottom: 15px;
    }

    .md-pl-0 {
        padding-left: 0!important;
    }

    .md-order-2 {
        order: 2;
    }

    .md-order-1 {
        order: 1;
    }

    .md-max-w-100 {
        max-width: 100%!important;
    }
}

@media (max-width: 576px) {
    .xs-w100 {
        width: 100%;
    }

    .xs-pt-0 {
        padding-top: 0!important;
    }

    .xs-p-0 {
        padding: 0!important;
    }
}

/* Iframe settings */
.iframe-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*  content */
.section.content_with_right_image {
    background: #F7F7F7;
    padding: 50px 0;
    position: relative;
}

.content_with_right_image__image-wrapper {

}

.content_with_right_image__image {
    object-fit: cover;
}

@media (min-width: 992px) {
    .content_with_right_image__row {
        min-height: 350px;
    }

    .content_with_right_image__image-wrapper {
        position: static;
    }

    .content_with_right_image__image {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50vw;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .content_with_right_image__row {
        min-height: 400px;
    }
}


@media (max-width: 576px) {
    .section.content_with_right_image {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .content_with_right_image__image-wrapper {
        padding: 0!important;
    }

    .content_with_right_image__image {
        width: 100%;
    }
}



/* voicescan-iframe-wrap */

.voicescan-iframe-wrap {
    width: 100%;
}

.voicescan-iframe-wrap iframe {
    width: 100%;
    min-width: 100%;
}


/* Microphone scan */
.mic-scan-sircle {
    display: block;
}

.mic-scan-sircle a {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px 30px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.mic-scan-arrow {
    width: 70px;
    height: 35px;
}

@media (min-width: 991px) {
    .mic-scan-sircle a {
        width: 150px;
        height: 150px;
        margin: 10px 50px;
        transition: .2s;
    }

    .mic-scan-sircle a:hover {
        width: 160px;
        height: 160px;
        margin: 5px 45px;
    }

    .mic-scan-arrow {
        width: 100px;
        height: 50px;
    }
}




/* testimonials-slider */
.testimonials-slider {
    position: relative;
    z-index: 2;
    background: rgba(10,67,101,0.8);
}

.swiper-wrapper {
    align-items: center;
}

.testimonials-slider .swiper-slide {
    padding: 50px 50px 80px;
}

.testimonials-slider-pagination {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.swiper-pagination-bullet {
    margin: 0 15px;
    outline: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .25;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}



