html {
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: roboto, sans-serif;
    color: #000;
}

.navbar-brand img {
}

.header {
    position: absolute;
    width: 100%;
    z-index: 98;
    padding: 0;
    transition: all 0.5s ease-in-out;
    padding: 20px 0;
}

.header .navbar {
    padding: 0 75px;
}

.header .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .navbar-nav li {
    display: inline-block;
    padding: 0 16px;
}

.header .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 6px 0 4px;
    display: inline-block;
}

#menu-main-menu li a {
    padding: 6px 0 0;
}

.header .navbar-nav li.active a {
    color: #ea8100;
}

.header .navbar-nav li a:hover {
    color: #ea8100;
    text-decoration: none;
}

.search_section {
    background-size: cover;
    min-height: 400px;
    position: relative;
    background-position: top center;
}

.menu_right li {
    border-radius: 26px;
}

.menu_right li.login_nav {
    margin-right: 10px;
}

.menu_right li:first-child a {
    color: #ea8100;
    font-size: 18px;
    font-weight: 800;
    text-transform: none;
}

.menu_right li:last-child {
    border: 1px solid #fff;
}

.header .navbar-nav li.hover-btn:hover {
    border-color: #ea8100;
}

.menu_right li:last-child a {
    color: #fff;
    font-size: 14px;
    padding: 8px 5px 4px;
}

.menu_right li:last-child a:hover {
    color: #fff;
}

.menu_right li.login_nav a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0 4px;
}

footer .footer-links h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

footer .footer-links {
    background: #000;
    padding: 50px 0;
    color: #fff;
    font-size: 12px;
    line-height: 2;
}

footer .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-links ul li a {
    color: #6f6f6f;
    display: block;
    transition: all 0.5s ease;
    font-size: 14px;
}

footer .footer-links ul li a:hover {
    text-decoration: none;
    color: #ea8100;
}

footer .footer-links ul li a span {
    font-size: 11px;
}

footer .footer-links .tags a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
    margin-right: 5px;
    margin-bottom: 10px;
}

footer .footer-links .tags a:hover {
    text-decoration: none;
    color: #006cff;
}

footer .copyrights {
    background: #000;
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #333;
    text-align: center;
}

footer .footer-links .footer_social {
    list-style: none;
    margin: 13px 0;
    padding: 0;
    display: flex;
}

footer .copyrights p {
    margin: 0;
    color: #6f6f6f;
}

footer .footer_social li {
    margin-right: 10px;
}

footer .footer-links .footer_social li a {
    color: #000;
    font-size: 23px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    font-weight: 700;
}

footer .footer_social li a:hover {
    color: #006cff;
}

.search_box {
    max-width: 700px;
    margin: 0 auto;
    padding: 160px 0 40px;
    position: relative;
    z-index: 2;
}

.search_box h3,
.search_box h1 {
    font-size: 54px;
    color: #fff;
    margin: 0 0 4px;
    font-weight: 700;
    text-shadow: 0 8px 15px rgb(11 11 12/60%);
}

.search_box h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 30px;
    font-weight: 800;
    text-shadow: 0 6px 10px rgb(11 11 12/50%);
}

.search_box .form-control {
    border: none;
    padding: 15px 20px;
    outline: 0;
    box-shadow: none;
    height: auto;
    border-radius: 4px;
}

.example_image {
    color: #fff;
    padding: 16px 0;
    font-size: 12px;
    font-weight: 300;
}

.example_image span {
    opacity: 0.7;
}

.button_searchgroup {
    margin-top: 30px;
}

.button_searchgroup .popular_btn,
.button_searchgroup .recent_btn {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 0 20px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
    min-width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    transition: 250ms linear;
    background: #1273eb;
    color: #fff;
    vertical-align: middle;
}

.button_searchgroup .popular_btn:hover {
    background: #0161cd;
}

.button_searchgroup .recent_btn {
    background: 0 0;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.button_searchgroup .recent_btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.middle_navbar {
    padding: 6px 0;
}

.middle_navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.middle_navbar ul li {
    display: inline-block;
    padding: 10px 12px;
    margin: 0 18px;
    position: relative;
}

.middle_navbar ul li a {
    cursor: pointer;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.middle_navbar ul li.active {
    color: #000;
    cursor: pointer;
    font-weight: 800;
}

.middle_navbar ul li.active a {
    color: #000;
    font-weight: 800;
}

.middle_navbar ul li.active:after {
    content: "";
    width: 66%;
    height: 2px;
    background: #ea8100;
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.middle_navbar ul li a:hover {
    text-decoration: none;
    color: #000;
}

.blogs_loadmore_parent .blogs-loadmore {
    position: static !important;
}

.blogs_loadmore_parent .row .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.blogs_loadmore_parent .blog-img img,
.blog-thumb img {
    width: 100%;
    height: auto;
}

.blogs_loadmore_parent .alm-btn-wrap .alm-load-more-btn {
    background: #1273eb;
    padding: 10px 30px;
}

.blogs_loadmore_parent .alm-btn-wrap .alm-load-more-btn:hover {
    background: #0161cd;
}

.row.five_minus_margin {
    margin-left: -5px;
    margin-right: -5px;
}

.blogs_loadmore_parent .related-heading {
    color: #5f7d95;
    margin: 0;
    padding: 30px 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.single-page-blog {
    background: #f8fafb;
    padding: 30px 0;
    padding-top: 100px;
}

.image_info {
    background: #fff;
    padding: 10px 20px 40px;
}

.download_btn {
    font-size: 18px;
    background: #4ad295;
    color: #fff;
    padding: 11px 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 40px;
}

.download_btn:hover {
    background: #2bc48a;
    color: #fff;
    text-decoration: none;
}

.text_info {
    font-size: 14px;
    color: #374957;
}

.text_info h3 {
    font-size: 14px;
    color: #374957;
    margin-top: 15px;
    font-weight: 500;
}

.text_info a,
.text_info a {
    color: #0f73ee;
}

.related_tag {
    margin-bottom: 50px;
}

.related_tag h3 {
    font-size: 14px;
    color: #5f7d95;
    margin: 30px 0 10px;
}

.tags_detail a {
    padding: 0 10px;
    background: 0 0;
    box-shadow: none;
    color: #5f7d95;
    border: #cfd9e0 1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 2px 5px 0;
}

.tags_detail a:hover {
    text-decoration: none;
    background: #f5f7f9;
}

.page_content {
    padding: 50px 0;
}

.user-registration-page .global_heading {
    text-align: center;
}

.user-registration {
    max-width: 600px;
    margin: 30px auto !important;
}

.user-registration label,
.user-registration .password-input-group {
    width: 100%;
}

.user-registration .input-text {
    width: 100%;
}

.alm-btn-wrap .alm-load-more-btn.loading {
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.blog-img {
    position: relative;
}

.blog-img:hover .post_overlay {
    opacity: 1 !important;
    background: red;
}

.blog-img .post_overlay {
    background: -webkit-linear-gradient(
            rgba(8, 25, 43, 0),
            rgba(8, 25, 43, 0.85)
        )
        top;
    background: linear-gradient(rgba(8, 25, 43, 0), rgba(8, 25, 43, 0.85)) top;
    height: 60px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
}

.opacity_01 {
    opacity: 1;
}

.navbar-brand {
    padding: 0;
    margin: 0 10px 0 0;
    font-size: inherit;
}

.search_filter {
    background: #fff;
    border-radius: 3px;
    padding: 12px 0;
    overflow: hidden;
}

.search_filter .searchandfilter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search_filter .searchandfilter div>ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.search_filter .searchandfilter ul li {
    display: inline-block;
}

.search_filter .searchandfilter ul .search_field {
    width: 475px;
    background: 0 0;
    border: none;
    outline: 0;
}

.search_filter .searchandfilter ul .postform {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-left: 1px solid #b7b7b7;
    background: url(/assets/images/search_arrow.png) 93% 50% no-repeat;
    padding: 6px 35px 6px 24px;
    width: 100%;
}

.search_filter .searchandfilter ul li .search_btn {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    border: none;
    border-left: none;
    cursor: pointer;
    outline: 0;
    text-indent: -99999px;
    width: 40px;
    height: 30px;
    background: #fff url(/assets/images/search_icon.png) center center no-repeat;
}

.tab-content {
    display: none;
    padding: 0 50px;
    min-height: 200px;
    position: relative;
}

.tab-content.active {
    display: inherit;
}

.middle_navbar_second {
    background: #eef2f4;
    padding: 10px 0;
    margin-bottom: 16px;
}

.middle_navbar_second ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.middle_navbar_second ul li {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin: 0 2px;
    cursor: pointer;
    padding: 4px 18px;
    border-radius: 26px;
}

.middle_navbar_second ul li.active {
    background: #ea8100;
    color: #fff;
}

.search_result_page {
    padding: 100px 70px 40px;
}

.blogs_loadmore_parent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogs_loadmore_parent ul li:hover .hover_overlay {
    display: block;
    opacity: 1;
}

.block-grid.blogs-loadmore {
    display: flex;
    justify-content: center;
    width: 100%;
}

.block-grid.blogs-loadmore li.blog-img {
    margin: 4px;
    background: #f7f7f7;
}

.large-block-grid-2.blogs-loadmore {
    display: flex;
    justify-content: left;
    width: 100%;
}

.large-block-grid-2.blogs-loadmore li.blog-img {
    width: 25%;
    margin: 4px;
    background: #f7f7f7;
}

body.logged-in #wpadminbar {
    display: none;
}

.header .navbar-nav li span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding-top: 0;
    font-weight: 500;
}

.popular_collection {
    background: #eef2f5;
    padding: 70px 0;
    margin-top: 40px;
}

.popular_collection .container,
.footer-links .container {
    max-width: 100%;
    padding: 0 80px;
}

.popular_collection h2 {
    color: #010000;
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px;
}

.popular_collection h3 {
    color: #010000;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
}

.popular_collection h4,
.popular_collection p {
    color: #858585;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.popular_viewmore {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78%;
}

.popular_viewmore:hover {
    color: #fff;
    text-decoration: none;
}

.form_content {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    max-width: 460px;
    margin: 0 auto;
    padding: 30px;
}

.form_content .user-registration {
    background: 0 0;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0;
    border: none;
}

.form_content .ur-frontend-form.login {
    border: none;
    margin: 0;
    padding: 0;
}

.page_login_container {
    padding: 120px 0 70px;
    background: url(/assets/images/bannerbg.jpg) center top no-repeat;
    background-size: cover;
}

.innerpage-class.user-registration-account .header {
}

.form_content h3 {
    padding: 0 6px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.input-group {
    border: none;
    border-bottom: 1px solid #000;
}

.form_content .form-control {
    border: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
}

.form_content .input-group-text {
    background: 0 0;
    border: none;
    padding: 0 10px 0 0;
}

::placeholder {
    color: #707070 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #707070 !important;
}

::-ms-input-placeholder {
    color: #707070 !important;
}

.form_content .user-registration-Button.button,
.form_content .btn.button.ur-submit-button {
    border: none;
    width: 100%;
    border-radius: 26px;
    background: #ea8100;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    padding: 12px 0;
    cursor: pointer;
    margin-top: 20px;
}

.form_content a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.form_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.form_content ul li {
    display: inline-block;
}

.form_content .ur-frontend-form .ur-button-container {
    padding: 0;
}

.form_content p.user-registration-register.register {
    display: none;
}

.form_content h4 {
    width: 100%;
    position: relative;
    text-align: center;
}

.form_content h4:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 0;
}

.form_content h4 span {
    background: #fff;
    font-size: 15px;
    color: #999;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.soacila_login h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_content p.user-registration-LostPassword.lost_password,
.form_content p.user-registration-LostPassword.lost_password a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.soacila_login p.signup_text {
    text-align: center;
    color: #787878;
    font-size: 14px;
    padding: 20px 0 0;
}

.soacila_login p.signup_text a {
    color: #000;
}

.hire_uscontainer .btn_submit {
    border: none;
    width: 100%;
    border-radius: 26px;
    background: #ea8100;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    padding: 10px 0;
}

.search_section.webstock_section {
    min-height: 270px;
}

.logged-in.admin-bar .form_content h3,
.logged-in.admin-bar .form_content .soacila_login,
.logged-in.admin-bar .form_content h4 {
    display: none;
}

.logged-in.admin-bar .form_content {
    max-width: 750px;
}

.logged-in.admin-bar #user-registration.horizontal {
    box-shadow: none;
}

#user-registration.horizontal
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link.is-active
    a {
    background-color: #000;
    color: #fff;
}

#user-registration
    .user-registration-MyAccount-navigation
    ul
    .user-registration-MyAccount-navigation-link
    a {
    color: #000;
}

#nav-icon3 {
    width: 28px;
    height: 28px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    right: 20px;
    top: 25px;
}

#nav-icon3.open {
    z-index: 101;
}

#nav-icon3.open span {
    background: #000;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar.mobile_nav {
    padding: 16px 0;
}

.navbar.mobile_nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mobile_menu {
    position: absolute;
    background: #fff;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    left: -300px;
    bottom: 0;
    padding: 80px 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.mobile_menu.visibilty_menu {
    left: 0;
    position: fixed;
}

.mobile_menu ul.menuslide {
    display: block;
}

.mobile_menu .navbar-brand {
    margin: 0 0 0 15px;
}

.mobile_menu ul li {
    padding: 8px 28px 8px 0;
    display: block;
    text-align: left;
}

.mobile_menu ul li a {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.mobile_nav {
    display: none;
}

.hire_uscontainer .form_content h3 {
    padding: 0;
}

a.login-button:nth-child(2) {
    background: #3a5897 !important;
    display: inline-block;
    padding: 0 48px 3px 38px;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 5px;
}

a.login-button:nth-child(3) {
    background: #dc4e41 !important;
    display: inline-block;
    padding: 0 48px 3px 38px;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 5px;
}

a.login-button:nth-child(4) {
    background: #00aced !important;
    display: inline-block;
    padding: 0 48px 3px 38px;
    border-radius: 26px;
    cursor: pointer;
}

.mobile_bottom_menu {
    border-top: 1px solid #ccc;
    margin: 20px auto;
    padding-top: 15px;
    float: none;
    margin-right: 40px;
    margin-left: 40px;
    display: block;
}

.mobile_bottom_menu p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

.mobile_bottom_menu p a {
    display: inline-block;
    margin: 0;
    height: auto;
    padding: 0;
    line-height: 30px;
}

.mobile_bottom_menu p a img {
    max-width: 60px;
}

.mobile_bottom_menu a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    border-radius: 34px;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.mobile_bottom_menu a.login_mobile {
    display: block;
    background: #ea8100;
    color: #fff;
}

.mobile_bottom_menu a.signup_mobile {
    border: 2px solid #000;
    color: #000;
    margin-top: 10px;
    padding: 0;
}

.popup_allmodel .modal-body {
    padding: 0;
}

.popup_allmodel .modal-content {
    border: none;
    padding: 0;
    border-radius: 0;
    background: 0 0;
}

.popup_allmodel .modal-content .form_content {
    max-width: 100%;
    position: relative;
}

.close_popup {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.popup_allmodel .modal-dialog {
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    max-width: 470px;
    top: 80px;
}

.menu_back_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}

.menumobile_body .navbar.mobile_nav,
.menumobile_body .header {
    height: 100%;
}

.blogs_loadmore_parent ul li .hover_overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 1;
    cursor: pointer;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 2;
    opacity: 0;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li {
    width: 34px !important;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    margin: 6px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li:after {
    content: "";
    position: absolute;
    background: #fff;
    padding: 0 15px;
    left: -70px;
    font-size: 14px;
    line-height: 29px;
    border-radius: 3px;
    color: #000;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    content: "";
    position: absolute;
    left: -11px;
    margin-top: 8px;
    display: none;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li.heart_01 {
    background: #fff url(/assets/images/heart1.png) center center no-repeat;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.heart_01:after {
    content: "like";
    left: -60px;
    display: none;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li.heart_01:hover,
.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.heart_01.active {
    background: #ea8100 url(/assets/images/heart1_hover.png) center center
        no-repeat;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.heart_01:hover:after,
.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.heart_01:hover:before {
    display: block;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li.collect_01 {
    background: #fff url(/assets/images/collect.png) center center no-repeat;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.collect_01:after {
    content: "Collect";
    left: -83px;
    display: none;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.collect_01:hover {
    background: #000 url(/assets/images/collect_hover.png) center center
        no-repeat;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.collect_01:hover:after,
.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.collect_01:hover:before {
    display: block;
}

.blogs_loadmore_parent ul li .hover_social.social_share_01 ul li.printrest_01 {
    background: #cc2127 url(/assets/images/pritnrest1.png) center center
        no-repeat;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.printrest_01:hover:after,
.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.printrest_01:hover:before {
    display: block;
}

.blogs_loadmore_parent
    ul
    li
    .hover_social.social_share_01
    ul
    li.printrest_01:after {
    content: "Save";
    display: none;
}

.block_image {
    display: inline-block;
}

.block_image:after {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) top;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) top;
    height: 124px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0;
}

.figure_box.blog-img:hover .block_image:after,
.figure_box.blog-img:hover .download_title,
.figure_box.blog-img:hover .hover_social.social_share_01 {
    opacity: 1 !important;
}

.download_title {
    position: absolute;
    bottom: 12px;
    width: 100%;
    z-index: 2;
    opacity: 0;
}

.download_title h3 {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding: 0 10px;
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 10px;
}

.right_download {
    position: absolute;
    right: 10px;
    margin: 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
}

.right_download span img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.blog-thumb-single img {
    width: 100%;
    height: auto;
}

.blogs_loadmore_parent .four_col .block-grid li:nth-child(1) {
    width: 60%;
}

.blogs_loadmore_parent .four_col .block-grid li:nth-child(2) {
    width: 26%;
}

.blogs_loadmore_parent .four_col .block-grid li:nth-child(3) {
    width: 46%;
}

.blogs_loadmore_parent .four_col .block-grid li:nth-child(4) {
    width: 34%;
}

.blogs_loadmore_parent .four_col_2 .block-grid li:nth-child(1) {
    width: 29%;
}

.blogs_loadmore_parent .four_col_2 .block-grid li:nth-child(2) {
    width: 39%;
}

.blogs_loadmore_parent .four_col_2 .block-grid li:nth-child(3) {
    width: 22.3%;
}

.blogs_loadmore_parent .four_col_2 .block-grid li:nth-child(4) {
    width: 51%;
}

.search_section.search_page {
    min-height: auto;
}

.search_section.search_page .search_box {
    padding: 90px 78px 40px;
    width: 100%;
    max-width: 100%;
}

.search_section.search_page .search_filter .searchandfilter ul li:nth-child(1) {
    width: 80%;
}

.search_section.search_page .search_filter .searchandfilter ul li:nth-child(3) {
    width: 15%;
}

.search_section.search_page .search_filter .searchandfilter ul .search_field {
    width: 100%;
}

.search_result {
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
}

.search_head h3 {
    font-size: 25px;
    font-weight: 700;
}

.search_head p {
    color: #000;
    opacity: 0.8;
}

.search_head ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.search_head ul li {
    display: inline-block;
    margin-right: 8px;
}

.search_head ul li a {
    color: #000;
    border: 1px solid #919191;
    border-radius: 36px;
    opacity: 0.8;
    padding: 5px 18px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.search_head ul li a:hover {
    background: #ea8100;
    color: #fff;
    border-color: #ea8100;
    text-decoration: none;
}

.pagination_bottom a.next_btn {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 80px;
    display: inline-block;
    border-radius: 36px;
}

.pagination_bottom {
    margin-top: 40px;
}

.pagination_bottom a.next_btn:hover {
    text-decoration: none;
    background: #ea8100;
}

.pagination_bottom a.next_btn.disabled_btn {
    opacity: 0.1;
    cursor: default;
}

.paginate_number {
    max-width: 222px;
    float: right;
}

.footer_section_right {
    float: right;
}

.image_detail_popup .modal-lg {
    max-width: 1300px;
    position: relative;
}

.image_detail_popup .modal-lg .modal-content {
    overflow: hidden;
    overflow-y: scroll;
    height: 97vh;
}

.image_detail_popup .modal-lg .modal-content::-webkit-scrollbar {
    width: 10px;
    border: none;
    box-shadow: none;
}

.image_detail_popup .modal-lg .modal-content::-webkit-scrollbar-track {
    background: #ecf0f4;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.image_detail_popup .modal-lg .modal-content::-webkit-scrollbar-thumb {
    background: #aaafb4;
    border-radius: 0;
    box-shadow: none;
}

.image_detail_popup .modal-lg .modal-content::-webkit-scrollbar-thumb:hover {
    background: #8b9095;
}

.detail_header_section {
    position: relative;
    display: flex;
    align-items: self-start;
}

.detail_header_section_left {
    background: #f6f8fa;
    position: relative;
    padding: 40px 0 0;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
}

.detail_header_section_left img {
    max-height: 625px;
    max-width: 825px;
}

.detail_header_section_right {
    width: 390px;
    min-height: 400px;
}

.detail_header_section_right .detail_content {
    padding: 20px;
}

.save_copy {
    padding-bottom: 20px;
    border-bottom: 2px solid #eef2f5;
    margin-bottom: 6px;
    transition: all 0.5s ease-in-out;
}

.save_copy .copy_link {
    display: inline-block;
    position: relative;
}

.save_copy .copy_link.copied:after {
    position: absolute;
    content: "\f00c";
    background: #ea8100;
    width: 100%;
    height: 36px;
    left: 0;
    border-radius: 36px;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    line-height: 34px;
}

.image_title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.image_title p {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
}

.detail_btn_group {
    position: relative;
}

.detail_btn_group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.detail_btn_group ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.detail_btn_group ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 1px solid #bebebe;
    text-align: center;
}

.detail_btn_group ul li a:hover {
    border-color: #ea8100;
}

.detail_btn_group ul li:first-child a {
    width: auto;
    border-radius: 36px;
    padding: 0 50px 0 60px;
    background: url(/assets/images/icons/collect_icon.png) 28% 8px no-repeat;
    color: #231f20;
    font-size: 15px;
    line-height: 33px;
}

.detail_btn_group ul li:first-child a:hover {
    background: #ea8100 url(/assets/images/icons/collect_iconhover.png) 28% 8px
        no-repeat;
    border-color: #ea8100;
    color: #fff;
    text-decoration: none;
}

.detail_btn_group ul li a.like_btn {
    background: url(/assets/images/web_heart_animation.png) center center
        no-repeat;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
}

.detail_btn_group ul li a.like_btn:hover,
.detail_btn_group ul li a.like_btn.likeActive {
    border-color: #ea8100;
    background-position: right;
}

.detail_btn_group ul li.share_btn a {
    background: url(/assets/images/icons/sprit_icon.png) center center no-repeat;
    background-position: 68% 4px;
}

.detail_btn_group ul li.share_btn a:hover {
    background: #ea8100 url(/assets/images/icons/sprit_icon.png) center center
        no-repeat;
    background-position: 68% -22px;
}

.detail_btn_group ul li.comment_btn a {
    background: url(/assets/images/icons/sprit_icon.png) center center no-repeat;
    background-position: 104% 4px;
}

.detail_btn_group ul li.comment_btn a:hover {
    background: #ea8100 url(/assets/images/icons/sprit_icon.png) center center
        no-repeat;
    background-position: 104% -22px;
}

.download_btn_details {
    border: none;
    border-radius: 36px;
    background: #ea8100;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    padding: 14px 0;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    text-align: center;
    position: relative;
}

.download_btn_details:hover {
    color: #fff;
    text-decoration: none;
    background: #fd3f3d;
}

.detail_description {
    border-top: 1px solid #eef2f5;
    padding-top: 10px;
    margin-top: 20px;
}

.detail_description p {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 16px;
}

.detail_description p a {
    color: #ea8100;
}

.detail_description p.black_color {
    color: #231f20;
    margin-bottom: 0;
}

.releted_section {
    padding: 30px;
    clear: both;
}

.releted_section h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.releted_section .blogs_loadmore_parent .row {
    margin-right: -5px;
    margin-left: -5px;
}

.modal-open .modal.image_detail_popup {
    overflow-y: hidden;
}

.detail_close_popup {
    position: absolute;
    right: -49px;
    top: 1px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ea8100;
    line-height: 48px;
    z-index: 1;
}

.releted_section
    .blogs_loadmore_parent
    ul
    li:hover
    .hover_overlay
    .download_title
    h3 {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.detail_close_popup2 {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ea8100;
    line-height: 38px;
    z-index: 50;
    display: none;
}

.dashboard_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard_left ul li {
    display: block;
    margin: 20px 0;
}

.dashboard_left ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dashboard_left ul li a:hover,
.dashboard_left ul li a.active {
    color: #ea8100;
}

.dashboard_left ul li a span {
    width: 26px;
    display: inline-block;
    height: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dashboard_left ul li ul {
    margin-left: 30px;
}

.dashboard_left ul li ul li {
    margin: 6px 0;
}

.dashboard_left ul li ul li a {
    font-weight: 300;
}

.dashboard_left ul li ul li a:hover,
.dashboard_left ul li ul li a.active {
    color: #ea8100;
}

.dashboard_left ul li a span img {
    margin-right: 10px;
}

.userdashboard_title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.free_premium_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c7c7c7;
}

.free_premium_list ul li {
    display: inline-block;
    padding: 10px 50px;
    position: relative;
}

.free_premium_list ul li.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ea8100;
    bottom: 0;
}

.free_premium_list ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.free_premium_list ul li a:hover {
    text-decoration: none;
}

.dashboard_right .userdashboard_title {
    margin-bottom: 10px;
}

.date_selector {
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

.date_selector label {
    display: block;
}

.date_selector .date_input {
    border: none;
    border-bottom: 1px solid #000;
    height: auto;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    background: url(/assets/images/icons/date_icon.png) right center no-repeat;
}

.download_tabs {
    overflow: hidden;
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.download_tabs .download_tabs_left {
    width: 10%;
}

.download_tabs .download_tabs_left p {
    margin: 0;
    padding: 6px 0 0;
}

.download_tabs .download_tabs_right {
    width: 90%;
}

.download_tabs .middle_navbar_second {
    background: 0 0;
    padding: 0;
    margin: 0;
}

.download_tabs .middle_navbar_second ul {
    text-align: left;
}

.download_tabs .middle_navbar_second ul li {
    font-size: 16px;
    margin: 0 8px;
}

.dashboard_right .tab-content {
    padding: 0;
}

.total_result_right img {
    cursor: pointer;
}

.total_result_right span {
    font-weight: 700;
    margin: 0 10px;
}

.total_result {
    padding: 20px 0;
    overflow: hidden;
}

.item_header {
    overflow: hidden;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_header span {
    color: #000;
    font-size: 12px;
}

.item_header p {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.item_header .float-right a {
    color: #ea8100;
    font-weight: 700;
    text-decoration: none;
}

.item_header .float-right a b {
}

.item_header .float-right a img {
    margin-top: -4px;
}

.item_desc p {
    color: #000;
    font-weight: 300;
    margin: 0 0 5px;
}

.item_desc p.item_name {
    font-size: 14px;
    color: #5a5a5a;
}

.divider_line {
    width: 100%;
    height: 1px;
    background: #c7c7c7;
    margin: 34px 0;
}

.user_icon {
    cursor: pointer;
    margin-top: -16px;
    position: relative;
    margin-right: 10px;
    padding-right: 14px;
}

.header.fixed .user_icon {
    margin-top: -10px;
}

.user_icon span {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    background: url(/assets/images/user/user_arrow.png) right center no-repeat;
    color: #fff;
    width: 6px;
    height: 4px;
    position: absolute;
    bottom: 7px;
    right: 6px;
}

.user_icon img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top center;
}

.open_ul .user_icon span {
    color: #000;
}

.user_menu {
    position: fixed;
    background: #fff;
    top: 0;
    width: 340px;
    height: 100%;
    z-index: 999;
    display: none;
    right: 0;
    bottom: 0;
    padding: 80px 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.user_menu_under {
    max-width: 212px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.user_menu .user_icon {
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 26px;
}

.user_menu .user_icon span {
    background: 0 0;
    font-size: 16px;
    line-height: 19px;
}

.logout_btn,
.logout_btn:hover {
    border-radius: 26px;
    background: #ea8100;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 700;
}

.usernav_close {
    position: absolute;
    right: -18px;
    top: -40px;
    cursor: pointer;
}

.open_ul {
    display: block;
}

.item_desc p.red_color1 {
    color: #ea8100;
}

#hire-us .modal-dialog {
    max-width: 615px;
}

#hire-us .modal-body {
    padding: 50px;
}

#hire-us .modal-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 10px 17px 51px 0 rgb(0 0 0/36%);
    box-shadow: 10px 17px 51px 0 rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 10px 17px 51px 0 rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 10px 17px 51px 0 rgba(0, 0, 0, 0.36);
    -o-box-shadow: 10px 17px 51px 0 rgba(0, 0, 0, 0.36);
}

#hire-us .modal-content h3 {
    font-size: 27px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

#hire-us .modal-content .hireus-text {
    display: block;
    margin: 0 auto 30px;
}

#hire-us .modal-content .form-control {
    height: auto;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #000;
}

#hire-us .modal-content .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-color: #ea8100;
}

#hire-us .modal-content .form-group {
    margin-bottom: 20px;
}

#hire-us .modal-content select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: url(/assets/images/search_arrow.png) center right no-repeat;
}

#hire-us .modal-content .row {
    margin: 0 -25px;
}

#hire-us .modal-content .row .col-sm-6,
#hire-us .modal-content .row .col-sm-12 {
    padding: 0 25px;
}

#hire-us .modal-content .submit-btn {
    text-align: center;
}

#hire-us .modal-content .submit-btn button {
    background: #ea8100;
    padding: 10px 81px;
    border-radius: 40px;
    color: #fff;
    margin: 55px 0 0;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease;
}

#hire-us .modal-content .submit-btn button:hover {
    background: #c13938;
}

#hire-us .modal-content .modal-close {
    position: absolute;
    top: 25px;
    right: 20px;
}

@media (max-width: 767px) {
    #hire-us .modal-body {
        padding: 35px;
    }

    #hire-us .modal-content h3 {
        margin-top: 15px;
    }
}

.comment-sidebar {
    width: 400px;
    right: -400px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0/10%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0/10%);
    -o-box-shadow: 0 0 10px rgb(0 0 0/10%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.comment-sidebar.open-sidebar {
    right: 0;
}

.comment-sidebar .top-head {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 10px 20px;
    align-items: center;
    -ms-flex-align: center;
    border-bottom: 1px solid #cfd9e0;
}

.comment-sidebar .top-head h4 {
    margin: 0;
}

.comment-sidebar .comment-box {
    padding: 20px;
    text-align: right;
}

.comment-sidebar .comment-box .form-control {
    border-color: #000;
}

.comment-sidebar .comment-box .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-color: #ea8100;
}

.comment-sidebar .comment-box button {
    background: #ea8100;
    padding: 6px;
    width: 105px;
    text-align: center;
    margin-left: 5px;
    border-radius: 40px;
    color: #fff;
    margin: 20px 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.comment-sidebar .comment-box button.reset {
    background: 0 0;
    border: 2px solid #ea8100;
    color: #ea8100;
}

.comment-sidebar .comment-box button:hover {
    background: #ea8100;
    color: #fff;
}

.userdashboard_title.account-head {
    font-size: 16px;
    padding-bottom: 29px;
    font-weight: 300;
    color: #333;
}

.dashboard_left ul li a.favorites > span.icon {
    background: url(/assets/images/heart1.png) center left no-repeat;
}

.dashboard_left ul li a.favorites:hover > span.icon,
.dashboard_left ul li a.favorites.active > span.icon {
    background: url(/assets/images/heart1_color.png) center left no-repeat;
}

.dashboard_left ul li a.download > span.icon {
    background: url(/assets/images/icons/download_black_icons.png) center left
        no-repeat;
}

.dashboard_left ul li a.download:hover > span.icon,
.dashboard_left ul li a.download.active > span.icon {
    background: url(/assets/images/download_red.png) center left no-repeat;
}

.dashboard_left ul li a.collection > span.icon {
    background: url(/assets/images/collect.png) center left no-repeat;
}

.dashboard_left ul li a.collection:hover > span.icon,
.dashboard_left ul li a.collection.active > span.icon {
    background: url(/assets/images/collect_red.png) center left no-repeat;
}

.dashboard_left ul li a.account-details > span.icon {
    background: url(/assets/images/icons/account_detail.png) center left
        no-repeat;
}

.dashboard_left ul li a.account-details:hover > span.icon,
.dashboard_left ul li a.account-details.active > span.icon {
    background: url(/assets/images/icons/account_detail_red.png) center left
        no-repeat;
}

.dashboard_left ul li a.profile > span.icon {
    background: url(/assets/images/profile-icon.png) center left no-repeat;
}

.dashboard_left ul li a.profile:hover > span.icon,
.dashboard_left ul li a.profile.active > span.icon {
    background: url(/assets/images/profile-icon_red.png) center left no-repeat;
}

.dashboard_left ul li a.plans > span.icon {
    background: url(/assets/images/plans-icon.png) center left no-repeat;
}

.dashboard_left ul li a.plans:hover > span.icon,
.dashboard_left ul li a.plans.active > span.icon {
    background: url(/assets/images/plans-icon_red.png) center left no-repeat;
}

.dashboard_left ul li a.billing > span.icon {
    background: url(/assets/images/billing-icon.png) center left no-repeat;
}

.dashboard_left ul li a.billing:hover > span.icon,
.dashboard_left ul li a.billing.active > span.icon {
    background: url(/assets/images/billing-icon_red.png) center left no-repeat;
}

.billing-table .table td,
.billing-table .table th {
    border-bottom: 1px solid #dee2e6;
}

.billing-table .table th {
    border-color: #000;
    border-top: 0;
}

.billing-table .table td a {
    color: #ea8100;
    text-decoration: none;
}

.plan-wrapper .plan-row h5,
.plan-wrapper .plan-row span {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
}

.plan-wrapper .plan-row {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.plan-wrapper .plan-row .userdashboard_title {
    border: 0;
    margin: 0;
    padding: 0;
}

.plan-wrapper .plan-row .userdashboard_title a {
    color: #ea8100;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    text-decoration: none;
}

.plan-wrapper .plan-row:first-child {
    border: 0;
}

.plan-wrapper .plan-row p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 0.8;
}

.plan-wrapper .plan-row.price p {
    font-size: 24px;
}

.plan-wrapper .payment-options .dropdown-toggle::after {
    display: none;
}

.plan-wrapper .payment-options .dropdown-toggle {
    background: 0 0;
    border: 0;
}

.plan-wrapper .payment-options .dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
    background: 0 0;
}

.plan-wrapper .payment-options .dropdown-menu {
    background: #000;
    padding: 5px 0;
    border-radius: 10px;
}

.plan-wrapper .payment-options .dropdown-menu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    right: 20px;
    top: -9px;
}

.plan-wrapper .payment-options .dropdown-menu[x-placement="top-end"]::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    border-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: -9px;
    top: auto;
}

.plan-wrapper .payment-options .dropdown-menu .dropdown-item {
    padding: 5px 17px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}

.plan-wrapper .payment-options .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #ea8100;
}

.plan-wrapper .menu-wrapper {
    display: flex;
    align-items: flex-end;
}

.plan-wrapper .payment-options {
    margin-left: 30px;
}

.dashboard_right .profile-dtails h6 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
}

.dashboard_right .profile-dtails .table td,
.dashboard_right .profile-dtails .table th {
    padding: 0.75rem 0;
    border-color: #e5e5e5;
}

.dashboard_right .profile-dtails .table tr td:last-child {
    text-align: right;
}

.dashboard_right .profile-dtails .table tr .edit,
.profile-dtails .user-row .edit {
    display: inline-block;
    background: #ea8100;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
    text-decoration: none;
}

.dashboard_right .profile-dtails .table tr:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.dashboard_right .profile-dtails .connect a {
    background: #3b5998;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 6px;
    text-decoration: none;
}

.dashboard_right .profile-dtails .connect a.google {
    background: #dd4b39;
}

.dashboard_right .profile-dtails .connect a.twitter {
    background: #55acee;
}

.dashboard_right .profile-dtails .connect h6 {
    margin-top: 0;
}

.dashboard_right .profile-dtails .connect {
    padding: 25px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin: 35px 0;
}

.profile-dtails .notification .notification-wrap span {
    flex: 1;
}

.profile-dtails .notification .switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    margin: 0;
}

.profile-dtails .notification .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile-dtails .notification .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-dtails .notification .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: -2px 3px 9px 0 rgb(0 0 0/20%);
    -webkit-box-shadow: -2px 3px 9px 0 rgb(0 0 0/20%);
    -moz-box-shadow: -2px 3px 9px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 3px 9px 0 rgba(0, 0, 0, 0.2);
}

.profile-dtails .notification input:checked + .slider {
    background-color: #4ad295;
}

.profile-dtails .notification input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.profile-dtails .notification input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.profile-dtails .notification .slider.round {
    border-radius: 34px;
}

.profile-dtails .notification .slider.round:before {
    border-radius: 50%;
}

.profile-dtails .notification .notification-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d3d2d2;
    padding: 9px 16px;
    border-radius: 31px;
    margin-bottom: 10px;
    font-size: 14px;
}

.dashboard_right .collection_title {
    display: flex;
    justify-content: space-between;
}

.dashboard_right .collection_title a {
    font-size: 14px;
    font-weight: 400;
    background: #ea8100;
    display: inline-block;
    color: #fff;
    padding: 7px 15px 6px;
    border-radius: 33px;
    text-decoration: none;
}

.dashboard_right .collections {
    margin-top: 15px;
}

.dashboard_right .collections .row {
    margin: 0 -10px;
}

.dashboard_right .collections .row .col-sm-6,
.dashboard_right .collections .row .col-sm-4 {
    padding: 0 10px;
}

.collections .collection-box a img {
    width: 100%;
}

.collections .collection-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.collections .collection-box p {
    font-size: 15px;
    color: #7c7c7c;
    margin: 0;
}

#collection-modal .modal-left {
    background: #f2f2f2;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0.3rem 0 0 0.3rem;
}

#collection-modal .modal-left img {
    max-width: 100%;
}

#collection-modal .modal-right {
    padding: 20px;
}

#collection-modal .modal-right h5 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 15px;
}

#collection-modal .modal-right .add_to-collection .selct-collection {
    display: block;
    font-size: 17px;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #fff;
    background-position: center right;
    font-weight: 500;
}

#collection-modal .modal-right .add_to-collection .selct-collection.checked {
    color: #ea8100;
    background: #fff url(/assets/images/tick-icon.png) center right no-repeat;
    padding-right: 20px;
}

#collection-modal .modal-right .add_to-collection .selct-collection input {
    display: none;
}

#collection-modal .modal-right .collection-form {
    margin-top: 70px;
}

#collection-modal .modal-right .collection-form .create-collection {
    position: relative;
}

#collection-modal .modal-right .collection-form .create-collection button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    border-radius: 46px;
    padding: 5px 20px;
}

#collection-modal
    .modal-right
    .collection-form
    .create-collection
    .form-control {
    border: 1px solid #000;
    border-radius: 30px;
    height: auto;
    padding: 9px 21px;
}

#collection-modal
    .modal-right
    .collection-form
    .create-collection
    .form-control:focus {
    box-shadow: none;
    outline: none;
}

#collection-modal .modal-right .collection-form button.save {
    background: #ea8100;
    color: #fff;
    border-radius: 40px;
    margin-top: 20px;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

#collection-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

#modal-creat-collection .modal-body {
    padding: 35px;
}

#modal-creat-collection h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

#modal-creat-collection .form-control {
    height: auto;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

#modal-creat-collection .form-control:focus {
    box-shadow: none;
    outline: none;
}

#modal-creat-collection .row {
    margin-top: 45px;
}

#modal-creat-collection button {
    background: #ea8100;
    color: #fff;
    border-radius: 45px;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
}

#modal-creat-collection button.cancel {
    background: #000;
}

#modal-creat-collection .close {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 10;
}

.breadcrumb-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.breadcrumb-btns a {
    font-size: 14px;
    color: #000;
}

.breadcrumb-btns a.active {
    font-weight: 500;
}

.breadcrumb-btns .btns a {
    background: #ea8100;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
    border-radius: 20px;
    width: 97px;
    text-align: center;
    text-decoration: none;
}

.breadcrumb-btns .btns a img {
    margin-right: 3px;
}

.breadcrumb-btns .btns a.rename {
    background: #000;
}

.item_showcase {
    position: relative;
    margin: 0 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
}

.showcase_content {
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
}

.showcase_link {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.showcase_content img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.showcase_content .title {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
}

.showcase_content figcaption {
    -ms-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    justify-content: space-between;
}

.showcase_content figcaption .stats i span {
    font-family: roboto, sans-serif;
    margin: 0 5px;
}

.showcase_content figcaption::after {
    background: -webkit-linear-gradient(
            rgba(8, 25, 43, 0),
            rgba(8, 25, 43, 0.85)
        )
        top;
    background: linear-gradient(rgba(8, 25, 43, 0), rgba(8, 25, 43, 0.85)) top;
    height: 124px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}

.button_tolltip {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    z-index: 11;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #fff;
    color: #5f7d95;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
}

.button_tolltip.collect_btn {
    top: 49px;
}

.button_tolltip.save_btn {
    top: 88px;
}

.item_showcase:hover figcaption,
.item_showcase:hover .button_tolltip {
    opacity: 1;
}

.showcase_content figcaption > * {
    position: relative;
    z-index: 2;
}

.tooltip_container {
    display: none;
}

.button_tolltip:hover > .tooltip_container {
    display: block;
}

.tooltip_container--left {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 100%;
    padding: 0 10px 0 0;
    width: auto;
    min-width: inherit;
    white-space: nowrap;
    position: absolute;
    z-index: 20;
}

.tooltip_container--left .tooltip__content::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    top: 50%;
    left: 100%;
    position: absolute;
    content: "";
}

.tooltip__content {
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(34 34 34/25%);
    color: #374957;
    font-size: 13px;
    line-height: 1.66;
}

.button_tolltip.like_btn {
    cursor: pointer;
    background-image: url(/assets/images/web_heart_animation.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
}

.button_tolltip.like_btn:hover,
.button_tolltip.like_btn.likeActive {
    background-position: right;
}

.is_animating {
    animation: heart-burst 0.8s steps(28) 1;
}

@keyframes heart-burst {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

.button_tolltip.collect_btn {
    background: #fff url(/assets/images/collect.png) center center no-repeat;
}

.button_tolltip.collect_btn:hover {
    background: #000 url(/assets/images/collect_hover.png) center center
        no-repeat;
}

.button_tolltip.save_btn {
    background: #cc2127 url(/assets/images/pritnrest1.png) center center
        no-repeat;
}

.button_tolltip.save_btn:hover {
    background: #ea8100 url(/assets/images/pritnrest1.png) center center
        no-repeat;
}

.loader_image {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ebebeb;
    border-right-color: #ea8100;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 999;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.message_placeholder p {
    font-size: 20px;
    font-weight: 300;
    padding: 50px 0;
}

.share_togglebox {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 60px rgb(34 34 34/25%);
    position: relative;
    margin-top: 10px;
    border-radius: 3px;
    display: none;
}

.share_togglebox:after {
    position: absolute;
    top: -8%;
    left: 63%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 6px 0 0;
    content: "";
}

.copy_link1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.copy_text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border: 1px solid #cfd9e0;
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
    background-color: #eef2f4;
    min-height: 34px;
}

.copy_text span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    color: #5f7d95;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.copy_button,
.copy_button:focus {
    padding: 0 20px;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    background: transparent;
    color: #cc2127;
    border: 2px solid #cc2127;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
}

.copy_button span {
    margin-right: 3px;
}

.share_social {
    display: flex;
    justify-content: space-between;
}

.detail_btn_group .share_social li {
    margin: 0;
}

.detail_btn_group .share_social li button {
    background: #ebebeb;
    border: none;
    border-radius: 3px;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 6px 10px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}

.detail_btn_group .share_social li button.pinterest {
    background: #cb2027;
}

.detail_btn_group .share_social li button.facebook {
    background: #3b5998;
}

.detail_btn_group .share_social li button.twitter {
    background: #55acee;
}

.copy_page_section {
    padding: 70px 0;
    overflow-x: hidden;
    position: relative;
}

.copy_page_section .container {
    max-width: 1360px;
}

.copy_page_section .releted_section {
    clear: both;
    padding: 20px 0;
}

.copy_page_section .releted_section .row.flex-images {
    margin-left: -5px;
    margin-right: -5px;
}

.header_section_inner {
    background: url(/assets/images/bannerbg.jpg);
    background-size: cover;
    min-height: 100px;
    position: relative;
    background-position: top center;
}

.terms-conditon {
    padding: 50px 0;
}

.terms-conditon h3 {
    font-size: 42px;
    margin-bottom: 30px;
}

.terms-conditon h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.success_message,
.error_message {
    color: #04a506;
    font-weight: 500;
    font-size: 14px;
}

.error_message {
    color: #ea8100;
    display: block;
    margin: 5px 0;
}

.display_comment {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.display_comment .comment_img {
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 100%;
    overflow: hidden;
    flex: 0 0 14%;
}

.display_comment .comment_img img {
    height: 50px;
    width: auto;
    object-fit: cover;
    object-position: center center;
}

.display_comment .comment_desc {
    flex: 0 0 82%;
    border-radius: 3px;
    padding: 10px;
    background: #f6f6f6;
    position: relative;
}

.display_comment .comment_desc h3 {
    font-size: 13px;
    color: #989898;
    font-weight: 600;
}

.display_comment .comment_desc h3 span {
    font-weight: 300;
    margin-left: 3px;
    font-size: 12px;
}

.display_comment .comment_desc p {
    font-size: 13px;
    color: #9898a7;
    margin: 0;
}

.display_comment .comment_desc:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f6f6f6;
    position: absolute;
    position: absolute;
    left: -8px;
    top: 20%;
}

.not-found-section {
    padding: 35px 0 80px;
    text-align: center;
}

.not-found-section h2 {
    font-size: 48px;
    margin-top: 45px;
    margin-bottom: 15px;
}

.not-found-section p {
    font-size: 20px;
}

.not-found-section a,
.not-found-section a:hover {
    background: #fa5d5a;
    display: inline-block;
    color: #fff;
    padding: 13px 44px;
    border-radius: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-decoration: none;
}

#collection-modal {
    z-index: 99999;
}

.modal-backdrop.fade.show {
    z-index: 9999;
}

.copy_link1.copied:after {
    position: absolute;
    content: "\f00c";
    background: #ea8100;
    width: 100%;
    height: 36px;
    left: 0;
    border-radius: 0;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    line-height: 34px;
}

.banner_overlay:after {
    content: "";
    background: url(/assets/images/header_overlay.png) center top repeat-x;
    background-size: 100%;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.collection_banner {
    background: url(/assets/images/bannerbg1.jpg) center top no-repeat;
    background-size: cover;
    min-height: 200px;
}

ul.breadcrumb {
    padding: 20px 0 18px;
    list-style: none;
    background: 0 0;
    margin: 0;
    overflow: hidden;
}

ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

ul.breadcrumb li + li:before {
    padding: 6px;
    color: #374957;
    content: "/\00a0";
    font-size: 14px;
}

ul.breadcrumb li a {
    color: #374957;
    text-decoration: none;
    font-size: 14px;
}

ul.breadcrumb li a:hover {
    color: #000;
    text-decoration: none;
}

ul.breadcrumb li:last-child {
    font-weight: 500;
}

.collection_banner .container-fluid {
    padding: 0 75px;
    position: relative;
}

.collection_banner h1 {
    font-size: 36px;
    font-weight: 700;
}

.collection_banner p {
    font-size: 18px;
    margin: 0;
}

.collection_banner p a {
    color: #ea8100;
    text-decoration: none;
    margin-right: 6px;
}

.modal,
body.modal-open {
    padding-right: 0 !important;
}

body.modal-open {
    overflow-y: visible !important;
}

.collection_list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.collection_list .collection_col {
    margin-bottom: 30px;
}

.collection_list a.collection_col:hover {
    text-decoration: none;
}

.collection_list .collection_col h3 {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin: 10px 0 0;
    font-weight: 600;
}

.collection_list .collection_col h4 {
    font-size: 16px;
    color: #858585;
    text-decoration: none;
    margin: 10px 0 0;
}

.collection_list .collection_col p {
    font-size: 16px;
    color: #858585;
}

body:not(.modal-open) {
    padding-right: 0 !important;
}

.about-banner {
    min-height: 240px;
    background: #000 url(/assets/images/about-banner.jpg) center center
        no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.about-banner h2 {
    font-size: 48px;
}

.about-section {
    padding: 70px 0;
}

.about-section .get-to-know {
    text-align: center;
    margin-bottom: 30px;
}

.about-section .get-to-know h3 {
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-section .get-to-know p {
    font-size: 24px;
    line-height: normal;
}

.about-section .posisblities {
    position: relative;
}

.about-section .posisblities img {
    width: 100%;
}

.about-section .posisblities .content {
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}

.about-section .posisblities .content h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.about-section .posisblities .content p {
    font-size: 24px;
    font-weight: 400;
}

.about-section .origin img {
    width: 100%;
    box-shadow: 17px 22px 68px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 17px 22px 68px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 17px 22px 68px 0 rgba(0, 0, 0, 0.21);
    -o-box-shadow: 17px 22px 68px 0 rgba(0, 0, 0, 0.21);
}

.about-section .origin {
    margin-top: 60px;
}

.about-section .origin h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mobile_view_header {
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.5s ease-in-out;
    display: none;
}

.mobile_view_header #nav-icon3 {
    position: static;
    height: 20px;
}

.mobile_view_header #nav-icon3.hamburger_icon.open {
    position: fixed;
    left: 2rem;
}

.mobile_view_header #nav-icon3 span {
    background: #000;
}

.mobile_view_header .header_mobile_logo img {
    width: 190px;
}

.spacer_hamburger_icon {
    width: 28px;
    display: none;
}

.spacer_hamburger_icon_show {
    display: block;
}

.visibilty_menu {
    visibility: visible;
}

.form_content .input-group label.error {
    margin-bottom: 0;
    color: #ea8100;
    font-size: 14px;
}

.mobile_hide {
    display: block;
}

@media (min-width: 767.01px) and (max-width: 992px) {
    .dashboard_right .billing-table {
        display: block;
        overflow-x: auto;
    }

    .userdashboard_title.account-head {
        padding-bottom: 24px;
    }

    .userdownload_result {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .dashboard_right .billing-table,
    .dashboard_right .profile-dtails .table {
        display: block;
        overflow-x: auto;
    }

    .billing-table .table td,
    .billing-table .table th {
        min-width: 100px;
    }

    .userdownload_result {
        margin-top: 20px;
    }

    .dashboard_right .profile-dtails .connect a {
        margin: 5px;
        padding: 8px 14px;
        font-size: 11px;
    }
}

.header_section {
    background-size: cover;
    min-height: 85px;
    position: relative;
    background-position: top center;
}

.add_to-collection {
    height: 200px;
    overflow-y: auto;
}

#login_model {
    z-index: 99999;
}

#register_model {
    z-index: 99999;
}

.hireus_parent .userlogin_hireus.menu_right li:last-child {
    background: 0 0;
    height: 34px;
    margin: 0 0 0 0;
    border: none;
}

.hireus_parent .userlogin_hireus.menu_right li:last-child a {
    color: #ea8100;
    font-size: 18px;
    padding: 6px 0 4px;
}

.user_menu .mobile_bottom_menu {
    width: 100%;
    float: left;
    margin-right: 0;
    border-top: none;
    padding: 0;
    margin-left: 0;
}

.global_btn,
.global_btn:hover,
.global_btn:focus {
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    border-radius: 34px;
    background: #ed4240;
    padding: 8px 40px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.circle_arrow {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #3b3b3b;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: #000;
}

.circle_arrow.disabled {
    color: #ebebeb;
    border-color: #ebebeb;
}

.prev_btn_arrow {
    background: url(/assets/images/pagination_arrow.png) center center no-repeat;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.prev_btn_arrow.disabled {
    background: url(/assets/images/pagination_arrow_disabled.png) center center
        no-repeat;
}

.next_btn_arrow {
    background: url(/assets/images/pagination_arrow.png) center center no-repeat;
}

.next_btn_arrow.disabled {
    background: url(/assets/images/pagination_arrow_disabled.png) center center
        no-repeat;
}

.total_result .total_result_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date_selector .global_btn {
    margin-top: 1rem;
}

.profile-dtails .user-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.profile-dtails .user-row .col-xs-4 {
    width: 33.333%;
    padding: 14px 0;
}

.dashboard_right .tab-content .col-sm-4 .download_img {
    background: #f9f9f9;
    text-align: center;
    border: 1px solid #f9f9f9;
}

.dashboard_right .tab-content .col-sm-4 .download_img img {
    max-height: 250px;
    width: auto;
}

.badge_icon {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -3px;
    right: -11px;
    position: absolute;
    border-radius: 3px;
    background: #ea8100;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 1px 2px 0;
    width: 30px;
}

.download_btn_details .badge_icon {
    background: #cc2f2a;
    right: 0;
    color: #fbfbfb;
    border: 1px solid #902524;
}

.loader_overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
}

.download_message {
    position: absolute;
    padding: 0 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    display: flex;
    align-items: center;
    text-align: left;
    color: #fff;
}

.download_message .share_togglebox {
    display: block;
    padding: 0;
}

.download_message .share_togglebox .copy_button,
.download_message .share_togglebox .copy_button:focus {
    background: #cc2127;
    color: #fff;
    border: none;
    min-width: 170px;
    height: 52px;
}

.download_message .share_togglebox .copy_text {
    min-height: 52px;
}

.price_header {
    padding-bottom: 80px;
}

.subscribe_pannel {
    max-width: 660px;
    margin: 0 auto;
    padding-top: 150px;
    color: #fff;
}

.subscribe_pannel h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.subscribe_pannel p {
    font-size: 18px;
    line-height: 28px;
}

.subscriptio_box {
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 0 60px rgba(0, 1, 1, 0.3);
    margin-top: 40px;
    display: flex;
    text-align: center;
    overflow: hidden;
    color: #000;
    align-items: center;
}

.subscriptio_box .subscription_text {
    width: 50%;
}

.subscriptio_box .redbox {
    background: #fa4646;
    border-radius: 0 36px 36px 0;
    box-shadow: 0 0 29px rgba(0, 1, 1, 0.34);
    padding: 40px 0;
    color: #fff;
    position: relative;
}

.best_value_strip {
    position: absolute;
    left: -3px;
    top: -3px;
}

.subscription_text h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.subscription_text h3:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.subscriptio_box .redbox h3:after {
    background: #fff;
}

.subscription_text h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 700;
}

.subscription_text p {
    font-size: 14px;
    font-weight: 700;
}

.subscription_text h2 sub {
    font-size: 16px;
    font-weight: 400;
}

.subscription_text a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border: 2px solid #050505;
    padding: 9px 24%;
    border-radius: 36px;
    margin-top: 30px;
}

.subscription_text a:hover {
    color: #fff;
    border-color: #fa4646;
}

.subscriptio_box .redbox a {
    color: #fff;
    border-color: #fff;
}

.subscriptio_box .redbox a:hover {
    color: #000;
    border-color: #fff;
}

.subscriptio_box .redbox a:before {
    background-color: #fff;
}

.hvr-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hvr-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fa4646;
    transition: all 0.3s;
    border-radius: 0;
    z-index: -1;
}

.hvr-btn:hover:before {
    width: 100%;
}

.user-plan h3,
.faq_section_price h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
}

.user-plan table {
    max-width: 840px;
    margin: 0 auto;
}

.user-plan .table th {
    border-top: none;
    font-size: 24px;
    text-align: center;
}

.user-plan .table th.green_text {
    color: #39b54a;
}

.user-plan .table td {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.user-plan .table td:first-child {
    text-align: left;
    padding-left: 0;
}

.user-plan .table td b {
    font-weight: 700;
}

.full_license {
    background: #f2f4f4;
    padding: 70px 0;
}

.full_license h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 26px;
    margin-bottom: 16px;
}

.full_license p {
    font-size: 14px;
    font-weight: 300;
    padding: 0 10%;
}

.faq_section_price .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
    margin-bottom: 44px;
}

.faq_section_price .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
}

.faq_section_price .panel-title {
    font-size: 18px;
    margin: 0;
}

.faq_section_price .panel-title a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0;
    background: url(/assets/images/accordian_minus.png) center right no-repeat;
}

.faq_section_price .panel-title a.collapsed {
    background: url(/assets/images/accordian_plus.png) center right no-repeat;
}

.faq_section_price #accordion {
    max-width: 930px;
    margin: 0 auto;
}

.faq_section_price .panel-body {
    font-weight: 300;
    padding: 20px 0;
}

.payment-section {
    padding: 50px 0;
}

.payment-section h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

.payment-section h5 {
    font-size: 20px;
    color: #ea8100;
    margin-bottom: 20px;
    font-weight: 600;
}

.payment-section .form-control {
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #000;
}

.payment-section input[type="number"]::-webkit-outer-spin-button,
.payment-section input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payment-section .card-details .form-control {
    font-weight: 700;
}

.payment-section .form-control:focus {
    outline: none;
    border-color: #ea8100;
    box-shadow: none;
}

.payment-section .form-control::placeholder {
    color: #000 !important;
    opacity: 1;
}

.payment-section .form-control:-ms-input-placeholder {
    color: #000 !important;
}

.payment-section .form-control::-ms-input-placeholder {
    color: #000 !important;
}

.payment-section .form-group {
    margin-bottom: 35px;
    position: relative;
}

.payment-section .form-control.card_number {
    padding-left: 40px;
}

.payment-section .form-group .icon {
    position: absolute;
    left: 0;
    top: 10px;
}

.payment-section .form-group .icon img {
    max-width: 30px;
}

.payment-section .card_heading {
    border-bottom: 1px solid #aeaeae;
    padding: 0 27px 10px;
    position: relative;
}

.payment-section .card_heading::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #ea8100;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.payment-section .subscribe-btn {
    text-align: center;
}

.payment-section .subscribe-btn button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 13px 90px;
    border-radius: 36px;
    margin-top: 30px;
    background: #ea8100;
}

.payment-section .subscribe-btn button::before {
    background: #c63837;
}

.payment-section .subscribe-btn p {
    margin: 0;
    margin-top: 45px;
}

.payment-section .subscribe-btn p a {
    color: #ea8100;
    text-decoration: underline;
}

.check-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmarks {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmarks:after {
    display: block;
}

.check-container .checkmarks:after {
    left: 9px;
    top: 1px;
    width: 7px;
    height: 16px;
    border: solid #ff4745;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.payment_header {
    padding-bottom: 45px;
}

.payment_header .subscribe_pannel {
    max-width: 440px;
    text-align: center;
}

.payment_header .subscriptio_box {
    display: block;
    padding: 30px;
    margin-top: 20px;
}

.payment_header .subscriptio_box .subscription_text {
    width: 100%;
}

.payment_header .subscription_text a {
    border: 0;
    margin: 0;
    padding: 0;
    color: #ea8100;
}

.payment_header .annual-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #999;
    padding-top: 10px;
    margin-top: 50px;
}

.payment_header .annual-payment h6 {
    margin: 0;
    font-size: 14px;
}

.payment_header .annual-payment p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.payment_header .annual-payment p i {
    font-size: 21px;
}

.detail_content .save_copy a {
    display: inline-block;
}

.loader_btn,
.loader_btn:before,
.loader_btn:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader_btn {
    color: #fff;
    font-size: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 6px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader_btn:before,
.loader_btn:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader_btn:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader_btn:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.height_loader {
    height: 55px;
}

.search_filter .searchandfilter ul li ul {
    border: none;
    box-shadow: 7px 20px 20px rgb(0 0 0/10%);
    padding-bottom: 20px;
}

.search_filter .searchandfilter ul li ul li {
    padding: 6px 0;
    border-bottom: 1px solid #ebebeb;
    display: block;
}

.search_filter .searchandfilter ul li ul li:last-child {
    border-bottom: none;
}

.search_filter .searchandfilter ul li ul {
    left: 0 !important;
    width: 100%;
}

.search_filter .searchandfilter ul li ul li a {
    font-size: 14px;
}

.premium_badges {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
}

.image_writer_outer {
    display: flex;
    justify-content: space-between;
}

.image_writer,
.image_dpi {
    color: #000;
    margin: 10px 0 0;
    font-size: 13px;
}

.image_writer span {
    color: #1273eb;
}

.image_dpi {
    color: #999;
    font-size: 12px;
}

.popup_tags {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 100%;
   text-align: left;
   margin: 20px 20px 10px;
}

.popup_tags ul {
    list-style: none;
    margin: 0 40px;
    padding: 12px 0 0;
    border-top: 1px solid #e5e5e5;
}

.popup_tags ul.tags_another {
    padding: 5px 0 0 0px;
    display: none;
}

.popup_tags ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
}

.popup_tags ul li a {
    border: 1px solid #ebebeb;
    font-size: 12px;
    color: #727272;
    padding: 2px 10px;
    border-radius: 6px;
    display: block;
    margin: 2px;
}

.popup_tags ul li a:hover,
.popup_tags ul li a.active {
    color: #1273eb;
    text-decoration: none;
}

.details_popup_category ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.details_popup_category ul li {
    display: inline-block;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-right: 10px;
}

.details_popup_category ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    color: #ecf0f3;
}

.details_popup_category ul li:last-child:after {
    display: none;
}

.details_popup_category ul li:last-child {
    color: #404040;
}

.down_arrow_tags {
    background: #e5e5e5;
    width: 12px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: -4px;
}

.showcase_content .img_backcolor {
    position: absolute;
    top: 50%;
    left: 0;
    width: 99%;
    height: 99%;
    z-index: 1;
    background-color: #ebebeb;
    margin: 0 auto;
    right: 0;
    transform: translateY(-50%);
}
.showcase_content .img_backcolor img{
    width: 30px;
    height: auto;
}
.menu_right.userlogin_hireus {
    margin-top: -18px;
}

.search_filter.search_scroll {
    width: 100%;
    padding: 7px 0;
    height: 48px;
    background: #e7e7e7;
    display: none;
    margin: 0 20px;
}

.search_filter.search_scroll .searchandfilter ul .search_field {
    width: 100%;
}

.search_filter.search_scroll .searchandfilter ul li:first-child {
    width: 61%;
}

.search_filter.search_scroll .searchandfilter ul li .search_btn {
    background: #e7e7e7 url(/assets/images/search_icon_scroll.png) center center
        no-repeat;
}

.header.sticky.fixed {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    transition: none;
}

.header.sticky.fixed .menu_right.userlogin_hireus {
    margin-top: -10px;
}

.hover-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hover-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ea8100;
    transition: all 0.3s;
    border-radius: 0;
    z-index: -1;
}

.hover-btn:hover:before {
    width: 100%;
}

.terms_header_bg {
    min-height: 270px;
    background: url(/assets/images/terms_condition_banner.jpg) 0 0 no-repeat;
    background-size: cover;
}

.terms_condition_section {
    padding: 60px 0;
}

.terms_condition_section h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.terms_condition_section h4 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 700;
}

.terms_condition_section p,
.terms_condition_section ol li,
.terms_condition_section ul li {
    font-size: 14px;
    line-height: 22px;
}

.terms_condition_section ol li {
    margin-bottom: 10px;
}

.terms_condition_section ol,
.terms_condition_section ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.terms_condition_section .mt-6 {
    margin-top: 30px;
}

.merginleft-3 {
    margin-left: 15px;
}

.terms_condition_section ul li {
    margin-bottom: 8px;
}

#left-menu-tc {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.4s ease-in-out;
}

#left-menu-tc li {
    display: block;
    position: relative;
    margin-bottom: 26px;
}

#left-menu-tc li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0%;
    height: 2px;
    background: #ea8100;
}

#left-menu-tc li a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    position: relative;
    transition: all 0.4s ease-in-out;
}

#left-menu-tc li a:hover,
#left-menu-tc li.active a {
    color: #ea8100;
}

#left-menu-tc li a:hover:after,
#left-menu-tc li.active a:after {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.hireus_popup_text {
    color: #ea8100;
    font-size: 30px;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    font-style: italic;
}

.btn_disabled {
    opacity: 25%;
}

.header .navbar.desktop_nav .d-flex.flex-grow-1.align-items-center {
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.about_video_section {
    background: #eef2f4;
    padding: 110px 0;
}

.about_video_section .lft_content p {
    font-size: 20px;
    line-height: normal;
}

.about_video video {
    box-shadow: 0 17px 24px rgb(0 0 0/10%);
}

.career-section {
    background: url(/assets/images/career_bg.jpg) center top no-repeat;
    background-size: cover;
}

.join_team {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 230px;
    text-align: center;
}

.join_team h3 {
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.join_team p {
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
}

.join_team a {
    color: #fff;
    border: 2px solid #fff;
    padding: 11px 46px;
    border-radius: 36px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    text-decoration: none;
}

.career_bottom_icon {
    margin-top: 120px;
}

.mob_show {
    display: none;
}

.terms_condition_section a.mail_to {
    color: #ea8100;
    text-decoration: none;
}

.cookies_footer {
    background: #eef2f4;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 14px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 999;
}

.cookies_footer p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

.cookies_footer .cookies_footer_left {
    width: 80%;
}

.cookies_footer .cookies_footer_right {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}

.cookies_footer .cookies_footer_right a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 4px;
    padding: 6px 20px;
    font-size: 14px;
    text-decoration: none;
}

.cookies_footer .cookies_footer_right a.acceptall {
    background: #ea8100;
    color: #fff;
}

.user_menu_under.dashboard_left .user_icon span {
    width: auto;
    height: auto;
    position: static;
}

.cookies_footer .cookies_footer_left a {
    color: #ea8100;
    text-decoration: none;
}
.download_btn_details .progress {
    background-color: #ea8100;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 36px;
    z-index: 1;
    opacity: 0;
}
.download_btn_details .download_text,
.download_btn_details .loader_btn {
    position: relative;
    z-index: 2;
}
.download_btn_details.limit_exceeded .progress {
    background: #fd3f3d;
}
.limit_exceeded .download_text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
.tabs_nav_second.category_page_menu {
    text-align: left;
    padding: 0 78px;
}

#faq .card {
    background: none;
    border: 0;
    padding: 4px;
}

.faq-content .card-body p {
    display: block;
    text-align: left;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 10px;
    outline: 0;
    box-shadow: none;
}
.faq-content .content p {
    font-size: 16px;
}

.faq-content .card-header a {
    font-size: 16px;
}

#faq .card .card-header a:hover,
#faq .card .card-header .btn-header-link a:hover,
#faq .card .card-header .btn-header-link.collapsed:hover {
    color: #c39426;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-weight: 900;
    float: left;
    padding-right: 5px;
    color: #c39426;
    font-weight: 500;
}
.showcase_content .grid_hover_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    max-width: 450px;
    height: auto !important;
}

.detail_slider {
    text-align: center;
    height: 100%;
    width: 100%;
    max-width: 825px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    position: relative;
    margin:0 auto;
}

.detail_slider .owl-carousel .owl-item img {
    max-height: 824px;
    max-width: fit-content;
    min-height: 420px;
    min-width: 420px;
    margin: 0 auto;
}

.slider-bullet .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.slider-bullet .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #c1c1c1;
    border-radius: 100%;
    display: inline-block;
    margin: 0 2px;
    outline: none;
}
.slider-bullet .owl-dots .owl-dot:hover,
.slider-bullet .owl-dots .owl-dot.active {
    background: #ea8100;
}
.detail_slider .owl-theme .owl-dots .owl-dot span{display: none;}
.image_writer {
    margin: 10px auto 0;
}
.detail_slider .owl-carousel {
    position: static;
}
.item_showcase .showcase_content .grid_hover_slider {
    opacity: 0;
}
.item_showcase .showcase_content:hover .grid_hover_slider {
    opacity: 1;
}
.grid_hover_slider.slider-bullet .owl-dots {
    bottom: auto;
    right: auto;
    top: 6px;
    left: 10px;
}
.grid_hover_slider.slider-bullet .owl-theme .owl-dots .owl-dot span{display: none;}
.grid_hover_slider.slider-bullet .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}
.grid_hover_slider a.owl-item {
    display: block;
}
.grid_hover_slider .owl-carousel .owl-item img{
    position: static;
    transform: none;
}
.detail_slider.slider-bullet .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.detail_slider.slider-bullet .owl-prev {
    position: absolute;
    left: -80px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
    text-indent: -999px;
    border-radius: 100%;
    background: url("/assets/images/slider-arrow.png") center center no-repeat !important;
    transform: rotate(180deg);
    overflow: hidden;
}
.detail_slider.slider-bullet .owl-next {
    position: absolute;
    right: -80px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
    text-indent: -999px;
    border-radius: 100%;
    background: url("/assets/images/slider-arrow.png") center center no-repeat !important;
    overflow: hidden;
}
.detail_slider.slider-bullet .owl-next.disabled,
.detail_slider.slider-bullet .owl-prev.disabled {
    opacity: 0.4;
}
.google_adsense_palceholder {
    background: #e5e5e5;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}
.detail_header_section_right .google_adsense_palceholder .adsbygoogle{
    padding: 0px;
    height: 250px;
    margin: 0 auto;
}

.google_adsense_palceholder.home_ads .adsbygoogle{width: 970px;height: 90px;margin: 0 auto;}
.google_adsense_palceholder.home_ads{background: transparent;}
.google_adsense_palceholder.home_ads img{border: 1px solid #cdc7c7;max-width: 100%;}
.header.sticky.fixed .search_filter,.search_page .search_filter{
    overflow: visible;
    position: relative;
}

.header.sticky.fixed .search_filter ul li ul.typeahead {
    background: #e7e7e7;
}
.header.sticky.fixed .search_filter ul li ul.typeahead li{border-bottom: 1px solid #d5d5d5;}
.header.sticky.fixed .search_filter ul li ul.typeahead li:first-child{width: 100%;}
.header.sticky.fixed .search_filter ul li ul.typeahead li:last-child{border-bottom:none;}
.showcase_content.ads_listing{
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showcase_content.ads_listing img{
    transform: none;
    position: static;
    height: auto;
    width: auto;
    max-height: 250px;
}
.showcase_content.ads_listing .adsbygoogle,.showcase_content .adsbygoogle{width: 300px;margin: 0 auto;}
.google_adsense_palceholder.detailpopup_ads{margin-bottom: 0px;border: 1px solid #cdc7c7;background: transparent;}
.google_adsense_palceholder.detailpopup_ads img{max-width: 100%;}
.image_title p.black_color{display: none;}
.search_head_style2{
    padding: 14px 80px;
    background: #eef2f4;
}
.search_head_style2 h3{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    margin:0;
}
.search_head_style2 h3 span{
    color: #000;
    opacity: .8;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid #b8bbbd;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
}
.middle_navbar_second_style2{
    background: #fff;
    padding: 20px 0 0;
}
.middle_navbar_second_style2 ul li{
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.copy_page_section .detail_slider.slider-bullet .owl-prev{left: -40px;}
.copy_page_section .detail_slider.slider-bullet .owl-next{right: -40px;}
.loader_freewebstock{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}