/* dubified-header-start */

 .dubified-header-sec .header-off-canvas .header-off-canvas-nav-icons-buttons a{
    text-decoration: none;
 }
 .dubified-header-sec .header-off-canvas .header-off-canvas-nav-icons-buttons .notification-icon{
    color: #000000;
    font-family: 'inter-regular';
    font-size: 14px;
 }
 .dubified-header-sec .header-off-canvas .header-off-canvas-nav-icons-buttons .notification-icon h5{
    color: #000000;
    font-family: 'inter-regular';
    font-size: 14px;
 }
 .dubified-header-sec .header-off-canvas .header-off-canvas-nav-icons-buttons .login-sign-in-button h5{
    color: #000000;
    font-family: 'inter-regular';
    font-size: 14px;
 }
 .dubified-header-sec .header-off-canvas button.btn.btn-primary {
    background-color: var(--primary-color);
    border: none;
}
.dubified-header-sec .header-off-canvas-nav-icons-buttons .add-button button{
    padding: 8px 26px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.dubified-header-sec .header-off-canvas-nav-icons-buttons .add-button button.btn.btn-secondary:hover {
    background-color: rgb(242, 61, 61);
}
.dubified-header-sec .header-off-canvas-nav-icons-buttons .add-button button.btn.btn-secondary:focus{
    box-shadow: none;
}
 .dubified-header-sec{
    padding: 10px 0px;
    border-bottom: 1px solid #EEF0F1;
    margin: 0px;
 }
.dubified-header-sec .header-sec-drop-down .dropdown {
    position: relative;
    display: inline-block;
}
.dubified-header-sec .header-sec-drop-down .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dubified-header-sec .header-sec-drop-down .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dubified-header-sec .header-sec-drop-down .dropdown:hover .dropdown-content {
    display: block;
}
.dubified-header-sec .header-sec-drop-down  button{
    border: none;
    background-color: #fff;
    margin-top: 18px;
    font-size: 14px;
    color: #2B2D2E;
    margin-left: 14px;
    font-weight: 400;
}
.dubified-header-sec .header-sec-drop-down  button:hover{
    color: rgb(224, 0, 0) !important;
}
.dubified-header-sec .header-sec-drop-down  button svg.svg-inline--fa.fa-angle-down {
    margin-left: 10px;
    font-size: 10px;
}
/* header-nav-icons-buttons-start */
.dubified-header-sec .header-nav-icons-buttons a{
    text-decoration: none;
    margin: 0px 24px 0px 0px;
}
.dubified-header-sec .header-nav-icons-buttons a:last-child{
    margin: 0 !important;
}
.dubified-header-sec .header-nav-icons-buttons a h5{
    color: #666B72;
    font-size: 14px;
    margin: 0;
}
.dubified-header-sec .header-nav-icons-buttons a .icon{
    color: #666B72;
}
.dubified-header-sec .header-nav-icons-buttons .login-sign-in-button h5{
    color: #2B2D2E !important;
    font-size: 14px;
    margin: 0;
}
.dubified-header-sec .header-nav-icons-buttons .add-button button{
    padding: 8px 26px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.dubified-header-sec .header-nav-icons-buttons .add-button button.btn.btn-secondary:hover {
    background-color: rgb(242, 61, 61);
}
.dubified-header-sec .header-nav-icons-buttons .add-button button.btn.btn-secondary:focus{
    box-shadow: none;
}

.dubified-header-sec .header-nav-icons-buttons .dubified-navigation-quick-container {
    align-items: center;
    padding: 7px 0 0 0;
}

.dubified-header-sec .header-nav-icons-buttons .dubified-navigation-quick-container .dubified-navigation-quick {
    margin: 0px 25px 0px 0;
}


@media(max-width:1199px) {
    .dubified-header-sec .header-nav-icons-buttons {
        justify-content: space-between !important;
    }
    
    .dubified-header-sec .header-nav-icons-buttons a {
        margin: 0px 0px 0px 0px;
    }
    
    .dubified-header-sec .col-md-9 {
        padding: 0px;
    }
    .dubified-header-sec .header-nav-icons-buttons .dubified-navigation-quick-container .dubified-navigation-quick {
        margin: 0px 10px 0px 0;
    }
}

@media(max-width:991px) {
    .dubified-header-sec .header-off-canvas {
        right: 10%;
    }
}



/* header-nav-icons-buttons-end */

 /* header-content-dropdowns-start */
 .header-content-dropdowns{
    border-bottom: 1px solid #EEF0F1;
 }
.header-content-dropdowns .dropdown {
        position: relative;
        display: inline-block;
 }
.header-content-dropdowns .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-top: 6px black solid;    
        top: 40px;
}
.header-content-dropdowns .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
}
.header-content-dropdowns .dropdown:hover .dropdown-content {
        display: block;
}
.header-content-dropdowns  button{
    border: none;
    background-color: #fff;
    color: #2B2D2E;
    font-size: 14px;
}
.header-content-dropdowns ul{
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 20px 0px;
    flex-wrap: wrap;
   
}
/* .header-content-dropdowns ul li{
    padding: 0px 30px;
} */

.cubewp-sz-content-container{
    min-height: 70vh;
}

.header-content-dropdowns ul li:first-child{
    padding-left: 0px;
}
  /* header-content-dropdowns-end */

  ul.main-menu-site li a{
    border: none;
    color: #2B2D2E;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    font-weight: 600;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    font-size: 14px;
}
  ul.main-menu-site {
  position: relative;
  display: flex;
  justify-content: space-between;
}
ul.sub-menu{
    display: block;
    background-color: #f9f9f9;
}
ul.sub-menu li a{
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
ul.main-menu-site li ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    border-top: 6px black solid;
    top: 40px;
}
.menu-item:hover .sub-menu {
    display: block;
  }

  /* Hide nested sub-menus */
  ul.main-menu-site ul.sub-menu ul.sub-menu {
    display: none;
  }
  
  /* Display nested sub-menus to the right of the parent menu item with a margin */
  ul.main-menu-site ul.sub-menu .menu-item:hover > .sub-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-left: 1px;
  }


    /*Navigation of top right bar*/

  
.dubified-navigation-quick-container {
    align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 0 0;
}
.dubified-navigation-quick-container .dubified-navigation-quick {
	margin: 10px 25px 10px 0;
}
.dubified-navigation-quick-container .dubified-navigation-quick:first-child {
	margin-right: 20px;
}
.dubified-navigation-quick-container .dubified-navigation-quick:last-child {
	margin-right: 0;
}
.dubified-navigation-quick-container .dubified-navigation-quick button {
	align-items: center;
	border-radius: 15px;
	display: flex;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	position: relative;
}
.dubified-navigation-quick-container .dubified-navigation-quick button i {
	font-size: 16px;
	line-height: 13px;
}
.dubified-navigation-quick-container .dubified-navigation-quick .dubified-count-badge {
	background: var(--secondary-color);
	border-radius: 50%;
	color: var(--secondary-font-color);
	font-family: var(--primary-font);
	font-size: 10px;
	font-weight: 500;
	height: 16px;
	line-height: 16px;
	position: absolute;
	left: 30px;
	text-align: center;
	top: -10px;
	width: 16px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
}

button.btn.btn-secondary {
    padding: 8px 26px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.dubified-login-register-btn {
    color: #2B2D2E !important;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
.dubified-dropdown{
    position: relative;
    color: #666B72;
    font-weight: 700;
    font-size: 14px;
}
.dubified-dropdown-items{
    display: none;
    position: absolute;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top: 6px black solid;
    background-color: #f9f9f9;
    color: #000;
    padding: 10px;
    margin: 0 auto;
    z-index: 1;
}

.dubified-dropdown:hover > .dubified-dropdown-items {
    display: block;
  }
  .fa-solid.fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .dubified-dropdown:hover > .fa-solid.fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }


  button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: var(--primary-color);
    border-radius: 3px;
    background: var(--primary-color);
    color: #ffffff;
    padding: 0.6em 1em 0.6em;
    transition: background-color 0.3s ease;
}

.chat-button{
    display: grid;
    align-items: center;
    text-align: center;
    color: #666B72;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.dubified-saved-items{
    display: grid;
    align-items: center;
    color: #666B72;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.dropdown i.fa-solid.fa-angle-down {
    margin-left: 5px;
}

/*Sticky Header*/
.dubified-sticky-header {
    position: static;
    top: -100px;
    transition: var(--transition);
    z-index: 1001;
}
.dubified-header-is-sticky {
    box-shadow: 0 5px 20px 0 var(--deaf-font-color-600);
    left: 0;
    position: fixed;
    top: 0;
    transition: var(--transition);
    width: 100%;
    background-color: #ffffff;
}
.admin-bar .dubified-header-is-sticky {
    top: 32px;
}


.dubified-sticky-header .dubified-header-sec{
    margin: 0px;
}

.header-off-canvas{
    display: none;
    position: absolute;
    right: 20px;
}
/* CSS for screens with a maximum width of 999 pixels or less */
@media screen and (max-width: 992px) {
    /* Your styles for screens up to 999 pixels wide */
    /* For example: */
    .header-nav-icons-buttons{
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    /* Your styles for screens up to 999 pixels wide */
    /* For example: */
    .dubified-navigation-quick-container .dubified-navigation-quick .dubified-count-badge{
        left: 60px;
    }
}
/* CSS for screens with a maximum width of 999 pixels or less */
@media screen and (max-width: 992px) {
    /* Your styles for screens up to 999 pixels wide */
    /* For example: */
    .header-off-canvas{
        display: block !important;
    }
    .offcanvas{
        height: 500px;
    }
    .offcanvas-body .dubified-navigation-quick-container {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}
/* CSS for screens with a maximum width of 999 pixels or less */
@media screen and (max-width: 600px) {
    .cwp-search-filters-fields{
        display: block !important;
        padding: 15px 0px 20px 0px;
    }
    .cwp-search-filters .cwp-search-filters-fields{
        padding: 20px 10px 20px 24px;
    }
    .cwp-search-filters-fields .cwp-field-container {
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    }
    .dubified-breadcrumbs {
        overflow-y: scroll;
    }
   
}

@media screen and (max-width: 991px) {
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons {
        display: block !important;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons a .notification-icon {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons a .notification-icon .icon {
        display: flex;
        align-items: center;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons a .notification-icon .icon i.fa-regular {
        margin-right: 5px;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons a .notification-icon .icon i.fa-solid.fa-magnifying-glass {
        margin-right: 5px;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .dubified-navigation-quick-container {
        display: block;
    }
    .dubified-header-sec .header-off-canvas .offcanvas-body .header-off-canvas-nav-icons-buttons .dubified-navigation-quick-container .dubified-navigation-quick {
        margin: 0px 0px 10px 0;
        display: flex;
    }
    .chat-button{
        display: block;
    }
    .dubified-saved-items{
        display: block;
    }
}

.dubified-login-container h5{
    padding: 0px 25px 0px;
}
.dubified-login-container p{
    padding: 0px 25px 0px;
}

.dubified-register-container h5{
    padding: 0px 25px 0px;
}
.dubified-register-container p{
    padding: 0px 25px 0px;
}

.dubified-register-form-container .cwp-user-register .cwp-frontend-section-heading-container h2 {
    margin-bottom: 0px;
}

#login-form .cwp-frontend-section-heading-container{
    padding: 0px 25px 0px;
}

#login-form .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    padding: 0px 15px 0px 15px;
}
#login-form .cwp-frontend-section-container .cwp-field-container {
    margin: 0 0 10px 0;
}

.dubified-register-form-container{
    padding: 0px 25px 0px !important;
}
#cwp-from-subscriber .cwp-frontend-section-heading-container{
    padding: 0px 25px 0px;
}

#cwp-from-subscriber .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    padding: 0px 15px 0px 15px;
}
#cwp-from-subscriber .cwp-frontend-section-container .cwp-field-container {
    margin: 0 0 10px 0;
}

/*--------- Dashboard Header------------*/
.dubified-dashboard-header-container {
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 18px;
    margin-bottom: 35px;
}
.dubified-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1152px !important;
    width: 1152px !important;
}
.dubified-dashboard-header .dubified-header-logo {
    margin: 0 20px 0 0;
    width: 200px;
}
.dubified-dashboard-header .dubified-header-logo img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.dubified-dashboard-header-nav {
    display: flex;
    align-items: center;
    gap: 19px;
}
.dubified-dashboard-header-nav .dubified-dashboard-header-help {
    display: flex;
    gap: 3px;
    align-items: center;
}
.dubified-dashboard-header-user {
    width: 35px;
    height: 35px;
}
.dubified-dashboard-header-user img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dubified-dashboard-header-nav .dubified-dashboard-header-help a,
.dubified-dashboard-header-nav .dubified-dashboard-header-help p {
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.dubified-dashboard-header-nav .dubified-dashboard-header-help a:hover{
    color: var(--a-hover-color) !important;
}