/*******
Project/Template Name:  Zeomart - Multi-Vendor & Marketplace HTML Template
Template Url:  
Author: CreativeLayers
Author Url: https://themeforest.net/user/creativelayers/portfolio
Version: 1.0
Description: Zeomart - Multi-Vendor & Marketplace HTML Template
Tag: agriculture, bakery, ecommerce, farm, food, food shop, grocery market, natural product, organic, organic farm, organic food, organic market, organic store, shop, shopping


********/
/* CSS Document */
@import url(jquery-ui.min.css);
@import url(fontawesome.css);
@import url(bootstrap-select.min.css);
@import url(menu.css);
@import url(ace-responsive-menu.css);
@import url(megadropdown.css);
@import url(simplebar.min.css);
@import url(progressbar.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(slider.css);
@import url(magnific-popup.css);
@import url(timecounter.css);
@import url(googlemap.css);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500&amp;family=Poppins:wght@700&amp;display=swap);
/* Table of contents */


/*== Typography ==*/
/* Search Overlay */
/*== Header Top Style ==*/
/* Header Top Search Field css home2 */
/*== Menu Style For Home V1 & V2 ==*/
/*== Menu Style For Home V2 ==*/
/*== Menu Style For Home V3 ==*/
/*== Menu Style For Home V4 ==*/
/*== Menu Style For Home V5 ==*/
/*== Menu Style For Home V6 ==*/
/*== Menu Style For Home V7 ==*/
/*== Mobile Menu Css ==*/
/*== Home Css ==*/
/* ==== Home 2 Main Sliders === */
/*== Home Icon Box ==*/
/*== Feature Property ==*/
/*== Property Cities ==*/
/*== Single Property ==*/
/*== Listing Single V5 Page Sticky Nav ==*/
/*== Popular Job Categories => Icon Hover Image Box ==*/
/*== Funfact Counter ==*/
/*== Footer Social Widget ==*/
/*== 1st Layout Footer ==*/
/*== Footer Widget ==*/
/*== Inner Pages Breadcrumb ==*/
/*== About Page About Content ==*/
/*== About home3 ==*/
/*== Testimonials Grid ==*/
/*== Blog Post Home V1 ==*/
/*== Team Slider Code ==*/
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
/*== Error/404 Page ==*/
/*== Invoice Page ==*/
/*== Service Pages Style Code ==*/
/*== LogIn Register Page ==*/
/* Create a custom checkbox */
/*== Search Widget Faq Page ==*/
/*== Question Widget Faq Page ==*/
/*== Terms & Condition Page ==*/
/*== Tab Widget UI Page ==*/
/*== Table Widget UI Page ==*/
/*== Message Box Widget UI Page ==*/
/*== Form Input Widget UI Page ==*/
/*== Form Textarea Widget UI Page ==*/
/*== Form Tooltip Widget UI Page ==*/
/*== Select Search Box Widget UI Page ==*/
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
/*== CheckBox Widget UI Page ==*/
/*== SwithcBox Widget UI Page ==*/
/*== Select Box Widget UI Page ==*/
/*== MultiSelect CheckBox Widget UI Page ==*/
/*== Blog Post Main Page ==*/
/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
/*== Category Widget Blog Page ==*/
/*== Recent Post Widget Blog Page ==*/
/*== Tag Widget Blog Page ==*/
/*== BlokQuote Blog Sinlge Page ==*/
/*== Next Prev Pagination Blog Sinlge Page ==*/
/*== Commenting Blog Sinlge Page ==*/
/*== Commenting Form Blog Sinlge Page ==*/
/*== Dashbord details Page ==*/
/*== Header User Notification & User ID ==*/
/*== Header User Setting ID ==*/
/*== Candidate Job Review Page Table ==*/
/*== My Resume Page ==*/
/*== Message Page ==*/
/*== DashBoard Pages ==*/
/*== sidebar about widget ==*/
/*== Pricing SLider ==*/
/*== Profile Avatar ==*/
/*== Alpha v2 Page ==*/
/*== Testimonials Home V3 ==*/
/*== Contact Page ==*/
/*== Maximage_slider ==*/
/*== Color Area ==*/
/*== Button Area ==*/
/*== Fonts Size, Font Weights, Height, Display & Position ==*/
/*== Custome Margin Padding ==*/
/*== BackGround Images ==*/
/*== BackGround Color White Overlay ==*/
/*== Parallax Css ==*/
/*== Divider Css ==*/
/*== Chart Js Css ==*/
/*== Tags Bar Css ==*/
/*== arrow fontawesome icon to the right */
/*== Shop Page Style ==*/
/*== Shop Order Page Style ==*/
/*== Shop Chaeckout Page Style ==*/
/*== Shop Single Page Style ==*/

/*== Typography ==*/
.custom-btn {
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

html {
    font-size: 100%;
}

body {
    background-attachment: fixed;
    background-color: #ffffff;
    color: #777777;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    line-height: 1.642;
    overflow-x: hidden;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body.body_overlay {
    position: fixed;
    transform: translate(0, 0);
    width: 100%;
}

body.body_overlay:before {
    background-color: rgba(13, 38, 59, .7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    transform: translate(330px, 0);
}

img {
    max-width: 100%;
}

p {
    color: #626974;
    font-weight: 400;
}

b {
    font-weight: 600;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: #555555;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover, a:focus {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

.form-control {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    height: 55px;
}

.form-control:active,
.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
    border: 1px solid #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    outline: none;
}

textarea.form-control {
    height: auto;
}

textarea.form-control::placeholder {
    color: #041E42;
}

iframe {
    border: none;
}

::selection {
    background: #041E42;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    /* Firefox */
    background: #041E42;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    /* Safari */
    background: #041E42;
    color: #ffffff;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
    line-height: 1.4;
    color: #041E42;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #041E42;
    font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #041E42;
    font-weight: 500;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    font-weight: 500;
}

h5, h6,
.h5, .h6 {
    font-weight: 500;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.body-color {
    color: #626974;
}

.heading-color {
    color: #041E42 !important;
}

.border-left {
    border-left: 1px solid #F3F5F6;
}

.border-right {
    border-right: 1px solid #F3F5F6;
}

.bdr_none {
    border: none !important;
}

.bb_none {
    border-bottom: none !important;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.vam {
    vertical-align: middle;
}

.vatt {
    vertical-align: text-top;
}

.z0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: -1;
}

.z9 {
    z-index: 9;
}

.z99 {
    z-index: 99;
}

.social_icons li {
    background-color: transparent;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-right: 0 !important;
    width: 30px;
    text-align: center;
}

.social_icons li:hover {
    background-color: rgba(105, 105, 105, .1);
}

.social_icons li a {
    color: #626974;
    font-size: 13px;
}

.ff-fontawesome {
    font-family: "Font Awesome 6 Pro";
}

.sign_up_modal:before {
    background-color: rgba(13, 38, 59, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.log_reg_form.sidebar_area {
    border: none;
    padding: 35px 30px 0;
}

.log_reg_form {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 45px 40px 35px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.log_reg_form .title {
    margin-bottom: 30px;
}

.sign_up_form .nav.nav-pills .nav-item .nav-link {
    color: #626974;
    border-radius: 60px;
    font-size: 15px;
    padding: 15px 35px;
}

.modal-backdrop {
    display: none;
}

.hm_log_fav_cart_widget {
    padding: 0 0 0 10px;
    position: relative;
}

.hm_log_fav_cart_widget .wrapper ul li {
    margin-right: 25px;
}

.hm_log_fav_cart_widget .wrapper ul li:last-child {
    margin-right: 0;
}

.log_fav_cart_widget.hsidebar_home_page .wrapper {
    position: relative;
}

.log_fav_cart_widget.home4_style .icon {
    vertical-align: sub;
}

.log_fav_cart_widget.home4_style .icon .badge {
    color: #041E42;
}

.cart_btn.home_page_sidebar {
    position: relative;
}

.log_fav_cart_widget .home_page_sidebar.price {
    bottom: 0;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    right: 0;
}

.log_fav_cart_widget .price {
    color: #041E42;
    font-size: 13px;
    font-weight: 500;
}

.log_fav_cart_widget.home7_style .cart {
    max-width: 200px;
    width: 100%;
}

.cart {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.cart > li,
.cart > .list {
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.dropdown_content {
    display: flex;
    flex-direction: column;
    /*-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.dropdown_content > li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 20px 15px;
    position: relative;
}

.dropdown_content > li:last-child {
    border-bottom: none;
}

.dropdown_content .list_content img {
    margin-right: 25px;
    width: 75px;
}

.dropdown_content .list_content p {
    color: #041E42;
    margin-bottom: 0;
    line-height: normal;
}

.dropdown_content .list_content .close_icon {
    color: #041E42;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 20px;
}

.dropdown_content .list_content_total_price h5 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.dropdown_content .list_content .cart_btns {
    border: 1px solid transparent;
    margin-right: 10px;
}

.dropdown_content .list_content .cart_btns:hover {
    background-color: #2ac4ea;
    border: 1px solid #2ac4ea;
    color: #fff;
}

.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 40px;
    width: 150px;
}

.adv_src_pmodal .title {
    color: #041E42;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.adv_src_pmodal .form-group {
    margin-bottom: 0;
}

.adv_src_pmodal .area_input {
    border: none;
    border-bottom: 2px solid #F3F5F6;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-left: 0;
    width: 45%;
}

.adv_src_pmodal .area_input:active,
.adv_src_pmodal .area_input:focus,
.adv_src_pmodal .property_id_input:active,
.adv_src_pmodal .property_id_input:focus {
    border-bottom: 2px solid #86BC42;
}

.adv_src_pmodal .property_id_input {
    border: none;
    border-bottom: 2px solid #F3F5F6;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-left: 0;
}

.adv_src_pmodal .bootstrap-select > .dropdown-toggle {
    font-size: 14px;
    height: 40px;
    line-height: normal;
}

.adv_src_pmodal .ui_kit_select_box .bootstrap-select > .dropdown-toggle {
    height: 40px;
    line-height: normal;
}

.popup_modal_wrapper {
    padding: 15px 0;
}

.adv_src_pmodal #slider-range-value1,
.adv_src_pmodal #slider-range-value2 {
    margin-top: 20px;
    width: 120px;
}

.adv_src_pmodal .ui_kit_checkbox .custom-control-label {
    margin-bottom: 0;
}

.adv_src_pmodal .btn {
    height: 55px;
}

.home9_header_nav_widget {
    left: auto;
    position: absolute;
    right: 0;
}

.home9_header_search_widget {
    position: relative;
}

.home9_header_search_widget .input_field .form_control {
    background-color: #F3F5F6;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    height: 50px;
    width: 367px;
}

.home9_header_search_widget .search_icon_field .search-btn {
    color: #112137;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 10px;
}

/* Radio Box CSS Code Start */
.radiobox_style2 .sspd_review ul li:last-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.radiobox_style2 .count {
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.radiobox_style2 [type="radio"]:checked,
.radiobox_style2 [type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute;
}

.radiobox_style2 [type="radio"]:checked + label,
.radiobox_style2 [type="radio"]:not(:checked) + label {
    color: #041E42;
    cursor: pointer;
    display: flex;
    padding-left: 28px;
    position: relative;
}

.radiobox_style2 [type="radio"]:checked + label:before,
.radiobox_style2 [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid #041E42;
    border-radius: 100%;
    content: '';
    height: 18px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 18px;
}

.radiobox_style2 [type="radio"]:checked + label:after,
.radiobox_style2 [type="radio"]:not(:checked) + label:after {
    background-color: #fff;
    content: '';
    border-radius: 100%;
    border: 4px solid #041E42;
    height: 16px;
    left: 1px;
    position: absolute;
    top: 8px;
    width: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radiobox_style2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.radiobox_style2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Radio Box CSS Code End */
/* Search Overlay */
.search_overlay {
    height: 100%;
    width: 100%;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit],
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 input[type=submit] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}

#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus {
    outline: none;
    border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 15px;
    color: #041E42;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
    border: none;
    outline: none;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
}

#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
    position: relative;
    vertical-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
    background-color: #ffffff;
    border: 0;
    border-radius: 5px;
    color: #262626;
    font-size: 17px;
    padding: 20px;
    width: 800px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2:focus {
    border: none;
    outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .94);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
    z-index: 9999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
    border: none;
    color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 70px;
    font-size: 26px;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

#search-button,
#search-button2 {
    cursor: pointer;
    opacity: 1;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

#search-button i,
#search-button2 i {
    color: #041E42;
    font-size: 22px;
}

/*== Header Top Style ==*/
.header_top {
    position: relative;
}

.header_top_iconbox {
    position: relative;
}

.header_top_iconbox .icon {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    line-height: 55px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header_top_iconbox.home2_style .icon {
    border-radius: 50%;
}

.header_top_iconbox.home2_style.at_home4:hover .icon {
    background-color: #E8B336;
}

.header_top_iconbox.home2_style.at_home4 .icon,
.header_top_iconbox.home2_style.at_home4 .icon span.badge {
    border: 1px solid #041E42;
}

.header_top_iconbox.home2_style.at_home4 .icon span {
    color: #041E42;
}

.header_top_iconbox.home2_style.at_home4 .details .title,
.header_top_iconbox.home2_style.at_home4 .details .subtitle {
    color: #041E42;
}

.header_top_iconbox:hover .icon {
    background-color: rgba(255, 255, 255, .05);
}

.header_top_iconbox .icon span {
    font-size: 20px;
    color: #fff;
}

.header_top_iconbox .icon span.badge {
    background-color: #F5C34B;
    border-radius: 50%;
    color: #0B1E40;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0em;
    height: 15px;
    line-height: 7px;
    padding: 4px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 15px;
}

.header_top_iconbox.home3_style .icon {
    border: none;
}

.header_top_iconbox .details {
    display: block;
}

.header_top_iconbox .details .subtitle {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.header_top_iconbox.home6_style {
    position: relative;
}

.header_top_iconbox.home6_style:before {
    background-color: #EAEAEA;
    content: "";
    height: 44px;
    position: absolute;
    right: -15px;
    width: 1px;
}

.hm_log_fav_cart_widget ul li:last-child .header_top_iconbox.home6_style:before {
    display: none;
}

.header_top_iconbox.home6_style .icon,
.header_top_iconbox.home8_style .icon,
.header_top_iconbox.home10_style .icon {
    border: none;
    height: auto;
    width: auto;
}

.header_top_iconbox.home10_style:hover .icon {
    background-color: transparent;
}

.header_top_iconbox.home9_style .icon {
    height: auto;
    width: 20px;
}

.header_top_iconbox.home6_style .icon span,
.header_top_iconbox.home8_style .icon span {
    color: #0053F6;
}

.header_top_iconbox.home6_style .icon span.badge,
.header_top_iconbox.home8_style .icon span.badge,
.header_top_iconbox.home9_style .icon span.badge,
.header_top_iconbox.home10_style .icon span.badge {
    color: #041E42;
    right: -7px;
    top: 10px;
}

.header_top_iconbox.home6_style .details .subtitle,
.header_top_iconbox.home6_style .details .title,
.header_top_iconbox.home7_style .details .subtitle,
.header_top_iconbox.home7_style .details .title,
.header_top_iconbox.home7_style .icon span,
.header_top_iconbox.home7_style .icon span.badge,
.header_top_iconbox.home8_style .details .subtitle,
.header_top_iconbox.home8_style .details .title,
.header_top_iconbox.home9_style .details .subtitle,
.header_top_iconbox.home9_style .details .title,
.header_top_iconbox.home9_style .icon span {
    color: #041E42;
}

.header_top_iconbox.home7_style .icon {
    background-color: rgba(96, 194, 96, 0.07);
}

.header_top_iconbox.home7_style:hover .icon {
    background-color: #60C260;
}

.header_top_iconbox.home7_style:hover .icon span {
    color: #FFF;
}

.header_top_iconbox .details .title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.ht_contact_widget {
    margin-top: 5px;
}

.ht_contact_widget ul li {
    margin-right: 20px;
}

.ht_contact_widget ul li:last-child {
    margin-right: 0px;
}

.ht_contact_widget ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.ht_contact_widget.home5 {
    margin-top: 0;
}

.ht_contact_widget.home5 ul li {
    margin-right: 25px;
}

.ht_contact_widget.home5 ul li:last-child {
    margin-right: 0;
}

.ht_contact_widget.home5 ul li a {
    color: #041E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.ht_contact_widget.home5 ul li a span {
    font-weight: 400;
}

.ht_contact_widget.home6_style ul li a {
    color: #626974;
}

.ht_language_widget {
    position: relative;
}

.ht_language_widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-left: 10px;
    width: 60px;
}

.ht_language_widget.home6_style ul li .stts {
    color: rgba(79, 79, 79, 0.7);
}

.ht_contact_widget ul li a span {
    font-size: 15px;
    vertical-align: middle;
}

.ht_contact_widget.home3 li a {
    color: #626974;
}

.header_middle {
    background-color: #443297;
    display: inline-block;
    position: relative;
    width: 100%;
}

.header_middle.home2_style {
    background-color: #112137;
}

.header_middle.home3_style,
.header_middle.home6_style {
    background-color: #FFFFFF;
}

.header_iconbox_home3_style {
    position: relative;
}

.header_iconbox_home3_style .icon {
    font-size: 15px;
    max-width: 28px;
    position: relative;
}

.header_iconbox_home3_style .icon img {
    width: 15px;
}

.header_iconbox_home3_style .icon .badge {
    color: #041E42;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    height: 15px;
    line-height: 10px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
}

.header_iconbox_home3_style .details .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    margin: 0;
}

.header_iconbox_home3_style.athome8 .icon span {
    vertical-align: -webkit-baseline-middle;
}

.header_middle.home4_style,
.menu_style_home_one.home4_style {
    background-color: #F5C34B;
}

.header_middle .header_top_logo_home1 .logo,
.header_middle .header_top_logo_home3 .logo,
.header_middle .header_top_logo_home4 .logo,
.header_middle .header_top_logo_home6 .logo,
.main_logo .logo_title {
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-top: 8px;
}

.header_middle .header_top_logo_home3 .logo,
.header_middle .header_top_logo_home4 .logo {
    color: #041E42;
}

.header_middle .header_top_logo_home6 .logo {
    color: #0053F6;
}

.main_logo .logo_title {
    color: #112137;
}

.header_middle_advnc_search {
    position: relative;
}

.header_middle_advnc_search .search_form_wrapper.home7_style {
    border: 1px solid #60C260;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    z-index: 1;
}

.advscrh_frm_btn.home7_style .search-btn {
    background-color: transparent;
}

.header_middle_advnc_search .search_form_wrapper.home7_style.athome8 {
    border: 1px solid #EAEAEA;
}

/**/
.header_middle_advnc_search .search_form_wrapper {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.header_middle_advnc_search.home2_style .advscrh_frm_btn {
    border-radius: 0 60px 60px 0;
    overflow: hidden;
    right: auto;
}

.advscrh_frm_btn.home4_style .search-btn {
    background-color: #112137;
}

.header_middle_advnc_search.home2_style .search_form_wrapper {
    background-color: transparent;
}

.top-search.home2_style form.form-search .box-search input {
    padding-left: 35px;
}

.top-search.home2_style form.form-search .box-search.pre_line:before {
    left: auto;
    right: 0;
}

.header_middle_advnc_search.home2_style .box-search input.form_control {
    border-radius: 60px 0 0 60px;
}

.header_middle_advnc_search.home2 .search_form_wrapper {
    background-color: #fff;
}

.header_middle_advnc_search.home4 .search_form_wrapper {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-right: 2px;
}

.actegory .bootstrap-select button.btn {
    font-size: 15px;
}

.header_middle_advnc_search .actegory .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    line-height: 45px;
    padding: 0 10px 0;
    width: 156px;
}

.footer_bottom_right_widgets li:first-child .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 146px;
}

.footer_bottom_right_widgets li:last-child .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 160px;
}

.footer_bottom_right_widgets .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.footer_bottom_right_widgets.home6_style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background-color: #FFFFFF;
}

.header_top_widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: none;
    width: auto;
}

.footer_bottom_right_widgets.home2_style .bootstrap-select button.btn {
    color: #FFFFFF;
}

.footer_bottom_right_widgets.home2_style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    border: none;
}

.footer_bottom_right_widgets .bootstrap-select button.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.advscrh_frm_btn {
    position: absolute;
    right: -6px;
}

.advscrh_frm_btn .search-btn {
    background-color: #F5C34B;
    border-radius: 0 4px 4px 0;
    color: #443297;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 50px;
}

.advscrh_frm_btn.home3_style .search-btn {
    background-color: #F3F5F6;
    padding-right: 20px;
}

.advscrh_frm_btn.home8_style .search-btn {
    background-color: transparent;
}

.search_widgets .title {
    color: #041E42;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 25px;
}

.search_widgets .ui_kit_input.search {
    position: relative;
}

.search_widgets .ui_kit_input.search .form-control {
    height: 70px;
}

.search_widgets .help_search_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.search_widgets .help_search_btn .search-btn {
    background-color: #F5C34B;
    border-radius: 0 4px 4px 0;
    color: #443297;
    font-size: 16px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    width: 70px;
}

.advscrh_frm_btn .search-btn.home3 {
    background-color: #CF3E3B;
}

.advscrh_frm_btn.home4 .search-btn {
    background-color: #41544A;
    border-radius: 0;
}

.header_top_widget {
    position: relative;
}

.social_and_help_widgets {
    position: relative;
}

.social_and_help_widgets ul li a {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.social_and_help_widgets .helpful_link_lsit .btn {
    color: #041E42;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.social_and_help_widgets .helpful_link_lsit .btn {
    color: #041E42;
}

.social_and_help_widgets.home10_style .helpful_link_lsit.home10_style .btn {
    color: #FFF;
}

.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item:hover,
.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item.active,
.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item:active {
    background-color: transparent;
}

.delivery_widget li a span {
    color: #041E42;
    font-size: 16px;
    vertical-align: middle;
}

.delivery_widget li a {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.delivery_widget.home10_style li a,
.delivery_widget.home10_style li a span,
.social_and_help_widgets.home10_style .bootstrap-select button.btn {
    color: #FFFFFF;
}

.delivery_widget.home10_style li,
.social_and_help_widgets.home10_style .brd {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.delivery_widget.home10_style li:last-child {
    border: none;
}

.sign_up_btn.home5 {
    margin-bottom: 0;
    margin-top: 4px;
}

.sign_up_btn.home5 li a span,
.sign_up_btn.home5 li a i {
    font-size: 12px;
    font-weight: 400;
}

.sign_up_btn.home5 li a .text {
    font-size: 14px;
}

.iconbox {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.iconbox .icon {
    background-color: #F3F5F6;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 20px;
    line-height: 150px;
    text-align: center;
    position: relative;
    width: 150px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.iconbox.home7_style .icon,
.iconbox.home9_style .icon {
    border-radius: 6px;
}

.iconbox.home9_style .icon:before {
    background-color: #443297;
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scaleY(0);
    width: 100%;
}

.iconbox.home9_style:hover .icon:before {
    opacity: 1;
    transform: scaleY(1);
}

.iconbox.home9_style .icon span {
    color: #443297;
    font-size: 50px;
    line-height: 170px;
    z-index: 9;
}

.iconbox.home9_style:hover .icon span {
    color: #FFFFFF;
}

.iconbox .icon img {
    display: inline;
    height: 130px;
    width: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.iconbox:hover .icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.iconbox .details .title {
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.iconbox .details .subtitle {
    color: #626974;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.iconbox:hover .details .title {
    color: #443297;
}

.iconbox.home2_style .icon {
    line-height: 150px;
    text-align: center;
}

.iconbox.home4_style .icon {
    background-color: transparent;
}

.iconbox.home6_style .icon {
    background-color: #fff;
    border: 1px solid #EAEAEA;
}

.iconbox_home3_style {
    position: relative;
}

.iconbox_home3_style .icon {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.iconbox_home3_style .icon img {
    display: initial;
    max-width: 42px;
    vertical-align: middle;
}

.iconbox_home3_style .title {
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.home5_iconbox {
    position: relative;
}

.home5_iconbox li .icon {
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    text-align: center;
    width: 100px;
}

.home5_iconbox li .icon span {
    color: #fff;
    font-size: 33px;
}

.home5_iconbox li:hover .icon {
    background-color: #86BC42;
    cursor: pointer;
}

.home5_iconbox li p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.iconbox.home9_style {
    margin: 20px 0 30px;
}

.iconbox.home9_style .thumb img {
    margin: 0 auto;
    width: 115px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.iconbox.home9_style:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.header_top.home9 {
    background-color: #ffffff;
    height: 77px;
    position: relative;
}

.header_top.home9.style2 {
    background-color: #041E42;
}

.header_top.home9.innerpage_style {
    height: auto;
    padding: 30px 0;
}

.light_white,
.light_white:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header_top.home10_style,
.header_middle.home10_style {
    background-color: #6668B2;
}

.header_top.home10_style {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

/* Header Top Search Field css home2 */
form.form-inline.mailchimp_form {
    display: inline-flex;
}

.ht_right_widget {
    margin-top: 20px;
}

.ht_right_widget ul {
    margin-bottom: 0;
}

.ht_right_widget ul li.list-inline-item:nth-child(2) {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-left: 10px;
    padding-right: 15px;
    text-align: center;
}

.ht_right_widget ul {
    margin-bottom: 0;
}

.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn,
.header_top_lang_widget ul li .btn.cart_btn {
    color: #a4a4a4;
    font-size: 14px;
}

.ht_right_widget ul li a,
.home3_header_top_contact li a {
}

.ht_right_widget a.btn.cart_btn span {
    background-color: #ffffff;
}

.header_top_lang_widget ul li a {
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_top_lang_widget ul li a.dropdown-item.active,
.header_top_lang_widget ul li a.dropdown-item:active {
    background-color: #000000;
}

.header_top_lang_widget button.btn.dropdown-toggle {
    background-color: transparent;
    border: none;
    bottom: -5px;
    color: #a4a4a4;
    float: right;
    margin-top: 10px;
    padding: 0 8px;
    width: 90px;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #ffffff;
    line-height: inherit;
    width: 90px;
    font-size: 14px;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    display: inline;
    margin-top: -17px;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item.active,
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item:active {
    background-color: #192675;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle::after {
    vertical-align: middle;
}

.header_top_lang_widget_home6 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show > .btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus {
    box-shadow: none !important;
    outline: none !important;
}

.header_top_lang_widget .dropdown.bootstrap-select.show-tick {
    width: auto;
}

.cd-dropdown-content .cd-secondary-dropdown a {
}

li.has-children a {
    line-height: 51px;
}

/*== Menu Style For Home V1 & V2 ==*/
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list,
.menu-style-one nav.transparent .nav-header {
    background-color: transparent;
}

nav .wrap-core-nav-list,
nav .nav-header {
    background: #fff;
}

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 20px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #3a3a3a;
}

nav .menu li.active > a,
nav .menu li a:hover {
    color: #e74c3c;
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}

header.header-nav {
    padding: 0 30px;
}

header.header-nav.home7_style {
    padding-left: 15px;
}

header.header-nav.dashbord_pages {
    padding: 0 5px 0 15px;
}

header.header-nav a.navbar_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*margin-right: 37px;*/
    margin-top: 20px;
    position: relative;
}

.menu_style_home_one {
    background-color: #443297;
}

.menu_style_home_one.home2_style {
    background-color: #152945;
}

.menu_style_home_one.home5_style {
    background-color: #ffffff;
}

.menu_style_home_one.home8_style {
    background-color: #4B87F5;
}

header.header-nav a.navbar_brand .logo2 {
    display: none;
}

header.header-nav.menu_style_home_one.home2 {
    background-color: #496054;
    border-top: none;
}

header.header-nav.menu_style_home_one.home2 nav:after,
header.header-nav.menu_style_home_one.home3 nav:after,
header.header-nav.menu_style_home_one.home5_style nav:after,
header.header-nav.menu_style_home_one.home6_style nav:after,
header.header-nav.menu_style_home_one.home7_style nav:after,
header.header-nav.menu_style_home_one.home8_style nav:after,
header.header-nav.menu_style_home_one.home9_style nav:after,
header.header-nav.menu_style_home_one.home10_style nav:after {
    display: none;
}

header.header-nav.menu_style_home_one.home10_style {
    display: inline-block;
    width: 100%;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li a {
    color: #fff;
}

header.header-nav.menu_style_home_one.home3 {
    background-color: #CF3E3B;
    border-top: none;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li.home4_style.list_c a {
    padding-top: 0;
}

header.header-nav.menu_style_home_one.stricky-fixed li.list_s:before {
    background-color: #e8eef2;
    opacity: 1;
}

header.header-nav.menu_style_home_one.dashbord_pages {
    background-image: -moz-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

header.header-nav.menu_style_home_one.home6_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated,
header.header-nav.menu_style_home_one.home8_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated {
    margin-top: 0;
}

header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 5px;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li > a {
    padding: 30px 7px;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li.list_c {
    margin-right: 0;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li.list_c > a {
    margin-right: 10px;
}

header.header-nav.menu_style_home_one.home5_style a.navbar_brand {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 10%;
}

header.header-nav.menu_style_home_one.home8_style a.navbar_brand {
    top: 45px;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed #mega-menu,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1 {
    display: none;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2 {
    display: inline-block;
}

header.header-nav.menu_style_home_one a.navbar_brand span,
header.header-nav.menu_style_home_three a.navbar_brand span,
header.header-nav.menu_style_home_five a.navbar_brand span {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
    padding-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
}

header.header-nav.menu_style_home_one a.navbar_brand.home5_style span {
    color: #041E42;
    padding-left: 0;
}

header.header-nav.menu_style_home_one.home2_style a.navbar_brand span {
    font-size: 25px;
    margin-top: 5px;
}

header.header-nav.menu_style_home_one.home10_style a.navbar_brand span,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li a {
    color: #041E42;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li > a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i {
    color: #041E42;
}

header.header-nav.menu_style_home_one.home2.stricky-fixed .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_one.home3.stricky-fixed .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_one.home9_style.stricky-fixed a.navbar_brand span {
    color: #fff;
}

header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a {
    color: #fff;
}

header.header-nav.menu_style_home_one.menu_home5_style {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_one.menu_home5_style.athome10 {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a {
    color: #041E42;
    font-weight: 500;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a span {
    vertical-align: sub;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a .badge {
    border-radius: 50%;
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    height: 15px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    width: 15px;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li:hover a {
    color: #041E42;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu.menu_home5_right_icons li a:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:hover a {
    color: #F5C34B;
}

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li:hover a {
    color: #041E42;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    z-index: 9999;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #41544A;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style:hover ul.sub-menu.dropdown-megamenu {
    left: 0;
    margin: 0 auto;
    padding: 30px 0 30px;
    right: 0;
    width: 100%;
    z-index: 99999;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style.home10_style:hover ul.sub-menu.dropdown-megamenu {
    max-width: 1320px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu li {
    background-color: transparent;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome3 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome9 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome7 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    float: left;
    padding: 0 15px;
    width: 220px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style.athome3 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style.athome7 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child {
    width: 470px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list a.shop_btn:hover:before {
    width: 30%;
}

header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    width: auto;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:before {
    bottom: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:hover:before {
    width: 100%;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a.shop_btn.style2 {
    position: relative;
    max-width: 75px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu {
    border: none;
    box-shadow: none;
    display: block !important;
    float: left;
    left: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu li {
    margin: 0;
    padding: 0 10px 0 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu li:hover a {
    color: #F5C34B;
}

header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #CF3E3B;
}

header.header-nav.menu_style_home_one.home6 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #F2B23E;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #FF385C;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu > li > a {
    padding: 20px 10px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu > li > a:before {
    background-color: #F2B23E;
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #F2B23E;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li.list_c .icon {
    font-size: 20px;
    font-weight: 400;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.favrt_btn {
    margin-left: 10px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn {
    margin-left: 15px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a {
    border: none;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.dropdown_content.sub-menu {
    padding-top: 0;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul li {
    padding: 20px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a.btn {
    float: left;
    line-height: 30px;
}

header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu > li > a:before {
    background-color: #86BC42;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li ul.sub-menu li.list_content {
    width: 360px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu.custom_menu_space_home2 li a,
header.header-nav.menu_style_home_one.home6_style a.navbar_brand span {
    color: #041E42;
}

header.header-nav.menu_style_home_one.home7_style {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

header.header-nav.menu_style_home_one.home9_style,
header.header-nav.menu_style_home_one.home5_style {
    display: inline-block;
    width: 100%;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li > a {
    padding: 22px 7px 20px;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li > a:before {
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a {
    padding: 25px 10px;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .list_content a {
    padding: 5px 0;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #006766;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu {
    margin-left: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu {
    left: 250px;
    z-index: 1;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
    margin-left: -180px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    padding-left: 0 !important;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before {
    background-color: #191919;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before {
    background-color: #051925;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu {
    margin-left: 0;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu {
    margin-left: -445px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a {
    color: #86BC42;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    width: 250px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a li:hover ul.sub-menu a {
    color: #86BC42;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover li a ul.sub-menu a {
    color: #041E42;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
    background-color: transparent;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    background-color: #191919;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
    background-color: #051925;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li a {
    color: #041E42;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    color: #F5C34B;
}

header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu li a:hover {
    color: #CF3E3B;
}

header.header-nav.menu_style_home_one ul.sign_up_btn {
    margin-right: 35px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a {
    padding: 13px 9px 15px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_one.home2 .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a:before {
    background-color: #F5C34B;
    content: "";
    height: 2px;
    opacity: 0;
    left: 10px;
    position: absolute;
    top: 0;
    width: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li:hover a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu > li:hover a:before {
    opacity: 1;
    width: 40px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_one.style2 .ace-responsive-menu > li > a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a:before {
    background-color: #F5C34B;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li > a:before {
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home3.stricky-fixed .ace-responsive-menu > li > a:before {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu > li > a:before {
    background-color: #006766;
}

header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a {
    padding: 27px 35px 30px 10px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu > li > a {
    padding: 27px 20px 30px 10px;
}

header.header-nav.menu_style_home_one.style2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

header.header-nav.menu_style_home_one.menu_boxshadow {
    -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}

header.header-nav.menu_style_home_one.style2.home3 {
    background-color: #ffffff;
    box-shadow: none;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand {
    margin-top: 15px;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand span {
    color: #041E42;
    font-size: 30px;
    font-weight: bold;
    line-height: 43.35px;
    margin-top: 3px;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
    color: #041E42;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s {
    position: relative;
}

header.header-nav.menu_style_home_one.style2.listing_single_page5 {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.menu_style_home_one.style2.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.widget_menu_home2 {
    position: absolute;
    right: 30px;
    top: 0;
}

.widget_menu_home2.home4_style,
.widget_menu_home2.home6_style {
    right: 10px;
    top: 20px;
}

.widget_menu_home2.home6_style {
    top: 18px;
}

header.header-nav.menu_style_home_one.home7_style .widget_menu_home2 {
    right: 0;
}

.custom_menu_space_home2 {
    margin-right: 250px;
}

/*== Menu Style For Home V2 ==*/
header.header-nav.home2.style_one {
    display: -webkit-box;
    background-color: #141414;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.home2.style_one .ace-responsive-menu > li > a {
    padding: 27px 40px 27px 5px;
}

header.header-nav.home2.style_one ul.sign_up_btn li {
    position: relative;
}

header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before {
    background-color: #434343;
    content: "";
    height: 30px;
    right: -5px;
    position: absolute;
    top: 5px;
    width: 1px;
}

header.header-nav.home2.style_one ul.sign_up_btn li a {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 1.2;
}

header.header-nav.home2.style_one ul.sign_up_btn li a:hover {
    color: #ffffff;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    border-radius: 5px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #dedede;
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    color: #ffffff;
    padding-left: 20px;
    box-shadow: none !important;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #555;
    color: #a4a4a4;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    box-shadow: none !important;
    color: #ffffff;
    padding-left: 20px;
}

header.header-nav.menu_style_home_three a.navbar_brand {
    margin-top: 10px;
}

/*== Menu Style For Home V3 ==*/
header.header-nav.menu_style_home_three {
    background-color: #051925;
    padding: 0;
}

header.header-nav.menu_style_home_three a.navbar_brand:before {
    background-color: #6077dd;
    height: 80px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu > li {
    float: right;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
    background-color: #051925;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:nth-child(3) {
    left: 0;
    margin-left: 0;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li a,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #2e2e2e;
}

header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.menu_style_home_three .ace-responsive-menu > li.last a {
    padding-right: 5px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li .sub-menu li:hover a {
    padding-left: 20px;
}

header.header-nav.menu_style_home_three .container-fluid {
    padding: 0 70px;
}

header.header-nav.menu_style_home_three a.navbar_brand:before {
    display: none;
}

.sign_up_btn .btn {
    box-shadow: none;
    border-radius: 6px;
    color: #ffffff;
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sign_up_btn.home3 .btn {
    font-size: 14px;
    line-height: 1.2;
}

.sign_up_btn.home3 .btn i {
    font-size: 18px;
    margin-right: 5px;
}

.sign_up_btn li:first-child .btn span {
    padding-left: 10px;
}

.sign_up_btn a.btn.cart_btn,
.sign_up_btn a.btn.search_btn {
    font-size: 24px;
    line-height: normal;
}

.sign_up_btn a.btn.cart_btn span {
    background-color: #192675;
    margin: 0 auto 0 -10px;
}

.sign_up_btn a.btn.cart_btn span sup {
    color: #ffffff;
}

.sign_up_btn a.btn.cart_btn span,
.ht_right_widget .cart_btn a.btn span {
    border-radius: 50%;
    height: 17px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    width: 17px;
}

.sign_up_btn.home3 a.btn.cart_btn span {
    line-height: 17px;
}

.ht_right_widget .cart_btn a.btn span {
    line-height: 20px;
}

.ht_right_widget .cart_btn a.btn span {
    margin: -5px auto 0 -5px;
}

.sign_up_btn a.btn.cart_btn span sup {
    font-size: 10px;
    margin-left: -10px;
    vertical-align: baseline;
}

.ht_right_widget .cart_btn a.btn span sup {
    color: #141414;
    font-size: 10px;
    margin-left: 0;
    vertical-align: sub;
}

header.header-nav.menu_style_home_one li.list_c a:before,
header.header-nav.menu_style_home_one li.list_s a:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu:before {
    background-color: #ffffff;
    content: "";
    height: 14px;
    right: 25px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before {
    left: 305px;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0 !important;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s a.btn.flaticon-avatar {
    line-height: 30px;
}

header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s {
    border-right: 1px solid #dadada;
}

.sign_up_btn li.list_s:last-child {
    border: none;
}

.sign_up_btn li .btn .cart_btn {
    background-color: #192675;
    font-size: 10px;
    height: 17px;
    width: 17px;
    text-align: center;
}

/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_four {
    background: transparent;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_four a.navbar_brand {
    margin-top: 10px;
}

header.header-nav.menu_style_home_four a.navbar_brand span {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

header.header-nav.menu_style_home_four.stricky-fixed {
    background-color: #ffffff;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span {
    color: #041E42;
}

header.header-nav.menu_style_home_four a.navbar_brand:before {
    background-color: transparent !important;
}

header.header-nav.menu_style_home_four .ace-responsive-menu > li > a {
    color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a {
    color: #041E42;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu > li {
    float: right;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li a {
    color: #ffffff;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a {
    color: #041E42;
}

/*== Menu Style For Home V5 ==*/
header.header-nav.menu_style_home_five {
    background-color: #ffffff;
    height: 100px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

header.header-nav.menu_style_home_five a.navbar_brand {
    display: inline-block;
    margin-left: 100px;
    margin-top: 5px;
    position: absolute;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
    background-color: #6077dd;
    height: 80px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
    display: block;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu li {
    width: auto;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content {
    height: auto;
    right: 10px;
    top: 110%;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .cart_btns {
    background-color: #86BC42;
    border: 1px solid #86BC42;
    float: left;
    line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .checkout_btns {
    background-color: #ff1053;
    border: 1px solid #ff1053;
    float: right;
    line-height: 0;
    line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn {
    font-size: 22px;
    padding-top: 21px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span {
    background-color: #192675;
    border-radius: 50%;
    height: 17px;
    line-height: 17px;
    margin: -2px auto 0 -10px;
    position: absolute;
    text-align: center;
    width: 17px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span:before {
    display: none;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span sup {
    color: #ffffff;
    font-size: 10px;
    z-index: 9;
}

header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c a .icon {
    color: #041E42;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li a {
    text-transform: capitalize;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c {
    margin-right: 0;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_s a:before {
    display: none;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li {
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a {
    padding: 12px 20px 12px 0;
}

header.header-nav.menu_style_home_five .container-fluid {
    padding: 0 70px;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
    display: none;
}

header.header-nav.menu_style_home_five .sign_up_btn {
    margin-bottom: 0;
}

header.header-nav.menu_style_home_five .sign_up_btn .btn {
    color: #041E42;
    margin-top: 10px;
}

/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_six {
    display: -webkit-box;
    background: #ffffff;
    height: 80px;
    padding: 10px 0;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.menu_style_home_six a.navbar_brand {
    margin-top: 10px;
}

header.header-nav.menu_style_home_six a.navbar_brand span {
    color: #041E42;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

header.header-nav.menu_style_home_six.stricky-fixed {
    background-color: #ffffff;
    border-bottom: none;
    padding: 10px 0;
}

header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span {
    color: #041E42;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
    background-color: transparent !important;
}

header.header-nav.menu_style_home_six .ace-responsive-menu > li > a {
    color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a {
    color: #041E42;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu > li {
    float: right;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
    color: #ffffff;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu > li.last {
    margin-right: 40px;
}

header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a {
    color: #041E42;
}

.menu6_search.home6 #search-button i {
    color: #041E42;
}

/*== Menu Style For Home V6 ==*/
header.header-nav.menu_style_home_six {
    background-color: #ffffff;
    border-bottom: none;
    padding: 0;
}

header.header-nav.menu_style_home_six .ace-responsive-menu > li > a {
    padding: 25px 25px 25px 5px;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
    color: #251730;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
    background-color: transparent;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
    border: none;
    color: #ffffff;
    margin-top: 10px;
}

/*== Menu Style For Home V7 ==*/
header.header-nav.menu_style_home_seven {
    display: -webkit-box;
    background-color: transparent;
    height: 80px;
    padding: 10px 0;
    position: relative;
    z-index: 1 !important;
}

header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_seven a.navbar_brand {
    margin-top: 0;
    position: relative;
}

header.header-nav.menu_style_home_seven a.navbar_brand:before {
    display: none;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a {
    color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a {
    color: #041E42;
    background-color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu > li {
    float: right;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li a {
    color: #ffffff;
    padding: 18px 20px 18px 15px;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a:hover {
    padding-left: 20px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    height: 45px;
    line-height: 30px;
    margin-top: 10px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
    color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu > li.last {
    margin-right: 40px;
}

/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar {
    color: #041E42;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-left: 25px;
    height: 60px;
}

.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
    margin-top: 30px;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn {
    border-bottom: none;
    margin: 50px auto;
    max-width: 90%;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
    color: #ffffff;
    font-size: 13px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #041E42;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #F3F5F6;
    border-left: 2px solid #443297;
    color: #041E42;
}

.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #cecff9;
}

.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #e5e5e5;
    color: #041E42;
}

.stylehome1.home6 .mm-navbar {
    background-color: #ffffff;
}

.stylehome1.home6 .mm-panel {
    background-color: #ebf9f4;
}

.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #252834;
}

.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #43d4b6;
    color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
    color: #252834;
}

.stylehome1.home6 .mm-btn_next::after {
    border-color: #252834;
}

.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus {
    color: #ffffff;
}

.stylehome1 .mm-navbar,
.stylehome1 .mm-btn_prev:before {
    background-color: #ffffff;
}

/*== Home Css ==*/
.home_content {
    padding: 150px 0;
}

.home_content.home2 {
    padding: 250px 0 400px;
}

.home_content.home3 {
    padding: 240px 0 200px;
}

.home_content.home3 .title {
    font-size: 50px;
    line-height: 4.5rem;
}

.home_content.home5 {
    padding: 230px 0 0px;
}

.home_content.home6 {
    padding: 280px 0 100px;
    position: relative;
}

.home_content.home7 {
    padding: 265px 0 100px 80px;
    position: relative;
}

.home_content.home10 {
    padding: 340px 0 400px;
}

.icon_home1 {
    cursor: pointer;
    margin: 0 30px;
    position: relative;
    text-align: center;
}

.icon_home1 .icon {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}

.icon_home1 p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 0;
}

.home1_adsrchfrm {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 30px 20px;
    position: relative;
    z-index: 9;
}

.home1_adsrchfrm:before {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 3px;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.custom_dropdown_widget .dropdown-menu {
    top: 0;
}

.custom_dropdown_widget .dropdown-menu.show:before {
    display: none;
}

.custom_dropdown_widget .title {
    color: #041E42;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.custom_dropdown_widget .bootstrap-select li {
    margin-right: 30px;
}

.custom_dropdown_widget .bootstrap-select li a.dropdown-item {
    margin-right: 30px;
}

.custom_dropdown_widget .bootstrap-select li a.dropdown-item:hover {
    background-color: transparent;
    color: #041E42;
    font-weight: 600;
}

.custom_dropdown_widget .bootstrap-select li.selected.active a.dropdown-item.selected.active {
    background-color: transparent;
    color: #626974;
}

.custom_dropdown_widget .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 15px;
}

.custom_dropdown_widget input.amount,
.custom_dropdown_widget input.amount2,
.custom_dropdown_widget input.amount3,
.custom_dropdown_widget input.amount4 {
    width: 90px;
}

.small_dropdown .dd_btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #041E42;
    font-size: 14px;
    height: 50px;
    line-height: 2.5;
    width: 180px;
    text-align: left;
}

.custom_dropdown_widget {
    position: relative;
}

.filter_components .flter_btn,
.custom_dropdown_widget .drop_btn,
.custom_dropdown_widget .drop_btn2,
.custom_dropdown_widget .drop_btn3,
.custom_dropdown_widget .drop_btn4,
.custom_dropdown_widget .advance_btn {
    background-color: #F3F5F6;
    border-radius: 60px;
    cursor: pointer;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 7px 20px;
}

.custom_dropdown_widget .advance_btn {
    width: 130px;
}

.filter_components .drop_btn span {
    font-size: 18px;
    vertical-align: middle;
}

.drop_content,
.drop_content2,
.drop_content3,
.drop_content4 {
    background-color: #ffffff;
    border-top: 1px solid #EAEAEA;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    display: none;
    left: 0px;
    margin: 0 auto;
    padding: 30px 20px 30px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 260px;
    z-index: 9;
}

.drop_content:before,
.drop_content2:before,
.drop_content3:before,
.drop_content4:before {
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #EAEAEA transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 30px;
    top: -5px;
    width: 0;
}

.filter_components {
    position: relative;
}

.filter_components li.list,
.filter_components li.gird {
    position: relative;
}

.filter_components li.list:before,
.filter_components li.gird:before {
    background-color: #EAEAEA;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    width: 1px;
}

.filter_components li.list a,
.filter_components li.gird a {
    position: relative;
}

.filter_components li.list a:after,
.filter_components li.gird a:after {
    background-color: #041E42;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter_components li.list a:hover:after,
.filter_components li.gird a:hover:after {
    left: 0;
    width: 100%;
}

.filter_components .list a,
.filter_components .gird a {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.drop_content4.pricing_style {
    height: 145px;
}

.search_option_button.home9 button {
    background-color: #86BC42;
    border-radius: 3px;
    height: 55px;
    padding: 0 45px;
}

.search_option_button.home9.innerpage button {
    margin-top: -12px;
}

.search_option_button.home9 button span {
    margin-right: 7px;
    vertical-align: middle;
}

.search_option_button.home9.style2 button {
    background-color: #FF6E01;
    border: none;
}

.small_dropdown .dd_btn label {
    float: right;
}

.small_dropdown .dd_btn:hover {
    cursor: pointer;
}

.small_dropdown:hover .dd_content {
    display: block;
}

.dd_content {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    height: 240px !important;
    left: -40% !important;
    margin: 0 auto;
    padding: 40px 30px;
    position: absolute;
    right: 0 !important;
    top: 140px;
    width: 250px;
}

.dd_content2 {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 304px;
    padding: 30px;
    position: absolute;
    right: -20%;
    top: 140px;
}

.dd_content:before,
.dd_content2:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 25%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dd_content2.home3 {
    border-radius: 0 0 3px 3px;
    border-top: 2px solid #86BC42;
    padding: 25px 30px 30px;
    top: 72px;
    width: 260px;
    z-index: 0;
}

.dd_content2.home3 input.amount,
.dd_content2.home3 input.amount2,
.dd_content2.home3 input.amount3,
.dd_content2.home3 input.amount4,
.dd_content2.home3 #slider-range-value1,
.dd_content2.home3 #slider-range-value2 {
    width: 90px;
}

.dd_content2.home3:before {
    background-color: rgba(13, 39, 59, 0.07);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0061DF transparent;
    content: "";
    height: 0;
    position: absolute;
    right: auto;
    top: -10px;
    width: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dd_content:after {
    background-color: transparent;
    content: "";
    height: 42px;
    left: auto;
    margin: 0 auto;
    right: 0 !important;
    top: -25% !important;
    width: 200px !important;
    position: absolute;
}

.dd_content2:after {
    background-color: transparent;
    content: "";
    height: 90px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 15%;
    top: -29%;
    width: 100px;
    z-index: -1;
}

.dd_content2.home2 {
    top: 110px;
    z-index: 9;
}

.sidebar_accordion_widget {
    position: relative;
}

.left_sidebar_department_widgets ul li .parent_list {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.left_sidebar_department_widgets ul li .parent_list,
.left_sidebar_department_widgets ul li .parent_list:hover,
.left_sidebar_department_widgets ul li .parent_list:active,
.left_sidebar_department_widgets ul li .parent_list:focus,
.left_sidebar_department_widgets ul li .parent_list:visited {
    font-weight: 500;
}

.left_sidebar_department_widgets ul li .parent_list:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    left: 0;
    position: absolute;
}

.left_sidebar_department_widgets ul li .child_list {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    padding-left: 20px;
}

.left_sidebar_department_widgets ul li .child_list:hover {
    color: #443297;
}

.shop_by_brand {
    position: relative;
}

.shop_by_brand ul li a,
.shop_by_brand.style2 ul li a,
.shop_by_brand.style2 a {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #041E42;
    display: block;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    letter-spacing: 0em;
    line-height: 50px;
    text-align: center;
    width: 95px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.shop_by_brand.style2 ul li a,
.shop_by_brand.style2 a {
    border: 2px solid #EAEAEA;
    border-radius: 60px;
    height: 60px;
    line-height: 55px;
    padding: 0 30px;
    width: auto;
}

.shop_by_brand.style2 ul li a:hover,
.shop_by_brand.style2 a:hover {
    background-color: #112137;
    color: #FFFFFF;
}

.shop_by_brand ul li a:hover {
    background-color: #443297;
    color: #FFFFFF;
}

/* Home Search Select Dropdown Filter Css Code */
.custom_dropdowns .dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li a {
    line-height: 40px;
}

.custom_dropdowns .dropdown-item:hover {
    font-weight: 600;
}

.home_form_adv_srch_form_btn .adv_srch_btn {
    color: #041E42;
    display: inline-flex;
    font-size: 14px;
    line-height: 18px;
}

.home_form_adv_srch_form_btn .adv_srch_btn i {
    color: #626974;
    font-size: 20px;
}

/* Icon Box Css Code  */
.border-bottom {
    border-bottom: 1px solid #EBEBEB;
}

.feature-content {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-top: -90px;
    padding: 30px 30px;
    position: relative;
}

.icon-box {
    background: #F4F4F4;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-box .icon span {
    color: #86BC42;
    font-size: 35px;
}

.icon-box:hover {
    background: #86BC42;
    cursor: pointer;
}

.icon-box:hover .icon span,
.icon-box:hover .content-details .title {
    color: #fff;
}

.icon-box .content-details .title {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
}

.feature_iconbox_home5_style {
    background-color: #ECEAD5;
    padding: 140px 0 110px;
    position: relative;
}

.feature_img_box {
    margin-bottom: 30px;
    position: relative;
}

.feature_img_box .thumb {
    overflow: hidden;
}

.feature_img_box .thumb .title {
    background-color: #fff;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 18px;
    position: absolute;
}

.feature_img_box.home10_style .thumb .title {
    border-radius: 6px;
    bottom: 30px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    left: 30px;
}

.feature_img_box .thumb .title span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.feature_img_box .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.feature_img_box:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home3_img_box_item {
    padding: 30px;
    position: relative;
}

/* MegaDropDown Content Style/Css Code */
.dropdown-content {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    min-height: 254px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 9;
}

.dropdown-content:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 20%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-content.home2 {
    top: 110px;
}

form.listing_page_v9 {
    width: 100%;
}

.form_input_dd .form-control {
    background-color: #f4f4f4;
    border-radius: 3px;
    color: #626974;
    height: 55px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 15px;
    z-index: 0;
}

.form_input_dd .form-control {
    border: none;
}

.form_input_dd .bootstrap-select,
.form_input_dd.icon_style .bootstrap-select {
    border-radius: 3px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu {
    padding: 0px 15px 10px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu li {
    line-height: 45px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu li a {
    padding: 0;
}

.form_input_dd .dropdown-item {
    background-color: #ffffff;
    color: #041E42;
}

.form_input_dd.brdr_style .dropdown-item.active {
    color: #86BC42;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li {
    line-height: 50px;
    padding-left: 40px;
}

.form_input_dd .bootstrap-select .dropdown-menu li:first-child,
.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:first-child {
    display: none;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(2):before {
    background-image: url(../images/icons/icon3.html);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 35px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(3):before {
    background-image: url(../images/icons/icon4.html);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 35px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(4):before {
    background-image: url(../images/icons/icon5.html);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 35px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li a {
    color: #041E42;
    font-size: 15px;
    font-weight: normal;
}

.form_input_dd .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background-color: #f4f4f4;
    width: 100% !important;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu.show,
.form_input_dd.brdr_style .bootstrap-select .dropdown-menu.show {
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
    border-top: 2px solid #86BC42;
}

.form_input_dd.icon_style .bootstrap-select ul.dropdown-menu.inner.show,
.form_input_dd.brdr_style .bootstrap-select ul.dropdown-menu.inner.show {
    border-top: none;
}

/* Home Two Featured Row */
.featured_row {
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    height: 90px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -100px;
}

.shop_item_list5 .banner-style-one .slide {
    padding: 100px 0 100px 80px;
}

.shop_item_list5 .banner-style-one .slide:before {
    display: none;
}

.home_iconbox_container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10%;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.home-text h1,
.home-text h2,
.home-text h3 {
    color: #ffffff;
    margin-top: 0;
}

.home-text.home6 h2 {
    color: #041E42;
    font-weight: bold;
    line-height: 1.2;
}

.home-text.home6 p {
    color: #041E42;
    line-height: 1.2;
}

/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
    position: relative;
}

.main-banner-wrapper.home1_style.athome7 {
    transform: translateX(40px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-banner-wrapper {
        overflow: hidden;
    }
}

.main-banner-wrapper .carousel-btn-block {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9;
}

.main-banner-wrapper.home3_style .carousel-btn-block .carousel-btn {
    border: 1px solid #ebebeb;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn {
    background-color: #fff;
    border-radius: 50%;
    color: #041E42;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    -moz-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    -o-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
    background-color: #ffffff;
    color: #626974;
    opacity: 1;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    position: absolute;
    left: 30px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    position: absolute;
    right: 30px;
}

.banner-style-one .slide {
    padding: 165px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-style-one .slide:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home5_main_slider .home-content {
    padding: 170px 0;
    position: relative;
    z-index: 1;
}

.home5_main_slider .banner-style-one .slide:before {
    background-color: rgba(18, 18, 18, 0.5);
}

.home5_main_slider .banner-style-one .banner-title,
.home5_main_slider .banner-style-one .active .banner-title {
    font-size: 60px;
    font-style: normal;
    font-weight: 1;
    line-height: 74px;
    letter-spacing: 0em;
}

.home9_slider_style .banner-style-one .owl-dots {
    bottom: 40px;
}

.home9_slider_style .banner-style-one .owl-dots .owl-dot span {
    background-color: #626974;
}

.home9_slider_style .banner-style-one .banner-title,
.home9_slider_style .banner-style-one .active .banner-title {
    color: #041E42;
    font-size: 60px;
    font-style: normal;
    font-weight: 1;
    line-height: 74px;
    letter-spacing: 0em;
}

.home9_slider_style .banner-style-one p,
.home9_slider_style .banner-style-one .active p {
    color: #041E42;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
}

.banner-style-one .owl-nav {
    display: none;
}

.home3_style .banner-style-one .banner-title,
.home7_main_slider .banner-style-one .banner-title {
    color: #626974;
    font-size: 60px;
    font-style: normal;
    font-weight: 1;
    line-height: 74px;
    letter-spacing: 0em;
}

.home6_style .banner-style-one .banner-title {
    color: #041E42;
    font-size: 45px;
    font-style: normal;
    font-weight: 1;
    line-height: 55px;
    letter-spacing: 0em;
}

.home6_style .banner-style-one p {
    color: #626974;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.banner-style-one .banner-title,
.banner-style-one .banner_top_title,
.banner-style-one .banner_top_title small {
    color: #ffffff;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 1;
    letter-spacing: 0em;
    line-height: 49px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner_top_title {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.banner-style-one .banner_top_title small {
    font-size: 14px;
    color: #ffffff;
}

.banner-style-one .property_details {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .property_details li span.icon,
.banner-style-one .property_details li span.text {
    font-size: 19px;
    color: #ffffff;
}

.banner-style-one .property_details li span.text {
    font-size: 14px;
}

.banner-style-one .property_details li {
    margin-right: 20px;
}

.banner-style-one .property_details li:last-child {
    margin-right: 0;
}

.home4_main_slider .banner-style-one .banner-title {
    text-transform: capitalize;
}

.home4_main_slider .banner-style-one p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.1em;
}

.banner-style-one .tag,
.banner-style-one p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .banner_top_title,
.banner-style-one .active .property_details,
.banner-style-one .active .banner-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.banner-style-one .active .tag,
.banner-style-one .active p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-style-one .banner-btn {
    color: #FFFFFF;
    margin-top: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .active .banner-btn {
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.banner-style-one .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px;
    text-align: center;
}

.home1_style .banner-style-one .slide {
    padding: 120px 0;
}

.home2_banner_style .apple_widget_home1 .btn {
    border-radius: 60px;
}

.home2_banner_style .apple_widget_home1 .tag,
.home1_style .banner-style-one .tag {
    background-color: #86F1DF;
    border-radius: 6px;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 15px;
}

.home1_style .banner-style-one .tag.home5_style {
    background-color: #292929;
    border-radius: 0;
    color: #FFFFFF;
}

.home1_style .banner-style-one .tag.home6_style {
    background-color: #F5C34B;
    color: #041E42;
}

.home1_style .banner-style-one .tag.home7_style,
.home1_style .banner-style-one .tag.home8_style {
    background-color: #041E42;
    color: #FFFFFF;
}

.home1_style .banner-style-one .tag.home9_style {
    background-color: #4B87F4;
    color: #FFFFFF;
}

.home1_style .banner-style-one .banner-btn.home5_style {
    border: 2px solid #112137;
    border-radius: 0;
}

.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:hover,
.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:active,
.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:focus {
    color: #FFFFFF;
}

.home1_style .banner-style-one .banner-title,
.home2_banner_style .apple_widget_home1 .title {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 72px;
    margin-top: 15px;
}

.home1_style .banner-style-one p {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.home1_style .banner-style-one .banner-btn,
.home1_style .banner-style-one .active .banner-btn,
.home1_style .banner-style-one .banner-btn.home6_style,
.home1_style .banner-style-one .active .banner-btn.home6_style,
.home1_style .banner-style-one .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .active .banner-btn.home8_banner_btn {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    padding: 0 40px;
}

.home1_style .banner-style-one .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .active .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .banner-btn.home7_style,
.home1_style .banner-style-one .active .banner-btn.home7_style {
    color: #FFFFFF;
}

.home1_style .banner-style-one .owl-dots {
    bottom: 25px;
}

.home1_style.athome3 .banner-style-one .tag {
    background-color: #CECBE2;
}

.home1_style .banner-style-one .banner-btn.home6_style,
.home1_style .banner-style-one .active .banner-btn.home6_style {
    border-color: #FFFFFF;
    padding: 0 35px;
}

.shop_item_list5 .banner-style-one .banner-btn,
.shop_item_list5 .banner-style-one.active .banner-btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0em;
    width: 152px;
}

.shoplist_style_v1 .banner-style-one .banner-title,
.shoplist_style_v1 .banner-style-one .active .banner-title,
.shoplist_style_v7 .banner-style-one .banner-title,
.shoplist_style_v7 .banner-style-one .active .banner-title {
    color: #041E42;
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.shoplist_style_v1 .banner-style-one .banner-btn,
.shoplist_style_v1 .banner-style-one.active .banner-btn,
.shoplist_style_v6 .banner-style-one .banner-btn,
.shoplist_style_v6 .banner-style-one.active .banner-btn,
.shoplist_style_v7 .banner-style-one .banner-btn,
.shoplist_style_v7 .banner-style-one.active .banner-btn,
.home2_main_slider .banner-style-one .banner-btn,
.home2_main_slider .banner-style-one.active .banner-btn {
    color: #041E42;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 15px 35px;
}

.shoplist_style_v1 .banner-style-one p,
.shoplist_style_v1 .banner-style-one .active p,
.shoplist_style_v7 .banner-style-one p,
.shoplist_style_v7 .banner-style-one .active p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.shoplist_style_v6 .banner-style-one .banner-title,
.shoplist_style_v6 .banner-style-one .active .banner-title {
    color: #FFFFFF;
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.shoplist_style_v6 .banner-style-one p,
.shoplist_style_v6 .banner-style-one .active p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.shoplist_style_v1 .banner-style-one .slide {
    background-color: #F3F5F6;
    padding: 105px 60px;
}

.shoplist_style_v7 .banner-style-one .slide {
    background-color: #F3F5F6;
    padding: 70px 65px;
}

.shoplist_style_v6 .banner-style-one .slide {
    padding: 105px 120px;
}

.home3_style .banner-style-one .banner-btn,
.home3_style .banner-style-one .active .banner-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 40px;
}

.home4_main_slider .banner-style-one .banner-btn,
.home4_main_slider .banner-style-one .active .banner-btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    padding: 12px 34px;
}

.home5_main_slider .banner-style-one .banner-btn,
.home5_main_slider .banner-style-one .active .banner-btn {
    border: none;
    border-radius: 60px;
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    outline: none;
    padding: 12px 28px;
    text-transform: uppercase;
}

.home6_style .banner-style-one .banner-btn,
.home6_style .banner-style-one .active .banner-btn,
.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn {
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 16px 40px;
}

.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn {
    border: none;
}

.home8_main_slider .banner-style-one .banner-btn,
.home8_main_slider .banner-style-one .active .banner-btn {
    background-color: #FFD96A;
    border: none;
    border-radius: 50px;
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 16px;
    letter-spacing: 0em;
    padding: 0;
    width: 152px;
}

.home8_main_slider .banner-style-one .banner-btn:hover,
.home8_main_slider .banner-style-one .banner-btn:active,
.home8_main_slider .banner-style-one .banner-btn:focus {
    background-color: #FFC416;
}

.home5_main_slider .banner-style-one .banner-btn:hover,
.home5_main_slider .banner-style-one .banner-btn:active,
.home5_main_slider .banner-style-one .banner-btn:focus,
.home5_main_slider .banner-style-one .active .banner-btn:hover,
.home5_main_slider .banner-style-one .active .banner-btn:active,
.home5_main_slider .banner-style-one .active .banner-btn:focus,
.home9_slider_style .banner-style-one .banner-btn:hover,
.home9_slider_style .banner-style-one .banner-btn:active,
.home9_slider_style .banner-style-one .banner-btn:focus,
.home9_slider_style .banner-style-one .active .banner-btn:hover,
.home9_slider_style .banner-style-one .active .banner-btn:active,
.home9_slider_style .banner-style-one .active .banner-btn:focus {
    color: #fff;
}

.home9_slider_style .banner-style-one .banner-btn,
.home9_slider_style .banner-style-one .active .banner-btn {
    border: none;
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 16px;
    letter-spacing: 0em;
    padding: 0;
    width: 152px;
}

.home2_main_slider .banner-style-one .slide {
    padding: 135px 60px;
}

.home2_main_slider.style2 .banner-style-one .banner-title,
.home2_main_slider.style2 .banner-style-one .active .banner-title {
    font-size: 50px;
    font-style: normal;
    font-weight: 1;
    line-height: 62px;
    letter-spacing: 0em;
}

.home3_style .banner-style-one .slide {
    padding: 145px 0px;
}

.home2_main_slider .banner-style-one .owl-nav {
    display: none !important;
}

.home2_main_slider .banner-style-one .owl-dots {
    bottom: 100px;
    left: 100px;
}

.home2_main_slider.style2 .banner-style-one .owl-dots {
    bottom: 50px;
}

.home4_main_slider .banner-style-one .slide {
    padding: 85px 30px;
}

.home4_main_slider .banner-style-one .owl-dots {
    bottom: 30px;
    left: 75px;
}

.home4_main_slider .banner-style-one .owl-dots .owl-dot.active span,
.home8_main_slider .banner-style-one .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
}

.home2_main_slider .banner-style-one .owl-dots .owl-dot span {
    background-color: #41544A;
    height: 8px;
    margin-top: -8px;
    width: 8px;
}

.home2_main_slider .banner-style-one .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 2px solid #41544A;
    height: 12px;
    width: 12px;
}

.home6_style .banner-style-one .slide {
    padding: 150px 0 120px 100px;
}

.home8_main_slider .banner-style-one .slide {
    padding: 90px 0 0 55px;
}

.home8_main_slider .banner-style-one .owl-dots {
    bottom: 40px;
    left: 100px;
}

.home8_main_slider .banner-style-one .para {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.home8_main_slider .banner-style-one .banner_top_title {
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 1;
    line-height: 49px;
    letter-spacing: 0em;
}

.banner-style-one .owl-dots .owl-dot span {
    background-color: #eeeeee;
    width: 6px;
    height: 6px;
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-style-one .owl-dots .owl-dot + .owl-dot {
    margin-left: 7px;
}

.banner-style-one .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 2px solid #41544A;
    height: 13px;
    width: 13px;
}

.home1_style.at_home6 .banner-style-one .owl-dots {
    bottom: auto;
    left: 40px;
    max-width: min-content;
    top: 45%;
}

.home1_style.at_home6 .banner-style-one .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot span {
    background-color: #FFFFFF;
    margin: 0 auto;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:hover span:before,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot.active span:before {
    background-color: #FFFFFF;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:hover span,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #FFFFFF;
}

.banner-style-one.no-dots .owl-dots {
    display: none !important;
}

.home-one {
    z-index: -1;
}

.home-one,
.home-four,
.home-five {
    margin-top: -96px;
    padding: 0;
}

.home-one.home5_style {
    display: flex;
    position: relative;
    top: -70px;
    width: 100%;
    z-index: -1;
}

.home-six {
    margin-top: -90px;
    padding: 0;
}

.home-seven {
    margin-top: -91px;
}

.home-one .home-text a.btn {
    border-radius: 6px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 37px;
    margin-top: 15px;
    width: 152px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.home-one .home-text a.btn:hover {
    background-color: #86BC42;
    border-color: #86BC42;
}

.home-one .home-text.home3 {
    position: relative;
}

.home-three {
    margin-top: 0;
}

.home-three:before {
    background-color: rgba(29, 41, 62, .702);
    bottom: 0;
    border-radius: 3px;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.home-four .banner-style-one .slide:before {
    left: 0;
    opacity: 0.902;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}

.home-five {
    margin-top: 0;
}

.home-five .home-text {
    padding: 230px 0 210px;
}

.home-five .home-text h2 {
    color: #041E42;
    font-size: 45px;
}

.home-five .home-text p {
    font-size: 18px;
    line-height: 30px;
    max-width: 495px;
}

.home-five .home-text a.btn {
    border: 2px solid #041E42;
    border-radius: 27px;
    color: #041E42;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.home-five .home-text a.btn:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #2D174F;
}

.home-one .home-text.home10 h2 {
    color: #041E42;
}

.home-one .home-text.home10 a.btn {
    background-color: #006766;
    border: 1px solid #006766;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    height: 55px;
    line-height: 35px;
    margin-top: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-one .home-text.home10 a.btn:hover {
    background-color: #ffffff;
    color: #006766;
}

.slide.slide-one.home6 {
    height: 730px;
}

.banner-style-one .slide.slide-one.home6 .banner-title {
    font-size: 50px;
    font-weight: normal;
    line-height: initial;
    text-transform: uppercase;
}

.banner-style-one .slide.slide-one.home6 p {
    margin: 0 auto;
    max-width: 450px;
}

.banner-style-one .slide.home6 {
    padding: 295px 0;
}

.banner-style-one .slide.home6:before {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home1-overlay {
    position: relative;
}

.home1-overlay:before {
    content: "";
    background-color: rgb(13, 38, 59);
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.home2-overlay:before {
    content: "";
    background-color: rgb(13, 38, 59);
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.home3-overlay:before {
    content: "";
    background-color: rgb(13, 38, 59);
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.home7-overlay:before {
    content: "";
    background-color: rgb(13, 38, 59);
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.listing-home-bg {
    background-image: url(../images/background/listing-bg1.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.listing-home-bg:before {
    background-color: rgba(29, 41, 62, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home_content.listing {
    padding: 90px 0;
}

.home_content.listing.slider_style {
    padding: 200px 0 90px;
}

.home-listing-slider {
    margin-top: 0;
    position: relative;
}

.home-listing-slider .banner-style-one .slide:before {
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}

/*== Feature Property ==*/
.for_blog {
    margin-bottom: 30px;
    position: relative;
}

.for_blog .thumb {
    border-radius: 6px;
   height: 200px;
    overflow: hidden;
    position: relative;
}

.for_blog .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmin divi kaplamasını sağlar */
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.for_blog:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.for_blog.list-type {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.for_blog .details .tc_content {
    padding: 25px 0 0;
}

.for_blog.blog_details_inner .details .tc_content {
    padding: 30px 0 0;
}

.for_blog .details .tc_content .subtitle,
.for_blog .details .tc_content .post_date {
    color: #626974;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.for_blog .details .tc_content .title,
.for_blog .details .tc_content .title a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 10px;
}

.for_blog.blog_details_inner .details .tc_content .title,
.for_blog.blog_details_inner .details .tc_content .title a {
    font-family: 'Jost';
    font-style: normal;
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.for_blog .thumb img {
    border-radius: 6px;
}

.for_blog .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 30px;
}

.for_blog .details {
    position: relative;
}

.for_blog.list-type .thumb {
    max-width: 450px;
    width: 100%;
}

.for_blog.list-type .details {
    margin-bottom: 20px;
    padding: 50px 0 30px 30px;
}

.for_blog.list-type .details .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
}

.for_blog.list-type .details p,
.for_blog.blog_details_inner .details p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.for_blog .details .tc_content .bpg_meta li a {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.2;
}

.properti_city.home6 .thumb .thmb_cntnt {
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag {
    position: absolute;
    left: 10px;
    top: 10px;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li {
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child {
    background-color: rgb(62, 76, 102);
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child {
    background-color: #86BC42;
    margin-right: 0;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li a {
    color: #fefefe;
}

.listing_gallery,
.listing_reviews {
    bottom: -190px;
    left: 23px;
    position: absolute;
}

.listing_gallery {
    bottom: -190px;
    opacity: 0;
}

.listing_gallery li a span,
.listing_reviews li a span {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
}

.listing_gallery li:first-child {
    margin-right: 20px;
}

.listing_gallery li a,
.listing_reviews li a {
    font-size: 12px;
    font-weight: 600;
}

.listing_reviews li a .total_review {
    font-size: 14px;
    line-height: 20px;
}

.badge_icon {
    position: absolute;
    right: 20px;
    top: -20px;
    width: 42px;
}

.badge_icon a img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -o-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.invoice_table.faborites td.editing_list {
    vertical-align: middle;
}

.agent_contact_btns {
    display: inline-flex;
}

.agent_contact_btns .btn {
    border-radius: 3px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    height: 55px;
    letter-spacing: 0;
    line-height: 45px;
    text-transform: uppercase;
    width: 210px;
}

.btn-whatsapp {
    border: 1px solid #48C740;
    color: #48C740;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
    background-color: #48C740;
    color: #fff;
}

.status_tag.badge {
    border-radius: 3px;
    background-color: rgb(255, 90, 95);
    font-size: 14px;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 1.2;
    padding: 5px 8px;
    text-align: center;
}

.status_tag.badge2 {
    border-radius: 3px;
    background-color: rgb(57, 218, 138);
    font-size: 14px;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
}

.status_tag.badge3 {
    border-radius: 3px;
    background-color: rgb(253, 57, 122);
    font-size: 14px;
    color: rgb(254, 254, 254);
    height: 25px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
}

.properti_city.home6 .details .tc_content h4,
.properti_city.home6 .details a.fp_price,
.properti_city.home6 ul.prop_details li a {
    color: #ffffff;
    font-weight: 600;
}

.properti_city.home6 .overlay .details h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
}

.properti_city.home6 .details a.fp_price {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 2;
}

.feature_property_slider.owl-theme .owl-nav,
.bsp_grid3_slider.owl-theme .owl-nav,
.bestseller_sidebar_slider.owl-theme .owl-nav,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav,
.popular_listing_slider1.owl-theme .owl-nav,
.testimonial_slider_home1.owl-theme .owl-nav,
.recent_property_slider_home5.owl-theme .owl-nav {
    margin: 0;
}

.testimonial_slider_home1.owl-theme .owl-item {
    margin-bottom: 60px;
}

.testimonial_slider_home1.owl-theme .owl-controls .owl-dots .owl-dot {
    display: none;
}

.popular_listing_slider1.owl-theme .owl-dots {
    margin-top: 30px;
}

.feature_property_slider.owl-theme .owl-dots .owl-dot,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot,
.bsp_grid3_slider.owl-theme .owl-dots .owl-dot,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot,
.shop_slider_col6.owl-theme .owl-dots .owl-dot,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    margin-right: 7px;
    vertical-align: middle;
}

/*.feature_property_slider.owl-theme .owl-dots .owl-dot span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot span,
.bsp_grid3_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_4grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_5grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot span,
.shop_item_7grid_slider.owl-theme .owl-dots .owl-dot span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot span,
.feature_product_slider.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot span {
  background-color: #41544A;
  border-radius: 50%;
  height: 6px;
  margin: 3px;
  width: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
/*.feature_property_slider.owl-theme .owl-dots .owl-dot.active span,
.feature_property_slider.owl-theme .owl-dots .owl-dot:hover span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot.active span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot:hover span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot:hover span,
.feature_product_slider.owl-theme .owl-dots .owl-dot.active span,
.feature_product_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_4grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_4grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_5grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_5grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_item_7grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_7grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot:hover span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot.active span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot:hover span,
.bsp_grid3_slider.owl-theme .owl-dots .owl-dot.active span,
.bsp_grid3_slider.owl-theme .owl-dots .owl-dot:hover span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot.active span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border: 2px solid #41544A;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}*/
.owl-carousel .owl-item img {
    width: auto;
}

.popular_listing_slider1.home7.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.shop_item_2grid_slider.owl-theme .owl-dots {
    text-align: left;
}

.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent !important;
    border: 2px solid #ffffff;
}

.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot span {
    background-color: #006766;
}

.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #006766;
}

.popular_listing_sliders .tab-content .tab-pane {
    display: block;
    height: 0;
}

.popular_listing_sliders .tab-content .active {
    height: auto;
}

.home9_style .best_selling_item .wrapper .media {
    padding: 20px;
}

.popular_listing_sliders.home9_shop_contents {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 30px;
}

/*== Property Cities ==*/
.properti_city {
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.properti_city .thumb {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.properti_city .thumb img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.properti_city:hover .thumb img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
}

.properti_city .overlay {
    background: rgba(13, 38, 59, .5);
    border-radius: 3px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.properti_city.home3 .overlay {
    background: rgba(39, 42, 51, .30);
}

.properti_city .overlay .details {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}

.properti_city .overlay .details .icon {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 50px;
}

.properti_city .overlay .details h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.43rem;
}

.properti_city.home6 .thumb .thmb_cntnt {
    left: 8px;
    position: absolute;
    top: 20px;
}

.properti_city.home6 .overlay .details {
    padding-left: 20px;
    text-align: left;
}

.properti_city .overlay .details p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.properti_city.style2 {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.properti_city.style2:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.properti_city.style2 .details {
    padding: 20px 20px 10px;
    text-align: center;
}

.properti_city.style2 .details p {
    margin-bottom: 0;
}

.property_city_home6 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.property_city_home6 .thumb {
    position: relative;
}

.property_city_home6 .thumb img {
    border-radius: 8px;
    height: 100px;
    max-width: 100px;
}

.property_city_home6 .details {
    padding: 20px 25px 0;
}

.modern_apertment {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 55px 15px 50px 45px;
    position: relative;
}

.modern_apertment .title {
    color: #041E42;
    font-weight: bold;
    line-height: 1.2;
}

.modern_apertment .subtitle {
    color: #041E42;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modern_apertment p {
    font-size: 14px;
    color: #041E42;
    line-height: 1.429;
    margin-bottom: 30px;
}

.modern_apertment .booking_btn {
    border-radius: 3px;
    background-color: #86BC42;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
    height: 50px;
    width: 170px;
}

/*== Single Property ==*/
.sspd_review.listing_single_v1 ul li a {
    color: #ffffff;
}

.sidebar_agent_search_widget.psp_v6 {
    background-color: #fff;
    margin-top: -140px;
}

.sspd_review.listing_single_v1 li .price_range {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
}

.spss.style2.listing_single_v1 ul li.icon {
    background-color: rgba(255, 255, 255, .1);
}

.spss.style2.listing_single_v1 ul li.icon a {
    color: #ffffff;
}

.spss ul li {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.spss ul li:hover {
    cursor: pointer;
}

.spss ul li a {
    font-size: 14px;
}

.spss.style2 ul li a {
    color: #626974;
    font-size: 15px;
}

.spss.style2 ul li.icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    color: #626974;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.spss.style2 ul li:nth-child(2) {
    margin-right: 25px;
}

.spss.style2 ul li .icon {
    border-radius: 50%;
    color: #626974;
    height: 45px;
    width: 45px;
}

.baddge_left {
    background-color: #86BC42;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    left: 20px;
    padding: 6px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
}

.baddge_right {
    background-color: #041E42;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    left: auto;
    padding: 6px 13px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 20px;
}

.faq_according .accordion .card.floor_plan {
    outline: none;
}

.faq_according .accordion .card.floor_plan .card-header.active .btn-link {
    color: #041E42;
}

.faq_according .accordion .card.floor_plan .card-header.active {
    border: 1px solid #F3F5F6;
}

.faq_according .accordion .card.floor_plan .card-header .btn-link ul li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.single_page_listing_style {
    position: relative;
}

.property_video {
    position: relative;
}

.property_video .thumb {
    border-radius: 3px;
    overflow: hidden;
}

.property_video .thumb .overlay_icon a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #626974;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 70px;
    z-index: 99;
}

.property_video .thumb .overlay_icon a .map_img_icon {
    width: 23px;
}

.video_popup_btn {
    border-radius: 50%;
    display: block;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
    animation: pulse-black 2s infinite;
}

.video_popup_btn span {
    color: #041E42;
    font-size: 20px;
}

.video_popup_btn.red {
    background: rgba(255, 90, 95, 1);
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 90, 95, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
    }
}

.listing_single_description {
    position: relative;
}

.listing_single_description .first-para {
    font-size: 15px;
    line-height: 24px;
}

.listing_single_description.style2 {
    border-radius: 0;
}

.listing_single_description2 {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    padding: 30px;
}

.listing_single_description .card.card-body {
    border: none;
    padding: 0;
}

.white_goverlay {
    position: relative;
}

.white_goverlay:before {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.8) 20%);
    bottom: 0;
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.white_goverlay.psp_v7:before {
    height: 130px;
}

.white_goverlay.z-1:before {
    z-index: -1;
}

.listing_feature_iconbox {
    margin-bottom: 25px;
}

.listing_feature_iconbox .icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.listing_feature_iconbox .details .title {
    font-size: 14px;
    line-height: 35px;
}

.single_listing_faq {
    position: relative;
}

.single_listing_faq .faq_according .accordion .card .card-header {
    padding: 15px 10px 15px 25px;
}

.single_listing_faq .faq_according .accordion .card .card-header .btn-link {
    font-size: 15px;
}

.walkscore_area {
    position: relative;
}

.walkscore_area .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.walkscore_area input {
    background-color: #F3F5F6;
    border: none;
    border-radius: 3px;
    height: 55px;
    padding-left: 20px;
}

.walkscore_area input:focus {
    background-color: #F3F5F6;
}

.walkscore_area .more_info {
    font-size: 14px;
    line-height: 1.714;
    text-decoration: underline;
}

.iba_container {
    margin-bottom: 25px;
}

.icon_box_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}

.icon_box_area .score {
    border-radius: 50%;
    background-color: #F3F5F6;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.icon_box_area.style2 .details {
    padding: 25px 20px 0;
}

.icon_box_area .details {
    padding: 15px 20px;
}

.icon_box_area .details h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.icon_box_area .details p {
    font-size: 14px;
    margin-bottom: 0;
}

.whats_nearby {
    position: relative;
}

.education_distance {
    display: grid;
    position: relative;
}

.education_distance h5 {
    color: #041E42;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}

.education_distance h5 .icon {
    background-color: #F3F5F6;
    border-radius: 50%;
    display: inline-flex;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
}

.education_distance h5 .icon span {
    color: #626974;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}

.custom_reivews {
    position: relative;
}

.custom_reivews .title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.custom_reivews .review_content {
    display: inline-flex;
    position: relative;
}

.custom_reivews .review_content .review_point {
    color: #041E42;
    font-weight: 500;
}

.custom_reivews .review_content .review_line {
    background-color: #F3F5F6;
    border-radius: 30px;
    height: 5px;
    margin-right: 15px;
    margin-top: 10px;
    overflow: hidden;
    width: 150px;
}

.custom_reivews .review_content .review_line:before {
    background-color: #86BC42;
    border-radius: 30px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 119px;
}

.custom_reivews .review_content .review_line.style2:before {
    width: 135px;
}

/*== Listing Single V5 Page Sticky Nav ==*/
.sticky_heading {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tabs {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sticky-nav-tab {
    color: #221f1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 25px 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sticky-nav-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #66B1F1;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.listing_single_property_compare {
    position: relative;
    text-align: center;
}

.listing_single_property_compare ul li.list-inline-item {
    margin-right: 25px;
    text-align: center;
}

.listing_single_property_compare ul li .icon {
    background-color: #e3e3e3;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 15px;
    width: 50px;
}

.listing_single_property_compare ul li .icon span {
    color: #041E42;
}

.listing_single_property_compare ul li p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 0;
}

/*== Our Testimonials ==*/
.our-testimonials {
    background-color: #F5F7FC;
}

.our-testimonials.home8_style {
    background-color: rgba(75, 135, 244, 0.07);
}

.our-testimonials .container.max1800 {
    max-width: 1800px;
}

.testimonial_grid {
    position: relative;
    text-align: center;
}

.testimonial_grid .thumb {
    position: relative;
}

.testimonial_grid .thumb img {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline;
    height: 114px;
    width: 114px;
}

.testimonial_grid .details {
    padding: 20px 40px;
}

.testimonial_grid .details h4 {
    margin-bottom: 0;
}

.testimonial_grid .details p {
    font-size: 14px;
    line-height: 1.429;
    margin-bottom: 0;
}

.testimonial_grid.style2 {
    padding: 40px 0 0;
}

.testimonial_grid.style2 .details h4,
.testimonial_grid.style2 .details p {
    color: #041E42;
}

.testimonial_grid.style2 .thumb {
    position: relative;
}

.testimonial_grid.style2 .thumb .tg_quote {
    border-radius: 50%;
    background-image: -moz-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
    background-image: -webkit-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
    background-image: -ms-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    height: 43px;
    left: 0;
    line-height: 43px;
    margin: 0 auto;
    position: absolute;
    right: -100px;
    top: 70px;
    width: 43px;
}

.testimonial_grid.style2 .thumb .tg_quote span {
    color: #ffffff;
}

.testimonial_grid.style2 .thumb img {
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.start_partner h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 2.375rem;
    margin-bottom: 15px;
}

.start_partner p {
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0;
}

.parner_reg_btn a.btn {
    background-color: #fff;
    border: 1px solid #86BC42;
    border-radius: 3px;
    color: #86BC42;
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    line-height: 40px;
    width: 198px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.parner_reg_btn a.btn:hover,
.parner_reg_btn a.btn:active,
.parner_reg_btn a.btn:focus {
    background-color: #86BC42;
    border: 1px solid #fff;
    color: #fff;
}

.container-fluid.style2 {
    max-width: 1720px;
    width: 90%;
}

.courses-list {
    background-color: #f9fafc;
}

.my_course_content {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    padding: 20px 0 0;
}

.courses_list_heading,
.my_course_content_header {
    background-color: #ffffff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.my_course_content_header {
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px 20px 30px;
}

.my_profile_setting_textarea label {
    font-size: 15px;
    color: #041E42;
    font-weight: 500;
    line-height: 22px;
}

.my_profile_setting_textarea textarea {
    border: 1px solid #F3F5F6;
    border-radius: 3px;
    color: #626974;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 15px;
}

.update_btn {
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    line-height: 35px;
    text-transform: uppercase;
    width: 220px;
}

.my_profile_setting_input2 label {
    font-size: 14px;
    color: rgb(10, 10, 10);
    line-height: 1.2;
}

.my_profile_setting_input .form-control:focus {
    outline: none;
}

.admore_btn {
    border-radius: 3px;
    background-color: rgb(236, 236, 236);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 160px;
}

.my_setting_savechange_btn {
    border-radius: 5px;
    background-color: rgb(36, 65, 231);
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
    height: 55px;
    width: 150px;
}

.view_edit_delete_list li:hover {
    cursor: pointer;
}

.view_edit_delete_list li {
    background-color: rgb(247, 247, 247);
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.view_edit_delete_list li a span {
    color: #86BC42;
    font-size: 20px;
}

.courses_list_heading.style2 {
    box-shadow: none;
}

/*== Popular Job Categories => Icon Hover Image Box ==*/
.hvr_img_box_container {
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.hvr_img_box_container:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.hvr_img_box_container .hvr_img_box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hvr_img_box_container:hover .hvr_img_box {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hvr_img_box {
    position: relative;
    padding: 60px 50px;
}

.hvr_img_box.imgs {
    height: 100%;
    position: absolute;
    width: 100%;
}

.hvr_img_box_container:hover:before {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hvr_img_box_container .overlay .details {
    display: block;
    height: 250px;
    padding: 60px 50px;
    position: relative;
    width: 300px;
    z-index: 9;
}

.hvr_img_box_container .overlay .details h5 {
    color: #041E42;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hvr_img_box_container .overlay .details p {
    color: #7e7e7e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.hvr_img_box_container .overlay .details a {
    color: #192675;
    font-size: 14px;
    line-height: 24px;
}

.hvr_img_box_container .overlay .details a span.span {
    padding-left: 15px;
}

.hvr_img_box_container:hover .overlay .details h5,
.hvr_img_box_container:hover .overlay .details p,
.hvr_img_box_container:hover .overlay .details a {
    color: #ffffff;
}

.pjc_all_btn {
    margin-top: 25px;
}

.pjc_all_btn a.btn {
    border-radius: 6px;
    line-height: 45px;
    padding: 5px 40px;
}

/*== Funfact Counter ==*/
.funfact_one {
    margin-bottom: 30px;
    position: relative;
}

.funfact_one .icon {
    float: left;
    margin-right: 20px;
}

.funfact_one .icon span {
    font-size: 60px;
    line-height: initial;
}

.funfact_one .details .para {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.funfact_one .details ul {
    margin-bottom: 0;
}

.funfact_one .details ul li {
    margin-right: 0;
}

.funfact_one .details .timer,
.funfact_one .details ul li span {
    color: #041E42;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
}

.funfact_one p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.funfact_one.home8_style .details .timer,
.funfact_one.home8_style .details ul li span {
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
}

.brdr_left_right {
    position: relative;
}

.brdr_left_right:before {
    background-color: #383838;
    bottom: 0;
    content: "";
    height: 40px;
    left: -30px;
    position: absolute;
    top: 25px;
    width: 1px;
}

.brdr_left_right.home6:before {
    left: -15px;
}

.brdr_left_right.home3:before {
    background-color: #d5d6d8;
}

.footer_middle_area.home6 {
    background-color: #f0f0f0;
    position: relative;
}

/*== Footer Social Widget ==*/
.footer_social_widget,
.footer_mobile_app_widget,
.footer_acceped_card_widget {
    position: relative;
}

.social_icon_list li a {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social_icon_list li a i {
    font-family: "Font Awesome 6 Brands";
}

.social_icon_list.home2_style li a {
    color: #FFFFFF;
}

.footer_mobile_app_widget .mobile_app_list li a {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.footer_mobile_app_widget .mobile_app_list li a span {
    margin-right: 10px;
}

.acceped_card_list ul li a img {
    width: 36px;
}

.footer_mailchimp_form {
    position: relative;
}

.footer_mailchimp_form .col-auto input.form-control {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #041E42;
    height: 60px;
    padding-left: 20px;
}

.footer_mailchimp_form.home7_lg_banner .col-auto {
    max-width: 600px;
}

.footer_mailchimp_form.home7_lg_banner .col-auto input.form-control::placeholder {
    color: #041E42;
}

.footer_mailchimp_form.home7_lg_banner .subscription_btn {
    overflow: hidden;
    position: relative;
}

.footer_mailchimp_form.home2_style .col-auto input.form-control {
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
}

.footer_mailchimp_form.home4 .col-auto {
    border: 1px solid #ebebeb;
}

.footer_mailchimp_form.home2 .col-auto {
    border: 1px solid #ebebeb;
}

.footer_mailchimp_form.home2 .col-auto input.form-control {
    color: #626974;
}

.footer_mailchimp_form.home5 button {
    background-color: #041E42;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 0 25px;
    text-align: center;
}

.footer_mailchimp_form.home5.at_home6 .col-auto input.form-control {
    border-radius: 6px 0 0 6px;
}

.footer_mailchimp_form.home5.at_home6 button {
    background-color: #0053F6;
    border-color: #0053F6;
    border: none;
    border-radius: 0 6px 6px 0;
}

.footer_mailchimp_form.home5.at_home6.home9_style button {
    background-color: #F5C34B;
    color: #041E42;
}

.footer_mailchimp_form.home5 p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.footer_mailchimp_form.home5 .col-auto {
    padding-left: 15px;
    padding-right: 15px;
}

.footer_mailchimp_form.home5 .col-auto input.form-control {
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.footer_mailchimp_form.home5 .col-auto input:placeholder,
.footer_mailchimp_form .col-auto input.form-control:placeholder {
    color: #041E42;
}

.footer_mailchimp_form .col-auto {
    border-radius: 6px;
    display: flex;
    padding-left: 0;
    padding-right: 5px;
    width: 100%;
}

.footer_mailchimp_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_mailchimp_form.home3 .col-auto input.form-control {
    background-color: #fff;
    border: 1px solid #fff;
    color: #626974;
}

.footer_mailchimp_form.home6 .col-auto input.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #041E42;
}

.footer_mailchimp_form.home8 .col-auto {
    border: 1px solid #F3F5F6;
}

.footer_mailchimp_form .col-auto input.form-control:hover,
.footer_mailchimp_form .col-auto input.form-control:focus,
.footer_mailchimp_form .col-auto input.form-control:active {
    box-shadow: none;
    outline: none;
}

.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
    color: #8a99b3;
}

.footer_mailchimp_form button {
    border-radius: 6px;
    color: #041E42;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0em;
    line-height: 30px;
    outline: none;
    text-align: center;
    width: 136px;
}

.footer_mailchimp_form.home3 button {
    background-color: #CF3E3B;
    color: #ffffff;
}

.footer_mailchimp_form.home2 button {
    background-color: #86BC42;
}

.footer_mailchimp_form.home10 button {
    background-color: transparent;
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
}

.footer_mailchimp_form.home6 button {
    background-color: #F2B23E;
}

.footer_mailchimp_form.home7 button {
    background-color: #849D6A;
}

.footer_mailchimp_form.home10 .col-auto input.form-control {
    border-radius: 6px;
}

/*== 1st Layout Footer ==*/
.footer_one {
    padding: 60px 0 0;
}

.footer_one.home6:before {
    left: 50px;
}

.footer_one.home6 {
    position: relative;
    z-index: 0;
}

.footer_one hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.footer_one.home3 hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_one.home4 hr {
    border-top: 1px solid #EBEBEB;
}

.footer_bottom_area {
    background-color: #041E42;
}

.copyright-widget p,
.copyright-widget p a,
.copyright-widget.home10 p {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}

.copyright-widget.home2 p {
    color: #626974;
}

.copyright-widget.home3 p,
.copyright-widget.home6 p {
    color: #777777;
}

.copyright-widget.home4 p {
    color: #626974;
}

.footer_one.home2 {
    background-image: url("../images/background/footer-bg-img-home2.png");
    background-size: cover;
}

.footer_one.home6 {
    background-color: #F5F5F5;
}

.footer_one.home8 {
    background-color: #4B87F5;
}

.footer_one.home10 {
    background-color: #6668B2;
}

/*== Footer Widget ==*/
.footer_contact_widget,
.footer_qlink_widget,
.copyright-widget {
    position: relative;
}

.footer_contact_widget {
    position: relative;
}

.contact_icon_box .contact_iconbox .icon,
.footer_contact_iconbox .icon {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact_icon_box .contact_iconbox .icon span,
.footer_contact_iconbox .icon span {
    color: #041E42;
    font-size: 30px;
}

.vendor_iconbox:hover .icon img,
.contact_icon_box .contact_iconbox:hover .icon,
.footer_contact_iconbox:hover .icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.footer_contact_iconbox .details .title {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.contact_icon_box .contact_iconbox .details a,
.footer_contact_iconbox .details a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #041E42;
}

.footer_contact_widget.home2 ul li a,
.footer_contact_widget.home6 ul li a {
    color: #626974;
}

.footer_contact_widget.home6 ul li a {
    color: #041E42;
}

.footer_qlink_widget {
    position: relative;
    padding-left: 50px;
}

.footer_qlink_widget.home5 {
    padding-left: 0;
}

.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_mobile_app_widget h4,
.footer_acceped_card_widget h4,
.footer_qlink_widget.home10 h4 {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}

.footer_qlink_widget.home2_style h4,
.footer_contact_widget.home2_style h4,
.footer_social_widget.home2_style h4,
.footer_mobile_app_widget.home2_style h4,
.footer_acceped_card_widget.home2_style h4,
.footer_contact_iconbox.home2_style .details .title,
.footer_contact_iconbox.home2_style .icon span,
.footer_contact_iconbox.home2_style .details a,
.footer_qlink_widget.home2_style li a,
.footer_qlink_widget.home2_style li:hover a,
.social_icon_list.home2_style li a,
.footer_mobile_app_widget.home2_style .mobile_app_list li a,
.copyright-widget.home2_style p,
.copyright-widget.home2_style p a {
    color: #FFFFFF;
}

.footer_qlink_widget.home2_style li a:before {
    background-color: #FFFFFF;
}

.footer_qlink_widget.home5 h4,
.footer_contact_widget.home5 h4,
.footer_contact_widget.home6 h4 {
    color: #041E42;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.footer_qlink_widget.home4 h4 {
    color: #041E42;
}

.footer_qlink_widget.home4 li a {
    color: #626974;
}

.footer_qlink_widget li a,
.footer_qlink_widget.home2 li a,
.footer_qlink_widget.home10 li a {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer_qlink_widget.home2 li a,
.footer_qlink_widget.home5 li a {
    color: #626974;
}

.footer_qlink_widget li {
    position: relative;
}

.footer_qlink_widget li:hover a {
    color: #443297;
}

.account_user_deails .dboard_address .title span:before,
.footer_qlink_widget li a:before {
    background-color: #443297;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account_user_deails .dboard_address .title:hover span:before,
.brand_item_box li:hover a:before,
.footer_qlink_widget li:hover a:before {
    left: 0;
    width: 100%;
}

.footer_menu {
    padding-left: 60px;
}

.footer_menu ul li:last-child {
    border-radius: 6px;
}

.footer_menu ul li:last-child a {
    background-color: transparent !important;
    color: #7c7c7c;
    padding-left: 20px;
}

.footer_menu ul li:last-child:hover a {
    color: #7c7c7c;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
    outline: none;
}

.footer_menu ul li .bootstrap-select {
    width: auto !important;
}

.sidebar_widge_on_home {
    border: 1px solid #F3F5F6;
    position: relative;
    z-index: 1;
}

.sidebar_widge_on_home .sidebar_agent_search_widget {
    background-color: #fff;
    border-radius: 3px;
    left: 50px;
    max-width: 330px;
    position: absolute;
    top: 40px;
    width: 100%;
}

.sidebar_contact_widget,
.sidebar_agent_search_widget,
.sidebar_about_widget {
    border: 1px solid #F3F5F6;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.sidebar_contact_widget .title,
.sidebar_about_widget .title {
    color: #041E42;
}

.sidebar_contact_widget li {
    line-height: 35px;
}

.sidebar_agent_search_widget .btn {
    font-size: 13px;
    height: 55px;
    line-height: 17px;
    text-transform: uppercase;
}

.sidebar_agent_search_widget .ui_kit_checkbox .custom-control-label {
    line-height: 18px;
    margin-bottom: 30px;
    padding-top: 7px;
}

.sidebar_agent_search_widget .author_img {
    width: 80px;
}

/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
    padding: 25px 0;
    position: relative;
}

.inner_page_breadcrumb.style2 {
    background-color: #F3F5F6;
    padding: 35px 0;
}

.inner_page_breadcrumb.style3 {
    background-image: url("../img/background/inner-pagebg3.jpg");
    background-repeat: no-repeat;
    height: 400px;
}

.inner_page_breadcrumb.style4 {
    background-image: url(../images/background/inner-pagebg4.jpg);
    background-repeat: no-repeat;
    height: 500px;
}

.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content {
    margin-top: 100px;
}

.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
    background-color: transparent;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.inner_page_breadcrumb .breadcrumb_title {
    color: #041E42;
}

.inner_page_breadcrumb.style3 .breadcrumb_content {
    padding-top: 120px;
}

.inner_page_breadcrumb.style3 .breadcrumb_title,
.inner_page_breadcrumb.style3 .breadcrumb-item a,
.inner_page_breadcrumb.style3 .breadcrumb-item.active a,
.inner_page_breadcrumb.style3 .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.inner_page_breadcrumb .breadcrumb_title li:first-child {
    color: #7f7f7f;
}

.inner_page_breadcrumb .breadcrumb_title li:last-child {
    color: #221f1f;
}

.inner_page_breadcrumb .breadcrumb-item a {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.inner_page_breadcrumb .breadcrumb-item.active a {
    color: #626974;
}

.breadcrumb_content.style2 {
    text-align: center;
}

.breadcrumb_content.style2 h2 {
    color: #041E42;
}

.breadcrumb_content.style3 {
    text-align: left;
}

.breadcrumb_content.style3 .breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.inner_page_breadcrumb .breadcrumb_content.style4 {
    padding-top: 130px;
}

.breadcrumb_content.style4 .breadcrumb_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
}

.breadcrumb_content.style4 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.breadcrumb_content.style4 .btn {
    height: 52px;
    line-height: 35px;
    width: 122px;
}

.breadcrumb-item.active.style2 {
    color: #041E42;
}

.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item + .breadcrumb-item::before,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item + .breadcrumb-item::before {
    color: #041E42;
}

.breadcrumb_content.style2 ol.breadcrumb {
    background-color: transparent;
    background-color: transparent;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}

.blog_single_post {
    position: relative;
}

/*== About Page About Content ==*/
.aboutus_thumb {
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.about_us_content {
    position: relative;
}

.about_us_content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.about_us_content p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.aboutus_mission_vision {
    position: relative;
}

.aboutus_mission_vision .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.aboutus_mission_vision p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.home10_category_slider.owl-carousel .owl-stage-outer {
    display: inline-block;
}

/*== Testimonials Grid ==*/
.zmart_testimonial1 {
    margin: 0 auto;
    max-width: 895px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zmart_testimonial1 .review ul li {
    margin-right: 5px;
}

.zmart_testimonial1 .review ul li:last-child {
    margin-right: 0;
}

.zmart_testimonial1 .review ul li a {
    color: #041E42;
    font-size: 14px;
}

.zmart_testimonial1 .testimonial_contents {
    margin-bottom: 75px;
    position: relative;
}

.zmart_testimonial1 .testimonial_contents .main_title {
    color: #041E42;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.zmart_testimonial1 .testimonial_contents .author {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0;
}

.zmart_testimonial1 .testimonial_contents .author_post {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.zmart_testimonial_slider .swiper-button-next,
.zmart_testimonial_slider .swiper-button-prev {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    color: #112137;
    height: 50px;
    line-height: 50px;
    top: 40%;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zmart_testimonial_slider.home9_style .swiper-button-next,
.zmart_testimonial_slider.home9_style .swiper-button-prev {
    border-radius: 50%;
}

.zmart_testimonial_slider .swiper-button-next:hover,
.zmart_testimonial_slider .swiper-button-prev:hover {
    background-color: #112137;
    border: 1px solid #112137;
    color: #ffffff;
}

.zmart_testimonial_slider .swiper-button-next:after,
.zmart_testimonial_slider .swiper-button-prev:after {
    display: none;
}

.zmart_testimonial_slider .swiper-pagination-fraction {
    bottom: 0;
    color: #041E42;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    z-index: 0;
}

.zmart_testimonial_slider .slideactive,
.zmart_testimonial_slider .slidecount_divider,
.zmart_testimonial_slider .slidetotal {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.testimonial_item {
    position: relative;
}

.testimonial_item .author {
    margin: 0;
}

.testimonial_item .author_post {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.tstmnl_slider_para {
    line-height: 30px;
    letter-spacing: 0em;
}

/*== Blog Post Home V1 ==*/
.blog_post {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb {
    display: grid;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_post:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 0;
}

.blog_post.one .thumb .post_title {
    font-size: 5vw;
    color: #ffffff;
    left: 20px;
    opacity: .15;
    position: absolute;
    top: 0;
}

.blog_post.one .thumb .post_date {
    background-color: #ffffff;
    border-radius: 5px;
    height: 64px;
    left: auto;
    padding-left: 15px;
    padding-top: 10px;
    right: 30px;
    text-align: center;
    width: 80px;
}

.blog_post.one .thumb .post_date span {
    color: #041E42;
    font-size: 18px;
    font-weight: bold;
    display: table-caption;
    line-height: 22px;
}

.blog_post .thumb .post_date {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.blog_post.one .thumb:before {
    background-color: rgba(25, 38, 117, .7);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.blog_post .thumb:before {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog_post.one .details .post_meta {
    position: relative;
}

.blog_post.one .details .post_meta ul li {
    margin-right: 30px;
}

.blog_post.one .details .post_meta ul li:last-child {
    margin-right: 0;
}

.blog_post.one .details .post_meta ul li a {
    color: #ffffff;
    font-size: 14px;
}

.blog_post.one .details .post_meta ul li a i {
    font-size: 16px;
    margin-right: 10px;
}

.blog_post .details {
    bottom: 20px;
    left: 30px;
    position: absolute;
    z-index: 9;
}

.blog_post .details h4 {
    font-size: 20px;
    margin-top: 8px;
    width: 90%;
}

.blog_post .details h4 {
    color: #ffffff;
}

.blog_post .details h5 {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.read_more_home a {
    color: #c75533;
}

/*== Vendor Code Start ==*/
.page_control_shorting {
    position: relative;
}

.page_control_shorting .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 140px;
}

.vendor_grid {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.vendor_grid .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.vendor_grid .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vendor_grid:hover .thumb img {
    transform: scale(1.1);
}

.vendor_grid .details {
    padding: 25px 0 0;
}

.vendor_grid .details .title {
    line-height: 28px;
    letter-spacing: 0em;
}

.vendor_grid .details .sub_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.vendor_grid .details .btn {
    height: 52px;
    line-height: 35px;
}

.vendor_grid.shop_single_style {
    padding: 20px;
    position: relative;
}

.vendor_grid.shop_single_style .price {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.vendor_grid.shop_single_style .price del {
    color: #626974;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.vendor_grid.shop_single_style a.btn {
    padding: 7px 45px;
}

.shop_single_item {
    position: relative;
}

.shop_single_item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_single_item .custom_checkbox {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.shop_single_item .mouse_item,
.shop_single_item .keyboard_item {
    border: 1px solid #EAEAEA;
    padding: 20px;
}

.shop_single_item .plusicon {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transform: rotate(45deg);
}

.shop_single_item .plusicon span {
    color: #041E42;
    font-size: 10px;
}

.shop_single_item .price_ss2_single {
    color: #041E42;
    font-family: Jost;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
}

.shop_single_qna {
    position: relative;
}

.shop_single_qna .search_field input.form-control {
    height: 50px;
}

.shop_single_qna .search_field button.btn {
    background-color: #F5C34B;
    border: 1px solid #EAEAEA;
    border-radius: 0px 6px 6px 0px;
    height: 50px;
    width: 50px;
}

.shop_single_qna .question_with_poster .title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.shop_single_qna .question_with_poster .author {
    color: #626974;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.shop_single_qna .question_with_answer {
    background-color: #F3F5F6;
    border-radius: 6px;
    padding: 30px;
}

.shipping_return_para {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.vendor_address ul li a {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.become_avendor_page_banner {
    background-image: url(../images/background/logistic-service-concept.png);
    background-size: cover;
    background-position: center;
}

.vendor_single_page_banner {
    background-image: url(../images/background/vendor-single-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.vendor_single_page_banner {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.vendor_single_page_banner .details .title {
    color: #fff;
    font-family: Jost;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
}

.vendor_single_page_banner .details .vendor_acc_info {
    padding: 150px 60px;
}

.vendor_single_page_banner .details .vendor_acc_info .buy_btn {
    height: 52px;
    line-height: 37px;
    width: 152px;
}

.seller_banner_content {
    position: relative;
}

.seller_banner_content .title {
    color: #FFFFFF;
    font-family: Jost;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
}

.seller_banner_content p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

/*== Vendor Code End ==*/

/*== Team Slider Code ==*/
.team_member {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team_member .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.team_member .thumb .overylay {
    content: "";
    background-color: rgba(245, 195, 75, .9);
    bottom: 0;
    opacity: 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team_member:hover .thumb .overylay {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.team_member .thumb .overylay .social_icon {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team_member:hover .thumb .overylay .social_icon {
    bottom: 40%;
    opacity: 1;
    visibility: visible;
}

.team_member .thumb .overylay .social_icon li {
    margin-right: 20px;
}

.team_member .thumb .overylay .social_icon li:last-child {
    margin-right: 0;
}

.team_member .thumb .overylay .social_icon li a i {
    color: #041E42;
    font-size: 14px;
}

.team_member .details {
    padding: 25px 0 0;
}

.team_member .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.feature_post_slider.owl-theme.owl-loaded .owl-prev {
    left: -80px;
}

.feature_post_slider.owl-theme.owl-loaded .owl-next {
    right: -80px;
}

.feature_post_slider.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-theme.owl-loaded .owl-next {
    background-color: #ffffff !important;
    border: 1px solid #F3F5F6;
    border-radius: 50%;
    color: #626974;
    height: 45px;
    line-height: 37px;
    position: absolute;
    top: 40%;
    width: 45px;
    -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_product_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev {
    left: -30px;
    top: 190px;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev {
    left: 0;
    top: 40%;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next {
    top: 200px;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev {
    left: -30px;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next {
    right: -30px;
}

.single_product_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next {
    right: -30px;
    top: 190px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev {
    left: -60px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next {
    right: -60px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev:hover,
.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next:hover {
    border: 1px solid #F2B23E;
    color: #F2B23E;
}

.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next {
    right: -30px;
    top: 40%;
}

.single_product_slider.owl-theme.owl-loaded .owl-prev {
    left: 30px;
}

.single_product_slider.owl-theme.owl-loaded .owl-next {
    right: 30px;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next,
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-theme.owl-loaded .owl-next {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    color: #112137;
    height: 50px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next:hover {
    border: 1px solid #112137;
}

.navi_hvr_bdr_none.owl-theme.owl-loaded .owl-prev:hover,
.navi_hvr_bdr_none.owl-theme.owl-loaded .owl-next:hover,
.navi_pagi_top_right.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.navi_pagi_top_right.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next:hover {
    border: none;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next {
    background-color: #ffffff;
}

.feature_post_slider.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-theme.owl-loaded .owl-next:hover {
    background-color: #0061DF !important;
    color: #ffffff;
}

.popular_listing_slider1.owl-theme .item,
.testimonial_slider_home1.owl-theme .item {
    margin: 0 15px;
}

.feature_post_slider .shop_grid .thumb img {
    margin: 0 auto;
    width: auto;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-next {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
}

.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-next {
    font-size: 19px;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.home6_style.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.home6_style.owl-loaded .owl-prev {
    left: -50px;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.home6_style.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.home6_style.owl-loaded .owl-next {
    right: -50px;
}

/*== Pricing Table Four ==*/
/*== Our Partners ==*/
.our-partner {
    padding: 40px 0;
}

.our_partner {
    text-align: center;
}

.start-partners.home1 {
    background-image: url(../images/pattern/3.html);
    background-position: center;
    background-size: cover;
}

/*== Error/404 Page ==*/
.error_page_content {
    position: relative;
}

.error_page_content .erro_code {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 150px;
    line-height: .94;
}

.error_page_content .error_title {
    color: #041E42;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.error_page_content p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.btn_error {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 13px 35px;
    text-align: center;
}

/*== Help Support Page ==*/
.help_support_box {
    background-color: #F3F5F6;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 75px 50px 50px;
    position: relative;
}

.help_support_box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.help_support_box ul li a {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.help_support_box ul li:hover a {
    color: #443297;
    text-decoration: underline;
}

.brand_item_box {
    margin-bottom: 30px;
    position: relative;
}

.brand_item_box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.brand_item_box ul li a {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    position: relative;
}

.brand_item_box ul li a:before {
    background-color: #443297;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand_item_box ul li:hover a:before {
    width: 100%;
}

.brand_item_box ul li:hover a {
    color: #443297;
}

/*== Service Pages Style Code ==*/
.service_grid {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service_grid:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.service_grid .details {
    padding: 20px 0 10px;
}

.service_grid .details h4 {
    line-height: 1.444;
    margin: 0;
}

/*== Pricing Table Pages Style Code ==*/
.compare_table .table-borderless tbody + tbody,
.compare_table .table-borderless td,
.compare_table .table-borderless th,
.compare_table .table-borderless thead th {
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    width: 330px;
}

.compare_table .table-borderless th.cp_price {
    border-right: 1px solid #EAEAEA;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding: 25px 30px;
}

.compare_table .table-borderless th.cp_price del {
    color: #626974;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.compare_table .table-borderless thead th.first_th {
    background-color: #F3F5F6;
    position: relative;
}

.compare_table .table-borderless thead th.first_th span.first_title {
    position: absolute;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    left: 40px;
    top: 30px;
}

th.cp_price_title,
th.cp_instock_title,
th.cp_desc_title,
th.cp_sku_title,
th.cp_weight_title,
th.cp_dimention_title,
th.cp_color_title,
th.cp_brand_title,
th.cp_btns_title {
    background-color: #F3F5F6;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 30px;
}

td.cp_price,
td.cp_instock,
td.cp_desc,
td.cp_sku,
td.cp_weight,
td.cp_dimention,
td.cp_color,
td.cp_brand,
td.cp_btns {
    padding: 30px;
}

.compare_table .table-borderless tr {
    border-bottom: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}

.compare_table .table-borderless td {
    border-right: 1px solid #EAEAEA;
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    vertical-align: middle;
    padding: 30px 40px;
}

.compare_table .table-borderless td.cp_desc_list ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.compare_table .table-borderless td.cp_btns a.btn.cp_btn {
    height: 52px;
    line-height: 40px;
    width: 148px;
}

.compare_table .table-striped tbody tr:nth-of-type(even) {
    background-color: #F3F5F6;
}

.compare_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

/*== Switch Pricing Table ==*/
.pricing_packages_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing_packages_top .save_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.pricing_packages_top .toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.pricing_packages_top .toggle-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing_packages_top .toggle-btn .pricing_save1,
.pricing_packages_top .toggle-btn .pricing_save2 {
    margin: 12px;
}

.pricing_table_switch_slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #041E42;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pricing_table_switch_slide:before {
    bottom: 5px;
    content: "";
    height: 20px;
    left: 5px;
    position: absolute;
    width: 20px;
    background-color: white;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide {
    background-color: #86BC42;
}

.pricing_packages_top .toggle-btn .switch input:focus + .pricing_table_switch_slide {
    box-shadow: 0 0 1px #50bfe6;
}

.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.pricing_table_switch_slide.round {
    border-radius: 30px;
}

.pricing_table_switch_slide.round:before {
    border-radius: 50%;
}

.pricing_packages {
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 0 40px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.pricing_packages .heading {
    margin-bottom: 70px;
    position: relative;
}

.pricing_packages .heading:before {
    border-radius: 0 0 50% 50%;
    content: "";
    background-color: #86BC42;
    height: 270px;
    left: -15px;
    margin: 0 auto;
    opacity: .05;
    position: absolute;
    right: -15px;
    top: -160px;
    width: auto;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing_packages:hover .heading:before {
    opacity: 1;
}

.pricing_packages:hover .heading .package_title,
.pricing_packages:hover .heading .text1,
.pricing_packages:hover .heading .text2 {
    color: #ffffff;
}

.pricing_packages .heading .package_title {
    color: #86BC42;
    font-size: 16px;
    line-height: 21px;
}

.pricing_packages .heading .text1,
.pricing_packages .heading .text2 {
    line-height: 38.1px;
}

.pricing_packages .details {
    position: relative;
    text-align: center;
}

.pricing_packages .details .list {
    margin-bottom: 30px;
}

.pricing_packages .details .list li {
    color: #626974;
    font-size: 14px;
    line-height: 35px;
}

.pricing_packages .details .package_btn {
    background-color: rgba(0, 97, 223, 0.05);
    color: #86BC42;
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    line-height: 45px;
    text-transform: uppercase;
    width: 183px;
}

.pricing_packages:hover .details .package_btn {
    background-color: #86BC42;
    color: #ffffff;
}

/*== LogIn Register Page ==*/
.login_form {
    padding: 0;
}

.login_form .input-group-text,
.sign_up_form .input-group-text {
    background-color: transparent;
    border: none;
    color: #006c70;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 6px;
}

.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label {
    font-size: 14px;
    padding-top: 2px;
}

.login_form p,
.sign_up_form p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.login_form p a,
.sign_up_form p a {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.login_form .btn-fpswd {
    color: #443297;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-decoration: underline;
}

.sign_up_form .divide,
.login_form .divide {
    position: relative;
}

.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider {
    background-color: #f9fafc;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    width: 62px;
}

.sign_up_form.inner_page,
.login_form.inner_page {
    border: 1px solid #F3F5F6;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.sign_up_form.inner_page .title,
.login_form.inner_page .title {
    font-weight: 600;
    margin-bottom: 35px;
}

.sign_up_form.inner_page.style2,
.login_form.inner_page.style2 {
    padding: 30px 0;
}

.login_form.inner_page .heading h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.login_form .heading,
.sign_up_form .heading {
    margin-bottom: 25px;
}

.sign_up_form .heading h4 {
    color: #006c70;
}

.login_form .form-control:focus,
.sign_up_form .form-control:focus {
    box-shadow: none;
    color: #041E42;
    border: 1px solid #041E42;
    outline: none;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
    box-shadow: none;
    outline: none;
}

.login_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
    color: #041E42;
    outline: none;
}

.sign_up_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 3;
}

.login_form.inner_page .heading p {
    margin-bottom: 0;
}

.login_form.inner_page .form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    font-size: 14px;
}

.login_form .form-control {
    margin-bottom: 10px;
}

.login_form .form-label,
.sign_up_form .form-label {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.login_form .form-control,
.sign_up_form .form-control,
.sign_up_form button.btn.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #626974;
    font-size: 15px;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login_form .custom-control.custom-checkbox [type="checkbox"], [type="radio"] {
    border: 1px solid #041E42;
    border-radius: 4px;
    height: 16px;
    outline: none;
    width: 16px;
    vertical-align: sub;
}

.login_form .custom-control.custom-checkbox label.custom-control-label {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    padding-left: 5px;
    text-align: left;
}

.login_form .hr_content,
.sign_up_form .hr_content {
    overflow: hidden;
    position: relative;
}

.login_form .hr_content .hr_top_text,
.sign_up_form .hr_content .hr_top_text {
    background-color: #fff;
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    left: 0;
    letter-spacing: 0em;
    line-height: 40px;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -5px;
    width: 40px;
    position: absolute;
}

.login_form .login_with_social,
.sign_up_form .login_with_social {
    position: relative;
}

.login_form .login_with_social li,
.sign_up_form .login_with_social li {
    margin: 0 6px 4px 0;
}

.login_form .login_with_social li:last-child {
    margin-right: 0;
}

.login_form .login_with_social li a,
.sign_up_form .login_with_social li a {
    background-color: #FFFFFF;
    border-radius: 8px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 35px;
    max-width: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login_form .login_with_social li:first-child a,
.sign_up_form .login_with_social li:first-child a {
    border: 1px solid #1967D2;
    color: #1967D2;
}

.login_form .login_with_social li:first-child:hover a,
.sign_up_form .login_with_social li:first-child:hover a {
    background-color: #1967D2;
    color: #fff;
}

.login_form .login_with_social li:nth-child(2) a,
.sign_up_form .login_with_social li:nth-child(2) a {
    border: 1px solid #D93025;
    color: #D93025;
}

.login_form .login_with_social li:nth-child(2):hover a,
.sign_up_form .login_with_social li:nth-child(2):hover a {
    background-color: #D93025;
    color: #fff;
}

.login_form .login_with_social li:nth-child(3) a,
.sign_up_form .login_with_social li:nth-child(3) a {
    border: 1px solid #2D9ADC;
    color: #2D9ADC;
}

.login_form .login_with_social li:nth-child(3):hover a,
.sign_up_form .login_with_social li:nth-child(3):hover a {
    background-color: #2D9ADC;
    color: #fff;
}

.login_form .login_with_social li:nth-child(4) a,
.sign_up_form .login_with_social li:nth-child(4) a {
    border: 1px solid #041E42;
    color: #041E42;
}

.login_form .login_with_social li:nth-child(4):hover a,
.sign_up_form .login_with_social li:nth-child(4):hover a {
    background-color: #041E42;
    color: #fff;
}

.sign_up_form .bootstrap-select .dropdown-menu li {
    line-height: 40px;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 13px;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item:hover {
    background-color: #F3F5F6;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item.active,
.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item:active {
    background-color: #fff;
    color: #F5C34B;
}

.login_form .form-check-input {
    height: 17px;
    width: 17px;
}

.login_form .form-check-label {
    color: #041E42;
    font-size: 14px;
    padding-left: 0;
}

.login_form .btn-log {
    background-color: #F5C34B;
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    height: 52px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.sign_up_form {
    padding: 0;
}

.login_form.inner_page .form-label,
.sign_up_form .form-label {
    color: #041E42;
}

.sign_up_form.inner_page .form-control {
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #F3F5F6;
}

.login_form.inner_page .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder {
    color: #041E42;
}

.sign_up_form .form-check-input {
    border-radius: 2px;
    height: 15px;
    width: 15px;
}

.order_tracking_thumb {
    background-color: #E6D4C0;
    border-radius: 6px;
    height: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.order_tracking_thumb img {
    bottom: 0;
    position: absolute;
}

.tracking_page {
    position: relative;
}

.tracking_page .title {
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.tracking_page p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.tracking_page .btn-track {
    border: 1px solid #F5C34B;
    border-radius: 6px;
    height: 52px;
    width: 105px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

/* Create a custom checkbox */
.sign_up_form .checkmark {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sign_up_form .form-check-label {
    color: #041E42;
    font-size: 14px;
    padding-left: 7px;
}

.sign_up_form button {
    margin-bottom: 15px;
}

.sign_up_form .btn-log {
    border-radius: 3px;
    background-color: #86BC42;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 16px;
    height: 50px;
}

.sign_up_form p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.sign_up_form .btn-signup {
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}

/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons {
    margin-bottom: 50px;
}

.ui_kit_button .btn {
    margin: 5px;
}

.shortcode_widget_buttons .ui_kit_button button:last-child {
    margin-right: 0;
}

.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4 {
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-transform: capitalize;
}

.faq_content {
    position: relative;
}

.shortcode_widget_accprdons .faq_according .accordion .card {
    border: none;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.sidebar_accordion_widget,
.sidebar_location_filter {
    padding: 0;
    position: relative;
}

.shortcode_widget_accprdons {
    padding: 0 50px;
    position: relative;
}

.sidebar_widget_checkbox {
    position: relative;
}

.sidebar_widget_checkbox label.custom_checkbox {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar_widget_checkbox label.custom_checkbox,
.sidebar_widget_checkbox label.custom_checkbox:hover span {
    color: #041E42;
}

.shortcode_widget_accprdons .faq_according .accordion .card:last-child {
    border-bottom: none;
}

.sidebar_accordion_widget .faq_according .accordion .card {
    border: none;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 0;
    margin-bottom: 15px;
}

.sidebar_accordion_widget .faq_according .accordion .card:last-child {
    border-bottom: none;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header,
.sidebar_accordion_widget .accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
    color: #041E42;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    padding: 0;
    text-decoration: none;
}

.sidebar_accordion_widget .accordion .card .card-header .btn-link {
    color: #041E42;
    display: flex;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    padding-left: 0;
    text-decoration: none;
}

.sidebar_accordion_widget .accordion .collapse {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar_accordion_widget .accordion .card .card-body {
    padding: 0;
}

.sidebar_accordion_widget .blog_search_widget input.form-control {
    margin-bottom: 15px;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span,
.sidebar_accordion_widget .accordion .card .card-header .btn-link span {
    color: #041E42;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    margin-right: 10px;
    vertical-align: initial;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-body {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    padding: 0 0 10px;
}

.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li {
    text-transform: capitalize;
    margin-right: 20px;
}

.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 8px;
}

.faq_according.style2 .accordion .card .card-body {
    margin-top: 0;
}

.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li:last-child {
    margin-right: 0;
}

.faq_according .accordion .card .card-header::before {
    font-family: "Font Awesome 6 Pro";
    color: #041E42;
    content: "\2b";
    font-size: 30px;
    float: right;
    font-weight: lighter;
    line-height: 35px;
    margin-top: 0;
}

.faq_according .accordion .card .card-header.active::before {
    content: "\2d";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_single_accordion .faq_according .accordion .card .card-header.active::before {
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_single_accordion .faq_according .accordion .card .card-header::before {
    font-family: "Font Awesome 6 Pro";
    color: #041E42;
    content: "\f107";
    font-size: 30px;
    float: right;
    font-weight: lighter;
    line-height: 35px;
    margin-top: 0;
}

.shop_single_description {
    position: relative;
}

.shop_single_description .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_single_description .para {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_single_description a {
    color: #443297;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
}

.shop_single_description .accordion-flush .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.shop_single_description .accordion-flush .accordion-item .accordion-button:after {
    display: none;
}

.sidebar_location_filter {
    position: relative;
}

.sidebar_location_filter .bootstrap-select > .dropdown-toggle,
.report_widget .bootstrap-select > .dropdown-toggle {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 30px;
    max-width: 210px;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
}

.dashboard_page.sidebar_location_filter .bootstrap-select > .dropdown-toggle {
    box-shadow: none;
    height: 55px;
    line-height: 45px;
    max-width: -webkit-fill-available;
    z-index: 0;
}

.dashboard_page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.report_widget .bootstrap-select > .dropdown-toggle,
.report_widget .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    height: 40px;
    max-width: 126px;
}

.sidebar_location_filter .location_zip input.form_control {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    height: 45px;
}

.dashboard_page_add_listing .btn.btn-gray {
    background-color: #F3F5F6;
    border: 1px solid #F3F5F6;
    color: #041E42;
    height: 54px;
    line-height: 45px;
    width: 113px;
    z-index: 0;
}

.dashboard_page_add_listing .btn-order {
    height: 54px;
    line-height: 40px;
    width: 145px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    z-index: 0;
}

.dashboard_page_add_listing .btn-new {
    border: 1px solid #F5C34B;
    height: 54px;
    line-height: 40px;
    /*width: 195px;*/
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

/*== Terms & Condition Page ==*/
.terms_condition_grid .grids .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.terms_condition_grid .grids p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
}

.terms_condition_widget {
    margin-bottom: 30px;
    position: relative;
}

.terms_condition_widget.filter_sidebar {
    padding: 15px 0px;
}

.terms_condition_widget .title {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.terms_condition_widget .nav.nav-tabs {
    border-bottom: none;
}

.terms_condition_widget .nav .nav-link,
.terms_condition_widget ul li a {
    border: none;
    border-right: 2px solid transparent;
    border-radius: 0;
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.terms_condition_widget .nav:hover .nav-link,
.terms_condition_widget ul li:hover a {
    color: #443297;
}



.terms_condition_widget .nav .nav-link.active {
    border-right: 2px solid #443297;
}

.terms_condition_widget ul li a i {
    font-size: 6px;
    vertical-align: middle;
}

.terms_condition_widget ul li:hover a,
.terms_condition_widget ul li:hover::marker {
    color: #443297;
}

/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-pills {
    border-bottom: none;
}

.ui_kit_tab .nav.nav-pills .nav-link {
    background-color: #F3F5F6;
    border-radius: 6px;
    border: 1px solid transparent;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
    margin-right: 10px;
    padding: 12px 20px;
    text-align: center;
}

.ui_kit_tab .nav.nav-pills .nav-item {
    display: block;
    margin-bottom: 25px;
}

.ui_kit_tab .nav.nav-pills .nav-item:last-child {
    margin-right: 0;
}

.ui_kit_tab .nav.nav-pills .nav-link.active {
    background-color: #443297;
    color: #ffffff;
    border-radius: 6px;
}

.ui_kit_tab .nav.nav-tabs {
    border: none;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: #626974;
    display: block;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    padding: 0;
    margin-right: 30px;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-bottom: 2px solid #041E42;
    color: #041E42;
}

.ui_kit_tab .tab-content .tab-pane {
    color: #041E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs {
    border-bottom: 1px solid #EAEAEA;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    padding-bottom: 20px;
}

/*== Table Widget UI Page ==*/
.ui_kit_table .table {
    background-color: #ffffff;
    border-radius: 3px;
    border: none;
}

.ui_kit_table .table thead {
    border-radius: 8px;
}

.ui_kit_table .table th {
    background-color: #F3F5F6;
    border-bottom: transparent;
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 50px;
    padding-left: 30px;
}

.ui_kit_table .table td {
    border: none;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}

/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert {
    border-radius: 4px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 75px;
    line-height: 45px;
    padding-left: 30px;
}

.ui_kit_message_box .alert .btn-close {
    background: transparent;
    font-size: 10px;
    opacity: 1;
    right: 10px;
    top: -5px;
}

.ui_kit_message_box .alert .btn-close:focus {
    box-shadow: none;
}

.alert.alart_style_one {
    background-color: #CDE9F6;
    color: #4780AA;
}

.alert.alart_style_one .btn-close {
    color: #4780AA;
}

.alert.alart_style_two {
    background-color: #F7F3D7;
    color: #927238;
}

.alert.alart_style_two .btn-close {
    color: #927238;
}

.alert.alart_style_three {
    background-color: #ECC8C5;
    color: #AB3331;
}

.alert.alart_style_three .btn-close {
    color: #AB3331;
}

.alert.alart_style_four {
    background-color: #DEF2D7;
    color: #5B7052;
}

.alert.alart_style_four .btn-close {
    color: #5B7052;
}

.ui_kit_button .btn {
    border-radius: 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 50px;
    line-height: 22px;
    letter-spacing: 0em;
    width: 170px;
}

/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    letter-spacing: 0em;
    padding-left: 20px;
}

.ui_kit_input .form-control:hover,
.ui_kit_input .form-control:active,
.ui_kit_input .form-control:focus {
    border: 1px solid #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    outline: none;
}

.ui_kit_input .form-control::placeholder {
    color: #626974;
}

.ui_kit_input .form-control:focus::placeholder {
    color: #041E42;
}

/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5 {
    margin-bottom: 18px;
}

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

.ui_kit_textarea textarea.form-control {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    height: auto;
    padding: 30px 20px;
}

.ui_kit_textarea textarea.form-control:focus {
    border: 1px solid #041E42;
}

.contact_form.profile textarea.form-control {
    font-size: 14px;
}

/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
    background-color: #F3F5F6;
    border-radius: 6px;
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    height: 50px;
    margin-right: 5px;
    width: 100px;
}

.ui_kit_tooltip .btn:hover,
.ui_kit_tooltip .btn:active,
.ui_kit_tooltip .btn:focus {
    box-shadow: none;
    border-color: #F3F5F6;
}

/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.ui_kit_radiobox input[type=radio] {
    box-shadow: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.ui_kit_radiobox .radio label {
    color: #041E42;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    padding-left: 30px;
    position: relative;
}

.ui_kit_radiobox label, legend {
    display: block;
    font-size: 16px;
}

.ui_kit_radiobox .radio input[type=radio]:checked + label .radio-label {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 5px #041E42;
}

.ui_kit_radiobox .radio input[type=radio] + label .radio-label {
    content: '';
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #041E42;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 10px;
    left: 0;
}

.ui_kit_radiobox label span, legend span {
    font-weight: 400;
    font-size: 14px;
    color: #444;
}

.ui_kit_radiobox .radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block;
}

.ui_kit_radiobox .radio input[type=radio] + label .radio-label:after {
    background-color: #86BC42;
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    z-index: 99;
}

/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox.style2 .custom-control-label::before {
    border-radius: 8.5px;
}

.custom-control-label:focus,
.custom-control:focus {
    outline: none;
}

.ui_kit_checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #86BC42;
    border-color: #86BC42;
    top: 10px;
}

.ui_kit_checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.sidebar_tag .custom-control-label {
    color: #626974;
    font-size: 15px;
    font-weight: 400;
    justify-content: left;
    line-height: 40px;
    margin: 0;
    outline: none;
    padding-left: 10px;
    padding-right: 15px;
    width: 100%;
}

.sidebar_tag .custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #F3F5F6;
    border-radius: 6px;
    height: 18px;
    top: 10px;
    width: 18px;
}

.sidebar_tag .custom-control-label::after {
    left: -1.4rem;
    top: 10px;
}

.sidebar_tag .wrapper {
    border-radius: 3px;
    height: 340px;
    overflow: hidden scroll;
}

.sidebar_tag .wrapper::-webkit-scrollbar {
    border-radius: 6px;
    margin-top: 15px;
    margin-right: 10px;
    width: 8px;
    z-index: 3;
}

.sidebar_tag .wrapper::-webkit-scrollbar * {
    background: transparent;
    border-radius: 6px;
}

.sidebar_tag .wrapper::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 6px;
}

.sidebar_tag .wrapper::-webkit-scrollbar-thumb {
    background-color: #dedede !important;
    border-radius: 6px;
}

/*== Custom Check Boxes Start ==*/
.custom_checkbox {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    position: relative;
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
    border: 1px solid #041E42;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark {
    background-color: #041E42;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    height: 26px;
    width: 26px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark:after {
    height: 10px;
    left: 10px;
    top: 6px;
    width: 5px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style2 {
    background-color: #443297;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style3 {
    background-color: #4A70B1;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style4 {
    background-color: #F5C34B;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style5 {
    background-color: #626974;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style6 {
    background-color: #EAEAEA;
}

.enable_disable_btns {
    position: relative;
}

.enable_disable_btns a.btn {
    border-radius: 60px;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    line-height: 40px;
    letter-spacing: 0em;
}

.enable_disable_btns a.btn1 {
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.enable_disable_btns a.btn2 {
    color: #626974;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    letter-spacing: 0em;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
    background-color: #041E42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*== Custom Check Boxes End ==*/
/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox input.form-check-input {
    background-color: #F3F5F6;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 30px;
    width: 60px;
}

.ui_kit_whitchbox input.form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    box-shadow: none;
    outline: none;
}

.ui_kit_whitchbox label.form-check-label {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 33px;
    margin-left: 20px;
}

.ui_kit_whitchbox .form-check-input:checked {
    background-color: #041E42;
    box-shadow: none;
}

.ui_kit_whitchbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #041E42;
}

.ui_kit_whitchbox .custom-switch .custom-control-label::before {
    border-radius: 30px;
    height: 30px;
    border: 1px solid #F3F5F6;
    width: 60px;
    -webkit-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
}

.ui_kit_whitchbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.ui_kit_whitchbox .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(2.0rem);
    -moz-transform: translateX(2.0rem);
    -o-transform: translateX(2.0rem);
    transform: translateX(2.0rem);
}

.ui_kit_whitchbox .custom-switch .custom-control-label::after {
    background-color: #626974;
    border-radius: 25px;
    height: 20px;
    left: calc(-2.25rem + 5px);
    top: 9px;
    width: 20px;
}

/*== Select Box Widget UI Page ==*/
.bootstrap-select .dropdown-menu {
    /*border: 1px solid #ebebeb;*/
}

.bootstrap-select .dropdown-menu li {
    margin: 0 20px;
    padding-left: 0;
}

.bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border: none;
}

.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #041E42;
    font-size: 15px;
    font-family: 'Jost';
    font-weight: normal;
    line-height: 35px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bootstrap-select .dropdown-menu li:hover a {
    color: #443297;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus {
    background-color: transparent;
}

.dropdown-toggle::after {
    vertical-align: .1em;
}

.ui_kit_select_box .custom-select:focus {
    box-shadow: none;
    border-color: #ebebeb;
}

.ui_kit_progress_bar .skills li span {
    color: #262626;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu {
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show {
    border: 1px solid #041E42;
    padding-top: 5px;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show {
    border: none;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show li a {
    border: none;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a {
    color: #051036;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li:hover a,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:active,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:focus {
    color: #443297;
}

/*== BlockQueto UI Page ==*/
.ui_page_heading {
    position: relative;
}

.ui_page_heading .main_title {
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
}

.ui_page_heading .short_code_title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0em;
}

.ui_page_heading p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    width: 94%;
}

.ui_page_heading .blockquote {
    border-left: 5px solid #F5C34B;
    margin-bottom: 50px;
    padding: 30px 0 35px 80px;
    position: relative;
    width: 80%;
}

.ui_page_heading .blockquote span.icon {
    color: #F5F5F5;
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    left: 20px;
    line-height: normal;
    position: absolute;
    top: 0;
    z-index: -1;
}

.ui_page_heading .blockquote .title {
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
}

.ui_page_heading .blockquote .blockquote-footer:before {
    display: none;
}

.order_list {
    margin-bottom: 0;
}

.order_list li {
    padding-left: 30px;
    position: relative;
    line-height: 28px;
}

.order_list li a span {
    background-color: #041E42;
    color: #041E42;
    left: 0;
    position: absolute;
}

.order_list li a {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
}

.list-style-type-bullet li {
    color: #041E42;
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 0;
    position: relative;
}

.list-style-type-bullet li:last-child {
    margin-bottom: 0;
}

.list-style-type-check-circle li {
    margin-bottom: 15px;
    position: relative;
}

.list-style-type-check-circle li:before {
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    color: #6A7A99;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 20px;
}

/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    border-radius: 3px;
    margin: 0;
}

.ui_kit_select_search .dropdown.bootstrap-select {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ui_kit_select_search .dropdown.bootstrap-select:hover,
.ui_kit_select_search .dropdown.bootstrap-select:active,
.ui_kit_select_search .dropdown.bootstrap-select:focus,
.ui_kit_select_search .dropdown.bootstrap-select:visited,
.ui_kit_select_search .dropdown-menu.show {
    border: 1px solid #041E42;
    color: #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .dropdown-menu.show,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu {
    margin-top: 25px !important;
}

.ui_kit_select_search button.btn.dropdown-toggle.bs-placeholder.btn-light.show {
    border: 1px solid #041E42;
    color: #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .dropdown-menu.show .inner.show,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show {
    border: none;
    margin-top: 0 !important;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
    color: #041E42;
    line-height: 2.5;
}

.ui_kit_select_search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.ui_kit_select_search .bootstrap-select > .dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    line-height: 45px;
    padding-left: 15px;
}

.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:hover,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:active,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:focus-visible {
    border: 1px solid #041E42;
    color: #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
    outline: none;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li a {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    padding-left: 15px;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li:hover {
    background-color: #F3F5F6;
    border-radius: 6px;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li:hover {
    color: #443297;
}

/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn {
    background-color: #ffffff !important;
    border: none;
    border-bottom: 2px solid #F3F5F6;
    border-radius: 0;
    color: #696969 !important;
    height: 50px;
    line-height: 40px;
    padding-left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ui_kit_select_search.add_new_property button.btn {
    font-size: 14px;
    height: auto;
    line-height: 30px;
}

.ui_kit_select_search.add_new_property button.btn:focus,
.ui_kit_select_search button.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.ui_kit_select_search .bs-searchbox {
    padding: 24px 20px 5px;
}

.ui_kit_select_search .bs-searchbox .form-control {
    background-color: #F3F5F6;
    border-radius: 6px;
    color: #041E42;
    font-size: 15px;
    line-height: 22px;
    height: 50px;
}

.ui_kit_select_search .bs-searchbox .form-control:focus {
    border: transparent;
    box-shadow: none;
    outline: none;
}

.ui_kit_select_search .search_select_box .bs-searchbox:before {
    color: #051036;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    line-height: 55px;
    position: absolute;
    right: 40px;
    z-index: 999;
}

.ui_kit_select_search .bs-searchbox:before {
    color: #d0d1d3;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 45px;
    position: absolute;
    right: 25px;
    z-index: 999;
}

.ui_kit_select_search .dropdown-item {
    color: #041E42;
}

.ui_kit_select_search .dropdown-item:hover {
    background-color: transparent;
    color: #221f1f;
    font-weight: 600;
}

.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active {
    background-color: transparent;
    color: #626974;
}

/*== Blog Post Main Page ==*/
.mbp_pagination {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mbp_pagination ul.page_navigation {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin-right: 6px;
}

.mbp_pagination ul.page_navigation li .page-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #051036;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 50px;
}

.mbp_pagination ul.page_navigation li .page-link:focus {
    box-shadow: none;
}

.mbp_pagination ul.page_navigation li:first-child .page-link {
    border: 1px solid #EAEAEA;
}

.mbp_pagination ul.page_navigation li:last-child .page-link {
    border: 1px solid #112137;
}

.mbp_pagination ul.page_navigation li .page-link:hover {
    background-color: #F3F5F6;
}

.pagination_page_count {
    color: #041E42;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: #F5C34B;
    border: 1px solid #F5C34B;
    color: #041E42;
}

.mbp_pagination .new_line_pagination {
    position: relative;
}

.mbp_pagination .new_line_pagination p {
    color: #626974;
    font-size: 15px;
    line-height: 22px;
}

.mbp_pagination .new_line_pagination .pagination_line {
    background-color: #F3F5F6;
    border-radius: 10px;
    height: 6px;
    margin: 0 auto 15px;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.mbp_pagination .new_line_pagination .pagination_line:before {
    background-color: #86BC42;
    border-radius: 10px;
    content: "";
    left: 0;
    height: 6px;
    max-width: 119px;
    position: absolute;
    width: 100%;
}

.mbp_pagination .new_line_pagination .pagi_btn {
    position: relative;
}

.mbp_pagination .new_line_pagination .pagi_btn:before {
    background-color: #86BC42;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.mbp_thumb_post .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.mbp_thumb_post p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.main_blog_post_content {
    position: relative;
}

.main_blog_post_content .mbp_thumb_post .details {
    padding-top: 30px;
}

.main_blog_post_content .mbp_thumb_post .details ul.post_meta {
    margin-bottom: 20px;
}

.mbp_thumb_post .details .post_meta li:nth-child(2) {
    margin-right: 20px;
    margin-left: 8px;
}

.mbp_thumb_post .details .post_meta li:nth-child(4) {
    margin-left: 8px;
}

.bsp_comments {
    padding: 15px 0 0;
    position: relative;
}

.bsp_comments .sub_title {
    line-height: 26px;
    letter-spacing: 0em;
}

.bsp_comments .sspd_postdate {
    color: #626974;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.bsp_comments p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.event_counter_plugin_container {
    position: relative;
}

.event_counter_plugin_content ul {
    margin-bottom: 0;
}

.sale_product_item {
    border: 2px solid #041E42;
    border-radius: 6px;
    padding: 20px;
    padding-bottom: 10px;
}

.sale_product_item.home10_style {
    border: none;
}

.sale_product_item.home10_style .event_counter_plugin_content ul li span {
    color: #041E42;
}

.sale_product_item .event_counter_plugin_content ul li span:first-child {
    margin-top: 0;
}

.sale_product_item .event_counter_plugin_content ul li {
    color: #041E42;
    border: none;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
}

.sale_product_item .event_counter_plugin_content ul li span {
    color: #E7B641;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: normal;
}

.sale_product_item.home6_style {
    border: none;
}

.sale_product_item.home6_style .event_counter_plugin_content ul li,
.sale_product_item.home6_style .event_counter_plugin_content ul li span {
    color: #FFFFFF;
}

.event_counter_plugin_content ul li {
    border: 1px solid #041E42;
    border-radius: 6px;
    color: #041E42;
    display: inline-block;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    width: 80px;
}

.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.event_counter_plugin_content ul li:last-child {
    margin-right: 0;
}

.event_counter_plugin_content ul li span:first-child {
    margin-top: 10px;
}

.event_counter_plugin_content ul li span {
    color: #041E42;
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
}

.event_counter_plugin_content ul li span.schdule {
    color: #041E42;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.event_counter_plugin_content ul li .time_text {
    color: #041E42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.home3_style .event_counter_plugin_content ul li span {
    border: 1px solid #CF3E3B;
    color: #CF3E3B;
}

.home3_style .event_counter_plugin_content ul {
    text-align: center;
}

.home5_style .event_counter_plugin_content ul li span {
    background-color: #fff;
    border: 1px solid #fff;
    color: #CF3E3B;
}

.home5_style .event_counter_plugin_content ul li .time_text {
    color: #fff;
}

.home7_style .event_counter_plugin_content ul li span {
    color: #86BC42;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    height: 90px;
    line-height: 90px;
    width: 90px;
}

.home7_style .event_counter_plugin_content ul li .time_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.shop_single_countdown .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_single_countdown .event_counter_plugin_content ul li {
    border: 1px solid #68B65B;
    color: #68B65B;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_single_countdown .event_counter_plugin_content ul li span {
    color: #68B65B;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
.sidebar_recent_product {
    padding: 0 10px 15px 30px;
}

.sidebar_recent_product .title,
.sidebar_feature_listing .title {
    color: #041E42;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.sidebar_recent_product .flex-shrink-0,
.sidebar_feature_listing .flex-shrink-0 {
    margin-bottom: 20px;
}

.sidebar_recent_product .flex-shrink-0 img,
.sidebar_feature_listing .flex-shrink-0 img {
    border-radius: 6px;
    height: 100px;
    width: 100px;
}

.sidebar_recent_product .post_title,
.sidebar_feature_listing .post_title {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.sidebar_recent_product .flex-grow-1 a,
.sidebar_feature_listing .flex-grow-1 a {
    color: #626974;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.sidebar_feature_listing .flex-grow-1 ul li {
    font-size: 14px;
    color: #041E42;
    line-height: 1.2;
    margin-right: 0;
}

.blog_search_widget button.btn {
    height: 48px;
}

.blog_search_widget input.form-control,
.header_search_widget input.form-control {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    flex: 1;
    height: 45px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dashboard_page.header_search_widget input.form-control,
.dashboard_page.header_search_widget button.btn {
    height: 55px;
}

.blog_search_widget input.form-control:focus,
.dashboard_page.header_search_widget input.form-control:focus,
.dashboard_page.header_search_widget button.btn:focus {
    box-shadow: none;
}

.blog_search_widget input.form-control:focus {
    border-right: none;
}

.blog_search_widget button.btn,
.header_search_widget button.btn {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-left: none;
    border-radius: 0 6px 6px 0;
    color: #041E42;
    height: 45px;
    z-index: 0;
}

.blog_search_widget button.btn:focus,
.header_search_widget button.btn:focus {
    box-shadow: none;
}

.header_right_widgets {
    position: relative;
}

.header_right_widgets ul li a {
    border-radius: 16px;
    color: #041E42;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 55px;
    width: 50px;
}

.header_right_widgets ul li:last-child a {
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
}

.header_right_widgets ul li:last-child a:hover {
    background-color: transparent;
}

.header_right_widgets ul li a:hover {
    background-color: #F3F5F6;
}

span.active_status {
    background-color: #E95050;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

span.active_status.active {
    background-color: #50CD89;
}

/*== Category Widget Blog Page ==*/
.cart_btnss {
    border-radius: 27px;
    background-color: rgb(255, 16, 83);
    display: block;
    font-size: 15px;
    color: #ffffff;
    height: 50px;
    line-height: 3.2;
    margin-bottom: 23px;
    margin-top: 23px;
    max-width: 234px;
}

.cart_btnss:hover {
    background-color: #ffffff;
    border: 1px solid #ff1053;
    color: #ff1053;
}

.cart_btnss_white {
    background-color: #ffffff;
    border: 1px solid #ff1053;
    border-radius: 27px;
    color: #ff1053;
    display: block;
    font-size: 15px;
    line-height: 3.2;
    margin-bottom: 23px;
    height: 50px;
    max-width: 234px;
}

.cart_btnss_white:hover {
    background-color: #ff1053;
    color: #ffffff;
}

/*== Recent Post Widget Blog Page ==*/
.blog_recent_post_widget {
    margin-bottom: 30px;
}

.blog_recent_post_widget .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.blog_recent_post_widget.media_widget {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px 20px 30px 30px;
}

.blog_recent_post_widget.media_widget .media {
    margin-bottom: 30px;
}

.blog_recent_post_widget.media_widget .media:last-child {
    margin-bottom: 0;
}

.blog_recent_post_widget.media_widget .media img {
    border-radius: 3px;
    max-width: 90px;
}

.blog_recent_post_widget .media-body .post_title {
    font-size: 16px;
    color: #212121;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog_recent_post_widget .media-body a {
    font-size: 14px;
    color: rgb(123, 123, 123);
    line-height: 1.2;
}

/*== Tag Widget Blog Page ==*/
.blog_tag_widget {
    margin-bottom: 20px;
    position: relative;

}
.blog_tag_widget .ul-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0;

}

.blog_tag_widget.filter_sidebar {
    padding: 0 0px;
}

.blog_tag_widget.filter_sidebar {
    padding: 0;
}

.blog_tag_widget .title {
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
.blog_tag_widget  ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px; /* Elemanlar arasındaki boşluk */
    list-style-type: none; /* Liste stilini kaldır */
    padding: 0; /* Padding'i kaldır */
    margin: 0; /* Margin'i kaldır */
}
.blog_tag_widget  ul li
{
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    display: block;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 40px;
    margin-bottom: 10px;
    width: 88px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_tag_widget .tag_list li a,
.bsp_tags li a {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    display: block;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 40px;
    margin-bottom: 10px;
    width: 88px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bsp_tags li  {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    display: block;
    height: 42px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 40px;
    margin-bottom: 10px;
    width: 88px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.blog_tag_widget .tag_list li a:hover,
.bsp_tags li a:hover {
    background-color: #041E42;
    color: #ffffff;
}

/*== BlokQuote Blog Sinlge Page ==*/
.mbp_blockquote {
    border-radius: 3px;
    margin-top: 25px;
}

.mbp_blockquote .blockquote {
    border-left: 5px solid #F5C34B;
    margin-bottom: 30px;
    padding: 30px 0 35px 70px;
    position: relative;
}

.mbp_blockquote .blockquote:before {
    background-color: transparent;
}

.mbp_blockquote .blockquote span.icon {
    color: #F5F5F5;
    font-size: 100px;
    font-family: "Font Awesome 6 Pro";
    left: 20px;
    line-height: normal;
    position: absolute;
    top: 0;
}

.mbp_blockquote .blockquote .title {
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
}

.mbp_blockquote .blockquote .icon {
    color: #626974;
    line-height: 0;
}

.mbp_blockquote .blockquote em {
    font-size: 16px;
    color: #041E42;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
}

.mbp_blockquote .blockquote .blockquote-footer:before {
    display: none;
}

.bpost_simage li {
    margin-bottom: 10px;
    max-width: 305px;
}

.bpost_simage li img {
    border-radius: 6px;
}

.custom_bsp_grid {
    position: relative;
}

.custom_bsp_grid li {
    margin-bottom: 0;
}

.custom_bsp_grid li a {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
}

.bsp_tags  ul {
    position: relative;
    display: flex;
    flex-direction: row;
}

.blog_post_share li:first-child {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.blog_post_share li {
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_share li:last-child a span {
    margin-right: 0;
}

.blog_post_share li:hover {
    cursor: pointer;
}

.blog_post_share li a {
    border-radius: 50%;
    color: #041E42;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_share li a:hover {
    background-color: #F3F5F6;
}

/*== Next Prev Pagination Blog Sinlge Page ==*/
.mbp_pagination_tab .pag_prev,
.mbp_pagination_tab .pag_next {
    position: relative;
}

.mbp_pagination_tab .pag_prev .icon,
.mbp_pagination_tab .pag_next .icon {
    color: #041E42;
    font-size: 14px;
}

.mbp_pagination_tab .pag_prev .detls .ptitle,
.mbp_pagination_tab .pag_next .detls .ptitle {
    line-height: 28px;
    letter-spacing: 0em;
}

.mbp_pagination_tab .pag_prev .detls .ptitle:hover,
.mbp_pagination_tab .pag_next .detls .ptitle:hover {
    color: #443297;
}

.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.mbp_pagination_tab {
    position: relative;
}

.mbp_pagination_tab .pag_prev .detls {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    color: #86BC42;
}

/*== Commenting Blog Sinlge Page ==*/
.mbp_pagination_comments {
    position: relative;
}

.mbp_pagination_comments .total_review {
    padding: 30px 0 0;
    position: relative;
}

.mbp_pagination_comments .total_review h4 {
    color: #041E42;
    line-height: 26px;
    margin-bottom: 0;
}

.mbp_pagination_comments .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.mbp_pagination_comments .mbp_first.media {
    padding: 30px 0 0;
}

.mbp_pagination_comments .mbp_first.media img {
    width: 70px;
}

.mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    line-height: 1.714;
}

.mbp_pagination_comments .mbp_first .media-body .sub_title {
    font-size: 16px;
    font-family: 'Jost';
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate {
    color: #626974;
    font-size: 14px;
    line-height: 20px;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li a,
.sspd_review ul li a,
.shop_item .details .review ul li a {
    color: #F5C34B;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.vendor_single .sspd_review ul li a {
    font-size: 14px;
}

.review_average {
    position: relative;
}

.review_average .title {
    font-family: Jost;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0em;
}

.single_line_review {
    position: relative;
}

.single_line_review .progress-bar {
    background-color: transparent;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.single_line_review .progress-bar__bg {
    background-color: #F3F5F6;
    border-radius: 6px;
    height: 6px;
    width: 300px;
}

.single_line_review .progress-bar__bar {
    background-color: #F5C34B;
    border-radius: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li:last-child a {
    color: #EBEBEB;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li,
.sspd_review ul li,
.shop_item .details .review ul li {
    margin-right: 2px !important;
}

.sspd_review ul li:last-child {
    color: #EBEBEB;
    font-size: 12px;
}

.review_post_meta {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    position: relative;
}

.review_content_para {
    position: relative;
}

.review_content_para p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.review_cansel_btns {
    position: relative;
}

.review_cansel_btns a {
    border: 2px solid transparent;
    border-radius: 6px;
    color: #626974;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 27px;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99px;
}

.review_cansel_btns a:hover {
    color: #041E42;
    border: 2px solid #EAEAEA;
}

.all_review_btn {
    position: relative;
}

.all_review_btn .btn {
    height: 52px;
    line-height: 30px;
    width: 169px;
}

.more_btn .btn {
    height: 52px;
    padding: 12px 45px;
    width: auto;
}

/*== Dashbord details Page ==*/
.account_user_deails {
    position: relative;
}

.users_account_details .ed_menu_list ul li {
    line-height: 45px;
}

.users_account_details .ed_menu_list ul li a {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}

.users_account_details .ed_menu_list ul li a:before {
    display: none;
}

.users_account_details .ed_menu_list ul li a.active {
    color: #041E42;
}

.users_account_details .ed_menu_list ul li a span {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.account_details_user {
    position: relative;
}

.account_details_user img {
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.account_details_user .content_details .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0;
}

.account_details_user .content_details .stitle {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.account_details_page {
    position: relative;
}

.account_details_page .second_step_setup .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.account_details_page .second_step_setup p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.ed_menu_list::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.ed_menu_list::-webkit-scrollbar * {
    background: transparent;
}

.ed_menu_list::-webkit-scrollbar-track {
    display: none;
}

.ed_menu_list::-webkit-scrollbar-thumb {
    background-color: #E6E9EC !important;
/ / manage scrollbar thumb background color here border-radius: 6 px;
}

.ed_menu_list ul {
    margin-bottom: 0;
}

.ed_menu_list ul li a {
    color: #041E42;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ed_menu_list ul li a.active {
    color: #86BC42;
}

.ed_menu_list ul li a.active:before {
    background-color: #86BC42;
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.our-dashbord {
    position: relative;
}

.our-dashbord.dashbord .container-fluid {
    padding-left: 3%;
    padding-right: 60px;
}

.breadcrumb_widgets {
    border-radius: 5px;
    background-color: rgb(225, 230, 239);
    height: 70px;
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
}

.breadcrumb_widgets .title {
    font-size: 22px;
    color: rgb(10, 10, 10);
    line-height: 1.2;
    margin-bottom: 0;
}

.breadcrumb_widgets .breadcrumb {
    background-color: transparent;
    padding: 0;
    position: relative;
}

.breadcrumb_widgets .breadcrumb .breadcrumb-item {
    font-size: 15px;
    color: #7e7e7e;
}

.breadcrumb_widgets .breadcrumb .breadcrumb-item.active {
    color: rgb(126, 126, 126);
    line-height: 1.6;
}

.user_board {
    padding: 0 15px 0 0;
    position: relative;
}

.user_profile {
    margin-bottom: 10px;
    position: relative;
}

.user_profile .media .media-body h4 {
    font-size: 18px;
    color: #041E42;
    line-height: 1.2;
    padding-left: 30px;
}

.user_profile .media .media-body h5,
.user_profile .media .media-body p {
    margin-bottom: 0;
}

.user_profile .media img {
    width: 65px;
}

.dashbord_nav_list h4 {
    position: relative;
    padding-left: 30px;
}

.dashbord_nav_list li {
    height: 50px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dashbord_nav_list li a {
    color: #7f7f7f;
    font-size: 16px;
}

.dashbord_nav_list li:hover a,
.dashbord_nav_list li:hover a span {
    color: #86BC42;
}

.dashbord_nav_list li.active {
    background-color: #f9fafc;
}

.dashbord_nav_list li.active a {
    color: #86BC42;
}

.dashbord_nav_list li.active:before {
    background-color: #86BC42;
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 2px;
}

.dashbord_nav_list li a span {
    font-size: 23px;
    margin-right: 15px;
}

.my_dashboard_review,
.my_listing_single {
    background-color: #ffffff;
    border: 1px solid #ECEDF2;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.my_dashboard_review .review_content .review_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.my_dashboard_review .review_content .review_date {
    font-size: 14px;
    color: rgb(118, 118, 118);
    line-height: 2.143;
}

.my_dashboard_review .review_content .para {
    margin-top: 10px;
}

.my_dashboard_review .review_content .sspd_review ul li {
    margin-right: 3px;
}

.my_dashboard_review .review_content .sspd_review ul li a {
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    color: rgb(188, 197, 42);
    line-height: 2.143;
}

.packages_table .table,
.savesearched_table .table,
.property_table .table {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 30px;
}

.packages_table .table .thead-light th,
.savesearched_table .table .thead-light th,
.property_table .table .thead-light th {
    background-color: rgb(36, 50, 74);
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 2.2;
}

.packages_table .table td,
.packages_table .table th,
.savesearched_table .table td,
.savesearched_table .table th,
.property_table .table td,
.property_table .table th {
    font-size: 16px;
    color: #041E42;
    font-weight: 600;
    line-height: 3;
    padding-left: 30px;
}

.property_table .table td,
.property_table .table th {
    vertical-align: middle;
}

.savesearched_table td.para,
.property_table td.para {
    font-size: 14px;
    color: #041E42;
}

.pck_chng_btn .btn {
    border-radius: 3px;
    background-color: rgb(255, 90, 95);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.skill_sidebar_widget {
    margin-top: 40px;
    margin-left: 15px;
    padding-right: 50px;
}

.skill_sidebar_widget h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.skill_sidebar_widget .sonny_progressbar .bar {
    border-radius: 5px;
    height: 10px;
}

.skill_sidebar_widget .sonny_progressbar .bar-container {
    border-radius: 5px;
    height: 10px !important;
    overflow: hidden;
}

.password_change_form form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    height: 48px;
    margin-bottom: 30px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.password_change_form form input:focus {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    outline: none;
}

.password_change_form form button {
    border-radius: 6px;
    height: 55px;
    padding: 0 35px;
}

.password_change_form form button:focus {
    box-shadow: none;
    outline: none;
}

.statistics_funfact {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.statistics_funfact .title {
    color: #041E42;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    margin: 10px 0;
}

.statistics_funfact .title .badge {
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0em;
    margin-left: 7px;
    margin-top: 5px;
    width: 60px;
    padding: 0;
}

.statistics_funfact .title .badge.style1 {
    background-color: #50CD89;
}

.statistics_funfact .title .badge.style2 {
    background-color: #E95050;
}

.statistics_funfact .subtitle1 {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.statistics_funfact .subtitle2 {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.statistics_funfact .subtitle2 span {
    color: #443297;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.statistics_funfact .icon {
    background-color: #F3F5F6;
    border-radius: 16px;
    color: #041E42;
    font-size: 30px;
    height: 60px;
    line-height: 65px;
    position: relative;
    width: 60px;
}

.application_statics,
.dashboard_product_list,
.dashboard_setting_box {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 30px 25px 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.dashboard_product_list,
.dashboard_setting_box {
    padding: 30px;
}

.dashboard_product_list .order_table .table td {
    padding: 20px 10px;
}

.circle_chart_box,
.recent_activity_widget {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.report_widget ul li.report_export a {
    background-color: #F3F5F6;
    border-radius: 8px;
    color: #041E42;
    display: block;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 111px;
}

/*== Header User Notification & User ID ==*/
.simplebar-placeholder {
    max-height: 355px !important;
    width: 325px !important;
}

/*== Header User Setting ID ==*/
.user_setting {
    position: relative;
}

.user_setting .btn {
    border: 1px solid transparent;
    color: #ffffff;
}

.user_setting a.btn.dropdown-toggle:after {
    display: none;
}

.user_setting .btn:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.user_setting .dropdown-menu.show {
    border: none;
    border-radius: 6px;
    margin-top: 0;
    margin-left: -195px !important;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    width: 250px;
    transform: translate(0px, 66px) !important;
}

.user_setting .dropdown-menu.show:before {
    content: "";
    position: absolute;
    right: 40px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent transparent transparent;
}

.user_setting .dropdown-menu.show .user_set_header {
    padding: 10px 0;
}

.user_setting .dropdown-menu.show .user_set_header img {
    margin-left: -10px;
    margin-right: 15px;
    margin-top: -15px;
}

.user_setting .dropdown-menu .user_set_header p {
    font-size: 16px;
    color: #041E42;
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_set_header p span {
    font-size: 14px;
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_setting_content {
    padding: 0;
}

.user_setting .dropdown-menu .user_setting_content a {
    color: #041E42;
    font-size: 16px;
    line-height: 2.125 !important;
    padding-left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.user_setting .dropdown-menu .user_setting_content a:hover {
    padding-left: 5px;
    color: #663259;
}

.user_setting .dropdown-menu .user_setting_content a.active,
.user_setting .dropdown-menu .user_setting_content a.active span,
.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content a:hover span {
    background-color: transparent;
    color: #443297;
    font-weight: 500;
}

.user_setting .dropdown-menu .user_setting_content a span {
    margin-right: 10px;
}

/*== Candidate Job Review Page Table ==*/
.dropdown_selector.property_page .dropdown-item.active,
.dropdown_selector.property_page .dropdown-item:active,
.sidebar_select_options .dropdown-item.active,
.sidebar_select_options .dropdown-item:active {
    color: #86BC42;
}

.dropdown_selector.property_page .dropdown-item,
.sidebar_select_options .dropdown-item,
.ht_language_widget .dropdown-item {
    background-color: #ffffff;
    color: #041E42;
}

.dropdown_selector.property_page .input-group-text {
    background-color: transparent;
    border: none;
    color: #041E42;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.dropdown_selector.property_page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
}

.dropdown_selector.property_page .wrapper {
    border-bottom: 2px solid #F3F5F6;
}

.dropdown_selector.property_page .style2 .bootstrap-select > .dropdown-toggle {
    width: 40px;
}

.dropdown_selector.property_page .style2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 50px;
}

.sidebar_select_options .dropdown-menu.show {
    min-width: 300px !important;
}

.half_map_advsrch_navg.style2 ul li {
    margin-right: 10px;
}

.half_map_advsrch_navg.style3 ul li:first-child {
    margin-right: 15px;
}

.half_map_advsrch_navg.style3 ul li:first-child:before {
    display: none;
}

.half_map_advsrch_navg.style3 ul li {
    margin-right: 10px;
}

.half_map_area_content {
    height: 850px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 15px 20px;
}

.half_map_area.version4 {
    position: fixed;
    bottom: 0;
    width: 100%;
    top: 0;
}

.our-listing-list-v4::-webkit-scrollbar,
.half_map_area_content::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.our-listing-list-v4::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
}

.half_map_area_content::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
    height: 250px;
}

.half_map_area_content .search_option_two.home2 .dropdown-menu {
    top: 0 !important;
}

.half_style .search_option_two .dropdown.bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
}

.listing_filter_row {
    display: inline-flex;
    margin-bottom: 30px;
    width: 100%;
}

.listing_filter_row_listing12 {
    position: relative;
}

.ht_language_widget ul li .stts {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -ms-middle-with-baseline;
    vertical-align: -o-middle-with-baseline;
}

.ht_language_widget.home3 ul li .stts {
    color: rgba(79, 79, 79, 0.7);
}

.ht_language_widget .bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
}

.ht_language_widget .bootstrap-select .dropdown-menu li:hover a {
    color: #86BC42;
}

.ht_language_widget .bootstrap-select .dropdown-menu {
    min-width: auto;
}

.siderbar_widget_header {
    border-bottom: 1px solid #ebebeb;
    color: #041E42;
    padding: 20px 20px 20px 30px;
    position: relative;
}

.siderbar_widget_header .title {
    font-weight: 600;
    text-transform: uppercase;
}

.filter_closed_btn {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 50%;
    color: #041E42;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: -10px;
    width: 35px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.mobile_sytle_sidebar .sidebar_advanced_search_widget {
    padding: 30px;
}

/*== Message Page ==*/
.message_container {
    background-color: #ffffff;
    border: 1px solid #F3F5F6;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.inbox_user_list {
    display: inline-block;
    padding: 30px 30px 27px;
    width: 100%;
}

.inbox_user_list ul {
    height: 620px;
    overflow-y: scroll;
}

.inbox_user_list ul::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.inbox_user_list ul::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
    height: 250px;
}

.inbox_user_list .wrap {
    position: relative;
}

.inbox_user_list .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.inbox_user_list .wrap .meta h5.name {
    font-size: 14px;
    color: #041E42;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
}

.inbox_user_list .wrap .meta p.preview {
    font-size: 14px;
    color: #626974;
    line-height: 18px;
    margin-bottom: 0;
}

.iul_notific small {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.inbox_user_list .wrap .m_notif {
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #86BC42;
    color: #ffffff;
    font-size: 8px;
    font-weight: 500;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 33px;
    width: 20px;
}

.inbox_user_list .wrap .m_notif.online {
    background-color: #34A853;
}

.inbox_user_list .wrap .m_notif.away {
    background-color: #F9AB00;
}

.inbox_user_list .wrap .m_notif.busy {
    background-color: #e74c3c;
}

.inbox_user_list ul li {
    padding: 15px 0;
}

.inbox_user_list .iu_heading {
    padding-bottom: 25px;
}

.inbox_user_list ul li.contact .wrap .meta {
    display: inline-block;
    margin-top: 10px;
}

.inbox_user_list ul li.contact .wrap span {
    background-color: #95a5a6;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 13px;
    left: 50px;
    margin: 0px 0 0 1px;
    position: absolute;
    width: 13px;
}

.inbox_user_list ul li.contact .wrap span.online {
    background-color: #2ecc71;
}

.inbox_user_list ul li.contact .wrap span.away {
    background-color: #f1c40f;
}

.inbox_user_list ul li.contact .wrap span.busy {
    background-color: #e74c3c;
}

.inbox_user_list ul li.contact .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 50px;
}

.message_container .inbox_chatting_box {
    position: relative;
    max-height: 575px !important;
    height: auto;
    margin-right: 10px;
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.message_container .inbox_chatting_box::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.message_container .inbox_chatting_box::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 3px;
}

.message_container .user_heading {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(235, 235, 235);
    border-radius: 8px 8px 0 0;
    padding: 30px;
    position: relative;
}

.inbox_chatting_box .chatting_content {
    display: inline-block;
    padding: 15px 30px 0 30px;
    position: relative;
    width: 100%;
}

.message_container .user_heading .wrap img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.message_container .user_heading .wrap h5.name {
    font-size: 14px;
    font-weight: 500;
    color: #041E42;
    line-height: 18px;
    margin-bottom: 0;
}

.message_container .user_heading .wrap p.preview {
    font-size: 15px;
    color: #626974;
    line-height: 1.867;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li {
    padding: 25px 0;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li.sent {
    float: left;
    clear: both;
}

.inbox_chatting_box .chatting_content li img {
    border-radius: 50px;
    margin-bottom: 10px;
}

.inbox_chatting_box .chatting_content li {
    display: block;
}

.inbox_chatting_box .chatting_content li .title {
    color: #041E42;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 15px;
}

.inbox_chatting_box .chatting_content li .date_time {
    font-size: 14px;
    margin-bottom: 5px;
}

.inbox_chatting_box .chatting_content li p {
    background-color: #F3F5F6;
    border-radius: 6px;
    color: #041E42;
    font-size: 15px;
    padding: 15px 20px;
    max-width: 456px;
}

.inbox_chatting_box .chatting_content li.reply {
    float: right;
    clear: both;
}

.inbox_chatting_box .chatting_content li.reply.first {
    margin: -15px 0;
}

.inbox_chatting_box .chatting_content li.reply p {
    background-color: #F3F5F6;
    border-radius: 6px;
    color: #041E42;
    max-width: 450px;
    padding: 15px 30px;
    text-align: right;
}

.message_container .message_input {
    background-color: #f9fafc;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.message_container .message_input form input.form-control {
    color: #626974;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #F3F5F6;
    height: 100px;
    padding: 20px 30px;
    width: 100%;
}

.message_container .message_input form input::placeholder {
    color: #626974;
    font-size: 14px;
    font-weight: normal;
    color: #041E42;
    line-height: 18px;
}

.message_container .message_input form input.form-control:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form input.form-control:focus::placeholder {
    color: #041E42;
}

.message_container .message_input form button.btn {
    background-color: #F5C34B;
    border: 1px solid #F5C34B;
    border-radius: 6px;
    color: #041E42;
    font-size: 15px;
    flex: 1;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 150px;
}

.message_container .message_input form button.btn:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form button.btn span {
    font-size: 20px;
    padding-left: 10px;
}

/*== DashBoard Pages Start ==*/

.dashboard_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
}

.dashboard_header {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard_header_logo {
    position: relative;
}

.dashboard_header_logo .logo {
    color: #041E42;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.dashboard {
    display: flex;
}

.dashboard__sidebar {
    background-color: white;
    flex-shrink: 0;
    height: calc(100% - 90px);
    left: 0;
    margin-top: 90px;
    overflow-y: scroll;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    position: fixed;
    width: 300px;
}

.dashboard__main {
    margin-top: 90px;
    padding-left: 300px;
    width: 100%;
}

.dashboard .dashboard__main {
    will-change: padding-left;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard.dsh_board_sidebar_hidden .dashboard__main {
    padding-left: 0;
}

.dashboard .dashboard__sidebar {
    will-change: transform;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9;
}

.dashboard__content {
    border-radius: 16px;
    padding: 60px;
    width: 100%;
}

.dashboard_sidebar_list .sidebar_list_item a {
    align-items: center;
    border-radius: 16px;
    color: #041E42;
    display: flex;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dashboard_sidebar_list .sidebar_list_item a i {
    font-size: 20px;
    vertical-align: middle;
}

.dashboard_sidebar_list .sidebar_list_item a:hover,
.dashboard_sidebar_list .sidebar_list_item a:active,
.dashboard_sidebar_list .sidebar_list_item a:focus,
.dashboard_sidebar_list .sidebar_list_item a.-is-active {
    background-color: #F5C34B;
    color: #041E42;
}

.dashboard.dsh_board_sidebar_hidden .dashboard__sidebar {
    transform: translateX(-100%);
}

.dashboard__sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.dashboard__sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.dashboard_title_area {
    position: relative;
}

.dashboard_title_area .para {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

/*== DashBoard Pages End ==*/
/*== DashBoard Pages Timeline Start ==*/
.dashboard-timeline-label {
    position: relative;
}

.dashboard-timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.dashboard-timeline-label .child-timeline-label {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    width: 55px;
    flex-shrink: 0;
    position: relative;
    color: #041E42;
}

.dashboard-timeline-label:before {
    background-color: #E5EAEE;
    bottom: 0;
    content: "";
    left: 52px;
    position: absolute;
    top: 20px;
    width: 3px;
}

.dashboard-timeline-label .timeline-badge {
    align-items: center;
    color: #663259;
    border-radius: 100%;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    justify-content: center;
    margin-left: -7px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.dashboard-timeline-label .timeline-badge.color2 {
    color: #1BC5BD;
}

.dashboard-timeline-label .timeline-badge.color3 {
    color: #F64E60;
}

.dashboard-timeline-label .timeline-badge.color4 {
    color: #3699FF;
}

.dashboard-timeline-label .timeline-badge.color5 {
    color: #EF6327;
}

.dashboard-timeline-label .timeline-badge.color6 {
    color: #8950FC;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .title {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .subtitle {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .ra-img li {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

/*== DashBoard Pages Timeline End ==*/
/*== Pricing SLider ==*/
input.amount,
input.amount2,
input.amount3,
input.amount4 {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    box-shadow: none;
    color: #041E42;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 45px;
    padding: 10px 20px;
    text-align: center;
    width: 95px;
}

input.amount:hover,
input.amount:active,
input.amount:focus,
input.amount2:hover,
input.amount2:active,
input.amount2:focus {
    outline: none;
}

input.amount2 {
    float: right;
}

input.amount::placeholder,
input.amount2::placeholder,
input.amount3::placeholder,
input.amount4::placeholder {
    color: #041E42;
}

.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    background-color: #F3F5F6;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 2px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #041E42;
    height: 2px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    background-color: #fff;
    border: 2px solid #041E42;
    border-radius: 50%;
    height: 14px;
    outline: none;
    top: -6px;
    width: 14px;
}

/* New Pricing Range Smooth Slider */
#slider-range-value1,
#slider-range-value2,
#slider-range-value3,
#slider-range-value4 {
    background-color: #F3F5F6;
    border-radius: 6px;
    color: #041E42;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: -55px;
    padding: 10px 20px;
    text-align: center;
    width: 95px;
}

#slider-range-value1,
#slider-range-value3 {
    float: left;
}

#slider-range-value2 {
    float: right;
}

.slider-labels {
    margin-top: 15px;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal .noUi-handle {
    background-color: #F3F5F6;
    border: 2px solid #041E42;
    border-radius: 50%;
    height: 14px;
    left: -7px;
    top: -8px;
    width: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
}

.noUi-background {
    background-color: #F3F5F6;
    border-radius: 6px;
    height: 2px;
}

.noUi-connect {
    background-color: #041E42;
    border-radius: 30px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.filter_components #slider-range-value1,
.filter_components #slider-range-value3 {
    margin: 0;
    margin-left: 0;
    margin-right: 10px;
}

.filter_components #slider-range-value1,
.filter_components #slider-range-value2,
.filter_components #slider-range-value3,
.filter_components #slider-range-value4 {
    background-color: transparent;
    border: 1px solid #EAEAEA;
    height: 45px;
    width: 95px;
}

/*== Testimonials Home V3 ==*/
.testimonial_content {
    background-color: #ffffff;
    border-radius: 6px;
    height: 300px;
    margin: 70px 100px;
    position: relative;
    padding: 60px 100px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

.testimonial_content .thumb {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: -120px;
    position: relative;
}

.testimonial_content .thumb h4 {
    margin-bottom: 0;
}

.testimonial_content .thumb p {
    color: #86BC42;
    margin-bottom: 0;
}

.testimonial_content .thumb img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial_content .details p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 510px;
}

/*== Contact Page ==*/
.form_grid {
    position: relative;
}

.form_grid .contact_form label.form-label {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.search_field input {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
}

.form_grid .contact_form textarea.form-control {
    color: #041E42;
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0 0 15px;
}

.search_field.property input.form-control {
    height: auto;
    width: 270px;
}

.search_field input {
    margin-bottom: 30px;
}

.search_field input.form-control {
    height: 45px;
}

.form_grid .contact_form button {
    border-radius: 6px;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    height: 52px;
    width: 167px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.contact_form.profile {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

/*== Maximage_slider ==*/
.maximage-home .mc-image {
    height: 920px !important;
    position: relative !important;
}

.maximage-home .mc-image img {
    margin: 0 !important;
    width: 100% !important;
}

/*== Color Area ==*/
.bgszc {
    background-size: cover;
}

.bgrn {
    background-repeat: no-repeat;
}

.bgpc {
    background-position: center;
}

.img-whp {
    width: 100% !important;
}

.text-thm {
    color: #F5C34B !important;
}

.hvr-text-thm:hover {
    color: #F5C34B !important;
}

.text-thm1 {
    color: #443297 !important;
}

.text-thm1-light {
    color: #6668B2;
}

.text-thm2 {
    color: #41544A !important;
}

.text-thm3 {
    color: #CF3E3B !important;
}

.text-thm4 {
    color: #F2B23E;
}

.text-thm5 {
    color: #FFBC01;
}

.text-thm6 {
    color: #849D6A;
}

.color-white {
    color: #ffffff !important;
}

.color-lightgray {
    color: #D3D3D3;
}

.color-gray {
    color: gray;
}

.color-gray2 {
    color: #7e7e7e;
}

.color-green2 {
    color: #28B928;
}

.color-light-green {
    color: #68B65B;
}

.color-blue {
    color: #201b71;
}

.color-light-blue {
    color: #0053F6;
}

.color-orose {
    color: #c75533;
}

.color-dark {
    color: #041E42;
}

.color-black {
    color: #000;
}

.color-black2 {
    color: #041E42;
}

.color-black11 {
    color: #111111 !important;
}

.color-black22 {
    color: #222222 !important;
}

.color-black33 {
    color: #333333;
}

.color-black31 {
    color: #303030;
}

.color-black44 {
    color: #434343;
}

.color-black55 {
    color: #555555;
}

.color-black66 {
    color: #676767;
}

.color-primary {
    color: #337ab7;
}

.color-success {
    color: #5cb85c;
}

.color-info {
    color: #5bc0de;
}

.color-silver {
    color: #c0c0c0;
}

.color-warning {
    color: #f0ad4e;
}

.color-danger {
    color: #d9534f;
}

.color-green {
    color: #28B928;
}

.color-purple {
    color: #800080;
}

.color-fb {
    color: #3B5998;
}

.color-golden {
    color: #febe42;
}

.color-red {
    color: #ff4b53;
}

.bgc-alice-blue {
    background-color: #f0f8ff;
}

.color-alice-blue {
    color: #f0f8ff;
}

.color-gmart-gray {
    color: F3F5F6;
}

.bgct {
    background-color: transparent;
}

.bgc-gmart-gray {
    background-color: #F3F5F6;
}

.bgc-dark {
    background-color: #112137;
}

.bgc-thm {
    background-color: #F5C34B !important;
}

.bgc-thm1 {
    background-color: #443297 !important;
}

.bgc-thm2 {
    background-color: #41544A !important;
}

.bgc-thm3 {
    background-color: #CF3E3B;
}

.bgc-thm4 {
    background-color: #F2B23E;
}

.bgc-thm5 {
    background-color: #FFBC01;
}

.bgc-thm6 {
    background-color: #849D6A;
}

.bgc-thm7 {
    background-color: #FFD96A;
}

.bgc-fb {
    background-color: #3B5998;
}

.color-twtr {
    color: #1DA1F2;
}

.bgc-twtr {
    background-color: #1DA1F2;
}

.color-inst {
    color: #D31A77;
}

.bgc-inst {
    background-color: #D31A77;
}

.color-lnkdn {
    color: #007BB6;
}

.bgc-lnkdn {
    background-color: #007BB6;
}

.color-pint {
    color: #CB2027;
}

.bgc-pint {
    background-color: #CB2027;
}

.color-skyp {
    color: #00AFF0;
}

.bgc-skyp {
    background-color: #00AFF0;
}

.color-skyp {
    color: #00AFF0;
}

.bgc-skyp {
    background-color: #00AFF0;
}

.color-drbl {
    color: #EA4C89;
}

.bgc-drbl {
    background-color: #EA4C89;
}

.color-behnc {
    color: #0B7BFF;
}

.bgc-behnc {
    background-color: #0B7BFF;
}

.color-utube {
    color: #FF0000;
}

.bgc-utube {
    background-color: #FF0000;
}

.color-gogle {
    color: #EA4335;
}

.bgc-gogle {
    background-color: #EA4335;
}

.bgc-darkblue {
    background-color: #112360;
}

.bgc-seagreen {
    background-color: #43d4b6;
}

.bgc-black11 {
    background-color: #111111;
}

.bgc-split {
    background-color: #181413 !important;
}

.bgc-primary {
    background-color: #337ab7;
}

.bgc-success {
    background-color: #5cb85c;
}

.bgc-info {
    background-color: #5bc0de;
}

.bgc-warning {
    background-color: #f0ad4e;
}

.bgc-danger {
    background-color: #d9534f;
}

.bgc-white {
    background-color: #ffffff !important;
}

.bgc-lightgray {
    background-color: #D3D3D3;
}

.bgc-snowshade {
    background-color: #f9f9f9;
}

.bgc-snowshade2 {
    background-color: #fafafa;
}

.bgc-golden {
    background-color: #febe42;
}

.color-whitef1 {
    color: #f1f1f1;
}

.color-whitef2 {
    color: #f2f2f2;
}

.color-whitef3 {
    color: #f3f3f3;
}

.color-whitef4 {
    color: #f4f4f4;
}

.color-whitef5 {
    color: #f5f5f5;
}

.color-whitef6 {
    color: #f6f6f6;
}

.color-whitef7 {
    color: #f7f7f7;
}

.color-whitef8 {
    color: #f8f8f8;
}

.color-whitef9 {
    color: #f9f9f9;
}

.color-whitef0 {
    color: #f0f0f0;
}

.bgc-f0 {
    background-color: #f0f0f0;
}

.bgc-f1 {
    background-color: #f1f1f1;
}

.bgc-f2 {
    background-color: #f2f2f2;
}

.bgc-f3 {
    background-color: #f3f3f3;
}

.bgc-f4 {
    background-color: #f4f4f4;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.bgc-f6 {
    background-color: #f6f6f6;
}

.bgc-f7 {
    background-color: #f7f7f7;
}

.bgc-f8 {
    background-color: #f8f8f8;
}

.bgc-f9 {
    background-color: #f9f9f9;
}

.bgc-fa {
    background-color: #fafafa !important;
}

.bgc-transparent {
    background-color: transparent !important;
}

.bgc-darkcyan {
    background-color: darkcyan;
}

.bgc-darkblue {
    background-color: #004274;
}

.bgc-green {
    background-color: #28B928;
}

.bgc-light-green {
    background-color: #60C260;
}

.bdrn {
    border: none;
}

.bdr1 {
    border: 1px solid #ebebeb;
}

.hvr_bdr1 {
    border: 1px solid transparent;
}

.hvr_bdr1:hover {
    border: 1px solid #ebebeb;
}

.bdrt1 {
    border-top: 1px solid #EAEAEA;
}

.bdrr1 {
    border-right: 1px solid #EAEAEA;
}

.bdrl1 {
    border-left: 1px solid #EAEAEA;
}

.bdrtrb1 {
    border-top: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.dod_slider .owl-stage-outer,
.best_item_slider_shop_lising_page .owl-stage-outer,
.related_product_slider .owl-stage-outer {
    border-left: 1px solid #EAEAEA;
}

.before_none:before {
    display: none;
}

.after_none:before {
    display: none;
}

.menu_bdrt1 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_bdrt1_home4_style {
    border-top: 1px solid rgba(4, 30, 66, 0.1);
}

.bdrs3 {
    border-radius: 3px;
}

.bdrs4 {
    border-radius: 6px;
}

.bdrs5 {
    border-radius: 5px;
}

.bdrs6 {
    border-radius: 6px;
}

.bdrs6006 {
    border-radius: 6px 0 0 6px;
}

.bdrs0066 {
    border-radius: 0 0 6px 6px;
}

.bdrs8 {
    border-radius: 3px;
}

.bdrs10 {
    border-radius: 10px;
}

.bdrs20 {
    border-radius: 20px;
}

.bdrs50 {
    border-radius: 50%;
}

.bdrs60 {
    border-radius: 60px;
}

.bdrs65 {
    border-radius: 65px;
}

.bxshd {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hvr-bxshd:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ttu {
    text-transform: uppercase;
}

.ttc {
    text-transform: capitalize;
}

.tdu {
    text-decoration: underline;
}

.tdu-hvr:hover {
    cursor: pointer;
    text-decoration: underline;
}

.all-body-content {
    background-color: #ffffff;
    margin-bottom: 760px;
    position: relative;
    z-index: 9;
}

.h125 {
    height: 125px;
}

.bb1 {
    border-bottom: 1px solid #EAEAEA;
}

.bbn {
    border-bottom: none;
}

.btn {
    border-top: none;
}

.bl1 {
    border-left: 1px solid #ebebeb;
}

.br1 {
    border-right: 1px solid #ebebeb;
}

.bb2 {
    border-bottom: 2px solid #F3F5F6;
}

.bt1 {
    border-top: 1px solid #ebebeb;
}

/*== Button Area ==*/
.btn {
    border-radius: 6px;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.dbxshad {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.btn.circle {
    border-radius: 27px;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-thm {
    background-color: #F5C34B;
    border: 1px solid #F5C34B;
    color: #041E42;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn:before,
.btn-gray:before,
.btn-thm:before,
.btn-thm:before,
.btn-thm1:before,
.btn-thm1:before,
.btn-thm2:before,
.btn-thm2-light:before,
.btn-blue:before,
.btn-light-green:before,
.btn-transparent:before,
.btn-transparent-dark:before {
    background-color: #E8B336;
    content: '';
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
    transform-origin: top left;
}

.btn-thm1 {
    background-color: #4B87F4;
    border-color: #4B87F4;
    color: #ffffff;
}

.btn-thm1:before {
    background-color: #3873df;
}

.btn-thm1:hover,
.btn-thm1:active,
.btn-thm1:focus {
    color: #FFFFFF;
}

.btn-thm2:before {
    background-color: #3a298d;
}

.btn-thm2-light:before {
    background-color: #443297;
}

.btn-blue:before {
    background-color: #064AD0;
}

.btn-blue {
    background-color: #0053F6;
    border-color: #0053F6;
    color: #ffffff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    border-color: #0053F6;
    color: #ffffff;
}

.btn-light-green:before {
    background-color: #21b521;
}

.btn-light-green {
    background-color: #60C260;
    border-color: #60C260;
    color: #ffffff;
}

.btn-light-green:hover,
.btn-light-green:active,
.btn-light-green:focus {
    border-color: #60C260;
    color: #ffffff;
}

.btn-transparent:before {
    background-color: #6668B2;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #6668B2;
    color: #6668B2;
}

.btn-transparent-dark:before {
    background-color: #112137;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    border-color: #6668B2;
    color: #ffffff;
}

.btn-thm.rounded {
    border-radius: 25px;
}

.btn.btn-white:hover:before,
.btn.btn-white:active:before,
.btn.btn-white:focus:before,
.btn-gray:hover:before,
.btn-gray:active:before,
.btn-gray:focus:before,
.btn-thm:hover:before,
.btn-thm:active:before,
.btn-thm:focus:before,
.btn-thm1:hover:before,
.btn-thm1:active:before,
.btn-thm1:focus:before,
.btn-thm2:hover:before,
.btn-thm2:active:before,
.btn-thm2:focus:before,
.btn-thm2-light:hover:before,
.btn-thm2-light:active:before,
.btn-thm2-light:focus:before,
.btn-blue:hover:before,
.btn-blue:active:before,
.btn-blue:focus:before,
.btn-light-green:hover:before,
.btn-light-green:active:before,
.btn-light-green:focus:before,
.btn-transparent:hover:before,
.btn-transparent:active:before,
.btn-transparent:focus:before,
.btn-transparent-dark:hover:before,
.btn-transparent-dark:active:before,
.btn-transparent-dark:focus:before {
    height: 100%;
    width: 200%;
}

.btn-thm2 {
    background-color: #443297;
    border-color: #443297;
    color: #ffffff;
}

.btn-thm2-light {
    background-color: #6668B2;
    border-color: #6668B2;
    color: #ffffff;
}

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus,
.btn-thm2-light:hover,
.btn-thm2-light:active,
.btn-thm2-light:focus,
.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
    color: #ffffff;
}

.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
    border-color: #112137;
    color: #ffffff;
}

.btn-thm3 {
    background-color: #CF3E3B;
    border: 1px solid #CF3E3B;
    color: #ffffff;
}

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
    background-color: #A5110E;
    border-color: #A5110E;
    color: #fff;
}

.btn-thm4 {
    background-color: #849D6A;
    border: 1px solid #849D6A;
    color: #ffffff;
}

.btn-thm4:hover,
.btn-thm4:active,
.btn-thm4:focus {
    background-color: #607946;
    border-color: #607946;
    color: #fff;
}

.btn-thm5 {
    background-color: #FFD96A;
    border: 1px solid #FFD96A;
    color: #ffffff;
}

.btn-thm5:hover,
.btn-thm5:active,
.btn-thm5:focus {
    background-color: #e8a62f;
    border-color: #e8a62f;
    color: #fff;
}

.btn-dark {
    background-color: #041E42;
    border-color: #041E42;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background-color: #183955;
    border-color: #183955;
    color: #ffffff;
}

.btn-yellow {
    background-color: #FFD96A;
    border-color: #FFD96A;
    color: #041E42;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    background-color: #FFC416;
    border-color: #FFC416;
    color: #041E42;
}

.btn-white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #041E42;
}

.btn-white.bdr_thm {
    border-color: #F5C34B;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    border-color: #F5C34B;
}

.btn-gray {
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    color: #ffffff;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
    background-color: #86BC42;
    color: #ffffff;
}

.btn-green {
    background-color: #28B928;
    border-color: #28B928;
    color: #ffffff;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #ffffff;
}

.btn-transparent2 {
    background-color: transparent;
    border-color: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    border-color: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    border-color: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    border-color: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    border-color: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    color: #4568dc;
    border-radius: 0px;
}

.btn-transparent2:hover, .btn-transparent2:active, .btn-transparent2:focus {
    background: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    background: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    background: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    background: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    background: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
    color: #ffffff;
}

.btn-default {
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 52px;
    padding: 14px 33px;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-default-height {
    height: 52px;
    line-height: 45px;
}

/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.fz0 {
    font-size: 0px;
}

.fz6 {
    font-size: 6px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz30 {
    font-size: 30px;
}

.fz40 {
    font-size: 40px;
}

.fz45 {
    font-size: 45px;
}

.fz48 {
    font-size: 48px;
}

.fz50 {
    font-size: 50px;
}

.fz55 {
    font-size: 55px;
}

.fz60 {
    font-size: 60px;
}

.fz72 {
    font-size: 72px;
}

.fz100 {
    font-size: 100px !important;
}

.lh0 {
    line-height: 0px;
}

.lh30 {
    line-height: 30px;
}

.h2 {
    height: 2px;
}

.h05 {
    height: 5px !important;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.h55 {
    height: 55px;
}

.h60 {
    height: 60px;
}

.h65 {
    height: 65px;
}

.h70 {
    height: 70px;
}

.h75 {
    height: 75px;
}

.h80 {
    height: 80px;
}

.h85 {
    height: 85px;
}

.h90 {
    height: 90px;
}

.h95 {
    height: 95px;
}

.h100p {
    height: 100%;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px !important;
}

.h280 {
    height: 280px;
}

.h300 {
    height: 300px;
}

.h320 {
    height: 320px;
}

.h345 {
    height: 345px;
}

.h350 {
    height: 350px;
}

.h355 {
    height: 355px;
}

.h400 {
    height: 400px;
}

.h450 {
    height: 450px;
}

.h500 {
    height: 500px;
}

.h550 {
    height: 550px;
}

.h600 {
    height: 600px;
}

.h650 {
    height: 650px;
}

.h660 {
    height: 660px;
}

.h700 {
    height: 700px;
}

.h750 {
    height: 750px;
}

.h800 {
    height: 800px;
}

.h850 {
    height: 850px;
}

.h900 {
    height: 900px;
}

.h950 {
    height: 950px;
}

.h1000 {
    height: 1000px;
}

.wa {
    width: auto;
}

.wfc {
    width: fit-content;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w55 {
    width: 55px;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w75 {
    width: 75px;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100% !important;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.maxw100 {
    max-width: 100%;
}

.maxw1600 {
    max-width: 1600px;
}

.maxw1800 {
    max-width: 1800px;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dif {
    display: inline-flex;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dfr {
    display: flow-root;
}

.dn {
    display: none !important;
}

.ovh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.posa {
    position: absolute;
}

.posr {
    position: relative;
}

/*== Custome Margin Padding ==*/
.ulockd-pmz {
    margin: 0;
    padding: 0;
}

.p0 {
    padding: 0 !important;
}

.p1 {
    padding: 1;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.p55 {
    padding: 55px;
}

.p60 {
    padding: 60px;
}

.p65 {
    padding: 65px;
}

.p70 {
    padding: 70px;
}

.p75 {
    padding: 75px;
}

.p80 {
    padding: 80px;
}

.pad10 {
    padding: 10% 5%;
}

.pad17 {
    padding-top: 17% !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

.pt100 {
    padding-top: 100px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 1px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pr55 {
    padding-right: 55px;
}

.pr60 {
    padding-right: 60px;
}

.pr65 {
    padding-right: 65px;
}

.pr70 {
    padding-right: 70px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1px;
}

.pl5 {
    padding-left: 5px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pl8 {
    padding-left: 8px;
}

.pl9 {
    padding-left: 9px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

.pl150 {
    padding-left: 150px;
}

.pl200 {
    padding-left: 200px;
}

.pl220 {
    padding-left: 220px;
}

.pl210 {
    padding-left: 210px;
}

.pl230 {
    padding-left: 230px;
}

.pl240 {
    padding-left: 240px;
}

.pl250 {
    padding-left: 250px;
}

.pl300 {
    padding-left: 300px;
}

.pl330 {
    padding-left: 330px;
}

.pl340 {
    padding-left: 340px;
}

.pl350 {
    padding-left: 350px;
}

.pl400 {
    padding-left: 400px;
}

.prpl0 {
    padding-left: 0;
    padding-right: 0;
}

.prpl5 {
    padding-left: 5px;
    padding-right: 5px;
}

.prpl10 {
    padding-left: 10px;
    padding-right: 10px;
}

.prpl15 {
    padding-left: 15px;
    padding-right: 15px;
}

.prpl20 {
    padding-left: 20px;
    padding-right: 20px;
}

.prpl25 {
    padding-left: 25px;
    padding-right: 25px;
}

.prpl30 {
    padding-left: 30px;
    padding-right: 30px;
}

.prpl35 {
    padding-left: 35px;
    padding-right: 35px;
}

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

.prpl2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ptpb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptpb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plpr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.m0a {
    margin: 0 auto;
}

.mt-5 {
    margin-top: -5px;
}

.mt-6 {
    margin-top: -6px;
}

.mt-7 {
    margin-top: -7px;
}

.mt-8 {
    margin-top: -8px;
}

.mt-9 {
    margin-top: -9px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-35 {
    margin-top: -35px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-45 {
    margin-top: -45px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-55 {
    margin-top: -55px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-65 {
    margin-top: -65px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-75 {
    margin-top: -75px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-85 {
    margin-top: -85px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-95 {
    margin-top: -95px;
}

.mt-100 {
    margin-top: -100px;
}

.mt-120 {
    margin-top: -120px;
}

.mt-150 {
    margin-top: -150px;
}

.mt-200 {
    margin-top: -200px;
}

.m--1 {
    margin: -1px;
}

.m--2 {
    margin: -2px;
}

.ms--1 {
    margin-left: -1px;
}

.me--1 {
    margin-right: -1px;
}

.mx--1 {
    margin-left: -1px;
    margin-right: -1px;
}

.my--1 {
    margin-top: -1px;
    margin-bottom: -1px;
}

.mx--2 {
    margin-left: -2px;
    margin-right: -2px;
}

.my--2 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.m55 {
    margin: 55px;
}

.m60 {
    margin: 60px;
}

.m65 {
    margin: 65px;
}

.m70 {
    margin: 70px;
}

.m75 {
    margin: 75px;
}

.m80 {
    margin: 80px;
}

.m85 {
    margin: 85px;
}

.m90 {
    margin: 90px;
}

.m95 {
    margin: 95px;
}

.m100 {
    margin: 100px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px !important;
}

.mt300 {
    margin-top: 3000px;
}

.mt-30 {
    margin-top: -30px;
}

.mr0 {
    margin-right: 0px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr9 {
    margin-right: 9px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.mr95 {
    margin-right: 95px;
}

.mr100 {
    margin-right: 100px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml47 {
    margin-left: 47px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

.zi0 {
    z-index: 0;
}

.zi1 {
    z-index: 1;
}

.zi9 {
    z-index: 9;
}

.zi-1 {
    z-index: -1;
}

.curp {
    cursor: pointer;
}

/*== BackGround Images ==*/
.bg-img1 {
    background-image: url(../images/background/1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.bg-img2 {
    background-attachment: fixed;
    background-image: url("../images/background/2.html");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
}

.bg-img3 {
    background-attachment: fixed;
    background-image: url("../images/background/3.html");
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}

.bg-img4 {
    background-attachment: fixed;
    background-image: url("../images/background/4.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img5 {
    background-attachment: fixed;
    background-image: url("../images/background/5.html");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img6 {
    background-attachment: fixed;
    background-image: url("../images/background/6.html");
    background-position: center;
    background-size: cover;
}

.bg-img7 {
    background-attachment: fixed;
    background-image: url("../images/background/7.html");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img8 {
    background-attachment: fixed;
    background-image: url("../images/background/8.html");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img9 {
    background-attachment: fixed;
    background-image: url("../images/background/9.html");
    background-position: center;
    background-repeat: no-repeat;
    height: 960px;
}

.bg-img10 {
    background-attachment: fixed;
    background-image: url("../images/background/10.html");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-home1 {
    background-image: url(../images/home/1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.bg-home2 {
    background-image: url(../images/home/2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.bg-home3 {
    background-image: url(../images/home/3.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.bg-home4 {
    background-image: url(../images/home/4.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.bg-home6 {
    background-image: url(../images/home/6.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.bg-home7 {
    background-image: url(../images/home/7.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.bg-home10 {
    background-image: url(../images/home/9.html);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 860px;
}

.bg-img-png-home2 {
    background-attachment: fixed;
    background-image: url("../images/background/home2-bg2.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-img-png-home6 {
    background-attachment: fixed;
    background-image: url("../images/background/home6-bg1.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*== CSS Animation Code Start ==*/
.wobble {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: wobble;
    animation-timing-function: ease-in-out;
    display: block;
    color: white;
}

.animate_content {
    position: relative;
}

.animate_content .animate_thumb img,
.order_tracking_thumb img {
    -webkit-transition: box-shadow 500ms ease;
    -moz-transition: box-shadow 500ms ease;
    -o-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
}

/*== CSS Animation Code End ==*/
section {
    padding: 100px 0;
    position: relative;
}

.main-title {
    position: relative;
    margin-bottom: 25px;
}

.main-title h2 {
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.main-title h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-title p {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.main-title p a {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.title_more_btn {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    position: relative;
}

.title_more_btn:before {
    background-color: #041E42;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title_more_btn:hover:before {
    width: 100%;
}

.title_more_btn.dark {
    color: #041E42;
}

.title_more_btn.dark:before {
    background-color: #041E42;
}

.title_more_btn.thm:before {
    background-color: #86BC42;
}

.title_more_btn.thm3:before {
    background-color: #CF3E3B;
}

.preloader {
    background-color: #ffffff;
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.scrollToHome {
    background-color: #F5C34B;
    border-radius: 6px;
    bottom: -45px;
    color: #FFFFFF;
    display: block;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollToHome:hover {
    color: #FFFFFF;
}

.scrollToHome.show {
    bottom: 45px;
    right: 45px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.scrollToHome.home3 {
    background-color: #CF3E3B;
}

.scrollToHome.home4 {
    background-color: rgba(13, 38, 59, 0.1);
    color: #041E42;
}

.scrollToHome.home8 {
    background-color: #F5F7FC;
    color: #041E42;
}

.scrollToHome.home10 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/*== BackGround Color White Overlay ==*/
.bgc-overlay-white3:before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white35:before {
    background-color: rgba(255, 255, 255, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white4:before {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white45:before {
    background-color: rgba(255, 255, 255, 0.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white5:before {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white55:before {
    background-color: rgba(255, 255, 255, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white6:before {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white65:before {
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white7:before {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white75:before {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white8:before {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white85:before {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white9:before {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white95:before {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*== BackGround Color Black Overlay ==*/
.bgc-overlay-black3:before {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black35:before {
    background-color: rgba(0, 0, 0, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black4:before {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black45:before {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black5:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black55:before {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black6:before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black65:before {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black7:before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black75:before {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black8:before {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black85:before {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black9:before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black95:before {
    background-color: rgba(0, 0, 0, 0.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*== Parallax Css ==*/
.parallax {
    /*background-attachment: scroll;*/
    background-position: 50% 0px;
    z-index: 1;
    position: relative;
}

/*== Divider Css ==*/
.divider {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 180px 0 200px;
    position: relative;
}

.divider:before {
    background-color: rgba(13, 38, 59, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.divider.home-style1 {
    background-attachment: fixed;
    background-image: url("../images/background/1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divider.home-style3 {
    background-attachment: fixed;
    background-image: url("../images/background/3.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.divider.home-style8 {
    background-attachment: fixed;
    background-image: url("../images/background/3.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 70px;
}

.divider.home-style9 {
    background-attachment: fixed;
    background-image: url("../images/background/9.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.divider.home4 {
    padding: 85px 0;
}

.divider.home5 {
    padding: 100px 0 70px;
}

.form_control {
    border-radius: 6px;
    box-shadow: none;
    height: 55px;
}

.form_control {
    border: 1px solid #ebebeb;
    padding-left: 20px;
}

.form_control:active,
.form_control:focus {
    border: 1px solid #041E42;
    box-shadow: none;
    outline: none;
}

.form_control::placeholder {
    color: #626974;
    font-size: 14px;
}

.form_control:active::placeholder,
.form_control:focus::placeholder,
.contact_form.profile textarea.form-control:active::placeholder,
.contact_form.profile textarea.form-control:focus::placeholder {
    color: #041E42;
}

/*== Chart Js Css ==*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 100%;
}

/* arrow fontawesome icon to the right */
.body_content.translated {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    -o-transform: translateX(330px);
    transform: translateX(330px);
}

.listing_sidebar {
    position: relative;
}

.filter_open_btn.listing_page11 {
    background-color: #86BC42;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    left: 30px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    width: 170px;
}

.filter_open_btn.listing_page11 span {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

.filteropen,
.filteropen2,
.filter_open_btn {
    /*  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 140px;*/
    z-index: 0;
}

#open.fa-filter:before,
#open.flaticon-close:before,
#open2.fa-filter:before,
#open2.flaticon-close:before {
    left: 0;
    position: absolute;
    width: 48px;
}

.filteropen.style2,
.filteropen2.style2 {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

.listing_toogle_sidebar.sidenav {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-top: none;
    height: 875px;
    left: 0;
    overflow-x: hidden;
    padding: 0 0 70px;
    position: fixed;
    top: 170px;
    width: 380px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-100%, -80px);
    -moz-transform: translate(-100%, -80px);
    -o-transform: translate(-100%, -80px);
    transform: translate(-100%, -80px);
}

.listing_toogle_sidebar.sidenav a {
    display: block;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing_toogle_sidebar.sidenav .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    top: 0;
    right: 25px;
}

.listing_toogle_sidebar.sidenav::-webkit-scrollbar {
    background: transparent;
    border-radius: 10px;
    padding-right: 10px;
    width: 8px;
}

.listing_toogle_sidebar.sidenav::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 3px;
    margin-right: 5px;
}

/* Shop Order Page Style */
.order_complete_message {
    position: relative;
}

.order_complete_message .icon {
    border-radius: 50%;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}

.order_complete_message .title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0em;
}

.order_complete_message .para {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.shop_order_box {
    position: relative;
}

.shop_order_box .order_list_raw {
    background-color: #fff;
    border: 1px dashed #626974;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 35px 40px 35px;
}

.shop_order_box .order_list_raw ul {
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li {
    margin-right: 80px;
    text-align: left;
}

.shop_order_box .order_list_raw ul li:last-child {
    margin-right: 0px;
}

.shop_order_box .order_list_raw ul li h5 {
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li p {
    color: #041E42;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.shop_order_box .order_details {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 40px 50px 20px;
}

.shop_order_box .order_details .title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_order_box .order_details .od_content .product_name_qnt,
.order_sidebar_widget .product_name_qnt {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.order_sidebar_widget .product_name_qnt {
    margin-bottom: 15px;
}

.shop_order_box .order_details .od_content .product_name_qnt span,
.order_sidebar_widget .product_name_qnt span {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.shop_order_box .order_details .od_content .subtitle p {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle span {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle .free_shipping {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_order_box .order_details .od_content .subtitle .fwn_bd_color {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

/*== Shop Chaeckout Page Style ==*/
.list_last_content .para {
    color: #000000;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.checkout_form {
    position: relative;
}

.checkout_form.style2 {
    position: relative;
}

.checkout_form .title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.checkout_form .checkout_coupon .form1 {
    display: block;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
}

.checkout_form .checkout_coupon form input {
    background-color: transparent;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #626974;
    font-size: 14px;
    line-height: 18px;
    height: 55px;
    margin-right: 24px;
    padding-left: 15px;
}

.checkout_form .checkout_coupon form .form-control:placeholder {
    color: #626974;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.checkout_form .checkout_coupon form input.form_control:active,
.checkout_form .checkout_coupon form input.form_control:focus,
.checkout_form .checkout_coupon form textarea:active,
.checkout_form .checkout_coupon form textarea:focus,
.checkout_form .checkout_coupon form input.coupon_input:focus {
    color: #041E42;
}

.checkout_form .checkout_coupon form input.form_control:active::placeholder,
.checkout_form .checkout_coupon form input.form_control:focus::placeholder {
    color: #041E42;
}

.checkout_form .checkout_coupon form.form_one {
    max-width: 350px;
    width: 100%;
}

.checkout_form .checkout_coupon form input.coupon_input {
    border: 1px dashed #626974;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    height: 55px;
    padding-left: 20px;
    width: 100%;
}

.checkout_form .checkout_coupon form .apply_count_btn {
    position: absolute;
    right: 30px;
    top: 10px;
    text-decoration: underline;
}

.checkout_form .checkout_coupon form textarea {
    background-color: transparent;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    padding: 20px;
}

.checkout_form .checkout_coupon form button {
    border-radius: 6px;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
    padding: 12px 35px;
}

.checkout_form .checkout_coupon .form_two {
    position: absolute;
    right: 0;
}

.checkout_form .checkout_coupon .form2 .form-group {
    margin-bottom: 25px;
}

.checkout_form .checkout_coupon .form2 label {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.checkout_form .checkout_coupon .form2 .ai_title {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.checkout_form .checkout_coupon .form2 p {
    font-size: 16px;
    color: #041E42;
    font-weight: bold;
    line-height: 1.75;
}

.checkout_form.style2 .checkout_country_form {
    position: relative;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button.btn.dropdown-toggle {
    border: 1px solid #EAEAEA;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.checkout_form.style2 .custom_checkbox .checkmark {
    top: 3px;
}

.checkout_form.style2 label.custom_checkbox {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.order_sidebar_widget {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.order_sidebar_widget.style2 {
    background-color: #fff;
    padding: 30px;
}

.order_sidebar_widget .title {
    color: #041E42;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.order_sidebar_widget .subtitle p,
.order_sidebar_widget .subtitle.style2 span {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.order_sidebar_widget .subtitle.totals p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
}

.order_sidebar_widget.checkout_page {
    padding: 30px 30px 10px;
}

.order_sidebar_widget.checkout_page .title {
    margin-bottom: 20px;
}

.order_sidebar_widget.checkout_page,
.order_sidebar_widget.checkout_page ul li {
    position: relative;
}

.order_sidebar_widget.checkout_page ul li:first-child {
    border-bottom: none;
    padding-bottom: 0;
}

.order_sidebar_widget.checkout_page ul li {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page ul li:last-child {
    border-bottom: none;
}

.order_sidebar_widget.checkout_page .product_name_qnt {
    position: relative;
    width: 70%;
}

.order_sidebar_widget.checkout_page .price,
.order_sidebar_widget.checkout_page .price {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    position: absolute;
    right: 0;
    top: 0;
}

.order_sidebar_widget.checkout_page li.subtitle p {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
}

.order_sidebar_widget.checkout_page .payment_method .pm_content {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page .payment_method .pmtitle {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.order_sidebar_widget.checkout_page .payment_method .pm_details p {
    color: #626974;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.ui_kit_checkbox.checkout_pm .custom_checkbox {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.ui_kit_checkbox.checkout_pm .custom_checkbox .checkmark {
    top: 5px;
}

.payment_widget_btn .btn-block {
    color: #041E42;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    width: 100%;
}

.ui_kit_radiobox .radio label img {
    width: 86px;
}

.ui_kit_radiobox.checkout .radio input[type=radio] + label .radio-label {
    height: 13px;
    top: 12px;
    width: 13px;
}

.ui_kit_radiobox.checkout .radio input[type=radio]:checked + label .radio-label {
    box-shadow: inset 0 0 0 2px #86bc42;
}

.shopping_cart_table tbody.table_body td .cart_count {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #041E42;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    line-height: 1.2;
    width: 130px;
}

.shopping_cart_table .table thead tr,
.shopping_cart_table .table tbody.table_body tr {
    border: 1px solid #EAEAEA;
}

.shopping_cart_table .table thead tr th:first-child {
    text-align: left;
}

.shopping_cart_table .table thead tr th:nth-child(2),
.shopping_cart_table .table thead tr th:nth-child(3),
.shopping_cart_table .table thead tr th:nth-child(4) {
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr th {
    text-align: left;
}

.shopping_cart_table .table tbody.table_body tr td {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr td:last-child {
    color: #041E42;
    cursor: pointer;
    font-size: 14px;
}

.shopping_cart_table .table tbody.table_body tr th,
.shopping_cart_table .table tbody.table_body tr td {
    padding: 30px 0;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block {
    border: 1px solid #EAEAEA;
    border-radius: 60px;
    height: 42px;
    vertical-align: middle;
    width: 110px;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus3.inner_page {
    background-color: #F3F5F6;
    font-size: 10px;
    height: 30px;
    right: 5px;
    top: 5px;
    width: 30px;
    transform: rotate(0deg);
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page {
    background-color: transparent;
    left: 5px;
    right: auto;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page:hover {
    background-color: #F3F5F6;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num2,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num3 {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shopping_cart_table .table thead tr th {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.shopping_cart_table tbody.table_body th .cart_list img {
    width: 100px;
}

.shopping_cart_table tbody.table_body th .cart_list .cart_title {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.table_body td {
    vertical-align: middle;
}

/* Shop Single Page Style */
.shop_single_natabmenu {
    position: relative;
}

.shop_single_natabmenu .nav-link {
    border: 1px solid #EAEAEA;
    background-color: transparent;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}

.shop_single_natabmenu .nav-link.active {
    border: 2px solid #443297;
    background-color: transparent;
}

.shop_single_natabmenu .nav-link img {
    width: 60px;
}

.shop_single_natabmenu .product_popup {
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: 0;
}

.cart_btn_widget {
    position: relative;
}

.cart_btn_widget.shop_single2_style .btn {
    border-radius: 60px;
    padding: 14px 35px;
}

.cart_btn_widget.shop_single3_style .btn {
    border-radius: 60px;
    height: 52px;
    line-height: 40px;
    width: 222px;
}

.cart_btn_widget.shop_single3_sbt_style .btn {
    border-radius: 60px;
    padding: 14px 45px;
}

.cloth_size_list_sscs_page {
    position: relative;
}

.color_chose_list_sscs_page h6.title,
.cloth_size_list_sscs_page h6.title {
    font-size: 14px;
    line-height: 22px;
}

.cloth_size_list_sscs_page li a,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    letter-spacing: 0em;
    padding: 0;
    width: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cloth_size_list_sscs_page li a.active,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link.active,
.cloth_size_list_sscs_page li a:hover {
    background-color: #041E42;
    border-radius: 6px;
    color: #FFFFFF;
}

.shop_single_natabmenu.color_switch .nav-link {
    border: none;
    height: auto;
    width: auto;
}

.home3_cart_item {
    padding: 80px 40px;
    position: relative;
}

.home3_cart_item .home3_cart_item_btns .btn {
    border-radius: 60px;
    width: 210px;
}

.home3_cart_item .single_content .details {
    position: relative;
}

.home3_cart_item .single_content .details:last-child {
    width: 81%;
}

.home3_cart_item .single_content .title {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0;
}

.home3_cart_item .single_content .details .progressbar {
    position: relative;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar {
    height: 6px;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar .bar-innner {
    background-color: #FFFFFF;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar .bar-fill {
    background-color: #041E42;
}

.home3_cart_item .shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar,
.home3_cart_item .shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar {
    border: 1px solid #EAEAEA;
}

.home3_cart_item .shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar:hover,
.home3_cart_item .shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar:hover {
    background-color: transparent;
    border: 1px solid #041E42;
}

.single_product_grid {
    margin: 0;
    position: relative;
    text-align: center;
}

.single_product_grid .sps_content {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 30px;
}

.single_product_grid .sps_content .content {
    text-align: left;
}

.shop_single_product_details {
    padding: 0 30px;
    position: relative;
}

.shop_single_product_details.sidebar {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    padding: 30px;
}

.shop_single_product_details.sidebar.ss3_style {
    background-color: #F3F5F6;
}

.shop_single_product_details .shop_item_stock .stock {
    background-color: #CF3E3B;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 5px 17px 5px 17px;
    text-align: center;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link span {
    color: #041E42;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 0 7px;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link span {
    font-size: 16px;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover span {
    background-color: transparent;
    color: #86BC42;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:active,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:focus {
    box-shadow: none;
    outline: none;
}

.shop_single_product_details .title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.shop_single_product_details p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.shop_single_product_details h4 {
    color: #041E42;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.182;
    margin-bottom: 15px;
}

.shop_single_product_details .quantity-num2.shop_single_page_sidebar,
.shop_single_product_details .quantity-num3.shop_single_page_sidebar {
    border: 1px solid #EAEAEA;
    border-radius: 60px;
    height: 52px;
    width: 132px;
}

.shop_single_product_details.shop_single3_style .quantity-block.home_page_sidebar {
    width: 100%;
}

.shop_single_product_details.shop_single3_style .quantity-num2.shop_single_page_sidebar {
    max-width: inherit;
    width: 100%;
}

.shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar,
.shop_single_product_details .quantity-arrow-minus3.shop_single_page_sidebar {
    border-radius: 50%;
    left: 10px;
    top: 13px;
}

.shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar,
.shop_single_product_details .quantity-arrow-plus3.shop_single_page_sidebar {
    border-radius: 50%;
    right: 10px;
    top: 13px;
}

.shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-minus3.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-plus3.shop_single_page_sidebar:hover {
    background-color: #F3F5F6;
}

.shop_single_wishlist_area li {
    border-right: 1px solid #EAEAEA;
}

.shop_single_wishlist_area li:last-child {
    border-right: none;
}

.shop_single_wishlist_area li a {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.shop_single_wishlist_area li a span {
    vertical-align: middle;
}

.shop_single_product_details .sspd_price {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
}

.shop_single_product_details .sspd_price small {
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.shop_single_table {
    position: relative;
}

.shop_single_table thead tr th,
.shop_single_table tbody tr th {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    padding-left: 30px;
}

.shop_single_table tbody tr td {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
}

.shop_single_table.style3 thead tr th,
.shop_single_table.style3 tbody tr th,
.shop_single_table.style3 tbody tr td {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.ss_cart_btn {
    border-radius: 60px;
    height: 52px;
    line-height: 35px;
}

.shop_item_pack {
    position: relative;
}

.shop_item_pack ul li:first-child a {
    border: transparent;
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    padding-left: 0;
    text-align: left;
}

.shop_item_pack ul li:first-child a:hover {
    border: transparent;
    color: #041E42;
}

.shop_item_pack ul li {
    text-align: center;
}

.shop_item_pack ul li a {
    border: 1px solid #ebebeb;
    border-radius: 60px;
    color: #626974;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 8px 17px;
    text-align: center;
}

.shop_item_pack ul li a:hover {
    border: 1px solid #86BC42;
    color: #86BC42;
}

.shop_item_pack ul li:last-child a {
    border: none;
    color: #86BC42;
    padding-left: 10px;
}

.shop_single_product_details .cart_btns input:focus {
    outline: none;
}

.shop_single_product_details .cart_btns button.btn {
    border-radius: 60px;
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 52px;
    margin: 0;
    padding: 10px 35px;
    width: 230px;
}

.shop_single_product_details .sspd_sku li a {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.shop_single_siderbar_mini_content h4 {
    font-size: 16px;
    line-height: 28px;
}

.shop_single_siderbar_mini_content p,
.shop_single_siderbar_mini_content a {
    color: #041E42;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_single4_sidebar_list li a {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_single_product_details .sspd_sku li .social_icons li:hover {
    background-color: transparent;
}

.shop_single_product_details .sspd_sku li .social_icons li:hover a {
    color: #86BC42;
}

.shop_single_product_details .sspd_sku li .social_icons a {
    color: #041E42;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
}

.product_single_content .mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    color: #626974;
    line-height: 1.857;
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title ul li a {
    color: #626974;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title .sspd_review ul li {
    margin-right: 2px;
}

.mbp_pagination_comments .mbp_first img {
    width: 70px;
}

.bsp_reveiw_wrt {
    margin-bottom: 30px;
}

.bsp_reveiw_wrt h4 {
    color: #041E42;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 35px;
}

.review_star li p {
    font-size: 14px;
    color: #041E42;
    line-height: 1.714;
    padding-left: 10px;
}

.review_star li,
.review_star li .sspd_review ul li {
    margin-right: 0;
}

.review_star li ul li a {
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    color: #bcc52a;
    line-height: 2.143;
}

.review_star li ul li:last-child a {
    color: #e1e1e1;
}

.bsp_reveiw_wrt .comments_form {
    background-color: transparent;
    padding: 0;
}

.bsp_reveiw_wrt .form-check {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -o-inline-box;
    display: inline-box;
    margin-bottom: 25px;
}

.bsp_reveiw_wrt .form-check-input {
    border: 1px solid #041E42;
    border-radius: 4px;
    box-shadow: none;
    height: 16px;
    margin-right: 10px;
    outline: none;
    width: 16px;
}

.bsp_reveiw_wrt .form-check-input:checked {
    background-color: #041E42;
}

.bsp_reveiw_wrt label.form-check-label {
    color: #000000;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.review_star ul li {
    margin-right: 3px !important;
}

.review_star ul li a {
    font-size: 10px;
    color: #626974;
}

.bsp_reveiw_wrt .comments_form .form-group input {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    color: #626974;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.bsp_reveiw_wrt .comments_form .form-group input:focus,
.bsp_reveiw_wrt .comments_form .form-group input:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:visited,
.bsp_reveiw_wrt .comments_form .form-group textarea:focus {
    color: #041E42;
    border: 1px solid #041E42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.bsp_reveiw_wrt .comments_form .form-group textarea {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 20px;
}

.bsp_reveiw_wrt .comments_form button.btn {
    border-radius: 6px;
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    height: 52px;
    line-height: 40px;
    width: 116px;
}

.bsp_reveiw_wrt .comments_form label {
    color: #041E42;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

/* Google map Multiple marker with content box */
.home_two_map.style2 {
    display: table-footer-group;
    position: relative;
}

.map-canvas.half_style {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
}

/*== Invoice Page ==*/
.invoice_down_print {
    border-radius: 6px;
    color: #041E42;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 101px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.invoice_table {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.invoice_table.order {
    box-shadow: none;
}

.invoice_table .wrapper {
    padding: 100px 50px;
}

.invoice_table .table {
    border: 1px solid transparent;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
}

.invoice_table .table tr.tblh_row {
    background-color: #F3F5F6;
    border-radius: 8px;
}

.invoice_table .table tr.tblh_row th {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
}

.invoice_table .table tr th.tbl_title,
.invoice_table .table tr td.tbl_title {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.invoice_table .table tr td.tblpr_title {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.invoice_table .table tr th.tblp_title,
.invoice_table .table tr td.tblp_title {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.order_table {
    border: 1px solid #ebebeb;
}

.shopping_cart_table thead,
.order_table thead {
    background-color: #F3F5F6;
}

.order_table .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.account_user_deails .order_table thead {
    border-radius: 6px;
    overflow: hidden;
}

.account_user_deails .order_table {
    border: none;
}

.shopping_cart_table .table th,
.account_user_deails .order_table .table th {
    padding: 20px 25px;
}

.account_user_deails .order_table .table th,
.account_user_deails .order_table .table td, .account_user_deails .order_table .table td p{
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.account_user_deails .order_table .table th {
    font-weight: 500;
}

.account_user_deails.dashboard_page {
    padding-left: 25px;
}

.account_user_deails.dashboard_page .order_table .table th {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.account_user_deails .order_table .table th,
.account_user_deails.dashboard_page .order_table .table td {
    padding: 15px 0 15px 10px;
}

.dashboard_product_list .order_table .table th {
    padding: 25px 0 25px 30px;
}

.dashboard_product_list .order_table .table td {
    padding: 18px 0 18px 30px;
}

.account_user_deails .order_table .table td.status {
    font-family: Jost;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.account_user_deails .order_table .table td.status .style1 {
    background-color: #F1FAFF;
    border-radius: 6px;
    color: #00A3FF;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style2 {
    background-color: #FFF5F8;
    border-radius: 6px;
    color: #F1416C;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style3 {
    background-color: #FFF4DE;
    border-radius: 6px;
    color: #FFA800;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style4 {
    background-color: #E8FFF3;
    border-radius: 6px;
    color: #50CD89;
    padding: 10px;
}

.account_user_deails .order_table .table td.action .details {
    background-color: #F3F5F6;
    border-radius: 6px;
    font-size: 10px;
    padding: 5px 6px;
}

.account_user_deails .dboard_address .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.account_user_deails .dboard_address .title span {
    color: #443297;
    cursor: pointer;
    position: relative;
}

.account_user_deails .dboard_address p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
}

.order_table .table th {
    color: #041E42;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
}

.order_table .table td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.order_table .table thead th {
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
}

.order_table .table th,
.order_table .table td,
.invoice_table .table th,
.invoice_table .table td {
    padding: 20px 25px;
}

.order_table .table th,
.order_table .table td,
.dashboard_product_list .order_table {
    border-bottom: 1px solid #ebebeb;
}

.order_table .table {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
}

.invoice_table .invoice_date .title {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.invoice_table .invoice_date h5 {
    color: #140342;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .invoice_deails h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
}

.invoice_table .invoice_address h3 {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.invoice_table .invoice_address h5 {
    color: #140342;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .invoice_address p {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.invoice_table .invoice_deails span {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.invoice_table.property .table td {
    vertical-align: middle;
}

.invoice_table.property .table td.pending_color {
    color: #CC5040;
}

.invoice_table.property .table th {
    padding-right: 0;
}

.invoice_footer {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #EAEAEA;
    padding: 45px 0 35px;
}

.invoice_footer_content ul li {
    margin-right: 40px !important;
}

.invoice_footer_content ul li:last-child {
    margin-right: 0;
}

.invoice_footer_content ul li a {
    color: #041E42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.invoice_footer_content ul li:hover a {
    color: #F5C34B;
}

/* PROGRESS BAR Start*/
.progress-levels {
    position: relative;
}

.progress-levels .progress-box {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 4px;
}

.progress-levels .progress-box .bar .bar-innner {
    background-color: #F3F5F6;
    border-radius: 4px;
    height: 4px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.progress-levels .progress-box .bar .bar-fill {
    background-color: #F5C34B;
    border-radius: 4px;
    left: -100%;
    height: 4px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.progress-levels .progress-box .percent {
    color: #222222 !important;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -25px;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
}

.progress-levels:last-child {
    margin-bottom: 0px;
}

/* PROGRESS BAR END*/

/* Addui Slider for Pricing Range Slider Start*/
.addui-slider {
    display: block;
    box-sizing: border-box;
}

.addui-slider * {
    box-sizing: border-box;
}

.addui-slider:not(.addui-slider-isrange) {
    cursor: pointer;
}

.addui-slider .addui-slider-track {
    display: block;
    position: relative;
    background: #F3F5F6;
    border-radius: 10px;
}

.addui-slider .addui-slider-track .addui-slider-range {
    display: block;
    background: #3f51b5;
    border-radius: 6px;
    position: absolute;
}

.addui-slider .addui-slider-track .addui-slider-handle {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50px;
    cursor: pointer;
    z-index: 0;
}

.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    border-radius: 50%;
    margin-top: 0px;
    color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s, background 1s, transform 1s, margin 1s, border-radius 1s;
    transform: scale(1, 0) rotate(0deg);
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value span {
    color: #041E42;
    display: block;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value {
    background: #dfdfdf;
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
    margin-top: -35px;
    border-radius: 6px;
}

.addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
    margin-top: -35px;
    border-radius: 6px;
}

.addui-slider .addui-slider-track .addui-slider-handle:after {
    background: #ffffff;
    border: 2px solid #86BC42;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 30px;
    left: 13px;
    position: relative;
    top: 13px;
    width: 30px;
}

.addui-slider.addui-slider-vertical {
    height: calc(100% - 50px);
    width: 50px;
    margin: 25px 16px;
}

.addui-slider.addui-slider-vertical .addui-slider-track {
    height: 100%;
    width: 4px;
    top: 0;
    left: 23px;
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-range {
    width: 4px;
    height: auto;
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle {
    left: -24px;
    top: auto;
    transform: translateY(50%);
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle.addui-slider-handle-l {
    z-index: 2;
}

.addui-slider.addui-slider-horizontal {
    height: 50px;
    width: 100%;
}

.addui-slider.addui-slider-horizontal .addui-slider-track {
    height: 6px;
    width: 100%;
    top: 23px;
    left: 0;
}

.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-range {
    width: auto;
    height: 6px;
}

.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-handle {
    left: auto;
    top: -24px;
    transform: translateX(-50%);
}

.zmart_custom_range_slider {
    position: relative;
}

.zmart_custom_range_slider.sidebar_prc_slider .addui-slider-handle.addui-slider-handle-l .addui-slider-value {

}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    background-color: #FFFFFF;
    display: block;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;

    float: right;
    height: 45px;
    margin-top: -37px;
    opacity: 1;
    pointer-events: none;
    width: 85px;
    transition: opacity 1s, background 1s, transform 1s, margin 1s, border-radius 1s;
    transform: scale(1, 1) rotate(0deg);
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value span {
    padding-left: 10px;
    text-align: left;
}

.zmart_custom_range_slider .addui-slider.addui-slider-horizontal .addui-slider-track {
    background-color: #F3F5F6;
}

.zmart_custom_range_slider .addui-slider-handle.addui-slider-handle-l .addui-slider-value {
    margin-left: 20px;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle:after {
    background-color: #FFFFFF;
    border: 2px solid #041E42;
    height: 14px;
    left: 20px;
    top: 19px;
    width: 14px;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-range {
    background-color: #041E42;
}

/* Addui Slider for Pricing Range Slider End*/
/* Listing Page Table */
.editing_list ul {
    margin-bottom: 0;
}

.editing_list ul li {
    background-color: #F3F5F6;
    border-radius: 6px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.editing_list ul li a {
    color: #626974;
    font-size: 16px;
}

/*Range Slider UI Layouts*/
.uilayout_range {
    max-width: 330px;
    position: relative;
    width: 100%;
}

.uilayout_range .asRange .asRange-pointer {
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    left: 30%;
    margin-left: -4px;
    position: absolute;
    top: -13px;
    width: 30px;
    z-index: 2;
}

.uilayout_range .asRange .asRange-pointer .asRange-tip {
    background-color: #F3F5F6;
    border: 1px solid #F3F5F6;
    border-radius: 3px;
    color: #041E42;
    font-size: 14px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-left: -14px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 60px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
}

.uilayout_range.home1_style {
    margin: 0 30px;
}

.uilayout_range.home1_style .asRange .asRange-pointer .asRange-tip {
    display: none;
}

/* == Gallery == */
.gallery_item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.gallery_item img {
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery_item:before {
    background-color: rgba(18, 18, 18, .5);
    border-radius: 5px;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery_item:hover:before {
    opacity: 1;
}

.gallery_item .gallery_overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.gallery_item:hover img,
.gallery_item:hover .gallery_overlay,
.gallery_item:hover .gallery_overlay .icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery_item .gallery_overlay .icon {
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-size: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*  Divider Forms CSS  */
.contact_page_content .mtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.contact_page_content p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.contact_page_content .contact_icon_box {
    position: relative;
}

/*  Map Switcher Css Code Start  */
.switch {
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input:checked + label::before {
    background-color: #041E42;
}

.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.switch input + label::before, .switch input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}

.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

/*  Map Switcher Css Code End  */
.single_line .para {
    color: #626974;
    font-size: 14px;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
}

.energy_class .single_line {
    display: flow-root;
}

.energy_class .single_line .para {
    font-weight: 600;
    color: #041E42;
}

.single_line .review {
    float: right;
    margin-bottom: 0;
}

.single_line .review li {
    margin-right: 3px;
}

.single_line .review li:nth-child(5) {
    margin-right: 25px;
}

.single_line .review span.total_rive_count {
    font-size: 14px;
    color: #626974;
    line-height: 40px;
}

.single_line .review li a {
    font-size: 14px;
    color: #CAB877;
    line-height: 40px;
}

canvas#myChart {
    height: auto;
    max-width: 600px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Menu Mega Code Start */
#mega-menu {
    cursor: pointer;
    max-width: 200px;
    width: 100%;
}

#mega-menu,
.mega_button_dropdown_menu {
    height: 50px;
    position: absolute;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega_button_dropdown_menu {
    top: -10px;
}

.home7_style #mega-menu {
    height: 60px;
    max-width: initial;
    top: -1px;
    width: 270px;
}

.home9_style #mega-menu {
    height: 60px;
    max-width: initial;
    top: -20px;
    width: 290px !important;
}

.mega_button_dropdown_menu.home4_style {
    border-radius: 0;
    top: 0;
    width: 300px;
}

.mega_button_dropdown_menu.active ul.menu {
    box-shadow: none;
}

.btn-mega,
#mega-menu .btn-mega,
.mega_button_dropdown_menu .btn-mega {
    line-height: 40px;
    position: relative;
    z-index: 98;
}

#mega-menu .btn-mega:after {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 30px;
    position: absolute;
    right: -20px;
    top: -3px;
    width: 1px;
}

.home4_style #mega-menu .btn-mega,
.home4_style .mega_button_dropdown_menu .btn-mega {
    color: #041E42;
}

.home3_style #mega-menu .btn-mega .pre_line,
.home3_style #mega-menu .btn-mega .pre_line:before,
.home3_style #mega-menu .btn-mega .pre_line:after,
.home4_style #mega-menu .btn-mega .pre_line,
.home4_style #mega-menu .btn-mega .pre_line:before,
.home4_style #mega-menu .btn-mega .pre_line:after {
    background-color: #041E42;
}

.btn-mega.home7_style:after,
.home5_style_megamenu_btn .btn-mega:after {
    display: none;
}

.home5_style_megamenu_btn #mega-menu {
    max-width: 30px;
}

.home5_style_megamenu_btn #mega-menu ul.menu:before {
    left: 10px;
}

header.header-nav.menu_style_home_one.home5_styles .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    width: auto;
}

#mega-menu .btn-mega .ctr_title,
.mega_button_dropdown_menu .btn-mega .ctr_title {
    margin-left: 30px;
}

#mega-menu .btn-mega.home2
.mega_button_dropdown_menu .btn-mega.home2 {
    background-color: transparent;
}

.mega_button_dropdown_menu .btn-mega.home2 .icon {
    display: none;
}

#mega-menu .btn-mega.home3,
.mega_button_dropdown_menu .btn-mega.home3 {
    background-color: #DD6764;
}

.home4_style_mm_btn {
    top: 0 !important;
    width: 300px !important;
    z-index: 0;
}

#mega-menu .btn-mega.home4,
.mega_button_dropdown_menu .btn-mega.home4 {
    background-color: #fff;
    border-radius: 0;
}

#mega-menu .btn-mega.home4 .pre_line,
#mega-menu .btn-mega.home4 .ctr_title,
#mega-menu .btn-mega.home4 .icon,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line,
.mega_button_dropdown_menu .btn-mega.home4 .ctr_title,
.mega_button_dropdown_menu .btn-mega.home4 .icon {
    color: #041E42;
}

#mega-menu .btn-mega.home4 .icon,
#mega-menu .btn-mega.home7_style .icon,
.mega_button_dropdown_menu .btn-mega.home4 .icon {
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 15px;
}

#mega-menu .btn-mega.home4 .pre_line,
#mega-menu .btn-mega.home4 .pre_line:after,
#mega-menu .btn-mega.home4 .pre_line:before,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line:after,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line:before {
    background-color: #041E42;
}

#mega-menu ul.menu.home4_style,
.mega_button_dropdown_menu ul.menu.home4_style {
    border-radius: 0;
}

#mega-menu ul.menu.home4_style li .drop-menu,
.mega_button_dropdown_menu ul.menu.home4_style li .drop-menu {
    left: 270px;
}

#mega-menu:hover ul.menu,
.mega_button_dropdown_menu:hover ul.menu,
.mega_button_dropdown_menu.active ul.menu {
    opacity: 1;
    top: 10px;
    visibility: visible;
    width: 270px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu:before {
    background-color: #ffffff;
    content: "";
    height: 10px;
    left: 35px;
    position: absolute;
    top: -5px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

#mega-menu ul.menu.home9_style:before {
    left: auto;
    right: 25px;
}

#mega-menu .btn-mega .pre_line,
.mega_button_dropdown_menu .btn-mega .pre_line {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 20px;
}

.mega_button_dropdown_menu .btn-mega .pre_line:before {
    background-color: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 25px;
}

#mega-menu .btn-mega .pre_line:before,
#mega-menu .btn-mega .pre_line:after {
    background-color: #fff;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 15px;
}

.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line,
.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line:before,
.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line:after {
    background-color: #041E42;
}

#mega-menu .btn-mega .pre_line:before {
    left: 5px;
    top: -8px;
    width: 15px;
}

#mega-menu ul.menu {
    border-radius: 0 0 0 6px;
}

#mega-menu ul.menu,
.mega_button_dropdown_menu ul.menu {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    /*height: 500px;*/
    opacity: 0;
    position: relative;
    top: 20px;
    z-index: 90;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu li a,
.mega_button_dropdown_menu ul.menu li a {
    border-left: 2px solid transparent;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    position: relative;
}

#mega-menu ul.menu li {
    background-color: #ffffff;
    border-left: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mega-menu ul.menu li:hover {
    background-color: #F3F5F6;
    border-left: 2px solid #443297;
}

.home7_style #mega-menu ul.menu li.list:hover,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover {
    border-left: 2px solid #60C260;
}

.home7_style #mega-menu ul.menu li.list:hover a.dropdown,
.home7_style #mega-menu ul.menu li.list:hover a .menu-icn,
.home7_style #mega-menu ul.menu li.list:hover a .menu-title,
.home7_style #mega-menu ul.menu li.list:hover a.dropdown:after,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a.dropdown,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a .menu-icn,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a .menu-title,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a.dropdown:after {
    color: #60C260;
}

#mega-menu ul.menu li:hover a {
    color: #443297;
}

#mega-menu ul.menu li:last-child a,
.mega_button_dropdown_menu ul.menu li:last-child a {
    border-bottom: none;
}

#mega-menu ul.menu li:hover a span,
#mega-menu ul.menu li:hover a.dropdown:after,
.mega_button_dropdown_menu ul.menu li:hover a span,
.mega_button_dropdown_menu ul.menu li:hover a.dropdown:after {
    color: #443297;
}

#mega-menu ul.menu li a.dropdown:after,
.mega_button_dropdown_menu ul.menu li a.dropdown:after {
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 29px;
    font-size: 14px;
    color: #041E42;
}

#mega-menu ul.menu li a .menu-icn,
.mega_button_dropdown_menu ul.menu li a .menu-icn {
    color: #041E42;
    font-size: 20px;
    margin-right: 8px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#mega-menu ul.menu li a .menu-title,
.mega_button_dropdown_menu ul.menu li a .menu-title {
    color: #041E42;
    font-size: 14px;
    line-height: 50px;
}

#mega-menu.style1 ul.menu,
.mega_button_dropdown_menu.style1 ul.menu {
    transform: translateY(0%);
    opacity: 1;
    top: -1px;
    visibility: visible;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#mega-menu ul.menu li:hover .drop-menu,
.mega_button_dropdown_menu ul.menu li:hover .drop-menu {
    background-color: #F3F5F6;
    border-radius: 0 0 6px 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(1.8%);
}

#mega-menu ul.menu li .drop-menu,
.mega_button_dropdown_menu ul.menu li .drop-menu {
    transform: translateX(-1%);
    opacity: 0;
    visibility: hidden;
    padding: 27px 7px 27px 0;
    position: absolute;
    top: -1px;
    left: 248px;
    width: 1140px;
    border-radius: 10px;
    z-index: -1;
    height: 523px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu li .drop-menu .one-third:first-child {
    padding-left: 40px;
}

#mega-menu ul.menu li .drop-menu .one-third,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third {
    float: left;
    padding-left: 40px;
    width: 25%;
}

#mega-menu ul.menu li .drop-menu .one-third .cat-title,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third .cat-title {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

#mega-menu ul.menu li .drop-menu .one-third ul li,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li {
    background-color: transparent;
    border-bottom: none;
}

#mega-menu ul.menu li .drop-menu .one-third ul li a,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li a {
    border-bottom: none;
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    letter-spacing: 0em;
    padding: 0;
}

#mega-menu ul.menu li .drop-menu .one-third ul li:hover {
    border-color: transparent;
}

#mega-menu ul.menu li .drop-menu .one-third ul li:hover a,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li:hover a {
    background-color: transparent;
}

#mega-menu ul.menu li .drop-menu .one-third ul li a:hover {
    color: #443297;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* Menu Mega Code End */
/* Top Search Code Start */
.top-search {
    position: relative;
}

.top-search form.form-search {
    position: relative;
}

.top-search form.form-search .box-search.pre_line:before {
    background-color: #EBEBEB;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 1px;
}

.top-search form.form-search .box-search input {
    border: none;
    height: 50px;
    width: 525px;
    padding-left: 20px;
}

.top-search form.form-search .box-search .search-suggestions {
    border-radius: 0 0 6px 6px;
    left: 0;
    /*  overflow: hidden;*/
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 475px;
    z-index: 99;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-search.home7_style form.form-search .box-search.pre_line:before {
    background-color: #60C260;
}

.top-search form.form-search .box-search .search-suggestions.show {
    opacity: 1;
    visibility: visible;
}

.top-search.home4_style form.form-search .box-search input {
    width: 416px;
}

.top-search.home4_style form.form-search .box-search .search-suggestions {
    width: 416px;
}

.top-search.home6_style form.form-search .box-search input {
    background-color: #F3F5F6;
    width: 325px;
}

.top-search.home7_style form.form-search .box-search input {
    width: 380px;
}

.advscrh_frm_btn.home6_style .search-btn {
    background-color: #0053F6;
    color: #FFFFFF;
}

.top-search form.form-search .box-search .search-suggestions:before {
    background: rgba(4, 30, 66, 0.5);
    bottom: 0;
    content: "";
    height: 1200px;
    left: -200%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: auto;
    width: 1000%;
    z-index: -11;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.top-search form.form-search .box-search .search-suggestions:before,
.top-search.home2_style form.form-search .box-search .search-suggestions:before {
    top: 75px;
}

.top-search.home2_style.athome3 form.form-search .box-search .search-suggestions:before,
.top-search.home10_style form.form-search .box-search .search-suggestions:before {
    top: 90px;
}

.top-search.home2_style.at_home4 form.form-search .box-search .search-suggestions:before {
    top: 80px;
}

.top-search.home7_style form.form-search .box-search .search-suggestions:before {
    top: 83px;
}

.top-search.home7_style.athome8 form.form-search .box-search .search-suggestions:before {
    top: 77px;
}

/* Top Search Code End */
/* Search Sugguestions Code Start */
.search-suggestions .box-suggestions {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px 0 0;
    width: 100%;
}

.search-suggestions .box-suggestions ul li {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px 15px;
}

.search-suggestions .box-suggestions ul li {
    border-bottom: 1px solid #ebebeb;
}

.search-suggestions .box-suggestions ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.search-suggestions .box-suggestions ul li .thumb {
    border-radius: 6px;
    float: left;
    height: 70px;
    margin-right: 25px;
    text-align: center;
    width: 70px;
}

.search-suggestions .box-suggestions ul li .info-product {
    overflow: hidden;
    margin-top: 8px;
}

.search-suggestions .box-suggestions ul li .info-product .item_title {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.search-suggestions .box-suggestions ul li .info-product .price .sale {
    color: #443297;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

/* Search Sugguestions Code End */
/* Custome DropDown Code Start */
.checkout_country_form .select,
.actegory .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: left;
}

.actegory .select {
    height: 50px;
    width: 156px;
}

.actegory .options {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    display: none;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100px;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.actegory .options {
    padding: 10px 0;
    top: 62px;
    width: 156px;
}

.shop_default_listing .options {
    width: 130px;
}

.checkout_country_form .options li,
.actegory .options li {
    color: #041E42;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    margin: 0;
    padding: 0 15px;
    text-align: left;
}

.actegory .options li,
.checkout_country_form .options li {
    padding: 0 20px;
}

.checkout_country_form .options li:hover,
.actegory .options li:hover {
    background-color: transparent;
    color: #86BC42;
}

.checkout_country_form .select {
    width: 100%;
}

.checkout_country_form .options {
    width: 100%;
}

/* Custome DropDown Code Start */
/* home1 first banner coding start */
.banner_one.megamenu_style .details.style2 {
    position: absolute;
}

.banner_one_large {
    background-image: url("../images/background/banner1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.banner_one.title_wa .details .title {
    width: auto;
}

.banner_one.home1_style {
    background-color: #FFFFFF;
}

.banner_one.home1_style .thumb .off_banner {
    position: relative;
}

.banner_one.home1_style.athome10 .thumb {
    position: relative;
}

.banner_one.home1_style.athome10 .details {
    left: 40px;
    top: 40px;
}

.banner_one.home1_style .thumb .off_banner img {
    position: absolute;
    right: 30%;
    top: 150px;
    width: 70px;
}

.banner_one:hover .thumb .off_banner img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner_one:hover .shop_btn:before {
    width: 100%;
}

.banner_one.home1_style {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner_one.home1_style .details {
    position: absolute;
    left: 40px;
    top: 25%;
    z-index: 9;
}

.banner_one.home5_style.athome7 .details,
.banner_one.home1_style.athome7 .details {
    left: 30px;
    top: 13%;
}

.banner_one.home1_style .thumb,
.banner_one.home1_style .thumb img {
    position: relative;
}

.banner_one.home1_style .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.banner_one.home1_style.at_home6_home_area .thumb img {
    height: 240px;
}

.banner_one.home1_style.at_home6_home_area .details {
    top: 20%;
}

.banner_one.home1_style.color1 {
    background-color: #F2F2F2;
}

.banner_one.home1_style.color2 {
    background-color: #F6F5F2;
}

.banner_one.home1_style.color3 {
    background-color: #F4F5F7;
}

.banner_one.home1_style.color4 {
    background-color: #F4FBF4;
}

.banner_one.home1_style.color5 {
    background-color: #E0F0E6;
}

.banner_one.home1_style.color6 {
    background-color: #F3F5F6;
}

.banner_one.home1_style.color7 {
    background-color: rgba(75, 135, 244, 0.07);
}

.banner_one.home2_home_style img {
    width: auto;
}

.banner_one.home2_home_style .details {
    left: 0;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    right: 0;
    text-align: center;
}

.banner_one.home2_home_style .details .title {
    margin: 10px auto;
    width: 50%;
}

.banner_one.home2_home_style .thumb {
    margin-top: 30px;
}

.banner_one.home2_home_style .thumb img {
    margin: 0 auto;
}

.banner_one.home1_style.home3_large_banner {
    height: 350px;
    background-image: url(../images/banner/banner1-home3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_one.home1_style.home3_large_banner .details {
    left: 90px;
}

.banner_one.home1_style.home3_large_banner.athome7 {
    background-image: url(../images/banner/large_banner_home7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.banner_one.home1_style.home3_large_banner.athome7 .details {
    left: 60px;
    top: 20%;
}

.banner_one.home1_style.home3_large_banner .details .title {
    font-size: 30px;
}

.banner_one.home4_style .details {
    left: 40px;
    top: 40px;
}

.banner_one.home4_main_banner {
    height: 570px;
}

.banner_one.home4_main_banner .thumb {
    bottom: 0;
    position: absolute;
    right: 0;
}

.banner_one.home4_main_banner a.btn {
    height: 52px;
    line-height: 35px;
    width: 140px;
}

.banner_one.home4_main_banner .details .title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 72px;
    margin-bottom: 0;
}

.banner_one.home4_main_banner .details .subtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
}

.banner_one.home3_style.h900 {
    height: 900px;
}

.banner_one.home4_style.h450 {
    height: 450px;
}

.banner_one.home4_style.h400 {
    height: 400px;
}

.banner_one.home3_style .details {
    left: 50px;
    top: 10%;
}

.banner_one.home3_style .thumb,
.banner_one.home4_style .thumb {
    bottom: 0;
    position: absolute;
    right: 0;
}

.banner_one.home1_style.home4_style.twoimg .thumb {
    left: 0;
}

.banner_one.home1_style.home4_style.twoimg .thumb img {
    width: 100%;
}

.banner_one.home3_style .thumb.t0,
.banner_one.home4_style .thumb.t0 {
    top: 0;
}

.banner_one.home1_style:before {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: -17px;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    width: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    z-index: 1;
}

.banner_one.home1_style.athome7:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner_one:hover:before {
    border-radius: 100% 0 0 0;
    bottom: 0px;
    height: 75%;
    right: 0px;
    width: 45%;
}

.banner_one.athome7:hover:before {
    height: 60%;
    width: 45%;
}

.banner_one.home1_style.before_none:before {
    display: none;
}

.banner_one.home2_style .thumb img,
.banner_one.home7_style1 .thumb img {
    height: 250px;
}

.banner_one.home9_style .details.style2 {
    z-index: 1;
}

.banner_one.home9_style .thumb:before {
    z-index: 1;
}

.banner_one.home2_style .details,
.banner_one.home6_style .details,
.banner_one.home7_style1 .details {
    top: 50px;
}

.banner_one.home5_style,
.banner_one.home5_style .thumb,
.banner_one.home5_style .thumb img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner_one.home5_style .thumb {
    border-radius: 6px;
}

.banner_one.home5_style .details {
    left: 30px;
    position: absolute;
    top: 25%;
}

.banner_one.home5_style .details.style2 {
    left: 20px;
    top: 20%;
}

.banner_one.home5_style2 .details {
    top: 10%;
}

.banner_one.home5_style2 .details .icon {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 10px;
}

.banner_one.home5_style2 .details .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    width: auto;
}

.banner_one.home5_style2 .details p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.banner_one.home5_style2.style2_home8 .thumb img {
    height: 300px;
}

.banner_one .details.style2 {
    left: 30px;
}

.banner_one .details .para {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.banner_one .details .title {
    color: #041E42;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    width: 70%;
}

.banner_one.home5_style .thumb img {
    height: 270px;
}

.banner_one.home5_style .details .title {
    width: auto;
}

.banner_one.home6_style.large_style .details {
    bottom: 40px;
    top: auto;
}

.banner_one.home6_style.large_style .details .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}

.banner_one.home6_style .details .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    width: auto;
}

.banner_one.large.home4_style .details .title {
    font-size: 24px;
}

.banner_one.home6_style.style2 .details .title {
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 15px;
    text-transform: capitalize;
    width: auto;
}

.banner_one.home6_style.style2 .details .para {
    margin-bottom: 17px;
}

.banner_home6_style {
    background-color: #F3F5F6;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.banner_home6_style .thumb {
    position: relative;
}

.banner_home6_style .thumb img {
}

.banner_home6_style {
    height: 170px;
}

.banner_home6_style.large_style {
    height: 368px;
}

.banner_home6_style.large_style .details {
    bottom: 40px;
    left: 40px;
    position: absolute;
    top: auto;
}

.banner_home6_style .details {
    left: 30px;
    position: absolute;
    top: 35px;
}

.banner_home6_style.large_style .details .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}

.banner_home6_style .details .title {
    margin: 0;
}

.banner_home6_style .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.deal_large_widget {
    background-color: #fff;
    border: 2px solid #4B87F4;
    border-radius: 6px;
    padding-top: 30px;
    position: relative;
}

.home8_deal_of_the_day .shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.home8_deal_of_the_day .shop_item_5grid_slider.owl-theme.owl-loaded .owl-next {
    border: 2px solid #4B87F4;
    color: #4B87F4;
}

.banner_one.large {
    margin-left: 30px;
}

.banner_one.large .details {
    top: 60px;
}

.banner_one.large .details .para {
    color: #041E42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.1em;
}

.banner_one.large .details .title {
    margin-bottom: 20px;
    width: 75%;
}

.banner_one.large .shop_btn.style2 {
    color: #041E42;
}

.banner_one.large .shop_btn.style2:before {
    background-color: #041E42;
}

.banner_one.large .shop_btn.style2.white:before {
    background-color: #ffffff;
}

.banner_one.home7_style .thumb img {
    height: 730px;
}

.banner_one.home7_style .details.style2 {
    top: 60px;
}

.banner_one.home7_style1 .details .title {
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
}

.banner_one.home9_style {
    border-radius: 6px;
    height: 100%;
    max-height: 365px;
    overflow: hidden;
}

.banner_one.home9_style .thumb:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.apple_widget_home1 {
    position: relative;
}

.apple_widget_home1 .title {
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
}

.apple_widget_home1 .para {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
}

.apple_widget_home1 a.btn {
    color: #041E42;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 10px 35px;
}

.home2_text_widgets {
    position: relative;
}

.home2_text_widgets .title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.home2_text_widgets .para {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.home2_text_widgets a.btn {
    border-radius: 60px;
    height: 52px;
    line-height: 40px;
    padding: 5px 35px;
}

.shop_btn,
a.shop_btn {
    color: #041E42;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    position: relative !important;
    text-align: left;
}

.shop_btn:before,
a.shop_btn:before {
    background-color: #041E42;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_btn.white_style:before {
    background-color: #FFFFFF;
}

.shop_btn.thm3:before {
    background-color: #CF3E3B;
}

.shop_btn.thm4:before {
    background-color: #F2B23E;
}

.banner_one.dark .details .title,
.banner_one.dark .details .para {
    color: #041E42;
}

.banner_one.dark .details .shop_btn:before {
    background-color: #41544A;
}

.shop_btn.style2 {
    color: #41544A;
}

.shop_btn.style2:before {
    background-color: #41544A;
}

.custom_shop_category_nav_list_menu {
    overflow-x: auto;
    position: relative;
}

.custom_shop_category_nav_list_menu ul {
    width: 1100px;
}

.custom_shop_category_nav_list_menu.home6_style ul {
    width: auto;
}

.custom_shop_category_nav_list_menu ul li {
    padding: 0 20px 0 0;
}

.custom_shop_category_nav_list_menu ul li:last-child {
    margin-right: 0;
}

.custom_shop_category_nav_list_menu ul li a {
    color: #041E42;
    display: block;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    position: relative;
}

.custom_shop_category_nav_list_menu ul li a.active {
    font-weight: 500;
}

.custom_shop_category_nav_list_menu ul li a:before {
    background-color: #041E42;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom_shop_category_nav_list_menu ul li a:hover:before,
.custom_shop_category_nav_list_menu ul li a:active:before,
.custom_shop_category_nav_list_menu ul li a:focus:before,
.custom_shop_category_nav_list_menu ul li a.active:before {
    left: 0;
    right: 0;
    width: 100%;
}

.custom_shop_category_nav_list_menu.home6_style ul li a.active,
.custom_shop_category_nav_list_menu.home6_style ul li a:hover {
    color: #0053F6;
}

.custom_shop_category_nav_list_menu.home6_style ul li a:before {
    background-color: #0053F6;
}

.custom_shop_category_nav_list_menu.home6_style ul li a {
    font-weight: 500;
}

.shop_item {
    background-color: #FFFFFF;
    padding: 30px 20px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb {
    position: relative;
    text-align: center;


}

.shop_item .thumb img {
    height: 300px;

}

.shop_item .details {
    position: relative;
}

.shop_item .shop_item_cart_btn {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .shop_item_cart_btn a.btn {
    height: 52px;
    line-height: 40px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.shop_item.home5_style .shop_item_cart_btn a.btn {
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
}

.shop_item.home6_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
}

.shop_item.home7_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
}

.shop_item.home8_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
}

.shop_item.home9_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
}

.shop_item.home8_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
}

.shop_item .thumb_info {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb_info ul li {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 34px;
    line-height: 38px;
    margin-bottom: 7px;
    text-align: center;
    width: 34px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb_info ul li:last-child {
    margin-bottom: 0;
}

.shop_item .thumb_info ul li:hover {
    background-color: #F5C34B;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -ms-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item .thumb_info.home5_dark_style ul li:hover {
    background-color: #292929;
}

.shop_item .thumb_info.home6_style ul li:hover {
    background-color: #0053F6;
}

.shop_item .thumb_info.home6_style.gray_style ul li:hover {
    background-color: #F3F5F6;
}

.shop_item .thumb_info.home6_style.gray_style ul li:hover a {
    color: #041E42;
}

.shop_item .thumb_info.home5_dark_style ul li:hover a,
.shop_item .thumb_info.home6_style ul li:hover a {
    color: #FFFFFF;
}

.shop_item .thumb_info ul li a {
    color: #041E42;
    font-size: 14px;
}

.shop_item .details .sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.shop_item .details .title,
.shop_item .details .title a {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 5px;
    max-width: 90%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop_item.line_clip_less .details .title,
.shop_item.line_clip_less .details .title a {
    -webkit-line-clamp: 0;
    line-clamp: 0;
    max-width: initial;
}

.shop_item.small_font .thumb img {
    max-width: 190px;
}

.shop_item.small_font .details .title,
.shop_item.small_font .details .title a {
    font-size: 15px;
}

.shop_item.large_font .details .title,
.shop_item.large_font .details .title a {
    font-size: 20px;
}

.shop_item .details .title:hover a {
    color: #443297;
    text-decoration: underline;
}

.shop_item.small_style .details .title,
.shop_item.small_style .details .title a {
    color: #041E42;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_item.small_style .details .review_count {
    font-size: 14px;
}

.shop_item .details .si_footer {
    margin-top: 10px;
    position: relative;
}

.shop_item.list_style .details .title,
.shop_item.list_style .details .title a {
    max-width: 90%;
}

.shop_item .details .si_footer .price,
.shop_item.list_style .si_footer .price {
    color: #041E42;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.shop_item .details .si_footer .price small,
.shop_item .details .si_footer .price small .off_tag,
.shop_item.list_style .si_footer .price small {
    color: #626974;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item.list_style .shop_item_cart_btn,
.shop_item.list_style .product_action_info {
    opacity: 1;
}

.shop_item.list_style:hover .shop_item_cart_btn,
.shop_item.list_style:hover .product_action_info,
.shop_item.list_style:hover .thumb_info,
.shop_item.list_style:hover .details .si_footer ul li a {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.shop_item:hover .shop_item_cart_btn,
.shop_item:hover .product_action_info {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.shop_item:hover .thumb_info,
.shop_item:hover .product_action_info {
    opacity: 1;
}

.shop_item:hover .thumb_info,
.shop_item:hover .details .si_footer ul li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.shop_item.home7_banr_slider:hover .thumb_info,
.shop_item.home7_banr_slider:hover .details .si_footer ul li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.shop_item .details .si_footer .line {
    background-color: #F3F5F6;
    border-radius: 6px;
    height: 6px;
    position: relative;
    width: 100%;
}

.shop_item .details .si_footer .sell_stock {
    color: #041E42;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item .details .si_footer .line:before {
    background-color: #F5C34B;
    border-radius: 6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 70%;
}

.shop_item.home2_style .shop_item_cart_btn {
    border-radius: 60px;
    overflow: hidden;
}

.home3_style.shop_item .details .si_footer .line:before {
    background-color: #CF3E3B;
}

.shop_item.style2:hover {
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item.style5:hover .thumb_info {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.shop_item.style3 {
    border: 1px solid transparent;
}

.shop_item.style3:hover {
    border: 1px solid #EAEAEA;
}

.shop_item.style4 .thumb_info,
.shop_item.style5 .thumb_info {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
}

.shop_item.style4 .thumb_info ul li {
    border-radius: 0;
    margin: 0 -3px;
    height: auto;
    overflow: hidden;
    width: auto;
}

.shop_item.style4 .thumb_info ul li:first-child {
    border-radius: 6px 0 0 6px;
}

.shop_item.style4 .thumb_info ul li:last-child {
    border-radius: 0 6px 6px 0;
}

.shop_item.style4 .thumb_info ul li a {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    display: block;
    height: 52px;
    line-height: 52px;
    margin: 0;
    width: 58px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop_item.style4 .thumb_info ul li a:hover,
.shop_item.style5 .thumb_info ul li a:hover {
    background-color: #F5C34B;
    border: 1px solid #F5C34B;
}

.shop_item.style5 .thumb_info ul li:last-child {
    margin-right: 0;
}

.shop_item.style5 .thumb_info ul li {
    background-color: transparent;
    height: 52px;
    line-height: 52px;
    margin-bottom: 0;
    margin-right: 5px;
    width: auto;
}

.shop_item.style5 .thumb_info ul li a {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    display: block;
    height: 52px;
    overflow: hidden;
    width: 52px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item.style4 .thumb_info ul li a img,
.shop_item.style5 .thumb_info ul li a img {
    vertical-align: sub;
}

.shop_item.style4 .thumb_info ul li a span,
.shop_item.style5 .thumb_info ul li a span {
    color: #041E42;
    font-size: 18px;
    line-height: 3;
}

.shop_item.style6 .product_action_info ul li {
    margin-right: 10px;
    padding-right: 10px;
}

.shop_item.style6 .product_action_info ul li:first-child {
    border-right: 1px solid #EAEAEA;
}

.shop_item.style6 .product_action_info ul li a {
    color: #041E42;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item.style6 .product_action_info ul li a span {
    color: #041E42;
    margin-right: 5px;
    vertical-align: middle;
}

.shop_item.style6 .product_action_info,
.shop_item.style6 .shop_item_cart_btn {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: relative;
    right: 0;
    width: 100%;
    visibility: hidden;
}

.shop_item.style6:hover .product_action_info,
.shop_item.style6:hover .shop_item_cart_btn {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.shop_item.style6:hover {
    padding-bottom: 0;
}

.shop_item.style6 .details .sifoter_bottom {
    display: none;
    height: 0;
    position: relative;
}

.shop_item.style6:hover .details .sifoter_bottom {
    display: block;
    position: relative;
    visibility: visible;
    height: 100%;
}

.shop_item.style6 .details,
.shop_item.style6 .si_footer {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item.style6:hover .si_footer {
    margin-bottom: 40px;
}

.shop_item .details .title,
.shop_item .details .title a {
    max-width: initial;
}

.shop_item.wishlist_style .close_list {
    background-color: #F3F5F6;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    width: 30px;
}

.shop_item.wishlist_style .close_list span {
    color: #041E42;
    font-size: 10px;
}

.shop_item.list_style {
    display: flex;
    padding: 15px 20px;
}

.shop_item.list_style .si_footer {
    margin-bottom: 20px;
}

.shop_item.list_style .product_action_info ul li:last-child {
    border-left: 1px solid #EAEAEA;
}

.shop_item.list_style .product_action_info ul li a {
    color: #041E42;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item.list_style .product_action_info ul li a span {
    color: #041E42;
    margin-right: 5px;
    vertical-align: middle;
}

.shop_item.list_style .details {
    position: relative;
}

.shop_item.list_style .details:before {
    background-color: #EAEAEA;
    content: "";
    height: 100%;
    right: 20px;
    position: absolute;
    width: 1px;
}

.shop_item.list_style .shop_item_cart_btn {
    opacity: 1;
    position: relative;
    visibility: visible;
}

.shop_item_list_features {
    position: relative;
}

.shop_item_list_features ul li {
    margin-bottom: 0;
}

.shop_item_list_features ul li a {
    color: #041E42;;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
}

.shop_item_list_features.shop_single_style ul li a {
    font-size: 16px;
    line-height: 40px;
}

.shop_item.tiny_style {
    padding: 15px 0 10px;
}

.shop_item.tiny_style img {
    max-width: 90px;
}

.shop_item.tiny_style .title,
.shop_item.tiny_style a {
    color: #041E42;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item.tiny_style .para {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.offbanenr_3 {
    position: absolute;
    z-index: 1;
}

.banner_home8_slider {
    position: relative;
}

.banner_home8_slider:after {
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 50%;
    bottom: -17px;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    width: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    z-index: 0;
}

.banner_home8_slider:hover:after {
    border-radius: 100% 0 0 0;
    bottom: 0px;
    height: 75%;
    right: 0px;
    width: 45%;
}

/* Onlnie Delivery Css */
.online_delivery {
    background-color: rgba(245, 195, 75, 0.1);
    border-radius: 6px;
    padding: 40px 0 30px;
    position: relative;
}

.online_delivery .title {
    font-family: 'Jost';
    font-style: normal;
    line-height: 28px;
}

.online_delivery.home6_style {
    background-color: rgba(0, 83, 246, 0.02);
    background-image: url(../images/background/tiny-divider-bg-home6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online_delivery.home6_style .title {
    color: #0053F6;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

/* Delivery Coutner/countdown */
.deal_counter {
    border-radius: 30px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: -5px;
    padding: 9px 0;
}

.deal_counter .title {
    color: #041E42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes,
.deal_counter .seconds {
    color: #E7B641;
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
}

.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes {
    margin-right: 4px;
}

.deal_counter .seperator {
    color: #fff;
}

.deal_counter .days span,
.deal_counter .hours span,
.deal_counter .minutes span,
.deal_counter .seconds span {
    display: none;
}

.deal_counter.home7_style {
    border-radius: 6px;
    padding: 8px 15px;
}

.deal_counter.home7_style .days,
.deal_counter.home7_style .hours,
.deal_counter.home7_style .minutes,
.deal_counter.home7_style .seconds {
    color: #041E42;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

/* Onlnie Delivery Css */
/* juice Divider Css */

/* Partner Css */
.partner_item {
    position: relative;
    text-align: center;
}

.partner_item img {
    vertical-align: -webkit-baseline-middle;
}

/* Instagram Gallery Css */
.insta_post {
    position: relative;
}

/* mailchimp Css */
.mailchimp_widget {
    position: relative;
}

.mailchimp_widget .icon {
    color: #fff;
    font-size: 50px;
    margin-right: 20px;
    margin-top: -12px;
}

.mailchimp_widget.home2 .icon {
    color: #86BC42;
}

.mailchimp_widget .details .title {
    color: #041E42;
    font-family: Jost;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.mailchimp_widget.home2_style .details .title {
    color: #FFFFFF;
}

.mailchimp_widget.home2 .details .para {
    color: #626974;
}

.mailchimp_widget.home6 .icon {
    color: #F2B23E;
}

.mailchimp_widget.home6 .details .title {
    color: #041E42;
}

.mailchimp_widget.home6 .details p {
    color: #626974;
}

/* Store locator page css */
.location_lists {
    margin-bottom: 50px;
}

.location_lists .title {
    color: #041E42;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.location_lists ul {
    margin-bottom: 10px;
}

.location_lists ul li a {
    color: #041E42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.locate_map_btn {
    color: #041E42;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    position: relative;
}

.locate_map_btn:before {
    background-color: #041E42;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
}

/* Vendor IconBox Css Start */
.vendor_iconbox {
    margin-bottom: 50px;
    position: relative;
}

.vendor_iconbox .icon img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vendor_iconbox .details .title {
    color: #041E42;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    margin-top: 10px;
}

.vendor_iconbox.style2 .details .title {
    margin-top: 0;
}

.vendor_iconbox .details p {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.funfact_content {
    background-color: #F5C34B;
    border-radius: 6px;
    padding: 50px 0 40px;
    position: relative;
}

/* Vendor IconBox Css End */

/*Shop Slider Contact Css*/
.single_product_slider.owl-theme .owl-dots {
    text-align: center;
}

.single_product_slider.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border-radius: 6px;
    height: 80px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 0.4;
    width: 80px;
}

.single_product_slider.sidebar.owl-theme .owl-dots .owl-dot span {
    margin-right: 0;
}

.single_product_slider.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #EAEAEA;
}

.single_product_slider.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #443297;
    opacity: 1;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:first-child span {
    background-image: url(../images/shop/ss1.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../images/shop/ss2.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../images/shop/ss3.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(4) span {
    background-image: url(../images/shop/ss4.png);
    background-position: center center;
    background-size: cover;
}

.single_product_slider.vertical_style .sps_content {
    margin-left: 100px;
}

.single_product_slider.vertical_style.owl-theme .owl-dots {
    left: 0;
    position: absolute;
    top: 0;
}

.single_product_slider.vertical_style.owl-theme .owl-dots .owl-dot {
    display: block;
}

.single_product_slider.vertical_style.owl-theme .owl-dots .owl-dot span {
    height: 85px;
    margin-top: 0;
    width: 85px;
}

.single_product_slider.vertical_style.owl-theme.owl-loaded .owl-prev {
    left: 0;
}

.sps_content .thumb img {
    margin: 0 auto;
    max-width: 418px;
    width: 100%;
}

.single_product {
    position: relative;
}

.single_product .product_popup {
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.single_product .product_popup span {
    color: #041E42;
    font-size: 16px;
}

.cart_list_home5_style {
    position: relative;
}

.cart_list_home5_style .thumb2 {
    position: relative;
}

.cart_list_home5_style .point {
    background-color: #041E42;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.cart_list_home5_style .point.style1 {
    bottom: 22%;
    left: 10%;
}

.cart_list_home5_style .point.style2 {
    bottom: auto;
    left: 20%;
    top: 32.5%;
}

.cart_list_home5_style .point.style3 {
    bottom: 32%;
    left: auto;
    right: 20%;
}

.cart_list_home5_style .point:hover {
    cursor: pointer;
}

.cart_list_home5_style .point:hover .hover_details_content {
    display: block;
    opacity: 1;
}

.cart_list_home5_style .point .hover_details_content {
    position: absolute;
    display: none;
    opacity: 0;
    top: 35px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart_list_home5_style .point:before {
    background-color: rgba(4, 30, 66, 0.2);
    border-radius: 50%;
    bottom: -5px;
    content: "";
    height: 40px;
    left: -5px;
    position: absolute;
    width: 40px;
    animation: pulse-blue 2s infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.cart_list_home5_style .point .count {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0em;
}

.cart_list_home5_style .thumb {
    border: 1px solid #EAEAEA;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
}

.cart_list_home5_style .thumb .badge {
    background-color: #041E42;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    height: 30px;
    line-height: 20px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
}

.cart_list_home5_style .title {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.cart_list_home5_style del {
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.cart_list_home5_style .price {
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.home5_cart_btn {
    background-color: #112137;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    height: 64px;
    position: relative;
}

.shop_single_sidebar {
    position: relative;
}

.icon_boxes {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 5px 0 0;
    position: relative;
}

.icon_boxes .icon {
    font-size: 35px;
    line-height: initial;
    margin-right: 20px;
}

.icon_boxes .icon span {
    color: #041E42;
}

.icon_boxes .details .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.icon_boxes .details .para {
    color: #626974;
    font-family: 'Jost';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.icon_boxes.about_style .details .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.icon_boxes.about_style .details .para {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.about_page_shop_btn {
    background-color: #ffffff;
    border: 2px solid #F5C34B;
    border-radius: 6px;
    color: #041E42;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 52px;
    line-height: 35px;
    width: 140px;
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.about_page_shop_btn:hover {
    border-color: #E8B336;
}

.icon_boxes.home_style.athome7 .icon span {
    color: #60C260;
}

.bestseller_sidebar_slider,
.feature_product_slider,
.shop_item_1grid_slider,
.shop_item_2grid_slider,
.shop_item_3grid_slider,
.shop_item_4grid_slider,
.shop_item_7grid_slider,
.shop_item_8grid_slider {
    position: relative;
}

.feature_product_slider.nav_none.owl-theme .owl-nav,
.shop_item_1grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_2grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_3grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_4grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_4grid_slider2.nav_none.owl-theme .owl-nav,
.shop_item_5grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_6grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_7grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_8grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_9grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_10grid_slider.nav_none.owl-theme .owl-nav,
.bestseller_sidebar_slider.nav_none.owl-theme .owl-nav,
.recent_property_slider_home5.nav_none.owl-theme .owl-nav,
.single_product_slider.nav_none.owl-theme .owl-nav {
    display: none;
}

.banner-style-one.dots_none.owl-theme .owl-dots,
.feature_product_slider.dots_none.owl-theme .owl-dots,
.shop_item_1grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_2grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_3grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_4grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_4grid_slider2.dots_none.owl-theme .owl-dots,
.shop_item_5grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_6grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_7grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_8grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_9grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_10grid_slider.dots_none.owl-theme .owl-dots,
.recent_property_slider_home5.dots_none.owl-theme .owl-dots,
.bestseller_sidebar_slider.dots_none.owl-theme .owl-dots,
.single_product_slider.dots_none.owl-theme .owl-dots {
    display: none !important;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.feature_product_slider.owl-theme .owl-nav .owl-prev,
.feature_product_slider.owl-theme .owl-nav .owl-next,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    color: #041E42;
    position: absolute;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next {
    right: 0;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next {
    top: 45%;
}

.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.feature_product_slider.owl-theme .owl-nav .owl-next,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next {
    right: 0;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev:hover,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next:hover,
.feature_product_slider.owl-theme .owl-nav .owl-prev:hover,
.feature_product_slider.owl-theme .owl-nav .owl-next:hover,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev:hover,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next:hover,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev:hover,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next:hover,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev:hover,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next:hover {
    color: #443297;
}

.category_list_box {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px 40px 40px;
    position: relative;
}

.category_list_box .title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.category_list_box.home4_style .title {
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 1;
    line-height: 30px;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
}

.category_list_box ul {
    position: relative;
}

.category_list_box ul li:hover,
.category_list_box ul li:hover a {
    color: #041E42;
}

.category_list_box ul li a {
    color: #626974;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.category_list_box .thumb {
    position: relative;
}

.category_list_box .thumb img {
    bottom: 0;
    position: absolute;
    right: -20px;
    width: 150px;
}

/* Zmart Owl Carousel Nav Dots CSS Start */
.navi_pagi_top_right.owl-theme.owl-carousel .owl-controls {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -65px;
    width: 175px;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block {
    bottom: 15%;
    left: 80px;
    position: absolute;
    top: auto;
    width: 175px;
}

.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block {
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: auto;
}

.navi_pagi_top_right.owl-theme.owl-carousel .owl-controls .owl-dots,
.navi_pagi_bottom_left.owl-theme.owl-carousel .owl-controls .owl-dots,
.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-controls .owl-dots {
    margin: 0 auto;
}

.navi_pagi_bottom_left .owl-dots,
.navi_pagi_bottom_left .banner-style-one .owl-dots {
    bottom: 10%;
    left: 150px;
    max-width: 150px;
}

.navi_pagi_bottom_left.athome8 .owl-dots,
.navi_pagi_bottom_left.athome8 .banner-style-one .owl-dots {
    left: 80px;
}

.navi_pagi_top_right.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_left.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_left .banner-style-one.owl-theme.owl-carousel .owl-nav {
    width: 175px;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    color: #041E42;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    width: auto;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    height: auto;
    width: auto;
}

.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-controls {
    bottom: 0;
    margin: 30px auto 0;
    position: relative;
    width: 175px;
}

.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 0;
    right: auto;
    top: 0;
}

.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    left: auto;
    right: 0;
    top: 0;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    background-color: transparent;
    box-shadow: none;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto;
    top: auto;
}

.navi_pagi_top_right.owl-theme.owl-loaded .owl-next {
    right: 0;
    top: auto;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot,
.banner-style-one.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 50%;;
    height: 20px;
    margin-right: 3px;
    padding-top: 8px;
    position: relative;
    width: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before {
    background-color: transparent;
    border: 2px solid #112137;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:before {
    border: 2px solid #FFFFFF;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:active:before,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot:active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:active:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:hover:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:focus:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:hover:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:focus:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:active:before {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.feature_property_slider.owl-theme .owl-dots .owl-dot span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot span,
.feature_product_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_4grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_4grid_slider2.owl-theme .owl-dots .owl-dot span,
.shop_item_5grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_7grid_slider.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot span,
.bsp_grid3_slider.owl-theme .owl-dots .owl-dot span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot span,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot span,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot span,
.banner-style-one.owl-theme .owl-dots .owl-dot span {
    background-color: #112137;
    border-radius: 50%;
    height: 4px;
    margin: 0 auto;
    width: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vendor_about {
    position: relative;
}

.vendor_about .title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.vendor_about .para {
    color: #041E42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

/* Zmart Owl Carousel Nav Dots CSS End */
/* Shop cart button number count increase and decrese Start */
.quantity-block {
    border: 1px solid #eaeaea;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.quantity-block.home_page_sidebar {
    border: 1px solid transparent;
    border-radius: 60px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.quantity-block.home_page_sidebar:hover {
    border: 1px solid #eaeaea;
}

.quantity-arrow-minus,
.quantity-arrow-plus,
.quantity-arrow-minus2,
.quantity-arrow-plus2,
.quantity-arrow-minus3,
.quantity-arrow-plus3 {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #041E42;
    font-size: 10px;
    height: 25px;
    line-height: 20px;
    outline: none;
    position: absolute;
    text-align: center;
    width: 25px;
}

.quantity-arrow-minus,
.quantity-arrow-minus2,
.quantity-arrow-minus3 {
    font-size: 10px;
    left: 0;
    top: 10px;
}

.quantity-arrow-plus,
.quantity-arrow-plus2,
.quantity-arrow-plus3 {
    background-color: #F3F5F6;
    font-size: 10px;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.inner_page,
.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.inner_page,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-minus3.inner_page,
.quantity-arrow-minus3.home_page_sidebar {
    border-radius: 50%;
    color: #041E42;
    left: 10px;
    top: 15px;
}

.quantity-num.inner_page,
.quantity-num2.inner_page {
    max-width: 145px;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    max-width: 90px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity-arrow-plus.inner_page,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.inner_page,
.quantity-arrow-plus2.home_page_sidebar,
.quantity-arrow-plus3.inner_page,
.quantity-arrow-plus3.home_page_sidebar {
    border-radius: 50%;
    color: #041E42;
    font-size: 8px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    top: 5px;
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar {
    left: 5px;
}

.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    right: 5px;
}

.quantity-arrow-minus.inner_page:hover,
.quantity-arrow-plus.inner_page:hover,
.quantity-arrow-minus.home_page_sidebar:hover,
.quantity-arrow-plus.home_page_sidebar:hover,
.quantity-arrow-minus2.inner_page:hover,
.quantity-arrow-plus2.inner_page:hover,
.quantity-arrow-minus2.home_page_sidebar:hover,
.quantity-arrow-plus2.home_page_sidebar:hover {
    background-color: #F3F5F6;
    color: #041E42;
}

.quantity-num,
.quantity-num2,
.quantity-num3 {
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    height: 45px;
    max-width: 104px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    height: 35px;
}

input.quantity-num[type="number"]::-webkit-inner-spin-button,
input.quantity-num[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Countdown Timer Home 9 Custom Style */
.zmart_testimonial_slider .swiper-horizontal > .swiper-pagination-progressbar,
.zmart_testimonial_slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev:after,
.zmart_testimonial_slider.home9_style .swiper-button-next:after {
    display: none;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev,
.zmart_testimonial_slider.home9_style .swiper-button-next {
    background-color: transparent;
    border: 1px solid #EAEAEA;
    color: #041E42;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev:hover,
.zmart_testimonial_slider.home9_style .swiper-button-next:hover {
    border: 1px solid #112137;
}

/* Custom Radio Button Start */

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom,
.radio-custom-label {
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    border: 1px solid #EAEAEA;
    display: inline-block;
    height: 26px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 26px;
}

.radio-custom.dark_bg + .radio-custom-label.dark_bg:before {
    background-color: #041E42;
}

.radio-custom.violet_bg + .radio-custom-label.violet_bg:before {
    background-color: #443297;
}

.radio-custom.light_blue_bg + .radio-custom-label.light_blue_bg:before {
    background-color: #4A70B1;
}

.radio-custom.yellow_bg + .radio-custom-label.yellow_bg:before {
    background-color: #F5C34B;
}

.radio-custom.gray_bg + .radio-custom-label.gray_bg:before {
    background-color: #626974;
}

.radio-custom.dark_bg:checked + .radio-custom-label.dark_bg:before,
.radio-custom.violet_bg:checked + .radio-custom-label.violet_bg:before,
.radio-custom.light_blue_bg:checked + .radio-custom-label.light_blue_bg:before,
.radio-custom.gray_bg:checked + .radio-custom-label.gray_bg:before {
    color: #FFF;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom.yellow_bg:checked + .radio-custom-label.yellow_bg:before,
.radio-custom:checked + .radio-custom-label:before {
    color: #041E42;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
}

.radio-custom:focus + .radio-custom-label {
    outline: none;
}

.zoomContainer {
    height: 200px !important;
}