﻿

body {
    font-family: Flexo-Regular;
    color: #164454;
    background: #fff;
}

.main-wrapper {
}

h3 {
    font-size: 28px;
    font-family: Flexo-Bold;
}
.btn-primary {
    font-family: Flexo-Demi;
    background: #FBBD23;
    border-radius: 10px;
    color: #fff;    
    border: 2px solid transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);    
    padding: 10px 25px;
}

.btn-primary:hover {
        border:2px solid #fff;
        background:transparent;
    }
.title-1 {
    font-size: 24px;
    color: #15A8E1;
    font-family: Flexo-Demi;
}

.title-2 {
    font-size: 24px;
    color: #FCBD24;
    font-family: Flexo-Demi;
    padding-top: 15px;
}

.intro {
    background: url(../images/sec-intro-bg.png) no-repeat top left #164454;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .intro p {
        color: #fff;
        padding-top: 20px;
        font-size: 14px;
        font-family: Flexo-Demi;
    }

        .intro p span {
            color: #15A8E1;
            display: block;
            padding-top: 5px;
        }

.benefits {
    padding-top: 60px;
    padding-bottom: 60px;
}

.carousel-wrap {
    margin: 50px auto;
    padding: 0%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel {
    padding: 0 20px;
}

    .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
        border: 2px solid #FCBD24;
        border-radius: 10px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.16);
        list-style: none;
        padding: 15px 10px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 0px 0 25px;
    }

        .owl-carousel .item img {
            height: 60px;
            width: 60px;
            margin-bottom: 10px;
        }

        .owl-carousel .item span {
            font-size: 14px;
        }
/* end fix */
.owl-nav > div {
    margin-top: -16px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 22px;
    background: #15A8E1;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.download {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    background: rgba(165,220,245,0.53);
    background: -webkit-linear-gradient(to left, #fff, rgba(165,220,245,0.53));
    background: linear-gradient(to left, #fff, rgba(165,220,245,0.53));
}

    .download .mobile {
        background: url(../images/mobile.png) no-repeat top right;
        background-size: 560px;
        position: absolute;
        right: 18%;
        top: -30px;
        height: 97%;
        width: 100%;
    }



    .download h3 {
        font-size: 50px;
        font-family: Flexo-Bold;
    }

    .download p {
        font-size: 18px;
        font-family: Flexo-Bold;
        padding: 10px 0
    }

    .download .logo {
        width: 200px;
    }

.app-icons {
    padding-right: 20px;
}

.from-group label {
    font-size: 18px;
    font-family: Flexo-Demi;
}

.from-group .input-group .form-control {
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: none;
    padding-left: 20px;
    font-family: Flexo-Demi;
    font-size: 14px;
}

    .from-group .input-group .form-control:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7B7B7B;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7B7B7B;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #7B7B7B;
}

.input-group .input-group-text::after {
    background: transparent;
    background: transparent;
}

.from-group .input-group .input-group-append button {
    position: relative;
    z-index: 4;
    font-family: Flexo-Demi;
    background: #FBBD23;
    border-radius: 10px;
    color: #fff;
    height: 50px;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    line-height: normal;
    padding: 1px 25px;
    left: -20px;
}

    .from-group .input-group .input-group-append button:hover {
        background: #164454;
    }

footer {
    background: #164454;
    padding-top: 60px;
    color: #fff;
    margin-top: -53px;
    position: relative;
    z-index: 10;
}

    footer h3 {
        color: #A5DCF5;
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer ul {
        padding: 0;
    }

        footer ul li {
            list-style: none;
        }

    footer .f-about p {
        font-size: 14px;
    }

    footer .f-about .email-contact {
        display: flex;
    }

        footer .f-about .email-contact li {
            line-height: normal;
        }

            footer .f-about .email-contact li:first-child {
                padding-right: 15px;
                border-right: 1px solid #FCBD24;
                margin-right: 15px;
            }

        footer .f-about .email-contact span {
            display: block;
        }

    footer .f-links ul li {
        font-family: Flexo-Demi;
        padding-bottom: 10px;
    }

        footer .f-links ul li a {
            color: #fff;
        }

    footer .f-social ul {
        display: flex;
    }

        footer .f-social ul a img {
            width: 50px;
            transition: 0.3s all ease-in-out;
            transform: scale(1);
        }

        footer .f-social ul li:not(:last-child) {
            padding-right: 10px;
        }

        footer .f-social ul li img:hover {
            transition: 0.3s all ease-in-out;
            transform: scale(1.1);
        }

    footer .copywrite {
        margin-top: 50px;
        padding: 20px;
        background: #fff;
    }

        footer .copywrite p {
            font-size: 14px;
            color: #164454;
            font-family: Flexo-Demi;
            margin: 0;
        }

@media screen and (max-width:1366px) {
    .download .mobile {
        background-size: 39.8%;
        right: 15%;
    }
}

@media screen and (max-width:1280px) {
    .download .mobile {
        background-size: 42.3%;
        right: 10%;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .download .mobile {
        display: none
    }
}

@media screen and (max-width:767px) {
    .benefits {
        padding-bottom: 10px;
    }

    .download .mobile {
        display: none
    }

    .download h3 {
        font-size: 30px !important;
    }

    .download .logo {
        width: 170px !important;
    }

    .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav .owl-next {
        right: -10px;
    }

    .owl-nav > div {
        margin-top: -32px;
    }
}
