body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    background-color: #ffffff;
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.custom_heading {
    text-transform: uppercase;
    font-weight: bold;
}

/* --- Loader Start--- */
.form-loader .spinner-border {
    width: 50px;
    height: 50px;
    top: 10px !important;
    left: 45% !important;
    color: #f27649 !important;
    background: transparent !important;
}
.spinner {
    display: none;
}
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 1s linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 60px;
    height: 60px;
    border: solid 4px #ffe7df;
    border-top: 4px solid #f27649;
    border-left: 4px solid #f27649;
    border-bottom: 4px solid #f27649;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    00% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --- Loader Start--- */

/* topbar section */

.topbar {
    background: #000000;
    padding: 10px 0;
}
.topbar .topbar-search .logo img {
    width: 100%;
    max-width: 55px;
}

.topbar .topbar-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .topbar-search .search-bar {
    position: relative;
    display: flex;
    margin: 0;
    width: 30%;
    margin-left: auto;
    margin-right: 26%;
}

/* ===== */

.topbar .topbar-search .search-bar::before {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f27649;
    border-width: 10px;
}
/* ============== */

.topbar .topbar-search .search-bar .form-control {
    width: 270px;
    height: 42px;
    border-radius: 5px 0 0 5px;
    padding-left: 30px;
    font-family: "Raleway", sans-serif;
    box-shadow: none;
}

.topbar .topbar-search .search-bar .form-control::-webkit-input-placeholder {
    color: #cbc9c9;
    font-weight: 500;
}

.topbar .topbar-search .search-bar .btn-search {
    background: #f27649;
    height: 42px;
    border-radius: 0 5px 5px 0;
    width: 100px;
    color: #fff;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.topbar .topbar-search .search-bar span {
    position: absolute;
    top: 8px;
    left: 7px;
}

.topbar .topbar-search .search-bar span img {
    width: 100%;
    max-width: 18px;
}

/* -- Search Icon -- */

.search-icon {
    width: 100%;
    max-width: 24px;
    margin-right: 5px;
}
.full-search form {
    width: 100%;
    margin-top: 10px;
}
.full-search form .form-control {
    width: 100% !important;
}

/* -- // -- */

.topbar .login-section {
    padding: 16px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topbar .login-section select {
    appearance: none;
    width: 90px;
    background: url(../images/arrow-down-white.png) transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-right: 30px;
}

.topbar .login-section .add-business-btn {
    background: #f27649;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 11px;
}

.topbar .login-section .language-switcher {
    color: #fff;
    position: relative;
    width: 100px;
    text-align: left;
    background: url(../images/arrow-down-white.png) transparent;
    background-repeat: no-repeat;
    background-position: right;
    padding: 5px 0;
    margin-right: 20px;
    cursor: pointer;
}

.topbar .login-section .language-switcher ul {
    position: absolute;
    padding: 0;
    background: #f27649;
    display: none;
    width: 100%;
    margin: 0;
    top: 33px;
}

.topbar .login-section .language-switcher:hover ul {
    display: block !important;
}

.topbar .login-section .language-switcher ul li {
    list-style-type: none;
}

.topbar .login-section .language-switcher ul li a {
    color: #fff;
    float: left;
    width: 100%;
    padding: 2px 7px;
}

/* --- Header Dots Dropdown --- */
.dot-dropdown svg {
    width: 100%;
    height: 100%;
}

.dot-dropdown .dropdown-toggle {
    /* width: 40px;
    height: 40px; */
    position: relative;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
    display: inline-block;
    /* background: #ececec; */
}

.dot-dropdown .dropdown-toggle::after {
    display: none;
}
.dot-dropdown svg {
    width: 28px;
    height: 30px;
}
.topbar .dot-dropdown.notification .dropdown-menu.show .drop-menu_inner {
    height: 500px;
    width: 400px;
}
.topbar .dot-dropdown.notification .notify-pagination a {
    background: #ff5e00 !important;
}
.notification .drop-menu_inner .comment-box {
    border-radius: 5px;
}
.notify-pagination {
    margin: 40px auto;
    text-align: center;
}
/* .topbar .dot-dropdown .dropdown-menu.show .drop-menu_inner {
    height: 330px;
    width: 280px;
    padding: 10px 20px;
    overflow-x: hidden;
    border-radius: 10px;
    margin: 5px;
} */

.topbar .dot-dropdown .dropdown-menu.show .drop-menu_inner {
    height: 320px;
    width: 700px;
    padding: 10px 20px;
    overflow-x: hidden;
    border-radius: 10px;
    margin: 5px;
}
.dropdownArrow {
    position: relative;
}
.dropdownArrow:before {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdownArrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}
.topbar .dot-dropdown .dropdown-menu.show a {
    color: #333;
    width: 100%;
    min-height: 84px;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    list-style-type: none;
    vertical-align: top;
    border-radius: 8px;
    transition: all 0.2s;
    white-space: break-spaces;
}
.topbar .dot-dropdown .dropdown-menu.show a:hover {
    color: #333 !important;
    background-color: #fff3eb;
}

.topbar .dot-dropdown .dropdown-menu.show a i {
    display: block;
    font-size: 25px;
    margin: 10px auto 10px auto;
    color: #f27649;
    background: #eeeeeeb3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    justify-content: center;
}

.topbar .dot-dropdown .dropdown-menu.show a i img {
    width: 25px;
}

.topbar .dot-dropdown .dropdown-menu.show a:hover i {
    background-color: #fff;
}

.topbar .dot-dropdown .dropdown-menu .drop-menu_inner::-webkit-scrollbar {
    width: 9px;
}

.topbar .dot-dropdown .dropdown-menu .drop-menu_inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(210, 210, 210);
    border-radius: 10px;
}

.topbar .dot-dropdown .dropdown-menu .drop-menu_inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.topbar .dot-dropdown .dropdown-menu .drop-menu_inner::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/* --- // Header Dots Dropdown // --- */

.home-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.home-icon_logo {
    font-size: 26px !important;
    color: #f27b49 !important;
    display: inline-block;
}

.header-icon {
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s;
    color: #f27649 !important;
}
.topbar a.header-icon:hover {
    color: #f27649 !important;
}

.bell {
    position: relative;
}
#notification-count {
    position: absolute;
    top: -9px;
    right: 4px;
    width: 20px;
    height: 20px;
    padding: 3px;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    background: #e80202;
    color: #fff;
}

/*header section*/
.mobile-search {
    display: none;
}

.navbar-brand img.business-header-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 1px solid #eee; */
}
.hero_area.ecommerce-main {
    height: 100%;
}
.hero_area {
    height: 98vh;
    background-color: #b5caee;
}

.sub_page .hero_area {
    height: auto;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 75px;
    margin-right: 5px;
}

.navbar-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin-top: 5px;
}

.custom_nav-container {
    z-index: 99;
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
}

#notification-count:empty {
    display: none;
}
/*end header section*/

/* slider section */

.hero_area.ecommerce-main .slider_section {
    padding: 7% 0 4%;
}
.slider_section {
    padding-top: 8%;
}

.slider_item-box {
    width: 100%;
    height: 100%;
}

.slider_item-box .container {
    height: 100%;
}

.slider_img-box {
    width: 85%;
    margin: 0 auto;
}

.slider_img-box div {
    height: 380px;
}
.slider_img-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.slider_item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-btn1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #f2d8b9;
    border: 1px solid #f2d8b9;
    color: #ffffff;
}

.slider-btn1:hover {
    background-color: transparent;
    color: #f2d8b9;
}

.slider-btn2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
}

.slider-btn2:hover {
    background-color: transparent;
    color: #252525;
}

.slider_item-detail h1 {
    font-size: 68px;
    width: 95%;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #f2d8b9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
    background-color: #ffffff;
}

.slider_section .carousel-control-prev {
    left: -6%;
    background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next {
    right: -6%;
    background-image: url(../images/next.png);
}

/* end slider section */

.bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_detail-box p {
    margin-top: 30px;
    margin-bottom: 45px;
}

.about_detail-box a {
    display: inline-block;
    padding: 7px 25px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
}

.about_detail-box a:hover {
    background-color: transparent;
    color: #252525;
}

.about_img-box img {
    width: 100%;
}

.brand_section {
    text-align: center;
    background-color: #c1dcf9;
}

.brand_section h3 {
    color: #fcfcfc;
}

.brand_section .brand_item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand_item-box {
    width: 265px;
    margin: 30px 10px 0 10px;
}

.brand_img-box {
    height: 193px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.brand_img-box.item-1 {
    background-image: url(../images/item-1.jpg);
}

.brand_img-box.item-2 {
    background-image: url(../images/item-2.jpg);
}

.brand_img-box.item-3 {
    background-image: url(../images/item-3.jpg);
}

.brand_img-box.item-4 {
    background-image: url(../images/item-4.jpg);
}

.brand_img-box.item-5 {
    background-image: url(../images/item-5.jpg);
}

.brand_img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.brand_img-box a {
    display: none;
    opacity: 0;
    background-color: transparent;
    border: 1px solid #999999;
    color: #f9fafa;
    padding: 12px 35px;
    font-size: 15px;
    z-index: 3;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.brand_img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.9);
    z-index: 1;
    -webkit-transform: translateY(320px);
    transform: translateY(320px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.brand_img-box:hover {
    cursor: pointer;
}

.brand_img-box:hover::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.brand_img-box:hover a {
    display: inline-block;
    opacity: 1;
}

.brand_detail-box {
    margin-top: 20px;
}

.brand_detail-box h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #242425;
}

.brand_detail-box h5 span {
    color: #f27649;
}

.brand_detail-box h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fcf9fc;
}

.why_section .row {
    padding: 35px 0;
}

.why_section .row .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0;
}

.why_section .img_box {
    min-width: 125px;
    min-height: 125px;
    margin-right: 25px;
    border: 1.5px solid #e3e2e2;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.why_section .img_box img {
    width: 50px;
}

.why_section .detail_box h5 {
    font-weight: bold;
    color: #f27649;
}

.client_section .row {
    padding: 25px 0;
}

.client_section .row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.client_section .detail_box {
    min-width: 150px;
    margin-right: 25px;
    /* text-align: center; */
    display: flex;
    align-items: center;
}
.client_section .detail_box .img_box {
    width: 130px;
    height: 110px;
    margin: auto;
}
.client_section .detail_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 50%; */
}

.client_section .detail_box h5 {
    font-weight: bold;
}

.client_section .detail_box h6 {
    color: #0b3275;
}

.client_section .detail_box .name_box {
    /* margin-top: 15px; */
    margin-left: 20px;
}

.client_section .detail_text {
    /* padding-top: 10px; */
    margin: auto 0;
}
.client_section .detail_text p {
    margin-bottom: 0px;
}
.client_section #carouselExampleControls,
.client_section .carousel-inner,
.client_section .carousel-item {
    height: 100%;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #c1dcf9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #f2d8b9;
}

.client_section .carousel-control-prev {
    left: -5%;
    background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
    right: -5%;
    background-image: url(../images/next.png);
}

.contact_section {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))),
        url(../images/contact.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#send-contract {
    position: relative;
}
.contact_section textarea::placeholder {
    color: #fff;
}
.contact_section input,
.contact_section textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: transparent;
    outline: none;
    color: #fff;
}
.contact_section textarea:focus {
    color: #fff;
}
.contact_section textarea {
    height: 120px;
}
.contact_section input::-webkit-input-placeholder {
    color: #fff;
}

.contact_section input:-ms-input-placeholder {
    color: #fff;
}

.contact_section input::-ms-input-placeholder {
    color: #fff;
}

.contact_section input::placeholder {
    color: #fff;
}

.contact_section input.message-box {
    padding-top: 135px;
}
.contact-captcha {
    margin-top: 20px;
}
.contact-captcha + input {
    position: absolute;
    top: 80%;
}
.contact_section button {
    background-color: #f27649;
    padding: 12px 55px;
    outline: none;
    border: none;
    border: 1px solid #f27649;
    color: #fff;
}

.contact_section button:hover {
    color: #f27649;
    background-color: transparent;
}
/* --- Report an Issue contact Form --- */
.report-form textarea {
    border-radius: 0px;
    padding-left: 0;
}
.report-form .form-group {
    margin-bottom: 30px;
}
.report-form .form-group textarea {
    padding-top: 0px;
}
.report-form .form-group input {
    padding-top: 0px;
    padding-bottom: 0px;
}
.report-form textarea::placeholder {
    color: #fff;
}
.report-form textarea:focus {
    background: transparent;
    box-shadow: none;
    border-color: #fff;
}
.report-form .select2-container {
    width: 100% !important;
}
.report-form .select2-container--default .select2-selection--single {
    width: 100%;
    border: 0;
    height: 40px;
    outline: none;
    color: #fff;
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}
.report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
}

.report-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: unset;
    bottom: 0;
}
.report-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent !important;
}
.report-form
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #fff !important;
}
/* --- // Report an Issue contact Form // --- */

.info_section {
    background-color: #c1dcf9;
}

.info_items {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info_items .item {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.info_items .item .img-box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.info_items .item .detail-box {
    margin-top: 25px;
    color: #fff;
}

.info_items {
    position: relative;
}

.info_items a {
    position: relative;
}

.info_items::before {
    content: "";
    position: absolute;
    top: 25%;
    width: 80%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.info_items .item .img-box.box-1 {
    background-image: url(../images/location-blue.png);
}

.info_items .item .img-box.box-2 {
    background-image: url(../images/telephone-blue.png);
}

.info_items .item .img-box.box-3 {
    background-image: url(../images/envelope-blue.png);
}

.info_items .item .img-box:hover {
    background-color: #f27649;
}

.info_items .item .img-box:hover.box-1 {
    background-image: url(../images/location-white.png);
}

.info_items .item .img-box:hover.box-2 {
    background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box:hover.box-3 {
    background-image: url(../images/envelope-white.png);
}

/* footer section*/

.footer_section {
    background-color: #273135;
    padding: 20px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
}

.footer_section p {
    color: #fbfcfd;
    margin: 0;
    text-align: center;
}

.footer_section a {
    color: #fbfcfd;
}

.topbar .topbar-links li a img.user-img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 45px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #5d5d5d;
}

.topbar .topbar-links li a {
    color: #fff;
    /* display: inline-block; */
}

.topbar .topbar-links li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

.topbar .topbar-links li .dropdown.user-dropdown {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    min-width: 230px;
    z-index: 111;
    top: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.topbar .login-section .add-business-btn {
    background: #f27649;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 11px;
}
.topbar .topbar-links {
    padding-left: 0;
    margin: 0;
}
.topbar .topbar-links li:first-child {
    /* min-width: 100px; */
    /* width: auto; */
    text-align: left;
}

.topbar .topbar-links li .dropdown.user-dropdown li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.topbar .topbar-links li .dropdown.user-dropdown li:last-child {
    border: 0;
}
.topbar .topbar-links li .dropdown.user-dropdown li a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    border-radius: 0;
    background: #fff;
    padding: 10px 8px;
}
.topbar .topbar-links li .dropdown.user-dropdown li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.topbar .topbar-links li .dropdown.user-dropdown li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.topbar .topbar-links li .dropdown.user-dropdown li a:hover {
    background: #f27649;
    color: #fff;
}

.topbar .topbar-links li:hover .dropdown.user-dropdown {
    display: block;
}

/* end footer section*/

/*# sourceMappingURL=style.css.map */

.news_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_section .heading_container h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news_section .box {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.news_section .box .img-box {
    position: relative;
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #eee;
}

.news_section .box .img-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.news_section .box .detail-box {
    padding: 25px;
}

.news_section .box .detail-box h5 {
    font-weight: bold;
}

.news_section .box .detail-box p {
    font-size: 15px;
}

.news_section .box .detail-box a {
    text-transform: uppercase;
    color: #f27649;
}

.flex-col_center {
    display: flex;
    align-items: center;
}

.topbar .topbar-links li:first-child img {
    margin: 0px 0 0 5px;
}

.ecommerce-foot_outer .newsletter-inner form .form-control {
    width: 100%;
    /* margin-bottom: 10px; */
    border-radius: 4px;
}

.ecommerce-foot_outer .form-inline .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 56px;
    width: 400px;
    line-height: 1;
    padding-left: 1.5rem;
    letter-spacing: 0.3px;
    display: inline-block;
    vertical-align: middle;
}

.newsletter-inner form .btn-block {
    color: #fff;
    border: 1px solid #333;
    background-color: #000;
    padding: 10px 15px;
    position: absolute;
    width: auto !important;
    right: 0;
    top: 0;
    height: 56px;
    border-radius: 0px 4px 4px 0px;
}
.newsletter-inner form .btn-block:hover {
    background-color: rgba(0, 0, 0, 0.719);
}
.newsletter-inner {
    position: relative;
    width: 100%;
}
/* 
.like-btn_fix {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 11;
}
.like-btn_fix .like-button {
    font-size: 22px;
    margin-right: 10px;
    padding: 0.6rem 1rem;
    border-radius: 50%;
    color: #fff;
} */

.like-btn_fix {
    position: fixed;
    right: 100px;
    bottom: 20px;
    margin-right: 10px;
    text-align: center;
}
.like-btn_fix .like-button {
    font-size: 22px;
    padding: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
a.like-button.btn-danger + .like-count a {
    color: #dc3545;
    text-shadow: 1px 0px #dc3545;
}

a.like-button.btn-primary + .like-count a {
    color: #007bff;
    text-shadow: 1px 0px #007bff;
}

.error {
    color: red;
    font-size: 13px;
}
/* --- Comment box start--- */

.service_section .comment-outer {
    text-align: left;
}

.comment-outer h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #edeff2;
}
.comment-outer h4 a {
    float: right;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.comment-outer h4 a span {
    font-size: 16px;
}
.comment-box {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.comment-box #message-error {
    position: absolute;
    top: 100%;
    display: inline-block;
    margin: 10px 0px 0px 80px;
}
.comment-box .comment-img_p {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #444;
    margin-right: 20px;
}

.comment-img_p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.comment-profile a {
    font-size: 25px;
    font-weight: 600;
    color: #f27649;
}

.comment-outer textarea.form-control {
    height: 110px;
    padding: 10px 15px;
    margin-left: auto;
}

.comment-outer textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid #f27649;
}

.comment-btns {
    text-align: right;
}
.post-cmnt-btn,
.cancel-btn {
    min-width: 150px;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 40px;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
}
.post-cmnt-btn {
    color: #ffffff;
    border: 1px solid #f27649;
    border-radius: 5px;
    background-color: #f27649;
}
.post-cmnt-btn:hover {
    color: #f27649;
    background: transparent;
    box-shadow: 0px 0px 5px #ffbfa8;
}
.cancel-btn {
    margin: 0px 0px 0px 10px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* --- Author Details Overlay start--- */
.blog-detail_big {
    position: relative;
}
.author-outer img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.author-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 5%;
    padding: 7px 15px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #00000067;
    transform: translate(-50%, 0%);
}

.author-social h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.info_social {
    display: flex;
}
.author-outer .info_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}
.author-social {
    margin-left: 10px;
}
.author-social .fa-facebook {
    background-color: #4064ac;
}
.author-social .fa-twitter {
    background-color: #00a7e7;
}
.author-social .fa-pinterest {
    background-color: #b7081b;
}
.author-social .fa-instagram {
    background-color: #a33f82;
}

.author-social .info_social i {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
}
/* --- Author Details Overlay End--- */

/* --- Comment box start--- */
.service_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
}
.heading_container p {
    margin-bottom: 26px;
}
.service_section .service-content .service-img {
    width: 100%;
    /* height: 360px; */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.service_section .service-content h1 {
    font-weight: 600;
    font-size: 36px;
}

.service_section .service-content p {
    font-size: 15px;
    margin-bottom: 26px;
    line-height: 26px;
    word-break: break-word;
}

.post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
}
.post-sharing span,
.post-sharing li {
    display: inline-block;
}

.service-content .post-sharing .btn {
    border-radius: 3px;
    color: #ffffff;
    padding: 0.7rem 1rem;
    border: 0 none;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}
.service-content .post-sharing .btn.social-thumb {
    font-size: 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;
    margin-left: 10px;
}
.service-content .post-sharing .btn.social-thumb + .like-count a {
    color: #9b9b9b;
    font-size: 14px;
    /* font-weight: 600; */
}
.service-content .post-sharing .btn.social-thumb + .like-count a span {
    font-size: 16px;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}
.tw-button i,
.fb-button i {
    /* margin-right: 0.5rem; */
}
.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background-color: #00b6f1 !important;
    border-color: #00b6f1 !important;
}

.li-button.btn-primary:hover,
.li-button.btn-primary:focus,
.li-button.btn-primary {
    background-color: #0073b1 !important;
    border-color: #0073b1 !important;
}

.pi-button.btn-primary:hover,
.pi-button.btn-primary:focus,
.pi-button.btn-primary {
    background-color: #cb2027 !important;
    border-color: #cb2027 !important;
}

.post-sharing .btn:hover {
    opacity: 0.9;
}

.submit_bisiness {
    display: inline-block;
    padding: 10px 15px;
    min-width: 120px;
    color: #ffffff;
    border: 1px solid #f27649;
    border-radius: 5px;
    background-color: #f27649;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
}
.submit_bisiness:hover {
    color: #f27649;
    background: transparent;
    box-shadow: 0px 0px 5px #ffbfa8;
}

/* ---- */

.related-blogs h4 {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #111111;
}

.related-blogs img {
    width: 100%;
    /* height: 150px; */
    border-radius: 10px;
    object-fit: cover;
}
.related-blogs p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 26px;
    color: #5e5e5e;
}
.service-tags h3 {
    font-size: 27px;
    font-weight: 600;
}
.service-tags a {
    background: #ddd;
    border-radius: 25px;
    padding: 5px 10px;
    float: left;
    color: #333;
    margin: 3px 3px;
    transition: all 0.2s ease-in-out;
}
.service-tags a:hover {
    background: #f27649;
    color: #fff;
}
.news_section .btn-box {
    text-align: center;
    margin-bottom: 20px;
}
.service_section .btn-box a,
.news_section .btn-box a,
.theme-btn {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f27649;
    color: #fff !important;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    font-weight: 500 !important;
}

/* ---- Swipper ----- */

.product-carousel {
    padding: 30px 0;
}

.product-carousel .product__carousel .gallery-top {
    height: 310px !important;
}

.product-carousel .product__carousel .swiper-container .swiper-slide-visible {
    height: 100%;
    width: 100px !important;
}

.product-carousel .product-detail h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-carousel .product-detail h3 {
    font-size: 20px;
    font-weight: 500;
}

.product-carousel .product-detail p {
    line-height: 25px;
}

.product-detail .rating-stars {
    font-size: 20px;
    color: #ff9900;
}

.product-detail .product-price {
    font-size: 35px;
    font-weight: 500;
    color: #f27649;
    margin: 25px 0px;
}
.product-detail , .about_detail-box{
    word-break: break-all;
}
.product-detail video, .product-detail iframe{
    width: 100% !important;
}
.slider_item-detail video, .slider_item-detail iframe{
    width: 85%;
}
.product-carousel .swipper-thumb {
    height: 70px !important;
    margin-top: 15px;
}

.single-product .banner-white-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.product__carousel {
    display: block;
    max-width: 700px;
    margin: 0em auto 3em;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 0.3s;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border 0.15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #f27649;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: 100%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next::after {
    content: " ";
    background: url(../images/left-arrow.png);
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev::after {
    content: " ";
    background: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.product__carousel .swiper-button-next.swiper-button-disabled,
.product__carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0.9;
}
.product-carousel .nav-tabs {
    border: none;
    background: #fafafa;
}

.product-carousel .nav-tabs .nav-link {
    color: #333;
    border: 0;
    font-size: 15px;
}

.product-carousel .nav-tabs .nav-link.active {
    background: #f27649;
    border-radius: 3px;
    color: #fff;
    padding: 10px 30px;
}

.product-carousel .tab-content {
    padding: 15px;
}

.product-carousel .tab-content .no-review p {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.no-review {
    width: 100%;
    text-align: center;
}
.no-review img {
    width: 45%;
    margin-bottom: 20px;
}
.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    /*max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}
.dropzone .dz-message .dz-button {
    color: #7f8790;
}

/* /////// */
.rate-product {
    color: #007bff;
    border-bottom: 1px solid #007bff;
    transition: all 0.3s;
}
.rate-product:hover {
    color: #f27649;
    border-color: #f27649;
    /* border-bottom: 1px solid #f27649; */
}

.quote-wrapper {
    margin-bottom: 20px;
}

.quote-btn {
    padding: 10px 30px;
    color: #fff;
    background-color: #f27649;
    border-color: #f27649;
}
.quote-btn:hover {
    color: #fff;
    background-color: #f8622b;
}
.quote-btn:focus {
    color: #fff;
    background-color: #f8622b;
}
.quote-outer {
    /* background-color: #eee; */
}

.quote-outer .modal-header{ 
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    border: 0;
    padding: 0;
}
.quote-outer .modal-header button{  
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    width: 40px;
    height: 40px;
    font-size: 29px;
    font-weight: 100;
    background: #f27649;
    color: #fff;
    opacity: 0.9;
}
.quote-outer .modal-header button:hover{ 
    opacity: 1 !important;
 }
 .quote-outer .modal-header button:focus{
    outline: none;
}
.quote-outer .modal-dialog {
    max-width: 1000px;
}
.quote-outer .modal-body {
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
    border-radius: 4px;
    padding: 0px;
    background-color: #f2f2f2;
}

.quote-inner {
    padding: 15px;
}
.quote-inner_box {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 4px;
}
.quote-img {
    height: 280px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}
.quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.quote-left_s {
    margin-top: 20px;
}

.quote-left_s h5 {
    font-weight: 500;
}
.quote-left_s {
    font-size: 14px;
}
.price {
    color: #111;
    font-size: 16px;
}
.quote-left_s p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 25px;
    color: #666;
}
.black-text {
    color: #000;
    font-size: 15px;
}

.quote-right_outer {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
}

.quote-right_outer .quote-inner {
    /*min-height: 60vh;*/
}
.quote-right_s h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}
.quote-right_s span.big-font {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.quote-right_s .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.quote-right_s .quantity input {
    width: 130px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    appearance: none;
    font-size: 14px;
}
.quote-right_s .quantity input:focus {
    outline: 0;

    border: 1px solid #f27649 !important;
}
/* .quote-right_s .quantity input:nth-child(1){
    border-right: transparent;
} */
.quote-right_s .quantity input:nth-child(2) {
    margin-left: -4px;
}

.quote-right_s input::-webkit-outer-spin-button,
.quote-right_s input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quote-right_s input[type="number"] {
    -moz-appearance: textfield;
}
.quote-right_s textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 130px;
    font-size: 13px;
    color: #666;
    padding: 10px;
}
.quote-right_s textarea:focus {
    outline: 0;
    border-color: #f27649;
}

.quote-right_s .next-btn {
    padding: 10px 10px;
    background-color: #f27649;
    color: #fff;
    margin-top: 20px;
    width: 30%;
}
.quote-right_s .next-btn:hover {
    background-color: #f8622b;
}

/* --- Checkbox Start--- */

.check-outer {
    display: flex;
    align-items: center;
}
.check-inner {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 6px;
    margin-right: 5px;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-label input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f27649;
}

/* --- Checkbox End--- */

.quote-footer h6 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(128, 128, 128);
    margin-bottom: 0;
}
.quote-footer p {
    font-size: 14px;
    line-height: 20px !important;
    margin-bottom: 0px;
    color: rgb(133, 133, 133);
}

/* Feedback Page Css Start*/
.feedback-outer {
    padding: 60px 0px;
}
.feedback-content {
    text-align: center;
    box-shadow: 0px 0px 10px #e2e2e2;

    border-radius: 10px;
}
.feedback-content .feedback-title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #f3f3f3;
}
.feedback-inner {
    padding: 30px 60px 50px 60px;
}
.feedback-inner label {
    font-weight: 600;
}
.feedback-inner .form-group ul li {
    list-style: none;
    line-height: 30px;
    display: flex;
    align-items: baseline;
}
.feedback-inner .form-group ul li i.fa {
    color: #f27649;
    margin-right: 10px;
    font-size: 16px;
}
.feedback-body h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.feedback-body p {
    font-size: 14px;
    color: #212529;
}
.review-profile {
}
.product-carousel .tab-content p.rating-stars {
    font-size: 16px;
    font-weight: 500;
}
.product-carousel .tab-content p.rating-stars + p {
    font-size: 16px;
    font-weight: 500;
}
.feedback-body p.rating-stars a {
    font-size: 35px;
    color: #ff9900;
    margin-right: 10px;
}
/*.feedback-body p.rating-stars a:hover {
    color: rgba(236, 142, 0, 0.945);
}*/
.feedback-body textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 180px;
    font-size: 13px;
    color: #666;
    padding: 10px;
    margin-bottom: 20px;
}
.feedback-body textarea:focus {
    outline: 0;
    border-color: #f27649;
}

.feedback-footer .btn-submit {
    padding: 10px 50px;
    background-color: #f27649;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}
.feedback-footer .btn-submit:hover {
    background-color: #f8622b;
}

/* Product Feedback    */
.product-content_f {
    margin-bottom: 40px;
}
.product-inner_f {
    box-shadow: 0px 0px 5px #ddd;
    transition: all 0.6s;
    overflow: hidden;
    border-radius: 4px;
}
.product-text_f {
    padding: 12px;
}
.product-inner_f img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
}

.product-inner_f h5 {
    font-size: 17px;
    font-weight: 600;
    color: #f27649;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-inner_f p {
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-img_f {
    position: relative;
    transition: all 0.3s;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    height: 250px;
}
.product-img_f::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(to top, black -40%, transparent); */
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.product-inner_f:hover .product-img_f::after {
    transition: all 0.3s;
    /* background: linear-gradient(to top, black -20%, transparent); */
}

.feedback-msg {
    font-size: 18px;
    padding: 15px 50px 30px;
}
/* Feedback Page Css End*/

/* --- Fixed FeedBack Button Start--- */

.feedback-btn {
    position: fixed;
    top: 40%;
    right: -55px;
    z-index: 99;
    transform: rotate(90deg);
}

.feedback-btn a {
    color: #fff;
    font-size: 18px;
    width: 150px;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 0 6px;
    display: inline-block;
    text-transform: uppercase;
    background: #56ab2f;
    background: -moz-linear-gradient(left, #ff4400 0, #f27649 100%);
    background: -webkit-linear-gradient(left, #ff4400 0, #f27649 100%);
    background: linear-gradient(to right, #ff4400 0, #f27649 100%);
}

/* --- Fixed FeedBack Button End--- */

/* --- Product Review Css start--- */

.review-box {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}
.review-box .review-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #444;
    margin-right: 20px;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review-profile a {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
.review-profile .rating-stars i {
    font-size: 20px;
    color: #ff9900;
    margin: 2px 2px 0;
}

.review-profile a.attachment {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}
.review-profile a.attachment i {
    background-color: #dadada;
    color: #000;
    padding: 5px 0px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.review-date {
    position: absolute;
    right: 20px;
    top: 25px;
    color: #888;
    font-weight: 500;
    font-size: 13px;
}
/* --- Product Review Css End--- */

/* --- Display About Business Css Start--- */
.about-business ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.about-business ul li {
    list-style: none;
    margin: 0px 50px 20px 0;
    /* width: 23%; */
    font-size: 17px;
    color: #7182b1;
}
.about-business span {
    display: block;
    color: rgb(168, 168, 168);
    font-size: 13px;
}
.about-business ul li ul.about-social_links li {
    margin: 10px 8px 0;
}
ul.about-social_links li a {
    padding: 0;
    background-color: transparent;
    border: 0;
}
ul.about-social_links li a i {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    text-align: center;
}
ul.about-social_links li a i.fa-facebook {
    background-color: #224aaf;
}

ul.about-social_links li a i.fa-twitter {
    background-color: #4ea4da;
}

ul.about-social_links li a i.fa-instagram {
    background-color: #d33c9c;
}
ul.about-social_links li a i.fa-pinterest-p {
    background-color: #c5182c;
}
/* --- SOcial icon hover Start--- */
ul.about-social_links li a:hover i.fa-facebook {
    background-color: #395498;
}

ul.about-social_links li a:hover i.fa-twitter {
    background-color: #1c9ceb;
}

ul.about-social_links li a:hover i.fa-instagram {
    background-color: #b82f86;
}
ul.about-social_links li a:hover i.fa-pinterest-p {
    background-color: #b7081b;
}
/* --- SOcial icon hover End--- */

/* --- Display About Business Css End--- */

/* ----------- */
.count-block {
    display: flex;
    align-items: center;
    background: #eeeeee75;
    padding: 12px 12px;
    border-radius: 4px;
}
.count-block a {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
}
.count-block a span {
    color: #9b9b9b;
    font-size: 16px;
    padding-right: 4px;
}

.comment-count {
    margin-left: auto;
}
.comment-count a:first-child {
    margin-right: 10px;
}
/* ------------- */

/* ------ Like , Comment, Share CSS Start ------- */
.comment-like_outer {
}
.comment-like a {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    transition: all 0.3s;
}
.comment-like a:hover,
.comment-like a:focus {
    color: #f27649;
}
.comment-like a i {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}
.comment-like a i.fa-commenting-o {
    transform: rotate3d(0, 1, 0, 180deg);
}
/* ------ Like , Comment, Share CSS End ------- */

/* --- View  All Categories Start --- */

.banner-bottom-bar {
    box-shadow: 0 0 8px #ccc;
    height: 80px;
}
.banner-bottom-bar * {
    height: 100%;
}
.banner-bottom-bar .banner-bottom-list ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-bottom-bar .banner-bottom-list ul li {
    /* display: inline-block; */
    list-style: none;
    width: 13.9%;
    height: 100%;
}

.banner-bottom-bar .banner-bottom-list ul li a {
    color: #444444;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 6px;
    /* border-left: 1px solid #ddd; */
    position: relative;
    transition: all 0.3s ease-in-out;
}
.banner-bottom-bar .banner-bottom-list ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1px;
    background: #ddd;
}
.banner-bottom-bar .banner-bottom-list ul li a:hover {
    color: #f27649;
}

.banner-bottom-bar .banner-bottom-list ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    object-fit: contain;
}

.banner-bottom-bar .banner-bottom-list ul li.view-all {
    width: 11%;
}

.banner-bottom-bar .banner-bottom-list ul li.view-all a img {
    margin-left: 1px;
    width: 10px;
}

.banner-bottom-bar .banner-bottom-list ul li.view-all a {
    color: #f27649;
    font-weight: 600;
}

/* --- // View  All Categories End // --- */

/* --- Our Products Start --- */

.our-products {
    font-family: "Raleway", sans-serif;
    padding: 70px 0;
}
.our-products .section-heading h1 {
    font-size: 30px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.our-products .row-custom {
    border: 1px solid #f1f1f1;
    padding: 40px 20px;
    border-radius: 3px;
}
.our-products .ourProduct-outer {
    box-shadow: 0px 3px 10px #adadad;
    border-radius: 4px;
    min-height: 272px;
    margin-bottom: 30px;
    /* padding: 30px 20px; */
}
.productImg-outer {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 170px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.productImg-outer {
}
.ourProduct-outer a .product-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transform: scale(1);
    transition: all 0.3s;
    /* height: 140px; */
}
.ourProduct-outer:hover a .product-img {
    transform: scale(1.03);
}
.ourProduct-outer a p {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ourProduct-outer a p span {
    color: #f27649;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}
.ourProduct-outer a p img {
    width: 100%;
    max-width: 7px;
    margin-left: 10px;
}
.our-products .viewall-product a {
    color: #f27649;
    font-weight: 600;
    font-size: 20px;
}

/* --- // Our Products End // --- */

/* -- Feed and Blog Details Description images and videos -- */

.description-outer img,
.description-outer video,
.description-outer iframe {
    margin: 5px 0px;
}
/* -- Feed and Blog Details Description images and videos -- */

#Loadersuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

/* --- Profile Details --- */
.user-profile .profile-form .upload-img .form-control {
    box-shadow: none;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.editprofile_image {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 220px;
    margin: auto;
}
.user-profile .profile-form .upload-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed #ddd;
    padding: 8px;
    object-fit: cover;
}

.user-profile .profile-form .upload-img .upload-icon {
    background: #f27649;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 5px;
    padding: 4px 0;
    width: 100%;
}
#userprofilemodal {
    background: #0000008a !important;
}
.profileDetails-modal .modal-content {
    border-radius: 10px;
    box-shadow: 0 0 10px #a0a0a0;
}
.profileDetails-modal .modal-title {
    color: #f27649;
    font-weight: 600;
}

.profileDetails-modal .editprofile_image {
    position: relative;
    width: 100%;
    max-width: 180px;
    height: 180px;
}
.profileDetails-modal .upload-img img {
    margin-top: 130px;
}
.profileDetails-modal .modal-header {
    border: 0;
    padding-bottom: 0px;
}
.profileDetails-modal .modal-header .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 26px;
    padding: 0px 3px;
    border-radius: 50%;
    text-align: center;
    background: #f27649;
    transition: all 0.3s;
}
.profileDetails-modal .modal-header .close:hover {
    opacity: 1;
    background: #ff5e00;
}
.profileDetails-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 110px;
    padding: 30px;
    border-radius: 3px;
}
.profileDetails-form {
    box-shadow: none;
    padding: 0;
}

.profileDetails-form .profileDetail-field {
    background: #eee;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 4px;
}

.profileDetails-form .profileDetail-field label {
    width: 30%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.profileDetails-form .profileDetail-field span {
    color: #464646;
    font-size: 15px;
}
.profile-description {
    margin: 10px 0 0;
}
.profile-description h3 {
    background: #f27649;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
}
.profile-description p {
    color: #313131;
    font-size: 15px;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 25px;
}
.drop-menu_inner .comment-box {
    padding: 12px;
    background-color: #9b9b9b3b;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}
.drop-menu_inner .comment-box:last-child {
    margin-bottom: 0;
}
.drop-menu_inner .comment-box .comment-profile p {
    font-size: 14px !important;
}
.drop-menu_inner .comment-box .comment-profile p a {
    color: #f27649 !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
    width: auto !important;
    vertical-align: initial;
    font-size: 14px !important;
    white-space: normal !important;
    text-decoration: none !important;
}
.drop-menu_inner .comment-box p a:hover {
    background-color: transparent !important;
    /* font-weight: 400; */
    font-size: 16px;
}
.drop-menu_inner .comment-box .remove-notification a {
    display: inline-flex;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.drop-menu_inner .comment-box .remove-notification a:hover {
    background-color: transparent !important;
}
.drop-menu_inner .comment-box .remove-notification a i {
    font-size: 18px !important;
    background: #eeeeee !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}
.drop-menu_inner .comment-box .comment-profile .comment-date {
    font-size: 12px;
}
table.shoping-cart-table {
  margin-bottom: 0;
}
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}
table.shoping-cart-table tr td:last-child {
  width: 100px;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 0px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 0px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 0px 0;
}
.cart-summary .ibox-content{
    border-width: 1px 0;
    padding-top: 10px;
}
.customer-cart .table thead th {
    border-bottom: 0px solid #dee2e6;
}
.customer-cart .table th{
    border-top: 0px solid #dee2e6;
}
.cart-summary 
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.shoping-cart-table tr td .swiper-wrapper {
    width: 90px;
}
.shoping-cart-table tr td .swiper-slide, .shoping-cart-table tr td .swiper-slide img {
    width: 100% !important;
}
.shoping-cart-table tbody tr {
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.customer-cart {
    padding: 10px;
}
.customer-cart .profile-form{
    padding: 10px 10px;
}
.grand-total {
    color: #f27649;
    float: right;
    font-size: 20px;
    margin-bottom: 10px;
}
.a-text-bold {
    font-weight: 700 !important;
}
.a-spacing-small {
    margin-bottom: 8px !important;
}
.list-address-selected {
    background-color: #FCF5EE;
    border: 1px solid #FBD8B4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
#cart-address .modal-header {
    display: block;
}
#customer-cart .product-price {
    color: #f27649;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.swiper-container.gallery-thumbs.swipper-thumb {
    height: 100% !important;
    width: 100% !important;
}
.swiper-slide img,
.swiper-slide
{
    width: 100% !important;
}
.cart.product-price{
    font-size: 14px;
}
#customer-cart .product-detail .rating-stars {
    font-size: 12px;
    color: #ff9900;
}
#customer-cart .profile-form {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 50px 30px;
    border-radius: 4px;
}
.cart.product-price {
    font-size: 14px;
}
.saved-addresses-row .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.saved-addresses-row .card>span{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 0px 1px #cccccc4f;
    border-radius: 5px;
}

.saved-addresses-row .card>span:hover{
    background-color: #FCF5EE;
}
#edit-cart-address .modal-header{
    display: block;
}
.saved-addresses>p{
    text-align: center;
    margin-top: 15px;
}
#bootstrap-data-table_wrapper .row {
    width: 100%;
}
.dataTables_length {
    margin-bottom: 20px;
}

  .pdf-reader-container {
    background: #595656;
    padding: 10px;
  }
  .text-center {
    text-align: center !important;
    color: #fff;
  }
  .fr {
    float: right !important;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .pdf-reader-container .btn{
    padding: 0 5px;
  }

.swiper-container.gallery-thumbs.swipper-thumb {
    height: 100% !important;
    width: 100% !important;
}
.swiper-slide img,
.swiper-slide
{
    width: 100% !important;
}
.cart.product-price{
    font-size: 14px;
}

.mark-chapter-complete.completed .fa{
    background-color: green;
}
.digital-product-container iframe{
    width: 85% !important;
    height: auto;
}
.digital-product-container .orange-btn {
    background: #f27649;
    color: #fff;
}
.order-view-container .product-price {
    color: #f27649;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}