/*----- 1. Reset.css -----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    font-family: 'Manrope', sans-serif;
}

img {
    width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- Common Styles ---*/
h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-blue {
    background-color: #2F97E1 !important;
}

.bg-orange {
    background-color: #F35647 !important;
}

/*----- Helper Classes -----*/
html * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

::-moz-selection {
    color: #FFFFFF;
    background: #23D3D3;
}

::selection {
    color: #FFFFFF;
    background: #23D3D3;
}

.nopadding {
    padding: 0;
}

.custom-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.container-m {
    max-width: 1024px;
    margin: 0 auto !important;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.container-s {
    max-width: 920px;
    margin: 0 auto !important;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}

.logo {
    position: fixed;
    top: 5%;
    left: 2%;
    z-index: 11;
}

    .logo .tld {
        background: #003979;
    }

.tld {
    width: 40px;
    height: 40px;
    background: #003979;
    color: #FFFFFF;
    border-radius: 50%;
    display: table;
}

.tld-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .tld-text a {
        font-size: 14px;
        font-weight: 800;
        color: #FFFFFF !important;
        text-decoration: none !important;
    }

        .tld-text a::after {
            display: none;
        }

/*------ Navbar Styling ------*/
.wrapper {
    width: 100%;
    height: 100%;
}

.main-content {
    width: 100%;
    height: 100%;
}

.navbar-nav {
    height: auto;
    padding: 0 0 0 1.5rem;
    display: flex;
    align-items: center;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    .navbar-nav .nav-item {
        margin-right: 15px;
        margin-top: 0;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        color: #003979;
        display: flex;
    }

        .navbar-nav .nav-item .nav-link {
            color: #003979;
            font-size: 15px;
            font-weight: 800;
            display: flex;
            vertical-align: middle;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .navbar-nav .nav-item .nav-link:hover {
                color: #FF2F78;
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            }

            .navbar-nav .nav-item .nav-link:focus {
                color: #FF2F78;
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            }

.navbar {
    padding: 0;
    background: transparent;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    .navbar > .container {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar .navbar-brand {
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0px;
        color: #333347 !important;
        vertical-align: middle;
        margin: 15px 0;
    }

        .navbar .navbar-brand.logo-dark {
            display: none;
        }

        .navbar .navbar-brand img {
            vertical-align: middle;
            margin: 0;
            height: 50px;
            width: auto;
        }

    .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 21px;
        border: none;
    }

        .navbar .navbar-toggler:focus {
            outline: none;
        }

    .navbar span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 57, 121, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

        .navbar span.navbar-toggler-icon::before {
            outline: none;
        }

    .navbar.navbar-dark span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar.navbar-dark.past-main span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 57, 121, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar.bg-orange .nav-link {
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        display: flex;
        vertical-align: middle;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar.bg-orange .nav-link:hover {
            color: #003979;
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        }

        .navbar.bg-orange .nav-link:focus {
            color: #003979;
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        }

    .navbar.bg-orange.past-main .nav-link:hover {
        color: #FF2F78;
    }

    .navbar.bg-orange.past-main .nav-link:focus {
        color: #FF2F78;
    }

    .navbar.bg-blue .nav-link {
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        display: flex;
        vertical-align: middle;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar.bg-blue .nav-link:hover {
            color: #003979;
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        }

        .navbar.bg-blue .nav-link:focus {
            color: #003979;
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        }

    .navbar.bg-blue.past-main .nav-link:hover {
        color: #FF2F78;
    }

    .navbar.bg-blue.past-main .nav-link:focus {
        color: #FF2F78;
    }

.navbar-collapse {
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.wt-border {
    border-bottom: 2px solid #FFFFFF !important;
}

.no-border {
    border: none !important;
}

.navbar-dark .navbar-brand.logo-light {
    display: none;
}

.navbar-dark .navbar-brand.logo-dark {
    display: block;
}

.navbar-dark .nav-item .nav-link {
    /* color: #ffffff; */
}

.navbar-dark.past-main .navbar-brand.logo-light {
    display: block;
}

.navbar-dark.past-main .navbar-brand.logo-dark {
    display: none;
}

.navbar-dark.past-main .nav-item .nav-link {
    color: #003979;
}

.btn-nav {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    background-color: transparent;
    background: #003979;
    color: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-transition: transform .3s, background .5s;
    -o-transition: transform .3s, background .5s;
    transition: transform .3s, background .5s;
}

    .btn-nav:hover, .btn-nav:focus, .btn-nav:active {
        color: #FFFFFF;
        outline: none !important;
        text-decoration: none;
        background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
        -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: transform .3s, background 1s;
        -o-transition: transform .3s, background 1s;
        transition: transform .3s, background 1s;
    }

    .btn-nav.icon-btn {
        width: 38px;
        padding: 0;
        margin: 0 20px 0 0;
    }

/*---- Navbar Alt -----*/
.navbar-alt {
    background: transparent !important;
}

    .navbar-alt .navbar-nav {
        background: transparent !important;
    }

    .navbar-alt .nav-item .nav-link {
        color: #FFFFFF;
    }

        .navbar-alt .nav-item .nav-link:hover {
            color: rgba(255, 255, 255, 0.7);
        }

        .navbar-alt .nav-item .nav-link:focus {
            color: rgba(255, 255, 255, 0.7);
        }

    .navbar-alt .navbar-brand {
        color: #FFFFFF !important;
    }

@media only screen and (max-width: 767px) {
    .navbar {
        /*  padding: 15px; */
    }

        .navbar .navbar-nav {
            /* background: #FFFFFF !important; */
            /* padding-bottom: 25px; */
            margin: 0 0 20px !important;
            padding: 0;
        }

        .navbar .btn-cta {
            padding: 0 30px;
        }

    .navbar-nav .nav-item {
        display: block;
    }

    .navbar-light .nav-item .nav-link {
        color: #003979;
    }

    .navbar-dark .nav-item .nav-link {
        color: #003979;
    }
}

@media only screen and (min-width: 240px) {
    .navbar.past-main {
        background: #FFFFFF !important;
        /*  border-bottom: 1px solid #EFEFF1; */
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

        .navbar.past-main .navbar-brand {
            color: #333347 !important;
            color: #333347;
        }

    .navbar.effect-main {
        /*  -webkit-transition: all 0.1s;
        transition: all 0.1s; */
    }

    .nav-white.past-main .nav-item .nav-link {
        color: #333347;
        font-weight: 400;
    }

    .nav-white.effect-main {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*----------------- Hero Section Styling ------------------*/
.home {
    padding: 91px 0 0 0;
    background: #ffffff;
    /* height: 65vh; */
}

    .home .container {
        height: 100%;
    }

        .home .container .row {
            height: 100%;
        }

    .home .hero-content {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .home .hero-content .banner-left {
            /* position: absolute; */
            /* left: 0; */
            /* bottom: 0; */
            /* max-height: 420px; */
            width: auto;
            /* height: 100%; */
            object-fit: contain;
            align-self: flex-end;
            margin-right: 30px;
        }

        .home .hero-content .text-content {
            align-self: center;
        }

            .home .hero-content .text-content h1 {
                font-size: 53px;
                font-weight: 800;
                color: #003979;
                line-height: 1.2;
                letter-spacing: -0.01em;
            }

            .home .hero-content .text-content p {
                font-size: 18px;
                font-weight: 400;
                color: #003979;
                max-width: 630px;
                margin: 0 auto;
                letter-spacing: 0;
                line-height: 1.6;
                margin-top: 30px;
                margin-bottom: 15px;
            }

        .home .hero-content .banner-right {
            /* position: absolute; */
            /* left: 0; */
            /* bottom: 0; */
            /* max-height: 420px; */
            width: auto;
            /* height: 100%; */
            object-fit: contain;
            align-self: flex-end;
            margin-left: 30px;
        }

.centered {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-action {
    display: inline-block;
    height: 52px;
    padding: 0 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: 1px;
    margin: 25px 0;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 50px;
    border: 0;
    box-sizing: border-box;
    background: #fe826e;
    background: linear-gradient(90deg, #fe826e 0%, #fe819b 100%);
    -webkit-transition: transform .3s, background .5s;
    -o-transition: transform .3s, background .5s;
    transition: transform .3s, background .5s;
}

    .btn-action:hover, .btn-action:focus, .btn-action:active {
        color: #FFFFFF;
        outline: none !important;
        text-decoration: none;
        background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
        -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: transform .3s, background 1s;
        -o-transition: transform .3s, background 1s;
        transition: transform .3s, background 1s;
    }

.btn-alt {
    background: #003979;
    color: #FFFFFF;
}

    .btn-alt:hover {
        background: #003979;
        color: #FFFFFF;
        border: 1px solid #6d48e5 !important;
        outline: none !important;
        text-decoration: none;
    }

.btn-white {
    background: #FFFFFF;
    color: #003979;
}

    .btn-white:hover {
        background: #FFFFFF;
        color: #003979;
        border: 1px solid #FFFFFF !important;
        outline: none !important;
        text-decoration: none;
    }

/*---------------- YD CTA Box Styling --------------------*/
.about-wrapper {
    background: #FFFFFF;
}

    .about-wrapper img {
        max-height: 470px;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.about-box {
    background: linear-gradient(90deg, #fe826e 0%, #f35748 100%);
    /* background: #303c42 url(../images/motherboard1.png);
        background-repeat: no-repeat;
        background-position: right; */
    border-radius: 0;
    display: flex;
    margin: auto;
    /*  height: 480px; */
}

    .about-box .about-inner {
        margin: auto;
        padding: 50px 0 0;
    }

        .about-box .about-inner [class*="col-"] {
            display: flex;
            flex-direction: column;
        }

            .about-box .about-inner [class*="col-"]:nth-child(2) {
                justify-content: center;
            }

        .about-box .about-inner .box_txt {
            padding: 0;
        }

        .about-box .about-inner p {
            font-size: 18px !important;
            font-weight: 400 !important;
            color: #ffffff;
            letter-spacing: 0;
            line-height: 1.6;
            margin: 20px 0 0 0;
            text-align: justify;
        }

        .about-box .about-inner h2 {
            font-size: 45px;
            font-weight: 800;
            line-height: 1.2;
            color: #ffffff;
            margin-top: 19px;
        }

.cta_sub {
    padding: 0;
    background: #303c42;
    text-align: center;
}

.cta_sub {
    display: flex;
    margin: auto;
    height: 480px;
}

    .cta_sub .cta_sub_inner {
        margin: auto;
        padding: 0;
    }

        .cta_sub .cta_sub_inner h4 {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 20px;
        }

        .cta_sub .cta_sub_inner h2 {
            font-size: 24px;
            font-weight: 800;
            line-height: 1.6;
            color: #FFFFFF;
        }

/*---------------- features Features Styling Starts --------------------*/
.features-wrapper {
    background: #FFFFFF;
    padding: 50px 0;
    position: relative;
}

    .features-wrapper .features-intro {
        padding: 0 0 50px 0;
    }

        .features-wrapper .features-intro h1 {
            font-size: 45px;
            font-weight: 800;
            color: #003979;
            line-height: 1.2;
            margin-bottom: 0;
        }

        .features-wrapper .features-intro p {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto;
        }

.justify-center {
    justify-content: center !important;
    display: flex;
}

.card-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.card-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 100%;
    margin: 1px;
    min-width: 200px;
    padding: 40px 32px;
    background-color: #FFF;
    -webkit-transition: 0.1s ease-in background-color;
    transition: 0.1s ease-in background-color;
}

    .card-single .card-icon {
        width: 100px;
        height: 100px;
        margin: 0;
        display: table;
        text-align: center;
    }

        .card-single .card-icon img {
            width: 100%;
            height: auto;
        }

    .card-single.top {
        flex-direction: column;
        text-align: center;
        align-self: center;
    }

        .card-single.top .card-icon {
            width: 130px;
            height: auto;
            margin: 0 auto;
            display: table;
            text-align: center;
        }

            .card-single.top .card-icon.big {
                width: 300px;
                height: auto;
            }

        .card-single.top .card-text {
            padding: 5px 15px 15px;
            margin-top: 0;
        }

            .card-single.top .card-text p {
                text-align: center;
            }

    .card-single .card-img {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        border-radius: 0;
    }

    .card-single .card-text {
        padding: 15px;
        margin-top: 0;
    }

        .card-single .card-text h3 {
            font-size: 21px;
            font-weight: 800;
            color: #003979;
            line-height: 1.3;
        }

        .card-single .card-text p {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            line-height: 1.6;
            margin: 10px 0 0;
            text-align: justify;
        }

/*------------------------------------------------
--------------- Review Card Styling --------------
-------------------------------------------------*/
.review-slides {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
}

    .review-slides .owl-carousel .owl-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(320px / 2);
        display: flex;
        justify-content: space-between;
    }

        .review-slides .owl-carousel .owl-nav .owl-prev {
            font-family: 'fontAwesome';
            background: #fe826e;
            background: linear-gradient(90deg, #fe826e 0%, #fe819b 100%);
            -webkit-transition: transform .3s, background .5s;
            -o-transition: transform .3s, background .5s;
            transition: transform .3s, background .5s;
            /* padding: 20px !important; */
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

            .review-slides .owl-carousel .owl-nav .owl-prev:before {
                content: "\f053";
                margin-right: 0;
                color: #fff;
            }

            .review-slides .owl-carousel .owl-nav .owl-prev:hover {
                outline: 0;
            }

            .review-slides .owl-carousel .owl-nav .owl-prev:hover {
                color: #FFFFFF;
                outline: none !important;
                text-decoration: none;
                background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
            }

            .review-slides .owl-carousel .owl-nav .owl-prev:focus {
                color: #FFFFFF;
                outline: none !important;
                background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
            }

        .review-slides .owl-carousel .owl-nav .owl-next {
            font-family: 'fontAwesome';
            background: #fe826e;
            background: linear-gradient(90deg, #fe826e 0%, #fe819b 100%);
            -webkit-transition: transform .3s, background .5s;
            -o-transition: transform .3s, background .5s;
            transition: transform .3s, background .5s;
            /* padding: 20px !important; */
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

            .review-slides .owl-carousel .owl-nav .owl-next:after {
                content: "\f054";
                margin-right: 0;
                color: #fff;
            }

            .review-slides .owl-carousel .owl-nav .owl-next:hover {
                color: #FFFFFF;
                outline: none !important;
                text-decoration: none;
                background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
            }

            .review-slides .owl-carousel .owl-nav .owl-next:focus {
                color: #FFFFFF;
                outline: none !important;
                background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
            }

    .review-slides .owl-carousel .owl-dot {
        font-family: 'fontAwesome';
    }

.review-intro {
    display: flex;
    height: 100%;
    max-width: 360px;
}

    .review-intro h4 {
        font-size: 14px;
        font-weight: 400;
        color: #8798ab;
        line-height: 1.4;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .review-intro h2 {
        font-size: 32px;
        font-weight: 800;
        color: #3a3a47;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .review-intro p {
        font-size: 18px;
        font-weight: 400;
        color: #787878;
        line-height: 1.6;
        letter-spacing: 0;
    }

.review-intro-inner {
    margin: auto;
}

.reviews {
    background: #FFFFFF;
    padding: 0;
}

.review-box {
    margin: 10px 10px;
    background: #F5F9FB;
    padding: 20px;
    border-radius: 15px;
    height: 250px;
}

    .review-box .review-text h1 {
        font-size: 14px;
        font-weight: 800;
        color: #003979;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .review-box .review-text p {
        font-size: 14x;
        font-weight: 400;
        color: #B6B6B7;
        line-height: 1.2;
        margin-top: 0;
    }

    .review-box .review-text .review-attr {
        display: flex;
    }

        .review-box .review-text .review-attr .review-img {
            display: flex;
        }

            .review-box .review-text .review-attr .review-img .review-img-inner {
                margin: auto;
            }

            .review-box .review-text .review-attr .review-img img {
                width: 50px;
            }

        .review-box .review-text .review-attr .review-footer h2 {
            font-size: 14px;
            font-weight: 800;
            color: #B6B6B7;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .review-box .review-text .review-attr .review-footer .score {
            display: block;
            font-size: 16px;
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }

            .review-box .review-text .review-attr .review-footer .score .score-wrap {
                display: inline-block;
                position: relative;
                height: 19px;
            }

                .review-box .review-text .review-attr .review-footer .score .score-wrap .stars-active {
                    color: #FEC704;
                    position: relative;
                    z-index: 10;
                    display: inline-block;
                    overflow: hidden;
                    white-space: nowrap;
                }

                .review-box .review-text .review-attr .review-footer .score .score-wrap .stars-inactive {
                    color: #CDCDCD;
                    position: absolute;
                    top: 0;
                    left: 0;
                    -webkit-text-stroke: initial;
                }

/* ------------ FAQ Section ------------*/
.faq {
    padding: 80px 0 0 0;
    background: #F35647;
    height: 45vh;
}

    .faq .container {
        height: 100%;
    }

        .faq .container .row {
            height: 100%;
        }

    .faq .hero-content {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .faq .hero-content .text-content {
            align-self: center;
        }

            .faq .hero-content .text-content h1 {
                font-size: 53px;
                font-weight: 800;
                color: #ffffff;
                line-height: 1.2;
                letter-spacing: -0.01em;
            }

            .faq .hero-content .text-content p {
                font-size: 18px;
                font-weight: 400;
                color: #ffffff;
                max-width: 630px;
                margin: 0 auto;
                letter-spacing: 0;
                line-height: 1.6;
                margin-top: 30px;
                margin-bottom: 15px;
            }

.faq-wrapper {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: #ffffff;
}

    .faq-wrapper h1 {
        font-size: 45px;
        font-weight: 800;
        color: #003979;
        line-height: 1.2;
        margin-bottom: 0;
        text-align: center;
    }

    .faq-wrapper h2 {
        font-size: 30px;
        font-weight: 800;
        color: #003979;
        line-height: 1.2;
        margin-bottom: 0;
        text-align: center;
    }

    .faq-wrapper .content li {
        line-height: 1.2;
        color: #003979;
    }

    .faq-wrapper .content ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 0.2em;
        margin-block-end: 0.5em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 22px;
    }

        .faq-wrapper .content ol li {
            font-size: 16px;
            font-weight: 800;
            color: #003979;
            letter-spacing: 0;
            line-height: 1.6;
            text-transform: capitalize;
        }

        .faq-wrapper .content ol ol li {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            letter-spacing: 0;
            line-height: 1.6;
            list-style-type: none;
            text-transform: unset;
        }

/* ------------ TNC Section ------------*/
.tnc {
    padding: 80px 0 0 0;
    background: #2F97E1;
    height: 45vh;
}

    .tnc .container {
        height: 100%;
    }

        .tnc .container .row {
            height: 100%;
        }

    .tnc .hero-content {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .tnc .hero-content .text-content {
            align-self: center;
        }

            .tnc .hero-content .text-content h1 {
                font-size: 53px;
                font-weight: 800;
                color: #ffffff;
                line-height: 1.2;
                letter-spacing: -0.01em;
            }

            .tnc .hero-content .text-content p {
                font-size: 18px;
                font-weight: 400;
                color: #ffffff;
                max-width: 630px;
                margin: 0 auto;
                letter-spacing: 0;
                line-height: 1.6;
                margin-top: 30px;
                margin-bottom: 15px;
            }

.tnc-wrapper {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: #ffffff;
}

    .tnc-wrapper p {
        font-size: 16px;
        font-weight: 400;
        color: #003979;
        letter-spacing: 0;
        line-height: 1.6;
    }

    .tnc-wrapper .content li {
        line-height: 1.2;
        color: #003979;
    }

    .tnc-wrapper .content ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 0.2em;
        margin-block-end: 0.5em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 22px;
    }

        .tnc-wrapper .content ol li {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            letter-spacing: 0;
            line-height: 1.6;
            text-transform: capitalize;
        }

        .tnc-wrapper .content ol ul li {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            letter-spacing: 0;
            line-height: 1.6;
            list-style-type: none;
            text-transform: unset;
        }

        .tnc-wrapper .content ol ol li {
            font-size: 16px;
            font-weight: 400;
            color: #003979;
            letter-spacing: 0;
            line-height: 1.6;
            text-transform: unset;
        }

        .tnc-wrapper .content ol ol.dashed {
            list-style: none;
            margin-left: 0;
            padding-left: 1em;
        }

            .tnc-wrapper .content ol ol.dashed li:before {
                display: inline-block;
                content: "-";
                width: 1em;
                margin-left: -1em;
            }

/* ------------ Bact-to-Top Styling Starts Here ------------*/
.footer {
    background: #F5F9FB;
    padding: 50px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

    .footer .footer-logo {
        text-align: center;
    }

        .footer .footer-logo img {
            height: 40px;
        }

    .footer .footer-copyright p {
        font-size: 12px;
        font-weight: 500;
        color: #95a3ab;
        line-height: 1.4;
        margin-top: 30px;
        text-align: center;
    }

    .footer ul {
        list-style-type: none;
        text-align: center;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer ul li {
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0;
            display: inline-block;
            margin: 0 20px;
        }

            .footer ul li a {
                font-size: 14px;
                font-weight: 800;
                line-height: 24px;
                position: relative;
                display: inline-block;
                color: #95A3AB;
                text-decoration: none;
            }

                .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
                    color: #FF2F78;
                    -webkit-transform: translateY(-7px);
                    -ms-transform: translateY(-7px);
                    transform: translateY(-7px);
                    -webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                    -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                    text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                }

    .footer .footer-menu {
        text-align: center;
        margin: 0 0 30px;
    }

    .footer .footer-links ul {
        text-align: center;
    }

        .footer .footer-links ul li {
            margin-left: 10px;
            margin-right: 10px;
        }

            .footer .footer-links ul li a img {
                width: 24px;
                vertical-align: middle;
            }

.back-to-top {
    z-index: 999999999999;
    width: 50px;
    height: 50px;
    position: fixed;
    display: inline-block;
    bottom: 30px;
    right: 30px;
    font-family: 'fontAwesome';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    /* background: url("../images/up.png") center top 0.5rem no-repeat #003979; */
    text-decoration: none;
    background: #fe826e;
    background: linear-gradient(90deg, #fe826e 0%, #fe819b 100%);
    -webkit-transition: transform .3s, background .5s;
    -o-transition: transform .3s, background .5s;
    transition: transform .3s, background .5s;
}

    .back-to-top:after {
        content: "\f077";
        color: #fff;
        margin: 0;
    }

    .back-to-top:hover {
        background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
        -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-transition: transform .3s, background 1s;
        -o-transition: transform .3s, background 1s;
        transition: transform .3s, background 1s;
        text-decoration: none;
    }

/* ------------ Modal  ------------*/
.modal-backdrop.show {
    opacity: .2;
}

#login-modal .modal-dialog {
    max-width: 400px;
}

#login-modal .modal-content {
    text-align: center;
}

    #login-modal .modal-content .modal-header {
        background-color: #E6E6E6;
        padding: 2.5rem 1rem 1rem;
    }

    #login-modal .modal-content .modal-body fieldset {
        position: relative;
    }

        #login-modal .modal-content .modal-body fieldset input {
            padding-left: 50px;
        }

            #login-modal .modal-content .modal-body fieldset input:focus {
                transform: translateY(0);
            }

        #login-modal .modal-content .modal-body fieldset .toggle-password {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            color: #96A3AC;
            padding: 10px;
        }

        #login-modal .modal-content .modal-body fieldset > i {
            color: #96A3AC;
            position: absolute;
            left: 0;
            top: 0;
            padding: 11.25px 20px;
        }

        #login-modal .modal-content .modal-body fieldset:focus, #login-modal .modal-content .modal-body fieldset:hover {
            transform: translateY(-7px);
        }

            #login-modal .modal-content .modal-body fieldset:focus input, #login-modal .modal-content .modal-body fieldset:hover input {
                border: 1px solid rgba(255, 47, 120, 0.5);
                border-radius: 50px;
                outline: none;
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
            }

    #login-modal .modal-content .modal-body .phone-icon {
        padding-left: calc(1.5em + .75rem);
        /*  background-image: url(https://use.fontawesome.com/releases/v5.8.2/svgs/regular/fa-phone-alt.svg);
                background-repeat: no-repeat;
                background-position: center left calc(.375em + 0.3rem);
                background-size: calc(.75em + .375rem) calc(.75em + .375rem); */
    }

        #login-modal .modal-content .modal-body .phone-icon:after {
            font-family: 'fontAwesome';
            content: "\f879";
            margin-right: 0;
            color: #96A3AC;
        }

    #login-modal .modal-content .modal-body .email-icon {
        padding-left: calc(1.5em + .75rem);
        /*  background-image: url(https://use.fontawesome.com/releases/v5.8.2/svgs/regular/calendar-alt.svg);
                background-repeat: no-repeat;
                background-position: center left calc(.375em + 0.3rem);
                background-size: calc(.75em + .375rem) calc(.75em + .375rem); */
    }

        #login-modal .modal-content .modal-body .email-icon:after {
            font-family: 'fontAwesome';
            content: "\f0e0";
            margin-right: 0;
            color: #96A3AC;
        }

    #login-modal .modal-content .modal-body .password-icon {
        padding-left: calc(1.5em + .75rem);
        /*  background-image: url(https://use.fontawesome.com/releases/v5.8.2/svgs/regular/calendar-alt.svg);
                background-repeat: no-repeat;
                background-position: center left calc(.375em + 0.3rem);
                background-size: calc(.75em + .375rem) calc(.75em + .375rem); */
    }

        #login-modal .modal-content .modal-body .password-icon:after {
            font-family: 'fontAwesome';
            content: "\f084";
            margin-right: 0;
            color: #96A3AC;
        }

#contact-modal .modal-dialog {
    max-width: 400px;
}

#contact-modal .modal-content {
    text-align: center;
}

    #contact-modal .modal-content .modal-header {
        padding: 2.5rem 1rem 1rem;
    }

    #contact-modal .modal-content .btn-action {
        width: auto;
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 15px;
    outline: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .modal-content .modal-header {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        padding: 2.5rem 1rem 1rem;
    }

        .modal-content .modal-header .close {
            padding: 0;
            margin: 0;
            position: absolute;
            right: 5px;
            top: 5px;
            background-color: #96A3AC;
            opacity: 1;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            color: #ffffff;
            text-shadow: none;
            -webkit-transition: transform .3s, background .5s;
            -o-transition: transform .3s, background .5s;
            transition: transform .3s, background .5s;
        }

            .modal-content .modal-header .close:focus, .modal-content .modal-header .close:hover {
                color: #ffffff;
                outline: none !important;
                background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
                -webkit-transform: translateY(-7px);
                -ms-transform: translateY(-7px);
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
            }

        .modal-content .modal-header .modal-title {
            margin-bottom: 0;
            line-height: 1.5;
            font-size: 18px;
            font-weight: 800;
            color: #003979;
        }

    .modal-content .modal-body {
        padding: 2.5rem 1rem 1rem;
    }

        .modal-content .modal-body form {
            width: 80%;
            margin: 0 auto;
        }

        .modal-content .modal-body ::-webkit-input-placeholder {
            /* Edge */
            color: #B4BDC4;
        }

        .modal-content .modal-body :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #B4BDC4;
        }

        .modal-content .modal-body ::placeholder {
            color: #B4BDC4;
        }

        .modal-content .modal-body input, .modal-content .modal-body textarea {
            width: 100%;
            margin: 0 0 20px;
            padding: 8px 15px;
            border-radius: 50px;
            border: 1px solid #B4BDC4;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.2;
            color: #003979;
            -webkit-transition: transform .3s, background .5s;
            -o-transition: transform .3s, background .5s;
            transition: transform .3s, background .5s;
        }

            .modal-content .modal-body input:focus, .modal-content .modal-body textarea:focus {
                border: 1px solid rgba(255, 47, 120, 0.5);
                border-radius: 50px;
                outline: none;
                transform: translateY(-7px);
                -webkit-transition: transform .3s, background 1s;
                -o-transition: transform .3s, background 1s;
                transition: transform .3s, background 1s;
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
            }

        .modal-content .modal-body textarea {
            border-radius: 20px;
        }

            .modal-content .modal-body textarea:focus {
                border: 1px solid rgba(255, 47, 120, 0.5);
                border-radius: 20px;
                outline: none;
                -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
                box-shadow: 0 10px 20px rgba(255, 47, 120, 0.1);
            }

    .modal-content .modal-footer {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        padding: 1rem;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .modal-content .btn-action {
        width: 100%;
        display: inline-block;
        height: 38px;
        padding: 0 30px;
        text-align: center;
        font-size: 15px;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: 1px;
        margin: 0;
        text-decoration: none !important;
        white-space: nowrap;
        cursor: pointer;
        color: #FFFFFF;
        border-radius: 50px;
        border: 0;
        box-sizing: border-box;
        background: #00BFDB;
        -webkit-transition: transform .3s, background .5s;
        -o-transition: transform .3s, background .5s;
        transition: transform .3s, background .5s;
    }

        .modal-content .btn-action:hover, .modal-content .btn-action:focus, .modal-content .btn-action:active {
            color: #FFFFFF;
            outline: none !important;
            text-decoration: none;
            background: linear-gradient(90deg, #ff2f78 0%, #fe6887 100%);
            -webkit-box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            box-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: transform .3s, background 1s;
            -o-transition: transform .3s, background 1s;
            transition: transform .3s, background 1s;
        }

    .modal-content .nav-tabs {
        border: 0;
        margin: 0 0 30px;
        display: none;
    }

    .modal-content .nav-link {
        line-height: 1.5;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #00BFDB;
        display: inline-block;
        border: 0;
        cursor: pointer;
        text-decoration: none;
        margin: 40px 0 0;
        padding: 0px 13px;
    }

        .modal-content .nav-link.forget-password {
            color: #95A3AB;
        }

        .modal-content .nav-link:hover, .modal-content .nav-link:focus, .modal-content .nav-link:active {
            color: #FF2F78;
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
            text-shadow: 0 10px 20px rgba(255, 47, 120, 0.5);
        }

    .modal-content .nav {
        justify-content: center;
    }

/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/
/*@media only screen and (min-width: 767px) {
    .logo .tld {
        background: #003979;
    }

    .navbar-nav {
        margin-top: 0;
    }

        .navbar-nav .nav-item {
            margin-top: 0;
            margin-right: 15px;
            font-size: 0.85rem;
            font-weight: 400;
        }

    .btn-nav {
        margin: 0;
    }

    .hero-inner h2 {
        font-size: 38px;
    }

    .home .hero-content {
        padding: 0;
    }

    .features-wrapper {
        padding: 100px 0 50px 0;
    }

        .features-wrapper .features-intro h1 {
            font-size: 45px;
        }

    .card-single {*/
        /* width: calc(33.333% - 2px); */
        /*width: calc(50% - 2px);
    }

        .card-single.top {
            width: calc((100%/3) - 2px);
        }

    .flex-intro h2 {
        font-size: 34px;
    }

    .review-slides .owl-item {
        max-width: unset;
    }

    .review-text h1 {
        font-size: 24px;
    }

    .reviews {
        padding: 50px;
    }

    .about .about-inner h2 {
        font-size: 32px;
    }

    .footer .footer-logo {
        text-align: center;
    }

    .footer .footer-menu {
        text-align: center;
        margin: 0;
        height: 100%;
    }

    .footer .footer-links ul {
        text-align: left;
    }
}*/


@media only screen and (min-width: 768px) {
    .card-single {
        /* width: calc(33.333% - 2px); */
        width: calc(50% - 2px);
    }

        .card-single.top {
            width: calc((100%/3) - 2px);
        }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .card-single {
        text-align: center;
        padding: 10px;
    }

    .home .hero-content .banner-left {
        display: none;
    }
}

@media only screen and (min-width: 421px) and (max-width: 768px) /*(device-width: 768px)*/ {
    .home {
        /* height: 45vh;*/
        height: 100vh;
        overflow: hidden;
    }

        .home .hero-content .banner-left {
            display: block;
            max-width: 200px;
            align-self: center;
        }

        .home .hero-content .banner-right {
            display: block;
            max-width: 200px;
        }

    .about-box {
        height: 450px;
    }

        .about-box .about-inner {
            margin: auto auto 0;
            padding: 0;
        }

            .about-box .about-inner [class*="col-"]:nth-child(2) {
                justify-content: flex-end;
            }

            .about-box .about-inner img {
                height: unset;
            }

            .about-box .about-inner p {
                padding: 0 0 50px;
                line-height: 1.2;
            }
}


@media only screen and (min-width: 1024px) {
    .about-box {
        /* height: 100vh; */
    }

        .about-box .about-inner {
            padding: 0;
            margin: 100px auto 0;
        }

    .home .hero-content .banner-left {
        display: block;
        max-width: 200px;
        align-self: center;
    }

    .home .hero-content .banner-right {
        display: block;
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .card-single {
        text-align: center;
        padding: 10px;
    }

    .home .hero-content .banner-left {
        display: none;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .home {
        height: 100vh;
    }

        .home .hero-content .banner-left {
            display: block;
            max-width: 300px;
            align-self: center;
        }

        .home .hero-content .banner-right {
            display: block;
            max-width: 200px;
        }
}

@media only screen and (min-width: 1920px) {
    .about-box {
        /* height: 100vh; */
    }

        .about-box .about-inner {
            padding: 0;
            margin: 100px auto 0;
        }

    .home {
        height: 87vh;
    }

        .home .hero-content .banner-left {
            display: block;
            max-width: unset;
            align-self: center;
        }

        .home .hero-content .banner-right {
            display: block;
            max-width: unset;
        }
}

@media only screen and (max-width: 767px) /*(max-width: 420px)*/ {
    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .navbar-collapse {
        flex-flow: column;
    }

    .bg-white .navbar-collapse {
        background-color: #C9C9C9;
        border-bottom: 1px solid #BCBCBC;
        -webkit-box-shadow: 0 10px 20px rgba(66, 114, 160, 0.8), inset 0 10px 20px rgba(66, 114, 160, 0.8);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .bg-blue .navbar-collapse {
        background-color: #C9C9C9;
        border-bottom: 1px solid #BCBCBC;
        -webkit-box-shadow: 0 10px 20px rgba(66, 114, 160, 0.8), inset 0 10px 20px rgba(66, 114, 160, 0.8);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .bg-orange .navbar-collapse {
        background-color: #C9C9C9;
        border-bottom: 1px solid #BCBCBC;
        -webkit-box-shadow: 0 10px 20px rgba(66, 114, 160, 0.8), inset 0 10px 20px rgba(66, 114, 160, 0.8);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .features-wrapper .card-wrapper:nth-last-child(1) {
        margin-top: 100px;
    }

    .about-box .about-inner {
        padding: 50px 0 0;
    }

        .about-box .about-inner h2 {
            text-align: center;
        }

        .about-box .about-inner p {
            line-height: 1.3;
        }

    .navbar {
        background: #ffffff;
    }

        .navbar.navbar-tnc, .navbar.navbar-faq {
            background: transparent;
            padding: 0;
        }

        .navbar .navbar-brand img {
            height: 40px;
        }

    .home {
        height: 100vh;
        overflow: hidden;
    }

        .home .hero-content {
            flex-direction: column;
            justify-content: space-between;
        }

            .home .hero-content .banner-left {
                display: none;
                /* position: absolute;
                left: -50%;
                top: 0;
                z-index: 0;
                opacity: 0.1;
                transform: scale(0.8); */
            }

            .home .hero-content .text-content {
                z-index: 1;
            }

                .home .hero-content .text-content h1 {
                    font-size: 48px;
                }

            .home .hero-content .banner-right {
                margin: 0;
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
                max-height: 300px;
                /*  position: absolute;
                right: -25%;
                bottom: 0;
                z-index: 0;
                opacity: 0.2;
                transform: scale(0.8) translate(0, 15%); */
            }

    .card-single {
        padding: 20px 0;
        margin: 0;
        flex-direction: column;
        text-align: center;
    }

        .card-single .card-text p {
            text-align: center;
            margin: 10px 0 0;
        }

    .owl-carousel .owl-nav {
        display: none !important;
    }

    .faq {
        height: auto;
    }

        .faq .hero-content .text-content {
            padding: 50px 0;
        }

            .faq .hero-content .text-content h1 {
                font-size: 42px;
            }

    .tnc {
        height: auto;
    }

        .tnc .hero-content .text-content {
            padding: 50px 0;
        }

            .tnc .hero-content .text-content h1 {
                font-size: 42px;
            }
}

@media only screen and (max-width: 420px) and (max-height: 700px) {
    .home .hero-content .text-content h1 {
        font-size: 30px;
    }

    .home .hero-content .text-content p {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 7px;
    }
}
