/**
* Template Name: Nova - v1.2.1
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
* --------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap";

:root {
    --font-primary: Oswald,sans-serif;
    --font-secondary: Figtree,sans-serif;
    --font-default: Figtree,sans-serif;
    --color-default: #2b180d;
    --color-primary: #56b8e6;
    --color-secondary: #1b2f45;
    scroll-behavior: smooth
}

body {
    font-family: var(--font-default);
    color: var(--color-default)
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: .3s
}

    a:hover {
        color: #82cbed;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary)
}

.hidden-xxl {
    display: block
}

.visible-xxl {
    display: none
}

section {
    overflow: hidden;
    padding: 80px 0
}

.section-header {
    text-align: center;
    padding-bottom: 30px
}

    .section-header h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative
    }

        .section-header h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 2px;
            background: var(--color-primary);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto
        }

    .section-header p {
        margin-bottom: 0
    }

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

    .scroll-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0
    }

    .scroll-top:hover {
        background: rgba(86,184,230,0.8);
        color: #fff
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1
    }

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all .6s ease-out
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid var(--color-primary);
        border-top-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.header {
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
    background: rgba(27,47,69,0.9)
}

@media (max-width: 1200px) {
    .header {
        padding: 12px 0
    }
}

.header.sticked {
    background: rgba(27,47,69,0.9);
    padding: 12px 0
}

    .header.sticked .logo img {
        max-height: 70px !important
    }

.header .logo img {
    max-height: 75px;
    margin-right: 6px
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
    margin: 0
}

@media (min-width: 1280px) {
    .navbar {
        padding: 0
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center
        }

        .navbar li {
            position: relative
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0 15px 30px;
            font-family: var(--font-default);
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            transition: .3s
        }

            .navbar a i, .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px
            }

            .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
                color: #fff;
                text-decoration: underline
            }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 14px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            box-shadow: 0 0 30px rgba(127,137,161,0.25);
            transition: .2s
        }

            .navbar .dropdown ul li {
                min-width: 200px
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                color: var(--color-secondary)
            }

                .navbar .dropdown ul a i {
                    font-size: 12px
                }

                .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                    color: var(--color-primary)
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible
        }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

@media (min-width: 1280px) {
    .mobile-nav-show, .mobile-nav-hide {
        display: none
    }
}

@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px;
            margin: 0;
            background: rgba(27,47,69,0.9);
            overflow-y: auto;
            transition: .3s;
            z-index: 9998
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-default);
            font-size: 15px;
            font-weight: 600;
            color: rgba(255,255,255,0.7);
            white-space: nowrap;
            transition: .3s
        }

            .navbar a i, .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px
            }

            .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
                color: #fff
            }

        .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            background-color: rgba(20,35,51,0.6)
        }

        .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
            display: block
        }

    .mobile-nav-show {
        color: rgba(255,255,255,0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: .5s
    }

    .mobile-nav-hide {
        color: rgba(255,255,255,0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999
    }

    .mobile-nav-active {
        overflow: hidden
    }

        .mobile-nav-active .navbar {
            right: 0
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(27,47,69,0.7);
                z-index: 9996
            }
}

.hero {
    width: 100%;
    min-height: 80vh;
    background: url(../images/get-real-texts-in-real-time-at-jewelers-crime-alert-network.jpg) top right;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 3
}

@media (min-width: 1024px) {
    .hero::after {
        position: absolute;
        content: "";
        width: 40%;
        background: #1b2f459c;
        top: 0;
        bottom: 0;
        left: 0
    }
}

.toptxt {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    margin: 10px 0 0;
    font-family: var(--font-default)
}

.bottomtxt {
    color: #fff;
    font-size: 22px;
    margin: 0 0 2pc
}

.hero::before {
    position: absolute;
    content: "";
    background: rgba(27,47,69,0.44);
    width: 60%;
    right: 0;
    height: 100%
}

@media (max-width: 1034px) {
    .hero:before {
        background: rgba(27,47,69,0.7)
    }
}

.hero .container {
    z-index: 1
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed
    }
}

.hero h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    color: #d50d0d
}

    .hero h2 span {
        color: #fff
    }

.hero blockquote {
    color: #fff;
    padding-left: 20px;
    font-size: 17px;
    font-family: var(--font-default);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0 20px
}

.hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    background: var(--color-primary)
}

    .hero .btn-get-started:hover {
        background: rgba(86,184,230,0.8)
    }

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: rgba(255,255,255,0.7);
    font-weight: 600
}

    .hero .btn-watch-video i {
        color: var(--color-primary);
        font-size: 32px;
        transition: .3s;
        line-height: 0;
        margin-right: 8px
    }

    .hero .btn-watch-video:hover {
        color: #fff
    }

        .hero .btn-watch-video:hover i {
            color: #82cbed
        }

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1
    }

    .hero .btn-get-started, .hero .btn-watch-video {
        font-size: 13px
    }
}

.why-us {
    padding-bottom: 80px
}

    .why-us .img-bg {
        background: #f7f9fc
    }

        .why-us .img-bg img {
            border: 1px solid #f7f9fc
        }

    .why-us .slides {
        background-color: #f7f9fc
    }

    .why-us h3 {
        font-family: var(--font-primary);
        font-size: 32px;
        font-weight: 700;
        color: var(--color-secondary)
    }

    .why-us h4 {
        font-size: 18px;
        font-weight: 400;
        color: #29486a
    }

    .why-us .swiper {
        margin: 110px 120px 50px;
        overflow: hidden
    }

    .why-us .swiper-button-prev:after, .why-us .swiper-button-next:after {
        font-size: 24px;
        color: var(--color-secondary)
    }

    .why-us .swiper-button-prev {
        left: 80px
    }

    .why-us .swiper-button-next {
        right: 80px
    }

    .why-us .swiper-pagination {
        margin-top: 30px;
        position: relative
    }

        .why-us .swiper-pagination .swiper-pagination-bullet {
            background-color: var(--color-secondary)
        }

        .why-us .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--color-primary)
        }

.btnsignup {
    margin-top: 25px
}

    .btnsignup a, .btnsignup a:hover {
        font-family: var(--font-secondary);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 30px;
        border-radius: 50px;
        transition: .5s;
        color: #fff;
        background: var(--color-primary);
        width: 100%;
        text-align: center
    }

        .btnsignup a:hover {
            background: rgba(86,184,230,0.8)
        }

@media (max-width: 1200px) {
    .why-us .swiper {
        margin: 60px 60px 40px
    }

    .why-us .swiper-button-prev, .why-us .swiper-button-next {
        display: none
    }
}

@media (max-width: 575px) {
    .why-us .swiper {
        margin: 40px 40px 20px
    }
}

.page-about .why-us {
    padding: 0 0 80px
}

.details {
    padding: 0 0 80px
}

    .details .content + .content {
        margin-top: 100px
    }

    .details .content h3 {
        font-weight: 700;
        font-size: 32px;
        color: var(--color-secondary)
    }

    .details .content ul {
        list-style: none;
        padding: 0
    }

        .details .content ul li {
            padding-bottom: 10px
        }

        .details .content ul i {
            font-size: 24px;
            padding-right: 2px;
            color: #5777ba;
            line-height: 0
        }

    .details .content p {
        color: #585a61
    }

    .details .btnsignup a, .details.btnsignup a:hover {
        display: initial;
        padding: 12px 50px
    }

.crime {
    background-color: #f7f9fc;
    padding: 50px 0
}

    .crime .content {
        padding: 0
    }

        .crime .content h3 {
            font-weight: 400;
            font-size: 34px;
            color: #56b8e6
        }

        .crime .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px
        }

        .crime .content p {
            font-size: 16px;
            color: #848484
        }

.call-to-action {
    background: linear-gradient(rgba(27,47,69,0.31),rgba(27,47,69,0.31)),url(../images/join-the-network-at-jewelers-helping-jewelers.jpg) fixed center center;
    background-size: cover;
    padding: 40px 0
}

@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed
    }
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700
}

.call-to-action p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px
}

.call-to-action .cta-btn {
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff;
    background: #2aa5df
}

    .call-to-action .cta-btn:hover {
        background: var(--color-primary)
    }

.features {
    padding-bottom: 0
}

    .features h3 {
        color: var(--color-secondary);
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .features .icon-list i {
        margin-right: 10px;
        font-size: 24px;
        line-height: 1.2
    }

    .features .icon-list span {
        font-size: 18px;
        color: #29486a
    }

    .features .phone-wrap {
        position: absolute;
        right: 0
    }

@media (max-width: 768px) {
    .features .phone-wrap {
        position: relative
    }
}

.features .phone-wrap img {
    width: 370px
}

@media (max-width: 992px) {
    .features .phone-wrap img {
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .features .phone-wrap img {
        width: 100%
    }
}

.features .details {
    margin-top: 80px;
    padding: 120px 0 50px;
    background-color: #f7f9fc
}

    .features .details h4 {
        color: var(--color-secondary);
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .features .details p {
        margin-bottom: 20px;
        font-size: 15px
    }

    .features .details .btn-get-started {
        font-family: var(--font-primary);
        display: inline-block;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 32px;
        border-radius: 50px;
        transition: .5s;
        background-color: var(--color-primary);
        color: #fff
    }

        .features .details .btn-get-started:hover {
            background: #2aa5df
        }

.services-cards {
    background: #f7f9fc
}

    .services-cards .card-item {
        border: 1px solid rgba(27,47,69,0.1);
        background: #fff;
        position: relative;
        border-radius: 0
    }

        .services-cards .card-item .card-bg {
            min-height: 300px;
            background-size: cover;
            background-repeat: no-repeat
        }

        .services-cards .card-item .card-body {
            padding: 30px
        }

        .services-cards .card-item h4 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 15px;
            color: var(--color-secondary)
        }

        .services-cards .card-item p {
            color: var(--color-secondary);
            margin: 0
        }

.faq {
    background: #fff
}

    .faq .content h3 {
        font-weight: 400;
        font-size: 34px
    }

    .faq .content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px
    }

    .faq .content p {
        font-size: 15px;
        color: #6c757d
    }

    .faq .accordion-item {
        border: 0;
        margin-bottom: 20px;
        box-shadow: 0 5px 25px 0 rgba(0,0,0,0.06);
        border-radius: 10px
    }

        .faq .accordion-item:last-child {
            margin-bottom: 0
        }

    .faq .accordion-collapse {
        border: 0
    }

    .faq .accordion-button {
        padding: 20px 50px 20px 20px;
        font-weight: 500;
        border: 0;
        font-size: 22px;
        line-height: 24px;
        color: var(--color-default);
        text-align: left;
        background: #fff;
        box-shadow: none;
        border-radius: 10px
    }

        .faq .accordion-button .num {
            padding-right: 10px;
            font-size: 20px;
            line-height: 0;
            color: var(--color-primary)
        }

        .faq .accordion-button:not(.collapsed) {
            color: var(--color-primary);
            border-bottom: 0;
            box-shadow: none
        }

        .faq .accordion-button:after {
            position: absolute;
            right: 20px;
            top: 20px
        }

    .faq .accordion-body {
        padding: 0 40px 30px 45px;
        border: 0;
        border-radius: 10px;
        background: #fff;
        box-shadow: none
    }

.footer {
    font-size: 14px;
    background: #f7f9fc;
    border-top: 2px solid #f7f9fc
}

    .footer .footer-content {
        background-color: #f7f9fc;
        background-size: contain;
        padding: 60px 0 30px
    }

        .footer .footer-content .footer-info {
            margin-bottom: 30px
        }

            .footer .footer-content .footer-info .logo {
                line-height: 0;
                margin-bottom: 25px
            }

                .footer .footer-content .footer-info .logo img {
                    max-height: 40px;
                    margin-right: 6px
                }

                .footer .footer-content .footer-info .logo span {
                    font-size: 30px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    color: var(--color-secondary);
                    font-family: var(--font-secondary);
                    margin-top: 3px
                }

            .footer .footer-content .footer-info p {
                font-size: 15px;
                margin-bottom: 0;
                font-family: var(--font-primary);
                color: var(--color-secondary)
            }

        .footer .footer-content .social-links a {
            font-size: 14px;
            line-height: 0;
            display: inline-block;
            width: 32px;
            height: 32px;
            color: rgba(27,47,69,0.5);
            margin-right: 10px;
            transition: .3s;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--color-primary);
            color: #fff;
            border-radius: 50px
        }

            .footer .footer-content .social-links a:hover {
                background-color: #38618e
            }

        .footer .footer-content h4 {
            font-size: 16px;
            font-weight: 700;
            color: #29486a;
            position: relative;
            padding-bottom: 12px
        }

        .footer .footer-content .footer-links {
            margin-bottom: 30px
        }

            .footer .footer-content .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0
            }

                .footer .footer-content .footer-links ul i {
                    margin-right: 2px;
                    color: var(--color-primary);
                    font-size: 16px;
                    line-height: 0
                }

                .footer .footer-content .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center
                }

                    .footer .footer-content .footer-links ul li:first-child {
                        padding-top: 0
                    }

                .footer .footer-content .footer-links ul a {
                    color: #31547c;
                    transition: .3s;
                    display: inline-block;
                    line-height: 1
                }

                    .footer .footer-content .footer-links ul a:hover {
                        color: var(--color-primary)
                    }

        .footer .footer-content .footer-contact p {
            line-height: 26px;
            color: var(--color-secondary)
        }

    .footer .footer-legal {
        background: #f7f9fc;
        background: #fff;
        padding: 30px 0
    }

        .footer .footer-legal .copyright {
            text-align: center;
            color: var(--color-secondary)
        }

        .footer .footer-legal .credits {
            padding-top: 4px;
            text-align: center;
            font-size: 13px;
            color: var(--color-secondary)
        }

.breadcrumbs {
    padding: 120px 0 15px;
    min-height: 20vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #499fc8
}

    .breadcrumbs h2 {
        font-size: 42px;
        font-weight: 300;
        color: #fff;
        font-family: var(--font-secondary);
        text-decoration: underline
    }

.border-top {
    border-top: 1px solid #3e5064 !important
}

.maindiv {
    padding: 3pc 0
}

.minpght {
    min-height: 700px
}

.Sub_Btn .Btn_Submit, .Sub_Btn .Btn_Submit:hover {
    background-color: #1b2f45 !important;
    font-weight: 500;
    color: #FFF;
    padding: 7px 30px
}

.redTxt {
    color: red
}

.formInputs {
    border: 2px solid #adb5bd !important
}

.termsbtn, .termsbtn:hover {
    color: var(--color-secondary);
    text-decoration: underline;
    font-weight: 600
}

.call {
    padding: 0 10px;
    position: absolute;
    border-right: 2px solid #adb5bd;
    border-left: 2px solid #adb5bd
}

.callnum {
    padding-left: 50px
}

.RequiredTxt {
    font-size: 15px
}

.accordion-terms .accordion-button {
    background: #499fc82b;
    border-bottom: 1px solid #499fc8 !important;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary)
}

.accordion-terms .accordion-item {
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px
}

.accordion-terms .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-secondary)
}

.accordion-terms .accordion-button:not(.collapsed) {
    color: var(--color-secondary);
    border-bottom: 0;
    box-shadow: none
}

.accordion-terms .accordion-body {
    font-size: 16px;
    background: #499fc82b;
    line-height: 1.6
}

.accordion-terms ul {
    list-style: none;
    padding: 0
}

    .accordion-terms ul li {
        margin-bottom: 15px
    }

        .accordion-terms ul li ul li {
            margin-bottom: 1px
        }

    .accordion-terms ul.nomargin li {
        margin-bottom: 1px
    }

.BtnSearch {
    font-size: 12px;
    font-family: Arial,Tahoma,Verdana;
    color: #FFF;
    border: 1px solid;
    border-color: #333334;
    height: 22px;
    width: 100px;
    background-color: #000;
    font-weight: 700
}

.TblColBorder {
    color: #000;
    font-size: 13px;
    font-family: Arial,Tahoma,Verdana;
    border: 1px solid #000;
    padding: 5px
}

    .TblColBorder a, .TblColBorder a:hover {
        color: #000
    }

.CmbSSB {
    color: #FCFCFC;
    font-size: 11px;
    font-family: Arial,Tahoma,Verdana;
    border: 2px solid #333334;
    background-color: #08263e;
    height: 25px;
    width: 100%
}

.TblFrame {
    border: 1px solid #000
}

.FPImg {
    padding: 10px
}

@media(min-width: 1750px) {
    .container-xxxl {
        max-width: 1650px
    }

    .hero::after {
        width: 35%
    }

    .hero {
        min-height: 95vh
    }

        .hero::before {
            width: 65%
        }

    .hidden-xxl {
        display: none
    }

    .visible-xxl {
        display: block
    }

    .why-us .swiper {
        margin: 200px 140px
    }
}

@media(max-width: 1199px) {
    .breadcrumbs {
        padding: 115px 0 20px;
        min-height: 12vh
    }

        .breadcrumbs h2 {
            font-size: 32px
        }

    .hero {
        min-height: auto;
        padding: 150px 20px 50px
    }

        .hero::before {
            background: rgba(27,47,69,0.7);
            top: 0;
            width: 100%
        }
}

@media(max-width: 767px) {
    .hero {
        min-height: auto;
        padding: 120px 15px 50px
    }

        .hero::before {
            background: rgba(27,47,69,0.8);
            width: 100%;
            top: 0
        }

    .features .details {
        padding: 50px 0
    }

    .call-to-action p {
        font-size: 17px
    }

    .features h3 {
        font-size: 25px
    }

    .features .icon-list span {
        font-size: 16px
    }

    .faq .content h3 {
        font-size: 25px
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .jcasign {
        padding-top: 20px;
    }

    span.txtsign {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    a#btnsignin {
        position: absolute;
        top: 40%;
        left: 54%;
    }

    a#btnsignup {
        position: absolute;
        top: 40%;
        left: 77%;
    }

    span.txtsign {
        font-size: 25px;
    }
}
