

/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*/


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


.row > * {
    position: relative
}

.click-to-hide i {
    display: none;
}

.display-sm {
    display: none;
}

.click-to-hide-van i {
    display: none;
}

.showing-button .btnShowHide {
    display: none;
}

.search-td .form-floating .search-btn {
    padding-top: 7px !important;
}

.meet-the-fleet-logo img {
    width: 225px;
}

.addons-form .btn-disabled {
    opacity: 0.5;
}

.lable-add-width {
    width: 52px;
}

.book-van-content .container {
    padding: 0px;
}

.how-it-works-gray .content p {
    padding-left: 26px;
}

.how-it-works-gray .content .title2 {
    padding-left: 22px;
}

.card-input {
    position: relative;
}

    .card-input .visa-img {
        position: absolute;
        right: 8px;
        bottom: 8px;
        width: 40px;
    }




h3,
.h3 {
    font-size: 22px
}

h4,
.h4 {
    font-size: 15px
}

h5,
.h5 {
    font-size: 13px !important
}

h6,
.h6 {
    font-size: 10px !important
}

.display-1 {
    font-size: 72px !important
}

.display-2 {
    font-size: 64px !important
}

.display-3 {
    font-size: 56px !important
}

.display-4 {
    font-size: 48px !important
}

.display-5 {
    font-size: 44px !important
}

.display-6 {
    font-size: 40px !important
}

.bg-primary {
    background-color: #3274f0 !important
}

.bg-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #3274f0 !important
}

    .bg-soft-primary .border {
        border-color: #3274f0 !important
    }

/*.text-primary {
    color: #3274f0 !important
}*/

a.text-primary:hover,
a.text-primary:focus {
    color: #1a64ee !important
}

.bg-secondary {
    background-color: #90a1b3 !important
}

.bg-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important
}

    .bg-soft-secondary .border {
        border-color: #90a1b3 !important
    }

.text-secondary {
    color: #90a1b3 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #8194a9 !important
}

.bg-success {
    background-color: #8dc351 !important
}

.bg-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important
}

    .bg-soft-success .border {
        border-color: #8dc351 !important
    }

.text-success {
    color: #8dc351 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #80ba40 !important
}

.bg-warning {
    background-color: #f1af2d !important
}

.bg-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important
}

    .bg-soft-warning .border {
        border-color: #f1af2d !important
    }

.text-warning {
    color: #f1af2d !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #efa615 !important
}

.bg-info {
    background-color: #09a5be !important
}

.bg-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important
}

    .bg-soft-info .border {
        border-color: #09a5be !important
    }

.text-info {
    color: #09a5be !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0890a6 !important
}

.bg-danger {
    background-color: #e84142 !important
}

.bg-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #e84142 !important
}

    .bg-soft-danger .border {
        border-color: #e84142 !important
    }

.text-danger {
    color: #e84142 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e52a2b !important
}

.bg-dark {
    background-color: #3c4858 !important
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important
}

    .bg-soft-dark .border {
        border-color: #3c4858 !important
    }

.text-dark {
    color: #202020 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #323c49 !important
}

.bg-muted {
    background-color: #8c98a4 !important
}

.bg-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important
}

    .bg-soft-muted .border {
        border-color: #8c98a4 !important
    }

.text-muted {
    color: #8c98a4 !important
}

a.text-muted:hover,
a.text-muted:focus {
    color: #7e8b99 !important
}

.bg-light {
    background-color: #f7f8fa !important
}

.bg-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important
}

    .bg-soft-light .border {
        border-color: #f7f8fa !important
    }

.text-light {
    color: #f7f8fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #e7eaf0 !important
}

.bg-blue {
    background-color: black !important
}

.bg-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #3274f0 !important
}

    .bg-soft-blue .border {
        border-color: #3274f0 !important
    }

.text-blue {
    color: #3274f0 !important
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1a64ee !important
}

.bg-footer {
    background-color: black;
    !important
}

.bg-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important
}

    .bg-soft-footer .border {
        border-color: #1e273e !important
    }

.text-footer {
    color: #1e273e !important
}

a.text-footer:hover,
a.text-footer:focus {
    color: #161c2d !important
}

.bg-light,
.bg-soft-light {
    color: #3c4858 !important
}

a {
    transition: all 0.5s ease
}

.d-flex .flex-1 {
    flex: 1
}

.bg-black {
    background: #161c2d !important
}

.bg-white-blur {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8)
}

video:focus {
    outline: none
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px
}

.opacity-05 {
    opacity: 0.05
}

.opacity-075 {
    opacity: 0.075
}

.opacity-1 {
    opacity: 0.1
}

.opacity-2 {
    opacity: 0.2
}

.opacity-3 {
    opacity: 0.3
}

.opacity-4 {
    opacity: 0.4
}

.opacity-5 {
    opacity: 0.5
}

.opacity-6 {
    opacity: 0.6
}

.opacity-7 {
    opacity: 0.7
}

.opacity-8 {
    opacity: 0.8
}

.opacity-9 {
    opacity: 0.9
}

.rounded {
    border-radius: 5px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-md {
    border-radius: 10px !important
}

.rounded-lg {
    border-radius: 30px !important
}

.border {
    border-color: #e9ecef !important
}

.colorborder {
    border-color: #000000 !important;
    border: 1px solid;
}

.border-top {
    border-top-color: #e9ecef !important
}

.border-bottom {
    border-bottom-color: #e9ecef !important
}

.border-left {
    border-left-color: #e9ecef !important
}

.border-right {
    border-right-color: #e9ecef !important
}

.small,
small {
    font-size: 90%
}

.card {
    background: transparent
}

    .card .card-body {
        padding: 1.5rem
    }

.position-middle-bottom {
    position: absolute;
    bottom: 15px;
    left: 12px;
    right: 12px;
    text-align: center
}

.payment-max-height {
    max-height: 460px;
    border-bottom: 2px solid black;
}

.btn-primary {
    background-color: #3274f0 !important;
    border: 1px solid #3274f0 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.focus {
        background-color: #1058df !important;
        border-color: #1058df !important;
        color: #fff !important
    }

.btn-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #3274f0 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
}

    .btn-soft-primary:hover,
    .btn-soft-primary:focus,
    .btn-soft-primary:active,
    .btn-soft-primary.active,
    .btn-soft-primary.focus {
        background-color: #3274f0 !important;
        border-color: #3274f0 !important;
        color: #fff !important
    }

.btn-outline-primary {
    border: 1px solid #3274f0;
    color: #3274f0;
    background-color: transparent
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary.focus,
    .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #3274f0;
        border-color: #3274f0;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
    }

.btn-secondary {
    background-color: #90a1b3 !important;
    border: 1px solid #90a1b3 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3)
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .btn-secondary.focus {
        background-color: #72879e !important;
        border-color: #72879e !important;
        color: #fff !important
    }

.btn-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3)
}

    .btn-soft-secondary:hover,
    .btn-soft-secondary:focus,
    .btn-soft-secondary:active,
    .btn-soft-secondary.active,
    .btn-soft-secondary.focus {
        background-color: #90a1b3 !important;
        border-color: #90a1b3 !important;
        color: #fff !important
    }

.btn-outline-secondary {
    border: 1px solid #90a1b3;
    color: #90a1b3;
    background-color: transparent
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:active,
    .btn-outline-secondary.active,
    .btn-outline-secondary.focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active {
        background-color: #90a1b3;
        border-color: #90a1b3;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3)
    }

.btn-success {
    background-color: #8dc351 !important;
    border: 1px solid #8dc351 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3)
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.focus {
        background-color: #73a73a !important;
        border-color: #73a73a !important;
        color: #fff !important
    }

.btn-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3)
}

    .btn-soft-success:hover,
    .btn-soft-success:focus,
    .btn-soft-success:active,
    .btn-soft-success.active,
    .btn-soft-success.focus {
        background-color: #8dc351 !important;
        border-color: #8dc351 !important;
        color: #fff !important
    }

.btn-outline-success {
    border: 1px solid #8dc351;
    color: #8dc351;
    background-color: transparent
}

    .btn-outline-success:hover,
    .btn-outline-success:focus,
    .btn-outline-success:active,
    .btn-outline-success.active,
    .btn-outline-success.focus,
    .btn-outline-success:not(:disabled):not(.disabled):active {
        background-color: #8dc351;
        border-color: #8dc351;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3)
    }

.btn-warning {
    background-color: #f1af2d !important;
    border: 1px solid #f1af2d !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3)
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.focus {
        background-color: #dc970f !important;
        border-color: #dc970f !important;
        color: #fff !important
    }

.btn-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3)
}

    .btn-soft-warning:hover,
    .btn-soft-warning:focus,
    .btn-soft-warning:active,
    .btn-soft-warning.active,
    .btn-soft-warning.focus {
        background-color: #f1af2d !important;
        border-color: #f1af2d !important;
        color: #fff !important
    }

.btn-outline-warning {
    border: 1px solid #f1af2d;
    color: #f1af2d;
    background-color: transparent
}

    .btn-outline-warning:hover,
    .btn-outline-warning:focus,
    .btn-outline-warning:active,
    .btn-outline-warning.active,
    .btn-outline-warning.focus,
    .btn-outline-warning:not(:disabled):not(.disabled):active {
        background-color: #f1af2d;
        border-color: #f1af2d;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3)
    }

.btn-info {
    background-color: #09a5be !important;
    border: 1px solid #09a5be !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3)
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info.focus {
        background-color: #077b8d !important;
        border-color: #077b8d !important;
        color: #fff !important
    }

.btn-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3)
}

    .btn-soft-info:hover,
    .btn-soft-info:focus,
    .btn-soft-info:active,
    .btn-soft-info.active,
    .btn-soft-info.focus {
        background-color: #09a5be !important;
        border-color: #09a5be !important;
        color: #fff !important
    }

.btn-outline-info {
    border: 1px solid #09a5be;
    color: #09a5be;
    background-color: transparent
}

    .btn-outline-info:hover,
    .btn-outline-info:focus,
    .btn-outline-info:active,
    .btn-outline-info.active,
    .btn-outline-info.focus,
    .btn-outline-info:not(:disabled):not(.disabled):active {
        background-color: #09a5be;
        border-color: #09a5be;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3)
    }

.btn-danger {
    background-color: #e84142 !important;
    border: 1px solid #e84142 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3)
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.focus {
        background-color: #db1b1c !important;
        border-color: #db1b1c !important;
        color: #fff !important
    }

.btn-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #e84142 !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3)
}

    .btn-soft-danger:hover,
    .btn-soft-danger:focus,
    .btn-soft-danger:active,
    .btn-soft-danger.active,
    .btn-soft-danger.focus {
        background-color: #e84142 !important;
        border-color: #e84142 !important;
        color: #fff !important
    }

.btn-outline-danger {
    border: 1px solid #e84142;
    color: #e84142;
    background-color: transparent
}

    .btn-outline-danger:hover,
    .btn-outline-danger:focus,
    .btn-outline-danger:active,
    .btn-outline-danger.active,
    .btn-outline-danger.focus,
    .btn-outline-danger:not(:disabled):not(.disabled):active {
        background-color: #e84142;
        border-color: #e84142;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3)
    }

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .btn-dark.focus {
        background-color: #272f3a !important;
        border-color: #272f3a !important;
        color: #fff !important
    }

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}

    .btn-soft-dark:hover,
    .btn-soft-dark:focus,
    .btn-soft-dark:active,
    .btn-soft-dark.active,
    .btn-soft-dark.focus {
        background-color: #3c4858 !important;
        border-color: #3c4858 !important;
        color: #fff !important
    }

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent
}

    .btn-outline-dark:hover,
    .btn-outline-dark:focus,
    .btn-outline-dark:active,
    .btn-outline-dark.active,
    .btn-outline-dark.focus,
    .btn-outline-dark:not(:disabled):not(.disabled):active {
        background-color: #3c4858;
        border-color: #3c4858;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
    }

.btn-muted {
    background-color: #8c98a4 !important;
    border: 1px solid #8c98a4 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3)
}

    .btn-muted:hover,
    .btn-muted:focus,
    .btn-muted:active,
    .btn-muted.active,
    .btn-muted.focus {
        background-color: #707f8d !important;
        border-color: #707f8d !important;
        color: #fff !important
    }

.btn-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3)
}

    .btn-soft-muted:hover,
    .btn-soft-muted:focus,
    .btn-soft-muted:active,
    .btn-soft-muted.active,
    .btn-soft-muted.focus {
        background-color: #8c98a4 !important;
        border-color: #8c98a4 !important;
        color: #fff !important
    }

.btn-outline-muted {
    border: 1px solid #8c98a4;
    color: #8c98a4;
    background-color: transparent
}

    .btn-outline-muted:hover,
    .btn-outline-muted:focus,
    .btn-outline-muted:active,
    .btn-outline-muted.active,
    .btn-outline-muted.focus,
    .btn-outline-muted:not(:disabled):not(.disabled):active {
        background-color: #8c98a4;
        border-color: #8c98a4;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3)
    }

.btn-light {
    background-color: #f7f8fa !important;
    border: 1px solid #f7f8fa !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3)
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active,
    .btn-light.active,
    .btn-light.focus {
        background-color: #d8dde6 !important;
        border-color: #d8dde6 !important;
        color: #fff !important
    }

.btn-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3)
}

    .btn-soft-light:hover,
    .btn-soft-light:focus,
    .btn-soft-light:active,
    .btn-soft-light.active,
    .btn-soft-light.focus {
        background-color: #f7f8fa !important;
        border-color: #f7f8fa !important;
        color: #fff !important
    }

.btn-outline-light {
    border: 1px solid #f7f8fa;
    color: #f7f8fa;
    background-color: transparent
}

    .btn-outline-light:hover,
    .btn-outline-light:focus,
    .btn-outline-light:active,
    .btn-outline-light.active,
    .btn-outline-light.focus,
    .btn-outline-light:not(:disabled):not(.disabled):active {
        background-color: #f7f8fa;
        border-color: #f7f8fa;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3)
    }

.btn-blue {
    background-color: #3274f0 !important;
    border: 1px solid #3274f0 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .btn-blue.focus {
        background-color: #1058df !important;
        border-color: #1058df !important;
        color: #fff !important
    }

.btn-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #3274f0 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
}

    .btn-soft-blue:hover,
    .btn-soft-blue:focus,
    .btn-soft-blue:active,
    .btn-soft-blue.active,
    .btn-soft-blue.focus {
        background-color: #3274f0 !important;
        border-color: #3274f0 !important;
        color: #fff !important
    }

.btn-outline-blue {
    border: 1px solid #3274f0;
    color: #3274f0;
    background-color: transparent
}

    .btn-outline-blue:hover,
    .btn-outline-blue:focus,
    .btn-outline-blue:active,
    .btn-outline-blue.active,
    .btn-outline-blue.focus,
    .btn-outline-blue:not(:disabled):not(.disabled):active {
        background-color: #3274f0;
        border-color: #3274f0;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3)
    }

.btn-footer {
    background-color: #1e273e !important;
    border: 1px solid #1e273e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3)
}

    .btn-footer:hover,
    .btn-footer:focus,
    .btn-footer:active,
    .btn-footer.active,
    .btn-footer.focus {
        background-color: #0e111c !important;
        border-color: #0e111c !important;
        color: #fff !important
    }

.btn-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3)
}

    .btn-soft-footer:hover,
    .btn-soft-footer:focus,
    .btn-soft-footer:active,
    .btn-soft-footer.active,
    .btn-soft-footer.focus {
        background-color: #1e273e !important;
        border-color: #1e273e !important;
        color: #fff !important
    }

.btn-outline-footer {
    border: 1px solid #1e273e;
    color: #1e273e;
    background-color: transparent
}

    .btn-outline-footer:hover,
    .btn-outline-footer:focus,
    .btn-outline-footer:active,
    .btn-outline-footer.active,
    .btn-outline-footer.focus,
    .btn-outline-footer:not(:disabled):not(.disabled):active {
        background-color: #1e273e;
        border-color: #1e273e;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3)
    }

.btn {
    padding: 12px 7px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 5px
}

    .btn:focus {
        box-shadow: none !important
    }

    .btn.btn-sm {
        padding: 7px 16px;
        font-size: 15px
    }

.side-bar-btn {
    padding: 0px 15px 0px 0px;
    text-align: left;
}

#topnav.blue-header #menuToggle {
    position: absolute;
    top: 21px;
    right: 14px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#topnav.blue-header #menu {
    right: -97px;
}


/*.btn.btn-lg {
    padding:14px 30px;
    font-size:16px
    }*/

.btn.searchbtn {
    padding: 6px 20px
}

.btn.btn-pills {
    border-radius: 30px
}

.btn.btn-pills-0 {
    border-radius: 0
}

.btn.btn-font-sm {
    font-size: 14px
}

.btn.btn-light {
    color: #3c4858 !important;
    border: 1px solid #dee2e6 !important
}

    .btn.btn-light:hover,
    .btn.btn-light:focus,
    .btn.btn-light:active,
    .btn.btn-light.active,
    .btn.btn-light.focus {
        background-color: #3c4858 !important;
        border: 1px solid #3c4858 !important;
        color: #fff !important;
        box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
    }

.btn.btn-soft-light {
    color: rgba(60, 72, 88, 0.5) !important;
    border: 1px solid #dee2e6 !important
}

    .btn.btn-soft-light:hover,
    .btn.btn-soft-light:focus,
    .btn.btn-soft-light:active,
    .btn.btn-soft-light.active,
    .btn.btn-soft-light.focus {
        color: #3c4858 !important
    }

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent
}

    .btn.btn-outline-light:hover,
    .btn.btn-outline-light:focus,
    .btn.btn-outline-light:active,
    .btn.btn-outline-light.active,
    .btn.btn-outline-light.focus {
        background-color: #f7f8fa !important
    }

.btn.btn-icon {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important
}

    .btn.btn-icon .icons {
        height: 16px;
        width: 16px;
        font-size: 16px
    }

    .btn.btn-icon.btn-lg {
        height: 54px;
        width: 54px
    }

        .btn.btn-icon.btn-lg .icons {
            height: 18px;
            width: 18px;
            font-size: 18px
        }

    .btn.btn-icon.btn-sm {
        height: 31px;
        width: 31px
    }

button:not(:disabled) {
    outline: none
}

.shadow {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important
}

.text-shadow-dark-lg {
    text-shadow: 0 10px 25px rgba(60, 72, 88, 0.8);
    letter-spacing: 3px
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 11px
}

    .badge.badge-link:hover {
        color: #fff !important
    }

    .badge:hover {
        color: #fff
    }

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3274f0 !important
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #90a1b3 !important
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8dc351 !important
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f1af2d !important
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #09a5be !important
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #e84142 !important
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3c4858 !important
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8c98a4 !important
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f7f8fa !important
}

.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3274f0 !important
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #1e273e !important
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #fff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

    .btn-group .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-radius: 0.5px;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15)
    }

.alert-primary {
    background-color: rgba(50, 116, 240, 0.9);
    color: #fff;
    border-color: #3274f0
}

    .alert-primary .alert-link {
        color: #093280
    }

.alert-outline-primary {
    background-color: #fff;
    color: #3274f0;
    border-color: #3274f0
}

.alert-secondary {
    background-color: rgba(144, 161, 179, 0.9);
    color: #fff;
    border-color: #90a1b3
}

    .alert-secondary .alert-link {
        color: #455565
    }

.alert-outline-secondary {
    background-color: #fff;
    color: #90a1b3;
    border-color: #90a1b3
}

.alert-success {
    background-color: rgba(141, 195, 81, 0.9);
    color: #fff;
    border-color: #8dc351
}

    .alert-success .alert-link {
        color: #3f5b20
    }

.alert-outline-success {
    background-color: #fff;
    color: #8dc351;
    border-color: #8dc351
}

.alert-warning {
    background-color: rgba(241, 175, 45, 0.9);
    color: #fff;
    border-color: #f1af2d
}

    .alert-warning .alert-link {
        color: #7d5608
    }

.alert-outline-warning {
    background-color: #fff;
    color: #f1af2d;
    border-color: #f1af2d
}

.alert-info {
    background-color: rgba(9, 165, 190, 0.9);
    color: #fff;
    border-color: #09a5be
}

    .alert-info .alert-link {
        color: #02262c
    }

.alert-outline-info {
    background-color: #fff;
    color: #09a5be;
    border-color: #09a5be
}

.alert-danger {
    background-color: rgba(232, 65, 66, 0.9);
    color: #fff;
    border-color: #e84142
}

    .alert-danger .alert-link {
        color: #801010
    }

.alert-outline-danger {
    background-color: #fff;
    color: #e84142;
    border-color: #e84142
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #fff;
    border-color: #3c4858
}

    .alert-dark .alert-link {
        color: #000
    }

.alert-outline-dark {
    background-color: #fff;
    color: #3c4858;
    border-color: #3c4858
}

.alert-muted {
    background-color: rgba(140, 152, 164, 0.9);
    color: #fff;
    border-color: #8c98a4
}

    .alert-muted .alert-link {
        color: #434c54
    }

.alert-outline-muted {
    background-color: #fff;
    color: #8c98a4;
    border-color: #8c98a4
}

.alert-light {
    background-color: rgba(247, 248, 250, 0.9);
    color: #fff;
    border-color: #f7f8fa
}

    .alert-light .alert-link {
        color: #99a6bf
    }

.alert-outline-light {
    background-color: #fff;
    color: #f7f8fa;
    border-color: #f7f8fa
}

.alert-blue {
    background-color: rgba(50, 116, 240, 0.9);
    color: #fff;
    border-color: #3274f0
}

    .alert-blue .alert-link {
        color: #093280
    }

.alert-outline-blue {
    background-color: #fff;
    color: #3274f0;
    border-color: #3274f0
}

.alert-footer {
    background-color: rgba(30, 39, 62, 0.9);
    color: #fff;
    border-color: #1e273e
}

    .alert-footer .alert-link {
        color: #000
    }

.alert-outline-footer {
    background-color: #fff;
    color: #1e273e;
    border-color: #1e273e
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px
}

    .alert.alert-light {
        background-color: #fff;
        color: #3c4858;
        border-color: #e9ecef
    }

    .alert.alert-dismissible {
        padding-right: 30px
    }

        .alert.alert-dismissible .btn-close {
            top: 10px;
            right: 10px;
            padding: 0px
        }

    .alert.alert-pills {
        border-radius: 30px;
        display: inline-block
    }

        .alert.alert-pills .content {
            font-weight: 500
        }

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block
}

    .breadcrumb.breadcrumb-muted .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.5)
    }

        .breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
            color: #fff !important
        }

    .breadcrumb.breadcrumb-muted .breadcrumb-item:after {
        color: rgba(255, 255, 255, 0.5)
    }

    .breadcrumb.breadcrumb-muted .breadcrumb-item.active {
        color: #fff !important
    }

    .breadcrumb .breadcrumb-item {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        padding-left: 0;
        display: inline-block
    }

        .breadcrumb .breadcrumb-item a {
            color: #3c4858
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: #3274f0
            }

        .breadcrumb .breadcrumb-item.active {
            color: #3274f0
        }

        .breadcrumb .breadcrumb-item:before {
            content: ""
        }

        .breadcrumb .breadcrumb-item:after {
            content: "\F0142" !important;
            font-size: 15px;
            color: #3c4858;
            font-family: 'Material Design Icons';
            padding-left: 5px
        }

        .breadcrumb .breadcrumb-item:last-child:after {
            display: none
        }

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #3c4858;
    padding: 0;
    width: 36px;
    height: 36px;
    margin: auto 8px;
    background: #f8f9fa;
    transition: all 0.5s ease;
    font-size: 14px
}

    .pagination .page-item .page-link.active,
    .pagination .page-item .page-link:hover {
        background: #3274f0;
        color: #fff;
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15)
    }

.avatar.avatar-ex-sm {
    max-height: 25px
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px
}

.avatar.avatar-small {
    height: 90px;
    width: 90px;
    /*border: 2px solid black ;*/
    position: absolute;
    top: -47px;
    left: 42%;
}

.testimonial-set {
    /* position: relative;*/
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.avatar.avatar-large {
    height: 140px;
    width: 140px
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px
}

.accordion .accordion-item {
    overflow: hidden
}

    .accordion .accordion-item .accordion-button {
        font-weight: 500;
        text-align: left;
        padding-right: 32px
    }

        .accordion .accordion-item .accordion-button:focus {
            box-shadow: none
        }

        .accordion .accordion-item .accordion-button:after {
            /* content: '-';*/
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #3274f0;
            position: absolute;
            right: 20px;
            transition: all 0.5s ease
        }

.weekly {
    left: inherit !important;
    background-color: lightgray;
    width: 28%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    transition: all 0.5s
}

    .accordion .accordion-item .accordion-button.collapsed:after {
        content: '+';
        width: 20px;
        height: 20px;
        right: 10px;
        line-height: 20px;
        color: #3c4858
    }

.accordion .accordion-item .accordion-button:after {
    background-image: none
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #3274f0;
    box-shadow: none
}

.accordion .accordion-item .accordion-body {
    padding: 0 20px 20px
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f5f8
}

    .nav-pills .nav-link {
        color: #495057 !important;
        padding: 10px 0px;
        transition: all 0.5s ease
    }

        .nav-pills .nav-link.nav-link-alt {
            color: #fff !important
        }

            .nav-pills .nav-link.nav-link-alt.active {
                background: #3c4858 !important
            }

        .nav-pills .nav-link.active {
            background: #3274f0;
            color: #fff !important
        }

            .nav-pills .nav-link.active .tab-para {
                color: rgba(255, 255, 255, 0.5) !important
            }

.progress-box .progress {
    height: 4px;
    overflow: visible
}

    .progress-box .progress .progress-bar {
        border-radius: 6px;
        animation: animate-positive 3s;
        overflow: visible !important
    }

    .progress-box .progress .progress-value {
        position: absolute;
        top: -32px;
        right: 0
    }

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.blockquote {
    font-size: 18px;
    max-width: 700px;
    position: relative;
    padding: 24px
}

.form-label,
.form-check-label {
    font-weight: 500;
    font-size: 15px
}

.contact-form .form-control {
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 8px;
}

.van1-form .form-control {
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 8px;
}

.form-control-blue {
    font-size: 16px;
    line-height: 17px;
    /*border-radius:6px;*/
    color: #fff !important;
    /*padding:7px 8px;*/
    padding: 10px 97px 10px 11px;
}

    .form-control-blue::placeholder {
        color: #fff !important;
    }

::placeholder {
    /* Most modern browsers support this now. */
    color: #707070 !important;
}

.form-control {
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 8px;
    color: #000;
}

    .form-control:focus {
        border-color: #3274f0;
        box-shadow: none
    }

    .form-control[readonly] {
        background-color: #fff
    }

    .form-control:disabled {
        /*background-color: black ;*/
    }

.form-check-input:focus {
    border-color: #3274f0;
    box-shadow: none
}

.form-check-input.form-check-input:checked {
    background-color: #3274f0;
    border-color: #3274f0
}

.subcribe-form .btn {
    padding: 10px 20px
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    background-color: rgba(255, 255, 255, 0.8)
}

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    right: 2px;
    outline: none !important
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.table-responsive {
    /*display: block;*/
    width: 100%;
    overflow-x: auto
}

    .table-responsive .table td,
    .table-responsive .table th {
        vertical-align: middle
    }

    .table-responsive .table.table-nowrap th,
    .table-responsive .table.table-nowrap td {
        white-space: nowrap
    }

    .table-responsive .table-center th {
        vertical-align: middle !important
    }

    .table-responsive .table-center tbody tr:hover {
        color: #3c4858;
        background-color: #f8f9fa
    }

    .table-responsive .table-center.invoice-tb th,
    .table-responsive .table-center.invoice-tb td {
        text-align: end
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999
}

    #preloader #status {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

        #preloader #status .spinner {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 100px auto
        }

            #preloader #status .spinner .double-bounce1,
            #preloader #status .spinner .double-bounce2 {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #3274f0;
                opacity: 0.6;
                position: absolute;
                top: 0;
                left: 0;
                animation: sk-bounce 2.0s infinite ease-in-out
            }

            #preloader #status .spinner .double-bounce2 {
                animation-delay: -1.0s
            }

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative
}

    .social-icon li a .fea-social {
        stroke-width: 2
    }

    .social-icon li a:hover {
        background-color: #3274f0;
        border-color: #3274f0 !important;
        color: #fff !important
    }

        .social-icon li a:hover .fea-social {
            fill: #3274f0
        }

.social-icon.social li a {
    color: #8890a4;
    border-color: #8890a4
}

.social-icon.foot-social-icon li a {
    color: #8890a4;
    border-color: #232d48
}

.social-icon.team-social li a {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4)
}

.social-icon.tagline-social li a {
    border: none;
    height: auto;
    width: auto;
    padding-left: 8px
}

    .social-icon.tagline-social li a i {
        color: #8c98a4
    }

        .social-icon.tagline-social li a i:hover {
            color: #3274f0 !important
        }

    .social-icon.tagline-social li a:hover {
        background: transparent
    }

.social-icon.tagline-social.social-white li a i {
    color: #fff
}

.social-icon.tagline-social.social-dark li a i {
    color: #3c4858
}

.dropcaps {
    float: left;
    line-height: 1;
    font-weight: bold
}

.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #3274f0;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    transition: all 0.5s ease
}

    .back-to-top:hover {
        background-color: #1058df !important
    }

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1
}

.sticky-bar {
    position: sticky;
    /*top:80px*/
}

.fea {
    stroke-width: 1.8
}

    .fea.icon-sm {
        height: 16px;
        width: 16px
    }

    .fea.icon-ex-md {
        height: 20px;
        width: 20px
    }

    .fea.icon-m-md {
        height: 28px;
        width: 28px
    }

    .fea.icon-md {
        height: 35px;
        width: 35px
    }

    .fea.icon-lg {
        height: 42px;
        width: 42px
    }

    .fea.icon-ex-lg {
        height: 52px;
        width: 52px
    }

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0
}

.uim-svg {
    vertical-align: 0 !important
}

body {
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #3c4858
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 500
}

::selection {
    background: rgba(50, 116, 240, 0.9);
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    line-height: 1.3
}

.fw-light {
    font-weight: 300;
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.section {
    padding: 50px 0;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
    background-color: rgba(22, 28, 45, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-gradient-primary {
    background: linear-gradient(to left, #1058df 0%, #614092 100%)
}

.bg-linear-gradient {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.8) 0%, rgba(60, 72, 88, 0.3) 25%, rgba(60, 72, 88, 0.3) 35%, rgba(22, 28, 45, 0.8) 100%)
}

.bg-gradient-overlay {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.5) 0%, rgba(22, 28, 45, 0.6) 25%, rgba(22, 28, 45, 0.7) 50%, rgba(22, 28, 45, 0.8) 100%)
}

.bg-gradient-white-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%)
}

.bg-gradient-overlay-white {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.9) 20%, #fff 25%, #fff 30%, #fff 35%, #fff 40%, #fff 45%, #fff 50%, #fff 55%, #fff 60%, #fff 65%, #fff 70%, #fff 75%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.1) 100%)
}

.bg-gradient-overlay-dark {
    background-image: linear-gradient(to left, rgba(22, 28, 45, 0.1) 0%, rgba(22, 28, 45, 0.3) 5%, rgba(22, 28, 45, 0.5) 10%, rgba(22, 28, 45, 0.7) 15%, rgba(22, 28, 45, 0.9) 20%, #161c2d 25%, #161c2d 30%, #161c2d 35%, #161c2d 40%, #161c2d 45%, #161c2d 50%, #161c2d 55%, #161c2d 60%, #161c2d 65%, #161c2d 70%, #161c2d 75%, rgba(22, 28, 45, 0.9) 80%, rgba(22, 28, 45, 0.7) 85%, rgba(22, 28, 45, 0.5) 90%, rgba(22, 28, 45, 0.3) 95%, rgba(22, 28, 45, 0.1) 100%)
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5)
}

.card {
    border: none
}

    .card .card-img {
        position: relative
    }

        .card .card-img .card-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
            transition: all 0.5s ease
        }

    .card:hover .card-img .card-overlay {
        opacity: 1
    }

.features-absolute {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease
}

.features-absolute {
    margin: -200px 0 0px
}

.title-heading {
    line-height: 26px
}

    .title-heading .heading {
        font-size: 45px !important;
        letter-spacing: 1px
    }

        .title-heading .heading.page-heading {
            font-size: 36px !important
        }

    .title-heading .para-desc {
        font-size: 16px
    }

.section-title .title {
    font-size: 27px !important;
}

.section-title .title1 {
    font-size: 17px !important;
}

.para-desc {
    max-width: 600px
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0
}

    .shape > svg {
        transform: scale(2);
        width: 100%;
        height: auto;
        transform-origin: top center
    }

    .shape.seo-hero {
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        height: 250px;
        background: #fff
    }

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0
}

    .home-shape-arrow i {
        background: #f7f8fa;
        height: 50px;
        width: 50px;
        margin: 0 auto;
        line-height: 50px;
        text-align: center;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        border-radius: 30px
    }

    .home-shape-arrow .arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block
    }

.ribbon.ribbon-primary span {
    background-color: #3274f0 !important
}

    .ribbon.ribbon-primary span:before {
        border-left-color: #1058df;
        border-top-color: #1058df
    }

    .ribbon.ribbon-primary span:after {
        border-right-color: #1058df;
        border-top-color: #1058df
    }

.ribbon.ribbon-secondary span {
    background-color: #90a1b3 !important
}

    .ribbon.ribbon-secondary span:before {
        border-left-color: #72879e;
        border-top-color: #72879e
    }

    .ribbon.ribbon-secondary span:after {
        border-right-color: #72879e;
        border-top-color: #72879e
    }

.ribbon.ribbon-success span {
    background-color: #8dc351 !important
}

    .ribbon.ribbon-success span:before {
        border-left-color: #73a73a;
        border-top-color: #73a73a
    }

    .ribbon.ribbon-success span:after {
        border-right-color: #73a73a;
        border-top-color: #73a73a
    }

.ribbon.ribbon-warning span {
    background-color: #f1af2d !important
}

    .ribbon.ribbon-warning span:before {
        border-left-color: #dc970f;
        border-top-color: #dc970f
    }

    .ribbon.ribbon-warning span:after {
        border-right-color: #dc970f;
        border-top-color: #dc970f
    }

.ribbon.ribbon-info span {
    background-color: #09a5be !important
}

    .ribbon.ribbon-info span:before {
        border-left-color: #077b8d;
        border-top-color: #077b8d
    }

    .ribbon.ribbon-info span:after {
        border-right-color: #077b8d;
        border-top-color: #077b8d
    }

.ribbon.ribbon-danger span {
    background-color: #e84142 !important
}

    .ribbon.ribbon-danger span:before {
        border-left-color: #db1b1c;
        border-top-color: #db1b1c
    }

    .ribbon.ribbon-danger span:after {
        border-right-color: #db1b1c;
        border-top-color: #db1b1c
    }

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important
}

    .ribbon.ribbon-dark span:before {
        border-left-color: #272f3a;
        border-top-color: #272f3a
    }

    .ribbon.ribbon-dark span:after {
        border-right-color: #272f3a;
        border-top-color: #272f3a
    }

.ribbon.ribbon-muted span {
    background-color: #8c98a4 !important
}

    .ribbon.ribbon-muted span:before {
        border-left-color: #707f8d;
        border-top-color: #707f8d
    }

    .ribbon.ribbon-muted span:after {
        border-right-color: #707f8d;
        border-top-color: #707f8d
    }

.ribbon.ribbon-light span {
    background-color: #f7f8fa !important
}

    .ribbon.ribbon-light span:before {
        border-left-color: #d8dde6;
        border-top-color: #d8dde6
    }

    .ribbon.ribbon-light span:after {
        border-right-color: #d8dde6;
        border-top-color: #d8dde6
    }

.ribbon.ribbon-blue span {
    background-color: #3274f0 !important
}

    .ribbon.ribbon-blue span:before {
        border-left-color: #1058df;
        border-top-color: #1058df
    }

    .ribbon.ribbon-blue span:after {
        border-right-color: #1058df;
        border-top-color: #1058df
    }

.ribbon.ribbon-footer span {
    background-color: #1e273e !important
}

    .ribbon.ribbon-footer span:before {
        border-left-color: #0e111c;
        border-top-color: #0e111c
    }

    .ribbon.ribbon-footer span:after {
        border-right-color: #0e111c;
        border-top-color: #0e111c
    }

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2
}

    .ribbon.ribbon-right {
        right: -5px
    }

        .ribbon.ribbon-right span {
            right: -22px;
            transform: rotate(45deg)
        }

    .ribbon.ribbon-left {
        left: -5px
    }

        .ribbon.ribbon-left span {
            left: -22px;
            transform: rotate(-45deg)
        }

    .ribbon span {
        position: absolute;
        top: 17px;
        width: 100px;
        color: #fff
    }

        .ribbon span:before,
        .ribbon span:after {
            content: "";
            position: absolute;
            top: 100%;
            z-index: -1;
            border: 3px solid transparent
        }

        .ribbon span:before {
            left: 0
        }

        .ribbon span:after {
            right: 0
        }

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

    .text-slider > ul {
        white-space: nowrap
    }

    .text-slider .move-text {
        animation: moveSlideshow 12s linear infinite
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-45%)
    }
}

.mover {
    animation: mover 1s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(10px)
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif
}

    #topnav .logo {
        float: left;
        color: #3c4858 !important
    }

        #topnav .logo .l-dark {
            display: none
        }

        #topnav .logo .l-light {
            display: inline-block
        }

        #topnav .logo:focus {
            outline: none
        }

    #topnav .has-submenu {
        position: relative
    }

        #topnav .has-submenu .submenu.megamenu .menu-list-icon {
            font-size: 16px !important
        }

        #topnav .has-submenu .submenu .submenu-arrow {
            border: solid #3c4858;
            border-radius: 0.5px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(-45deg);
            transition: all 0.3s ease;
            position: absolute;
            right: 20px;
            top: 14px
        }

        #topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
            border-color: #3274f0
        }

        #topnav .has-submenu.active a {
            color: #fff
        }

        #topnav .has-submenu.active .submenu li.active > a {
            color: #3274f0 !important
        }

        #topnav .has-submenu.active.active .menu-arrow {
            border-color: #3274f0
        }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer
    }

        #topnav .navbar-toggle span:last-child {
            margin-bottom: 0
        }

    #topnav .buy-button {
        float: right;
        line-height: 68px;
        padding-bottom: 6px
    }

        #topnav .buy-button > li {
            line-height: initial
        }

        #topnav .buy-button .nav-light-icon-dark {
            display: none
        }

        #topnav .buy-button .nav-light-icon-white {
            display: inline-block
        }

        #topnav .buy-button .dropdown .dropdown-toggle:after,
        #topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
            display: none
        }

    #topnav .navbar-toggle.open span {
        position: absolute
    }

        #topnav .navbar-toggle.open span:first-child {
            top: 6px;
            transform: rotate(45deg)
        }


        #topnav .navbar-toggle.open span:nth-child(2) {
            visibility: hidden
        }

        #topnav .navbar-toggle.open span:last-child {
            width: 100%;
            top: 6px;
            transform: rotate(-45deg)
        }

        #topnav .navbar-toggle.open span:hover {
            background-color: #3274f0
        }

    #topnav .navbar-toggle:hover,
    #topnav .navbar-toggle:focus,
    #topnav .navbar-toggle .navigation-menu > li > a:hover,
    #topnav .navbar-toggle:focus {
        background-color: transparent
    }

    #topnav .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #topnav .navigation-menu > li {
            float: left;
            display: block;
            position: relative;
            margin: 0px 12px 13px;
        }

            #topnav .navigation-menu > li:hover > a,
            #topnav .navigation-menu > li.active > a {
                color: #eee !important
            }

            #topnav .navigation-menu > li > a:hover,
            #topnav .navigation-menu > li > a:active {
                color: #3274f0
            }

            #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
                padding: 10px 20px;
                white-space: nowrap;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                font-weight: 700;
                color: #3c4858 !important
            }

        #topnav .navigation-menu.nav-right > li:last-child {
            margin-right: 0
        }

            #topnav .navigation-menu.nav-right > li:last-child a {
                padding-right: 0
            }

        #topnav .navigation-menu.nav-left > li:first-child {
            margin-left: 0
        }

        #topnav .navigation-menu .has-submenu .menu-arrow {
            border: solid #3c4858;
            border-radius: 0.5px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            position: absolute;
            transition: all 0.5s;
            right: -1px;
            top: 30px
        }

    #topnav .menu-extras {
        float: right
    }

    #topnav.scroll {
        background-color: #fff;
        border: none;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
    }

        #topnav.scroll .navigation-menu > li > a {
            color: #3c4858
        }

        #topnav.scroll .navigation-menu > li > .menu-arrow {
            border-color: #3c4858
        }

        #topnav.scroll .navigation-menu > li:hover > a,
        #topnav.scroll .navigation-menu > li.active > a {
            color: #3274f0
        }

        #topnav.scroll .navigation-menu > li:hover > .menu-arrow,
        #topnav.scroll .navigation-menu > li.active > .menu-arrow {
            border-color: #3274f0
        }

    #topnav.defaultscroll.dark-menubar .logo {
        line-height: 70px
    }

    #topnav.defaultscroll.scroll .logo {
        line-height: 62px
    }

    #topnav.defaultscroll.scroll.dark-menubar .logo {
        line-height: 62px
    }

    #topnav.nav-sticky {
        backdrop-filter: blur(12px);
        /*background-color:rgba(255,255,255,0.8);*/
        background-color: #c5c2c2 !important;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
    }

        #topnav.nav-sticky .navigation-menu.nav-light > li > a {
            color: #3c4858
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #3274f0 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow,
        #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
            border-color: #3274f0 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > a,
        #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #3274f0 !important
        }

        #topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
            border-color: #3c4858
        }

        #topnav.nav-sticky.tagline-height {
            top: 0 !important
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-dark {
            display: inline-block
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-white {
            display: none
        }

        #topnav.nav-sticky .logo .l-dark {
            display: inline-block
        }

        #topnav.nav-sticky .logo .l-light {
            display: none
        }


.logo {
    /*font-weight:600;
    font-size:24px;
    margin-right:15px;
    padding:0 5px 6px 0;
    letter-spacing:1px;
    line-height:68px*/
}

.home-meet-logo {
    height: 90px;
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
    height: 48px
}

.bg-home {
    height: 680px;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center background-repeat: no-repeat;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-80 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(50, 116, 240, 0.1) 0%, rgba(50, 116, 240, 0.1) 33.333%, rgba(50, 116, 240, 0.3) 33.333%, rgba(50, 116, 240, 0.3) 66.666%, rgba(50, 116, 240, 0.5) 66.666%, rgba(50, 116, 240, 0.5) 99.999%)
}

.top {
    margin-top: 90px;
}

@keyframes animate-left-to-right {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1
}

.saas-background {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(50, 116, 240, 0.2) 100%)
}

.zoom-image {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.image-wrap {
    width: 100%;
    animation: move 30s ease;
    position: absolute
}

@keyframes move {
    0% {
        transform-origin: bottom;
        transform: scale(1)
    }

    100% {
        transform: scale(1.4)
    }
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    background-color: rgba(50, 116, 240, 0.15);
    right: 0;
    left: 0;
    bottom: 12px;
    z-index: 0;
    transition: all 0.5s ease
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%
}

.home-slider .carousel-fade .carousel-control-next,
.home-slider .carousel-fade .carousel-control-prev {
    width: 80px;
    height: 80px;
    border: none
}

.home-slider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 30px !important;
    border: none;
    background: rgba(50, 116, 240, 0.5)
}

.home-slider .carousel-indicators .active {
    opacity: 1;
    background: #3274f0;
    width: 14px !important
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85%;
    height: 100%;
    background: rgba(50, 116, 240, 0.7);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%)
}

.bg-animation-left.dark-left:after {
    background: rgba(60, 72, 88, 0.6)
}

.bg-animation-left.crypto-home:after {
    background: #3274f0;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%)
}

.seo-home {
    background: radial-gradient(circle at 50% -50%, rgba(107, 107, 107, 0.08) 0, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 0% 0%, rgba(184, 184, 184, 0.08) 0, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #f1af2d, #3274f0)
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .swiper-slider-hero .swiper-container .swiper-button-prev,
    .swiper-slider-hero .swiper-container .swiper-button-next {
        background: transparent;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-top: -30px;
        top: 98% !important
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before,
        .swiper-slider-hero .swiper-container .swiper-button-next:before {
            font-family: "Material Design Icons";
            font-weight: 900;
            color: #fff
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:hover,
        .swiper-slider-hero .swiper-container .swiper-button-next:hover {
            background: #3274f0;
            border-color: #3274f0 !important
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:focus,
        .swiper-slider-hero .swiper-container .swiper-button-next:focus {
            outline: none
        }

    .swiper-slider-hero .swiper-container .swiper-button-prev {
        left: 10px
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before {
            content: "\f0141"
        }

    .swiper-slider-hero .swiper-container .swiper-button-next {
        right: 10px
    }

        .swiper-slider-hero .swiper-container .swiper-button-next:before {
            content: "\f0142"
        }

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #fff
}

.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px
}

    .swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 13px
    }

.coming-soon,
.maintenance,
.gradient-text {
    background: linear-gradient(to right, #3274f0 0%, #e84142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.coming-soon {
    font-size: 100px !important
}

.features.feature-primary .title:hover {
    color: #3274f0 !important
}

.features.feature-primary .icon {
    color: #3274f0 !important
}

.features.feature-primary .link {
    color: #3274f0 !important
}

.features.feature-primary .fea-icon {
    background-color: #3274f0
}

    .features.feature-primary .fea-icon.bg-soft {
        background-color: rgba(50, 116, 240, 0.1);
        color: #3274f0
    }

.features.feature-primary.feature-bg:hover {
    background: black;
}

    .features.feature-primary.feature-bg:hover .fea-icon {
        color: #3274f0 !important
    }

.features.feature-secondary .title:hover {
    color: #90a1b3 !important
}

.features.feature-secondary .icon {
    color: #90a1b3 !important
}

.features.feature-secondary .link {
    color: #90a1b3 !important
}

.features.feature-secondary .fea-icon {
    background-color: #90a1b3
}

    .features.feature-secondary .fea-icon.bg-soft {
        background-color: rgba(144, 161, 179, 0.1);
        color: #90a1b3
    }

.features.feature-secondary.feature-bg:hover {
    background: #90a1b3
}

    .features.feature-secondary.feature-bg:hover .fea-icon {
        color: #90a1b3 !important
    }

.features.feature-success .title:hover {
    color: #8dc351 !important
}

.features.feature-success .icon {
    color: #8dc351 !important
}

.features.feature-success .link {
    color: #8dc351 !important
}

.features.feature-success .fea-icon {
    background-color: #8dc351
}

    .features.feature-success .fea-icon.bg-soft {
        background-color: rgba(141, 195, 81, 0.1);
        color: #8dc351
    }

.features.feature-success.feature-bg:hover {
    background: #8dc351
}

    .features.feature-success.feature-bg:hover .fea-icon {
        color: #8dc351 !important
    }

.features.feature-warning .title:hover {
    color: #f1af2d !important
}

.features.feature-warning .icon {
    color: #f1af2d !important
}

.features.feature-warning .link {
    color: #f1af2d !important
}

.features.feature-warning .fea-icon {
    background-color: #f1af2d
}

    .features.feature-warning .fea-icon.bg-soft {
        background-color: rgba(241, 175, 45, 0.1);
        color: #f1af2d
    }

.features.feature-warning.feature-bg:hover {
    background: #f1af2d
}

    .features.feature-warning.feature-bg:hover .fea-icon {
        color: #f1af2d !important
    }

.features.feature-info .title:hover {
    color: #09a5be !important
}

.features.feature-info .icon {
    color: #09a5be !important
}

.features.feature-info .link {
    color: #09a5be !important
}

.features.feature-info .fea-icon {
    background-color: #09a5be
}

    .features.feature-info .fea-icon.bg-soft {
        background-color: rgba(9, 165, 190, 0.1);
        color: #09a5be
    }

.features.feature-info.feature-bg:hover {
    background: #09a5be
}

    .features.feature-info.feature-bg:hover .fea-icon {
        color: #09a5be !important
    }

.features.feature-danger .title:hover {
    color: #e84142 !important
}

.features.feature-danger .icon {
    color: #e84142 !important
}

.features.feature-danger .link {
    color: #e84142 !important
}

.features.feature-danger .fea-icon {
    background-color: #e84142
}

    .features.feature-danger .fea-icon.bg-soft {
        background-color: rgba(232, 65, 66, 0.1);
        color: #e84142
    }

.features.feature-danger.feature-bg:hover {
    background: #e84142
}

    .features.feature-danger.feature-bg:hover .fea-icon {
        color: #e84142 !important
    }

.features.feature-dark .title:hover {
    color: #3c4858 !important
}

.features.feature-dark .icon {
    color: #3c4858 !important
}

.features.feature-dark .link {
    color: #3c4858 !important
}

.features.feature-dark .fea-icon {
    background-color: #3c4858
}

    .features.feature-dark .fea-icon.bg-soft {
        background-color: rgba(60, 72, 88, 0.1);
        color: #3c4858
    }

.features.feature-dark.feature-bg:hover {
    background: #3c4858
}

    .features.feature-dark.feature-bg:hover .fea-icon {
        color: #3c4858 !important
    }

.features.feature-muted .title:hover {
    color: #8c98a4 !important
}

.features.feature-muted .icon {
    color: #8c98a4 !important
}

.features.feature-muted .link {
    color: #8c98a4 !important
}

.features.feature-muted .fea-icon {
    background-color: #8c98a4
}

    .features.feature-muted .fea-icon.bg-soft {
        background-color: rgba(140, 152, 164, 0.1);
        color: #8c98a4
    }

.features.feature-muted.feature-bg:hover {
    background: #8c98a4
}

    .features.feature-muted.feature-bg:hover .fea-icon {
        color: #8c98a4 !important
    }

.features.feature-light .title:hover {
    color: #f7f8fa !important
}

.features.feature-light .icon {
    color: #f7f8fa !important
}

.features.feature-light .link {
    color: #f7f8fa !important
}

.features.feature-light .fea-icon {
    background-color: #f7f8fa
}

    .features.feature-light .fea-icon.bg-soft {
        background-color: rgba(247, 248, 250, 0.1);
        color: #f7f8fa
    }

.features.feature-light.feature-bg:hover {
    background: #f7f8fa
}

    .features.feature-light.feature-bg:hover .fea-icon {
        color: #f7f8fa !important
    }

.features.feature-blue .title:hover {
    color: #3274f0 !important
}

.features.feature-blue .icon {
    color: #3274f0 !important
}

.features.feature-blue .link {
    color: #3274f0 !important
}

.features.feature-blue .fea-icon {
    background-color: #3274f0
}

    .features.feature-blue .fea-icon.bg-soft {
        background-color: rgba(50, 116, 240, 0.1);
        color: #3274f0
    }

.features.feature-blue.feature-bg:hover {
    background: #3274f0;
    color: #fff;
}

    .features.feature-blue.feature-bg:hover .fea-icon {
        color: #3274f0 !important
    }

.features.feature-footer .title:hover {
    color: #1e273e !important
}

.features.feature-footer .icon {
    color: #1e273e !important
}

.features.feature-footer .link {
    color: #1e273e !important
}

.features.feature-footer .fea-icon {
    background-color: #1e273e
}

    .features.feature-footer .fea-icon.bg-soft {
        background-color: rgba(30, 39, 62, 0.1);
        color: #1e273e
    }

.features.feature-footer.feature-bg:hover {
    background: #1e273e
}

    .features.feature-footer.feature-bg:hover .fea-icon {
        color: #1e273e !important
    }

.features {
    transition: all 0.5s ease
}

    .features .title {
        transition: all 0.5s ease
    }

    .features .fea-icon {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease
    }

        .features .fea-icon i {
            font-size: 24px
        }

    .features.feature-bg:hover .title {
        color: #fff !important
    }

    .features.feature-bg:hover .para {
        color: rgb(255, 255, 255) !important
    }

    .features.feature-bg:hover .fea-icon {
        background: #fff !important
    }

    .features.features-classic:hover {
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
    }

    .features.features-modern .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease
    }

    .features.features-modern .content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        transform: scale(1.2);
        transition: all 0.5s ease;
        opacity: 0;
        border: 1px dashed #fff;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .features.features-modern:hover .content {
        transform: scale(1);
        opacity: 1
    }

    .features.features-modern:hover .overlay {
        background-color: rgba(60, 72, 88, 0.7)
    }

.process-bar:after {
    display: block;
    width: 50%;
    position: absolute;
    content: '';
    border-width: 0 0 1px 0;
    border: 1px #e9ecef dashed;
    top: 15%;
    left: 75%
}

.app-feature-shape:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    background: #f7f8fa;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.bg-cta {
    padding: 150px 0
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #fff
}

.play-icon {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    transform: translateY(50%);
    text-align: center
}

    .play-icon i {
        height: 75px;
        -webkit-text-stroke: 2px #3274f0;
        -webkit-text-fill-color: transparent;
        width: 75px;
        font-size: 25px;
        line-height: 75px;
        display: inline-block
    }

        .play-icon i:hover {
            -webkit-text-stroke: 2px #3274f0;
            -webkit-text-fill-color: #3274f0
        }

.watch-video .play-icon-circle i {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(50, 116, 240, 0.9) !important
}

.team.team-primary .name:hover {
    color: #3274f0 !important
}

.team.team-primary .team-image .overlay {
    background: rgba(50, 116, 240, 0.8)
}

.team.team-primary .team-social li a:hover {
    background-color: #3274f0;
    border-color: #3274f0 !important
}

    .team.team-primary .team-social li a:hover .fea-social {
        fill: #3274f0
    }

.team.team-secondary .name:hover {
    color: #90a1b3 !important
}

.team.team-secondary .team-image .overlay {
    background: rgba(144, 161, 179, 0.8)
}

.team.team-secondary .team-social li a:hover {
    background-color: #90a1b3;
    border-color: #90a1b3 !important
}

    .team.team-secondary .team-social li a:hover .fea-social {
        fill: #90a1b3
    }

.team.team-success .name:hover {
    color: #8dc351 !important
}

.team.team-success .team-image .overlay {
    background: rgba(141, 195, 81, 0.8)
}

.team.team-success .team-social li a:hover {
    background-color: #8dc351;
    border-color: #8dc351 !important
}

    .team.team-success .team-social li a:hover .fea-social {
        fill: #8dc351
    }

.team.team-warning .name:hover {
    color: #f1af2d !important
}

.team.team-warning .team-image .overlay {
    background: rgba(241, 175, 45, 0.8)
}

.team.team-warning .team-social li a:hover {
    background-color: #f1af2d;
    border-color: #f1af2d !important
}

    .team.team-warning .team-social li a:hover .fea-social {
        fill: #f1af2d
    }

.team.team-info .name:hover {
    color: #09a5be !important
}

.team.team-info .team-image .overlay {
    background: rgba(9, 165, 190, 0.8)
}

.team.team-info .team-social li a:hover {
    background-color: #09a5be;
    border-color: #09a5be !important
}

    .team.team-info .team-social li a:hover .fea-social {
        fill: #09a5be
    }

.team.team-danger .name:hover {
    color: #e84142 !important
}

.team.team-danger .team-image .overlay {
    background: rgba(232, 65, 66, 0.8)
}

.team.team-danger .team-social li a:hover {
    background-color: #e84142;
    border-color: #e84142 !important
}

    .team.team-danger .team-social li a:hover .fea-social {
        fill: #e84142
    }

.team.team-dark .name:hover {
    color: #3c4858 !important
}

.team.team-dark .team-image .overlay {
    background: rgba(60, 72, 88, 0.8)
}

.team.team-dark .team-social li a:hover {
    background-color: #3c4858;
    border-color: #3c4858 !important
}

    .team.team-dark .team-social li a:hover .fea-social {
        fill: #3c4858
    }

.team.team-muted .name:hover {
    color: #8c98a4 !important
}

.team.team-muted .team-image .overlay {
    background: rgba(140, 152, 164, 0.8)
}

.team.team-muted .team-social li a:hover {
    background-color: #8c98a4;
    border-color: #8c98a4 !important
}

    .team.team-muted .team-social li a:hover .fea-social {
        fill: #8c98a4
    }

.team.team-light .name:hover {
    color: #f7f8fa !important
}

.team.team-light .team-image .overlay {
    background: rgba(247, 248, 250, 0.8)
}

.team.team-light .team-social li a:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa !important
}

    .team.team-light .team-social li a:hover .fea-social {
        fill: #f7f8fa
    }

.team.team-blue .name:hover {
    color: #3274f0 !important
}

.team.team-blue .team-image .overlay {
    background: rgba(50, 116, 240, 0.8)
}

.team.team-blue .team-social li a:hover {
    background-color: #3274f0;
    border-color: #3274f0 !important
}

    .team.team-blue .team-social li a:hover .fea-social {
        fill: #3274f0
    }

.team.team-footer .name:hover {
    color: #1e273e !important
}

.team.team-footer .team-image .overlay {
    background: rgba(30, 39, 62, 0.8)
}

.team.team-footer .team-social li a:hover {
    background-color: #1e273e;
    border-color: #1e273e !important
}

    .team.team-footer .team-social li a:hover .fea-social {
        fill: #1e273e
    }

.team .team-content,
.team .team-social {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0
}

.team .team-content {
    bottom: 50px;
    left: 16px
}

.team .team-social {
    top: 15px;
    right: -50px
}

.team.team-two .team-image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0
}

.team:hover .team-content,
.team:hover .team-social {
    opacity: 1
}

.team:hover .team-social {
    right: 15px
}

.team:hover .team-content {
    bottom: 12px
}

.team:hover.team-two .team-image .overlay {
    opacity: 1
}

.client-testi {
    cursor: e-resize
}

.home-page-slider .tns-nav {
    bottom: 20px;
    left: 40%;
    position: absolute;
}

.tns-nav {
    text-align: center;
    margin-top: 0px
}

#tns1-ow {
    position: relative;
}

.tns-nav button {
    border-radius: 50px;
    background: #A7A7A7;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 7px;
    border: 1px solid #A7A7A7;
}

    .tns-nav button.tns-nav-active {
        background: #eb3335 !important;
        padding: 7px;
        border-radius: 50px;
        border-color: #6ab72c;
    }

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #3c4858;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15)
}

    .tns-controls button[data-controls="prev"]:hover,
    .tns-controls button[data-controls="next"]:hover {
        background: #3274f0;
        color: #fff
    }

.tns-controls button[data-controls="prev"] {
    left: 0
}

.tns-controls button[data-controls="next"] {
    right: 0
}

.portfolio.portfolio-primary .title:hover,
.portfolio.portfolio-primary .lightbox-icon a:hover {
    color: #3274f0 !important
}

.portfolio.portfolio-primary .btn-icon {
    background-color: #3274f0 !important
}

.portfolio.portfolio-secondary .title:hover,
.portfolio.portfolio-secondary .lightbox-icon a:hover {
    color: #90a1b3 !important
}

.portfolio.portfolio-secondary .btn-icon {
    background-color: #90a1b3 !important
}

.portfolio.portfolio-success .title:hover,
.portfolio.portfolio-success .lightbox-icon a:hover {
    color: #8dc351 !important
}

.portfolio.portfolio-success .btn-icon {
    background-color: #8dc351 !important
}

.portfolio.portfolio-warning .title:hover,
.portfolio.portfolio-warning .lightbox-icon a:hover {
    color: #f1af2d !important
}

.portfolio.portfolio-warning .btn-icon {
    background-color: #f1af2d !important
}

.portfolio.portfolio-info .title:hover,
.portfolio.portfolio-info .lightbox-icon a:hover {
    color: #09a5be !important
}

.portfolio.portfolio-info .btn-icon {
    background-color: #09a5be !important
}

.portfolio.portfolio-danger .title:hover,
.portfolio.portfolio-danger .lightbox-icon a:hover {
    color: #e84142 !important
}

.portfolio.portfolio-danger .btn-icon {
    background-color: #e84142 !important
}

.portfolio.portfolio-dark .title:hover,
.portfolio.portfolio-dark .lightbox-icon a:hover {
    color: #3c4858 !important
}

.portfolio.portfolio-dark .btn-icon {
    background-color: #3c4858 !important
}

.portfolio.portfolio-muted .title:hover,
.portfolio.portfolio-muted .lightbox-icon a:hover {
    color: #8c98a4 !important
}

.portfolio.portfolio-muted .btn-icon {
    background-color: #8c98a4 !important
}

.portfolio.portfolio-light .title:hover,
.portfolio.portfolio-light .lightbox-icon a:hover {
    color: #f7f8fa !important
}

.portfolio.portfolio-light .btn-icon {
    background-color: #f7f8fa !important
}

.portfolio.portfolio-blue .title:hover,
.portfolio.portfolio-blue .lightbox-icon a:hover {
    color: #3274f0 !important
}

.portfolio.portfolio-blue .btn-icon {
    background-color: #3274f0 !important
}

.portfolio.portfolio-footer .title:hover,
.portfolio.portfolio-footer .lightbox-icon a:hover {
    color: #1e273e !important
}

.portfolio.portfolio-footer .btn-icon {
    background-color: #1e273e !important
}

.container-filter li {
    margin: 0px 15px 10px !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #8c98a4 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500
}

    .container-filter li.active,
    .container-filter li:hover {
        color: #3c4858 !important;
        border-bottom-color: #3c4858
    }

.spacing {
    padding: 7px
}

.portfolio {
    transition: all 0.5s ease
}

    .portfolio.portfolio-classic .pop-icon {
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        transition: all 0.5s ease;
        opacity: 0
    }

        .portfolio.portfolio-classic .pop-icon .btn-icon {
            color: #fff
        }

    .portfolio.portfolio-classic:hover .pop-icon {
        top: 50%;
        opacity: 1
    }

    .portfolio.portfolio-creative .lightbox-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        transform: scale(0);
        transition: all 0.5s ease
    }

    .portfolio.portfolio-creative img {
        transform: scale(1.1);
        transition: all 0.5s ease
    }

    .portfolio.portfolio-creative .content {
        position: absolute;
        bottom: 5px;
        left: 5px;
        opacity: 0;
        transition: all 0.5s ease
    }

    .portfolio.portfolio-creative:hover img {
        transform: scale(1)
    }

    .portfolio.portfolio-creative:hover .lightbox-icon {
        transform: scale(1.5)
    }

    .portfolio.portfolio-creative:hover .content {
        opacity: 1
    }

    .portfolio.portfolio-modern .content {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        transition: all 0.5s ease;
        background-color: #fff;
        opacity: 0
    }

    .portfolio.portfolio-modern:hover {
        transform: translateY(-5px)
    }

        .portfolio.portfolio-modern:hover .content {
            bottom: 20px;
            opacity: 1
        }

    .portfolio.portfolio-masonry .content {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        transform: scale(0);
        transition: all 0.5s ease
    }

    .portfolio.portfolio-masonry:hover .content {
        transform: scale(1)
    }

    .portfolio .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease
    }

    .portfolio:hover .overlay {
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, 0.8)
    }

.tobii__btn svg {
    height: 30px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

.shop-advertise .ad-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    height: 280px;
    transition: all 0.3s ease
}

.shop-advertise:hover .ad-image {
    transform: translateY(-50%) scale(1.05)
}

.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons,
.shop-list .shop-image .overlay-work {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease
}

.shop-list .shop-image .product-image {
    transition: all 0.5s ease
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

    .shop-list .shop-image .overlay-work .out-stock {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

.shop-list .shop-image .shop-icons {
    top: 15px;
    left: 15px;
    z-index: 2
}

.shop-list .shop-image .qty-icons {
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 2;
    transform: translateY(100px)
}

.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons,
.shop-list .shop-image:hover .overlay-work {
    opacity: 1
}

.shop-list .shop-image:hover .product-image {
    opacity: 0
}

.shop-list .shop-image:hover .qty-icons {
    transform: translateY(0)
}

.shop-list .shop-icons .btn.btn-icon,
.shop-list .qty-icons .btn.btn-icon {
    width: 38px;
    height: 38px
}

.shop-list .content .product-name {
    transition: all 0.5s ease
}

    .shop-list .content .product-name:hover {
        color: #3274f0 !important
    }

.shop-list .label {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px !important;
    padding-left: 16px !important
}

.blog.blog-primary .title:hover,
.blog.blog-primary .link:hover {
    color: #3274f0 !important
}

.blog.blog-secondary .title:hover,
.blog.blog-secondary .link:hover {
    color: #90a1b3 !important
}

.blog.blog-success .title:hover,
.blog.blog-success .link:hover {
    color: #8dc351 !important
}

.blog.blog-warning .title:hover,
.blog.blog-warning .link:hover {
    color: #f1af2d !important
}

.blog.blog-info .title:hover,
.blog.blog-info .link:hover {
    color: #09a5be !important
}

.blog.blog-danger .title:hover,
.blog.blog-danger .link:hover {
    color: #e84142 !important
}

.blog.blog-dark .title:hover,
.blog.blog-dark .link:hover {
    color: #3c4858 !important
}

.blog.blog-muted .title:hover,
.blog.blog-muted .link:hover {
    color: #8c98a4 !important
}

.blog.blog-light .title:hover,
.blog.blog-light .link:hover {
    color: #f7f8fa !important
}

.blog.blog-blue .title:hover,
.blog.blog-blue .link:hover {
    color: #3274f0 !important
}

.blog.blog-footer .title:hover,
.blog.blog-footer .link:hover {
    color: #1e273e !important
}

.blog {
    transition: all 0.5s ease
}

    .blog.blog-image .content {
        position: absolute;
        bottom: -30px;
        left: 0;
        transition: all 0.5s ease
    }

        .blog.blog-image .content .author {
            opacity: 0;
            transition: all 0.5s ease
        }

    .blog.blog-image:hover .content {
        bottom: 24px
    }

        .blog.blog-image:hover .content .author {
            opacity: 1
        }

    .blog .image .blog-tag {
        position: absolute;
        bottom: -30px;
        left: 24px;
        transition: all 0.5s ease;
        opacity: 0
    }

    /*.blog:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
}*/

    .blog:hover .image .blog-tag {
        bottom: 20px;
        opacity: 1
    }

    .blog.causes .causes-content {
        position: relative;
        margin: -15px 15px 0
    }

    .blog.causes:hover {
        box-shadow: none !important
    }

.sidebar .widget .title:hover {
    color: #3274f0 !important
}

.sidebar .widget .widget-search form {
    position: relative
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .widget-search input[type="button"],
.sidebar .widget .searchform input[type="submit"], .sidebar .widget .searchform input[type="button"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none
}

.sidebar .widget .widget-title {
    font-weight: 500
}

.sidebar .widget .tagcloud > a {
    background: #f8f9fa;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease
}

    .sidebar .widget .tagcloud > a:hover {
        background: #3274f0;
        color: #fff !important
    }

.divider-main {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

    .divider-main.divider {
        height: 2px;
        width: 70%;
        background: linear-gradient(90deg, transparent, #e9ecef, transparent)
    }

.pricing.pricing-primary {
    color: #3c4858
}

.pricing.pricing-secondary {
    color: #3c4858
}

.pricing.pricing-success {
    color: #3c4858
}

.pricing.pricing-warning {
    color: #3c4858
}

.pricing.pricing-info {
    color: #3c4858
}

.pricing.pricing-danger {
    color: #3c4858
}

.pricing.pricing-dark {
    color: #3c4858
}

.pricing.pricing-muted {
    color: #3c4858
}

.pricing.pricing-light {
    color: #3c4858
}

.pricing.pricing-blue {
    color: #3c4858
}

.pricing.pricing-footer {
    color: #3c4858
}

.pricing {
    transition: all 0.5s ease
}

    .pricing.price-two:hover {
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
    }

#countdown .count-down,
#event-sale .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center
}

    #countdown .count-down .count-number,
    #event-sale .count-down .count-number {
        font-size: 40px;
        line-height: 95px
    }

    #countdown .count-down .count-head,
    #event-sale .count-down .count-head {
        display: block;
        position: relative;
        transform: translateY(-20px);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px
    }

    #countdown .count-down .count-number {
        font-size: 40px;
        line-height: 95px;
        border: 4px solid #dee2e6;
        height: 130px;
        width: 130px;
        border-radius: 50%
    }

#event-sale .count-down {
    border: 0;
    color: #fff !important
}

    #event-sale .count-down .count-number {
        line-height: 80px
    }

    #event-sale .count-down .count-head {
        margin-bottom: 0 !important;
        transform: translateY(-15px)
    }

#maintenance {
    letter-spacing: 1px
}

    #maintenance .indicator {
        font-size: 18px
    }

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px
}

.map {
    line-height: 0
}

    .map iframe {
        width: 100%;
        height: 400px
    }

.error {
    margin: 8px 0px;
    display: none;
    color: #e84142
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #e84142 !important;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #8dc351 !important
}

    #success_page p {
        margin-bottom: 0 !important
    }

.qs-datepicker-container {
    background-color: #fff;
    border-color: #dee2e6
}

    .qs-datepicker-container .qs-controls {
        background-color: #e9ecef
    }

        .qs-datepicker-container .qs-controls .qs-month-year {
            font-weight: 600;
            font-size: 15px
        }

            .qs-datepicker-container .qs-controls .qs-month-year:hover {
                border-bottom: 1px solid #e9ecef
            }

    .qs-datepicker-container .qs-squares .qs-square {
        font-size: 15px;
        height: 34px;
        width: 34px
    }

        .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
        .qs-datepicker-container .qs-squares .qs-square.qs-current {
            background: #3274f0;
            color: #fff;
            border-radius: 30px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 30px
        }

    .qs-datepicker-container .qs-squares .qs-day {
        font-weight: 500;
        color: #8c98a4
    }

.footer {
    position: relative;
    color: #8890a4;
    font-size: 14px;
}

    .footer .footer-py-60 {
        padding: 60px 0
    }

    .footer .footer-py-30 {
        padding: 8px 0;
        background-color: var(--secondry);
    }

    .footer .footer-head {
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
        font-size: 17px !important;
    }

    .footer .text-foot {
        color: #8890a4
    }

    .footer .footer-subscribe .form-control,
    .footer .foot-subscribe .form-control {
        background-color: #27314f;
        border: 1px solid #27314f;
        color: #f7f8fa !important
    }

    .footer .footer-subscribe input,
    .footer .foot-subscribe input {
        padding: 9px 20px;
        padding-right: 48px !important
    }

        .footer .footer-subscribe input::placeholder,
        .footer .foot-subscribe input::placeholder {
            color: #8890a4
        }

    .footer .footer-subscribe button,
    .footer .foot-subscribe button {
        top: 4px;
        right: 5px
    }

        .footer .footer-subscribe button.btn,
        .footer .foot-subscribe button.btn {
            height: 44px;
            width: 44px
        }

    .footer .footer-subscribe.foot-white .form-control,
    .footer .foot-subscribe.foot-white .form-control {
        color: #8890a4
    }

    .footer .footer-list {
        margin-bottom: 0
    }

        .footer .footer-list li {
            margin-bottom: 0px
        }

            .footer .footer-list li a {
                transition: all 0.5s ease color: #fff !important;
                /*font-weight: 500;*/
            }

                .footer .footer-list li a:hover {
                    color: #c2c6d0
                }

            .footer .footer-list li:last-child {
                margin-bottom: 0
            }

    .footer .footer-border,
    .footer .footer-bar {
        border-top: 1px solid #232d48
    }

    .footer .footer-border-bottom {
        border-bottom: 1px solid #232d48
    }

    .footer .border {
        border-color: #232d48 !important
    }

    .footer.footer-light {
        background-color: #fff
    }

        .footer.footer-light .footer-head {
            color: #3c4858
        }

        .footer.footer-light .text-foot {
            color: #8c98a4
        }

        .footer.footer-light .footer-subscribe .form-control,
        .footer.footer-light .foot-subscribe .form-control {
            background-color: #f7f8fa;
            border: 1px solid #e9ecef;
            color: #f7f8fa
        }

        .footer.footer-light .footer-subscribe.foot-white .form-control,
        .footer.footer-light .foot-subscribe.foot-white .form-control {
            color: #8890a4
        }

        .footer.footer-light .footer-subscribe input::placeholder,
        .footer.footer-light .foot-subscribe input::placeholder {
            color: #8890a4
        }

        .footer.footer-light .footer-list li a:hover {
            color: #565d70
        }

        .footer.footer-light .footer-list li:last-child {
            margin-bottom: 0
        }

        .footer.footer-light .footer-border,
        .footer.footer-light .footer-bar {
            border-top: 1px solid #e9ecef
        }

        .footer.footer-light .footer-border-bottom {
            border-bottom: 1px solid #e9ecef
        }

        .footer.footer-light .border {
            border-color: #e9ecef !important
        }

        .footer.footer-light .social-icon.foot-social-icon li a {
            color: #ced4da;
            border-color: #ced4da
        }


/*Devloper-1 custom css*/

.h4 {
    font-size: 18px;
    color: #000;
}

.red-color {
    color: #eb3335 !important;
    font-weight: 500;
}

.border-black-bottom {
    padding-bottom: 4px !important;
    border-bottom: 1px solid #c4c4c4;
}

.pd-20 {
    padding: 0px 7px;
    margin-top: 2px;
}

.responsive {
    max-width: 100%;
    height: auto;
}


/*#topnav .navigation-menu.nav-light > li.active > a {
    color: #000 !important;
    }*/

.our-mission1 {
    padding-left: 0px;
}

    .our-mission1 img {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

.logo {
    /*font-weight:600;
    font-size:24px;
    margin-right:15px;
    padding:0 5px 6px 0;
    letter-spacing:1px;
    line-height:68px*/
    padding-top: 10px;
    padding-bottom:10px;
    margin-right: 5px;
}

.contact-info {
    padding-top: 30px;
    list-style: none;
    font-size: 17px;
    float: left;
    padding-left: 0px;
    font-weight: 500;
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
    color: white;
}

.text-blue-dark a {
    color: black;
}

#topnav.nav-sticky .text-blue-dark a {
    color: #fff !important;
}

#topnav.nav-sticky .bg-btn-blue {
    background-color: #fff;
}

    #topnav.nav-sticky .bg-btn-blue a {
        color: #000 !important;
    }

#topnav.nav-sticky .contact-info,
/*#topnav.nav-sticky .logo {
    padding-top: 12px;
}*/
.text-blue-dark {
    color: black;
}

.text-dark-black {
    color: #202020;
}


/*#topnav #navigation {
    display: block !important;
    float: right;
    padding-top: 20px;
    border-bottom: 2px solid #fff;

    }*/

#topnav .navigation-menu.nav-light > li > a {
    color: white;
/*    color: black;*/
}

#topnav .navigation-menu.nav-light > li.bg-btn-white > a {
/*    color: white;*/
        color: black !important;
}

#topnav .navigation-menu > li > a.bg-btn-white {
    background-color: #fff !important;
    color: black !important; 
}

#topnav .navigation-menu > li > a.bg-btn-blue {
    background-color: black !important;
    color: #fff !important;
}


#topnav .navigation-menu > li > a {
    display: inline-block;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0px;
    text-transform: capitalize;
    transition: all 0.5s;
    padding-left: 13px;
    padding-right: 13px;
}

#topnav .navigation-menu > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: unset;
}

.bg-btn-white {
    background-color: #fff;
    margin-bottom: 10px;
    /* margin-right: 80px;*/
    /*padding-bottom: 4px;*/
}

.blue-header .bg-btn-white {
    background-color: #fff;
    margin-bottom: 10px;
    /*padding-bottom: 4px;*/
}

.bg-btn-blue {
    background-color: black;
    /*border: 1px solid black ;*/
}

.text-black {
    color: #000 !important;
}


/*.navigation-menu::after{border-bottom: 1px solid #fff; width: 100%;}*/


/*  .divider{ border-bottom: 2px solid #fff;}*/

#topnav.nav-sticky .navigation-menu > li > a {
    color: #fff;
}

.van-form {
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: -40px;
}

.home-van-form .custom-btn-van {
    text-align: left;
    background: black;
    color: #fff;
    padding: 12px 10px;
}

.section-20 {
    padding: 20px 0px;
}

.bg-light-gray {
    background: #EFEFEF;
    /*border-radius: 15px;*/
}

.bg-gray {
    background: #EAEAEA;
}


/*.bg-light-gray{ background-color: #e6e6e6; }*/

.fw-bold {
    font-weight: 500 !important;
}

.fw-bold-600 {
    font-weight: 600 !important;
}

.fw-bold-500 {
    font-weight: 500 !important;
}

.text-gray {
    color: #707070;
}

.text-gray1 {
    color: #676464;
}

.padding-15 {
    padding: 51px 30px 40px;
}

.para {
    font-size: 12px;
    /* color:#838383; */
}

.feature-bg {
    background-color: #fff;
}

.rounded-one {
    border-radius: 20px !important;
}

.fs-25 {
    font-size: 28px !improtant;
}

.plr-100 {
    padding: 0px 178px;
}

. .text-left {
    text-align: left !important;
}

.bg-blue1 {
    background-color: black;
}

.btn-red {
    background: var(--secondry);
    color: #fff;
    padding: 0px 30px 0px 3px; /*border-radius: 6px;*/
}

.btn-red-center {
    background: var(--secondry);
    color: #fff;
    padding: 7px 30px 7px 30px;
    /*border-radius: 7px;*/
}

.card .card-body1 {
    /*padding: 15px 25px;*/
    padding: 15px 35px 15px 15px;
    background: #EFEFEF;
}

.all-middle-btn {
    text-align: center;
    background: black;
    color: #fff;
    font-weightL: 600;
    /*border-radius: 7px;*/
    padding: 5px 35px;
}

.fleetlogo {
    margin-left: 83%;
}

.bg-red {
    background-color: var(--secondry);
}

.client-testi {
    background: #EFEFEF;
    border-radius: 25px;
    padding: 20px 30px 30px;
    margin-top: 20px;
}

#topnav .navigation-menu {
    float: right;
    /*border-bottom: 2px solid #fff;*/
}

.footer-list {
    /*border-left: 2px solid #fff;*/
    height: 132px;
}

    .footer-list li,
    .footer-head {
        padding-left: 15px;
    }

.border-right {
    /*border-right: 2px solid #fff;*/
}

.last-footer-bar {
    display: flex;
}

    .last-footer-bar li {
        color: #fff;
        font-weight: 500;
        padding-right: 20px;
    }

.mt-125 {
    margin-top: 310px
}

.mt-110 {
    margin-top: 92px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: var(--secondry);
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease
}

.custom-logo {
    width: 150px;
}

.content .title2 {
    font-size: 25px;
    font-weight: 700;
}


/*renter-details page css start*/


/*.max-height-bottom {height:420px;border-bottom:2px solid black ;}*/


/*.max-height-bottom {height:180px;border-bottom:2px solid black ;}
    .max-height-400{height:400px;border-bottom:2px solid black ;}
    .max-height-130{height: 130px;border-bottom:2px solid black ;}*/

.border-all {
    border-radius: 10px;
}

.form-bg-gray {
    background: #e6e6e6;
    padding: 15px;
    border-radius: 12px;
}

.btn-black {
    background: #000;
    width: 100%;
    color: #fff;
    text-align: right;
}

.renter-inputwrapper {
    position: relative;
}

    .renter-inputwrapper::after {
        content: attr(data-required);
        position: absolute;
        left: 11px;
        bottom: 52%;
        font-size: 8px;
        transform: translateY(-50%);
        color: #000;
    }

.renter-inputwrapper1 {
    position: relative;
}

    .renter-inputwrapper1::after {
        content: attr(data-required);
        position: absolute;
        left: 12px;
        bottom: 36%;
        font-size: 8px;
        transform: translateY(-50%);
        color: #000;
    }

.renter-inputwrapper2 {
    position: relative;
}

    .renter-inputwrapper2::after {
        content: attr(data-required);
        position: absolute;
        left: 8px;
        top: 26%;
        font-size: 7px;
        transform: translateY(-50%);
        color: #000;
    }

.form-control-border {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    width: 82%;
}

    .form-control-border::placeholder {
        font-size: 14px;
    }

    .form-control-border::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #202020;
    }

    .form-control-border:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #202020;
        opacity: 1;
    }

    .form-control-border::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #202020;
        opacity: 1;
    }

    .form-control-border:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #202020;
    }

.pd-5 {
    padding: 10px;
}

.btn-black:hover {
    color: #fff;
}


/*renter-details page css start*/

.section-20 {
    padding: 20px 0px 30px 0px
}

.mt-8 {
    margin-top: -10px;
}


/*.form-control{
    border: 1px solid #000;
    }*/

.box-shadow {
    box-shadow: 0px 5px 7px rgba(60, 72, 88, 0.8) !important;
}


/*time line css*/

.history-tl-container ul.tl {
    margin: 20px 5px;
    padding: 0;
    display: inline-block;
}

    .history-tl-container ul.tl li {
        list-style: none;
        margin: auto;
        border-left: 2px solid black;
        padding: 0 0 15px 20px;
        position: relative;
    }

        .history-tl-container ul.tl li:last-child {
            border-left: 0;
        }

        .history-tl-container ul.tl li::before {
            position: absolute;
            left: -14px;
            top: 0px;
            content: " ";
            border: 2px solid black;
            border-radius: 500%;
            background: #fff;
            height: 25px;
            width: 25px;
            transition: all 500ms ease-in-out;
        }

        .history-tl-container ul.tl li.bg-blue-active::before {
            position: absolute;
            left: -12px;
            top: 0px;
            content: " ";
            border: 2px solid black;
            border-radius: 500%;
            background: black !important;
            height: 25px;
            width: 25px;
            transition: all 500ms ease-in-out;
        }

.timeline-end {
    position: absolute;
    top: 4px;
    left: -5px;
}

    .timeline-end p {
        font-weight: 600;
        font-size: 15px;
        color: black;
    }

.item-title {
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.item-detail {
    color: #6ab72c;
    font-size: 7px;
}


/*end */


/*bar scale css*/

.bar-scale {
    margin-bottom: 5px;
    width: 46%;
    overflow: hidden;
}

.bar-line {
    height: 2px;
    background: black;
    position: relative;
    margin-top: 3px;
}


/*.dot-orange{float:left;width:10px;height:10px;background:#fcac2a;border-radius:50%;}*/


/*.dot-black{float:left;width:10px;height:10px;background:black;border-radius:50%;position:relative;top:-5px;left:80px;}*/

.dot-orange {
    float: left;
    width: 9px;
    height: 9px;
    background: #6ab72c;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #fcac2a;
    z-index: 1;
}

.dot-black {
    float: right;
    width: 9px;
    height: 9px;
    background: black;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 46%;
    box-shadow: 0 0 0 1px #000;
    z-index: 1;
}

.padding-05 {
    padding: 0px 5px;
}

.padding-right-left-sidebar {
    padding-left: 10px;
    padding-right: 10px;
}


/*end*/

.small-font {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 10px
}

.small-font1 {
    font-size: 8px;
}

.all-padding-5 {
    padding: 3px;
}

.list-head {
    color: #202020;
    font-size: 9px;
}

.list-small-content {
    color: #99a9bd;
    font-size: 6px;
}

.section-pd-10 {
    padding: 10px;
}

.section-pd-8 {
    padding: 8px;
}

.duration-time .first-p {
    color: #8f9bb3;
    font-size: 11px;
    margin-bottom: 0px;
}

.duration-time .second-p {
    color: #000;
    font-size: 13px;
    margin-bottom: 3px;
}

.email-content {
    position: relative;
    padding-left: 20px;
}

.estimate-content {
    position: relative;
}

.email-icon {
    position: absolute;
    bottom: 25px;
}

.file-icon {
    position: absolute;
    top: 4px;
    right: 94px;
}

.email-content2 {
    position: relative;
    font-size: 12px;
    padding-left: 18px;
}

.email-icon2 {
    position: absolute;
    bottom: 27px;
}

.file-icon2 {
    position: absolute;
    bottom: 3px;
    right: 40%;
}

.estimate-content2 {
    font-size: 12px;
    position: relative;
    padding-left: 10px;
}

.sidebar-blue-button {
    font-size: 13px;
    padding: 2px 3px;
    background: #4aa4ff;
    color: #fff;
    border-radius: 3px;
}

.parent {
    border: 1px solid red;
    /*border-radius:10px;*/
    /*margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;*/
}

.pd-10 {
    padding: 5px
}

.widget ul {
    list-style: none !important;
}

.widget li {
    position: relative;
    margin: 1px 10px;
    font-size: 8px;
}

.sidebar .widget ul li::before {
    content: "\2022";
    color: #6CAC38;
    position: absolute;
    font-size: 23px;
    left: -12px;
    top: -11px;
}

.widget ul li.sky-dot::before {
    content: "\2022";
    color: #00b0f0;
    position: absolute;
    font-size: 23px;
    left: -12px;
    top: -11px;
}

.text-black {
    color: #202020;
    font-weight: 600;
    font-size: 10px;
}

.text-black1 {
    color: #202020;
    font-weight: 600;
    font-size: 10px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-15 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px !important;
}

.btn1 {
    padding: 4px 7px;
}

.renter-details .card .card-body {
    padding: 5px;
}


/*end*/


/*--- /.price-range-slider ---*/

.form-switch .form-check-input {
    background-image: url("../resource/black-dot1.png");
    margin-left: -1.5em;
    margin-top: 0px;
}

.price-range-slider {
    border-bottom: 1px solid #000;
}

    .price-range-slider:after,
    .price-range-slider:before {
        content: "•";
        color: #b83b3b;
        text-shadow: #b83b3b 0 0 5px;
        margin: 0 10px;
    }

.red-bg-slider {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-x: 70%;
}

    .red-bg-slider .side-content {
        min-height: 215px;
    }


/*renter-details-page css end*/


/*renter-details-two-page css start */

.renter-inputwrapper-1 {
    position: relative;
}

    .renter-inputwrapper-1::after {
        content: attr(data-required);
        position: absolute;
        left: 8px;
        top: 8%;
        font-size: 9px;
        /* transform: translateY(-50%);*/
        color: #000;
    }


/*delivery & pickup service end*/


/*ADDONS PAGE CSS*/

.img-icon-height {
    height: 25px;
}

.input-group-text {
    background: transparent;
}

.addons-form .btn {
    /* padding:10px 20px;*/
}

.border-left-none {
    border-left: none;
}

.max-height-bottom-gray {
    height: 450px;
    border-bottom: 2px solid black;
}

.user-profile h4 {
    line-height: 1px !important;
    font-weight: 600;
}

.personal-detail {
    line-height: 12px;
    font-size: 12px;
    margin-top: 5px;
}

.personal-detail1 {
    font-size: 12px;
    margin-top: -3px;
}

.payment-max-height {
    max-height: 460px;
    border-bottom: 2px solid black;
}

.addons-details .card .bg-btn-red {
    /*border-radius: 5px;*/
    padding: 11px 8px;
}

.addons-form .bg-btn-blue {
    /*border-radius: 5px;*/
}


/*devloper-2  css*/


/*header start*/

.logo-footer img {
    height: 70px;
}

.policy-account {
    position: absolute;
    /*  top: -3px;*/
}

.blue-header {
    max-height: 50px;
}

    .blue-header.nav-sticky {
        max-height: unset;
    }

        .blue-header.nav-sticky .navigation-menu {
            padding-top: 23px !important;
        }

            .blue-header.nav-sticky .navigation-menu > li > a {
                padding-bottom: 16px !important;
            }

        .blue-header.nav-sticky .mt-5 {
            margin-top: 0px !important;
        }

    .blue-header .logo {
        padding-top: 20px;
    }

    .blue-header .contact-info {
        padding-top: 23px;
    }

    .blue-header .navigation-menu {
        padding-top: 10px !important;
    }

        .blue-header .navigation-menu > li > a {
            padding-bottom: 10px !important;
        }

    .blue-header .mt-5 {
        margin-top: 5px !important;
    }


/*header end*/

.border-top-gray {
    border-top: 1px solid #ddd;
}

.text-color-blue {
    color: black;
}

.bg-btn-red {
    background-color: var(--secondry);
}

#topnav.blue-header li a.bg-btn-red {
    background-color: #eb3335 !important;
}

#topnav.blue-header li a.bg-btn-red {
    padding-top: 15px;
    padding-bottom: 15px !important;
}

#topnav.blue-header li a.bg-btn-white {
    padding-top: 15px;
    padding-bottom: 15px !important;
}

#topnav.blue-header.nav-sticky .bg-btn-red {
    padding-bottom: 0px;
}

#topnav.blue-header.nav-sticky .bg-btn-white {
    padding-bottom: 0px;
}

#login-submit.bg-btn-blue:hover {
    border: 1px solid #eb3335 !important;
}


.nav-pills .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: black !important;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-justified .nav-item {
    background: #c4c4c4;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 10px 0px;*/
}

    .nav-justified .nav-item:last-child {
        margin-right: 0px;
    }

.nav-pills {
    background: transparent;
}

    .nav-pills .nav-link.active {
        background: var(--secondry);
        color: #fff !important;
        padding: 10px 0px;
    }

.tab-active .nav-link {
    color: #fff !important;
}

.faq-tab-section {
    padding: 80px 0px 130px 0px;
}

    .faq-tab-section .text-color-blue h2 {
        font-size: 25px !important;
        padding: 17px 0px;
    }

    .faq-tab-section .text-color-blue p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .faq-tab-section .card-header {
        border-bottom: none;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: .5rem 1.5rem;
        font-size: 17px;
        font-weight: 500;
    }

    .faq-tab-section #pills-faq .card-body {
        background: #fff;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        padding: .5rem 1.5rem 1.5rem 1.5rem;
        font-size: 14px;
        color: black;
        font-weight: 300;
    }

    .faq-tab-section #pills-policy .card-body {
        background: #fff;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        padding: .5rem 1.5rem 1.5rem 1.5rem;
        font-size: 14px;
        color: #707070;
        font-weight: 300;
    }

.header-bg-red {
    background: var(--secondry);
    color: #fff;
}

.header-bg-blue {
    background: black;
    color: #fff;
}

.rental-terms {
    background: #fff;
    margin-top: -15px;
    padding: 10px 15px 80px 15px;
    border-radius: 10px;
    font-size: 14px;
}

.contact-us-info {
    /*padding: 20px 0px;
    */
}

    .contact-us-info h5 {
        color: #707070;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-us-info .footer-head {
        padding-left: 0px;
    }

    .contact-us-info .card {
        background: #fff;
        padding: 5px 0px 20px 30px;
        border-radius: 8px;
    }

    .contact-us-info .contact-btn {
        background: var(--secondry);
        color: #fff;
        width: 100px;
        /*border-radius: 10px;*/
        padding: 8px 8px 2px 8px;
        display: block;
        max-width: 23%;
        font-weight: 500;
    }

.contact-second-title {
    font-size: 15px !important;
    color: #202020;
    font-weight: 400;
}

.location-map {
    width: 11.6%;
}

.contact-form-country {
    padding-right: 5px;
}

.contact-form-button {
    padding-left: 5px;
}

    .contact-form-button .btn-black {
        background: black;
    }

        .contact-form-button .btn-black:hover {
            background: var(--secondry);
        }

.map iframe {
    height: 600px;
}


/*book my van page start*/

.book-van-banner {
    position: relative;
    z-index: -1;
}

.book-my-van {
    margin-top: -2%;
}

    .book-my-van .container {
        background-color: var(--secondry);
        border-radius: 10px; /*  padding: 8px 8px 0px 8px;*/
    }

    .book-my-van .pb-8 {
        padding-bottom: 8px;
    }

    .book-my-van h5 {
        color: #fff;
        font-size: 25px !important;
        padding-left: 5px;
    }

    .book-my-van .table-spacing {
        padding-right: 6px;
        padding-top: 9px;
        padding-left: 3px;
    }

    .book-my-van .other-tr .table-spacing {
        padding-right: 6px;
        padding-top: 7px;
    }


    /*.book-my-van .table-spacing-bottom {
    padding-bottom: 6px;
}*/

    .book-my-van .pd-5 {
        padding: 15px;
    }

    .book-my-van .form-control {
        font-size: 14px;
    }

    .book-my-van input[type="text"]::placeholder {
        color: #000;
        padding-top: 5px;
    }

.inputwrapper {
    position: relative;
}

    .inputwrapper::after {
        content: attr(data-required);
        position: absolute;
        left: 16px;
        top: 15%;
        font-size: 10px;
        transform: translateY(-50%);
        color: #000;
    }

.book-van-content {
    padding-top: 8px;
    padding-bottom: 30px;
}

    .book-van-content .container {
        /*max-width: 846px !important;*/
        /* padding: 20px;*/
    }

    .book-van-content .btn {
        padding: 7px 10px;
    }

    .book-van-content .widget span {
        padding-left: 10px;
        color: #777575;
        font-size: 14px;
    }

    .book-van-content .van-class {
        background: #efefef;
        padding-left: 15px;
        padding-bottom: .7rem;
    }

    .book-van-content .pagination {
        font-size: 13px;
        float: right;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .book-van-content .btn-primary {
        box-shadow: unset;
        background-color: black !important;
        border: 1px solid black !important;
        font-size: 12px;
    }

    .book-van-content .filter-buttons img {
        height: 30px;
        width: 30px;
    }

    .book-van-content .btn-group-sm a {
        margin-right: 9px;
    }


/*.book-van-content .form-checkbox{
    border: 1px solid #fff;
    }*/

.filter-title {
    background-color: var(--secondry);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px !important;
}

.notify-badge {
    position: absolute;
    background: black;
    bottom: .6rem;
    left: 0;
    text-align: center;
    font-size: 8px;
    color: white;
    padding: 1px 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 600;
}

.book-my-van-img {
    height: auto;
}

.cancellation-policy {
    border: 1px solid var(--secondry);
    /*border-radius: 10px;*/
}

.cancellation-policy-content h5 {
    font-size: 9px !important;
    margin-bottom: 0px;
    color: #6ab72c;
    font-weight: 700;
}

.cancellation-policy-content p {
    font-size: 6px !important;
    color: black;
    line-height: 1.2;
    font-weight: 300;
}

.hours-title-red {
    font-size: 7px;
    color: #6ab72c;
    text-align: right;
    font-weight: 600;
}

.hours-title-blue {
    font-size: 7px;
    color: black;
    text-align: right;
    font-weight: 600;
}

.hours-content {
    font-size: 5px;
    text-align: right;
}

.data-change-policy {
    border: 1px solid black;
    /*border-radius: 10px;*/
}

    .data-change-policy h5 {
        font-size: 9px !important;
        margin-bottom: 0px;
        color: black;
        font-weight: 700;
    }

.noofpeople {
    font-size: 10px;
}

.featuresample {
    margin-left: 10px;
    margin-bottom: 10%;
}

.btnselect {
    height: 40px;
    border-radius: 8px;
}

.vechicleprofile {
    margin-left: 10px !important;
}

.headerlogo {
    width: 100px;
    margin-left: 6px;
}

.feature {
    margin-left: 23px;
    margin-top: 10px;
}

.peopleform {
    height: 100%;
    text-align: center;
    font-size: 23px;
}


.formcimg {
    height: 60px;
    margin-top: 8px;
}

.formcontrol {
    margin-top: 23px;
    height: 60px;
}

.data-change-policy p {
    font-size: 6px !important;
    color: black;
    line-height: 1.2;
    font-weight: 300;
}

.book-van-content .card .card-body {
    padding: 2px 10px;
}

.ram-promaster-city-title {
    font-size: 17px !important;
}

.ram-promaster-city {
    font-size: 13px;
    line-height: unset;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

.vhldescription {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
    height: 85px;
    width: 101%;
}

.ram-promaster-city-btn {
    font-size: 9px;
    background: black;
    color: #fff;
    height: 18px;
    /*padding: 2px 7px;*/
    /*border-radius: 4px;*/
    margin-top: 3px;
    border: 0px;
    position: absolute;
    right: 10px;
}

.City-label {
    position: absolute;
    right: 10px;
}
/**
* Template Name: FlexStart - v1.12.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #4154f1;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: #012970;
    }

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol a {
        color: #fff;
        transition: 0.3s;
    }

        .breadcrumbs ol a:hover {
            text-decoration: underline;
        }

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #8894f6;
            content: "/";
        }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

    .header.header-scrolled {
        background: #fff;
        padding: 15px 0;
        box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    }

    .header .logo {
        line-height: 0;
    }

        .header .logo img {
            max-height: 40px;
            margin-right: 6px;
        }

        .header .logo p {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #FFFFFF;
            font-family: "Nunito", sans-serif;
            margin-top: 3px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Nunito", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #FFFFFF;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #FFFFFF;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #FFFFFF;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #FFFFFF;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 600;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #4154f1;
            }

ol, ul {
    padding-left: 1rem;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #012970;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #4154f1;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #4154f1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
}

    .hero h1 {
        margin: 0;
        font-size: 18px;
        /*font-weight: 200;
        color: #FFFFFF;*/
    }

    .hero h2 {
        margin: 5px 0 0 0;
        font-size: 18px;
    }

    .hero .btn-get-started {
        margin-top: 10px;
        line-height: 0;
        padding: 18px 40px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #1dab3c;
    }

    .hero .btn-get-ended {
        margin-top: 0px;
        line-height: 0;
        padding: 18px 0px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #1dab3c;
    }

    .hero ul li {
        content: "•";
        color: #1dab3c;
        font-weight: bold;
        font-size: 15px;
    }


    .hero .btn-get-started span {
        font-family: "Nunito", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hero .btn-get-started i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .hero .btn-get-started:hover i {
        transform: translateX(5px);
    }

    .hero .hero-details {
        text-align: right;
        margin-top: 11%;
        margin-left: 130px;
    }

    .hero .details {
        border: 1px solid #d5cdcd;
        ;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 6px;
    }


.form-control {
    display: block;
    width: 100%;
    background-clip: padding-box;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 55px 0 60px 0;
    }

        .hero .hero-details {
            text-align: center;
        }

        .hero .hero-img img {
            width: 80%;
        }
}

@media (max-width: 768px) {
    /*.hero {
        text-align: center;
    }*/
    .top {
        margin-top: 0px;
    }


    .promaster-month {
        font-size: 14px;
    }

    .fleetlogo {
        margin-left: 0%;
    }

    .weekly {
        left: inherit !important;
        background-color: lightgray;
        width: 30%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .hero .btn-get-ended {
        width: 47%;
        margin-top: 42%;
        margin-right: 25%;
        line-height: 0;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #1dab3c;
    }

    .hero .hero-details {
        right: 60%;
    }
    /* .hero h1 {
            font-size: 32px;
        }

        .hero h2 {
            font-size: 24px;
        }*/
    .hero .hero-img img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    background-color: #f6f9ff;
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4154f1;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

    .about .btn-read-more span {
        font-family: "Nunito", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .about .btn-read-more i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .about .btn-read-more:hover i {
        transform: translateX(5px);
    }

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

    .values .box img {
        padding: 30px 50px;
        transition: 0.5s;
        transform: scale(1.1);
    }

    .values .box h3 {
        font-size: 24px;
        color: #012970;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .values .box:hover {
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .values .box:hover img {
            transform: scale(1);
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

    .counts .count-box {
        display: flex;
        align-items: center;
        padding: 30px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .counts .count-box i {
            font-size: 42px;
            line-height: 0;
            margin-right: 20px;
            color: #4154f1;
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #0b198f;
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Nunito", sans-serif;
            font-size: 14px;
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

    .features .feature-box h3 {
        font-size: 18px;
        color: #012970;
        font-weight: 700;
        margin: 0;
    }

    .features .feature-box i {
        line-height: 0;
        background: #ecf3ff;
        padding: 4px;
        margin-right: 10px;
        font-size: 24px;
        border-radius: 3px;
        transition: 0.3s;
    }

    .features .feature-box:hover i {
        background: #4154f1;
        color: #fff;
    }

.features .feture-tabs {
    margin-top: 120px;
}

    .features .feture-tabs h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

    .features .feture-tabs .nav-link.active {
        color: #4154f1;
        border-bottom: 3px solid #4154f1;
    }

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.features .feature-icons {
    margin-top: 120px;
}

    .features .feature-icons h3 {
        color: #012970;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

    .features .feature-icons .content .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #012970;
    }

    .features .feature-icons .content .icon-box i {
        font-size: 44px;
        line-height: 44px;
        color: #0245bc;
        margin-right: 15px;
    }

    .features .feature-icons .content .icon-box p {
        font-size: 15px;
        color: #848484;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

    .services .service-box .icon {
        font-size: 36px;
        padding: 40px 20px;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block;
        line-height: 0;
        transition: 0.3s;
    }

    .services .service-box h3 {
        color: #444444;
        font-weight: 700;
    }

    .services .service-box .read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 20px;
    }

        .services .service-box .read-more i {
            line-height: 0;
            margin-left: 5px;
            font-size: 18px;
        }

    .services .service-box.blue {
        border-bottom: 3px solid #2db6fa;
    }

        .services .service-box.blue .icon {
            color: #2db6fa;
            background: #dbf3fe;
        }

        .services .service-box.blue .read-more {
            color: #2db6fa;
        }

        .services .service-box.blue:hover {
            background: #2db6fa;
        }

    .services .service-box.orange {
        border-bottom: 3px solid #f68c09;
    }

        .services .service-box.orange .icon {
            color: #f68c09;
            background: #fde3c4;
        }

        .services .service-box.orange .read-more {
            color: #f68c09;
        }

        .services .service-box.orange:hover {
            background: #f68c09;
        }

    .services .service-box.green {
        border-bottom: 3px solid #08da4e;
    }

        .services .service-box.green .icon {
            color: #08da4e;
            background: #cffddf;
        }

        .services .service-box.green .read-more {
            color: #08da4e;
        }

        .services .service-box.green:hover {
            background: #08da4e;
        }

    .services .service-box.red {
        border-bottom: 3px solid #e9222c;
    }

        .services .service-box.red .icon {
            color: #e9222c;
            background: #fef7f8;
        }

        .services .service-box.red .read-more {
            color: #e9222c;
        }

        .services .service-box.red:hover {
            background: #e9222c;
        }

    .services .service-box.purple {
        border-bottom: 3px solid #b50edf;
    }

        .services .service-box.purple .icon {
            color: #b50edf;
            background: #f8e4fd;
        }

        .services .service-box.purple .read-more {
            color: #b50edf;
        }

        .services .service-box.purple:hover {
            background: #b50edf;
        }

    .services .service-box.pink {
        border-bottom: 3px solid #f51f9c;
    }

        .services .service-box.pink .icon {
            color: #f51f9c;
            background: #feecf7;
        }

        .services .service-box.pink .read-more {
            color: #f51f9c;
        }

        .services .service-box.pink:hover {
            background: #f51f9c;
        }

    .services .service-box:hover h3,
    .services .service-box:hover p,
    .services .service-box:hover .read-more {
        color: #fff;
    }

    .services .service-box:hover .icon {
        background: #fff;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

    .pricing .box:hover {
        transform: scale(1.1);
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    }

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

    .pricing .price sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing .price span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

    .pricing ul li {
        padding-bottom: 10px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
}

    .pricing .btn-buy:hover {
        background: #4154f1;
        color: #fff;
    }

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

    .faq .accordion-button:focus {
        box-shadow: none;
    }

    .faq .accordion-button:not(.collapsed) {
        background: none;
        color: #4154f1;
        border-bottom: 0;
    }

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 20px 10px 20px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        color: #444444;
        margin: 0 4px 8px 4px;
        transition: 0.3s;
        border-radius: 50px;
        border: 1px solid #fff;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #4154f1;
            border-color: #4154f1;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: 1s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid rgba(1, 41, 112, 0.2);
            border-left: 3px solid rgba(1, 41, 112, 0.2);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid rgba(1, 41, 112, 0.2);
            border-right: 3px solid rgba(1, 41, 112, 0.2);
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #012970;
            font-weight: 700;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #012970;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            background: #4154f1;
            margin: 10px 2px;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a i {
                font-size: 24px;
                line-height: 0;
            }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: #5969f3;
            }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #4154f1;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #4154f1;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

    .testimonials .testimonial-item .stars {
        margin-bottom: 15px;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        border: 4px solid #fff;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}

    .team .member {
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        transition: 0.3s;
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

            .team .member .member-img:after {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                background: url(../img/team-shape.svg) no-repeat center bottom;
                background-size: contain;
                z-index: 1;
            }

        .team .member .social {
            position: absolute;
            right: -100%;
            top: 30px;
            opacity: 0;
            border-radius: 4px;
            transition: 0.5s;
            background: rgba(255, 255, 255, 0.3);
            z-index: 2;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: rgba(1, 41, 112, 0.5);
                margin: 15px 12px;
                display: block;
                line-height: 0;
                text-align: center;
            }

                .team .member .social a:hover {
                    color: rgba(1, 41, 112, 0.8);
                }

            .team .member .social i {
                font-size: 18px;
            }

        .team .member .member-info {
            padding: 10px 15px 20px 15px;
        }

            .team .member .member-info h4 {
                font-weight: 700;
                margin-bottom: 5px;
                font-size: 20px;
                color: #012970;
            }

            .team .member .member-info span {
                display: block;
                font-size: 14px;
                font-weight: 400;
                color: #aaaaaa;
            }

            .team .member .member-info p {
                font-style: italic;
                font-size: 14px;
                padding-top: 15px;
                line-height: 26px;
                color: #5e5e5e;
            }

        .team .member:hover {
            transform: scale(1.08);
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        }

            .team .member:hover .social {
                right: 8px;
                opacity: 1;
            }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

    .clients .clients-slider .swiper-slide img:hover {
        opacity: 1;
    }

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #4154f1;
    }

    .clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #4154f1;
    }

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .recent-blog-posts .post-box .post-img {
        overflow: hidden;
        margin: -30px -30px 15px -30px;
        position: relative;
    }

        .recent-blog-posts .post-box .post-img img {
            transition: 0.5s;
        }

    .recent-blog-posts .post-box .post-date {
        font-size: 16px;
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
        display: block;
        margin-bottom: 10px;
    }

    .recent-blog-posts .post-box .post-title {
        font-size: 24px;
        color: #012970;
        font-weight: 700;
        margin-bottom: 18px;
        position: relative;
        transition: 0.3s;
    }

    .recent-blog-posts .post-box .readmore {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        transition: 0.3s;
    }

        .recent-blog-posts .post-box .readmore i {
            line-height: 0;
            margin-left: 4px;
            font-size: 18px;
        }

    .recent-blog-posts .post-box:hover .post-title {
        color: #4154f1;
    }

    .recent-blog-posts .post-box:hover .post-img img {
        transform: rotate(6deg) scale(1.2);
    }

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/*.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
    padding: 15px 15px 80px;
}*/

.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.modal-right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
    top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

/* Full Screen */

.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}

/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
    padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after {
    font-family: "FontAwesome";
}

a.has-sub:after {
    content: "\f107";
    margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
    content: "\f106";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #4154f1;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #4084fd;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0;
            }

            .blog .entry .entry-meta a {
                color: #777777;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #4154f1;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #5969f3;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #012970;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #0d64fd;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #013289;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #4154f1;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
            margin-right: 20px;
        }

        .blog .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
            color: #012970;
        }

        .blog .blog-author .social-links {
            margin: 0 10px 10px 0;
        }

            .blog .blog-author .social-links a {
                color: rgba(1, 41, 112, 0.5);
                margin-right: 5px;
            }

        .blog .blog-author p {
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                margin-right: 14px;
            }

                .blog .blog-comments .comment .comment-img img {
                    width: 60px;
                }

            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #4154f1;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #012970;
                }

                    .blog .blog-comments .comment h5 .reply i {
                        font-size: 20px;
                    }

            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #013ca3;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #a0aaf8;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #a0aaf8;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #012970;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #013289;
                }

    .blog .blog-pagination {
        color: #024ed5;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li a {
                color: #012970;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .blog .blog-pagination li.active,
            .blog .blog-pagination li:hover {
                background: #4154f1;
            }

                .blog .blog-pagination li.active a,
                .blog .blog-pagination li:hover a {
                    color: #fff;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #012970;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type=text] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #4154f1;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0;
            }

                .blog .sidebar .search-form form button i {
                    line-height: 0;
                }

                .blog .sidebar .search-form form button:hover {
                    background: #5465f2;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #4154f1;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #012970;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #4154f1;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaaaaa;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #0257ee;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #d7e6ff;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #4154f1;
                        background: #4154f1;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #a5c5fe;
                        font-size: 14px;
                    }


@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-info .logo {
        line-height: 0;
        margin-bottom: 15px;
    }

        .footer .footer-top .footer-info .logo img {
            max-height: 40px;
            margin-right: 6px;
        }

        .footer .footer-top .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #012970;
            font-family: "Nunito", sans-serif;
            margin-top: 3px;
        }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Nunito", sans-serif;
    }

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .footer .footer-top .social-links a:hover {
        color: #012970;
    }

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #d0d4fc;
            font-size: 12px;
            line-height: 0;
        }

        .footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-top .footer-links ul a {
            color: #013289;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #4154f1;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.ram-promaster-city-btn:hover {
    color: #fff;
}

.text-red {
    color: var(--secondry);
}

.promaster-total-content {
    border: 1px solid #e6e6e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -7px;
}

    .promaster-total-content p {
        margin-bottom: -3px;
        float: right;
    }

.ram-promaster-seats {
    list-style: none;
    position: absolute;
    top: 77%;
    left: 12px;
}

    .ram-promaster-seats li {
        /* padding-left: 13px;*/
        font-size: 7px;
        font-weight: 500;
        color: #6e6c6c;
    }

        .ram-promaster-seats li:first-child,
        .ram-promaster-seats-1 li:first-child {
            padding-left: 0px;
        }

.ram-promaster-seats-1 {
    list-style: none;
    position: absolute;
    top: 85%;
    left: 12px;
}

    .ram-promaster-seats-1 li {
        padding-left: 13px;
        font-size: 7px;
    }

.promaster-total {
    font-size: 14px;
}

.promaster-month {
    font-size: 16px;
}

.promaster-day {
    font-size: 18px;
}

.ram-promaster-select-btn {
    font-size: 14px;
    background: var(--secondry);
    color: #fff;
    padding: 5px 70px;
    /*border-radius: 4px;*/
    margin-top: 3px;
    height: 20%;
    border: 0px;
    font-weight: 500;
    float: right;
}

.ram-promaster-select {
    margin: 3px 0px 0px 0px;
    float: left;
/*    position: absolute;*/
    padding: 5px 25px;
    /* right: 7px;*/
    background: var(--secondry);
    color: #fff;
/*    top: 7px;*/
}

.required-quantity-form {
    padding-top: 35px;
}

    .required-quantity-form label {
        font-size: 12px;
        color: #000;
        font-weight: 500;
        line-height: 14px;
        /*padding-left: 20px;*/
        text-align: right;
        width: 100px;
    }

    .required-quantity-form .form-control {
        border: 2px solid #6ab72c;
        padding: 0px 2px 0px 0px;
        font-size: 19px;
        width: 50px;
        margin-left: 10px;
        float: right;
    }

    .required-quantity-form input[type="text"]::placeholder {
        text-align: right;
        color: #000;
        font-weight: 600;
    }


/*book my van page end*/


/*insurance details page start*/

.inclusive-gold-plan-btn {
    font-size: 12px;
    background: black;
    color: #fff;
    height: 18px;
    padding: 0px 7px;
    /*border-radius: 4px;*/
    margin-top: 3px;
    border: 0px;
    font-weight: 500;
    position: absolute;
    bottom: 18px;
    width: 100%;
    height: 32px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.limited-liability-plan-btn {
    font-size: 8px;
    background: var(--secondry);
    color: #fff;
    height: 18px;
    padding: 0px 7px;
    border-radius: 4px;
    margin-top: 3px;
    border: 0px;
    font-weight: 500;
}

.basic-plan-btn {
    font-size: 8px;
    background: #15be3c;
    color: #fff;
    height: 18px;
    /*padding: 0px 7px;*/
    border-radius: 4px;
    margin-top: 3px;
    border: 0px;
    font-weight: 500;
    width: 95px;
    text-align: left;
}

.deductible-daily {
    position: absolute;
    right: 25px;
    bottom: 120%;
    font-size: 16px !important;
}

/*.insurance-details .card .card-text{
    font-size: 11px;
    margin-bottom: 3px;
    color: #000;
    }*/
.inclusive-gold-plan .card {
    border: 1px solid #6ab72c;
}

.limited-liability .card {
    border: 1px solid #6ab72c;
}

.basic-plan .card {
    border: 1px solid #15be3c;
}

.font-9 {
    font-size: 15px;
}

.font-12 {
    font-size: 13px;
    font-weight: 500;
}

.insurance-details .font-black p {
    font-size: 12px;
    color: #000;
    /*font-weight: 500;*/
}

.personal-insurance-detail .form-control,
.personal-insurance-policy .form-control {
    /*border: 1px solid #ccc !important;
    color: #000;*/
    /*padding: .8rem .75rem;*/
}

.personal-insurance-detail input[type="text"]::placeholder,
.personal-insurance-policy input[type="text"]::placeholder {
    color: #000;
    font-size: 14px;
}

.personal-insurance-detail input[type="submit"], .personal-insurance-detail input[type="button"] {
    background-color: var(--secondry);
    color: #fff;
    border: 1px solid #eb3335 !important;
    line-height: 1.2;
}

.personal-insurance-detail1 input[type="submit"], .personal-insurance-detail1 input[type="button"] {
    background-color: black;
    color: #fff;
    border: 1px solid black !important;
    line-height: 1.2;
}

.bg-btn-white :hover {
    color: #6ab72c;
}

#topnav .navigation-menu.bg-btn-white :hover > a {
    color: #eb3335 !important;
}


/*insurance details page end*/


/*waiver signature page start*/

.renter-details .font-5 {
    font-size: 6px;
}

.font-5 {
    font-size: 5px !important;
}

.font-7 {
    font-size: 7px;
}

.font-8 {
    font-size: 8px;
}

.notify-badge-one {
    position: absolute;
    background: black;
    bottom: .3rem;
    left: 17px;
    text-align: center;
    font-size: 8px;
    color: white;
    padding: 1px 8px;
    border-radius: 3px;
    font-weight: 600;
}


/*waiver signature page end*/

.mt-93 {
    margin-top: 93px;
}

.mt-83 {
    margin-top: 83px;
}

.btn.bg-btn-blue:hover {
    background: var(--secondry);
}

.van-inputwrapper::after {
    content: attr(data-required);
    position: absolute;
    left: 8px;
    top: 15%;
    font-size: 7px;
    transform: translateY(-50%);
    color: #000;
}

.email-con {
    position: relative;
}

    .email-con img {
        position: absolute;
        top: 5px;
    }

    .email-con img {
        position: absolute;
        top: 7px;
    }

    .email-con a {
        padding-left: 20px;
    }

.text-right {
    text-align: right;
}


/*Date 27-1-2-22 new css start*/

.btn:hover {
    color: #fff;
    background: black;
}

.home-van-form .custom-btn-van:hover {
    background: var(--secondry);
}

.all-middle-btn:hover {
    background: var(--secondry);
}

.home-van-form .form-floating > label {
    font-size: 11px;
}

.home-van-form .form-floating > .form-control,
.form-floating > .form-select {
    /* height: calc(2.5rem + 5px);*/
    height: unset;
}

.side-content .title {
    margin-top: 25px;
    font-size: 25px;
}

.features.feature-bg:hover .title1 {
    color: #fff !important;
}

.title1 {
    font-size: 25px;
}

.p-300 {
    padding: 0px 300px;
}

#tns3-ow .tns-nav {
    display: none;
}

.form-floating > .form-control,
.form-floating > .form-select {
    /*height: calc(2.5rem + 0px);*/
    height: unset;
    padding-top: 16px !important;
    padding-bottom: 5px !important;
    line-height: 1.25;
    border-radius: 5px;
}

.form-floating > label {
    font-size: 10px;
    color: #707070;
    font-weight: 600;
    opacity: 1 !important;
}

.contact-us-info .contact-btn:hover {
    background: black;
}

.blue-top-border {
    border-top: 2px solid black;
}

.contact-us-form .btn {
    padding: 9px 8px;
    font-size: 12px;
    width: 100%;
    margin-top: 6px;
}

.insurance-details-form .red-btn {
    /*padding:8px;*/
}

.bule-box-shadow {
    padding: 6px;
    box-shadow: 2px 2px 3px rgba(197, 22, 29, .4);
    /* border-radius: 13px;*/
}

#pills-faq .card:hover > .header-bg-red {
    background: black;
}

#pills-policy .card:hover > .header-bg-blue {
    background: var(--secondry);
}

.ram-promaster-select-btn:hover {
    background: black;
}

.rightAlignText {
    text-align: right;
    cursor: text;
}

.border-section {
    position: absolute;
    bottom: 0px;
    right: 10px;
    left: 10px;
    border-top: 1px solid gray;
}

.border-section1 {
    position: absolute;
    bottom: 0px;
    right: 10px;
    left: 10px;
    border-top: 2px solid #ccc;
}

.red-box-shadow {
    box-shadow: 0px 3px 6px rgba(197, 22, 29, .4);
}

.addons-details .btn-group > .btn:not(:first-child) {
    /*margin-left: -4px;*/
}

.addons-details .btn-group > .btn:not(:first-child) {
    margin-left: 0px;
}

.addons-form {
    width: 100%;
    padding-left: 1px;
}


/*end */


/*home page start*/

.nav-sticky .bottom-corner::before {
    bottom: 25%;
}

/*.bottom-corner::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 57%;
    height: 2px;
    bottom: 32%;
    right: 0;
}*/

.mt-20 {
    margin-top: 20px;
}

.choiceForFleet {
    min-height: 261px;
}

.mt-24 {
    margin-top: 24px;
}

.bg-home #tns2-mw {
    width: 700px;
}

.bg-home .tns-nav button {
    background: #fff;
    border: 1px solid #fff;
}

    .bg-home .tns-nav button.tns-nav-active {
        border: 1px solid #eb3335 !important;
    }

.meet-the-fleet-slider {
    padding-bottom: 1.9rem;
}

    .meet-the-fleet-slider #tns3 > .tns-item {
        padding-right: 25px;
        font-size: 13px;
    }

        .meet-the-fleet-slider #tns3 > .tns-item p {
            line-height: 15px;
            margin-bottom: .6rem !important;
        }

    .meet-the-fleet-slider .blog:hover {
        box-shadow: unset !important;
    }

    .meet-the-fleet-slider .title1 {
        font-size: 20px;
        font-weight: 500;
    }

    .meet-the-fleet-slider .btn-red {
        padding: 0px 40px 0px 3px;
    }

.testmonial-section .card {
    max-width: 550px;
}

    .testmonial-section .card .card-body {
        padding: 1rem 1rem;
    }

.testmonial-section .title1 {
    font-size: 20px;
    font-weight: 500;
}

.testmonial-section .fw-normal {
    font-weight: 300 !important;
    margin-top: 15px;
    margin-bottom: 2.7rem;
}

.testmonial-section .text-gray1 {
    font-size: 12px;
}

.our-mission p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 10px;
    margin-bottom: 12px;
}

.our-mission .btn-red {
    padding: 3px 40px 0px 10px;
    /*border-radius: 7px;*/
    font-weight: 500;
}

.our-mission-section .row {
    border-radius: 25px;
    margin-right: 0px;
    margin-left: 0px;
}

.how-it-works .col-lg-3 {
    max-width: 250px;
}

/*.fleets-section .col-lg-3 {
    max-width: 250px;
}*/
/*.fun-factor .col-lg-3 {
    max-width: 250px;
}*/


.our-service-section .title {
    font-size: 25px !important;
}

.our-service-section p {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 300;
}

.our-service-section .btn-red {
    padding: 0px 110px 0px 6px;
    /*border-radius: 7px;*/
    font-size: 14px;
}

.how-it-works-gray {
    background: #E8E8E8;
}

    .how-it-works-gray .section-title .title {
        font-size: 25px !important;
    }

    .how-it-works-gray .second-title {
        font-size: 14px !important;
    }

    .how-it-works-gray .content .title2 {
        font-size: 30px;
    }

    .how-it-works-gray .content p {
        font-size: 17px;
    }

    .how-it-works-gray .fun-factor {
        /*margin-top: -30px;*/
    }

.contact-us-section h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.contact-us-form .col-md-4 .mb-2 {
    margin-bottom: .7rem !important;
}

.contact-us-form .form-control {
    font-size: 12px;
    padding: 10px 8px;
    border: 1px solid #fff;
    margin-top: 5px;
}

.footer p {
    line-height: 1.4;
}

.footer .cookie-policy {
    padding-left: 23px;
}

.city-country-input {
    padding-right: 0px;
}


/* home page end */


/* about us */

.team-slider h4 {
    font-size: 17px !important;
}

.team-slider p {
    font-size: 13px;
    font-weight: 500;
}

.team-slider .tns-nav {
    display: none;
}


/* about usend */


/*.renter-details p{
    font-size: 12px;
    }*/

.renter-details .h4 {
    font-size: 12px !important;
}


/*dev-01 css*/

.van-class-filter-sidebar .van-class input[type=checkbox] {
}

.search-td .form-floating > .form-control {
    height: calc(3rem - 5px);
}

.search-btn {
    background: black !important;
    border: 1px solid black;
    padding-top: 20px !important;
    text-align: center;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500;
}

.book-my-van .form-floating > label {
    font-size: 11px;
    color: #000;
    font-weight: 500;
}

.van-class-filter-sidebar .van-class input[type=checkbox] {
    width: 14px;
    height: 14px;
    background: white;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 4px;
}

.van-class-filter-sidebar .van-class input[type="checkbox"]:checked {
    background: var(--secondry);
}

.book-my-van .form-floating > .form-control {
    /* padding: 1.6rem .90rem;*/
}

.book-van-content .btn-group-sm a:nth-child(4n) {
    margin-right: 0px;
}


/*.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.125rem;
    padding-bottom: .325rem;
    }*/

.form-floating > label {
    top: -3px;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    width: 100%;
}

.payment-red-box {
    padding-right: 0px;
}

.payment-blue-box {
    padding-right: 0px;
}

.card-text {
    margin-bottom: 4px;
    font-size: 9px !important;
    color: #000;
    font-weight: 500;
}


/*.van-form*/

.form-select {
    /*height: 50px;*/
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


/*.van-form*/

.form-floating > .form-select {
    height: unset;
    padding-bottom: 11px;
}

/*.van-form*/

.form-select:focus {
    border-color: #3274f0;
    box-shadow: none;
}

.border-section2 {
    bottom: 5px;
    right: 10px;
    left: 10px;
    border-top: 1px solid #ccc;
}

.term-border-right {
    border: 1px solid #ccc !important;
}


/*new css*/

.bg-btn-red-next {
    background-color: var(--secondry);
    width: 100%;
    font-size: 16px;
}

.bg-btn-red-next-conf-bk {
    background-color: var(--secondry);
    font-size: 16px;
    width: 150%;
}

.bg-btn-blue-back {
    background-color: black;
    width: 100%;
    font-size: 16px;
}

.renter-details .first-heading {
    font-size: 12px;
}

.text-small-forget-pass {
    font-size: 11px;
    color: #202020;
    font-weight: 500;
}

.special-instruction input[type="submit"], .special-instruction input[type="button"] {
    background-color: var(--secondry);
    color: #fff;
    border: 1px solid #eb3335 !important;
    line-height: 1.4;
}

.delivery-pickup input[type="submit"], .delivery-pickup input[type="button"] {
    background-color: black;
    color: #fff;
    border: 1px solid black !important;
    line-height: 1.4;
}

.input-group-text {
    padding: 7px 7px;
}

.payment-card-box-checkbox .payment-class input[type=checkbox] {
    width: 14px;
    height: 14px;
    background: white;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.payment-card-box-checkbox .payment-class input[type="checkbox"]:checked {
    background: var(--secondry);
}

.card-text-heading {
    font-size: 11px !important;
    margin-bottom: 0px !important;
}


/*.credit-img{height: 56px;}*/

hr {
    margin: 5px 0px;
}

.text-light-gray {
    color: #6e6c6c;
}


/*new page css start*/

.wrapper .sidebar ul {
    list-style: none;
    padding-left: 10px;
}

    .wrapper .sidebar ul li::before {
        content: '';
        position: absolute;
        background-color: #cbccd6;
        width: 100% !important;
        height: 1px;
        right: 0;
    }

    .wrapper .sidebar ul .last-menu::after {
        content: "";
        position: absolute;
        background-color: #cbccd6;
        width: 100% !important;
        height: 1px;
        right: 0;
    }

    .wrapper .sidebar ul li a {
        display: block;
        padding: 5px 0px;
        color: #efefef;
        font-weight: 500;
        font-size: 16px;
    }

        .wrapper .sidebar ul li a:hover,
        .wrapper .sidebar ul li a.active {
            color: #eee;
        }

            .wrapper .sidebar ul li a:hover:before,
            .wrapper .sidebar ul li a.active:before {
                display: block;
            }

.edit-link {
    display: inline-block;
    float: right;
    font-size: 22px;
}

.all-form-border {
    border: 1px solid #ccc;
}

.border-bottom-new {
    border-bottom: 1px solid #ccc;
}

.blue-checkbox input[type="checkbox"] {
    width: 30px;
    height: 30px;
    background: black;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 4px;
}

.time-line-content {
    font-weight: 700;
    color: #1f386b;
}

.time-line-content2 {
    font-weight: 500;
    color: #1f386b;
    font-size: 11px;
    padding-left: 36px;
    position: absolute;
    top: 77px;
}

.time-line-content3 {
    font-weight: 500;
    color: #1f386b;
    font-size: 11px;
    padding-left: 36px;
    position: absolute;
    top: 27px;
}

.time-line-content4 {
    font-weight: 500;
    color: #1f386b;
    font-size: 11px;
    padding-left: 36px;
    position: absolute;
    top: 27px;
}

.flex-container {
    width: 80%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
}

.flex-container2 {
    width: 90%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    /* Standard syntax */
}

.blue-checkbox {
    margin-bottom: 0px;
}

.card .padding-3 {
    padding: .5rem 1rem 1rem;
}

.profile-section .form-switch .form-check-input {
    background-image: url("../resource/white-dot.png");
    background-color: #6dc392;
    margin-top: 4px;
    border: 1px solid #ccc;
}

.profile-section .form-check-label {
    padding-left: 10px;
    color: #000;
}

.details .form-switch {
    padding-left: 0em;
}

.details .form-check-label {
    padding-left: 8px;
    color: #000;
    font-size: 10px;
}

.details .form-switch .form-check-input {
    background-image: url("../resource/white-dot.png");
    background-color: #6dc392;
    margin-top: 6px;
    border: 1px solid #ccc;
}

.date-time-btn {
    font-size: 11px;
    background: #33b7bd;
    color: #fff;
    height: 18px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 0px;
    font-weight: 500;
}

.activity-table td {
    font-size: 10px !important;
    padding: 10px 8px;
    color: #4d4141 !important;
}

.activity-table th {
    font-size: 10px !important;
    color: #4d4141;
    font-weight: 500;
}

.activity-notes h5 {
    font-size: 10px;
    color: black;
}

.fs-10 {
    font-size: 12px;
    color: #c0bbba;
    margin-bottom: 0px;
    font-weight: normal;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ccc;
}

.border-right-line {
    border-right: 1px solid #ccc;
}

.small-input {
    padding: 5px 3px;
    font-size: 10px;
}

.activitytable-four select {
    border: none;
    background: #E9E9ED;
    color: #707070;
    /* width: 75%;*/
}

.bule-action-btn {
    padding: 3px 8px;
    background: #4aa4ff;
    color: #fff;
    font-size: 10px;
    float: right;
    margin-top: -20px;
    font-weight: 500;
}

.personal-detail1 a {
    font-size: 12px;
    margin-top: -3px;
    font-color: #000;
}

.border-box {
    border: 1px solid #ccc;
    margin: 11px;
}

.widget1 li {
    position: relative;
    margin: 2px 10px;
    font-size: 12px;
}

.widget1 ul li.sky-dot::before {
    content: "\2022";
    color: #32b8be;
    position: absolute;
    font-size: 23px;
    left: -12px;
    top: -9px;
}

.textarea {
    resize: none;
}

#outer {
    width: 100%;
    padding: 8px;
}

#outer1 {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
}

.inner {
    display: inline-block;
}

.msgBtn {
    padding: 4px 15px;
    background: #4aa4ff;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.msgBtn2 {
    padding: 4px 15px;
    background: #42ad8f;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.item-detail2 {
    color: #8f9bb3;
    font-size: 10px;
}

.history-tl-container1 ul.tl {
    margin: 5px 20px;
    padding: 0;
    display: inline-block;
}

    .history-tl-container1 ul.tl li::before {
        position: absolute;
        left: -9px;
        top: 0px;

        content: " ";
        border: 2px solid black;
        border-radius: 500%;
        background: #fff;
        height: 15px;
        width: 15px;
        transition: all 500ms ease-in-out;
    }

    .history-tl-container1 ul.tl li {
        list-style: none;
        margin: auto;
        border-left: 2px solid black;
        padding: 0 0 10px 19px;
        position: relative;
    }

.items {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .items li {
        position: relative;
        padding: 0 7px 7px 30px
    }

        .items li:after {
            content: "";
            position: absolute;
            background: #5dac23;
            border: 2px solid #fff;
            box-shadow: 0 0 0 1px #5dac23;
            width: 10px;
            height: 10px;
            left: 8px;
            top: 3px;
            border-radius: 50%;
        }

        .items li:before {
            content: "";
            position: absolute;
            height: 100%;
            left: 12px;
            top: 3px;
            border: 1px solid #0b111c;
        }

    .items .end:before {
        display: none;
    }

    .items .end:after {
        background: #000;
    }

.padding-small td {
    padding: 5px 10px !important;
}

.back-black {
    background-color: #3b3b3b;
}

.equal-height .col-red {
    height: 100px;
    background: var(--secondry);
}

.equal-height .col-blue {
    height: 100px;
    background: black;
}

.padding-box-15 {
    padding: 15px;
}

.card-body-blue {
    background: black;
    color: #fff;
    padding: 10px;
}

.card-body-red {
    background: var(--secondry);
    color: #fff;
    padding: 10px;
}

.inclusive-gold-plan1 .card {
    border: 1px solid #707070;
}

.profile-page-btn-red {
    font-size: 8px;
    background: var(--secondry);
    color: #fff;
    height: 18px;
    padding: 0px 7px 0px 45px;
    border-radius: 5px;
    border: 0px;
    font-weight: 500;
    text-align: right;
}

.profile-page-btn-blue {
    font-size: 8px;
    background: black;
    color: #fff;
    height: 18px;
    padding: 0px 7px 0px 45px;
    border-radius: 5px;
    border: 0px;
    font-weight: 500;
    text-align: right;
}

.btn-address {
    position: absolute;
    right: 9px;
    bottom: 9px;
}

.inclusive-gold-plan1 .card p {
    font-size: 10px;
    font-weight: 600;
}

.padding-box-15 h4 {
    font-size: 12px;
}

.padding-box-15 h3 {
    font-size: 25px;
    font-weight: 700;
}

.card-img-full {
    height: 166px;
}

.cell-width {
    width: 20%;
}

.padding-left-sidebar {
    padding-left: 10px;
}

.item-title1 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.notes-section textarea {
    height: 150px;
}

.additional-input-img {
    padding-right: 15px;
}

input[type='radio']:checked {
    background: green;
}

.responsive-contact-form {
    display: none;
}

.information-menu a {
    display: none;
}

.border-right-div {
    border-right: 1px solid #ccc;
}
/*end*/



/*all media Query Start*/
@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important
    }

    .display-2 {
        font-size: 50px !important
    }

    .display-3 {
        font-size: 42px !important
    }

    .display-4 {
        font-size: 36px !important
    }

    .display-5 {
        font-size: 32px !important
    }

    .display-6 {
        font-size: 28px !important
    }

    .payment-blue-box .card {
        /*height: 95px !important;*/
    }

    .payment-red-box {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .payment-blue-box {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .border-section2 {
        position: unset !important;
    }
    /*.section {
        padding: 0px 0
    }*/
    .features-absolute {
        margin: -140px 0 0
    }

    .title-heading .heading.page-heading {
        font-size: 30px !important
    }

    .title-heading .heading {
        font-size: 36px !important
    }

    .section-title .title {
        font-size: 24px !important
    }

    .shape.seo-hero {
        height: 140px
    }

    .img-fluid-responsive img {
        max-width: 550px
    }

    .mt-60 {
        margin-top: 60px
    }

    .margin-top-100 {
        margin-top: 100px
    }

    .coming-soon {
        font-size: 72px !important
    }

    .home-dashboard.onepage-hero {
        overflow: hidden
    }

    .bg-half {
        padding: 169px 0 50px
    }

    .app-feature-shape:after {
        width: 25rem;
        height: 25rem
    }

    .bg-cta {
        padding: 100px 0
    }

    .padding-15 {
        padding: 30px;
    }

    #topnav .logo {
        /*  padding: 11px 0;*/
    }
    /*#topnav.nav-sticky .logo {
        padding-top: 13px;
    }*/
    .bar-scale {
        width: 217px;
    }

    .avatar.avatar-small {
        left: 39%;
    }

    .policy-center {
        text-align: left;
    }
    /* .mt-15 {margin-top: 8%;}*/
    #navigation {
        top: 60px;
    }

    .mt-125 {
        margin-top: 0px
    }

    .mt-110 {
        margin-top: 10px;
    }

    #topnav .navbar-toggle .lines {
        margin: 27px 0 26px 10px;
    }

    .btn-black {
        text-align: center;
    }

    .blue-header .bg-btn-white > a {
        padding-bottom: 18px !important;
    }
}

@media (max-width: 767px) {

    .book-my-van .div-append-show .table-spacing {
        padding-top: 7px;
    }

    .search-td .form-floating > .form-control {
        height: calc(3rem - 9px);
    }

    .pt-sm-150 {
        padding-top: 200px
    }

    .login-btn .text-right {
        text-align: right;
    }

    .contact-us-info .mt-4 {
        margin-top: 0px !important;
    }

    #foo {
        display: none;
    }

    .information-menu a {
        display: block;
        position: absolute;
        top: 8px;
        right: 25px;
        font-size: 17px;
        color: #fff;
        /*z-index: 9999;*/
    }

    .item-title {
        font-size: 11px;
    }

    .tablate-view {
        position: relative;
    }

    #foo {
        z-index: 999;
        position: fixed;
        top: 132px;
        left: 0;
        width: 400px;
        overflow-y: scroll;
        overflow-x: scroll;
    }

    .promaster-total-content {
        margin-left: 0px;
        padding-bottom: 4px;
    }

    .notify-badge {
        font-size: 15px;
        padding: 3px 20px;
        bottom: 1.6rem;
    }

    .required-quantity-form {
        display: none;
    }

    .showing-button .btnShowHide {
        display: block;
    }

    .book-van-content .btn-group-sm a:nth-child(4n) {
        margin-right: 6px;
    }
}

@media (max-width: 425px) {
    .shape.seo-hero {
        height: 60px
    }

    .contact-us-info .mt-4 {
        margin-top: 0px !important;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px
    }
}

@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%
    }

    .profile-section-11 #foo {
        top: 45px !important;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .img-fluid-responsive img {
        max-width: 100%;
        height: auto
    }

    .search-hide {
        display: none;
    }
    /*.heading-hide{display: none;}*/
    .form-select {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .book-my-van .form-control {
        font-size: 16px;
    }

    .book-my-van .form-select {
        font-size: 16px;
    }
}


@media (min-width: 1025px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 1116px !important
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 936px !important
    }

    .contact-info {
        padding-top: 20px;
    }

    .logo {
        padding-top: 14px !important;
    }

    .p-300 {
        padding: 0px 180px !important;
    }
}

@media (min-width: 992px) {
    /*#topnav .navigation-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        float: right;
        padding-top: 23px;
        
    }*/
    #topnav .navigation-menu {
        padding-top: 34px;
    }

    #topnav.nav-sticky .navigation-menu {
        /*padding-top: 12px;*/
        padding-top: 35px;
    }

    #topnav .navigation-menu::after {
        border-bottom: 2px solid #fff;
    }

    #topnav .navigation-menu > .has-submenu .submenu .has-submenu:hover .submenu-arrow {
        right: 16px
    }

    #topnav .navigation-menu > .has-submenu .menu-arrow {
        display: none
    }

    #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
        top: 33px !important
    }

    #topnav .navigation-menu > .has-submenu.active .menu-arrow {
        top: 30px
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all .2s ease;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
    }

        #topnav .navigation-menu > li .submenu li {
            position: relative
        }

            #topnav .navigation-menu > li .submenu li a {
                display: block;
                padding: 10px 20px;
                clear: both;
                white-space: nowrap;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                font-weight: 600;
                color: #3c4858 !important;
                transition: all 0.3s
            }

                #topnav .navigation-menu > li .submenu li a:hover {
                    color: #3274f0 !important
                }

            #topnav .navigation-menu > li .submenu li ul {
                list-style: none;
                padding-left: 0;
                margin: 0
            }

        #topnav .navigation-menu > li .submenu.megamenu {
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            position: fixed;
            top: auto;
            display: flex
        }

            #topnav .navigation-menu > li .submenu.megamenu > li {
                overflow: hidden;
                display: inline-block;
                vertical-align: top;
                width: 20%
            }

                #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
                    left: 100%;
                    top: 0;
                    margin-left: 10px;
                    margin-top: -1px
                }

        #topnav .navigation-menu > li .submenu > li .submenu {
            left: 101%;
            top: 0;
            margin-left: 10px;
            margin-top: -1px
        }

    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #3274f0
    }

    #topnav .navigation-menu > li:hover > a,
    #topnav .navigation-menu > li.active > a {
        color: #3274f0 !important
    }

    #topnav .navigation-menu > li:last-child .submenu {
        left: auto;
        right: 0
    }

        #topnav .navigation-menu > li:last-child .submenu:before {
            left: auto;
            right: 10px
        }

        #topnav .navigation-menu > li:last-child .submenu > li.has-submenu .submenu {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 10px
        }

    #topnav .navigation-menu.nav-light > li > a {
        /* color:rgba(255,255,255,0.5);*/
    }

    #topnav .navigation-menu.nav-light > li.active > a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-light > li:hover > a {
        /* color:#fff !important*/
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-right {
        justify-content: flex-end !important
    }

    #topnav .navigation-menu.nav-left {
        justify-content: flex-start !important
    }

        #topnav .navigation-menu.nav-left > li.last-elements .submenu {
            left: 0 !important;
            right: auto !important
        }

            #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
                left: 45px !important;
                right: auto !important
            }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }

        #topnav.scroll .navigation-menu > li > a {
            padding-top: 20px;
            padding-bottom: 20px
        }

    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width: 991px) {
    /*#topnav.
        
        
        
        #navigation{
            top: 74px;
    }*/
    #navigation .navigation-menu .bg-btn-white a {
        color: black !important;
    }

    .search-td .form-floating > .form-control {
        height: calc(3rem - 6px) !important;
    }

    .width-for-991-border::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 340px;
        border-left: 1px solid #000;
    }

    .bg-home .mt-110 {
        margin-top: 20px;
    }

    .time-line-content4.second {
        top: 27px;
    }

    .tc {
        text-align: center;
    }

    .our-mission1 {
        padding-right: 0px;
    }

        .our-mission1 img {
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
            border-bottom-left-radius: 0px !important;
        }

    .how-it-works-gray .content p {
        font-size: 13px !important;
    }

    .border-section1 {
        position: unset !important;
    }

    .border-section {
        position: unset !important;
        border-top: unset;
    }

    .mt-83 {
        margin-top: 0px !important;
    }

    .mt-93 {
        margin-top: 0px !important;
    }

    .p-300 {
        padding: 0px !important;
    }

    #topnav {
        background-color: black;
        /* box-shadow:0 0 3px rgba(60,72,88,0.15);*/
        top: -16px;
    }

        #topnav.blue-header {
            top: 0px;
        }

            #topnav.blue-header .logo .l-dark {
                margin-top: 11px;
            }

    .blue-header .custom-logo {
        width: 115px;
    }

    #topnav.nav-sticky .logo-section .custom-logo {
        margin-top: 9px;
    }

    #topnav .logo .l-dark {
        display: inline-block !important
    }

    #topnav .logo .l-light {
        display: none !important
    }

    #topnav .container {
        width: auto
    }

    #topnav #navigation {
        max-height: 400px
    }

    #topnav .navigation-menu {
        float: none !important;
        padding-left: 17px;
        margin-top: 20px;
    }

        #topnav .navigation-menu > li {
            float: none
        }

            #topnav .navigation-menu > li .submenu {
                display: none;
                list-style: none;
                padding-left: 20px;
                margin: 0
            }

                #topnav .navigation-menu > li .submenu li a {
                    display: block;
                    position: relative;
                    padding: 7px 15px;
                    text-transform: uppercase;
                    font-size: 11px;
                    letter-spacing: 0.04em;
                    font-weight: 600;
                    color: #3c4858 !important;
                    transition: all 0.3s
                }

                #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
                    padding: 7px 15px
                }

                #topnav .navigation-menu > li .submenu.open {
                    display: block
                }

                #topnav .navigation-menu > li .submenu .submenu {
                    display: none;
                    list-style: none
                }

                    #topnav .navigation-menu > li .submenu .submenu.open {
                        display: block
                    }

                #topnav .navigation-menu > li .submenu.megamenu > li > ul {
                    list-style: none;
                    padding-left: 0
                }

                    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
                        display: block;
                        position: relative;
                        padding: 10px 15px;
                        text-transform: uppercase;
                        font-size: 12px;
                        letter-spacing: 2px;
                        color: #8c98a4
                    }

            #topnav .navigation-menu > li > a {
                color: #3c4858;
                /* padding: 10px 20px;*/
                padding: 14px 9px;
            }

                #topnav .navigation-menu > li > a:after {
                    position: absolute;
                    right: 15px
                }

        #topnav .navigation-menu .has-submenu .menu-arrow {
            right: 16px;
            top: 16px
        }

        #topnav .navigation-menu > li > a:hover,
        #topnav .navigation-menu > li .submenu li a:hover,
        #topnav .navigation-menu > li.has-submenu.open > a {
            color: #3274f0
        }

    #topnav.blue-header.nav-sticky #navigation {
        top: 78px;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8c98a4;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .buy-button .nav-light-icon-dark {
        display: inline-block !important
    }

    #topnav .buy-button .nav-light-icon-white {
        display: none
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px
    }

    #topnav .has-submenu.active a {
        color: #3274f0
    }

    #topnav.blue-header #navigation {
        top: 49px;
        border-radius: 5px;
    }

    .border-right {
        border-right: 0px !important;
    }

    #navigation {
        position: absolute;
        top: 80px;
        right: 0;
        width: 30%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f6;
        border-bottom: 1px solid #f1f3f6;
        background-color: #ededed;
    }

        #navigation.open {
            display: block;
            overflow-y: auto
        }

    #topnav #navigation .bg-btn-white {
        width: auto;
        padding-right: 22px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #topnav.home-header #navigation .bg-btn-blue {
        width: auto;
        padding-right: 15px;
        padding-top: 14px;
        padding-bottom: 14px; /*padding: 5px;*/
    }

    #topnav.nav-sticky a.bg-btn-blue {
        color: #fff !important;
    }

    #topnav #navigation .bg-btn-red {
        width: auto;
        padding-right: 22px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #topnav #navigation a.bg-btn-red {
        color: #fff;
    }

    .logo-section {
        position: relative;
    }

        .logo-section .custom-logo {
            position: absolute;
            margin-top: 7px;
        }

        .logo-section .contact-info {
            position: absolute;
            top: 14px;
            /* left:245px;*/
        }

    .custom-logo {
        width: 116px;
    }

    .home-meet-logo {
        height: 73px;
    }

    .section {
        padding: 20px 0;
    }

    .bg-red {
        font-size: 12px;
    }

    .card .card-body {
        padding: 10px 2px;
    }

    .faq-tab-section {
        padding: 55px 0px 50px 0px !important;
    }

    .contact-us-info .content {
        display: flex;
    }

    .footer-item {
        flex: 1 1 0;
        width: 0;
    }

    .contact-us-info .features .mt-3 {
        margin-top: 0px !important;
    }

    .contact-us-info .card {
        padding: 7px 7px 7px 14px !important;
    }
    /*.contact-us-info .card{padding: 5px 15px 10px 15px!important;}*/
    .contact-us-info h5 {
        margin-bottom: 0px !important;
    }

    .contact-us-info .contact-btn {
        padding: 5px !important;
        text-align: right;
    }

    #topnav .bg-btn-red {
        padding-bottom: 10px;
    }

    .cancellation-policy {
        display: none;
    }

    .data-change-policy {
        display: none;
    }

    .book-van-content .cancellation-policy {
        display: block !important;
    }

    .book-van-content .data-change-policy {
        display: block !important;
    }

    .user-profile-size {
        width: 50%;
        height: 100%;
        border: 2px solid white;
    }

    .user-detail-box-911 {
        bottom: 10px;
        right: 85px;
    }

    .person-detail-logout {
        left: 265px;
    }

    .insurance-details #foo {
        top: unset !important;
    }

    .blue-header .bg-btn-white a {
        padding-bottom: 18px !important;
    }

    #topnav .bg-btn-white {
        padding-bottom: 10px;
    }

    #topnav.home-header .bg-btn-white { /*width:40%;*/
    }

    #topnav.nav-sticky .navigation-menu.nav-light > li > a {
        color: black;
        padding: 11px 9px;
    }

    .blue-header.nav-sticky .navigation-menu {
        padding-top: 10px !important;
    }

    #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
        color: #000 !important;
    }

    .bg-blue1 {
        margin-top: 50px;
    }

    .our-service-section.bg-blue1 {
        margin-top: 0px;
    }

    .payment-blue-box .bg-blue1 {
        margin-top: 0px;
    }

    .border-section2 {
        position: unset;
    }

    .padding-right-0 { /* padding-right:0px; */
    }

    .close-main-div {
        position: relative;
    }

    .click-to-hide i {
        display: block;
        position: absolute;
        right: 4px;
        top: 5px;
    }

    .contact-us-form {
        display: none;
    }

    .responsive-div-height {
        height: 300px;
    }

    .spacing-top-bottom {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .dot-black {
        left: 43%;
    }

    .bar-scale {
        width: 44%;
    }

    .margin-small-screen {
        margin-right: 0px !important;
        margin-left: 0px;
    }

    .margin-small-screen1 {
        margin-right: 10px !important;
        margin-left: 10px;
    }

    .max-height-bottom-gray {
        height: 50px;
    }

    .personal-detail {
        line-height: 15px;
        font-size: 15px;
        padding: 0px 3px;
    }

    .personal-detail1 {
        font-size: 15px;
    }

    .file-icon {
        right: 96px;
    }

    .ps-0 {
        padding-left: 15px !important;
        padding-top: 15px;
    }

    .display-lg .ps-0 {
        padding-left: 0px !important;
        padding-top: 0px;
        margin-bottom: .5rem;
    }

    .ram-promaster-city-section .ps-0 {
        padding: 2px 0px 2px 0px !important;
    }

    .renter-details .delivery-pickup .ps-0 {
        padding-right: 12px !important;
        padding-left: 12px !important;
        padding-top: 0px;
    }

    .vhldescription {
        border: 1px solid lightgray;
        padding: 10px;
        border-radius: 10px;
        height: 85px;
        /*  width: 109%;*/
    }

    #topnav .bg-btn-white {
        /*background:transparent!important;*/
        /* padding-bottom: 10px;*/
    }

    .bg-btn-blue {
        background-color: black !important;
        border-radius: 5px;
        border: none;
    }

    .choiceForFleet {
        min-height: 261px;
    }

    #topnav .bg-btn-blue a {
        color: #fff !important;
    }

    #topnav .bg-btn-blue {
        /* background: transparent!important;
        color: black  !important;*/
    }

    #topnav .bg-btn-red {
        padding-bottom: 8px;
        /*background:transparent!important; color:black  !important;*/
    }

    #topnav .navigation-menu > li {
        margin: 0 5px 15px 17px;
    }

    .text-blue-dark a {
        color: #fff;
    }

    .blue-header .text-blue-dark a {
        color: black !important;
    }

    .plr-100 {
        padding: 0px 10px;
        text-align: center;
    }

    #topnav .logo {
        /* padding: 2px 0*/
    }

    .contact-info {
        /* padding-top: 11px;*/
        font-size: 14px;
    }

    #topnav .navbar-toggle .lines {
        width: 25px;
        display: block;
        position: relative;
        margin: 31px 0 31px 10px;
        height: 18px;
/*        padding-top: 20px;*/
    }

    #topnav .navigation-menu.nav-light > li > a {
        color: black;
    }

    .bg-home {
        height: 950px;
    }
    /*.mt-125 {
        margin-top: 110px
    }*/
    .mt-110 {
        /*margin-top: 30px;*/
        margin-top: 70px;
    }

    .side-content .text-white {
        color: #202020 !important;
    }

    .our-mission .btn-red {
        margin-bottom: 20px;
    }

    .addons-details .ps-0 {
        padding-top: 0px;
    }

    .form-switch .form-check-input {
        margin-left: 0rem;
    }

    .form-switch,
    .form-check {
        padding-left: 10px;
    }

    .gray-small-section .row > * {
        flex-shrink: 1;
    }

    .payment-red-box .card {
        /* height: 95px !important;*/
    }

    .our-mission p {
        font-size: 7px !important;
    }

    .bg-light-gray.md-bg-light-gray {
        background-color: transparent;
        margin-top: -12px;
    }

    .profile-section-11 #foo {
        top: 245px;
    }

    .div-md-select {
        display: inline-flex;
    }

    .div-lg-select {
        display: none;
    }

    .reverse-column {
        flex-direction: column-reverse;
    }

    .merge-column {
        display: flex;
        flex-wrap: wrap;
    }

    .column {
        flex: 30%;
    }

    .payment-red-box .bg-red {
        display: block;
    }

    .font-5 {
        font-size: 10px !important;
    }

    .border-right-div {
        border-right: none;
    }

    .responsive-contact-form {
        display: block;
    }
    /* .border-right {display: none;}*/
}

@media (max-width: 767px) {
    .search-td .form-floating > .form-control {
        height: calc(3rem - 8px) !important;
    }

    #topnav .buy-button {
        padding: 3px 0
    }

    .card .card-body {
        padding: 1.2rem;
    }

    #foo {
        top: unset;
    }

    .no-profile-section #foo {
        top: 132px;
    }

    /* .contact-us-info .contact-btn {max-width: 19%!important;}*/
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

        #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
            margin-right: 0
        }

    .navbar-toggle {
        display: block
    }
}

@media (max-width: 425px) {

    #topnav .navigation-menu > li {
        margin: 0;
    }

        #topnav .navigation-menu > li > a {
            padding: 10px 6px;
        }

    #topnav .navbar-toggle .lines {
        margin-right: 10px !important;
    }

    #foo {
        width: 300px !important;
    }

    .no-profile-section #foo {
        top: 75px;
        max-height: 400px;
        margin: auto;
    }

    .profile-section-11 #foo {
        top: 75px;
        max-height: 400px;
        margin: auto;
    }
    /* .section-title .title1 {font-size: 13px !important;}*/
    /*.mt-24 {margin-top: 9px;}
    .para {  font-size: 11px;
            color: #838383;
        }*/
}

@media (max-width: 375px) {
    #topnav #navigation .bg-btn-white {
        /* width: 45%;*/
    }

    #topnav #navigation .bg-btn-red {
        /* width: 45%;*/
    }

    #topnav .navigation-menu {
        float: none !important;
        padding-left: 8px;
        margin-top: 20px;
    }

    #topnav .buy-button .search-icon {
        padding-left: 15px
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }

        #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
            transform: translate3d(0px, -54px, 0px) !important
        }

    #foo {
        width: 260px !important;
    }

    .bg-home {
        height: 610px !important;
    }

    .addons-details .row-padding {
        padding-right: 24px;
    }

    .fs-13 {
        font-size: 12px !important;
    }

    .book-van-content .filter-buttons img {
        width: 17px !important;
        height: 25px !important;
    }

    .book-van-content .btn-primary {
        font-size: 7px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 48px !important
    }
}

@media (max-width: 425px) {
    .home-slider .carousel-fade .carousel-control-next,
    .home-slider .carousel-fade .carousel-control-prev {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }

    .home-meet-logo {
        height: auto;
    }
}

@media (max-width: 425px) {
    .coming-soon {
        font-size: 42px !important
    }
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #fff none repeat scroll 0 0;
        z-index: 2
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 20px 0;
        height: auto
    }

    .process-bar:after {
        display: none
    }
}

@media only screen and (min-width: 991px) {
    .map-height-100 {
        height: 135px;
    }

    #topnav.nav-sticky .navigation-menu.nav-light li a.bg-btn-blue {
        background-color: #fff !important;
        color: #000 !important;
        ;
    }
}

@media only screen and (max-width: 567px) {
    .renter-details h3 {
        font-size: 18px !important;
    }

    .cancellation-policy-content p,
    .data-change-policy p {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .fleets-section .col-lg-3 {
        width: 275px;
    }

    .bg-home {
        //background-size: unset !important;
    }

    .ram-promaster-city {
        font-size: 12px !important;
    }

    .ram-promaster-seats li {
        font-size: 8px !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    #topnav .navigation-menu > li {
        margin: 10px 8px 13px;
    }

    #topnav.blue-header li {
        /*  margin: 0px 8px 13px ;*/
        margin: 0px 8px 0px;
    }

    #topnav .navigation-menu > li > a {
        font-size: 14px !important;
    }

    .renter-details .font-5 {
        font-size: 5px;
    }

    .textera-1-height {
        height: 169px;
    }

    .textera-2-height {
        height: 268px;
    }

    .details .comm-section {
        font-size: 11px !important;
        margin-top: 6px !important;
    }

    .details .form-check-label {
        padding-left: 4px;
        font-size: 7px !important;
    }
}

@media only screen and (min-width:1124px) and (max-width:1399px) {
    .flex-container {
        width: 94% !important;
    }

    .equal-height .col-blue {
        height: 90px !important;
    }

    .padding-box-15 h3 {
        font-size: 19px !important;
    }

    .equal-height .col-red {
        height: 90px !important;
    }

    .card-img-full {
        height: 150px !important;
    }

    #outer1 .fs-10 {
        font-size: 9px;
    }

    .msgBtn {
        padding: 4px 8px !important;
    }

    .msgBtn2 {
        padding: 4px 8px !important;
    }

    .item-detail2 {
        font-size: 7px !important;
        ;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .btn.bg-btn-blue-back,
    .btn.bg-btn-red-next {
        padding: 12px 7px !important;
    }

    .profile-btn .btn.bg-btn-blue-back,
    .profile-btn .btn.bg-btn-red-next {
        padding: 12px 7px !important;
    }
}

@media only screen and (min-width:1124px) and (max-width: 1199px) {
    .renter-details .font-5 {
        font-size: 5px !important;
    }

    .textera-1-height {
        height: 138px;
    }

    .textera-2-height {
        height: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .search-td .form-floating > .form-control {
        height: calc(3rem - 10px);
    }

    .our-mission p {
        font-size: 10px;
    }

    .personal-insurance-detail input[type="submit"], .personal-insurance-detail input[type="button"] {
        line-height: 16px;
    }

    .personal-insurance-detail1 input[type="submit"], .personal-insurance-detail1 input[type="button"] {
        line-height: 16px;
    }
}

@media only screen and (min-width:1368px) and (max-width:1470px) {
    .meet-the-fleet-section .p-300 {
        padding: 0px 211px;
    }
    /*#topnav .navigation-menu > li > a {
    font-size: 15px;
    }
    .home-header .container, .bg-home .container, .wide-header .container{
    max-width: 1230px !important;
    }*/
}

#topnav .navigation-menu > li > a {
    font-size: 15px;
}

@media only screen and (min-width: 1399px) and (max-width: 1440px) {
    .hours-title-red {
        font-size: 6px;
    }
    /*.back-next-btn {  padding: 11px 40px !important;}*/
    .hours-title-red {
        font-size: 4px;
    }

    .payment-red-box .card {
        height: 103px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1398px) {
    .payment-red-box .card {
        height: 108px;
    }

    .special-instruction .bg-btn-red {
        /*padding: 9px 7px;*/
        font-size: 13px;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1398px) {
    .special-instruction .bg-btn-red {
        /*padding: 12px 7px;*/
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1139px) {
    .special-instruction .bg-btn-red {
        /*padding: 9px 4px;*/
        font-size: 10px;
    }
}

@media (min-width: 1600px) {
    .main-title {
        /*font-size: 32px ;*/
        padding: 4px;
        margin-bottom: 0px !important;
    }

    .timeline-end {
        top: 2px;
    }
}

@media (min-width: 1400px) {
    .lable-add-width {
        width: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1599px) {
    .main-title {
        font-size: 22px !important;
        padding: 4px;
        margin-bottom: 0px !important;
    }

    .renter-details p {
        font-size: 12px;
    }
    /*.renter-details .h4{ font-size: 12px !important; }*/
}

@media only screen and (min-width: 1368px) and (max-width: 1571px) {
    .fleets-section .col-lg-3 {
        width: 239px;
    }
}

@media only screen and (min-width: 1492px) and (max-width: 1600px) {
    .contact-info {
        padding-top: 28px;
        /*font-size: 14px;*/
    }
}

@media only screen and (min-width:1800px) {
    .red-bg-slider {
        /*background: url('../resource/slider/big-slider.png') bottom right;*/
        background-position-x: 51%;
    }

    .bottom-corner::before {
        width: 56% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    /*.renter-details p{
        font-size: 12px;
    }*/
    .renter-details .h4 {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .van-form {
        width: 100%;
        margin-top: 70px;
    }

    .bg-home #tns2-mw {
        width: 98%;
    }

    .side-content .title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .side-content .para-desc {
        font-size: 16px;
    }

    .bg-home {
        height: 740px;
    }
}

@media only screen and (min-width:1440px) {
    .payment-red-box .card {
        height: 95px;
    }
}

@media only screen and (min-width:1600px) and (max-width: 1920px) {
    .bg-home {
        height: 780px;
    }
        /*.bg-home #tns2-mw {width: 950px!important;}*/
        .bg-home .mt-110 {
            margin-top: 130px;
        }
    /*#topnav .navigation-menu > li > a {font-size: 20px;}*/
    .side-content .title {
        margin-top: 0px;
    }
    /* .back-next-btn {
        padding: 11px 40px;
    }*/
    .textera-1-height {
        height: 176px;
    }

    .textera-2-height {
        height: 318px;
    }
}

@media only screen and (min-width:1400px) {
    .textera-1-height {
        height: 254px !important;
    }

    .textera-2-height {
        height: 312px !important;
    }
}

@media only screen and (max-width:1440px) {
    .book-van-content .btn-primary {
        font-size: 12px;
    }

    .ram-promaster-select-btn {
        padding: 2px 58px;
    }
    /*.book-my-van-img {
        height: 162px;
    }*/
    .flex-container2 {
        width: unset !important;
    }

    .red-bg-slider .side-content {
        min-height: 193px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1123px) {
    .details .comm-section {
        font-size: 11px !important;
        margin-top: 6px !important;
    }

    .details .form-check-label {
        padding-left: 6px;
        font-size: 7px !important;
    }

    .flex-container {
        width: 100% !important;
    }

    .renter-details .font-5 {
        font-size: 5px !important;
    }

    .textera-1-height {
        height: 170px;
    }

    .textera-2-height {
        height: 334px;
    }

    .equal-height .col-blue {
        height: 85px !important;
    }

    .padding-box-15 h3 {
        font-size: 16px !important;
    }

    .equal-height .col-red {
        height: 85px !important;
    }

    .card-img-full {
        height: 150px !important;
    }

    #outer1 .fs-10 {
        font-size: 7px;
    }

    .msgBtn {
        padding: 4px 8px !important;
    }

    .msgBtn2 {
        padding: 4px 8px !important;
    }

    .item-detail2 {
        font-size: 7px !important;
    }

    .fs-16 {
        font-size: 12px !important;
    }

    #activity-profile-sidebar .personal-detail1 {
        font-size: 9px;
        margin-top: -10px;
    }

    #activity-profile-sidebar .personal-detail {
        font-size: 9px !important;
    }

    .notes-section textarea {
        height: 133px !important;
    }

    .red-bg-slider .side-content {
        min-height: 160px;
    }
}

@media only screen and (max-width:768px) {
    .notes-section textarea {
        margin-bottom: 5px !important;
    }

    .main-title {
        font-size: 17px !important;
    }

    .equal-height .col {
        flex: unset;
        margin-bottom: 8px;
    }

    .equal-height.mt-3 {
        margin-top: 0px !important;
    }

    .confirmation-form .pe-0 {
        padding-right: 15px !important;
    }

    .book-van-content .btn-group-sm a {
        margin-right: 6px;
    }

    .required-quantity-form label {
        padding-left: 0px;
    }

    .item-title {
        font-size: 11px !important;
    }

    .item-detail {
        font-size: 5px;
    }

    .card-img-full {
        height: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    /*.book-my-van-img {
        height: 119px!important;
    }*/
    .required-quantity-form label {
        font-size: 9px;
        text-align: right;
        width: 36px;
    }

    .ram-promaster-city {
        font-size: 5px;
    }

    .ram-promaster-select-btn {
        padding: 2px 30px;
    }

    .textera-2-height {
        height: 88px;
        margin-bottom: 5px;
    }

    .term-border-right {
        border: none;
    }

    .required-quantity-form {
        padding-top: 0px;
    }

    .our-mission1 img {
        border-top-left-radius: 25px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 25px !important;
    }


    .responsive-contact-form .btn-black {
        padding: 8px 8px !important;
        margin-top: 2px;
        font-size: 13px !important;
    }

    #foo {
        display: none;
    }

    .information-menu a {
        display: block;
        position: absolute;
        top: 11px;
        right: 25px;
        font-size: 17px;
        color: #fff;
    }

    .item-title {
        font-size: 11px;
    }

    .tablate-view {
        position: relative;
    }

    #foo {
        z-index: 999;
        position: fixed;
        top: 132px;
        left: 0;
        width: 700px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
    }
}

@media only screen and (max-width:992px) {
    .details .text-right {
        text-align: left;
        margin-bottom: 5px;
    }

    #outer1 {
        margin-bottom: 5px !important;
    }

    .notes-section textarea {
        margin-bottom: 5px !important;
    }

    .additional-input-img.first-img {
        padding-left: 1rem !important;
    }

    .profile-btn .bg-btn-red-next, .profile-btn .bg-btn-blue-back {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .flex-container {
        width: unset !important;
    }

    .flex-container2 {
        width: unset !important;
    }

    .book-my-van-img {
        height: auto !important;
    }

    .additional-input-img.second-img {
        padding-left: 1rem !important;
    }

    .required-quantity-form .text-right {
        text-align: left;
    }

    .promaster-total-content .text-right {
        text-align: left;
    }

    .showing-button .text-right {
        text-align: left;
    }

    .payment-red-box {
        padding-right: 15px;
    }

    .payment-blue-box {
        padding-right: 15px;
    }

    .term-border-right {
        border: none;
    }

    .our-mission p {
        font-size: 11px !important;
    }

    .footer .footer-py-60 {
        padding: 17px 0;
    }

    #navigation {
        width: 50%;
    }

    #filter {
        display: none;
    }

    #filter {
        z-index: 999;
        position: fixed;
        top: 100px;
        right: 0;
        /* width: 700px;*/
    }

    .display-sm {
        display: block;
    }

    .display-lg {
        display: none;
    }

    .click-to-hide-van i {
        display: block;
        position: absolute;
        right: 12px;
        top: 16px;
        color: #fff;
    }
}

.mg-top-small {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .shop-advertise .ad-image {
        height: 200px;
        right: -10px
    }

    .noofpeople {
        font-size: 9px;
    }

    .formcimg {
        margin-top: 8px;
    }

    .formcontrol {
        margin-top: 22px;
    }

    .peopleform {
        height: 100%;
    }

    .headerlogo {
        width: 84px;
    }

    .vechicleprofile {
        margin-left: 30px;
    }

    .font-9 {
        font-size: 10px;
    }

    .font-12 {
        font-size: 9px;
    }

    .feature {
        margin-left: 23px;
        margin-top: 0px;
    }

    .featuresample {
        font-size: 13px;
        margin-bottom: 15%;
    }

    .deductible-daily {
        position: absolute;
        right: 140px;
        bottom: 75px;
        font-size: 16px !important;
    }

    .VehicleSpecs {
        margin-left: 13px;
    }

    .cardd {
        margin-left: 30% !important;
    }

    .card-text {
        margin-bottom: 64px;
        font-size: 9px !important;
        color: #000;
        font-weight: 500;
    }

    .inclusive-gold-plan-btn {
        font-size: 12px;
        background: black;
        color: #fff;
        height: 18px;
        padding: 0px 7px;
        /* border-radius: 4px; */
        margin-top: 3px;
        border: 0px;
        font-weight: 500;
        width: 385px;
        /*margin-left: -6px;*/
        margin-right: -6px;
        height: 32px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

}

@media (max-width: 425px) {
    .renter-details h3 {
        font-size: 17px !important;
    }

    .shop-advertise .ad-image {
        height: 150px;
        right: 8px
    }

    .contact-us-info h5 {
        font-size: 13px;
    }

    #navigation { /*width:70%;*/
        width: auto;
    }

    #topnav .navigation-menu {
        padding-right: 40px;
    }
}

@media (max-width: 1024px) {
    .shop-list .qty-btn {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    #event-sale .count-down .count-number {
        font-size: 30px
    }

    #event-sale .count-down .count-head {
        font-size: 10px
    }
}



@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px
    }
}

.div-md-select {
    display: none;
}

.div-lg-select {
    display: inline-flex;
}

@media (max-width: 991px) {

    .form-switch .form-check-input {
        margin-left: 0rem;
    }

    .form-switch,
    .form-check {
        padding-left: 10px;
    }

    .gray-small-section .row > * {
        flex-shrink: 1;
    }

    .payment-red-box .card {
        /* height: 95px !important;*/
    }

    .our-mission p {
        font-size: 7px !important;
    }

    .bg-light-gray.md-bg-light-gray {
        background-color: transparent;
        margin-top: -12px;
    }

    .profile-section-11 #foo {
        top: 245px !important;
    }

    .div-md-select {
        display: inline-flex;
    }

    .div-lg-select {
        display: none;
    }

    .reverse-column {
        flex-direction: column-reverse;
    }

    .merge-column {
        display: flex;
        flex-wrap: wrap;
    }

    .column {
        flex: 30%;
    }

    .payment-red-box .bg-red {
        display: block;
    }

    .font-5 {
        font-size: 10px !important;
    }

    .border-right-div {
        border-right: none;
    }

    .responsive-contact-form {
        display: block;
    }
}

@media (max-width: 1199px) {
    #topnav .navigation-menu > li {
        margin: 0 5px 13px;
    }

    .van-form {
        margin-top: 20px;
    }
    /*.mt-125 {
        margin-top: 105px;
    }*/
    .cell-width {
        width: 30% !important;
    }

    .book-van-content .filter-buttons img {
        height: 25px;
        width: 22px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .card-input .visa-img {
        right: 5px;
        bottom: 8px;
        width: 34px;
    }

    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }

    .lable-add-width {
        width: 44px;
    }

    .activity-one-table .col-md-3 {
        width: 35%;
    }

    .activity-table.activitytable-four td {
        font-size: 8px !important;
    }

    #topnav.nav-sticky .logo {
        padding-top: 12px;
    }

    #topnav.nav-sticky .navigation-menu {
        padding-top: 12px;
    }

    .item-title {
        font-size: 10px;
    }

    .book-my-van-img {
        height: 165px !important;
    }

    .ram-promaster-select-btn {
        padding: 2px 50px;
    }

    .book-van-content .btn-primary {
        font-size: 10px;
    }

    .required-quantity-form label {
        width: 80px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }

    .lable-add-width {
        width: 80px;
    }

    .addons-details .card .bg-btn-red {
        padding: 10px 8px;
    }

    .user-detail-box-911 {
        bottom: 6px;
        right: 25px;
    }

    .user-profile-size {
        width: 83%;
    }

    .person-detail-logout {
        left: 330px;
        top: -15px;
    }
}

@media only screen and (max-width: 531px) {
    .bar-scale {
        width: 43%;
    }

    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }
}

@media (max-width: 370px) {
    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }

    #menuToggle span {
        width: 20px !important;
    }
    /* .fleets-section {
        margin-top: 70px;
    }*/
    .bg-home {
        height: 900px;
    }

    .custom-logo {
        width: 75px;
    }

    .logo-section .custom-logo {
        margin-top: 25px;
        padding-top: 0px !important;
    }

    .logo-section .contact-info {
        padding-top: 34px;
    }

    .contact-info li a {
        font-size: 12px;
    }

    .text-blue-dark {
        margin-top: -6px;
    }

    #navigation {
        top: 70px;
    }

    #topnav .logo {
        /*padding:13px 0;*/
    }

    #topnav.nav-sticky .contact-info {
        padding-top: 28px;
    }

    #topnav.nav-sticky .logo-section .custom-logo {
        margin-top: 16px;
    }

    .text-blue-dark {
        margin-top: -5px;
    }

    .blue-header .custom-logo {
        width: 75px;
    }

    .blue-header .contact-info {
        padding-top: 29px !important;
    }

    .blue-header.nav-sticky .contact-info {
        padding-top: 22px !important;
    }

    #topnav.blue-header .logo .l-dark {
        margin-top: 25px;
    }

    #topnav.blue-header .navbar-toggle .lines {
        padding-top: 0px;
    }

    #topnav.blue-header.nav-sticky .logo {
        padding-top: 0px;
    }

    #topnav.nav-sticky .text-blue-dark a {
        color: #fff !important;
    }

    #topnav.blue-header {
        top: -13px;
    }
    /* #topnav {top: -30px!important;}*/
    #topnav.book-my-van-header { /*top: 0px!important;*/
    }

    .book-my-van {
        margin-top: 10px !important;
    }
}


@media only screen and (min-width: 371px) and (max-width: 397px) {
    /*.fleets-section {
        margin-top: 75px;
    }*/
    .contact-info {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile-btn {
        margin-top: 8px;
    }

    .form-control {
        font-size: 11px !important;
    }

    .sidebar-blue-button {
        font-size: 5px;
        padding: 5px 8px !important;
    }

    .duration-time h5 {
        font-size: 11px !important;
    }

    .duration-time .first-p {
        font-size: 7px;
    }

    .bar-scale {
        width: 100px;
    }

    .addons-form .btn {
        padding: 9px 8px;
    }

    .addons-details .form-control {
        font-size: 9px !important;
    }

    .addons-details .card .bg-btn-red {
        padding: 10px 8px;
    }

    .max-height-213 {
        height: 303px;
    }

    .max-height-130 {
        height: 259px;
    }

    .max-height-81 {
        height: 81px !important;
        color: #fff;
    }

    .max-height-bottom {
        height: 265px;
    }

    .max-height-230 {
        height: 420px;
    }

    .max-height-142 {
        height: 342px;
    }

    .max-height-57 {
        height: 211px;
    }

    .max-height-270 {
        height: 210px;
    }

    .max-height-64 {
        height: 280px;
    }

    .max-height-193 {
        height: 404px;
    }

    .terms-condition .card-body p {
        margin-bottom: 10px !important;
    }

    .delivery-pickup .ps-0 {
        padding-left: 15px !important;
    }

    .text-small-forget-pass {
        font-size: 8px !important;
    }

    .insurance-details .deductible-daily {
        font-size: 7px !important;
        bottom: 6px;
    }

    .renter-details p {
        font-size: 10px !important;
    }

    .img-icon-height {
        height: 20px !important;
    }

    .addons-form {
        padding-left: unset !important;
    }

    .form-control-blue {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .width-for-991-border::before {
        border: unset;
    }

    .footer .footer-py-60 p {
        font-size: 11px;
    }

    #topnav .logo-section .custom-logo {
        /*margin-top: 19px;*/
    }

    #topnav {
/*        top: -21px;*/
          top:0px; 
    }
    /*#topnav .logo-section .contact-info {left: 179px;}*/
    .book-my-van .form-floating > label {
        /* font-size: 5px !important;*/
    }

    .textera-1-height,
    .textera-2-height {
        height: 100px;
    }
    /* .fleets-section {
        margin-top: 200px;
    }*/
    .city-country-input {
        padding-right: unset;
    }

    .form-control-blue {
        font-size: 19px;
    }

    .hours-title-red,
    .hours-content,
    .hours-title-blue {
        text-align: left;
    }

    .nav-justified .nav-item {
        flex-basis: unset;
        margin-right: 7px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 10px 0px;
    }

    .faq-tab-section .text-color-blue h2 {
        font-size: 25px !important;
        padding: 0px 0px;
    }

    .faq-tab-section .text-color-blue p {
        font-size: 11px;
    }

    .faq-tab-section .card-header {
        font-size: 17px;
    }

    .faq-tab-section .card-body {
        font-size: 15px;
    }

    .faq-tab-section #pills-faq .card-body,
    .faq-tab-section #pills-policy .card-body {
        line-height: 1.3;
        font-size: 12px;
    }

    .rental-terms {
        font-size: 12px;
    }

    .contact-us-info .contact-btn {
        padding: 6px;
        font-size: 12px;
        max-width: 19%;
    }

    .location-map {
        width: unset;
    }

    .inclusive-gold-plan {
        padding-left: 12px;
        margin-top: 10px;
    }

    .limited-liability,
    .basic-plan {
        margin-top: 10px;
    }

    .ram-promaster-city-btn {
        right: 19px;
    }

    .ram-promaster-seats,
    .ram-promaster-seats-1 {
        position: unset;
    }

    .promaster-total-content p {
        float: unset;
        margin-top: 5px;
    }

    .required-quantity-form {
        padding-top: 0px;
    }

        .required-quantity-form .form-control {
            width: 60px;
        }

        .required-quantity-form label {
            padding-right: 10px;
            width: 60px;
        }

    .ram-promaster-select-btn {
        /* margin: 8px 0px 8px 0px;
        float: left;*/
        margin: 3px 0px 0px 0px;
        float: left;
        position: absolute;
        right: 7px;
        top: 7px;
    }

    .ram-promaster-select-btn {
        padding: 7px 20px;
    }

    .ram-promaster-select {
        margin: 3px 0px 0px 0px;
        float: left;
        position: absolute; /* right: 7px;*/
        background: var(--secondry);
        color: #fff;
        top: 7px;
    }

    .book-van-content .container {
        padding: 0px 0px;
    }

    .book-my-van-img {
        height: unset;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
    }

    .promaster-total-content {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }

    .van-class-filter-sidebar {
        padding: 0px;
    }

        .van-class-filter-sidebar .widget li {
            margin: 2px 10px;
        }

    .book-van-content .pagination {
        float: left;
        /*margin: 5px 0px !important;*/
    }

    .book-van-content .filter-buttons img {
        height: 30px;
        width: 23px;
        /* margin-top: 4px;*/
    }

    .book-van-content .btn {
        padding: 7px 8px;
    }

    .book-van-content .btn-primary {
        font-size: 11px;
    }

    .book-van-content .filter-buttons .ps-3 {
        padding-left: 5px !important;
    }

    .book-my-van .form-control {
        font-size: 10px;
    }

    .book-my-van .pd-5 {
        padding: 3px;
    }

    .inputwrapper::after {
        left: 6px;
        font-size: 5px;
        top: 18%;
    }

    .personal-insurance-detail {
        padding-right: 0px;
    }

    .personal-insurance-policy .pe-0 {
        /*  padding-right: 11px !important;*/
    }

    .footer .cookie-policy {
        padding-left: 0px !important;
    }

    .contact-form-country {
        padding-right: 0px;
    }

    .contact-form-button {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1226px) {
    .form-floating > label {
        font-size: 10px;
    }

    .duration-time .second-p {
        font-size: 11px;
    }

    .ram-promaster-city-title {
        font-size: 12px !important;
    }
}


@media only screen and (max-width: 370px) {
    .ram-promaster-city-btn {
        margin-top: -6px;
    }

    .blue-header .contact-info {
        padding-top: 10px;
    }

    .form-control-blue {
        padding: 8px 27px 8px 11px !improtant;
    }

    .form-control-blue {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .profile-section-11 #foo {
        top: 88px;
    }

    .information-menu a {
        top: 5px;
        right: 9px;
    }

    .lable-add-width {
        width: 80px;
    }

    #navigation { /*width:70%;*/
        width: auto;
    }

    #topnav .navigation-menu {
        padding-right: 40px;
    }

    .fun-factor .col-lg-3 {
        width: 50%;
    }

    .rental-terms {
        /*margin-top: -47px;*/
    }

    .contact-us-info .mt-5 {
        margin-top: 0px !important;
    }

    .contact-us-info {
        padding: 20px 20px;
    }

    .bg-light-gray {
        display: none;
    }

    .column-holder {
        table-layout: fixed;
        width: 80%;
    }

        .column-holder .column {
            display: table-cell;
        }

    .book-van-content .container {
        padding: 0px 15px;
    }

    .tagline {
        display: none
    }

    .tagline-height {
        top: 0px !important
    }

    .width-for-991-border .bg-red {
        display: block;
    }

    .payment-red-box .bg-red {
        display: block;
    }

    .pe-0 {
        padding-right: 10px;
    }

    #foo {
        width: 365px;
    }

    #filter {
        width: 70%;
    }

    .footer .footer-py-60 .center-section p {
        font-size: 13px !important;
    }

    .footer-py-60 .center-section {
        text-align: center;
    }

    .custom-logo {
        width: 95px;
    }
}

@media only screen and (max-width: 528px) {
    .custom-logo {
        width: 95px;
/*        margin-top: 10px;*/
/*        margin-bottom: 10px;*/
    }

    .hero h1 {
        margin: 0;
        font-size: 12px;
        /*font-weight: 200;
        color: #FFFFFF;*/
    }

    .hero h2 {
        margin: 5px 0 0 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 499px) {
    .fun-factor .col-lg-3 {
        width: 100%;
    }

    .lable-add-width {
        width: 47px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-us-info .mt-sm-0 {
        margin-top: .5rem !important;
    }

    .contact-us-info .mt-5 {
        margin-top: 0.1rem !important;
    }

    .book-my-van {
        padding: 0px 10px;
    }

    .book-van-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }

    .textera-2-height {
        height: 229px;
    }

    .ram-promaster-city-section .ps-0 {
        padding-left: 0px !important;
        padding-top: 0px;
    }

    .ram-promaster-city-title {
        font-size: 13px !important;
    }

    .ram-promaster-city-btn {
        font-size: 8px;
        padding: 0px 4px;
        height: 16px;
    }

    .ram-promaster-city {
        padding-bottom: 2px;
    }

    .required-quantity-form .form-control {
        margin-left: 5px;
    }

    .book-van-content .btn-primary {
        font-size: 9px;
    }

    .book-van-content .col-md-3 {
        /*  width: 24%;*/
    }

    .book-van-content .pagination {
        font-size: 12px;
    }

    .book-van-content .filter-buttons {
        padding-left: 0px;
    }

        .book-van-content .filter-buttons img {
            height: 20px;
            width: 20px;
            margin-top: 5px;
        }

        .book-van-content .filter-buttons .ps-3 {
            padding-left: 5px !important;
        }

    .book-my-van {
        margin-top: -10%;
    }

    .contact-info {
        /*padding-top: 16px;*/
        font-size: 16px;
    }

    .contact-us-info .contact-btn {
        max-width: 15%;
    }

    .location-map {
        width: 19%;
    }
    /*#topnav .logo{
padding: 10px 0;
}*/
    #topnav.nav-sticky .custom-logo {
        margin-top: -2px;
    }

    .fleets-section {
        margin-top: 100px;
    }

    .blue-header .navbar-toggle .lines {
        margin: 23px 0 26px 10px !important;
    }
}

@media only screen and (min-width: 371px) and (max-width: 991px) {
    .blue-header .contact-info {
        font-size: 16px !important;
        padding-top: 24px;
    }

    #topnav.blue-header .navbar-toggle .lines {
        padding-top: 0px;
    }

    #topnav.blue-header.nav-sticky .logo .l-dark {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .blue-header .logo {
        padding-top: 6px;
    }

    .additional-row-section .pe-3 {
        padding-right: 0px;
    }

    .additional-row-section .additional-input {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .additional-input-title {
        padding-left: 1rem;
    }

    .bg-home #tns2-mw {
        width: unset !important;
    }

    .van-form {
        margin-left: 0px;
    }

    .bottom-corner::before {
        position: unset !important;
    }

    .bg-home {
        margin-top: -20px;
    }

    .border-right-line {
        border-right: none !important;
    }

    .time-line-content3.second {
        top: 40px;
    }

    .top-input {
        padding: 0px 10px;
    }

    .top-input-btn {
        padding: 0px 0px 0px 10px;
    }

    #menuToggle {
        display: block;
        position: absolute;
        top: 45px;
        right: 0px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0; /* hide this */
            z-index: 2; /* and place it over the hamburger */

            -webkit-touch-callout: none;
        }

        /*
 * Just a quick hamburger
 */
        #menuToggle span {
            display: block;
            width: 30px;
            height: 3px;
            margin-bottom: 5px;
            position: relative;
            background: #fff;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

    #menu a {
        color: black !important;
    }

    #menu .bg-btn-white { /*background-color:black !important;*/
    }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff;
    }

        /*
 * But let's hide the middle one.
 */
        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        /*
 * Ohyeah and the last one should go the other direction
 */
        #menuToggle input:checked ~ span:nth-last-child(2) {
            opacity: 1;
            transform: rotate(-45deg) translate(0, -1px);
        }

    /*
 * Make this absolute positioned
 * at the top left of the screen
 */
    #menu {
        position: absolute;
        width: 300px;
        /*margin: -100px 0 0 0;*/
        padding: 20px;
        padding-top: 30px;
        right: -169px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        /* transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
        border-radius: 5px;
    }

        #menu li {
            padding: 10px 7px;
            font-size: 15px;
            font-weight: 500;
        }

    #topnav #menu .bg-btn-red {
        width: 40%;
    }

        #topnav #menu .bg-btn-red a {
            color: #fff !important;
        }

    #topnav.home-header #menu {
        margin: 5px 0 0 0;
    }

    #menuToggle input:checked ~ ul {
        transform: none;
        opacity: 1;
    }

    #menuToggle {
        display: block !important;
    }
}

#menuToggle {
    display: none;
}

}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
    /*.m-right-n2{margin-right: -2px;}*/
    #jsTestimonialSlider.tiny-single-item-testimonial {
        margin-left: 0px !important;
    }
}

/*@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .book-my-van {
        margin-top: -5%;
    }
}*/

/*@media only screen and (min-width: 1400px) and (max-width: 1800px) {
    .book-my-van-img {
        height: 164px;
    }
}*/

@media only screen and (min-width: 1321px) and (max-width: 1600px) {
    .book-my-van {
        margin-top: -6%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.btn {padding: 10px 15px;}*/
    .btn {
        padding: 14px 15px;
    }
        /*.back-next-btn {
    padding: 12px 26px !important;
    }*/
        /*.back-next-btn {
    padding: 14px 21px !important;
    }*/
        .btn.bg-btn-blue-back {
            padding: 9px 7px;
        }

    .gap-2 {
        gap: .1rem !important;
    }

    .hours-content {
        font-size: 4px;
    }

    .hours-title-red {
        font-size: 6px;
    }

    .cancellation-policy-content p {
        font-size: 5px !important;
    }

    .data-change-policy p {
        font-size: 5px !important;
    }

    .hours-title-blue {
        font-size: 6px;
    }

    .btn {
        padding: 9px 7px;
    }
    /*.text-small-forget-pass {font-size: 8px !important;}*/
    .text-black1 {
        color: #202020;
        font-weight: 600;
        font-size: 10px;
    }

    .email-icon {
        position: absolute;
        bottom: 28px;
    }

    .file-icon {
        position: absolute;
        top: 4px;
        right: 80px;
    }

    .max-height-400 {
        height: 600px;
    }

    .text-black {
        font-size: 11px;
    }

    .personal-detail h4 {
        font-size: 17px !important;
    }

    .max-height-bottom1 {
        height: 462px;
    }

    .bg-home #tns2-mw {
        width: unset !important;
    }

    .van-form {
        margin-left: 0px;
    }

    .side-content h3 {
        font-size: 22px !important;
        line-height: 25px;
    }

    .side-content p {
        font-size: 12px;
    }

    .side-content .title {
        margin-top: 7px !important;
    }

    .home-van-form .custom-btn-van {
        padding: 10px 10px;
    }

    .btn.btn-font-sm {
        font-size: 12px;
    }

    .home-van-form .form-floating > .form-control {
        height: unset;
    }

    .bg-home .home-van-form .form-control {
        font-size: 12px;
    }

    .contact-info {
        padding-top: 17px;
        font-size: 13px;
    }

    #topnav .navigation-menu {
        padding-top: 8px;
    }

    #topnav .logo {
        padding-top: 10px;
    }

    .bottom-corner::before {
        width: 62% !important;
    }

    .blue-header .contact-info {
        font-size: 16px;
    }

    .blue-header .logo {
        padding-top: 13px !important;
    }

    .blue-header.nav-sticky .navigation-menu {
        padding-top: 25px !important;
    }

    #topnav .navigation-menu > li > a {
        font-size: 13px !important;
    }
    /*.bg-home{
        height: 560px;
    }
*/
}

@media (max-width: 767px) {
    .fs-24 {
        font-size: 18px;
    }

    .img-icon-height {
        height: 27px;
    }

    .fs-20 {
        font-size: 15px;
    }

    .fs-14 {
        font-size: 14px !important;
    }

    .addons-details h3 {
        font-size: 23px;
    }

    .logo-footer img {
        height: 58px;
    }

    .close-main-div {
        position: relative;
    }

    .click-to-hide i {
        display: block;
        position: absolute;
        right: 8px;
        top: 6px;
    }

    .padding-right-0 {
        padding-right: 9px;
    }

    .bg-home {
        height: 745px;
    }

    .van-form {
        margin-top: 0px;
    }
}


/*all media Query end*/



@media screen and (max-width: 768px) {
    #menu {
        transform: none;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
}

@media screen and (max-width: 550px) {
    #menu {
        width: 400px;
    }

    #topnav.home-header #menu {
        margin: 12px 0 0 0;
    }

    .user-profile-size {
        width: auto;
        height: 98px;
        border: 2px solid white;
    }

    .user-detail-box-911 {
        bottom: 15px;
        right: -25px;
    }

    .person-detail-logout {
        left: 2px;
        top: 8px;
    }

    .bg-home {
        height: 680px;
    }
}

.decline-title {
    padding-top: 2px;
}

.skip-checkbox {
    padding-top: 3px;
}

/*.blur-not-opacity  {
    filter: opacity(100%) !important;
  
}*/
.blur-opacity {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 998;
    background: rgba(246,242,242,.6);
}

@media screen and (max-width: 721px) {
    .register-unit-zipcode {
        width: 176px;
    }
}



/******************************************************************popup form***************************************************************************/
#VIPMembership .modal-header {
    background-image: url(/assets/resource/vip.png);
    height: 300px;
    /*background-position: bottom;*/
    background-size: cover;
    background-repeat: no-repeat;
}

#VIPMembership .modal-body,
#mdlBookNow .modal-body {
    height: calc(var(--vh, 1vh)*100 - 389px) !important;
    overflow-y: scroll;
}

#VIPMembership .modal-dialog {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0px;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.close {
    float: right;
    right: 300%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.modal-footer {
    justify-content: flex-start;
}


.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.border-color {
    border: 1px solid #2e35ff;
}

.border-color1 {
    border: 1px solid #3bbdb1;
}
