/* For less than 800px height screen device) */
@media (max-height: 800px) {}

/* For less than 560px height screen device) */
@media (max-height: 560px) {}

/* For more than 992px width screen device) */
@media (min-width: 992px) {}

/* XX-Large devices (large desktops, more than 1600px) */
@media (min-width: 1600px) {}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .nav-link,
    header .theme-btn {
        font-size: 16px;
    }

    .service-wrapper {
        padding: 100px 32px 32px;
    }

    .benefit-wrapper {
        padding: 40px 20px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-nav {
        background: #000000;
        padding: 20px;
        border-radius: 10px;
    }

    .page-title {
        font-size: 54px;
    }

    .section-title {
        font-size: 48px;
    }

    .currency-converter-result {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        padding: 40px 0;
    }

    .currency-converter-form {
        padding: 40px;
    }

    .outside-gap {
        margin: 80px 0;
    }

    .inside-gap {
        padding: 80px 0;
    }

    .journey-timeline::before {
        height: 82%;
    }

    .simple-step-section .container .row::before{
        display: none;
    }

    .simple-step-number {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .title-tag {
        font-size: 18xp;
    }

    .page-title {
        font-size: 48px;
    }

    .section-title {
        font-size: 36px;
    }

    h5 {
        font-size: 18px;
    }

    .hero-banner {
        padding: 120px 0 80px 0;
    }

    .currency-converter-result {
        padding: 30px 0;
    }

    .currency-converter-form {
        padding: 30px;
    }

    .timeline-detail::before {
        left: -20%;
        width: 20%;
    }

    .flex-sm-row-reverse .timeline-detail::before {
        width: 10%;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    body,
    .title-tag {
        font-size: 14px;
    }

    .page-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 30px;
    }

    h5 {
        font-size: 16px;
    }

    .theme-btn:hover,
    .theme-outline-btn,
    .theme-btn,
    .theme-outline-btn:hover {
        font-size: 16px;
        padding: 10px 18px;
    }

    .hero-banner {
        padding: 100px 0 40px 0;
    }

    .chart-widget {
        padding: 50px 40px;
    }

    .outside-gap {
        margin: 60px 0;
    }

    .inside-gap {
        padding: 60px 0;
    }

    .team-widget {
        width: 75%;
        margin: auto;
    }

    .timeline-detail::before {
        display: none;
    }

    .journey-timeline::before {
        left: 40px;
        right: auto;
    }
}

/* XX-Small devices (portrait phones, less than 430px) */
@media (max-width: 429.98px) {

    .navbar-brand,
    .footer-logo {
        width: 200px;
        margin: 0;
    }

    h5 {
        font-size: 14px;
		letter-spacing: 1px;
    }

    .benefit-wrapper {
        padding: 20px 0;
		border: solid 1px;
        color: #f9b10a;
    }

    .chart-widget {
        padding: 40px 20px;
    }

    .chart-widget .fs-5 {
        font-size: 14px !important;
    }

    .currency-converter-result {
        padding: 20px 0;
    }

    .currency-converter-form {
        padding: 20px;
    }

    .team-widget {
        width: 100%;
    }

    .page-link {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }
}