@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(//fonts.googleapis.com/css?family=Lemonada:300,300italic,400,600,400italic,600italic,700,700italic,800,800italic);
html {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #000
}

html,
body {
    width: auto!important;
    overflow-x: hidden!important
}

a {
    color: #ea0000
}

a:hover {
    text-decoration: none
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.top_head {
    background-color: #fff;
    overflow: hidden;
    padding: 5px 0;
    z-index: 999;
    box-shadow: -6px -6px 10px rgb(255 255 255 / 80%), 6px 6px 10px rgb(0 0 0 / 20%)
}

.menu_bar {
    font-size: 28px;
    cursor: pointer;
    color: #bc060b;
    margin-top: 1px;
    vertical-align: text-top
}

.top_head .logo img {
    max-width: 100%;
    margin-top: 1px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #222;
    overflow-x: hidden;
    transition: .5s
}

.sidenav ul li {
    list-style: none
}

.sidenav a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.activesidebar {
    width: 250px
}

.banner_image img {
    width: 100%
}

.section_title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-family: Lemonada;
    font-weight: 900
}

.sec_head {
    background: #c20509;
    padding: 7px;
    display: -webkit-inline-box;
    width: 100%;
    margin-bottom: 20px
}

.banner_section img {
    width: 100%;
}

.sec_head a {
    color: #fff;
    font-family: Lemonada;
    right: 10%;
    position: absolute;
    margin-top: -2px;
    font-size: 14px
}

.sidebar {
    background-color: #000;
    transition: all .5s ease-in-out;
    z-index: 999999
}

.bg-defoult {
    background-color: #222
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .list-sidebar {
    padding-bottom: 50px
}

.sidebar li a,
.sidebar li a.collapsed.active {
    display: block;
    padding: 8px 12px;
    color: #fff;
    border-left: 0 solid #dedede;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100
}

.sidebar li a .flarge {
    font-size: 16px
}

.sidebar li a .flarge i {
    float: none
}

.sidebar li a.active {
    background-color: #000;
    border-left: 5px solid #dedede;
    transition: all .5s ease-in-out
}

.sidebar li a:hover {
    background-color: #000 !important
}

.sidebar li a i {
    padding-right: 5px;
    float: right
}

.sidebar ul li .sub-menu li a {
    position: relative
}

.sidebar ul li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle
}

.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%
}

.sidebar ul li .sub-menu li a:hover {
    background-color: #222;
    padding-left: 20px;
    transition: all .5s ease-in-out
}

.sub-menu {
    border-left: 5px solid #dedede
}

.sidebar li a .nav-label,
.sidebar li a .nav-label+span {
    transition: all .5s ease-in-out;
    margin-top: 5px
}

.sidebar.fliph li a .nav-label,
.sidebar.fliph li a .nav-label+span {
    display: none;
    transition: all .5s ease-in-out
}

.sidebar.fliph {
    width: 42px;
    transition: all .5s ease-in-out
}

.sidebar.fliph li {
    position: relative
}

.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100
}

.user-panel {
    clear: left;
    display: block;
    float: left
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: 45px
}

.user-panel>.info,
.user-panel>.info>a {
    color: #fff
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
    font-family: Lemonada;
    text-transform: capitalize
}

.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
    border-bottom: 1px solid;
    background-color: #ea0000;
    height: 114px;
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px
}

.fliph .user-panel {
    display: none
}

.section_padding {
    padding: 15px 0;
    padding-bottom: 0
}

.banner_text {
    background-color: #be0508
}

.banner_text h4 {
    text-transform: uppercase;
    padding-top: 6px;
    color: #fff;
    font-family: Lemonada;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0
}

.cat_block {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 24.25px .75px rgba(0, 0, 0, .1);
    padding: 5px 5px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 10px
}

.cat_block img {
    width: 100%;
    max-width: 70px
}

.category_section .col-4 {
    padding: 0
}

.category_section .row {
    margin-right: 0;
    margin-left: 0
}

.cat_head {
    text-align: center;
    color: #f2a31a;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Lemonada;
    font-weight: 600
}

.cat_head:hover {
    color: #ff5722
}

.cat_block a:hover {
    text-decoration: none
}

.accoutn_container {
    overflow: hidden;
    padding: 10px;
    background-color: #ff5722;
    text-align: center;
    margin-bottom: 20px
}

.profileimage {
    height: 80px;
    width: 80px;
    background-color: #0f0;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden
}

.owl-prev {
    width: 25px;
    height: 85px;
    position: absolute;
    top: 30%;
    left: -17px;
    display: block !important;
    border: 0 solid #000
}

.owl-next {
    width: 25px;
    height: 85px;
    position: absolute;
    top: 30%;
    right: -17px;
    display: block !important;
    border: 0 solid #000
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #295419;
    font-size: 50px;
    font-weight: 700;
    margin-top: -20px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #4caf50
}

.offer-block {
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    padding: 10px 10px;
    margin-bottom: 15px
}

.owl-theme .owl-dots .owl-dot {
    display: none
}

#offer-carousel .owl-carousel .owl-item img {
    width: 100%;
    max-width: 120px
}

.offer-block img {
    max-width: 100%
}

.active .imgw {
    width: 46px;
}

.footer_section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #c1040b;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
    z-index: 1;
    box-shadow: inset -4px -4px 8px rgb(234 0 0), inset 8px 8px 16px #ea0000;
}

.footer_section a i {
    font-size: 25px
}

.footer_section a:hover {
    color: #e3ff00
}

.zoomWrapper {
    max-width: 400px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.zoomWrapper img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.zoomWrapper img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.center {
    width: 150px;
    margin: 40px auto
}

.offer_section {
    padding-bottom: 60px
}

.search_sec {
    margin-top: 5px
}

.search_sec form {
    position: relative;
    top: 20%;
    left: 0;
    transition: all 1s;
    width: 50px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    float: right
}

.search_sec input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    border: 1px solid #62b465
}

.search_sec .fa {
    box-sizing: border-box;
    top: 0;
    float: right;
    border-radius: 50%;
    color: #c2050b;
    text-align: center;
    font-size: 28px;
    margin-top: 3px
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #ea0000;
    border-color: #ea0000;
}

.btn-success:hover {
    color: #fff;
    background-color: #ea0000;
    border-color: #ea0000;
}

.btn-success {
    color: #fff;
    background-color: #ea0000;
    border-color: #ea0000;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #ea0000;
    border-color: #ea0000;
}

.search_sec form:hover {
    width: 200px;
    cursor: pointer
}

.search_sec form:hover input {
    display: block
}

.search_sec form:hover .fa {
    background: #4caf50;
    color: #fff
}

.cart .btn-outline-success {
    border-radius: 20px
}

.price {
    font-size: 14px;
    font-weight: 600
}

.price span {
    text-decoration: line-through;
    color: #9c9c9c;
    margin-right: 4px
}

.price i {
    margin-right: 2px;
    margin-top: 3px;
    display: inline-flex
}

.order_summary .price i {
    margin-right: 3px;
    margin-top: 3px
}

.order_summary .price {
    display: inline-flex
}

.flavours {
    color: #ff5722;
    font-size: 12px;
    font-weight: 700
}

.nveg_icon img {
    width: 100%;
    max-width: 14px;
    float: right;
    margin-top: -10%
}

.owl-carousel,
.owl-item,
.owl-item .item,
.owl-stage,
.owl-stage-outer,
.owl-wrapper {
    transition: none
}

.owl-carousel:after,
.owl-carousel:before,
.owl-item .item:after,
.owl-item .item:before,
.owl-item:after,
.owl-item:before,
.owl-stage-outer:after,
.owl-stage:after,
.owl-stage:before {
    transition: none
}

.varient .btn {
    line-height: 12px;
    font-size: 12px;
    margin: 3px 0
}

.quty_btn {
    display: none
}

.container-fluid {
    padding-bottom: 20%;
    margin-top: 15px;
    min-height: 100vh
}

.offer-block .tag {
    left: 16px;
    z-index: 1
}

.cart_count {
    width: 20px;
    height: 20px;
    background-color: #ff9800;
    border-radius: 50%;
    bottom: 6%;
    margin-left: 16px;
    font-size: 10px;
    position: fixed;
    padding: 2px 0;
    text-align: center
}

.qty_num .btn {
    border-radius: 5px
}

.qty_num .fa-minus {
    vertical-align: middle
}

.qty_num input {
    text-align: center;
    padding: 0;
    border-radius: 5px !important;
    margin-left: 5px;
    margin-right: 5px
}

footer .active {
    color: #efff00 !important
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: none
}

.cat-list .btn-link,
.cat-list a {
    color: #000
}

.cat-list .btn img {
    width: 60px;
    float: right
}

.cat-list i {
    line-height: 2
}

.cat-list .card-header {
    padding: 0
}

.cat-list .btn {
    line-height: 2;
    font-size: 14px;
    padding: 5px 6px;
    font-weight: 600;
    color: #4a4a4a;
    font-family: Lemonada
}

.before_checkout .nav-link {
    color: #ff5722
}

.check_img img {
    width: 100%;
    max-width: 100px
}

.mywallet {
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2), 0 6px 16px 0 rgba(0, 0, 0, .19) !important;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 10px
}

.about-section p {
    font-family: Lemonada
}

footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0
}

footer nav ul li {
    padding: 5px;
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center
}

.footer_section p {
    margin-bottom: 0;
    font-size: 12px
}

.social {
    margin-bottom: 10px
}

.social a {
    color: #8e8e8e
}

.social span a {
    float: right
}

.profile_tab_section .nav-link {
    color: #ff5722
}

.search-panel .list-group-item {
    padding: 8px 8px;
    font-size: 14px
}

.cart_panel,
.share_panel {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2), 0 6px 16px 0 rgba(0, 0, 0, .19) !important;
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .3s ease-out;
    bottom: 0
}

.share_panel img {
    width: 35px;
    margin-bottom: 21px
}

.blog_tab li a {
    text-transform: uppercase;
    font-weight: 700
}

.single_page_title {
    font-weight: 600;
    font-family: Lemonada;
    color: #000;
    letter-spacing: 1px
}

.play_icon i {
    font-size: 42px !important
}

#exampleModal .price {
    font-size: 12px
}

.support a {
    color: #797979
}

.support p a i {
    padding: 6px;
    border: 1px solid #aaa;
    margin: 5px
}

.cancel {
    color: red;
    text-transform: uppercase
}

.payment-method .filter-content .active {
    background: #49ae2b
}

.payment-method .filter-content .active span {
    color: #fff
}

.payment-method .form-check {
    padding: 0 26px
}

.display_btn {
    display: inline-flex
}

.display_btn .single_page_title {
    margin-right: 10px
}

.cart_panel .progress {
    height: 4px
}

.cart_panel .progress-bar {
    background-color: #44a72a
}

.text_f_right {
    float: right
}

.footer_section .alert {
    padding: 4px 11px;
    border-radius: 0
}

.cart_panel .cart i {
    margin-right: 2px
}

.social_icon ul {
    padding-left: 0
}

.social_icon li {
    display: inline-block;
    list-style: none
}

.social_icon img {
    max-width: 100%;
    width: 22px;
    margin-right: 5px;
    border-radius: 4px
}

.cat-list .list-group-item {
    border: 0
}

.cat-list .accordion .fa {
    margin-right: .5rem
}

.shop_page_block th .btn-outline-secondary {
    overflow: scroll;
    width: 150px
}

@media screen and (max-width:450px) {
    .sidenav a {
        font-size: 12px;
        font-weight: 100
    }
}

@media screen and (min-width:768px) {
    .container-fluid {
        padding-bottom: 5%
    }
    .shop_details_img img {
        max-width: 200px!important;
    }
    .shop_page_block th .btn-outline-secondary {
        overflow: auto;
        width: 100%
    }
}

.brand_img img {
    max-width: 100%;
    width: 120px !important;
}

.owl_slider {
    padding-left: 5px;
    padding-right: 5px;
}

.contact_button {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -25px;
    transform: rotate(-90deg);
}

.contact_button a {
    border: none;
    border-radius: 30px;
    font-family: Lemonada;
    font-weight: 600;
    font-size: 14px;
    background-color: #ff5722;
    color: #ffffff;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    padding: 0px 17px;
    margin-right: 59px;
}

.contact_button .btn:focus {
    outline: 0;
    box-shadow: none;
}


/*steps design*/

.steps-main h3,
.steps-main .h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000
}

.steps-main h4,
.steps-main .h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.steps-main h4 p,
.steps-main .h4 p {
    color: #000;
    font-size: 14px;
    margin-top: -5px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400
}

.steps-main .tabs .btn-group {
    width: 100%;
}

.steps-main .tabs .btn-group.btn-group-vertical {
    flex-direction: column
}

.steps-main .tabs .btn-group.btn-group-vertical .btn {
    border-bottom-width: 0;
    margin-left: 0
}

.steps-main .tabs .btn-group.btn-group-vertical .btn:after,
.steps-main .tabs .btn-group.btn-group-vertical .btn:before {
    display: none
}

.steps-main .tabs .btn-group.btn-group-vertical .btn.active:after,
.steps-main .tabs .btn-group.btn-group-vertical .btn.active:before {
    display: inline-block
}

.steps-main .tabs .btn-group.btn-group-vertical .btn.active:before {
    right: -11px;
    left: auto
}

.steps-main .tabs .btn-group.btn-group-vertical .btn:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 0px !important
}

.steps-main .tabs .btn-group.btn-group-vertical .btn:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-width: 1px
}

.steps-main .tabs .btn-group .btn {
    justify-content: flex-start;
    min-height: 70px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #f8f8f8;
    border-color: #e4e4e5;
    padding: 16px 26px;
    border-radius: 0px;
    transition: all ease-in-out .3s
}

.steps-main .tabs .btn-group .btn:hover {
    /* z-index: inherit; */
}

.steps-main .tabs .btn-group .btn:after,
.steps-main .tabs .btn-group .btn:before {
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all ease-in-out .3s
}

.steps-main .tabs .btn-group .btn:after {
    left: 100%;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f8f8f8;
    border-width: 14px;
    margin-top: -14px;
    z-index: 3
}

.steps-main .tabs .btn-group .btn:before {
    border-color: #e4e4e5;
    border-left-color: #e4e4e5;
    border-width: 0 1px 1px 0;
    left: -11px;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    padding: 10px;
    top: 50%
}

.steps-main .tabs .btn-group .btn img,
.steps-main .tabs .btn-group .btn div {
    pointer-events: none;
    opacity: .3
}

.steps-main .tabs .btn-group .btn.tab1,
.steps-main .tabs .btn-group .btn:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.steps-main .tabs .btn-group .btn.tab1:after,
.steps-main .tabs .btn-group .btn:first-child:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 14px;
    margin-top: -14px
}

.steps-main .tabs .btn-group .btn.tab1:before,
.steps-main .tabs .btn-group .btn:first-child:before {
    display: none
}

.steps-main .tabs .btn-group .btn:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.steps-main .tabs .btn-group .btn:last-child:after {
    display: none
}

.steps-main .tabs .btn-group .btn div {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    height: 45px;
    font-size: 18px;
    margin-left: 16px;
    color: #fff
}

.width {
    width: 100%;
}

.steps-main .tabs .btn-group .btn div p {
    color: #fff;
    font-size: 14px !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.steps-main .tabs .btn-group .btn:focus {
    outline: none;
    box-shadow: none
}

.steps-main .tabs .btn-group .btn.active {
    /* background-color: #f2a317 !important; */
    border-color: rgba(93, 188, 230, .2) !important
}

.first {
    background-color: #f2a317 !important;
    border-color: rgba(93, 188, 230, .2) !important;
}

.second {
    background-color: #e34822 !important;
}

.third {
    background-color: #329ec1 !important;
}

.forth {
    background-color: #1d9050 !important;
}

.steps-main .tabs .btn-group .btn.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #def5ff;
    border-width: 14px;
    margin-top: -14px
}

.steps-main .tabs .btn-group .btn.active:before {
    border-color: #c3e9fb;
    border-left-color: #c3e9fb
}

.steps-main .tabs .btn-group .btn.active img,
.steps-main .tabs .btn-group .btn.active div {
    opacity: 1
}

.steps-main .tabs .btn-group .btn.complete {
    opacity: 1;
    background-color: #fff
}

.steps-main .tabs .btn-group .btn.complete:after {
    border-left-color: #fff
}

.steps-main .tabs .btn-group .btn.complete img,
.steps-main .tabs .btn-group .btn.complete div {
    opacity: 1
}

@media(max-width: 990px) {
    .steps-main .tabs .btn-group {
        flex-direction: column
    }
    .steps-main .tabs .btn-group .btn {
        border-bottom-width: 0;
        margin-left: 0
    }
    .steps-main .tabs .btn-group .btn:after,
    .steps-main .tabs .btn-group .btn:before {
        display: none
    }
    .steps-main .tabs .btn-group .btn.active:after,
    .steps-main .tabs .btn-group .btn.active:before {
        display: inline-block
    }
    .steps-main .tabs .btn-group .btn.active:before {
        right: -11px;
        left: auto
    }
    .steps-main .tabs .btn-group .btn:first-child {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 0px !important
    }
    .steps-main .tabs .btn-group .btn:last-child {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 8px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 8px !important;
        border-bottom-width: 1px
    }
}

.stepper .no-gutters {
    margin: 0
}

.stepper .no-gutters .col-lg-3 {
    padding: 0;
    position: relative;
    z-index: 1;
    transition: all ease-in-out .3s
}

.stepper .no-gutters .col-lg-3 p {
    margin-bottom: 6px;
    transition: all ease-in-out .3s;
    font-size: 18px;
    color: #a1a1a1;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700
}

@media(max-width: 700px) {
    .stepper .no-gutters .col-lg-3 p {
        font-size: 12px
    }
}

.stepper .no-gutters .col-lg-3 .btn {
    transition: all ease-in-out .3s;
    padding: 7px;
    border-radius: 50% !important;
    line-height: 0;
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1 !important;
    min-width: auto;
    display: initial
}

.stepper .no-gutters .col-lg-3 .btn:focus {
    box-shadow: none;
    outline: none
}

.stepper .no-gutters .col-lg-3 .divider {
    transition: all ease-in-out .3s;
    position: absolute;
    width: 100%;
    top: 65%;
    -webkit-transform: translateY(67%);
    transform: translateY(67%);
    border: none;
    background-color: #a1a1a1;
    height: 7px;
    z-index: -1
}

.stepper .no-gutters .col-lg-3.completed .btn {
    background-color: #4cb748 !important;
    border-color: #4cb748 !important;
    padding: 3.5px;
    line-height: 0;
    margin-top: 4px
}

.stepper .no-gutters .col-lg-3.completed p {
    color: #4cb748 !important
}

.stepper .no-gutters .col-lg-3.completed .divider {
    background-color: #4cb748
}

.stepper .no-gutters .col-lg-3.active .btn {
    background-color: #34a3d4 !important;
    border-color: #34a3d4 !important
}

.stepper .no-gutters .col-lg-3.active p {
    color: #34a3d4 !important
}

.stepper .no-gutters .col-lg-3.active .divider {
    background-color: #34a3d4 !important
}


/*about page design*/

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.img_about {}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}


/*testimonial design*/

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
    h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 50px;
    }
    .owl-stage-outer {
        padding: 30px 0;
    }
    .owl-nav {
        display: none;
    }
    .owl-dots {
        text-align: center;
        span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #fff;
            border: 2px solid #01b0f8;
            margin: 0 5px;
        }
        .active {
            box-shadow: none;
            span {
                background: #01b0f8;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }
        }
    }
    .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
        .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }
        h5 {
            color: #c1040b;
            font-size: 21px;
            line-height: 1.3;
            span {
                font-size: 18px;
                color: #666666;
            }
        }
        p {
            font-size: 14px;
            color: #555;
            padding-bottom: 15px;
        }
    }
    .active {
        opacity: 0.5;
        /* transition: all 0.3s; */
    }
    .center {
        opacity: 1;
        h5 {
            font-size: 24px;
            span {
                font-size: 16px;
            }
        }
        .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }
    }
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: -60px;
    }
}

.owl-carousel {
    .owl-nav button {
        &.owl-next,
        &.owl-prev {
            outline: 0;
        }
    }
    button.owl-dot {
        outline: 0;
    }
}


/* swiper button css */

.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}

@media screen and (max-width: 768px) {
    .mob {
        display: none;
    }
    .cat p {
        font-size: 14px!important;
    }
    .slide p {
        padding: 0 20px;
    }
    .nav-btn {
        display: none;
    }
}


/*image rotate effect*/

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1.1);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -moz-transform: rotate(360deg) scale(1.1);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -o-transform: rotate(360deg) scale(1.1);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg) scale(1.0);
    }
    100% {
        -ms-transform: rotate(360deg) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1.0);
    }
    100% {
        transform: rotate(360deg) scale(1.1);
    }
}

@-webkit-keyframes rori {
    0% {
        -webkit-transform: rotate(360deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1.0);
    }
}

@-moz-keyframes rori {
    0% {
        -moz-transform: rotate(360deg) scale(1.1);
    }
    100% {
        -moz-transform: rotate(0deg) scale(1.0);
    }
}

@-o-keyframes rori {
    0% {
        -o-transform: rotate(360deg) scale(1.1);
    }
    100% {
        -o-transform: rotate(0deg) scale(1.0);
    }
}

@-ms-keyframes rori {
    0% {
        -ms-transform: rotate(360deg) scale(1.1);
    }
    100% {
        -ms-transform: rotate(0deg) scale(1.0);
    }
}

@keyframes rori {
    0% {
        transform: rotate(360deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1.0);
    }
}

div.tag1 img:hover {
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    cursor: url('https://ia801504.us.archive.org/31/items/abcde_201612/aero_link2.cur'), auto !important;
}

div.tag1 img {
    -webkit-animation-name: rori;
    -moz-animation-name: rori;
    -ms-animation-name: rori;
    -o-animation-name: rori;
    animation-name: rori;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    vertical-align: middle;
    /* max-width: 175px;
    max-height: 175px; */
    text-align: center;
    border: 1px solid #fff !important;
    background-color: #fff;
    /* margin: 25px; */
    cursor: url('https://ia801504.us.archive.org/31/items/abcde_201612/aero_link2.cur'), auto !important;
}


/*blog design*/

.heading {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.text-muted {
    color: #ffffff !important;
}

.about-bg {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 74%) 59%, rgb(0 0 0 / 78%) 100%), url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.blog {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 74%) 59%, rgb(0 0 0 / 78%) 100%), url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.testimonial {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 74%) 59%, rgb(0 0 0 / 78%) 100%), url(../images/blog-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item img {
    max-width: 100%;
}

.owl-carousel .item {
    padding: 0 7.5px;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#demo1 .customNavigation,
#demo2 .customNavigation {
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -40px;
}

#demo1 .customNavigation .btn,
#demo2 .customNavigation .btn {
    padding: 0px;
}

#demo1 .customNavigation .btn.prev,
#demo2 .customNavigation .btn.prev {
    position: relative;
    left: -76px;
}

#demo1 .customNavigation .btn.next,
#demo2 .customNavigation .btn.next {
    position: relative;
    right: -70px;
    float: right;
}

div#demo1 {
    position: relative;
}

.user-blog {
    background: #faf2e8;
    padding: 50px 0 50px;
}

.user-blog:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/user-blog.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

div#owl-demo1 .item {
    padding: 0 15px;
}

.blog-grid {
    background: #fff;
    /* box-shadow: 0px 0px 20px #c3c3c3; */
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #bf050b;
    width: 65%;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
    padding: 3px;
    font-size: 14px;
}

.discretion-blog .btn:hover {
    color: #ffffff;
}


/* .discretion-blog .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3a21b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #f3a21b;
} */

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / 25%);
}

.discretion-blog .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.date-blog {
    background: #c1060b;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #f2a31a;
    top: -11px;
    position: absolute;
    left: 0;
}

.img-date {
    position: relative;
}

.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}

.user-blog .owl-theme .owl-controls .owl-page.active span,
.user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}


/*category slider*/

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    /* font-size: 70px; */
    position: relative;
    /* top: -5px; */
}

.owl-nav button:focus {
    outline: none;
}

.cat .item img {
    width: 200px !important;
    border-radius: 85px;
    border: 2px solid #fff;
}


/*social media*/

.social-icons {
    padding: 18px;
    /* background-color: #000; */
    text-align: center;
    margin: 0 auto;
    /* width: 36%; */
    border-radius: 8px;
}

.social-icons a {
    color: #000;
    line-height: 30px;
    font-size: 30px;
    margin: 0 5px;
    text-decoration: none;
}

.social-icons a i {
    line-height: 30px;
    font-size: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    color: #000;
}

.social-icons a:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.social-icons a:hover i {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}


/*Offer Page design*/

.is-hidden {
    display: none !important;
}

.is-desktop {
    display: block;
}

@media (max-width: 768px) {
    .is-desktop {
        display: none !important;
    }
}

.is-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .is-mobile {
        display: block !important;
    }
}

.about .btn {
    color: #fefeff!important;
    background: #bf050b;
    width: 35%;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
    padding: 3px;
    font-size: 14px;
}

.about p {
    color: #fff!important;
}

.announcement {
    --base-font: inherit;
    --small-font: 0.75rem;
    --normal-font: 1rem;
    --medium-font: 1.25rem;
    --primary-color: #0e2d1c;
    --secondary-color: #fff;
    --base-padding: 0.5rem;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background: var(--primary-color);
    font-family: var(--base-font-dev), sans-serif;
    padding: var(--base-padding);
}

@media (max-width: 768px) {
    .announcement {
        flex-direction: column-reverse;
        /* position: fixed; */
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 4;
        margin: 0 auto;
    }
}


/* Removes the announcement on Print */

@media print {
    .announcement {
        display: none;
    }
}

.announcement .text {
    padding: 0 1rem;
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .announcement .text {
        padding-bottom: var(--base-padding);
    }
}

.announcement input,
.announcement button {
    font-family: var(--base-font);
    font-size: var(--small-font);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: var(--base-padding);
    border: 2px dashed var(--secondary-color);
    /* height: 36px; */
}

.announcement input {
    background: var(--primary-color);
    color: var(--secondary-color);
    text-align: center;
    border-right: 0;
    font-size: 16px;
}

.announcement button {
    background: var(--secondary-color);
    color: var(--primary-color);
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    font-size: 1rem;
}

.announcement #timer {
    /* font-weight: bold; */
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: var(--base-padding);
    margin-left: 1rem;
    width: 150px;
    text-align: center;
    border: 1px dashed var(--secondary-color);
    margin-right: 2.5rem;
    line-height: 1.3;
}

.announcement .coupon {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .announcement .coupon {
        margin: 1rem auto;
    }
}


/* Style the close button (span) */

.announcement .tooltip {
    position: relative;
    display: inline-block;
    color: var(--secondary-color);
    opacity: 1;
    line-height: inherit;
    font-size: inherit;
    z-index: inherit;
}

.announcement .tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    bottom: 130%;
    left: 50%;
    background-color: #555;
    color: #fff;
    width: 170px;
    font-size: smaller;
    /* font-weight: bold; */
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.announcement .tooltip:hover .tooltiptext {
    /* visibility: visible;
    opacity: 1;
    bottom: -100%; */
}

.announcement .tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    top: -35%;
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .announcement .tooltip:hover .tooltiptext {
        bottom: 150%;
    }
    .announcement .tooltip .tooltiptext::after {
        top: 100%;
        transform: rotate(0deg);
    }
}
.changeCitybtn{
        box-shadow: inset -4px -4px 8px rgb(82 98 102), inset 8px 8px 16px #3b4549;
    background: #ea0000;
    border-color: #f2a31b;
    border-radius: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}