/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* New Header */

.borderBottom {
    height: 3px;
    width: 100%;
    background: #ff6633;
}
.blog-navbar {
    background: #1a1a1a;
    border: none;
    height: 75px;
}
.header-subnav-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 20;
}
.header-subnav-outer {
    background: #1a1a1a;
}
.header-subnav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
    height: 75px;
    position: relative;
    left: 0%;
    opacity: 1;
}

.text-logo {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/6409feeee4b0db744e11ffad.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 30px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
}
.container-sm {
    margin: 0 auto;
    max-width: calc(940px + 2rem);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.relative {
    position: relative;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.right {
    float: right;
}
.header-subnav-icon-wrapper {
    flex: 0;
    display: none;
}
.header-subnav-list {
    display: flex;
    align-items: center;
    left: 0;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    flex: 1;
    padding: 0;
}
.header-subnav-item {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
}
.header-subnav-link {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
.header-subnav-link:hover {
    color: #fff;
    opacity: .7;
}
.blog-icon {width: 30px;
    height: 30px;
    display: inline-block;
}
.latest-icon {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/6408d6b0e4b0820dc45b44c1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.popular-icon {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/6408d6cce4b0820dc45b44c5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.category-icon {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/6408d6dfe4b0820dc45b44cd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.header-subnav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.header-link-box {
    position: relative;
}

.header-outer {
    opacity: 1;
    background-color: #000000 !important;
    position: sticky;
    top: -60px;
    z-index: 99;
}
header {
    display: block;
}
.header-wrapper {
    position: relative;
}
.container.disable-y-gap {
    padding-top: 0;
    padding-bottom: 0;
}
.header-inner {
    display: flex;
    align-items: center;
    height: 60px;
}
.container {
    margin: 0 auto;
    max-width: calc(1520px + 5rem);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-mobibox-section-head {
    flex: 0 0 100%;
}
.header-mobibox-section-head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo-link {
    display: flex;
}
.header_outter a {
    color: #ff6633;
    cursor: pointer;
}
}.header-logo-img.logo-desktop {
    display: none;
}
.header-logo-img {
    height: 25px;
}
.header-logo-img.logo-mobile {
    display: block;
}
.header-mobibox-section-body {
    position: fixed;
    top: 63px;
    z-index: 25;
    height: calc(100vh - 63px);
    width: 100%;
    transition: .2s left;
    padding: 1rem 1.5rem 2rem;
}
.closed {
    left: 100vw;
}
.opened {
    left: 0;
}
.blkBack {
    background: #000000;
}
.overflow {
    overflow: hidden;
}
.header-mobibox-section-body-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.header-nav-gapper {
    display: none;
}
.header-nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.header-nav-item {
    font-style: normal;
    letter-spacing: 0px;
    border-bottom: 1px solid #2d2d2d;
}
.header-nav-link {
    opacity: 1;
    font-size: 12px;
    color: white;
    text-decoration: none;
    padding: 1.45rem 0.5rem;
    display: block;
    font-weight: 500;
    width: 100%;
}
.header-nav-link:hover, .header-nav-link:active {
    color: #fff;
    opacity: .7;
}
.header-link-box {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}
.header-lang-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}
.sp-icon.sp-globe-ico {
    background-position: -512px 0;
    width: 18px;
    height: 18px;
}
.header-lang-icon {
    margin-right: -1.5rem;
}
.sp-icon {
    /* background: icon */
    width: 30px;
    height: 30px;
    display: inline-block;
}
.header-link-box {
    justify-content: flex-start;
}
.header-lang-select {
    background: none;
    color: #fff;
    border: none;
    padding-left: 1.5rem;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.btn-dlink-mbtn {
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    min-width: 8rem;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.btn-ele {
    border-radius: 2rem;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 0.25rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .2s all;
    min-height: 40px;
}

.header-logo-img.logo-desktop {
    display: none;
}
.header-logo-img.logo-mobile {
    display: block;
}

.custom-dropdown {
    width: 350% !important;
    top: 68px;
}

.custom-dropdown-list {
    flex-direction: column !important;
    list-style: none !important;
}

.custom-dropdown-list li:hover {
    background: #333333;
    color: white !important;
}
.custom-dropdown-list li:hover a {
    color: white !important;
}

.custom-dropdown-list li a:after  {
    display: none !important;
}

.header-mobibox-link {
    padding: 1rem 0.5rem 1rem 1rem;
}

.hamburger-icon {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/641a03a7e4b0db744e141acd.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}

.close-icon {
    background: url(https://s3-us-west-2.amazonaws.com/surepeople.com/media/SurePeople/images/2023/3/641a03b4e4b0db744e141ad1.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}



/* Media */

@media (min-width: 800px) {
    .container {
        max-width: calc(1520px + 3rem);
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .footer-links-list {
        column-count: 3;
    }

}

@media (min-width: 1024px) {
    .blog-navbar-content {
        display: flex;
    }
    .d-lg-none {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    #menu {
        display: none;
    }
    .container {
        max-width: calc(1520px + 5rem);
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .header-mobibox-section-head {
        flex: 0;
    }
    .header-mobibox-section-head-inner {
        flex: 0;
    }
    .header-logo-img.logo-desktop {
        display: block;
    }
    .header-logo-img.logo-mobile {
        display: none;
    }
    .header-mobibox-section-body {
        transition: none;
        flex: 1;
        position: static;
        padding: 0;
        height: auto;
    }
    .header-mobibox-section-body-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }.header-nav-gapper {
        display: block;
    }
    .header-nav-list {
        gap: 23px;
        flex-direction: row;
    }
    .header-nav-item {
        border-bottom: none;
    }
    .header-nav-link {
        border: none;
        font-weight: 700;
    }
    .btn-dlink-mbtn {
        border: none;
        color: #fff !important;
        padding: 0;
        display: unset;
        cursor: pointer;
        font-size: 12px;
        font-weight: 700;
    }
    .btn-dlink-mbtn:hover { 
        opacity: .7;
        color: #fff;
    }
    .blog-navbar-menu > li > a span:hover, .blog-navbar-menu > li > a span:active {
        color: #fff;
        opacity: .7
    }
    
    .blog-navbar-content {
        align-items: center;
    }
    .header-subnav-inner {
        display: flex;
        justify-content: space-between;
        transition: .5s all;
        padding: 0;
        gap: 2rem;
    }
    .container-sm {
        max-width: calc(940px + 5rem);
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .header-subnav-icon-wrapper {
        display: block;
        position: relative;
    }
    .header-subnav-list {
        justify-content: center;
        gap: 60px;
        flex: inherit;
        overflow-y: visible;
    }
    .header-subnav-item {
        transition: .2s all;
        padding: 0;
    }
    .blog-navbar-search {
        top: 37px;
    }
    .blog-navbar-search-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .blog-navbar-search input, .blog-navbar-search button {
        height: 35px !important;
    }
}