body {
    padding: 0 15px;
}

a {
    text-decoration: none;
}

.bordered {
    border: 1px solid #d9ecef;
}

.logo {
    max-height: 70px;
    padding-left: 15px;
}

.nav-item:before {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #32346E;
    margin-top: 100%;
}

.nav-item {
    padding: 0px;
}

a.nav-link {
    font-size: 17px;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0px 5px;
}

.nav-item:hover {
    border-color: #32346E;
}

.nav-item.active a.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #32346E;
    border-bottom: 3px solid #32346E;
}

nav .input-group {
    width: auto;
}

    nav .input-group input, footer .input-group input {
        background-color: #e9ecef;
        border-color: #e9ecef;
    }

    nav .input-group .input-group-text, footer .input-group .input-group-text {
        border-color: #d9ecef;
    }

.slider {
    margin-bottom: 110px;
    position: relative;
}

    .slider img {
        box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
        -webkit-box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
        -moz-box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
    }

    .slider .exchange-rate {
        border: 2px dashed #cc6633;
        border-radius: 15px;
        padding: 45px 50px;
        background-color: #f8f9fb;
        position: absolute;
        bottom: -15%;
        width: 50%;
        -webkit-transform: translateX(50%);
    }

        .slider .exchange-rate .btn-search {
            background-color: #32346E;
            color: white;
        }

            .slider .exchange-rate .btn-search:hover {
                background-color: #89c740;
            }

        .slider .exchange-rate h2 {
            margin-bottom: 30px;
        }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #fff !important;
}

button.dropdown-toggle.btn-light {
    background-color: #89c740;
    border-color: #89c740;
    color: white;
}

.bs-placeholder.btn-light {
    background-color: #32346E !important;
    border-color: #32346E !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    box-shadow: none !important;
}

.infographics {
    background-color: #d3c2f9;
    border-radius: 25px;
    padding: 20px;
    position: relative;
}

    .infographics p.stats-text {
        text-align: right;
        font-size: 16px;
    }

    .infographics h4.header {
        margin-left: 40px;
        font-size: 30px;
    }

    .infographics .stats {
        position: relative;
        background-color: white;
        border-radius: 15px 15px 0px 15px;
        padding: 15px;
        margin-bottom: 20px;
        margin-left: 40px;
        box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.45);
        -webkit-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.45);
    }

.stats h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.stats .count {
    font-weight: bold;
    font-size: 40px;
    color: #ff6a00;
}

    .stats .count i {
        font-size: 28px;
        margin-top: 3px;
        height: 24px;
        width: 24px;
        display: inline-block;
        vertical-align: top;
    }

.stats .stat-icon {
    height: 50px;
    display: block;
    width: 50px;
    color: white;
    background-color: #7033f2;
    padding: 6px 14px;
    font-size: 24px;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.stats:nth-child(2) .stat-icon {
    padding: 7px 16px;
}

.stats:last-child .stat-icon {
    padding: 6px 9px;
}

.stats-img-container {
    position: absolute;
    bottom: 40px;
}

.header-container {
    padding: 20px 0px;
}

    .header-container .header-text {
        text-align: center;
        font-weight: bold;
    }

    .header-container .header-link {
        display: block;
        text-align: right;
        font-size: 18px;
        text-decoration: none;
        color: deepskyblue;
        font-weight: 600;
    }

        .header-container .header-link:hover {
            color: #89c740;
        }

.box-shadow {
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
    -webkit-box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
    -moz-box-shadow: 0px 5px 5px 3px rgba(155,154,154,0.75);
}

.calendar-table tr.text-muted td {
    font-size: 12px;
    color: grey;
    padding: 2px 0 2px 0px;
}

.calendar-table tr.text-regular td {
    border-bottom: 1px solid deepskyblue;
    color: deepskyblue;
    font-weight: bold;
}

.calendar-table tr.text-holiday td {
    border-bottom: 1px solid deeppink;
    color: deeppink;
    font-weight: bold;
}

.updates {
    padding: 15px 60px;
}

    .updates img {
        margin-bottom: 8px;
        border-radius: 15px;
    }

    .updates a h4.update-title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: black;
        text-decoration: none;
    }

    .updates a:hover h4.update-title {
        color: #89c740;
    }

.forex table {
    width: 100%;
    padding: .5rem .5rem;
}

    .forex table td, .forex table th {
        padding: .25rem .5rem;
    }

footer .input-group .btn {
    border-radius: 1.25rem;
    background-color: #32346E;
    border-color: #32346E;
}

    footer .input-group .btn:hover {
        background-color: #89c740;
        border-color: #89c740;
    }

footer .input-group .input-group-text {
    border-radius: 1.25rem;
    padding-right: 0px;
}

.login-btn {
    padding: 5px 10px;
    color: black;
    font-size: 28px;
}

.footer-logo {
    max-height: 100px;
}

footer {
    background-color: whitesmoke;
    padding: 50px 0;
}

.footer-header {
    color: #32346E;
}

.footer-menu {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    .footer-menu li {
        display: inline-block;
        list-style: none;
    }

        .footer-menu li a {
            padding: 5px 22px;
            font-size: 16px;
            color: black;
            text-decoration: none;
        }

.copyright-text {
    font-size: 15px;
    font-weight: 600;
}

.copyright-link {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .copyright-link li {
        display: inline-block;
        list-style: circle;
        padding: 0px 8px;
    }

        .copyright-link li a {
            color: black;
            text-decoration: none;
        }

    .copyright-link a:hover, .footer-menu a:hover {
        color: #89c740;
    }

/*Rate Page*/
.page-banner {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/banner.jpg);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}

    .page-banner h2,
    .page-banner a,
    .page-banner span {
        color: #fff;
    }

    .page-banner .gaps-left {
        position: absolute;
        bottom: 0;
        left: 55px;
        z-index: 1;
    }

    .page-banner .gaps-right {
        position: absolute;
        top: 0;
        right: 25px;
        z-index: 1;
    }

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-padding {
    padding: 130px 0px;
}

.rate-table {
    font-size: 18px;
}
/*Contact Page*/
.contact form input {
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}

    .contact form input:focus {
        border: 1px solid #32346E;
    }

.contact form textarea {
    transition: all 0.3s ease-in-out;
}

    .contact form textarea:focus {
        border: 1px solid #32346E;
    }

.contact form .nice-select {
    width: 100%;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 1px;
    padding: 30px 20px;
    background-color: #f3f3f3;
}

    .contact form .nice-select span {
        color: #888888;
    }

    .contact form .nice-select ul {
        width: 100%;
        border-radius: 0px;
    }

        .contact form .nice-select ul li {
            color: #888888;
        }

.contact .content {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../images/contact.jpg);
    padding: 40px 30px;
}

    .contact .content h2 {
        color: #fff;
        padding-bottom: 40px;
    }

    .contact .content .arry {
        margin: 55px 0;
    }

    .contact .content ul {
        padding: 0px;
        margin: 0px;
    }

        .contact .content ul li {
            margin-bottom: 20px;
            list-style: none;
        }

            .contact .content ul li a {
                color: #fff;
            }

                .contact .content ul li a i {
                    color: #fff;
                    width: 40px;
                    min-width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    background-color: rgba(255, 255, 255, 0.2);
                    margin-right: 10px;
                }


.form-area form input {
    width: 100%;
    padding: 10px 20px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
}

.form-area form textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    height: 150px;
    resize: none;
}

.form-area form button {
    padding: 12px 26px;
    background-color: #32346E;
    font-weight: 600;
    color: #ffffff;
}

    .form-area form button i {
        padding-left: 6px;
        transform: rotate(-40deg);
        transition: all 0.3s ease-in-out;
    }

    .form-area form button:hover i {
        transform: rotate(0deg);
    }
/*Agents*/
.agents {
    padding: 2rem;
}

.agent-logo-container {
    text-align: center;
}

    .agent-logo-container img {
        max-height: 100px;
    }

    .agent-logo-container .rating {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
        justify-content: center;
    }

        .agent-logo-container .rating .rate {
            font-size: 42px;
            font-weight: bold;
        }

        .agent-logo-container .rating .stars {
            color: grey !important;
            margin-left: 7px;
            font-size: 13px;
            margin-top: 12px;
        }

            .agent-logo-container .rating .stars .filled {
                color: #89c740 !important;
            }

            .agent-logo-container .rating .stars .sajilo-title {
                font-size: 14px;
                text-align: left;
                color: #32346E;
                font-weight: 600;
                font-style: italic;
            }

.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85%;
}

    .button-container a {
        padding: 10px 18px;
    }

.agent-name {
    display: none;
}

.agent-details h5 span {
    font-size: 1rem !important;
    font-weight: normal;
    font-style: italic;
}

.todays-rate {
    text-align: center;
    color: #89c740;
    font-size: 2rem;
    font-style: italic;
}

.agent-details p {
    color: #32346E;
    font-size: 1rem;
}

.agent-info {
    font-size: 18px;
}

    .agent-info i {
        color: #89c740;
        font-size: 16px;
        margin-right: 5px;
    }

.rating-expanded {
    background-color: #89c740;
    color: white;
    padding: 8px;
    font-size: 16px;
    margin-top: 8px;
}

.rating-contents {
    padding: 1rem;
}

.rating-expanded i {
    font-size: 10px;
}

.sticky-container {
    position: sticky;
    top: 10px;
    height: fit-content;
}


@media(max-width:767px) {
    .navbar {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .sticky-container {
        position: relative;
    }

    .footer-menu li a {
        padding: 5px 10px;
    }

    .logo-container {
        text-align: center;
    }

    .contact .content .arry {
        display: none;
    }

    .contact .content h2 {
        padding-bottom: 15px;
    }

    .bg-image p {
        display: none;
    }

    .section-padding {
        padding: 50px 0;
    }

    .agents {
        padding: 1rem;
    }

    .agent-name {
        display: block;
        text-align: left;
        margin-bottom: 9px;
    }

        .agent-name span {
            font-size: 1rem !important;
            font-weight: normal;
            font-style: italic;
        }

    .agent-details {
        display: none;
    }


    .button-container {
        align-items: start;
        height: 55%;
    }

        .button-container a {
            padding: 5px 18px;
        }

    .todays-rate {
        text-align: start;
        font-size: 1.5rem;
    }

    .bootstrap-select {
        margin-bottom: 8px !important;
    }
}

@media(max-width:540px) {
    .slider {
        margin-bottom: 1.5rem !important;
    }

        .slider img {
            object-fit: cover;
            min-height: 200px;
        }

        .slider .exchange-rate {
            width: 90%;
            transform: translateX(0);
            position: relative;
            background-color: transparent;
            padding: 15px;
            margin-top: 25px;
            margin-left: 5%;
        }

            .slider .exchange-rate h2 {
                font-size: 20px;
                margin-bottom: 8px;
            }

    .bootstrap-select > .dropdown-toggle.bs-placeholder, .sajilo-search {
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .infographics {
        margin-bottom: 1.25rem;
    }

        .infographics h4.header {
            margin-left: 0px;
            font-size: 26px;
            text-align: center;
        }

        .infographics p.stats-text {
            text-align: center;
        }

        .infographics .stats {
            margin-left: 0px;
        }

    .table-responsive table {
        margin-bottom: 0px;
    }

    .bank-interest {
        margin-bottom: 1.25rem !important;
    }

    .stats-img-container {
        display: none;
    }
}
