.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 999;
    overflow: show;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

    .loading:before {
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
    }

    .loading .vp-load-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

        .loading .vp-load-img img {
            width: 600px;
        }

    .loading .vp-spin {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 30px;
        margin: auto;
        display: block;
        color: #fff;
        font-weight: 600;
    }

        .loading .vp-spin::after {
            position: absolute;
            left: 0;
            right: 0;
            top: 18px;
            content: "";
            width: 10px;
            height: 10px;
            display: block;
            font-size: 20px;
            border-radius: 50%;
            margin: -0.5em auto 0;
            animation: spinner 2.2s infinite linear;
            -o-animation: spinner 2.2s infinite linear;
            -ms-animation: spinner 2.2s infinite linear;
            -moz-animation: spinner 2.2s infinite linear;
            -webkit-animation: spinner 2.2s infinite linear;
            box-shadow: rgb(255, 255, 255) 1.5em 0 0 0, rgb(255, 255, 255) 1.1em 1.1em 0 0, rgb(255, 255, 255) 0 1.5em 0 0, rgb(255, 255, 255) -1.1em 1.1em 0 0, rgb(255, 255, 255) -1.5em 0 0 0, rgb(255, 255, 255) -1.1em -1.1em 0 0, rgb(255, 255, 255) 0 -1.5em 0 0, rgb(255, 255, 255) 1.1em -1.1em 0 0;
        }

    .loading .vp-load-des {
        position: absolute;
        top: 65%;
        right: 0;
        bottom: 0;
        left: 0px;
        margin: auto;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
    }

/* Animation */
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vp-footer {
    background: #f4f4f4;
}

@media only screen and (min-width: 768px) {
    .vp-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.vp-footer .vp-footer-copy {
    padding: 24px 0;
}

    .vp-footer .vp-footer-copy p {
        color: #8a8a8a;
        font-size: 13px;
    }

        .vp-footer .vp-footer-copy p a {
            color: #8a8a8a;
            font-weight: 600;
        }

            .vp-footer .vp-footer-copy p a:hover, .vp-footer .vp-footer-copy p a:focus {
                color: #1e1e1e;
            }

@media only screen and (max-width: 575px) {
    .vp-footer .vp-footer-copy {
        padding: 15px 0;
    }

        .vp-footer .vp-footer-copy p {
            font-size: 12px;
        }
}

.vp-nfooter {
    padding: 50px 0 0;
}

@media only screen and (max-width: 1115px) {
    .vp-nfooter .vp-nfooter-logo-area,
    .vp-nfooter .vp-nfooter-tc-area {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .vp-nfooter .vp-nfooter-logo-area,
    .vp-nfooter .vp-nfooter-tc-area {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .vp-nfooter .vp-nfooter-logo-area,
    .vp-nfooter .vp-nfooter-tc-area {
        margin: 0 0 20px;
    }
}

.vp-nfooter .vp-nfooter-logo-area img,
.vp-nfooter .vp-nfooter-tc-area img {
    max-width: 80%;
}

@media only screen and (max-width: 575px) {
    .vp-nfooter .vp-nfooter-logo-area img,
    .vp-nfooter .vp-nfooter-tc-area img {
        max-width: 60%;
    }
}

.vp-nfooter .vp-ntop-footer,
.vp-nfooter .vp-nbfooter-instruction,
.vp-nfooter .vp-nbottom-footer {
    margin: 20px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

@media only screen and (max-width: 575px) {
    .vp-nfooter .vp-ntop-footer,
    .vp-nfooter .vp-nbfooter-instruction,
    .vp-nfooter .vp-nbottom-footer {
        padding-bottom: 10px !important;
    }
}

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-head,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head {
    position: relative;
    font-family: "Argentum Sans";
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head:before,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-head:before,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 25px;
        height: 3px;
        background-color: #0DA43F;
    }

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-head,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-head {
        font-size: 28px;
        margin-bottom: 24px;
    }
}

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead {
    color: #222222;
    font-family: "Argentum Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-subhead {
        font-size: 28px;
    }
}

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links {
    padding-left: 0;
    list-style: none;
    margin-top: 18px;
}

    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li {
        margin-bottom: 10px;
    }

        .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a,
        .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a,
        .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a {
            font-family: "Argentum Sans";
            font-size: 16px;
            font-weight: 300;
            line-height: 26px;
            color: #222222;
        }

            .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a.active,
            .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a.active,
            .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a.active {
                color: #0DA43F;
                font-weight: 500;
            }

            .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a:hover,
            .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a:hover,
            .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a:hover {
                color: #0DA43F;
                font-weight: 500;
            }

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-head .vp-bfooter-links li a {
        font-size: 28px;
        line-height: 40px;
    }
}

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links {
        margin-top: 10px;
    }
}

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li {
    margin-right: 15px;
}

    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li:last-child,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li:last-child,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li:last-child {
        margin-right: 0 !important;
    }

    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a {
        border-bottom: 0px;
    }

        .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a:hover,
        .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a:hover,
        .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem.vp-social-links li a:hover {
            border-bottom: 0px !important;
        }

.vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a,
.vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a,
.vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a {
    font-size: 22px;
    font-family: "Argentum Sans";
    font-weight: 600;
    color: #0DA43F;
    border-bottom: 1px solid transparent;
}

    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a:hover,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a:hover,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a:hover {
        border-bottom: 1px solid #0DA43F;
    }

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-ntop-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a,
    .vp-nfooter .vp-nbfooter-instruction .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a,
    .vp-nfooter .vp-nbottom-footer .vp-nfooter-tc-area .vp-nfooter-d .vp-nfooter-ditem a {
        font-size: 28px;
    }
}

.vp-nfooter .vp-ntop-footer .vp-finstruction,
.vp-nfooter .vp-nbfooter-instruction .vp-finstruction,
.vp-nfooter .vp-nbottom-footer .vp-finstruction {
    font-family: "Argentum Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #222222;
}

    .vp-nfooter .vp-ntop-footer .vp-finstruction strong,
    .vp-nfooter .vp-nbfooter-instruction .vp-finstruction strong,
    .vp-nfooter .vp-nbottom-footer .vp-finstruction strong {
        font-weight: 600;
    }

    .vp-nfooter .vp-ntop-footer .vp-finstruction a,
    .vp-nfooter .vp-nbfooter-instruction .vp-finstruction a,
    .vp-nfooter .vp-nbottom-footer .vp-finstruction a {
        color: #222222;
        font-weight: 600;
    }

        .vp-nfooter .vp-ntop-footer .vp-finstruction a:hover,
        .vp-nfooter .vp-nbfooter-instruction .vp-finstruction a:hover,
        .vp-nfooter .vp-nbottom-footer .vp-finstruction a:hover {
            color: #0DA43F;
        }

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-ntop-footer .vp-finstruction,
    .vp-nfooter .vp-nbfooter-instruction .vp-finstruction,
    .vp-nfooter .vp-nbottom-footer .vp-finstruction {
        font-size: 23px;
        line-height: 40px;
    }
}

.vp-nfooter .vp-nbottom-copyrights {
    margin-bottom: 30px;
}

    .vp-nfooter .vp-nbottom-copyrights .vp-copyrights {
        font-family: "Argentum Sans";
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        color: #222222;
    }

        .vp-nfooter .vp-nbottom-copyrights .vp-copyrights strong {
            font-weight: 600;
        }

        .vp-nfooter .vp-nbottom-copyrights .vp-copyrights a {
            color: #222222;
            font-weight: 600;
        }

            .vp-nfooter .vp-nbottom-copyrights .vp-copyrights a:hover {
                color: #0DA43F;
            }

@media only screen and (min-width: 2600px) {
    .vp-nfooter .vp-nbottom-copyrights .vp-copyrights {
        font-size: 23px;
        line-height: 40px;
    }
}

.vp-nfooter .vp-nfooter-tc-area img {
    max-width: 100% !important;
}

/* --- Bootstrap Header Css Start --- */
.rounded {
    border-radius: 5px !important;
}

.vp-header .navbar-nav {
    align-items: center;
}

    .vp-header .navbar-nav .nav-link {
        color: #000;
        text-transform: capitalize;
    }

    .vp-header .navbar-nav .dropdown-toggle::after {
        position: relative;
        top: 2px;
        border-width: 7px;
        margin-left: 0px;
    }

@media only screen and (max-width: 991px) {
    .vp-header .navbar-nav {
        display: block;
        margin-top: 15px;
    }

        .vp-header .navbar-nav .nav-item {
            display: inline-block;
        }
}

@media only screen and (max-width: 767px) {
    .navbar .d-flex {
        display: block !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .vp-header .vp-header-search .vp-header-head {
        padding-top: 0px;
    }

        .vp-header .vp-header-search .vp-header-head h1 {
            font-size: 16px;
        }
}
/* --- Bootstrap Header Css End --- */
/* --- Bootstrap Form Css Start --- */
.btn:focus,
button:focus {
    outline: 0 !important;
}

.form-control {
    border: 0;
    font-size: 13px;
    font-weight: 400;
}

    .form-control:focus {
        box-shadow: none;
    }

    .form-control textarea.form-control {
        min-height: 206px;
    }

    .form-control::-moz-placeholder {
        color: #656565;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #656565;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #656565;
    }

    .form-control::-ms-input-placeholder {
        color: #656565;
    }

.form-check-input {
    box-shadow: none !important;
}

    .form-check-input:checked {
        background-color: #51f788 !important;
        border-color: #51f788 !important;
        background-image: url("../images/icons/tick_arrow.svg") !important;
    }

.ui-datepicker * {
    font-family: "Muli" !important;
}

.datepicker table tr th {
    font-size: 13px;
}

    .datepicker table tr th:hover, .datepicker table tr th:focus {
        color: #1e1e1e;
        background-color: #51f788 !important;
    }

.datepicker table tr td {
    font-size: 13px;
    font-weight: 400;
}

    .datepicker table tr td.day:hover, .datepicker table tr td.day.active {
        color: #1e1e1e;
        background-color: #51f788 !important;
        background-image: none !important;
    }

        .datepicker table tr td.day.active:hover, .datepicker table tr td.day.active:focus {
            color: #1e1e1e;
        }

    .datepicker table tr td span {
        height: 35px;
        color: #1e1e1e;
        line-height: 35px;
        font-weight: 400;
    }

        .datepicker table tr td span:hover, .datepicker table tr td span.active, .datepicker table tr td span.focused {
            color: #1e1e1e;
            background-color: #51f788 !important;
            background-image: none !important;
        }

            .datepicker table tr td span.active:hover, .datepicker table tr td span.active:focus {
                color: #1e1e1e;
            }

/* --- Bootstrap Form Css End --- */
.tooltip {
    overflow: hidden;
    visibility: visible;
    pointer-events: none;
    opacity: 1 !important;
    padding-bottom: 15px !important;
}

    .tooltip .tooltip-inner {
        position: relative;
        top: 10px;
        opacity: 1;
        min-width: 280px;
        line-height: 1.2;
        color: #1e1e1e;
        padding: 0 0 10px;
        font-weight: 400;
        background-color: #fff;
        border-color: 1px solid rgb(237, 237, 237);
        box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.2);
    }

.tooltip-arrow::before {
    display: none;
}

hr.vp-tip-hr {
    border: 0 !important;
    margin: 10px 0 !important;
}

.vp-tip-des {
    text-align: center;
    font-size: 12px;
    font-weight: 400 !important;
}

    .vp-tip-des:not(:first-child) {
        margin-top: 15px;
    }

        .vp-tip-des:not(:first-child) .vp-tip-head {
            border-radius: 0;
        }

    .vp-tip-des * {
        font-weight: 400;
    }

    .vp-tip-des .vp-tip-head {
        display: block;
        color: #fff;
        margin-bottom: 10px;
        font-family: "Muli";
        padding: 5px 5px 10px;
        background-color: #000;
        border-radius: 5px 5px 0 0;
    }

    .vp-tip-des .vp-tip-sub-head {
        position: relative;
        display: block;
        margin-top: 8px;
        padding-top: 5px;
    }

        .vp-tip-des .vp-tip-sub-head::after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            content: "";
            width: 50px;
            height: 1px;
            margin: auto;
            background: #fff;
        }

    .vp-tip-des .vp-tip-arrival {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        text-align: left;
        margin-bottom: 5px;
        align-items: center;
    }

        .vp-tip-des .vp-tip-arrival b {
            font-weight: 300;
            min-width: 100px;
            text-align: right;
            font-family: "Muli";
            padding-right: 10px;
        }

        .vp-tip-des .vp-tip-arrival .vp-time-width {
            min-width: 100px;
            font-weight: 400;
        }

        .vp-tip-des .vp-tip-arrival .vp-small-font {
            font-family: "Muli";
        }

        .vp-tip-des .vp-tip-arrival:last-child {
            margin-top: 10px;
            margin-bottom: 0;
        }

    .vp-tip-des .vp-tip-time,
    .vp-tip-des .vp-tip-duration {
        display: inline-block;
        min-width: 70px;
    }

        .vp-tip-des .vp-tip-time:first-child::before,
        .vp-tip-des .vp-tip-duration:first-child::before {
            position: relative;
            content: "|";
            left: -10px;
            float: right;
        }

        .vp-tip-des .vp-tip-duration::before {
            display: none;
        }

    .vp-tip-des .div_T {
        color: #000 !important;
        background: #cfe595 !important;
    }

        .vp-tip-des .div_T .vp-tip-sub-head::after {
            background: #000 !important;
        }

    .vp-tip-des .div_L {
        background: #abbbc1 !important;
    }

    .vp-tip-des .div_A {
        color: #000 !important;
        background: #e7a7f1 !important;
    }

        .vp-tip-des .div_A .vp-tip-sub-head::after {
            background: #000 !important;
        }

    .vp-tip-des .div_H {
        color: #000 !important;
        background: #f0ce95 !important;
    }

    .vp-tip-des .div_C {
        color: #000 !important;
        background: #b8dccb !important;
    }

        .vp-tip-des .div_C .vp-tip-sub-head::after {
            background: #000 !important;
        }

    .vp-tip-des .div_R {
        background: #005a9c !important;
    }

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: 10px !important;
    border-top-color: #fff;
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
    }

    .or-service .col-lg-2 {
        padding: 0 5px;
    }

    .or-service .container-lg {
        padding: 0 39px;
        max-width: 100%;
    }
}
/* --- Bootstrap Responsive Css End --- */
html.overlay-open {
    overflow: hidden;
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
    html.overlay-open {
        overflow: scroll;
    }
}

body {
    overflow-x: hidden;
}

    body.overlay-open {
        overflow: hidden;
    }

@media only screen and (max-height: 480px) and (orientation: landscape) {
    body.overlay-open {
        overflow: scroll;
    }
}

html {
    min-height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Argentum Sans" !important;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    body {
        min-height: 100vh;
    }
}

a {
    text-decoration: none;
}

a,
.btn,
button,
:after,
:before {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

b,
strong {
    font-weight: 400;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.modal-open {
    padding-right: 0 !important;
}

@media only screen and (min-width: 1920px) {
    .vp-banner,
    .vp-tourism,
    .vp-header-top,
    .vp-tl-plan-list,
    .resp-tabs-container,
    .vp-breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Common styling for all heading tags */
h1, h2, h3, h4, h5, h6 {
    font-family: "Argentum Sans" !important;
    color: #000;
}

/* Individual heading sizes */
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p a {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

.vp-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 100;
}

@media only screen and (max-width: 991px) {
    .vp-header .plr-40 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vp-header .vp-black-logo {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-black-logo {
        display: inline-block !important;
    }
}

.vp-header .vp-white-logo {
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-white-logo {
        display: none !important;
    }
}

.vp-header.vp-home-header {
    background: transparent;
}

    .vp-header.vp-home-header .navbar-nav {
        align-items: center;
        margin: 0px !important;
    }

        .vp-header.vp-home-header .navbar-nav .nav-link {
            color: #fff !important;
            font-family: "Argentum Sans";
            font-size: 16px;
            position: relative;
        }

            .vp-header.vp-home-header .navbar-nav .nav-link:hover {
                color: #51f788 !important;
            }

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header .navbar-nav .nav-link:hover {
        color: #0DA43F !important;
    }
}

.vp-header.vp-home-header .navbar-nav .nav-link.active {
    color: #0DA43F !important;
}

    .vp-header.vp-home-header .navbar-nav .nav-link.active:before {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 18px;
        height: 3px;
        background-color: #51f788;
    }

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header .navbar-nav .nav-link.active:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .vp-header.vp-home-header .navbar-nav .nav-link.active {
        color: #51f788 !important;
    }
}

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header .navbar-nav .nav-link {
        color: #1e1e1e !important;
        padding: 0 3px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header .navbar-nav {
        flex-direction: row;
    }
}

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header {
        background-color: #fff !important;
    }
}

.vp-header.vp-home-header.vp-fixed-header {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .vp-header.vp-home-header.vp-fixed-header .vp-header-top .navbar-toggler {
        right: 10px !important;
        position: absolute !important;
        top: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .vp-header.vp-home-header.vp-fixed-header .vp-header-top .navbar-toggler {
        right: 10px !important;
        position: absolute !important;
        top: 15px !important;
    }
}

@media only screen and (max-width: 319px) {
    .vp-header.vp-home-header.vp-fixed-header .vp-header-top .navbar-toggler {
        top: 8px !important;
    }
}

.vp-header.vp-home-header.vp-fixed-header .vp-black-logo {
    display: inline-block !important;
}

.vp-header.vp-home-header.vp-fixed-header .vp-white-logo {
    display: none !important;
}

.vp-header.vp-home-header.vp-fixed-header .nav-link {
    color: #1e1e1e !important;
}

    .vp-header.vp-home-header.vp-fixed-header .nav-link.active {
        color: #0DA43F !important;
    }

        .vp-header.vp-home-header.vp-fixed-header .nav-link.active::before {
            background-color: #0DA43F;
        }

    .vp-header.vp-home-header.vp-fixed-header .nav-link:hover {
        color: #0DA43F !important;
    }

.vp-header .vp-header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 5;
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-header-top {
        position: relative;
    }
}

.vp-header .vp-header-top .navbar {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-header-top .navbar {
        display: block;
        position: relative;
    }

        .vp-header .vp-header-top .navbar .navbar-collapse {
            position: absolute;
            width: 100%;
            top: 70px;
            left: 0;
            background-color: #ffffff;
        }

            .vp-header .vp-header-top .navbar .navbar-collapse.show {
                position: absolute;
                left: 0;
                top: 70px;
                width: 100%;
                background: #ffffff;
                padding: 0px 0px 0px;
                z-index: 101;
                border-bottom: 1px solid #efefef;
            }
}

@media only screen and (min-width: 767px) {
    .vp-header .vp-header-top .navbar .row {
        width: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-header-top .navbar-nav {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

        .vp-header .vp-header-top .navbar-nav .nav-item {
            width: 100%;
            padding: 10px 10px;
            border-bottom: 1px solid #efefef;
            position: relative;
        }

            .vp-header .vp-header-top .navbar-nav .nav-item:last-child {
                border-bottom: 0 !important;
            }
}

.vp-header .vp-header-top .navbar-nav .nav-link {
    font-family: "Argentum Sans";
    font-weight: 400;
    font-size: 14px;
}

@media only screen and (min-width: 2600px) {
    .vp-header .vp-header-top .navbar-nav .nav-link {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-header .vp-header-top .navbar-nav .nav-link {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .vp-header .vp-header-top .navbar-nav .nav-link.dropdown-toggle span {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .vp-header .vp-header-top .navbar-nav .nav-link.dropdown-toggle .vp-member-placeholder span {
        display: block;
    }
}

@media only screen and (min-width: 2600px) {
    .vp-header .vp-header-top .navbar-nav .nav-link.dropdown-toggle {
        font-size: 26px;
    }
}

.vp-header .vp-header-top .navbar-toggler {
    right: 10px;
    position: absolute;
    top: 15px;
}

@media only screen and (max-width: 991px) {
    .vp-header .vp-header-top .navbar-toggler {
        padding-right: 0;
    }
}

.vp-header .navbar-brand {
    display: inline-block;
    padding: 0px;
}

    .vp-header .navbar-brand img {
        height: 52px;
        max-width: 160px;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media only screen and (min-width: 2600px) {
    .vp-header .navbar-brand img {
        height: 92px;
    }
}

@media only screen and (max-width: 319px) {
    .vp-header .navbar-brand img {
        height: 32px;
    }
}

.vp-inner-banner {
    position: relative;
    padding: 185px 0 !important;
    min-height: 400px;
    background-position: bottom;
    display: flex;
    align-self: center;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .vp-inner-banner {
        margin-top: 78px;
    }
}

.vp-inner-banner img {
    position: absolute;
    top: 0;
    height: 525px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 1115px) {
    .vp-inner-banner img {
        height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .vp-inner-banner img {
        height: 100%;
    }
}

.vp-inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-faded-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 525px;
    z-index: 1;
}

@media only screen and (max-width: 1291px) and (min-width: 1116px) {
    .vp-inner-banner:before {
        height: 110%;
    }
}

@media only screen and (max-width: 1290px) {
    .vp-inner-banner {
        padding: 160px 0 !important;
    }
}

@media only screen and (max-width: 1115px) {
    .vp-inner-banner {
        padding: 150px 0 !important;
        min-height: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .vp-inner-banner {
        padding: 130px 0 !important;
        min-height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .vp-inner-banner {
        padding: 100px 0 !important;
        min-height: 100%;
    }
}

.vp-inner-banner .vp-inner-banner-desc {
    position: relative;
    z-index: 1;
}

    .vp-inner-banner .vp-inner-banner-desc .vp-inner-head-area .vp-subhead {
        font-size: 60px;
        line-height: 40px;
        font-family: "Kaushan Script";
        color: #fff;
        margin-bottom: 15px;
    }

    .vp-inner-banner .vp-inner-banner-desc .vp-inner-head-area .vp-head {
        font-family: "Khand";
        font-size: 86px;
        line-height: 116px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #fff;
    }

@media only screen and (max-width: 1115px) {
    .vp-inner-banner .vp-inner-banner-desc .vp-inner-head-area .vp-head {
        font-size: 66px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-inner-banner .vp-inner-banner-desc .vp-inner-head-area .vp-head {
        font-size: 46px;
        line-height: 46px;
    }
}

.vp-inner-banner .vp-breadcrumbs .breadcrumb {
    background-color: unset;
    position: relative;
    z-index: 1;
}

    .vp-inner-banner .vp-breadcrumbs .breadcrumb.vp-breadcrumb-list .vp-breadcrumb-item {
        position: relative;
        font-family: "Argentum Sans";
        font-size: 16px;
        font-weight: 300;
    }

@media only screen and (max-width: 340px) {
    .vp-inner-banner .vp-breadcrumbs .breadcrumb.vp-breadcrumb-list .vp-breadcrumb-item {
        font-size: 13px;
    }
}

.vp-inner-banner .vp-breadcrumbs .breadcrumb.vp-breadcrumb-list .vp-breadcrumb-item a {
    color: #fff;
    opacity: 0.8;
}

.vp-inner-banner .vp-breadcrumbs .breadcrumb.vp-breadcrumb-list .vp-breadcrumb-item.active {
    font-weight: 400;
    color: #fff;
    opacity: 1;
}

.vp-inner-banner .vp-breadcrumbs .breadcrumb.vp-breadcrumb-list .vp-breadcrumb-item::before {
    color: #fff;
}

.vp-banner-grnpattern {
    position: relative;
}

    .vp-banner-grnpattern:after {
        content: "";
        position: absolute;
        bottom: -40px;
        background: url(../images/backgrounds/bg-patternbtm-white.png);
        height: 94px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

@media only screen and (max-width: 1440px) {
    .vp-banner-grnpattern:after {
        height: 74px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .vp-banner-grnpattern:after {
        height: 74px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 1290px) {
    .vp-banner-grnpattern:after {
        height: 74px;
        bottom: -80px;
    }
}

@media only screen and (max-width: 1115px) {
    .vp-banner-grnpattern:after {
        height: 74px;
        bottom: -45px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-banner-grnpattern:after {
        height: 74px;
        bottom: -45px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-banner-grnpattern:after {
        height: 54px;
        bottom: -35px;
    }
}

.vp-banner-whitepattern {
    position: relative;
}

    .vp-banner-whitepattern:after {
        content: "";
        position: absolute;
        bottom: -40px;
        background: url(../images/backgrounds/bg-patternbtm-white.png);
        height: 94px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

@media only screen and (max-width: 1440px) {
    .vp-banner-whitepattern:after {
        height: 74px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .vp-banner-whitepattern:after {
        height: 74px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 1290px) {
    .vp-banner-whitepattern:after {
        height: 74px;
        bottom: -80px;
    }
}

@media only screen and (max-width: 1115px) {
    .vp-banner-whitepattern:after {
        height: 74px;
        bottom: -45px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-banner-whitepattern:after {
        height: 74px;
        bottom: -45px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-banner-whitepattern:after {
        height: 54px;
        bottom: -35px;
    }
}

.hide-lg {
    display: none;
}

@media only screen and (min-width: 992px) {
    .hide-lg {
        display: block;
    }
}

body.vp-blog-detail .vp-home-header {
    background-image: url(https://trippilot.alliancetek.net/blog/assets/images/bg-banner-about.png);
    background-repeat: no-repeat;
    background-position: top;
}

    body.vp-blog-detail .vp-home-header.vp-fixed-header {
        background-image: unset;
    }

        body.vp-blog-detail .vp-home-header.vp-fixed-header::before {
            display: none;
        }

@media only screen and (max-width: 991px) {
    body.vp-blog-detail .vp-home-header.vp-fixed-header .navbar-nav .nav-link {
        color: #1e1e1e !important;
    }

        body.vp-blog-detail .vp-home-header.vp-fixed-header .navbar-nav .nav-link.active {
            color: #0DA43F !important;
        }

            body.vp-blog-detail .vp-home-header.vp-fixed-header .navbar-nav .nav-link.active::before {
                display: none;
            }

        body.vp-blog-detail .vp-home-header.vp-fixed-header .navbar-nav .nav-link:hover {
            color: #0DA43F !important;
        }
}

body.vp-blog-detail .vp-home-header.vp-fixed-header .navbar-toggler-icon {
    background-image: url(../images/icons/gray-toggle-bar.svg) !important;
}

body.vp-blog-detail .vp-home-header .vp-header-top {
    position: relative;
}

    body.vp-blog-detail .vp-home-header .vp-header-top .navbar-collapse {
        top: 73px;
    }

        body.vp-blog-detail .vp-home-header .vp-header-top .navbar-collapse.show {
            top: 73px;
        }

    body.vp-blog-detail .vp-home-header .vp-header-top .navbar-toggler-icon {
        background-image: url(../images/icons/white-toggle-bar.svg);
    }

@media only screen and (max-width: 991px) {
    body.vp-blog-detail .vp-home-header .navbar-nav .nav-link.active {
        color: #0DA43F !important;
    }

        body.vp-blog-detail .vp-home-header .navbar-nav .nav-link.active::before {
            display: none;
        }

    body.vp-blog-detail .vp-home-header .navbar-nav .nav-link:hover {
        color: #0DA43F !important;
    }
}

body.vp-blog-detail .vp-home-header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-faded-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 525px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    body.vp-blog-detail .vp-white-logo {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 991px) {
    body.vp-blog-detail .vp-black-logo {
        display: none !important;
    }
}

body.vp-blog-detail .vp-blog-category ul li a::after {
    top: 7px;
}

body.vp-blog-detail .vp-blog-category ul li.active {
    top: 7px;
}

.vp-blog-listing {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 62px;
    margin: 0px;
}

@media only screen and (max-width: 1291px) and (min-width: 1116px) {
    .vp-blog-listing {
        margin-top: 50px;
    }
}

.vp-blog-listing-box {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
}

    .vp-blog-listing-box .vp-listing-img img {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .vp-blog-listing-box .vp-listing-area {
        padding: 20px 20px 25px 20px;
    }

        .vp-blog-listing-box .vp-listing-area .vp-blog-title {
            font-weight: 600;
            color: #222222;
            line-height: 26px;
            margin: 0px;
        }

            .vp-blog-listing-box .vp-listing-area .vp-blog-title a {
                color: #222222;
            }

main {
    padding: 78px 0 32px;
    display: inline-block;
    width: 100%;
}

.vp-blog-title {
    font-family: "Argentum Sans";
    font-size: 20px;
    font-weight: 700;
    color: #3A3A3C;
}

.vp-box {
    width: auto;
    background: #EBFCF1;
    border-radius: 6px;
    padding: 4px 20px;
    display: inline-block;
    color: #0DA43F;
    margin-bottom: 12px;
}

    .vp-box span {
        color: #0DA43F;
        font-weight: 500;
        font-size: 14px;
        padding-left: 8px;
        font-family: "Argentum Sans";
    }

.vp-bg-green {
    background-color: #EBFCF1;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-bg-green {
        padding: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-bg-green {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-bg-green {
        padding: 15px;
    }
}

.vp-blog-pagination {
    margin: 30px 0px 30px 0px;
}

    .vp-blog-pagination .page-item {
        padding-right: 5px;
    }

        .vp-blog-pagination .page-item .page-link {
            background-color: unset;
            border: 1px solid #E4E4E4;
            background-color: #FAFAFA;
            border-radius: 6px;
            width: 40px;
            height: 40px;
            color: #000;
            line-height: 28px;
            font-family: "Argentum Sans";
        }

            .vp-blog-pagination .page-item .page-link.vp-nav-arrows .nav-img {
                display: block;
            }

            .vp-blog-pagination .page-item .page-link.vp-nav-arrows .nav-hover-img {
                display: none;
            }

            .vp-blog-pagination .page-item .page-link.vp-nav-arrows:hover {
                background-color: #000000;
                border-color: #000;
            }

                .vp-blog-pagination .page-item .page-link.vp-nav-arrows:hover .nav-img {
                    display: none;
                }

                .vp-blog-pagination .page-item .page-link.vp-nav-arrows:hover .nav-hover-img {
                    display: block;
                }

            .vp-blog-pagination .page-item .page-link:hover {
                background-color: #39E673;
                border-color: #39E673;
            }

            .vp-blog-pagination .page-item .page-link:focus {
                box-shadow: unset;
            }

        .vp-blog-pagination .page-item.active .page-link {
            background-color: #39E673;
            border-color: #39E673;
        }

.vp-blog-head {
    font-size: 48px;
    color: #1D231F;
    font-weight: 900;
    font-family: "Argentum Sans";
    line-height: 56px;
}

@media only screen and (max-width: 991px) {
    .vp-blog-head {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .vp-blog-head {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-blog-head {
        font-size: 24px;
        line-height: 30px;
    }
}

p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    font-family: "Argentum Sans";
}

.vp-page-green-link {
    color: #0DA43F;
}

@media only screen and (max-width: 991px) {
    .vp-blog-right-detail {
        margin-top: 40px;
    }
}

.vp-blog-right-detail .vp-blog-form .search-box {
    position: relative;
}

    .vp-blog-right-detail .vp-blog-form .search-box input {
        border: 1px solid #E4E4E4;
        outline: none;
        padding: 12px 60px 12px 16px;
        color: #000;
        font-size: 16px;
        border-radius: 8px;
        font-family: "Argentum Sans";
    }

        .vp-blog-right-detail .vp-blog-form .search-box input::-moz-placeholder {
            color: #999999;
        }

        .vp-blog-right-detail .vp-blog-form .search-box input::placeholder {
            color: #999999;
        }

    .vp-blog-right-detail .vp-blog-form .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: #39E673;
        border: unset;
    }

        .vp-blog-right-detail .vp-blog-form .search-box button img {
            width: 16px;
            height: 16px;
        }

.vp-blog-right-detail .vp-blog-category ul {
    padding: 0px;
    margin-bottom: 0px;
}

    .vp-blog-right-detail .vp-blog-category ul li {
        list-style: none;
        padding-bottom: 16px;
    }

        .vp-blog-right-detail .vp-blog-category ul li a {
            text-align: left;
            font-family: "Argentum Sans";
            font-size: 15px;
            font-weight: 400;
            color: #000000;
            position: relative;
            padding-left: 30px;
            width: auto;
            display: inline-block;
            transition: all 0.3s ease;
        }

            .vp-blog-right-detail .vp-blog-category ul li a::after {
                position: absolute;
                left: 0px;
                top: 5px;
                width: 18px;
                height: 14px;
                background: url(../images/icons/arrow-black.svg);
                background-repeat: no-repeat;
                background-size: cover;
                content: "";
            }

            .vp-blog-right-detail .vp-blog-category ul li a:hover {
                color: #0DA43F;
            }

                .vp-blog-right-detail .vp-blog-category ul li a:hover::after {
                    background: url(../images/icons/arrow-green.svg);
                }

        .vp-blog-right-detail .vp-blog-category ul li:last-child {
            padding-bottom: 0px;
        }

        .vp-blog-right-detail .vp-blog-category ul li.active a {
            font-weight: 600;
            color: #0DA43F;
        }

            .vp-blog-right-detail .vp-blog-category ul li.active a::after {
                top: 5px;
                background: url(../images/icons/arrow-green.svg);
            }

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog {
    display: flex;
    border-bottom: 1px solid #A6F2C1;
    padding-bottom: 16px;
    padding-top: 16px;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog {
        align-items: center;
    }
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link {
    max-width: 100px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link {
        max-width: 60px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link {
        max-width: 180px;
    }
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    min-height: 58px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link img {
        min-height: 48px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog .page-link img {
        min-height: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog:first-child {
    padding-top: 0px;
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: "Argentum Sans";
    line-height: 24px;
    text-align: left;
    padding-left: 12px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

.vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 .page-link {
    color: #000;
    max-width: unset;
    text-align: left;
}

    .vp-blog-right-detail .vp-blogrecent-post .vp-recentpost-blog h4 .page-link:hover {
        color: #0DA43F;
    }

.vp-blog-right-detail .vp-blogrecent-post.vp-bg-green {
    padding-left: 0px;
    padding-right: 0px;
}

.vp-blog-right-detail .vp-blogrecent-post .vp-blog-title {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-blog-title {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-blog-title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .vp-blog-right-detail .vp-blogrecent-post .vp-blog-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vp-blog-right-detail .vp-blog-title {
    padding-bottom: 4px;
}

.vp-blog-left-detail h2.vp-blog-title {
    font-weight: 600;
}

    .vp-blog-left-detail h2.vp-blog-title span {
        color: #0DA43F;
    }

.vp-blog-post-top {
    margin-bottom: 40px;
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .vp-blog-post-top {
        margin-bottom: 30px;
        margin-top: 40px;
    }
}

.vp-blog-post-top .vp-breadcrumbs .breadcrumb {
    background-color: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

    .vp-blog-post-top .vp-breadcrumbs .breadcrumb .vp-breadcrumb-item {
        position: relative;
        font-family: "Argentum Sans";
        font-size: 15px;
        font-weight: 400;
    }

@media only screen and (max-width: 340px) {
    .vp-blog-post-top .vp-breadcrumbs .breadcrumb .vp-breadcrumb-item {
        font-size: 13px;
    }
}

.vp-blog-post-top .vp-breadcrumbs .breadcrumb .vp-breadcrumb-item a {
    color: #7E7E7F;
}

    .vp-blog-post-top .vp-breadcrumbs .breadcrumb .vp-breadcrumb-item a:hover {
        color: #0DA43F;
        font-weight: 400;
    }

.vp-blog-post-top .vp-breadcrumbs .breadcrumb .vp-breadcrumb-item.active {
    font-weight: 600;
    color: #0DA43F;
}

.vp-blog-post-top .vp-blog-detail-image {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .vp-blog-post-top .vp-blog-detail-image {
        margin-top: 30px;
    }
}

.vp-blog-post-top .vp-blog-detail-image img {
    border-radius: 10px;
}

.vp-blog-post-top .vp-blog-head {
    margin: 10px auto;
}

@media only screen and (min-width: 992px) {
    .vp-blog-post-top .vp-blog-head {
        margin: 18px auto;
        width: 83.33333333%;
    }
}

.vp-blog-post-bottom {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .vp-blog-post-bottom {
        margin-top: 30px;
    }
}

.vp-blog-post-bottom h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: "Argentum Sans";
    line-height: 34px;
    margin-bottom: 24px;
}

    .vp-blog-post-bottom h2 strong {
        font-weight: 700;
    }

@media only screen and (max-width: 575px) {
    .vp-blog-post-bottom h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.vp-blog-post-bottom h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Argentum Sans";
    line-height: 22px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .vp-blog-post-bottom h3 {
        font-size: 18px;
    }
}

.vp-blog-post-bottom h3 strong {
    font-weight: 600;
}

.vp-blog-post-bottom ul li {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    font-family: "Argentum Sans";
    margin-bottom: 11px;
}

    .vp-blog-post-bottom ul li a {
        color: #0DA43F;
    }

.vp-blog-post-bottom ol li {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    font-family: "Argentum Sans";
    margin-bottom: 11px;
}

    .vp-blog-post-bottom ol li a {
        color: #0DA43F;
    }

.vp-blog-post-bottom p a {
    color: #0DA43F;
}

.vp-blog-post-bottom .vp-blog-tags {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0px;
}

    .vp-blog-post-bottom .vp-blog-tags ul {
        padding: 0px;
        margin: 0px;
    }

        .vp-blog-post-bottom .vp-blog-tags ul li {
            list-style: none;
        }

            .vp-blog-post-bottom .vp-blog-tags ul li a {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                font-family: "Argentum Sans";
                border: 1px solid #39E673;
                border-radius: 6px;
                padding: 2px 20px;
                text-align: center;
                display: inline-block;
                background-color: #EBFCF1;
            }

    .vp-blog-post-bottom .vp-blog-tags ol {
        padding: 0px;
        margin: 0px;
    }

        .vp-blog-post-bottom .vp-blog-tags ol li {
            list-style: none;
        }

            .vp-blog-post-bottom .vp-blog-tags ol li a {
                font-size: 14px;
                font-weight: 400;
                color: #000;
                font-family: "Argentum Sans";
                border: 1px solid #39E673;
                border-radius: 6px;
                padding: 2px 20px;
                text-align: center;
                display: inline-block;
                background-color: #EBFCF1;
            }

.vp-blog-post-bottom .vp-blog-social {
    margin-top: 25px;
}

    .vp-blog-post-bottom .vp-blog-social .vp-social-links {
        display: flex;
        margin-bottom: 0px;
        padding: 0px;
    }

        .vp-blog-post-bottom .vp-blog-social .vp-social-links li {
            list-style: none;
            padding: 0 6px;
        }

            .vp-blog-post-bottom .vp-blog-social .vp-social-links li:first-child {
                padding-left: 0px;
            }

            .vp-blog-post-bottom .vp-blog-social .vp-social-links li img {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: 3px solid #fff;
            }

            .vp-blog-post-bottom .vp-blog-social .vp-social-links li #whatsappShareBtn img {
                border: unset;
            }

.vp-blog-post-bottom .image-block img {
    width: 100%;
}

.vp-small-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: inline-block;
    margin-bottom: 16px;
}

.vp-blog-related-post {
    position: relative;
    background-color: rgba(56, 230, 114, 0.1);
    background-size: cover;
    padding: 90px 0 70px !important;
    margin-top: 90px;
}

@media only screen and (max-width: 575px) {
    .vp-blog-related-post {
        margin-top: 30px;
    }
}

.vp-blog-related-post .vp-subhead {
    font-size: 30px;
    line-height: 40px;
    font-family: "Kaushan Script";
    color: #0da43f;
    margin-bottom: 5px;
}

.vp-blog-related-post::before {
    content: "";
    position: absolute;
    top: -66px;
    background-image: url(../images/wave-pattern-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

.vp-blog-related-post::after {
    content: "";
    position: absolute;
    bottom: -48px;
    background-image: url(../images/wave-pattern-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 94px;
}

.vp-blog-related-post .vp-box img {
    width: auto;
    display: inline-block;
}

.vp-blog-related-post .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .vp-blog-related-post .owl-dots {
        margin-top: 20px;
    }
}

.vp-blog-related-post .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .vp-blog-related-post .owl-dots .owl-dot::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #D9D9D9;
        transition: all 0.3s ease;
    }

    .vp-blog-related-post .owl-dots .owl-dot.active {
        background: rgba(13, 164, 63, 0.1);
        border: 2px solid #0DA43F;
    }

        .vp-blog-related-post .owl-dots .owl-dot.active::before {
            width: 12px;
            height: 12px;
            background: #0DA43F;
        }
/*# sourceMappingURL=blog-theme.css.map */
.vp-blog-post-bottom h1 {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 36px;
}

@media only screen and (max-width: 575px) {
    .vp-blog-post-bottom h1 {
        font-size: 22px;
        line-height: 30px;
    }
}



#topbutton {
    display: inline-block;
    background-color: #38E672;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 100px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    animation-name: waAnimation;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes waAnimation {
    0% {
        box-shadow: 0 0 0 0 rgba(56, 230, 114, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(56, 230, 114, 0);
    }
}

#topbutton:hover {
    cursor: pointer;
    background-color: #1D231F;
}

#topbutton:active {
    background-color: #1D231F;
}

#topbutton.show {
    opacity: 1;
    visibility: visible;
}

.vp-blog-post-bottom p a:hover {
    color: #000;
    text-decoration: underline;
}

.vp-blog-post-bottom li.vp-index-link {
    color: #0DA43F;

}

    .vp-blog-post-bottom li.vp-index-link a:hover {
        color: #000;
        text-decoration: underline;
    }


.vp-blog-right-detail .vp-blog-category ul li {
    margin-bottom: 0px;
}
/*# sourceMappingURL=blog-theme.css.map */