@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800;900&display=swap");
/* Skeleton Loading & Animations */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.animate-up {
    animation: fadeInUp 0.6s ease-out both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}

.animate-spin-slow {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.btn-load-more.loading {
    pointer-events: none;
    opacity: 0.7;
}

.baslik {
    background: var(--grad-ocean) !important;
    color: #FFFFFF !important;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    padding: 15px 25px !important;
    border: none !important;
}



.sehirler .alan {

    height: 46px;

    margin-bottom: 10px;

}



.sehirler .alan a {

    display: block;

    background: #efefef;

    color: #253b49;

    line-height: 16px;

    font-size: 14px;

    font-weight: bold;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.sehirler .alan a i {

    width: 30px;

    text-align: center;

    line-height: 16px;

    float: left;

    font-size: 20px;

}



.sehirler .alan a:hover {

    color: #FFFFFF;

    background: #6963ff;

}



.entry-deal {
    padding: 10px;
    border: 1px solid #ededed;
}

.entry-deal h2 {

    font-size: 18px;

}

.entry-media {

    height: 250px;

    position: relative;

    display: block
}

.deal-entry {

    padding: 0 0 0;

    float: left;

    width: 100%;

    background-color: #FFF;

    zoom: 1;

    margin-bottom: 30px;

    position: relative;

    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);

    transition: all .3s;

}

.deal-entry:hover {

    box-shadow: 0px 1px 10px -1px rgba(151, 171, 187, 0.7);

}

.deal-entry .image {

    margin: 0;

    max-width: 100%;

    display: block;

    position: relative;

}

.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
    padding: 8px 0px;
}

.valueInfo div p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.valueInfo div p.text {
    color: inherit;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}

.valueInfo div.save {
    border-right: 0px;
}

.deal-entry .bought {

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: 1;

    color: #FFFFFF;

    padding: 2px 15px;

    font-size: 13px;

}

.deal-entry .title {

    padding: 20px 15px 20px 15px;

    margin: 0;

    color: #000;

    font-size: 18px;

    line-height: 24px;

    font-weight: bold;

    text-shadow: 0 1px 0 #FFF;

    overflow: hidden;

}

.deal-entry.green .offer-discount,
.deal-entry.green .bought {

    background-color: #77C84E;

}

.deal-entry.green .title {

    border-left: 5px solid #77C84E;

}

.deal-entry.orange .title {

    border-left: 5px solid #dc4a29;

}

.deal-entry.orange .offer-discount,
.deal-entry.orange .bought {

    background-color: #dc4a29;

}

.deal-entry.orange .title {

    border-left: 5px solid #dc4a29;

}

.deal-entry.blue .offer-discount,
.deal-entry.blue .bought {

    background-color: #5677fc;

}

.deal-entry.blue .title {

    border-left: 5px solid #5677fc;

}

.deal-entry .title a {

    color: #272630;

    text-decoration: none;

}

.deal-entry .title a:hover {

    color: #dc4a29;

}

.deal-entry .prices {

    padding: 0 0 10px 0;

    margin: 0;

    display: block;

}

.deal-entry .procent {

    padding: 0;

    margin: 0;

    font-size: 29px;

    line-height: 30px;

    float: left;

    color: #ff5722;

    font-weight: 500;

}

.deal-entry.green .procent {

    color: #77C84E;

}

.deal-entry.orange .procent {

    color: #FF0623;

}

.deal-entry.blue .procent {

    color: #5677fc;

}

.discount-red {

    background: #dc4a29;

}

.discount-green {

    background: #77C84E;

}

.discount-blue {

    background: #5677fc;

}

.deal-entry .price {

    padding: 0;

    margin: 0;

    color: #333;

    font-size: 14px;

    line-height: 30px;

    float: right;

}

.deal-entry .price b {

    color: #333;

    font-size: 32px;

    font-size: 29px;

}

.deal-entry .old-price {

    padding: 0 8px 0 0;

    margin: 0;

    color: #B4B4B4;

    line-height: 30px;

    text-align: right;

    float: right;

}

.deal-entry .old-price span {

    font-size: 14px;

    text-decoration: line-through;

}

@media (max-width: 990px) {

    .deal-entry .old-price span {

        font-size: 11px;

    }

}

.deal-entry .info {

    padding: 8px 0 0;

    margin: 0 8px;

    border-top: 1px solid #E6E7E7;

    font-size: 12px;

}

.deal-entry.deal-sm .info_bar ul li:last-child {
    width: 50%;
}

.deal-entry.deal-sm .info_bar .info_link .btn {

    padding: 5px 8px;

    width: 75px;


}

.deal-entry.result-entry .info_bar {

    font-size: 15px;

    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;

}

.deal-entry .info_bar {

    border-top: 1px solid #ededed;

    font-size: 12px;

    padding: 10px 5px;

    background: #f7f8fa;

}

.deal-entry .info_bar ul {

    margin: 0;

    padding: 0;

    width: 100%;

    justify-content: flex-start;

    display: flex;

}

.deal-entry .info_bar ul li {

    text-align: center;

    word-wrap: break-word;

}

.deal-entry .info_bar b {

    padding-right: 5px
}

.deal-entry .info_bar .person {

    padding: 5px 8px 0 5px;

    border-right: 1px dashed #ededed;

}

.deal-entry .info_bar .info_link {

    text-align: center;

}

.deal-entry .info_bar .info_link .btn {

    font-size: 14px;

    text-transform: capitalize;

}

.deal-entry .info_bar .time {

    padding: 5px 8px 0 5px;

}

.deal-entry .info_bar i {

    padding-right: 6px
}

.product-page-meta {

    padding: 30px;

}

.entry-content {

    padding: 10px 15px 10px;

    overflow: hidden;

}

.offer-discount {

    position: absolute;

    top: -9px;

    z-index: 2;

    min-height: 55px;

    min-width: 55px;

    left: -9px;

    border: 1px DASHED #fff;

    text-align: center;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    font-weight: 700;

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 17px;

    color: #fff !important;

    line-height: 24px;

    text-transform: uppercase;

    padding: 15px 0 0 0;

    box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);

}

/* DEAL ATTRIBUTES */

/* .valueInfo placeholder */
.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
    padding: 8px 0px;
}

.valueInfo div p {

    margin: 0px;

    font-size: 16px;

    font-weight: 600;

    color: #000;

}

.valueInfo div p.text {

    color: inherit;
    font-weight: 300;
    font-size: 12px;
}

.valueInfo div.save {
    border-right: 0px;
}

.shadow {

    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7)
}

/* HBY CUSTOM CSS */

@media (max-width: 1199px) {
    .mobile-nav {
        display: block !important;
    }
}

.mobile-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999999 !important;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}

.mobile-widget:hover {
    background: #f5f5f5;
}

.mobile-widget:hover i {
    color: #0044bb;
}

.mobile-widget:hover span {
    color: #0044bb;
}

.mobile-widget i {
    font-size: 15px;
    margin-bottom: 5px;
    color: #555554;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-widget span {
    font-size: 10px;
    line-height: 12px;
    color: #555554;
    text-transform: uppercase;
}

.mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background: #0044bb;
    border: 2px solid var(--green-chalk);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.plus-btn {
    margin-top: -35px;
}

.plus-btn i {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    color: #ffffff;
    background: #0044bb;
    border: 8px solid #ffffff;
}

.plus-btn:hover {
    background: transparent;
}

.plus-btn:hover i {
    color: #ffffff;
}



/* CUSTOM HEADER */

.header-part-hby-1 {
    /* Background managed by modern-tokens.css */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-part-hby-1 .container {
    padding: 2px 25px;
}


.hby-cm-elements-1.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #0d0633;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1.header-fixed .header-widget span {
    color: #f5f5f5;
}

.hby-cm-elements-1.header-fixed .header-widget sup {
    border-color: #0d0633;
}

.hby-cm-elements-1 .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .header-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .header-item {
    position: relative;
}

.hby-cm-elements-1 .header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .header-widget img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.hby-cm-elements-1 .header-widget i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    color: #555554;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .header-widget i:hover {
    color: #ffffff;
    background: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .header-widget span {
    font-weight: 500;
    margin-left: 8px;
    color: #555554;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .header-widget span:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .header-widget sup {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 24px;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    color: #ffffff;
    background: #0044bb;
    border: 2px solid #ffffff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .header-logo {
    margin: 0px 10px;
    display: flex;
    align-items: center;
}

.hby-cm-elements-1 .header-logo img {
    width: auto;
    height: 38px;
    object-fit: contain;
}

.hby-cm-elements-1 .search-btn {
    display: none;
}

.hby-cm-elements-1 .post-btn {
    width: 180px;
    padding: 12px 0px;
    margin-left: 20px;
}

.hby-cm-elements-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.header-user {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    padding: 6px 16px 6px 6px !important;
    background: #f1f3f5 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.header-user:hover {
    background: #e9ecef !important;
    transform: translateY(-1px);
}

.header-user img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.header-user span {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    white-space: nowrap !important;
}

.hby-cm-elements-1 .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hby-cm-elements-1 .header-right .header-item {
    margin-right: 20px;
}

.hby-cm-elements-1 .header-form {
    flex: 1;
    max-width: 600px;
    min-width: 250px;
    margin: 0px 40px;
    position: relative;
}

.hby-cm-elements-1 .header-search {
    border-radius: 50px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 48px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.hby-cm-elements-1 .header-search:focus-within {
    background: #fff;
    border-color: #0044bb;
    box-shadow: 0 0 0 4px rgba(0, 68, 187, 0.1);
}

.hby-cm-elements-1 .header-search input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 15px;
    color: #444;
}

.hby-cm-elements-1 .header-search button i {
    font-size: 16px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s;
}

.hby-cm-elements-1 .header-search button i:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .header-search.active {
    border-radius: 50px 50px 0px 0px;
}

.header-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-widget {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f3f5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    outline: none;
}

.header-widget:hover {
    background: #e9ecef !important;
    transform: translateY(-2px);
}

.header-widget i {
    font-size: 20px !important;
    color: #495057 !important;
}

.header-widget sup {
    width: 20px;
    height: 20px;
    background: #0044bb !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: -4px;
    right: -4px;
    border: 22px solid #fff;
    border: 2px solid #fff;
    padding: 0;
    line-height: 1;
}

.hby-cm-elements-1 .header-option {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 999999999 !important;
    width: 100%;
    display: none;
}

.hby-cm-elements-1 .option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px 15px;
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.hby-cm-elements-1 .option-grid input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: #f5f5f5;
}

.hby-cm-elements-1 .option-grid button {
    grid-area: 3 / 1 / 4 / 3;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: #0044bb;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .option-grid button i {
    margin-right: 6px;
}

.hby-cm-elements-1 .option-cosmo {
    display: block;
    width: 100%;
    /* padding: 15px 15px; */
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}


.hby-cm-elements-1 .option-cosmo .nav-link a.active {
    background-color: #f5f5f5 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

.hby-cm-elements-1 .option-cosmo .nav-link:hover {
    background-color: #f5f5f5 !important;
    color: #003399 !important;
}

.hby-cm-elements-1 .option-cosmo div.tab-pane {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.hby-cm-elements-1 .option-cosmo ul.nav-tabs {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /* 
    grid-row-gap: 15px;
    padding: 15px 15px; 
    */
}

.hby-cm-elements-1 .option-cosmo a.nav-link {
    width: calc(100%) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.hby-firma-btn {
    background-color: #00ffff !important;
    color: #003399 !important;
}

.hby-firma-btn.active {
    background-color: #00e2e2 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

.hby-is-ilan-btn {
    background-color: #ffff00 !important;
    color: #003399 !important;
}

.hby-is-ilan-btn.active {
    background-color: #e4e400 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

.hby-haber-btn {
    background-color: #e60000 !important;
    color: #FFF !important;
}

.hby-haber-btn.active {
    background-color: #b40000 !important;
    color: #FFF !important;
    border-color: #003399 !important;
}

.hby-urun-ilan-btn {
    background-color: #00ff6a !important;
    color: #003399 !important;
}

.hby-urun-ilan-btn.active {
    background-color: #00e660 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

.hby-firsat-btn {
    background-color: #00ffd0 !important;
    color: #003399 !important;
}

.hby-firsat-btn.active {
    background-color: #00e2b8 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

.hby-fuar-btn {
    background-color: #ffc800 !important;
    color: #003399 !important;
}

.hby-fuar-btn.active {
    background-color: #cea100 !important;
    color: #003399 !important;
    border-color: #003399 !important;
}

@media (max-width: 1199px) {

    .hby-cm-elements-1 .option-cosmo ul.nav-tabs {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: auto !important;
        grid-column-gap: 0px !important;
        grid-row-gap: 0px !important;

    }
}

.hby-cm-elements-1 .option-cosmo div.grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    /* 
    grid-row-gap: 15px;
    padding: 15px 15px; 
    */

}


.hby-cm-elements-1 .option-cosmo div.grid-1 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    /* 
    grid-row-gap: 15px;
    padding: 15px 15px; 
    */

}

.hby-cm-elements-1 .option-cosmo input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: #f5f5f5;
}

.hby-cm-elements-1 .option-cosmo button {
    grid-area: 3 / 1 / 4 / 3;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: #0044bb;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .option-cosmo button i {
    margin-right: 6px;
}

@media (min-width: 1200px) {
    .header-part-hby-1 .container {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .header-part-hby-1 .container {
        padding: 2px;
    }

    .hby-cm-elements-1 .header-content {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .hby-cm-elements-1 .header-logo {
        margin: 0px 10px;
    }

    .hby-cm-elements-1 .header-user {
        display: none;
    }

    .hby-cm-elements-1 .search-btn {
        display: block;
    }

    .hby-cm-elements-1 .header-left {
        width: 100%;
        justify-content: space-between;
    }

    .hby-cm-elements-1 .header-right {
        display: none;
    }

    .hby-cm-elements-1 .header-form {
        margin-top: 10px;
        display: none;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.hby-cm-elements-1 .navbar-item {
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .navbar-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: #232d3b;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .navbar-link:hover {
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .navbar-link i {
    font-size: 10px;
}

.sidebar-part-hby-1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999999 !important;
    visibility: hidden;
    opacity: 0;
    transition: all linear .2s;
}

.hby-cm-elements-1 .sidebar-body {
    position: fixed;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100vh;
    background: #fbfbfb;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.sidebar-part-hby-1.active {
    visibility: visible;
    opacity: 1;
}

.sidebar-part-hby-1.active .sidebar-body {
    left: 0px;
}

.hby-cm-elements-1 .sidebar-header {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .sidebar-logo img {
    width: auto;
    height: 40px;
}

.hby-cm-elements-1 .sidebar-cross {
    border: none;
    outline: none;
    background: none;
}

.hby-cm-elements-1 .sidebar-cross i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #6c757d;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .sidebar-cross i:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .sidebar-content {
    overflow-y: scroll;
    height: 100vh;
}

.hby-cm-elements-1 .sidebar-profile {
    text-align: center;
    padding: 18px 0px;
}

.hby-cm-elements-1 .sidebar-avatar {
    border-radius: 50%;
    border: 3px solid #0044bb;
    margin-bottom: 10px;
}

.hby-cm-elements-1 .sidebar-avatar img {
    width: 120px;
    border-radius: 50%;
    border: 3px solid #e8e8e8;
}

.hby-cm-elements-1 .sidebar-name {
    color: #232d3b;
    margin-bottom: 10px;
}

.hby-cm-elements-1 .sidebar-body .sidebar-content .sidebar-post {
    font-size: 12px;
    padding: 8px 18px;
}

.hby-cm-elements-1 .sidebar-menu {
    margin-bottom: 30px;
}

.hby-cm-elements-1 .sidebar-menu .nav-tabs li .nav-link {
    font-size: 12px;
    padding: 8px 0px;
}

.hby-cm-elements-1 .sidebar-menu .tab-pane {
    padding: 0px;
}

.hby-cm-elements-1 .sidebar-footer {
    padding-bottom: 120px;
    text-align: center;
}

.hby-cm-elements-1 .sidebar-footer p {
    font-size: 14px;
    color: #232d3b;
}

.hby-cm-elements-1 .sidebar-footer p a {
    color: #0044bb;
}

.hby-cm-elements-1 .sidebar-footer p a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .hby-cm-elements-1 .sidebar-footer {
        padding-bottom: 160px;
    }
}

@media (max-width: 575px) {
    .sidebar-part-hby-1.active {
        visibility: visible;
        opacity: 1;
    }

    .sidebar-part-hby-1.active .sidebar-body {
        left: 0px;
        width: 100%;
    }
}

.hby-cm-elements-1 .mobile-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.hby-cm-elements-1 .mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}

.hby-cm-elements-1 .mobile-widget:hover {
    background: #f5f5f5;
}

.hby-cm-elements-1 .mobile-widget:hover i {
    color: #0044bb;
}

.hby-cm-elements-1 .mobile-widget:hover span {
    color: #0044bb;
}

.hby-cm-elements-1 .mobile-widget i {
    font-size: 15px;
    margin-bottom: 5px;
    color: #555554;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .mobile-widget span {
    font-size: 10px;
    line-height: 12px;
    color: #555554;
    text-transform: uppercase;
}

.hby-cm-elements-1 .mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background: #0044bb;
    border: 2px solid var(--green-chalk);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .plus-btn {
    margin-top: -35px;
}

.hby-cm-elements-1 .plus-btn i {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    color: #ffffff;
    background: #0044bb;
    border: 8px solid #ffffff;
}

.hby-cm-elements-1 .plus-btn:hover {
    background: transparent;
}

.hby-cm-elements-1 .plus-btn:hover i {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .hby-cm-elements-1 .mobile-nav {
        display: block;
    }
}

.hby-cm-elements-1 .header-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hby-cm-elements-1 .filter-short {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .filter-show {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}

.hby-cm-elements-1 .filter-select {
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
}

.hby-cm-elements-1 .filter-select:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.hby-cm-elements-1 .filter-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hby-cm-elements-1 .filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #555554;
    background: #ffffff;
}

.hby-cm-elements-1 .filter-action a i:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .filter-action .active i {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .filter-action .active i:hover {
    color: #ffffff;
}

@media (max-width: 575px) {

    .hby-cm-elements-1 .filter-label,
    .hby-cm-elements-1 .filter-action {
        display: none;
    }

    .hby-cm-elements-1 .filter-show {
        width: 80px;
    }

    .hby-cm-elements-1 .filter-short {
        width: 130px;
    }
}

.hby-cm-elements-1 .product-widget {
    padding: 20px 15px 15px;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .product-widget-title {
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .product-widget-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 15px 0px;
}

.hby-cm-elements-1 .product-widget-group input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: #ffffff;
}

.hby-cm-elements-1 .product-widget-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #0044bb;
    background: #ffffff;
    border: 1px solid #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-widget-btn:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .product-widget-btn i {
    margin-top: -2px;
    margin-right: 6px;
}

.hby-cm-elements-1 .product-widget-list {
    margin: 10px 0px;
}

.hby-cm-elements-1 .product-widget-item {
    margin: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hby-cm-elements-1 .product-widget-checkbox {
    line-height: 0px;
}

.hby-cm-elements-1 .product-widget-checkbox input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.hby-cm-elements-1 .product-widget-label {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .product-widget-label:hover .product-widget-number {
    color: #0044bb;
}

.hby-cm-elements-1 .product-widget-label:hover .product-widget-text {
    color: #0044bb;
}

.hby-cm-elements-1 .product-widget-type {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 26px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
}

.hby-cm-elements-1 .product-widget-number {
    font-size: 15px;
}

.hby-cm-elements-1 .product-widget-star i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--yellow);
}

.hby-cm-elements-1 .product-widget-search input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .product-widget-text {
    font-size: 15px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .product-widget-scroll {
    height: 242px;
    padding-right: 8px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.hby-cm-elements-1 .product-widget-dropitem {
    margin: 15px 0px;
}

.hby-cm-elements-1 .product-widget-link {
    width: 100%;
    font-size: 15px;
    color: #555554;
    text-transform: capitalize;
    text-align: left;
    position: relative;
}

.hby-cm-elements-1 .product-widget-link:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .product-widget-link::before {
    position: absolute;
    content: "\f054";
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(0deg);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-widget-link i {
    font-size: 12px;
    margin-right: 5px;
}

.hby-cm-elements-1 .product-widget-link.active {
    color: #0044bb;
}

.hby-cm-elements-1 .product-widget-link.active::before {
    transform: translateY(-50%) rotate(90deg);
}

.hby-cm-elements-1 .product-widget-dropdown {
    padding: 10px;
    margin: 8px 10px;
    border-radius: 6px;
    background: #ffffff;
    display: none;
}

.hby-cm-elements-1 .product-widget-dropdown li a {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px;
    padding: 8px 15px;
    color: #555554;
    background: #ffffff;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-widget-dropdown li a:hover {
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .footer-pagection {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .page-info {
    font-weight: 500;
    color: #6c757d;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .footer-pagection {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .hby-cm-elements-1 .page-info {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .hby-cm-elements-1 .footer-pagection {
        margin-bottom: 30px;
    }
}

.hby-cm-elements-1 .blog-sidebar {
    padding: 25px 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .blog-sidebar-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .blog-sidebar-title h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.hby-cm-elements-1 .blog-src {
    position: relative;
}

.hby-cm-elements-1 .blog-src input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 0px 60px 0px 20px;
    border: 2px solid #0044bb;
}

.hby-cm-elements-1 .blog-src button {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 6px;
    right: 6px;
}

.hby-cm-elements-1 .blog-src button i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .blog-suggest li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .blog-suggest li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.hby-cm-elements-1 .suggest-img {
    margin-right: 15px;
}

.hby-cm-elements-1 .suggest-img a img {
    width: 100px;
    border-radius: 8px;
}

.hby-cm-elements-1 .suggest-title {
    margin-bottom: 20px;
}

.hby-cm-elements-1 .suggest-title h4 {
    font-size: 18px;
    line-height: 26px;
}

.hby-cm-elements-1 .suggest-title h4 a {
    color: #232d3b;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .suggest-title h4 a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .suggest-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.hby-cm-elements-1 .suggest-date {
    margin-right: 30px;
}

.hby-cm-elements-1 .suggest-date,
.hby-cm-elements-1 .suggest-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.hby-cm-elements-1 .suggest-date i,
.hby-cm-elements-1 .suggest-comment i {
    font-size: 16px;
    margin-right: 8px;
    margin-top: -1px;
}

.hby-cm-elements-1 .suggest-date p,
.hby-cm-elements-1 .suggest-comment p {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .blog-cate {
    display: block;
}

.hby-cm-elements-1 .blog-cate li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.hby-cm-elements-1 .blog-cate li:hover h5 a {
    color: #0044bb;
}

.hby-cm-elements-1 .blog-cate li:hover p {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .blog-cate li h5 {
    font-weight: 500;
}

.hby-cm-elements-1 .blog-cate li h5 a {
    color: #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .blog-cate li h5 a:hover {
    text-decoration: underline;
}

.hby-cm-elements-1 .blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: #0044bb;
    background: #ffffff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .blog-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px;
}

.hby-cm-elements-1 .blog-tag li a {
    color: #6c757d;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .blog-tag li a:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .blog-icon li {
    display: inline-block;
    margin-right: 12px;
}

.hby-cm-elements-1 .blog-icon li a i {
    width: 37px;
    height: 37px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #0044bb;
    background: #ffffff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .blog-icon li a i:hover {
    color: #ffffff;
    background: #0044bb;
}

@media (max-width: 400px) {
    .hby-cm-elements-1 .suggest-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hby-cm-elements-1 .suggest-date {
        margin-bottom: 12px;
    }

    .hby-cm-elements-1 .blog-icon li {
        margin: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hby-cm-elements-1 .suggest-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hby-cm-elements-1 .suggest-date {
        margin-bottom: 12px;
    }

    .hby-cm-elements-1 .blog-icon li {
        margin: 6px;
    }
}

.hby-cm-elements-1 .newsletter {
    margin-bottom: 70px;
}

.hby-cm-elements-1 .news-content h2 {
    margin-bottom: 15px;
    color: #f5f5f5;
}

.hby-cm-elements-1 .news-form {
    position: relative;
    margin-top: 23px;
}

.hby-cm-elements-1 .news-form input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    padding: 0px 200px 0px 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.hby-cm-elements-1 .news-form .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 10px 30px;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .newsletter {
        margin-bottom: 60px;
    }

    .hby-cm-elements-1 .news-content {
        margin: 0px 0px 30px;
    }

    .hby-cm-elements-1 .news-form {
        margin: 0px;
    }
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .news-form input {
        padding: 0px 75px 0px 20px;
    }

    .hby-cm-elements-1 .news-form .btn {
        padding: 10px 20px;
    }

    .hby-cm-elements-1 .news-form .btn i {
        margin-right: 0px;
    }

    .hby-cm-elements-1 .news-form .btn span {
        display: none;
    }
}

.hby-cm-elements-1 .footer-part {
    background: #080229;
    padding: 100px 0px 0px;
}

.hby-cm-elements-1 .footer-content h3 {
    color: #bbbbbb;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333333;
    position: relative;
}

.hby-cm-elements-1 .footer-content h3::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #0044bb;
}

.hby-cm-elements-1 .footer-address li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 21px;
}

.hby-cm-elements-1 .footer-address li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .footer-address li i {
    font-size: 20px;
    margin: 6px 20px 0px 0px;
}

.hby-cm-elements-1 .footer-address li p span {
    display: block;
    line-height: 30px;
}

.hby-cm-elements-1 .footer-widget li {
    margin-bottom: 20px;
}

.hby-cm-elements-1 .footer-widget li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .footer-widget li a {
    color: #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .footer-widget li a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

.hby-cm-elements-1 .footer-info a {
    margin-bottom: 30px;
}

.hby-cm-elements-1 .footer-info a img {
    width: auto;
    height: 50px;
}

.hby-cm-elements-1 .footer-count li {
    margin-bottom: 30px;
}

.hby-cm-elements-1 .footer-count li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .footer-count li h5 {
    margin-bottom: 3px;
    letter-spacing: 0.3px;
    color: #f5f5f5;
}

.hby-cm-elements-1 .footer-card-content {
    padding: 50px 0px;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    border-top: 1px solid #333333;
}

.hby-cm-elements-1 .footer-payment a,
.hby-cm-elements-1 .footer-payment button,
.hby-cm-elements-1 .footer-option a,
.hby-cm-elements-1 .footer-option button,
.hby-cm-elements-1 .footer-app a,
.hby-cm-elements-1 .footer-app button {
    margin: 0px 5px;
}

.hby-cm-elements-1 .footer-payment a img,
.hby-cm-elements-1 .footer-app a img {
    width: auto;
    height: 38px;
}

.hby-cm-elements-1 .footer-option button {
    border: none;
    outline: none;
    background: none;
    margin: 0px 8px;
    width: 120px;
    padding: 5px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    color: #6c757d;
    border: 1px solid #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .footer-option button:hover {
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.hby-cm-elements-1 .footer-option button i {
    margin-right: 8px;
}

.hby-cm-elements-1 .footer-end {
    background: #0d0633;
}

.hby-cm-elements-1 .footer-end-content {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .footer-end-content p a {
    color: #0044bb;
}

.hby-cm-elements-1 .footer-end-content p a:hover {
    text-decoration: underline;
}

.hby-cm-elements-1 .footer-social li {
    display: inline-block;
    margin: 5px;
}

.hby-cm-elements-1 .footer-social li a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .footer-social li a i:hover {
    color: #ffffff;
    background: #0044bb;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .footer-content {
        margin-bottom: 30px;
    }

    .hby-cm-elements-1 .footer-end-content {
        padding: 25px 0px;
        flex-direction: column;
        text-align: center;
    }

    .hby-cm-elements-1 .footer-end-content p {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .footer-part {
        padding: 60px 0px 60px;
    }

    .hby-cm-elements-1 .footer-content,
    .hby-cm-elements-1 .footer-info {
        margin-left: 30px;
    }

    .hby-cm-elements-1 .footer-card-content {
        flex-direction: column;
    }

    .hby-cm-elements-1 .footer-payment,
    .hby-cm-elements-1 .footer-option {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hby-cm-elements-1 .footer-part {
        padding: 80px 0px 60px;
    }

    .hby-cm-elements-1 .footer-card-content {
        margin-top: 20px;
    }

    .hby-cm-elements-1 .footer-payment a,
    .hby-cm-elements-1 .footer-payment button,
    .hby-cm-elements-1 .footer-option a,
    .hby-cm-elements-1 .footer-option button,
    .hby-cm-elements-1 .footer-app a,
    .hby-cm-elements-1 .footer-app button {
        margin: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1 .footer-part {
        padding: 90px 0px 60px;
    }

    .hby-cm-elements-1 .footer-card-content {
        margin-top: 20px;
    }

    .hby-cm-elements-1 .footer-payment,
    .hby-cm-elements-1 .footer-option,
    .hby-cm-elements-1 .footer-app {
        text-align: center;
    }

    .hby-cm-elements-1 .footer-payment a,
    .hby-cm-elements-1 .footer-payment button,
    .hby-cm-elements-1 .footer-option a,
    .hby-cm-elements-1 .footer-option button,
    .hby-cm-elements-1 .footer-app a,
    .hby-cm-elements-1 .footer-app button {
        margin: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hby-cm-elements-1 .footer-part {
        padding-bottom: 60px;
    }
}

.hby-cm-elements-1 .single-banner {
    background: url(../../images/bg/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.hby-cm-elements-1 .single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
    z-index: -1;
}

.hby-cm-elements-1 .single-content {
    text-align: center;
}

.hby-cm-elements-1 .single-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.hby-cm-elements-1 .single-content .breadcrumb {
    justify-content: center;
}

@media (max-width: 767px) {
    .hby-cm-elements-1 .single-banner {
        padding: 70px 0px;
    }
}

.hby-cm-elements-1 .dashboard-banner {
    padding: 100px 0px 200px;
}

.hby-cm-elements-1 .dash-header-part {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.hby-cm-elements-1 .dash-header-card {
    padding: 30px 30px 0px 30px;
    background: #ffffff;
    border-radius: 8px;
}

.hby-cm-elements-1 .dash-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.hby-cm-elements-1 .dash-header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .dash-avatar {
    margin-right: 30px;
}

.hby-cm-elements-1 .dash-avatar a {
    border-radius: 50%;
    border: 3px solid #0044bb;
}

.hby-cm-elements-1 .dash-avatar a img {
    width: 140px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.hby-cm-elements-1 .dash-intro h4 a {
    color: #232d3b;
    text-transform: capitalize;
}

.hby-cm-elements-1 .dash-intro h5 {
    font-size: 14px;
    line-height: 22px;
    color: #6c757d;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.hby-cm-elements-1 .dash-meta li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 3px;
}

.hby-cm-elements-1 .dash-meta li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .dash-meta li i {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 10px;
    color: #0044bb;
}

.hby-cm-elements-1 .dash-meta li span {
    font-size: 14px;
    line-height: 22px;
}

.hby-cm-elements-1 .dash-focus {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    margin-right: 20px;
    border-radius: 8px;
    background: url(../../images/bg/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hby-cm-elements-1 .dash-focus::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #0044bb;
    opacity: 0.8;
    z-index: -1;
}

.hby-cm-elements-1 .dash-focus:last-child {
    margin-right: 0px;
}

.hby-cm-elements-1 .dash-focus h2 {
    color: #ffffff;
    font-family: sans-serif;
}

.hby-cm-elements-1 .dash-focus p {
    color: #ffffff;
    text-transform: capitalize;
}

.hby-cm-elements-1 .dash-list::before {
    background: #df1313;
}

.hby-cm-elements-1 .dash-book::before {
    background: #00af1e;
}

.hby-cm-elements-1 .dash-rev::before {
    background: #d0a300;
}

.hby-cm-elements-1 .dash-header-alert {
    margin: 0px;
    margin-top: 30px;
    padding: 15px 25px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #0044bb;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between;
}

.hby-cm-elements-1 .dash-header-alert button {
    border: none;
    outline: none;
    background: none;
    margin-left: 100px;
}

.hby-cm-elements-1 .dash-header-alert button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    color: #0044bb;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .dash-header-alert button i:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .dash-menu-list {
    margin-top: 30px;
}

.hby-cm-elements-1 .dash-menu-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .dash-menu-list ul li {
    width: 100%;
}

.hby-cm-elements-1 .dash-menu-list ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px;
    color: #232d3b;
    background: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.hby-cm-elements-1 .dash-menu-list ul li .active {
    color: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #0044bb;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .dash-menu-list {
        overflow-x: scroll;
    }

    .hby-cm-elements-1 .dash-menu-list ul {
        width: 900px;
    }
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .single-banner {
        padding: 60px 0px 160px;
    }

    .hby-cm-elements-1 .dash-header-card {
        padding: 20px 20px 0px 20px;
    }

    .hby-cm-elements-1 .dash-header-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .hby-cm-elements-1 .dash-avatar {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .hby-cm-elements-1 .dash-intro h5 {
        margin-bottom: 12px;
    }

    .hby-cm-elements-1 .dash-meta {
        margin-bottom: 25px;
    }

    .hby-cm-elements-1 .dash-header-right {
        flex-direction: column;
    }

    .hby-cm-elements-1 .dash-focus {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .hby-cm-elements-1 .dash-focus:last-child {
        margin-bottom: 0px;
    }

    .hby-cm-elements-1 .dash-header-alert button {
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hby-cm-elements-1 .dash-header-right {
        margin-top: 30px;
    }

    .hby-cm-elements-1 .dash-focus h2 {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1 .single-banner {
        padding: 80px 0px 180px;
    }

    .hby-cm-elements-1 .dash-header-right {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hby-cm-elements-1 .dash-avatar {
        margin-right: 25px;
    }

    .hby-cm-elements-1 .dash-avatar a img {
        width: 120px;
    }
}



.hby-cm-elements-1 * {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

.hby-cm-elements-1 a {
    text-decoration: none;
    display: inline-block;
}

.hby-cm-elements-1 a:hover {
    text-decoration: none;
}

.hby-cm-elements-1 ul,
.hby-cm-elements-1 ol {
    list-style: none;
}

.hby-cm-elements-1 h1,
.hby-cm-elements-1 h2,
.hby-cm-elements-1 h3,
.hby-cm-elements-1 h4,
.hby-cm-elements-1 h5,
.hby-cm-elements-1 h6,
.hby-cm-elements-1 p,
.hby-cm-elements-1 ul,
.hby-cm-elements-1 ol,
.hby-cm-elements-1 li,
.hby-cm-elements-1 span,
.hby-cm-elements-1 label {
    margin-bottom: 0px;
}

.hby-cm-elements-1 html,
.hby-cm-elements-1 body {
    scroll-behavior: smooth;
}

.hby-cm-elements-1 body {
    color: #555554;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 26px;
}

.hby-cm-elements-1 h1,
.hby-cm-elements-1 h2,
.hby-cm-elements-1 h3,
.hby-cm-elements-1 h4,
.hby-cm-elements-1 h5,
.hby-cm-elements-1 h6 {
    color: #232d3b;
}

.hby-cm-elements-1 h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.hby-cm-elements-1 h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
}

.hby-cm-elements-1 h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.hby-cm-elements-1 h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.hby-cm-elements-1 h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.hby-cm-elements-1 h6 {
    font-size: 16px;
    font-weight: 500;
}

.hby-cm-elements-1 input,
.hby-cm-elements-1 textarea {
    border: none;
    outline: none;
}

.hby-cm-elements-1 input::placeholder,
.hby-cm-elements-1 textarea::placeholder {
    font-size: 15px;
    color: #6c757d;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.hby-cm-elements-1 button {
    border: none;
    outline: none;
    background: none;
}

.hby-cm-elements-1 button:focus {
    outline: none;
}

.hby-cm-elements-1 .center-50 {
    text-align: center;
    margin-top: 50px;
}

.hby-cm-elements-1 .center-20 {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .content-reverse {
        flex-wrap: wrap-reverse;
    }
}

.hby-cm-elements-1 .form-group {
    margin-bottom: 20px;
}

.hby-cm-elements-1 .form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    color: #232d3b;
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .form-control:focus {
    outline: none;
    box-shadow: none;
    color: #6c757d;
    background: #f5f5f5;
    border-color: #0044bb;
}

.hby-cm-elements-1 textarea.form-control {
    height: 215px;
    padding: 15px 20px;
}

.hby-cm-elements-1 .form-btn .btn {
    width: 100%;
    height: 50px;
    padding: 10px 30px;
}

.hby-cm-elements-1 .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .form-control::-webkit-file-upload-button {
    height: 45px;
    border: none;
    background: none;
    color: var(--placeholder);
}

.hby-cm-elements-1 .form-control::-webkit-file-upload-button:focus {
    border: none;
    outline: none;
}

.hby-cm-elements-1 .btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
    padding: 14px 32px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .btn:focus {
    box-shadow: none !important;
}

.hby-cm-elements-1 .btn i {
    margin-top: -1px;
    margin-right: 5px;
}

.hby-cm-elements-1 .btn-inline {
    color: #ffffff;
    background: #0044bb;
    border-color: #0044bb;
}

.hby-cm-elements-1 .btn-inline:hover {
    color: #ffffff;
    background: #0022aa;
    border-color: #0022aa;
}

.hby-cm-elements-1 .btn-outline {
    color: #0044bb;
    background: #ffffff;
    border-color: #0044bb;
}

.hby-cm-elements-1 .btn-outline:hover {
    color: #ffffff;
    background: #0044bb;
    border-color: #0044bb;
}

.hby-cm-elements-1 .dropdown-list {
    width: 100%;
    display: none;
    background: #ffffff;
    border-top: 2px solid #0044bb;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .dropdown-list li {
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .dropdown-list li:last-child {
    border-bottom: none;
}

.hby-cm-elements-1 .dropdown-list li a span {
    color: var(--sale);
    margin-left: 10px;
}

.hby-cm-elements-1 .dropdown-link {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #555554;
    padding: 10px 0px 10px 50px;
    text-transform: capitalize;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .dropdown-link:hover {
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .dropdown-link:hover::before {
    background: #0044bb;
}

.hby-cm-elements-1 .dropdown-link::before {
    position: absolute;
    content: "";
    top: 48%;
    left: 30px;
    width: 10px;
    height: 2px;
    background: #6c757d;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .nasted-dropdown {
    height: 292px;
    padding: 0px 8px;
    overflow-y: scroll;
}

.hby-cm-elements-1 .nasted-dropdown li {
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .nasted-dropdown li:last-child {
    border-bottom: none;
}

.hby-cm-elements-1 .nasted-menu {
    width: 100%;
    cursor: pointer;
    padding: 8px 0px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .nasted-menu:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .nasted-menu p {
    font-size: 15px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .nasted-menu p span {
    font-size: 12px;
    margin-right: 8px;
}

.hby-cm-elements-1 .nasted-menu i {
    font-size: 10px;
}

.hby-cm-elements-1 .nasted-menu-list {
    padding: 0px 15px;
    display: none;
}

.hby-cm-elements-1 .nasted-menu-list li a {
    font-size: 14px;
    padding: 6px 0px;
    position: relative;
    margin-left: 25px;
    color: #6c757d;
}

.hby-cm-elements-1 .nasted-menu-list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: #6c757d;
}

.hby-cm-elements-1 .nasted-menu-list li a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .nasted-menu-list li a:hover::before {
    background: #0044bb;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1 .nasted-dropdown {
        height: 200px;
    }
}

.hby-cm-elements-1 .nav {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .nav-tabs li {
    width: 100%;
}

.hby-cm-elements-1 .nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 14px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #232d3b;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: var(--tab-radius);
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .nav-tabs li .nav-link:hover {
    background: #f5f5f5;
    border-color: transparent;
}

.hby-cm-elements-1 .nav-tabs li .active {
    color: #0044bb;
    background: #f5f5f5;
    border-color: #0044bb;
}

.hby-cm-elements-1 .tab-pane {
    display: none;
    padding: 0px 50px;
}

.hby-cm-elements-1 .tab-pane.active {
    display: block;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .nav-tabs li .nav-link {
        padding: 10px 0px;
    }

    .hby-cm-elements-1 .tab-pane {
        padding: 0px 15px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .tab-pane {
        padding: 0px 25px;
    }
}

.hby-cm-elements-1 .section {
    padding: 120px 0px 0px;
}

.hby-cm-elements-1 .section-center-heading {
    text-align: center;
    margin-bottom: 45px;
}

.hby-cm-elements-1 .section-center-heading h2 {
    margin-bottom: 15px;
}

.hby-cm-elements-1 .section-center-heading h2 span {
    color: #0044bb;
}

.hby-cm-elements-1 .section-center-heading p {
    width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
}

.hby-cm-elements-1 .section-side-heading h2 {
    margin-bottom: 15px;
}

.hby-cm-elements-1 .section-side-heading h2 span {
    color: #0044bb;
    font-style: italic;
}

.hby-cm-elements-1 .section-side-heading p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}

.hby-cm-elements-1 .inner-section {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .hby-cm-elements-1 .section {
        padding: 60px 0px 0px;
    }

    .hby-cm-elements-1 .inner-section {
        margin-bottom: 60px;
    }

    .hby-cm-elements-1 .section-side-heading {
        margin-bottom: 60px;
    }

    .hby-cm-elements-1 .section-center-heading {
        margin-bottom: 30px;
    }

    .hby-cm-elements-1 .section-center-heading p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1 .section {
        padding: 80px 0px 0px;
    }

    .hby-cm-elements-1 .inner-section {
        margin-bottom: 80px;
    }
}

.hby-cm-elements-1 .alert {
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    position: inherit;
}

.hby-cm-elements-1 .table-list {
    width: 100%;
}

.hby-cm-elements-1 .table-head {
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.25);
}

.hby-cm-elements-1 .table-head tr {
    background: #0044bb;
}

.hby-cm-elements-1 .table-head tr th {
    text-align: center;
    padding: 16px 25px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
    border-right: 1px solid #003399;
}

.hby-cm-elements-1 .table-head tr th:first-child {
    border-radius: 6px 0px 0px 6px;
}

.hby-cm-elements-1 .table-head tr th:last-child {
    border-right: none;
    border-radius: 0px 6px 6px 0px;
}

.hby-cm-elements-1 .table-body tr {
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .table-body tr td {
    padding: 15px 25px;
    text-align: center;
    text-transform: capitalize;
    border-right: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .table-body tr td:last-child {
    border-right: none;
}

.hby-cm-elements-1 .table-body .badge {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.hby-cm-elements-1 .table-product img {
    width: 100px;
    border-radius: 6px;
}

.hby-cm-elements-1 .table-category h6 a {
    color: #232d3b;
}

.hby-cm-elements-1 .table-category h6 a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .table-price h5 {
    font-family: sans-serif;
    font-weight: 700;
}

.hby-cm-elements-1 .table-condition .use {
    background: var(--orange);
}

.hby-cm-elements-1 .table-condition .new {
    background: var(--green);
}

.hby-cm-elements-1 .table-status .runs {
    background: var(--purple);
}

.hby-cm-elements-1 .table-status .clos {
    background: var(--red);
}

.hby-cm-elements-1 .table-action {
    text-align: center;
}

.hby-cm-elements-1 .table-action .icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin: 3px;
    color: #0044bb;
    background: #f5f5f5;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .table-action .icon:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .table-action .active {
    color: #ffffff;
    background: #0044bb;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .table-scroll {
        overflow-x: scroll;
    }

    .hby-cm-elements-1 .table-list {
        width: 900px;
    }
}

.hby-cm-elements-1 .modal-header h4 {
    font-weight: 500;
}

.hby-cm-elements-1 .modal-header button {
    font-size: 20px;
    color: #555554;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .modal-header button:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .modal-link {
    display: block;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    padding: 10px 0px 10px 60px;
    border-radius: 5px;
    width: 100%;
    color: #555554;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .modal-link:hover {
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .modal-link:hover::before {
    color: #0044bb;
}

.hby-cm-elements-1 .modal-link::before {
    position: absolute;
    content: "\f00c";
    top: 50%;
    left: 30px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: #555554;
    transform: translateY(-50%);
}

.hby-cm-elements-1 .modal-link.active {
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .modal-link.active::before {
    color: #0044bb;
}

.hby-cm-elements-1 .modal-number {
    margin: 15px 0px;
    text-align: center;
    font-family: sans-serif;
    color: #0044bb;
}

.hby-cm-elements-1 .modal-share {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hby-cm-elements-1 .modal-share a {
    margin: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hby-cm-elements-1 .modal-share a i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .modal-share a span {
    font-size: 15px;
    font-weight: 500;
    color: #232d3b;
    white-space: nowrap;
    text-transform: capitalize;
}

.hby-cm-elements-1 .modal-share .facebook {
    background: var(--facebook);
}

.hby-cm-elements-1 .modal-share .twitter {
    background: var(--twitter);
}

.hby-cm-elements-1 .modal-share .linkedin {
    background: var(--linkedin);
}

.hby-cm-elements-1 .breadcrumb {
    align-items: center;
    background: none;
    padding: 0px;
    margin: 0px;
}

.hby-cm-elements-1 .breadcrumb li {
    text-transform: capitalize;
}

.hby-cm-elements-1 .breadcrumb li a {
    color: #f5f5f5;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .breadcrumb li a:hover {
    color: #75a7ff;
    text-decoration: underline;
}

.hby-cm-elements-1 .breadcrumb .active {
    color: #75a7ff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .breadcrumb-item+.breadcrumb-item::before {
    color: #75a7ff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .sale {
    background: var(--sale);
}

.hby-cm-elements-1 .rent {
    background: var(--rent);
}

.hby-cm-elements-1 .booking {
    background: var(--booking);
}

.hby-cm-elements-1 .flat-badge {
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .cross-vertical-badge {
    position: relative;
    display: inline-block;
}

.hby-cm-elements-1 .cross-vertical-badge:hover span {
    visibility: visible;
    opacity: 1;
    left: 35px;
}

.hby-cm-elements-1 .cross-vertical-badge i {
    font-size: 16px;
    padding: 8px 8px 12px;
    color: #ffffff;
    text-align: center;
    background: #0044bb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

.hby-cm-elements-1 .cross-vertical-badge span {
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    color: #ffffff;
    background: #0d0633;
    text-transform: capitalize;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .cross-vertical-badge span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #0d0633;
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hby-cm-elements-1 .cross-inline-badge {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 22px 3px 15px;
    border-radius: 0px 5px 5px 0px;
    text-transform: capitalize;
    color: #ffffff;
    background: #0044bb;
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.hby-cm-elements-1 .cross-inline-badge span {
    margin-right: 8px;
    letter-spacing: 0.5px;
}

.hby-cm-elements-1 .pagination {
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .page-item {
    margin: 0px 3px;
}

.hby-cm-elements-1 .page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.hby-cm-elements-1 .page-item .active {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    border: none;
    padding: 0px;
    color: #6c757d;
    background: #ffffff;
}

.hby-cm-elements-1 .page-link:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .page-link:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.hby-cm-elements-1 .slider-arrow:hover .dandik,
.hby-cm-elements-1 .slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}

.hby-cm-elements-1 .slider-dots ul {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.hby-cm-elements-1 .slider-dots ul li {
    width: 25px;
    height: 5px;
    border-radius: 30px;
    background: #6c757d;
    margin: 0px 10px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .slider-dots ul li button {
    display: none;
}

.hby-cm-elements-1 .slider-dots ul li.slick-active {
    background: #0044bb;
}

.hby-cm-elements-1 .dandik,
.hby-cm-elements-1 .bamdik {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #0044bb;
    background: #ffffff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .dandik:hover,
.hby-cm-elements-1 .bamdik:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .dandik {
    right: -25px;
}

.hby-cm-elements-1 .bamdik {
    left: -25px;
}

.hby-cm-elements-1 .star-rating {
    direction: rtl;
    margin-bottom: 25px;
    text-align: center;
}

.hby-cm-elements-1 .star-rating input {
    display: none;
}

.hby-cm-elements-1 .star-rating input:checked~label::after {
    opacity: 1;
}

.hby-cm-elements-1 .star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px;
}

.hby-cm-elements-1 .star-rating label:hover::after {
    opacity: 1;
}

.hby-cm-elements-1 .star-rating label:hover:hover~label::after {
    opacity: 1;
}

.hby-cm-elements-1 .star-rating label::before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb;
}

.hby-cm-elements-1 .star-rating label::after {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: #ffcc23;
    opacity: 0;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .star-rating label {
        margin: 0px 3px;
    }
}

/*========================================
              COMPONENT STYLE END
  =========================================*/
/*========================================
              ELEMENT STYLE START
  =========================================*/
.hby-cm-elements-1 .dropdown-card {
    position: absolute;
    top: 62px;
    right: 0px;
    z-index: 99999999 !important;
    width: 320px;
    border-radius: 8px;
    padding-bottom: 15px;
    background: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.hby-cm-elements-1 .dropdown-header {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .dropdown-header h5 {
    text-transform: capitalize;
}

.hby-cm-elements-1 .dropdown-header a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #0044bb;
    text-transform: uppercase;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .dropdown-header a:hover {
    text-decoration: underline;
}

.hby-cm-elements-1 .suggest-card {
    margin: 0px 8px;
    border-radius: 8px;
    padding: 28px 5px 21px 5px;
    text-align: center;
    border-bottom: 2px solid #0044bb;
    background: #dffbff;
}

.hby-cm-elements-1 .suggest-card img {
    height: 50px;
    margin-bottom: 18px;
}

.hby-cm-elements-1 .suggest-card h6 {
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    padding-top: 5px;
}

.hby-cm-elements-1 .suggest-card h6:hover {
    color: #0044bb !important;
}

.hby-cm-elements-1 .suggest-card p {
    font-size: 14px;
    font-weight: 500;
    color: #0044bb;
}

.hby-cm-elements-1 .product-card {
    border-radius: 8px;
    margin-bottom: 30px;
    background: #f5f5f5;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-card:hover {
    background: #ffffff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .product-card:hover .product-media::before {
    visibility: visible;
    opacity: 1;
}

.hby-cm-elements-1 .product-card:hover .product-img img {
    transform: scale(1.08);
}

.hby-cm-elements-1 .product-card:hover .product-action {
    visibility: visible;
    opacity: 1;
}

.hby-cm-elements-1 .product-media {
    position: relative;
}

.hby-cm-elements-1 .product-media::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 90%);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-img {
    overflow: hidden;
}

.hby-cm-elements-1 .product-img img {
    width: 100%;
    transition: all linear .5s;
}

.hby-cm-elements-1 .product-badge {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
}

.hby-cm-elements-1 .product-type {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.hby-cm-elements-1 .product-action {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    padding: 15px 15px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-action li i {
    margin-right: 5px;
    margin-bottom: 1px;
    font-size: 14px;
}

.hby-cm-elements-1 .product-action li span {
    font-size: 14px;
    color: #f5f5f5;
}

.hby-cm-elements-1 .product-action .view i {
    color: #8edb04;
}

.hby-cm-elements-1 .product-action .click i {
    color: #01cbd5;
}

.hby-cm-elements-1 .product-action .rating i {
    color: #e8ce00;
}

.hby-cm-elements-1 .product-content {
    padding: 0px 15px;
}

.hby-cm-elements-1 .product-category {
    margin-bottom: 12px;
    padding: 10px 0px 8px;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .product-category li i {
    font-size: 13px;
    color: #999999;
    margin-right: 8px;
}

.hby-cm-elements-1 .product-category .breadcrumb-item {
    font-size: 13px;
    color: #6c757d;
    white-space: nowrap;
}

.hby-cm-elements-1 .product-category .breadcrumb-item::before {
    color: #6c757d;
}

.hby-cm-elements-1 .product-category .breadcrumb-item a {
    color: #6c757d;
}

.hby-cm-elements-1 .product-category .breadcrumb-item a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .product-title {
    margin-bottom: 5px;
}

.hby-cm-elements-1 .product-title a {
    color: #232d3b;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-title a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .product-meta {
    margin-bottom: 12px;
}

.hby-cm-elements-1 .product-meta span {
    font-size: 13px;
    margin-right: 15px;
    white-space: nowrap;
}

.hby-cm-elements-1 .product-meta i {
    margin-right: 5px;
    color: #999999;
}

.hby-cm-elements-1 .product-info {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .product-price {
    font-weight: 700;
    font-family: sans-serif;
}

.hby-cm-elements-1 .product-price span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
    color: #6c757d;
    white-space: nowrap;
    text-transform: capitalize;
}

.hby-cm-elements-1 .product-btn a,
.hby-cm-elements-1 .product-btn button {
    margin-left: 8px;
    padding-left: 12px;
    color: #6c757d;
    border-left: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .product-btn a:hover,
.hby-cm-elements-1 .product-btn button:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .product-btn .fas.fa-heart {
    color: #0044bb;
}

.hby-cm-elements-1 .product-card.standard {
    display: flex;
    align-items: center;
}

.hby-cm-elements-1 .product-card.standard .product-media {
    margin: 0px 12px;
}

.hby-cm-elements-1 .product-card.standard .product-img img {
    width: 250px;
    height: auto;
}

.hby-cm-elements-1 .product-card.standard .product-content {
    width: 100%;
}

.hby-cm-elements-1 .ad-standard .product-card.standard .product-media {
    margin: 15px 15px;
}

.hby-cm-elements-1 .ad-standard .product-card.standard .product-img img {
    width: 280px;
}

@media (min-width: 380px) and (max-width: 575px) {
    .hby-cm-elements-1 .product-card {
        width: 350px;
        margin: 0px auto 30px;
    }
}

@media (max-width: 575px) {

    .hby-cm-elements-1 .product-card.standard,
    .hby-cm-elements-1 .ad-standard .product-card.standard {
        flex-direction: column;
    }

    .hby-cm-elements-1 .product-card.standard .product-media,
    .hby-cm-elements-1 .ad-standard .product-card.standard .product-media {
        margin: 0px;
    }

    .hby-cm-elements-1 .product-card.standard .product-img img,
    .hby-cm-elements-1 .ad-standard .product-card.standard .product-img img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .hby-cm-elements-1 .product-card.standard .product-img img,
    .hby-cm-elements-1 .ad-standard .product-card.standard .product-img img {
        width: 225px;
    }
}

.hby-cm-elements-1 .feature-card {
    position: relative;
    overflow: hidden;
}

.hby-cm-elements-1 .feature-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 90%);
}

.hby-cm-elements-1 .feature-img {
    display: block;
}

.hby-cm-elements-1 .feature-img img {
    width: 100%;
    border-radius: 8px;
}

.hby-cm-elements-1 .feature-badge {
    position: absolute;
    top: 20px;
    left: -80px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .feature-badge:hover {
    left: 0px;
}

.hby-cm-elements-1 .feature-wish {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hby-cm-elements-1 .feature-wish i {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    text-align: center;
    color: #e8e8e8;
    background: rgba(0, 0, 0, 0.3);
}

.hby-cm-elements-1 .feature-wish.active i {
    color: #ffffff;
    background: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .feature-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 25px;
}

.hby-cm-elements-1 .feature-category {
    margin-bottom: 15px;
}

.hby-cm-elements-1 .feature-category .flat-badge {
    margin-right: 12px;
}

.hby-cm-elements-1 .feature-title {
    font-weight: 500;
    margin-bottom: 15px;
}

.hby-cm-elements-1 .feature-title a {
    color: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .feature-title a:hover {
    color: #75a7ff;
}

.hby-cm-elements-1 .feature-price {
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
    color: #75a7ff;
    margin-right: 30px;
}

.hby-cm-elements-1 .feature-price small {
    font-size: 15px;
    font-weight: 400;
    margin-left: 3px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .feature-time {
    font-size: 15px;
    color: #e8e8e8;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.hby-cm-elements-1 .feature-time i {
    margin-right: 5px;
}

.hby-cm-elements-1 .feature-thumb {
    cursor: pointer;
    margin: 0px 6px;
    border-radius: 8px;
    border: 2px solid #ffffff;
}

.hby-cm-elements-1 .feature-thumb img {
    width: 100%;
    border-radius: 8px;
    border: 3px solid #ffffff;
}

.hby-cm-elements-1 .feature-thumb.slick-center {
    border: 2px solid #0044bb !important;
}

.hby-cm-elements-1 .ad-feature-slider {
    margin-bottom: 30px;
}

.hby-cm-elements-1 .ad-feature-slider .feature-card {
    margin: 0px 10px;
    opacity: 0.5;
}

.hby-cm-elements-1 .ad-feature-slider .slick-center {
    opacity: 1;
}

@media (max-width: 400px) {
    .hby-cm-elements-1 .ad-feature-slider .feature-card {
        margin: 0px;
    }
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .feature-content {
        position: inherit;
        padding: 15px 15px 15px;
        background: #232d3b;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .hby-cm-elements-1 .feature-img img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .hby-cm-elements-1 .feature-wish {
        top: 15px;
        right: 15px;
    }

    .hby-cm-elements-1 .feature-title {
        font-size: 18px;
        line-height: 26px;
    }

    .hby-cm-elements-1 .feature-meta {
        display: flex;
        flex-direction: column;
    }

    .hby-cm-elements-1 .feature-price {
        margin: 0px 0px 5px;
    }
}

.hby-cm-elements-1 .city-card {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 22px;
    border-radius: 8px;
    height: 230px;
    width: 100%;
}

.hby-cm-elements-1 .city-card:hover .city-content {
    bottom: 25px;
}

.hby-cm-elements-1 .city-card:hover .city-content p {
    opacity: 1;
}

.hby-cm-elements-1 .city-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 90%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .city-content {
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .city-content h4 {
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.hby-cm-elements-1 .city-content p {
    opacity: 0;
    color: #ffffff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

@media (min-width: 400px) and (max-width: 575px) {
    .hby-cm-elements-1 .city-card {
        width: 370px;
        margin: 0px auto 22px;
    }
}

.hby-cm-elements-1 .category-card {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .category-card:hover {
    background: #ffffff;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .category-head {
    position: relative;
}

.hby-cm-elements-1 .category-head img {
    width: 100%;
    height: auto;
}

.hby-cm-elements-1 .category-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 69, 187, 0.5), rgba(8, 2, 41, 0.5));
}

.hby-cm-elements-1 .category-content h4 {
    text-transform: capitalize;
    color: #f5f5f5;
    margin-bottom: 5px;
    font-weight: 500;
    opacity: 1;
}

.hby-cm-elements-1 .category-content p {
    font-size: 14px;
    line-height: 14px;
    color: #f5f5f5;
}

.hby-cm-elements-1 .category-list {
    padding: 12px 20px;
}

.hby-cm-elements-1 .category-list li {
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .category-list li:last-child {
    border-bottom: none;
}

.hby-cm-elements-1 .category-list li a {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.hby-cm-elements-1 .category-list li a:hover h6,
.hby-cm-elements-1 .category-list li a:hover p {
    color: #0044bb;
}

.hby-cm-elements-1 .category-list li a h6 {
    font-size: 15px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .category-list li a p {
    font-size: 14px;
    line-height: 14px;
    color: #232d3b;
}

@media (min-width: 350px) and (max-width: 575px) {
    .hby-cm-elements-1 .category-card {
        width: 320px;
        margin: 0px auto 30px;
    }
}

.hby-cm-elements-1 .price-card {
    padding: 55px 50px 40px;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .price-card:hover {
    border-color: #0044bb;
}

.hby-cm-elements-1 .price-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .price-head i {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0044bb;
}

.hby-cm-elements-1 .price-head h3 {
    font-size: 40px;
    font-family: sans-serif;
    color: #0044bb;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hby-cm-elements-1 .price-head h4 {
    text-transform: uppercase;
}

.hby-cm-elements-1 .price-list {
    margin-bottom: 42px;
}

.hby-cm-elements-1 .price-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0px;
}

.hby-cm-elements-1 .price-list li i {
    color: #0044bb;
    margin-right: 12px;
    font-size: 14px;
    margin-top: 6px;
}

.hby-cm-elements-1 .price-list li p {
    color: #6c757d;
}

.hby-cm-elements-1 .price-btn .btn {
    padding: 12px 30px;
}

.hby-cm-elements-1 .price-active {
    border-color: #0044bb;
}

@media (max-width: 991px) {
    .hby-cm-elements-1 .price-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .price-card {
        padding: 55px 30px 40px;
    }
}

@media (min-width: 350px) and (max-width: 575px) {
    .hby-cm-elements-1 .price-card {
        width: 320px;
        margin: 0px auto 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hby-cm-elements-1 .price-card {
        width: 380px;
        margin: 0px auto 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hby-cm-elements-1 .price-card {
        padding: 65px 35px 50px;
    }
}

.hby-cm-elements-1 .blog-card {
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .blog-card:hover {
    background: #ffffff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .blog-card:hover .blog-img img {
    transform: scale(1.08) rotate(1deg);
}

.hby-cm-elements-1 .blog-img {
    position: relative;
    overflow: hidden;
    z-index: -1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hby-cm-elements-1 .blog-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .blog-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hby-cm-elements-1 .blog-overlay span {
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .safety {
    background: #dc3545;
}

.hby-cm-elements-1 .marketing {
    background: #28a745;
}

.hby-cm-elements-1 .advertise {
    background: #982fd5;
}

.hby-cm-elements-1 .security {
    background: #e69721;
}

.hby-cm-elements-1 .blog-content {
    margin-top: -30px;
    padding: 0px 20px 20px;
}

.hby-cm-elements-1 .blog-avatar {
    margin-bottom: 15px;
}

.hby-cm-elements-1 .blog-avatar img {
    width: 60px;
    border-radius: 8px;
    border: 3px solid #ffffff;
}

.hby-cm-elements-1 .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hby-cm-elements-1 .blog-meta li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .blog-meta li i {
    font-size: 15px;
    margin-right: 8px;
    color: #0044bb;
    margin-top: -1px;
}

.hby-cm-elements-1 .blog-meta li p {
    font-size: 15px;
    line-height: 15px;
    color: #232d3b;
    text-transform: capitalize;
}

.hby-cm-elements-1 .blog-meta li p a {
    color: #232d3b;
}

.hby-cm-elements-1 .blog-text {
    margin-bottom: 27px;
}

.hby-cm-elements-1 .blog-text h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.hby-cm-elements-1 .blog-text h4 a {
    color: #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .blog-text h4 a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .blog-read {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232d3b;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .blog-read:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .blog-read:hover i {
    margin-left: 8px;
}

.hby-cm-elements-1 .blog-read i {
    margin-left: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .best-card {
    display: flex;
    margin: 0px 15px 50px 0px;
}

.hby-cm-elements-1 .best-card:hover .best-icon i {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .best-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #232d3b;
    font-size: 18px;
    margin-right: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .best-content h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hby-cm-elements-1 .team-card {
    text-align: center;
    margin-bottom: 50px;
}

.hby-cm-elements-1 .team-card img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
}

.hby-cm-elements-1 .team-card h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.hby-cm-elements-1 .team-card h5 a {
    color: #232d3b;
}

.hby-cm-elements-1 .team-card p {
    font-size: 15px;
    font-weight: 500;
}

.hby-cm-elements-1 .team-card ul li {
    display: inline-block;
    margin: 0px 5px;
}

.hby-cm-elements-1 .team-card ul li a i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #6c757d;
    background: #ffffff;
    box-shadow: 0px 5px 0px 0px #6c757d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .team-card ul li a i:hover {
    color: #ffffff;
    background: #0044bb;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .team-card {
        width: 290px;
        margin: 0px auto 50px;
    }
}

.hby-cm-elements-1 .counter-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hby-cm-elements-1 .counter-image img {
    width: 60px;
    margin-right: 30px;
}

.hby-cm-elements-1 .counter-content {
    text-align: left;
}

.hby-cm-elements-1 .counter-content h2 {
    font-family: sans-serif;
}

.hby-cm-elements-1 .counter-content p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .hby-cm-elements-1 .counter-card {
        margin-bottom: 60px;
    }
}

.hby-cm-elements-1 .account-card {
    margin-bottom: 30px;
    padding: 0px 30px 30px;
    background: #ffffff;
    border-radius: 8px;
}

.hby-cm-elements-1 .account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #0044bb;
}

.hby-cm-elements-1 .account-title h3 {
    font-size: 20px;
}

.hby-cm-elements-1 .account-title button,
.hby-cm-elements-1 .account-title a {
    border: none;
    width: 55px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    color: #0044bb;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .account-title button:hover,
.hby-cm-elements-1 .account-title a:hover {
    color: #ffffff;
    background: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.hby-cm-elements-1 .account-card-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .account-card-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.hby-cm-elements-1 .account-card-list li:hover h6 {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .account-card-list li h5 {
    font-size: 16px;
    font-weight: 500;
}

.hby-cm-elements-1 .account-card-list li h6 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #0044bb;
    background: #f5f5f5;
}

.hby-cm-elements-1 .account-card-link li {
    margin-bottom: 8px;
}

.hby-cm-elements-1 .account-card-link li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .account-card-link li a {
    color: #6c757d;
}

.hby-cm-elements-1 .account-card-link li a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .account-card-link li a i {
    margin-right: 5px;
}

.hby-cm-elements-1 .account-card-text {
    margin-left: 20px;
}

.hby-cm-elements-1 .account-card-text li {
    list-style-type: disc;
    margin-bottom: 20px;
}

.hby-cm-elements-1 .account-card-text li:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .account-card-form .form-group {
    margin-bottom: 20px;
}

.hby-cm-elements-1 .account-card-form .form-group:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .account-card-form .form-group .btn {
    width: 100%;
    padding: 10px 30px;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .account-card {
        padding: 0px 20px 20px;
    }
}

.hby-cm-elements-1 .common-card {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #ffffff;
}

.hby-cm-elements-1 .card-header {
    padding: 0px;
    padding-bottom: 18px;
    margin-bottom: 25px;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .card-header::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #0044bb;
}

.hby-cm-elements-1 .card-title {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.hby-cm-elements-1 .card-btn {
    border: none;
    width: 55px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    color: #0044bb;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .card-btn:hover {
    color: #ffffff;
    background: #0044bb;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .common-card {
        padding: 30px 25px;
    }
}

.hby-cm-elements-1 .message-list {
    height: 400px;
    overflow-y: scroll;
}

.hby-cm-elements-1 .message-item {
    border-top: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .message-item:hover {
    background: #f5f5f5;
}

.hby-cm-elements-1 .message-link {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.hby-cm-elements-1 .message-img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #0044bb;
    position: relative;
}

.hby-cm-elements-1 .message-img::before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #aaaaaa;
    border: 2px solid #ffffff;
}

.hby-cm-elements-1 .message-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
}

.hby-cm-elements-1 .message-img.active::before {
    background: var(--green);
}

.hby-cm-elements-1 .message-text h6 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .message-text h6 span {
    font-size: 400;
    font-size: 12px;
    color: #6c757d;
    padding-left: 5px;
    margin-left: 5px;
    white-space: nowrap;
    position: relative;
}

.hby-cm-elements-1 .message-text h6 span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6c757d;
    transform: translate(-50%, -50%);
}

.hby-cm-elements-1 .message-text p {
    font-size: 14px;
    line-height: 20px;
    color: #555554;
}

.hby-cm-elements-1 .message-text p span {
    font-weight: 500;
    margin-right: 3px;
    text-transform: capitalize;
}

.hby-cm-elements-1 .message-count {
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 30px;
    color: #ffffff;
    background: #0044bb;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.hby-cm-elements-1 .message-item.unread {
    border-radius: 8px;
    background: #e6f1f9;
}

.hby-cm-elements-1 .message-item.unread .message-text p {
    font-weight: 500;
    color: #232d3b;
}

.hby-cm-elements-1 .notify-list {
    height: 400px;
    overflow-y: scroll;
}

.hby-cm-elements-1 .notify-item {
    position: relative;
    border-top: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .notify-item:hover {
    background: #f5f5f5;
}

.hby-cm-elements-1 .notify-item.active {
    background: #e6f1f9;
}

.hby-cm-elements-1 .notify-link {
    padding: 12px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.hby-cm-elements-1 .notify-img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #0044bb;
}

.hby-cm-elements-1 .notify-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
}

.hby-cm-elements-1 .notify-text {
    font-size: 15px;
    line-height: 20px;
    color: #555554;
}

.hby-cm-elements-1 .notify-text span {
    font-weight: 500;
    text-transform: capitalize;
}

.hby-cm-elements-1 .notify-time {
    font-size: 13px;
    line-height: 20px;
    color: #0044bb;
}

.hby-cm-elements-1 .review-list {
    margin-bottom: 50px;
}

.hby-cm-elements-1 .review-item {
    padding: 30px 45px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 25px;
}

.hby-cm-elements-1 .review-item:last-child {
    margin-bottom: 0px;
}

.hby-cm-elements-1 .review-author {
    padding-top: 25px;
    margin: 25px 0px 0px 50px;
    border-top: 1px solid #e8e8e8;
}

.hby-cm-elements-1 .review-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hby-cm-elements-1 .review-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hby-cm-elements-1 .review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #0044bb;
}

.hby-cm-elements-1 .review-avatar img {
    width: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.hby-cm-elements-1 .review-meta h6 {
    font-weight: 500;
    margin-bottom: 8px;
    color: #0044bb;
    text-transform: capitalize;
}

.hby-cm-elements-1 .review-meta h6 a {
    color: #232d3b;
}

.hby-cm-elements-1 .review-meta h6 a:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .review-meta h6 span {
    font-size: 14px;
    font-weight: 400;
    color: #555554;
    white-space: nowrap;
}

.hby-cm-elements-1 .review-meta ul li {
    display: inline-block;
    margin-right: 3px;
}

.hby-cm-elements-1 .review-meta ul li i {
    font-size: 14px;
    color: #bbbbbb;
}

.hby-cm-elements-1 .review-meta ul li .active {
    color: #ffcc23;
}

.hby-cm-elements-1 .review-meta ul li h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.hby-cm-elements-1 .review-widget {
    position: relative;
}

.hby-cm-elements-1 .review-dots-btn i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.hby-cm-elements-1 .review-dots-btn i:hover {
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .review-widget-list {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 100px;
    padding: 10px 10px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.hby-cm-elements-1 .review-widget-list li a {
    font-size: 13px;
    color: #6c757d;
    padding-left: 8px;
    display: block;
}

.hby-cm-elements-1 .review-widget-list li a i {
    margin-right: 5px;
}

.hby-cm-elements-1 .review-widget-list li a:hover {
    background: #f5f5f5;
}

.hby-cm-elements-1 .review-widget-list.active {
    display: block;
}

.hby-cm-elements-1 .review-reply {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.hby-cm-elements-1 .review-reply input {
    height: 35px;
    border-bottom: none;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.hby-cm-elements-1 .review-reply input:focus {
    background: #ffffff;
    border-color: #0044bb;
}

.hby-cm-elements-1 .review-reply button {
    border: none;
    height: 35px;
    width: 115px;
    font-size: 14px;
    margin-left: 15px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    background: #0044bb;
}

.hby-cm-elements-1 .review-reply button i {
    margin-right: 5px;
}

.hby-cm-elements-1 .review-form-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

.hby-cm-elements-1 .review-submit {
    width: 100%;
    padding: 12px 30px;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .review-item {
        padding: 20px 20px;
    }

    .hby-cm-elements-1 .review-author {
        padding-top: 15px;
        margin: 15px 0px 0px 30px;
    }

    .hby-cm-elements-1 .review-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .hby-cm-elements-1 .review-avatar {
        margin: 0px 0px 15px;
    }

    .hby-cm-elements-1 .review-desc {
        font-size: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hby-cm-elements-1 .review-form-grid {
        grid-gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.hby-cm-elements-1 .message-text h6 {

    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hby-cm-elements-1 .message-text p.short-h60 {

    width: 200px;
    height: 60px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hby-cm-elements-1 .message-text p.short {

    width: 200px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.hby-cm-elements-1 .container {
    max-width: 100% !important;
}

/*========================================
              ELEMENT STYLE END
  =========================================*/

/*=====================================
            BANNER PART STYLE
======================================*/
.hby-cm-elements-1.banner-part-hby-1 {
    background: url('../assets/images/index_business.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0px 178px;
    position: relative;
    z-index: 1;
}

.hby-cm-elements-1.banner-part-hby-1::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
    z-index: -1;
}

.banner-part-hby-1 .banner-content {
    text-align: center;

}

.banner-part-hby-1 .banner-content h1 {
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.banner-part-hby-1 .banner-content p {
    width: 600px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 45px;
    color: var(--white);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hby-cm-elements-1.banner-part-hby-1 {
        padding: 60px 0px 145px;
    }

    .banner-part-hby-1 .banner-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-part-hby-1 .banner-content p {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1.banner-part-hby-1 {
        padding: 80px 0px 175px;
    }
}



/*=====================================
            SUGGEST PART STYLE
======================================*/
.hby-cm-elements-1.suggest-part-hby-1 {
    position: relative;
    margin-top: -85px;
    z-index: 2;
}

.suggest-part-hby-1 .suggest-slider .slick-slide img {
    display: inline-block;
}

.suggest-part-hby-1 .container {
    max-width: 1140px !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hby-cm-elements-1 .short-text-w-100 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*=====================================
            FEATURE PART STYLE
======================================*/
.hby-cm-elements-1 .feature-card-slider {
    margin-left: 50px;
    margin-bottom: 18px;
}

.hby-cm-elements-1 .feature-thumb-slider {
    margin-left: 50px;
}

@media (max-width: 991px) {

    .hby-cm-elements-1 .feature-card-slider,
    .hby-cm-elements-1 .feature-thumb-slider {
        margin-left: 0px;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    .hby-cm-elements-1 .feature-card-slider {
        width: 370px;
        margin: 0px auto 30px;
    }

    .hby-cm-elements-1 .feature-thumb-slider {
        width: 370px;
        margin: 0px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hby-cm-elements-1 .feature-content {
        position: inherit;
        padding: 20px 20px 15px;
        background: var(--heading);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .hby-cm-elements-1 .feature-img img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .hby-cm-elements-1 .feature-wish {
        top: 15px;
        right: 15px;
    }

    .hby-cm-elements-1 .feature-meta {
        display: flex;
        flex-direction: column;
    }

    .hby-cm-elements-1 .feature-price {
        margin: 0px 0px 5px;
    }
}

/*=====================================
           RECOMMENDED PART STYLE
  ======================================*/
.hby-cm-elements-1 .recomend-slider .product-card {
    margin: 0px 10px;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .recomend-slider .product-card {
        width: 255px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hby-cm-elements-1 .recomend-slider .product-card {
        width: 300px;
    }
}

/*=====================================
              NICHE PART STYLE
  ======================================*/
.hby-cm-elements-1 .niche-part .niche-nav {
    margin-bottom: 30px;
}

.hby-cm-elements-1 .niche-part .tab-pane {
    padding: 0px;
}

.hby-cm-elements-1 .niche-part .tab-pane .row {
    justify-content: center;
}

.hby-cm-elements-1 .niche-part .product-card {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .hby-cm-elements-1 .niche-nav .nav-tabs li .nav-link {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
    }
}

@media (min-width: 380px) and (max-width: 575px) {
    .hby-cm-elements-1 .niche-part .product-card {
        width: 350px;
        margin: 0px auto 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hby-cm-elements-1 .niche-part .container {
        max-width: 990px;
    }

    .hby-cm-elements-1 .niche-part .container .col-lg-3 {
        padding: 0px 10px;
    }
}

.hby-cm-elements-1 .suggest-card {
    color: #005dff;
}

.hby-cm-elements-1 .suggest-card h6:hover {
    color: #0044bb;
}

.hby-cm-elements-1 .suggest-card p {
    font-size: 14px;
    font-weight: 500;
    color: #0044bb;
}

.btn-primary2 {
    background-color: #007bff !important;
    color: #FFF;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should be a color other than white */
    z-index: 9999999999999999;
    /* makes sure it stays on top */
}

#preloader-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* İlan ve Firma Görselleri Sabitleme */
.img-contain {
    object-fit: contain !important;
}

.img-cover {
    object-fit: cover !important;
}

.logo-fix-197 {
    height: 197px !important;
    width: 100% !important;
    background: #fff;
}

.logo-fix-100 {
    height: 100px !important;
    width: 100% !important;
    background: #fff;
}

.thumb-fix-200 {
    height: 200px !important;
    width: 100% !important;
}

.logo-fix-list {
    height: 150px !important;
    width: 100% !important;
    object-fit: contain !important;
    background: #f8f9fa;
    padding: 10px;
}
/* --- Modern Company Profile --- */
.company-profile-banner {
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.company-logo-wrapper {
    transition: transform 0.3s ease;
}

.company-logo-wrapper:hover {
    transform: scale(1.05);
}

.company-quick-info i {
    opacity: 0.8;
    margin-right: 5px;
}

.profile-nav-container {
    background: #ffffff !important;
}

/* Modern Card Styling */
.card-modern {
    border: none !important;
    border-radius: var(--radius-md) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 25px !important;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.card-modern-header {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 20px 25px !important;
}

.card-modern-title {
    font-weight: 700 !important;
    color: var(--dark-bg) !important;
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
}

.card-modern-body {
    padding: 25px !important;
}

/* Sidebar Widgets */
.sidebar-widget-modern {
    padding: 25px;
    border-radius: var(--radius-md);
    background: #ffffff;
    border: 1px solid #eef2f6;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.gap-4 { gap: 1.5rem; }

/* Sahibinden Styling Refinements */
.ilan-header-clean h1 {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.3;
}

.ilan-meta-header span {
    display: inline-flex;
    align-items: center;
}

.gallery-container .fotorama__nav-wrap {
    margin-top: 10px;
}

.gallery-container .fotorama__thumb-border {
    border-color: var(--primary-color) !important;
}

.price-area {
    background: #fdfdfd;
    border-radius: 8px 8px 0 0;
}

.price-area h3 {
    font-size: 2rem;
    color: #4a69bd !important;
}

.specs-table li {
    font-size: 0.95rem;
    padding: 10px 0;
}

.specs-table .text-muted {
    font-weight: 500;
    color: #777 !important;
}

.seller-card {
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.seller-card:hover {
    transform: translateY(-5px);
}

.user-avatar-circle {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    border: 4px solid #fff;
}

.ilan-details-lower {
    border-top: 1px solid #eee;
}

.description-content {
    font-size: 1rem;
    color: #444;
}

.additional-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

@media (max-width: 991px) {
    .ilan-header-clean h1 {
        font-size: 1.4rem;
    }
    .price-area h3 {
        font-size: 1.6rem;
    }
}


/* Header and Sidebar custom extracted styles */
.header-icon-large { font-size: 25px; }
.dropdown-thumb { height: 100%; width: 100%; }
.sidebar-logo-img { height: 125px; width: 100%; }
.sidebar-avatar-img { height: 125px; width: 125px; }


/* Index.php custom styles */
.index-hero-bg { position: relative; }
.index-hero-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.index-hero-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(rgba(13, 6, 51, 0.7), rgba(13, 6, 51, 0.7)); z-index: -1; }
.index-suggest-icon { font-size:70px !important; }
.index-vitrin-title-wrap { padding-bottom: 0rem; }
.index-vitrin-item-wrap { margin-bottom:15px; }
.index-vitrin-item-inner { background:#FFFFFF; border-radius:3px; }
.index-vitrin-img-wrap { width:100px; height:100px; margin-left:auto; margin-right:auto; }
.index-vitrin-text { width:100%; overflow:hidden; height:45px; text-align:center; padding:5px; line-height:15px; }
.index-ad-wrap { margin-top:25px; }


/* Live Search Dropdown */
.header-search { position: relative; }
.live-search-dropdown { position: absolute; top: calc(100% + 5px); left: 0; width: 100%; background: #fff; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); z-index: 9999; max-height: 400px; overflow-y: auto; border: 1px solid #eee; text-align: left; }
.live-search-list { list-style: none; padding: 0; margin: 0; }
.live-search-list li { border-bottom: 1px solid #f5f5f5; width: 100%; }
.live-search-list li:last-child { border-bottom: none; }
.live-search-list a { padding: 10px 15px; width: 100%; text-decoration: none; color: #333; transition: background 0.2s; display: flex !important; align-items: center; }
.live-search-list a:hover { background: #f8f9fa; }
.ls-img-wrap { width: 40px; height: 40px; border-radius: 4px; overflow: hidden; margin-right: 15px; flex-shrink: 0; display: inline-block; }
.ls-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ls-content { flex-grow: 1; overflow: hidden; }
.ls-title { font-size: 14px; font-weight: 500; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: capitalize; }
.ls-type .badge { font-size: 10px; font-weight: 500; padding: 3px 6px; }

