@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");

html,
body {
    min-height: 100vh;
}
body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

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

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

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

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

.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 h2 span {
    color: #6fd557;
}

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

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;
}
p:empty {
    display: none;
}
a:empty {
    display: none;
}
/* --- Loader Start--- */

.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 */
.business-header-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 1px solid #eee; */
}
.topbar {
    background: #000000;
    padding: 10px 0;
}

.topbar .topbar-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-search_home span .fa-search {
    color: #ccc;
}
.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%;
}
.full-search form .form-control {
    width: 100% !important;
}
/* -- // -- */
.topbar .login-section {
    padding: 13px 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;
    display: inline-block;
}

.topbar .login-section .add-business-btn.active {
    background: #f27649;
    color: #fff;
}

.topbar .login-section .add-business-btn:hover {
    color: #fff !important;
}

.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;
}

.topbar .login-section .language-switcher ul li a:hover {
    color: #fff !important;
}

.topbar .topbar-links {
    padding-left: 0;
    margin: 0;
}

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

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

.topbar .topbar-links li .dropdown.user-dropdown li {
    border-bottom: 1px solid #ddd;
}
.topbar .topbar-links li .dropdown.user-dropdown li:last-child {
    border: 0;
}
.topbar .topbar-links li:first-child {
    /* min-width: 100px; */
    width: auto;
    text-align: left;
}

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

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

.topbar .topbar-links li:first-child a:hover {
    color: #fff !important;
}

.topbar .topbar-links li a {
    color: #fff;
}

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

.user-dropdown_li {
    padding-bottom: 5px;
}
.dropdownArrow {
    position: relative;
}
.dropdownArrow: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: #fff;
    border-width: 10px;
}
/* ============== */

.topbar .topbar-links li .dropdown.user-dropdown li a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    /* padding: 3px 0; */
    border-radius: 0;
    background: #fff;
    padding: 10px 8px;
}

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

.topbar .topbar-links li .dropdown.user-dropdown li a:hover {
    background: #f27649;
    color: #fff;
}
.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;
}

/* --- Header Dots Dropdown --- */
/* .dropdown-menu-lg-right{
    right: 0px !important;
    left: auto !important;
} */

.dot-dropdown svg {
    width: 28px;
    height: 30px;
}

.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;
}

.topbar .dot-dropdown .dropdown-menu.show .drop-menu_inner {
    height: 320px;
    width: 700px;
    padding: 10px 20px;
    overflow-x: hidden;
    border-radius: 10px;
    margin: 5px;
}
.topbar .notification .dropdown-menu.show .drop-menu_inner {
    height: 500px;
    width: 400px;
}
.notification .drop-menu_inner .comment-box {
    border-radius: 5px;
    width: 100%;
}
.topbar .dot-dropdown .dropdown-menu.show a {
    color: #333;
    width: 100%;
    min-height: 84px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    list-style-type: none;
    vertical-align: top;
    border-radius: 4px;
    transition: all 0.2s;
    /*overflow: hidden ;
    text-overflow: ellipsis;*/
    white-space: break-spaces;
}
.topbar .dot-dropdown .dropdown-menu.show a.dropdown-item:hover {
    color: #333 !important;
    background-color: #fff3eb;
}
.drop-menu_inner .remove-notification {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}
.topbar .dot-dropdown .dropdown-menu.show .reply-notification {
    /* margin: 80px 0px 0px; */
    margin: auto 0 0px;
}
.topbar .dot-dropdown .dropdown-menu.show .reply-notification a {
    font-size: 13px;
    white-space: unset;
}
.topbar .dot-dropdown .dropdown-menu.show a i.fa-reply {
    background: transparent !important;
    font-size: 14px !important;
    height: auto !important;
}
.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;
    /* margin-left: 30px;
    line-height: 64px; */
}

svg.drop-dot {
    /* width: 40px;
    height: 40px; */
}
.header-icon {
    text-align: center;
    border-radius: 50%;
    /* width: 40px;
    height: 40px; */
    font-size: 22px;
    transition: all 0.3s;
    color: #f27649 !important;
    /* padding: 10px 10px; */
}
.topbar a.header-icon:hover {
    color: #f27649 !important;
}
.bell {
    position: relative;
    /* background: #ff5e00; */
}
#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;
    line-height: 15px;
}
/* .bell:hover {
    background-color: #ff5e00ee;
} */

/*header section*/

.hero_area {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, right top, from(rgba(77, 88, 120, 0.7))),
        url(../images/slider-bg.jpg);
    background: linear-gradient(to right rgba(77, 88, 120, 0.7), rgba(77, 88, 120, 0.7)), url(../images/slider-bg.jpg);
    background-size: cover;
}

.hero_area.not-home {
    height: 100px;
}

.sub_page.hero_area {
    height: auto;
}

.sub_page.header_section {
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
    /* padding: 15px 0; */
}

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

.navbar-brand span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}

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

.custom_nav-container .navbar-nav {
    margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 3px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #000000;
    background-color: #ffffff;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
}

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

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

.quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote_btn-container a {
    color: #000000;
    text-transform: uppercase;
}

.quote_btn-container a span {
    margin-left: 5px;
}

.quote_btn-container a:hover {
    color: #4d5878;
}

.quote_btn-container .quote_btn {
    display: inline-block;
    padding: 5px 25px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.quote_btn-container .quote_btn:hover {
    background-color: #f27649;
}

/*end header section*/

/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    text-align: center;
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 12px 15px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
    background-color: #f27649;
}

.slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
}

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

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 23px;
    height: 23px;
    background-color: #f27649;
}

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

.about_section .img-box {
    position: relative;
}

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

.about_section .detail-box p {
    color: #1f1f1f;
    margin-top: 15px;
    word-break: break-all;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: #f27649;
}
.service_section.agency-service {
    text-align: left;
    background-color: #4d5878;
    color: #ffffff;
}
.service_section {
    text-align: center;
}

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

.service_section .service_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service_section .service_container .box {
    margin: 25px 10px;
    min-width: 200px;
    width: 250px;
}

.service_section .service_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* box-shadow: 0 0 10px #ddd; */
}

.service_section .service_container .box .img-box img {
    width: 100%;
    /* height: 100%; */
    padding: 10px;
    border-radius: 16px;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .service_container .box .detail-box {
    margin-top: 15px;
    text-align: center;
}
.service_section .service_container .box .detail-box a {
    color: #fff;
}
.service_section .service_container .box .detail-box p {
    word-break: break-all;
}
.service_section .service_container .box .detail-box h5 {
    font-weight: bold;
    position: relative;
}

.service_section .service_container .box:hover .img-box {
    /* background-color: #f27649; */
    box-shadow: 0px 0px 10px #f2764957;
}
.service_section .service_container .box:hover .img-box img {
    transform: scale(0.98);
}
/* .service_section .service_container .box:hover .img-box img {
    -webkit-filter: invert(1);
    filter: invert(1);
} */

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news_section .btn-box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.service_section .btn-box a,
.news_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.service_section .btn-box a:hover {
    background-color: #f27649;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px 0;
    padding: 45px 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.client_section .box .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    margin-right: 25px;
    position: relative;
}

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

.client_section .box .client_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
    font-weight: bold;
    color: #4d5878;
    margin-bottom: 0;
    text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
    color: #f27649;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}

.client_section .box .client_info i {
    font-size: 24px;
    color: #f27649;
}

.client_section .box p {
    margin-top: 15px;
}

.client_section .box .detail-box {
    background-color: #ffffff;
}

.client_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .carousel-indicators li {
    background-color: #f27649;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
}

.client_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #4d5878;
}

.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;
    height: 250px;
    border-bottom: 1px solid #eee;
}

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

.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;
}

.contact_section {
    position: relative;
}

.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .heading_container h2 {
    text-transform: uppercase;
}

.contact_section .form_container {
    margin-right: 15px;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.07);
    padding: 45px 25px;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    background-color: #f8f8f8;
}
.contact_section .form_container .agency-contact_form .form-group {
    margin-bottom: 30px;
}
.contact_section .form_container .agency-contact_form input {
    margin-bottom: 0;
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #4d5878;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #4d5878;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #4d5878;
}

.contact_section .form_container input::placeholder {
    color: #4d5878;
}

.contact_section .form_container input.message-box {
    height: 120px;
}

.contact_section .form_container .btn_box button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 65px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.contact_section .form_container button:hover {
    background-color: #f27649;
}

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

/* info section */

.info_section {
    background-color: #4d5878;
    color: #ffffff;
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
    margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
    color: #f27649;
}
.info_section .info_contact .contact_link_box a span {
    word-break: break-word;
}

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.info_section .info_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}

.info_section .info_social a:hover {
    color: #f27649;
}

.info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_section .info_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.info_section .info_links a:hover,
.info_section .info_links a.active {
    color: #f27649;
}

.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
}

.info_section form input::-webkit-input-placeholder {
    color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::placeholder {
    color: #ffffff;
}

.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #f27649;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.info_section form button:hover {
    background-color: #f27649;
}

/* end info section */

/* footer section*/
footer {
    margin-top: auto;
}

.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.footer_section p {
    color: #000000;
    padding: 25px 0;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}

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

/* register page */

.register-section {
    font-family: "Raleway", sans-serif;
    padding: 50px 0;
}

.register-section .register-form .form-logo img {
    width: 100%;
    max-width: 100px;
}

.register-section .register-form form {
    box-shadow: 0 0 10px #ddd;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 8px;
}

.register-section .register-form form h3 {
    font-size: 26px;
    color: #444444;
    margin: 15px 0 20px 0;
    font-weight: 600;
}

.register-section .register-form form .form-group {
    margin-bottom: 35px;
    position: relative;
}

.register-section .register-form form .form-group #Loadersuccess span {
    top: 50% !important;
    left: 50% !important;
}

.register-section .register-form form .form-group span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 14px 16px;
    display: inline-block;
    background: #f2f2f2;
}

.change-password .badge-lebel {
    padding-left: 60px;
}
.change-password .form-group span.toggle-password {
    position: absolute;
    top: 32px;
    left: 15px;
    height: 44px;
    padding: 14px 16px;
    display: inline-block;
    background: #f2f2f2;
}

span.toggle-password {
    top: 0;
}
.register-section .register-form form .form-group span i {
    color: #888;
    font-size: 20px;
}

.register-section .register-form form .form-group label.error {
    position: static;
    font-weight: 500;
    margin: 5px 0 0 0 !important;
}

.register-section .register-form form .form-group span img {
    height: 50px;
}

/* --- -- */
.register-section .register-form form .form-group .form-loader span {
    position: static;
}

.form-loader {
    height: 50px;
}

.form-loader .spinner-border {
    width: 50px;
    height: 50px;
    top: 10px !important;
    left: 45% !important;
    color: #f27649 !important;
    background: transparent !important;
}

/* ---- */

.register-section .register-form form .form-group .form-control {
    height: 50px;
    padding-left: 60px;
    box-shadow: none;
    border-color: #ecebeb;
}

.register-section .register-form form .form-group .form-control.error {
    font-size: 16px;
}

.register-section .register-form form .form-group .btn-create {
    text-transform: uppercase;
    background: #f27649;
    width: 100%;
    height: 50px;
    font-weight: 600;
    color: #fff;
}

.register-section .register-form form ul {
    padding: 0;
    text-align: center;
}

.register-section .register-form form ul li {
    display: inline-block;
    list-style-type: none;
}

.register-section .register-form form p {
    border-top: 2px solid #ecebeb;
    width: 60%;
    margin: 30px auto;
    position: relative;
}

.register-section .register-form form p span {
    position: absolute;
    color: #9b9999;
    top: -13px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 0 20px;
}

.register-section .register-form form p.forgot-text {
    border: none;
    width: 100%;
}

.register-section .register-form h4 {
    color: #323232;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

.register-section .register-form h4 a {
    color: #f27649;
}

.register-section .register-form .checkbox-grid.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.register-section .register-form .checkbox-grid.form-group label {
    position: relative;
    cursor: pointer;
    color: #777;
    font-size: 14px;
}

.register-section .register-form .checkbox-grid.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #f27649;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.register-section .register-form .checkbox-grid.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 7px;
    height: 11px;
    border: solid #f27649;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.register-section .register-form .checkbox-grid a {
    float: right;
    color: #f27649;
    text-decoration: none;
    font-size: 14px;
}

/* homepage new */

.bg-purple {
    background: #3d466c;
}

.bg-green {
    background: #50a390;
}

.bg-orange {
    background: #e28b51;
}

.bg-skyblue {
    background: #57b1ce;
}
.topbar-home .topbar-search .search-bar {
    display: none;
}
.topbar-home {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 111;
}

.topbar.topbar-home .topbar-search .logo img {
    width: 100%;
    /* max-width: 100px !important; */
}

.topbar .topbar-search .logo img {
    width: 100%;
    max-width: 55px;
}

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

.search-section {
    position: relative;
    background: url(../images/home-main-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.colour-orange {
    color: #f27649;
}

.search-section .search-bar h3 {
    color: #fff;
    font-size: 26px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.search-section .search-bar form .form-group {
    position: relative;
}

.search-section .search-bar form .form-group span {
    position: absolute;
    top: 11px;
    left: 20px;
}

.search-section .search-bar form .form-group span img {
    width: 100%;
    max-width: 20px;
}

.search-section .search-bar form .form-group .form-control {
    height: 50px;
    padding-left: 45px;
    box-shadow: none;
    border-radius: 10px 10px 10px 10px;
}
.search-section .search-bar form .form-group .form-control::placeholder {
    color: rgb(194, 194, 194);
}

.search-section .search-bar form .form-group .form-control:focus {
    border-color: #ced4da;
}

.search-section .search-bar form .form-group .btn-search {
    background: #f27649;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-radius: 0 0.25rem 0.25rem 0;
    width: 100px;
    border-radius: 0px 10px 10px 0px;
}
.banner-bottom-bar * {
    height: 100%;
}
.banner-bottom-bar {
    box-shadow: 0 0 8px #ccc;
    height: 80px;
}

.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: 14px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    justify-content: center;
    /* 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: 35px;
    height: 35px;
    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;
}

.tranding-products {
    font-family: "Raleway", sans-serif;
    padding: 70px 0;
}

.tranding-products .section-heading h1 {
    font-size: 35px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.tranding-products .section-heading p {
    color: #9b9999;
    margin-bottom: 40px;
}

.tranding-products .tranding-product {
    box-shadow: 0px 3px 10px #adadad;
    /* padding: 30px 20px; */
    border-radius: 4px;
    height: 100%;
}

.tranding-products .tranding-product a img {
    width: 100%;
}

.tranding-products .tranding-product a p {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    /* margin: 30px 0 0 0; */
    padding: 30px 10px 20px;
    word-break: break-word;
}

.tranding-products .tranding-product a p img {
    width: 100%;
    max-width: 7px;
    margin-left: 10px;
}

.tranding-products .tranding-product a .product-img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* height: 140px; */
}
.loading-logo {
    display: none;
    height: 168px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.loading-logo img {
    width: 60px;
    height: 100%;
}
.tranding-products .viewall-product a {
    color: #f27649;
    font-weight: 600;
    font-size: 20px;
}

.tranding-products .row-custom {
    border: 1px solid #f1f1f1;
    padding: 40px 20px;
    border-radius: 3px;
}

.tranding-products .blog-grid {
    box-shadow: 0 0 8px #ababab;
    margin-top: 20px;
    border-radius: 4px;
    min-height: 385px;
    /* height: 100%; */
}

.tranding-products .blog-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.my_favourites .blog-grid img {
    height: 200px;
}
.tranding-products .blog-grid .blog-text {
    padding: 15px;
    position: relative;
}

.tranding-products .blog-grid .blog-text h3 {
    font-size: 20px;
    color: #444;
    margin-top: 15px;
    font-weight: 600;
}

.tranding-products .blog-grid .blog-date {
    background: #f27649;
    color: #fff;
    display: inline-block;
    padding: 5px 4px;
    text-align: center;
    position: absolute;
    top: -54px;
    left: 10px;
    box-shadow: 6px 6px 0 #e25e2e;
    border-radius: 5px;
}

.tranding-products .blog-grid .blog-text p {
    font-size: 16px;
    color: #9b9999;
    word-break: break-all;
}

.tranding-products .blog-grid .blog-text a {
    color: #f27649;
    font-size: 18px;
    font-weight: 600;
    display: block;
    /* text-align: right; */
}

.tranding-products .service-block {
    border-radius: 4px;
    box-shadow: 0 5px 8px #ccc;
    transition: all 0.3s;
}
.tranding-products .service-block:hover {
    margin-top: -5px;
}
.tranding-products .service-block a {
    display: block;
}

.tranding-products .service-block a img.product-img {
    width: 100%;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* height: 140px; */
    /* margin: 50px 0; */
}
/* .tranding-products .service-block:hover img.product-img {
    transform: translate(0, -10px);
} */

.tranding-products .service-block a p {
    margin: 0;
    color: #fff;
    padding: 30px 0 20px;
    font-weight: 600;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.banner-strip {
    background: url(../images/banner-strip.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Raleway", sans-serif;
    padding: 20px 0;
}

.blog-bottom-strip {
    background: url(../images/banner-strip2.jpg);
}

.banner-strip .strip-text p {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.banner-strip .strip-text a {
    float: right;
    color: #fff;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 20px;
    background: #f27649;
    display: inline-block;
}

.strip-align {
    display: flex;
    align-items: center;
}
.get-app-section {
    font-family: "Raleway", sans-serif;
    padding: 60px 0;
}

.get-app-section .app-img img {
    width: 80%;
}

.get-app-section .get-app-content {
    padding: 60px 0;
}

.get-app-section .get-app-content h1 {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.get-app-section .get-app-content p {
    color: #9b9999;
}

.get-app-section .get-app-content form {
    margin-top: 60px;
}

.get-app-section .get-app-content form .form-group .select2 {
    width: 70px;
}

.get-app-section .get-app-content form .form-group .form-control {
    height: 50px;
    border-radius: 0 5px 5px 0;
    border-color: #aaa;
    box-shadow: none;
    border-left: 0;
    width: 300px;
}

.get-app-section .get-app-content form .form-group .select2 .select2-selection {
    height: 50px;
    border-radius: 5px 0 0 5px;
}

.get-app-section .get-app-content form .form-group .select2 .select2-selection .select2-selection__rendered {
    height: 50px;
    padding: 10px 20px;
}

.get-app-section .get-app-content form .form-group .select2 .select2-selection .select2-selection__arrow {
    display: none;
}

.get-app-section .get-app-content form .form-group .btn-send {
    background: #f27649;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    margin-left: 10px;
}

.get-app-section .get-app-content ul {
    padding-left: 0;
}

.get-app-section .get-app-content ul li {
    display: inline-block;
    list-style-type: none;
}

.footer-home {
    background: #444444;
    padding: 30px 0;
    font-family: "Raleway", sans-serif;
}

.footer-home .footer-about ul {
    padding-left: 0;
}

.footer-home .footer-about p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 24px;
}

.footer-home .footer-about ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-home .footer-links h3,
.footer-home .footer-blog h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-home .footer-links ul {
    padding: 0;
    float: left;
    margin-right: 30px;
}

.footer-home .footer-links ul li {
    list-style-type: none;
}

.footer-home .footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.footer-home .footer-blog {
    margin-bottom: 10px;
}
.footer-blog-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-home .footer-blog .blog-img {
    width: 100%;
    max-width: 50px;
    /* height: 50px; */
    object-fit: cover;
    margin-right: 10px;
    border-radius: 7px;
    margin-top: 3px;
}

.footer-home .footer-blog p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.footer-about img {
    max-width: 70px;
}
.footer-home .footer-blog p a {
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
}

.footer-home .footer-blog p span {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.footer-bottom {
    font-family: "Raleway", sans-serif;
    background: #1c1c1c;
    padding: 20px 0;
}

.footer-bottom .bottom-text-links p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-bottom .bottom-text-links ul {
    padding-left: 0;
    margin: 0;
    text-align: right;
}

.footer-bottom .bottom-text-links ul li {
    display: inline-block;
}

.footer-bottom .bottom-text-links ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    /* border-right: 1px solid #333333; */
    padding: 0 5px;
    position: relative;
    display: block;
}

.footer-bottom .bottom-text-links ul li a::after {
    content: "";
    position: absolute;
    right: -2.9px;
    height: 100%;
    border-right: 1.5px solid #444;
}
.footer-bottom .bottom-text-links ul li:last-child a::after {
    display: none;
}
.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%;
}
/* .like-count a{
    color: #979797;
    text-shadow: 1px  0px #000;
} */

a.like-button.btn-danger + .like-count a {
    color: #dc3545 !important;
    text-shadow: 1px 0px #dc3545;
}

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

.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.scroll-top a img {
    width: 100%;
    max-width: 50px;
}

/* single category */

.category-search {
    padding: 100px 0;
    position: relative;
}

.search-section .banner-white-text h1 {
    font-size: 54px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.search-section .what-need-form {
    /* position: absolute; */
    background: #fff;
    font-family: "Raleway", sans-serif;
    padding: 15px;
    border-radius: 5px;
}

.topbar-home + .category-search {
    padding-top: 100px !important;
}

.topbar-home + .category-search .what-need-form {
    top: 0;
}

.search-section .what-need-form .form-group label {
    display: block;
    color: #444;
    font-size: 20px;
    font-weight: 600;
}

.search-section .what-need-form .form-group .form-control {
    box-shadow: none;
    border: 2px solid #ddd;
}

.search-section .what-need-form .form-group.mobile-feild {
    display: flex;
}

.search-section .what-need-form .form-group.mobile-feild .select2 {
    width: 26% !important;
    margin-right: 10px;
}

.search-section .what-need-form .form-group.mobile-feild .select2 .select2-selection {
    height: 38px;
    border: 2px solid #ddd;
}

.search-section .what-need-form .form-group .btn-submit {
    background: #f27649;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.product-single-category {
    font-family: "Raleway", sans-serif;
    padding: 60px 0;
}

.product-single-category .category-heading h1 {
    font-size: 30px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
/* .product-single-category .category-heading h1::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
} */

.product-single-category .category-heading p {
    color: #9b9999;
    font-size: 20px;
    font-weight: 600;
}
.no-data {
    width: 390px;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.no-data img {
    width: 80%;
}
.no-data h5 {
    letter-spacing: 2px;
    font-size: 30px;
}

.product-single-category .product-category-listing ul {
    padding: 0;
}

.product-single-category .product-category-listing ul li {
    list-style-type: none;
    display: inline-block;
    width: 18.6%;
    margin: 5px 5px 25px 5px;
}

.product-single-category .product-category-listing ul li a {
    display: block;
    text-decoration: none;
    color: #444444;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 3px 7px #ccc;
    /* padding: 25px 15px; */
    text-transform: capitalize;
    border-radius: 5px;
}

.product-single-category .product-category-listing ul li a img {
    width: 100%;
    max-width: 100%;
    /* height: 110px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    object-fit: contain;
}
.product-single-category .product-category-listing ul li a span {
    display: block;
    padding: 16px;
}
.product-single-category .product-category-listing ul li a p {
    padding: 15px 10px 15px;
}

/* all category */

.product-single-category .all-category-section .sub-category-name {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
}

.sub-category-name a {
    color: #444;
    transition: all 0.2s;
}
.sub-category-name a:hover {
    color: #f27649;
}
.view-btn_m {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: -1;
    padding: 15px 10px;
    margin-bottom: -53px;
    text-align: center;
    transition: all 0.3s;
    border-bottom-left-radius: 6px;
    background-color: #f27649;
    /* background: linear-gradient(to bottom,rgba(10,10,10,0) 0,#f27649 100%,#f27649 100%); */
}
.industries_outer {
    overflow: hidden;
}
.industries_outer:hover .view-btn_m {
    opacity: 1;
    margin-bottom: 0px;
    z-index: 1;
}
.view-btn_m:hover {
    color: #eee;
}

/* ===14-June-2021== */

.category-col_outer {
    display: flex;
    flex-wrap: wrap;
}
.category-col_outer h2 {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #eee;
}

.category-col_outer .category-col {
    width: 33.33%;
    padding: 0 8px;
}

.all-categoryimg {
    position: relative;
    min-height: 100%;
    height: 365px;
}
.all-categoryimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0, #161616 61%, #1e1e1e 100%);
}

.products-bg {
    background-color: #e4e4e4;
}

.product-single-category.product-directory_main .product-directory_inner {
    width: 85%;
    margin: auto;
}

.category-inner_col {
    margin-bottom: 16px;
    border: 1px solid #eee;
    padding: 12px;
}
.category-col:last-child .category-inner_col {
    margin-bottom: 0px;
}

.product-directory_inner .all-categoryimg_inner {
    padding: 20px 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 0px 30px #bdbdbd;
    background-color: #fff;
    min-height: 100%;
}

.all-categoryimg .industry-big-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.category-inner_col .category-content h5 {
    font-size: 16px;
    font-weight: 700;
}
.category-inner_col .category-content h5 a {
    color: #666 !important;
}
.category-inner_col .category-content h5 a:hover {
    color: #f27649 !important;
}
.category-inner_col .category-content p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.category-inner_col img {
    width: 120px;
    /* height: 120px; */
    object-fit: cover;
}

.category-inner_col .category-content a {
    color: #666;
    width: 170px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.category-inner_col .category-content a::before {
    content: "";
    font-family: FontAwesome;
    content: "\f101";
    position: relative;
    color: #f27649;
    font-size: 18px;
    margin-right: 6px;
}
.category-inner_col .category-content a:last-child {
    color: #f27649;
    font-weight: 700;
}
.category-inner_col .category-content a:last-child::before {
    display: none;
}
.category-inner_col .category-content a:hover {
    color: #f27649;
}
.category-inner_col .category-content a i.fa-plus {
    font-size: 12px;
}

/* ===== */

.products-box {
    background-color: #fff;
    border: 1px solid #222;
    height: 250px;
}

.products-box img {
    height: 100%;
    object-fit: cover;
}

.product-text_b p {
    color: #f27649;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-text_b .product-price {
    font-size: 20px;
}

.product-col-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-col-row .product-col {
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

label.error {
    color: #f00 !important;
}

.error {
    font-size: 13px;
    position: relative;
    line-height: 14px;
    color: #f00 !important;
}

.modal-content {
    /* border: 8px solid #fff; */
    border-radius: 0;
    box-shadow: 0 0 10px #000;
    position: absolute;
    /*top: 40%;*/
    left: 50%;
    transform: translate(-50%, 5%);
    padding: 10px 10px;
}
.account-activation-popup .modal-content {
    border-radius: 0;
    box-shadow: 0 0 30px #b9b9b9;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 40%);
    border-radius: 30px;
    padding: 10px 10px;
}

.modal-body h2 {
    font-size: 28px;
    font-family: "Poppins";
    font-weight: 600;
}

.modal-body p {
    font-size: 17px;
    line-height: 29px;
    color: #000;
    font-family: "Poppins";
}

.modal-body {
    /*text-align: center;*/
    /*padding: 0 5em 3em;*/
}

.modal-body a {
    color: #f27649;
}

.account-activation-popup .modal-dialog {
    width: 550px;
}

.account-activation-popup .modal-dialog .modal-header {
    padding: 0;
    border: 0;
}

.account-activation-popup .modal-dialog .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    padding: 6px 10px;
    background: #ffeae2;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #eee;
}
.account-activation-popup .modal-dialog .modal-header .close:hover {
    background: #f27649;
}
.account-activation-popup .modal-dialog .modal-header .close img {
    width: 100%;
    max-width: 15px;
}

.account-activation-popup .modal-dialog .modal-body {
    padding: 40px 20px 20px;
}

.account-activation-popup .modal-dialog .modal-body h2 {
    font-size: 23px;
    margin-bottom: 20px;
    color: #f27649;
}
.account-activation-popup .modal-body h2 i {
    margin-left: 10px;
}

.account-activation-popup .modal-dialog .modal-body p {
    text-align: left;
    font-size: 16px;
}

.account-activation-popup .modal-dialog .modal-body ol {
    padding-left: 10px;
}

.account-activation-popup .modal-dialog .modal-body ol li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.jq-toast-single h2 {
    font-family: "Raleway", sans-serif !important;
    line-height: 20px !important;
}

.jq-icon-error,
.jq-toast-single {
    box-shadow: none !important;
}

/* 404 page */

.page_404 {
    padding: 100px 0;
    font-family: "Raleway", sans-serif !important;
}

.page_404 .contant_box_404 h3 {
    font-size: 30px;
    font-weight: bold;
}

.page_404 .contant_box_404 a {
    background: #f27649;
    color: #fff;
    padding: 7px 6px;
    border-radius: 10px;
}

/* business */

.search-section .business-headning h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

#msform {
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
#business_information {
}
.business-form #business_information .form-group .select2-selection,
.business-form #business_information .form-group .select2-dropdown {
    border: 1px solid #ccc;
}
.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    /* border-radius: 0px; */
    /* margin-bottom: 25px; */
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: 1px solid #f27649; */
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: #f27649;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 25px;
    font-family: "Raleway", sans-serif;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #f27649;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: left;
    font-family: "Raleway", sans-serif;
    border-radius: 25px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background: #616161;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.business-form .fs-title {
    font-size: 25px;
    color: #f27649;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    font-weight: 600;
}

.business-form .business-url .form-control {
    width: 50% !important;
    float: left;
}

.business-form .business-url .form-control:first-child {
    border-right: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem;
}

.business-form .business-url .form-control:last-child {
    /* border-left: 0 !important; */
    border-radius: 0 0.25rem 0.25rem 0;
}

#msform .business-url input.form-control + input.form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.purple-text {
    color: #f27649;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #f27649;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: auto;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
    height: 50px;
    padding-left: 30px;
    margin: 0 15px;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1ad";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f27649;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #f27649;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.business-form {
    min-height: 50vh;
}

.business-form fieldset .form-group label {
    text-align: left;
    font-weight: 500;
}

.business-form fieldset .form-group .select2 {
    width: 100% !important;
}

.business-form fieldset .form-group .select2 .select2-selection {
    height: 45px;
    padding: 8px 0;
}

.select2-search__field {
    outline: none;
}

.business-form fieldset .form-group .select2 .select2-selection__arrow {
    top: 10px;
}

.business-form .form-group .form-control {
    font-family: "Raleway", sans-serif !important;
    height: 45px;
    background: #fff !important;
}

.business-form .form-group {
    position: relative;
}

.business-form .form-group .upload-text {
    margin: 0;
    height: 45px;
    position: absolute;
    top: 34px;
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    color: #777;
}

.business-form .form-group .upload-image {
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.business-form .form-group .upload-text span {
    float: right;
    color: #8e99a5;
}

.user-profile .profile-form .form-group .input-group-addon, .invoice-form .form-group .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e4e4;
    height: 45px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #f27649;
}
.invoice-form .form-group .input-group-addon {
    border: 1px solid #ced4da;
    border-left: none;
    height: 38px;
}

.business-form .form-group textarea.form-control {
    height: 150px;
    resize: none;
}

.user-profile {
    padding: 40px 0;
}

.color-red {
    color: #f00;
}

.user-profile .profile-form .form-group .form-control {
    height: 45px;
    box-shadow: none;
    width: 100%;
}

.user-profile .profile-form .form-group textarea.form-control {
    height: 120px;
    resize: none;
}

.profile-form .form-group .form-control[readonly] {
    background: #fff;
}

.user-profile .profile-form .form-group .select2 .select2-selection {
    height: 45px;
    width: 100% !important;
    padding: 5px 0;
}

.user-profile .profile-form .form-group .select2-selection__arrow {
    top: 10px;
}

.user-profile .profile-form .upload-img {
    position: relative;
}

.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;
}

.user-profile .profile-form .upload-img .upload-icon img {
    border: 0;
    width: 100%;
    max-width: 20px;
    padding: 0;
    border-radius: 0;
    height: auto;
}

.user-profile .profile-form .btn.btn-default {
    background: #f27649;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.user-profile .profile-form .btn.btn-default:hover {
    background-color: #fff;
    color: #f27649;
    border-color: #f27649;
}

.user-profile .profile-form .form-group .form-control:focus {
    border-color: #f27649;
}

ul#progressbar li strong .fa {
    font-size: 19px;
    margin-left: 10px;
}

ul#progressbar li::after {
    position: absolute;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent !important;
    border: 5px solid #ddd;
    top: 0;
}

ul#progressbar li.active::after {
    border-color: #f27649 !important;
}

ul#progressbar li::before {
    display: none;
}

.breadcrumb {
    padding: 20px 0;
}

.breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.breadcrumb ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb ul li a {
    color: #333;
    transition: all 0.3s ease-in-out;
}

.breadcrumb ul li a:hover {
    color: #f27649;
}

.page_404 .error-page-content {
    margin: 50px 0;
}

.polices {
    padding: 30px 0;
}

.polices .policy-content h1 {
    text-align: center;
    font-weight: bold;
}

.polices .policy-content h3 {
    font-weight: bold;
}

.polices .policy-content ul {
    padding-left: 20px;
}

.polices .policy-content ul li {
    list-style-type: circle;
    margin-bottom: 5px;
}

.polices .policy-content ul li a {
    color: #f27649;
}

.polices .policy-content p a {
    color: #f27649;
}

.uploadOuter {
    text-align: center;
    padding: 0;
}

.uploadOuter strong {
    padding: 0 10px;
}

.dragBox {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 95px;
    color: #999;
    border: 2px dashed #ccc;
    display: flex;
    transition: transform 0.3s;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.draging {
    transform: scale(1.1);
}

#preview {
    text-align: center;
}

#preview img {
    max-width: 100%;
}

.row.removed_service:first-child .remove_service,
.row.removed_testimonial:first-child .remove_testimonial,
.row.removed_product:first-child .remove_product,
.row.removed_blog:first-child .remove_blog,
.row.removed_menu:first-child .remove_menu {
    display: none;
}

.service_section .service_container .box a {
    color: #333;
}

.service_section .service-content .service-img {
    width: 100%;
    /* height: 360px; */
    object-fit: cover;
    border-radius: 10px;
}
.service_section .service-content .service-img + h1 {
    margin-top: 20px;
}

.service_section .service-content {
    text-align: left;
}

.service_section .service-content h1 {
    font-weight: 600;
    font-size: 36px;
}

.service_section .service-content h4 {
    font-weight: 600;
}

.service_section .service-content ul {
    padding-left: 15px;
}

.service_section .service-content ul li {
    margin-bottom: 7px;
}
.no-review img {
    width: 45%;
    margin-bottom: 20px;
}
.service_section .tab-content .no-review p {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.feedback-experience a {
    color: #9f9f9f;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.feedback-experience a i {
    font-size: 20px;
    margin-left: 5px;
}
.feedback-experience a:hover {
    color: #f27649;
}

.service-sidebar {
    padding: 12px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #eee;
    /* box-shadow: 0px 0px 10px #eee; */
}
.service-sidebar form {
    background: #f27649;
    padding: 20px 20px;
}

.service-sidebar form h3 {
    font-size: 18px;
    font-weight: 600;
}

.service-sidebar form .form-group .btn-submit {
    background: #000;
    width: 100%;
    color: #fff;
}

.service-tags {
    text-align: left;
    margin-top: 30px;
}

.service-tags h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-tags a {
    /* background: #ededed; */
    border-radius: 5px;
    padding: 6px 10px;
    background: #f27649;
    color: #fff;
    display: inline-block;
    margin: 6px 3px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.service-tags a:hover {
    background: #f16937;
    color: #fff;
}

.related-blogs {
    text-align: left;
}

.related-blogs img {
    width: 100%;
    /* height: 150px; */
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 6px;
}
.related-blogs p {
    word-break: break-word;
}
.related-blogs h4 {
    margin-bottom: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.drop {
    width: 100%;
    height: 230px;
    border: 3px dashed #dadfe3;
    border-radius: 15px;
    /* overflow: hidden; */
    text-align: center;
    background: white;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*&:hover
  * cursor: pointer
  * background: #f5f5f5*/
}

.drop .cont {
    width: 500px;
    height: auto;
    color: #8e99a5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
}

.drop .cont i {
    font-size: 400%;
    color: #8e99a5;
    position: relative;
}

.drop .cont .tit {
    font-size: 40px;
    text-transform: uppercase;
}

.drop .cont .desc {
    color: #a4aebb;
}

.drop .cont .browse {
    margin: 10px 25%;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    background: #f27649;
}

.drop input#files {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.drop input#files + #files-error {
    position: relative;
    display: inline-block;
    text-align: left;
}
.drag-drop_outer {
}
#list {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

#list .thumb {
    width: 100%;
    height: auto;
    border: 1px solid #323a44;
    margin: 10px 5px 0 0;
    object-fit: contain;
}

.services-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-heading #add_service .fa,
#add_products .fa,
#add_testimonials .fa,
#add_blogs .fa,
#add_menu .fa,
.remove_menu i.fa,
.add_products_file_link .fa,
.remove_products_file_link .fa,
.mark-chapter-complete .fa {
    background: #f27649;
    padding: 10px 14px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

#msform fieldset p {
    float: right;
}

#msform fieldset .fa.fa-minus {
    background: #f27649;
    padding: 10px 14px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.testimonial-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-heading #add_testimonial .fa {
    background: #f27649;
    padding: 10px 14px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.form-loader#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;
}

.form-loader.pdf-loader{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

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

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

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

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

.product-carousel .product-detail h3 {
    font-size: 24px;
    font-weight: bold;
}

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

.product-detail .rating-stars {
    font-size: 12px;
    color: #ff9900;
}
.product-detail {
    word-break: break-all;
}
.product-detail video{
    width: 100% !important;
}
.product-carousel .swipper-thumb {
    height: 100px;
}

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

.product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em 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%;
}

.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%;
}

.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 .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: 4px;
    color: #fff;
}

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

.product-carousel .tab-content p {
    font-size: 15px;
}

.loginform form .form-group .error {
    font-size: 13px;
}

.trending-services .row-custom {
    box-shadow: 0 4px 7px #bdbdbd;
}

.toggle-password {
    cursor: pointer;
}

.hidden {
    display: none;
}

.tooltip-label label {
    width: 100%;
    white-space: nowrap;
}

.tooltip1 {
    float: right;
    cursor: pointer;
    transition: all 0.3s;
    color: #548be0;
    line-height: 15px;
    margin-top: 7px;
}

.tooltip1 .tooltiptext1 {
    opacity: 0;
    margin-left: auto;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #eee;
    box-shadow: 0px 0px 5px #555;
    padding: 5px 10px;
    z-index: 1;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 100;
    color: #444;
    word-break: break-word;
    white-space: normal;
}

.tooltip1:hover .tooltiptext1 {
    opacity: 1;
    display: block;
}

.upload-icon {
    cursor: pointer;
}

.tooltip1:hover .tooltiptext1:empty {
    display: none;
}

/* === 13-july-2021 === */

/* --- Dashboard Sidebar Start -- */

.section-space_y {
    padding: 60px 0;
}

.filterMenu {
    display: none;
}

.sidebar-main_d {
    background: #fff;
    height: 100%;
    /* box-shadow: 3px -2px 15px -3px #ddd; */
    box-shadow: 4px 0px 10px -4px #ddd;
    min-height: 50vh;
}

.sidebar-main_d h5.sidebar-head {
    font-weight: 600;
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #f27649;
    color: #fff;
}

.sidebar-main_d h5.sidebar-head {
}

.sidebar-inner_d ul li {
    list-style: none;
    border-bottom: 1px solid #eeeeeead;
}

.sidebar-inner_d ul li a {
    color: #444;
    /* padding: 10px 0; */
    display: block;
}

.sidebar-inner_d .card {
    border-radius: 0;
}

.sidebar-inner_d .card-header {
    padding: 0px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.sidebar-inner_d .accordion > .card .card-header {
    margin-bottom: 0;
}

.sidebar-inner_d .btn-link {
    color: #444;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.sidebar-inner_d .btn-link.collapsed .down-arrow {
    transform: rotate(0deg);
}

.sidebar-inner_d .btn-link .down-arrow {
    font-size: 25px;
    margin-left: auto;
    transform: rotate(-180deg);
    transition: all 0.2s;
}

.sidebar-inner_d .btn-link.active {
    background-color: #f27649;
    color: #fff;
}

.sidebar-inner_d .btn-link:hover {
    background-color: #f27649;
    color: #fff;
}

.sidebar-inner_d .card-body {
    padding: 0;
}

.sidebar-inner_d .card-body li a {
    font-size: 14px;
    padding: 10px 30px;
}

.sidebar-inner_d .card-body li:hover {
    background-color: #ff9974;
}

.sidebar-inner_d .card-body li:hover a {
    color: #fff;
}

.sidebar-inner_d .card-body li:last-child {
    border-bottom: 1px solid #ddd;
}

/* --- Dashboard Sidebar End -- */

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

.page-title_d h3 {
    font-size: 19px;
    font-weight: 600;
    color: #444;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumb-main {
    padding: 20px 20px;
    /* box-shadow: 0px 0px 2px #ddd; */
    /* border-bottom: 1px solid #ddd; */
    margin-left: 2px;
}

.breadcrumb-main ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}

.breadcrumb-main .breadcrumb {
    padding: 10px 0;
}

.dash-content_main {
    padding: 35px 35px 70px;
    min-height: 70vh;
}
.dashboard-main.section-space .dash-content_main {
    padding: 35px 0px 70px;
}
.dash-content_outer {
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px 20px;
    border-radius: 4px;
    margin: 0px 25px;
}

.dash-content_outer .form-group label {
    font-size: 14px;
}
.dash-content_outer .user-form .form-group label {
    font-size: 16px;
}
.user-form .form-group input {
    height: 45px;
}

.user-form .form-group .select2.select2-container--default {
    height: 45px;
}
.dash-content_outer .user-form .form-group .select2 .select2-selection {
    padding: 0px 0;
    height: 100% !important;
}
.dash-content_outer .user-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding: 8px;
}

.dash-content_outer .form-control:focus {
    box-shadow: none;
    border: 1px solid #f27649;
}

.table-main {
    padding: 0px 15px;
}

.table-main .table {
    white-space: nowrap;
}

.table-main .table thead th {
    background-color: #f27649;
    color: #fff;
    font-weight: 600;
}

.table-main .table {
    border: 1px solid #eee;
}

.dashboard-btns input.submit-btn,
.dashboard-btns a.cancel-btn {
    padding: 10px 15px;
    /* border-radius: 20px;
    margin-top: 20px; */
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

.orange-btn {
    background: #f27649;
    color: #fff;
}

.orange-btn:hover {
    background: transparent;
    border: 1px solid #f27649;
    color: #f27649;
}

.black-btn:hover {
    background: #000;
    color: #fff;
}

.black-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.padding-t_100 {
    padding-top: 100px;
}

.swal2-backdrop-show .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: red;
}

.swal2-backdrop-show .swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #f27649;
}

.swal2-backdrop-show button.swal2-confirm {
    background-color: #f27649;
    min-width: 100px;
}

.swal2-backdrop-show button.swal2-confirm:focus {
    box-shadow: none;
}

.swal2-backdrop-show .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #facea8;
}

.swal2-backdrop-show h2.swal2-title {
    font-size: 23px;
    display: block !important;
}

.swal2-backdrop-show h2.swal2-title a {
    display: block;
}

.swal2-backdrop-show .swal2-icon.swal2-warning {
    color: #f27649;
}

/* .reset-main #password-error.error {
    font-size: 13px;
} */

.drop #list {
    width: 100%;
    height: 100%;
}

.drop #list span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
}

.drop #list img.thumb {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0;
}

.profile-form {
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 50px 30px;
    border-radius: 4px;
}

.profile-form .select2-container {
    width: 100% !important;
}

.profile-form .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #ddd;
}

.profile-form .select2-container--default.select2-container--open {
    /* border: 1px solid #f27649; */
    border-radius: 4px;
}

.profile-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f27649;
}

.user-profile .profile-form .form-group .input-group-addon {
    background: transparent;
    z-index: 5;
}

.profile-form textarea.form-control {
    font-size: 14px;
}

.dimensions {
    color: #888;
    font-weight: 500;
    font-size: 14px;
}

.clearfix {
    clear: both;
    display: table;
}
#bootstrap-data-table_processing {
    top: 0px;
    height: 100%;
    margin-top: 0;
}
.businessform-main .card {
    background: #fff;
    /* padding: 40px 20px !important;
    box-shadow: 0px 0px 10px #ddd; */
}
.businessform-main .dataTables_wrapper {
    justify-content: center;
}
.businessform-main table.dataTable.no-footer {
    width: 100% !important;
    border-bottom: 1px solid #dee2e6;
    /* border: 0; */
    white-space: unset;
}
.businessform-main .edit.btn {
    background-color: #f27649;
    border-color: #f27649;
    color: #fff;
    margin: 3px;
}
.businessform-main .edit.btn:hover {
    background-color: #e96333;
}
.businessform-main table.dataTable thead th {
    white-space: nowrap;
    background-color: #f27649;
    color: #fff;
    border: 0;
}
table.dataTable thead th,
table.dataTable thead td {
    border: 0;
}
.businessform-main .dataTables_length {
    margin-bottom: 20px;
}
.businessform-main ul.pagination li a {
    color: #f27649;
}
.businessform-main .dataTables_wrapper .dataTables_paginate {
    padding-top: 13px;
}
.businessform-main ul.pagination li.disabled a {
    color: #c1c1c1;
}
.businessform-main ul.pagination li.disabled:hover a {
    color: #c1c1c1 !important;
}
.businessform-main .dataTables_wrapper .dataTables_paginate ul.pagination li.disabled {
    outline: none;
    background: transparent !important;
    box-shadow: none;
    border: 0;
}
.businessform-main .dataTables_paginate .paginate_button.disabled,
.businessform-main .dataTables_paginate .paginate_button.previous,
.businessform-main .dataTables_paginate .paginate_button.next {
    width: 110px;
}
.businessform-main .dataTables_wrapper .dataTables_paginate .pagination {
    justify-content: flex-end;
}

.businessform-main .dataTables_paginate .paginate_button {
    width: 45px;
}
.businessform-main .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.businessform-main .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    outline: none;
    background: #f27649 !important;
    box-shadow: none;
    border: 0;
}

.businessform-main .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    color: #fff;
}
.businessform-main .dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    color: #fff;
}

.dataTables_wrapper .dataTables_length .form-control.input-sm {
    margin: 0 10px;
}
.businessform-main .dataTables_wrapper .form-control:focus {
    box-shadow: none;
    border-color: #f27649;
}

.businessform-main .table-bordered th {
    /* border-top: 1px solid #dee2e6  !important; */
    border-right: 1px solid #dee2e6 !important;
    border: 0;
}
.businessform-main .table-bordered td {
    border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    border: 0;
}
.action-td {
    white-space: nowrap;
}
.businessform-main .table-bordered th:last-child,
.businessform-main .table-bordered td:last-child {
    border-right: 0 !important;
    white-space: nowrap;
}
.businessform-main table.dataTable tbody th,
.businessform-main table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 14px;
}
.businessform-main .table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.businessform-main .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.businessform-main .table-responsive::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
.businessform-main .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #999;
    border-radius: 10px;
}

.businessform-main #bootstrap-data-table_wrapper .row {
    width: 100%;
}
.paginate_button {
    padding: 8px 16px;
}

.add-feed_btn a {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    background: #f27649;
    border: 1px solid #f27649;
    text-decoration: none;
    transition: all 0.3s;
}
.add-feed_btn a:hover {
    background: transparent;
    color: #f27649;
}

.center-head {
    font-size: 30px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 40px;
}

.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;
}
.submit_bisiness:disabled {
    background-color: #e0987fb5;
    border: 1px solid #e0987fb5;
}

.tooltip-label .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    font-weight: 300;
}

.mobile-search {
    display: none;
}

/* ---------Dashboard-home----------- */

section.dashboard-main.section-space {
    height: 100%;
}
section.dashboard-main.section-space > div,
section.dashboard-main.section-space > div > .row {
    height: 100%;
}
.dashboard-home {
    padding: 20px 20px 100px 20px;
    min-height: 70vh;
}

.orange-dash_b {
    background: #fef4f0;
}
.orange-dash_b:hover {
    background: #ffe9e1;
}

.grey-dash_b {
    background: #3d8bd017;
}
.grey-dash_b:hover {
    background: #3d8bd01c;
}
.dash-box {
    padding: 23px;
    min-height: 150px;
    border-radius: 15px;
    margin-bottom: 32px;
    transition: all 0.2s;
    box-shadow: 0px 10px 10px #9b9b9b3b;
}
.dash-box:hover {
    box-shadow: 0px 5px 10px #53535338;
}
.dash-box img {
    width: 70px;
    /* height: 70px; */
}
.dash-box i.fa {
    font-size: 60px;
}

.orange-dash_b i.fa,
.orange-dash_b p.total-count,
.orange-dash_b .text-color {
    color: #f27649;
}
.grey-dash_b i.fa,
.grey-dash_b p.total-count,
.grey-dash_b .text-color {
    color: #444444;
}
.dash-box h3 {
    font-size: 20px;
    color: #444;
    margin-top: 30px;
}

.dash-box_in {
    display: flex;
    align-items: center;
}
.dash-box_in p.total-count {
    margin-left: auto;
    font-size: 28px;
}

.text-color {
    display: inline-block;
    font-weight: 600;
}

.profile_img img {
    width: 100%;
}
/* --- // Dashboard Home // --- */

.tab-pane .datatable tr td img {
    width: 100px;
}
.dataTables_wrapper .row {
    width: 100%;
}
#products.tab-pane .datatable tr td img {
    width: 60px;
}

#products table td.no-wrap {
    white-space: nowrap;
}

.product-images-preview img {
    width: 50px;
    max-height: 50px;
}

/* ----- */

.business-view_card.settings-outer_b .nav-tabs {
    border-top: 0px;
    margin: 0px 0px 15px;
}

.settings-outer_b .tabbing_block ul.nav-tabs li {
    margin-top: 10px;
}
.business-view_card .profile_img {
    border: 1px solid #ddd;
    /* height: 180px; */
    width: 100%;
    margin-bottom: 10px;
}
.business-view_card .profile_img img {
    height: 100%;
    object-fit: cover;
}

.business-view_card .nav-tabs {
    margin-top: 20px;
    border-top: 1px solid #dee2e6;
}

.tabbing_block ul.nav-tabs li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tabbing_block ul.nav-tabs li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tabbing_block ul.nav-tabs li a {
    color: #999;
    display: inline-block;
    padding: 10px 15px;
}
.tabbing_block ul.nav-tabs li.active a {
    color: #fff;
}
.tabbing_block ul.nav-tabs li {
    color: #999;
    display: inline-block;
    margin: 20px 0px 20px 0px;
    /* border-radius: 4px; */
    border: 1px solid #ccc;
}
.tabbing_block ul.nav-tabs li.active:hover,
.tabbing_block ul.nav-tabs li a.active:hover {
    color: #fff;
    background: #f27649;
}
.tabbing_block ul.nav-tabs li.active,
.tabbing_block ul.nav-tabs li a.active {
    background: #f27649;
    color: #fff;
    border-color: #f27649;
}
.tabbing_block ul.nav-tabs li:hover {
    background: #ff9169;
    border-color: #ff9169;
}
.tabbing_block ul.nav-tabs li:hover a {
    color: #fff;
}
.view-tab_head {
    display: flex;
    align-items: center;
}

.view-tab_head h3 {
    margin: 20px 0;
    display: inline-block;
}

.view-tab_head a.add-btn {
    margin-left: auto;
}

.removed_service .form-group .select2 .select2-selection {
    height: 45px;
    width: 100% !important;
    padding: 5px 0;
}

.removed_service .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #ddd;
}
.removed_service .form-group .select2.select2-container--default {
    width: 100% !important;
}
.removed_service .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #f27649;
    border-radius: 4px;
}
.removed_service .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.removed_service .form-group .form-control {
    height: 45px;
    box-shadow: none;
    width: 100%;
}
.removed_service .form-group textarea.form-control,
.removed_product .form-group textarea.form-control {
    height: 120px;
}

p.remove_service {
    display: inline-block;
    /* padding: 3px 6px; */
    /* border: 1px solid #000; */
    line-height: 18px;
}

.form-btns_sc a.cancel-btn {
    margin: 0px 0px 0px 10px;
    border-radius: 4px;
}

.field-outer-icon {
    white-space: normal;
    word-break: normal;
}

#blog-form input[type="file"] {
    font-size: 14px;
    padding: 3px;
}

/* --- Select Box common Start--- */

.dash-content_outer .form-group .select2 .select2-selection {
    height: calc(1.5em + 0.75rem + 2px);
    width: 100% !important;
    padding: 5px 0;
}

.dash-content_outer .select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #ddd;
}
.dash-content_outer .form-group .select2.select2-container--default {
    width: 100% !important;
}
.dash-content_outer .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #f27649;
    border-radius: 4px;
}
.dash-content_outer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

/* // --- Select Box common End--- // */

.cancel-btn.circle-btn {
    border-radius: 25px;
    min-width: 100px;
}

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

.phone-outer_c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.user-profile .phone-outer_c .select2-container {
    width: 25% !important;
}
.user-profile .phone-outer_c input.form-control {
    width: 75% !important;
}
#phone-error {
    display: block;
    margin-top: 8px;
}
.profile-form .phone-outer_c .select2-container--default .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.phone-outer_c input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* .service-text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.read-more_p {
    display: inline-block;
    color: #f27649 !important;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
    float: right;
}
.read-more_p:hover {
    text-decoration: underline;
}
.service-text {
    text-align: left;
}
.more-text {
    display: none;
}

.detail-box {
}

.tooltip-label .description-textarea {
    height: 130px;
}
/* --- Comment box start--- */

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

.comment-outer h4 {
    background-color: #edeff2;
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.comment-outer h4 a {
    float: right;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.comment-outer h4 a span {
    font-size: 16px;
}
.comment-outer h4:hover a {
    text-decoration: none !important;
    color: #9b9b9b !important;
}
.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;
    margin-right: 20px;
}

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

#comment-section .comment-profile a {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.comment-profile a.attachment {
    font-size: 15px;
    color: #0c0c0c;
    font-weight: 500;
}
.comment-profile p {
    word-break: break-word;
}

.attachments {
    display: inline-block;
    word-break: break-word;
}
.attachments .attachment .fa,
.comment-profile a.attachment .fa {
    background-color: #f27649;
    border-color: #f27649;
    color: #fff;
    margin: 0px 3px;
    padding: 3px;
    border-radius: 2px;
}

.comment-outer textarea.form-control {
    height: 150px;
    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;
}

/* --- Comment box start--- */

.business-users table img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.business-view_card #about_image_files,
.business-view_card #contact_image_files {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    cursor: pointer;
}

.business-view_card #about_image_list,
.business-view_card #contact_image_list,
.business-view_card #about_image_list img.thumb,
.business-view_card #contact_image_list img.thumb {
    height: 100%;
}

.custom-menu_main .business-url {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.custom-menu_main .business-url input:nth-child(1) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.custom-menu_main .business-url input:nth-child(2) {
    width: 40%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.testimonial-outer textarea.form-control {
    height: 120px;
}

#suspend_business h3 {
    margin-top: 20px;
    text-align: center;
}

/* change-pswrd_outer */
.profile-form.change-pswrd_outer .btn.btn-default {
    border-radius: 4px;
    padding: 10px;
    padding: 8px 28px;
    border: 1px solid #f27649;
}
.profile-form.change-pswrd_outer .btn.btn-default:hover {
    color: #f27649;
    background: transparent;
    box-shadow: 0px 0px 5px #ffbfa8;
}
.password-field_outer {
    position: relative;
}

.change-password .form-group .password-field_outer .toggle-password {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 42px;
    padding: 10px 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.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;
}
.post-sharing .btn:hover {
    opacity: 0.9;
}
.heading_container {
    text-transform: uppercase;
}

.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;
}

/* Products banner Start 11-aug-2021 */

.search-section.product-banner_d {
    padding: 0px;
}
.search-section.product-banner_d .banner-white-text {
    padding: 120px 0px;
}

/* Products banner End */
.social-link_outer .fa {
    display: inline-block;
    padding: 6px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    text-align: center;
}

.social-link_outer i.fa-facebook-square {
    color: #395498;
}

.social-link_outer i.fa-twitter-square {
    color: #1c9ceb;
}

.social-link_outer i.fa-instagram {
    color: #b82f86;
}
.social-link_outer i.fa-pinterest-square {
    color: #b7081b;
}

.agent_deatil .fa {
    font-size: 30px;
}
.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;
    min-height: 150px;
    padding: 20px 20px;
}

/* ----- Notification Page --- 17- August - 2021 --- */

#notification-count:empty {
    display: none;
}

.notification-outer .comment-profile {
    width: 100%;
}
.notification-outer .comment-box {
    padding: 15px 60px 15px 15px;
    background-color: #9b9b9b3b;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.notification-outer .comment-box .fa-times {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0px;
    font-size: 22px;
    background: #ff5e00;
    /* border: 1px solid #222; */
    border-radius: 50%;
    padding: 5px 7px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.notification-outer .comment-box .fa-times:hover {
    background-color: #ff7728ee;
}
.comment-date {
    font-size: 13px;
    color: #636363;
}
.notification-outer .comment-profile p {
}
.notification-outer .comment-profile a {
    font-size: 1rem;
    font-weight: 400;
}

.notification-outer .reply {
    margin-left: 10px;
    font-style: italic;
}
.here-link {
    text-decoration: underline;
}

/* --- Author Details Overlay start--- */
.blog-detail_big {
    position: relative;
    margin-bottom: 20px;
}
.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: 0%;
    padding: 7px 15px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #00000067;
    transform: translate(-50%, 0%);
}

.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 h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.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--- */

.dropzone .dz-image-preview img {
    width: 100%;
    height: 100%;
}

/* 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 .form-group ul li {
    display: flex;
    align-items: baseline;
    list-style: none;
    line-height: 30px;
}
.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;
}
.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: 150px;
    font-size: 13px;
    color: #666;
    padding: 10px;
}
.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;
}
.product-inner_f p {
    font-size: 14px;
    color: #666;
}
.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 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--- */

/* --- 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;
}
.about_section ul.about-social_links li a {
    padding: 0;
    background-color: transparent !important;
    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--- */

/* --- 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-size: 13px;
}
.rating-stars i {
    color: #ff9900;
}
.service_section .nav-tabs {
    border: none;
    background: #fafafa;
}

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

.service_section .nav-tabs .nav-link.active {
    background: #f27649;
    border-radius: 4px;
    color: #fff;
}

.service_section .tab-content {
    padding: 15px;
}

.service_section .tab-content p {
    font-size: 15px;
}

.review-profile {
    text-align: left;
}

.uploaded-support {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.attachment {
    margin-bottom: 5px;
    font-size: 14px;
}

.mark-btn {
    margin-left: auto;
}
/* --- Product Review 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 {
    margin-bottom: 10px;
}
.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,
.comment-like a.active {
    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 ------- */

.blog-meta img {
    width: 100%;
}

.modal-backdrop {
    display: none !important;
}

.comment-box .note-editor {
    width: 100%;
}

.comment-box .note-editor .card-block {
    background: unset;
}
#comment-section > .child-comment {
    margin-left: 75px;
}

#comment-section p {
    margin-bottom: 10px;
}

/* /////// */
.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: #646464d9;
}
.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 !important;
 }
.quote-outer .modal-dialog {
    max-width: 1000px;
}
.quote-outer .modal-content {
    border-radius: 0.3rem;
    box-shadow: none;
    padding: 0;
}
.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: 1 6px;
}
.quote-left_s p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 25px;
    color: #666;
}

.black-text {
    color: #000;
    font-size: 15px;
}
.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);
}
.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: 100px;
    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;
}

/* --- Profile Details --- */
#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;
}
.comment-content .profileDetails-form {
    padding: 30px 20px;
}
.comment-content .profileDetails-bg {
    padding: 0;
    margin: 0;
}
.comment-content > .float-right{

}

.comment-content > .float-right span{
    display: inline-block;
    margin-bottom: 30px;
    color: rgb(189, 189, 189);
}
.comment-content > .float-right a{
    color: #f27649;
    border-color: #f27649 !important;
}


.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: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}

/* -- 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 -- */

.note-editor p {
    float: none !important;
}
.product-price {
    color: #f27649;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.theme-btn {
    background: #f27649;
    color: #fff !important;
    padding: 10px;
}

.thm-btn {
    background: #f27649;
    color: #fff !important;
}

/* --- Report an Issue contact Form --- */
.report-form textarea {
    border-radius: 0px;
}
.report-form textarea::placeholder {
    /* color: #fff; */
}
.report-form textarea:focus {
    box-shadow: none;
}
.report-form .select2-container--default {
    width: 100% !important;
    margin-bottom: 25px;
}
.report-form .select2-container--default .select2-selection--single {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    background-color: #f8f8f8;
}
.report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 0px;
}

.report-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.report-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent !important;
}
.report-form
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #333 !important;
}
.select2-dropdown {
}

.select2-results__option[aria-selected] {
    background-color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f27649;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #f27649;
}
/* width */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 10px;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: rgb(177, 177, 177);
    border-radius: 10px;
}

/* Handle on hover */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: rgb(151, 151, 151);
}

.report-form .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #aaa;
}

.header-search-icon {
    cursor: pointer;
}

/* --- // Report an Issue contact Form // --- */

/* -- Pagination -- */
.notify-pagination {
    margin: 30px auto 10px;
    text-align: center;
}
.notify-pagination span {
    background: #e4e4e4 !important;
    display: inline-block;
    color: #a0a0a0;
}
.notify-pagination a {
    background: #f27649;
}
.topbar .notify-pagination a:hover {
    color: #fff !important;
    background: #ff5e00 !important;
}

/* -- Pagination End -- */

.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;
}
p#home-stats {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}
p#home-stats .label {
    color: #f27649;
}

/* --- Home Sign in and Register Modal --- */

/* -- Get App White Box -- */

.getApp-box {
    padding: 0px;
    border-radius: 4px;
    background-color: #fff;
}
.getApp-inline {
    display: flex;
}
.get-app-section.getApp-box .get-app-content {
    padding: 20px 20px;
}
.get-app-section.getApp-box .get-app-content form {
    margin-top: 20px;
}
.get-app-section.getApp-box .get-app-content form .form-group .form-control {
    width: 200px;
    font-size: 14px;
    padding: 10px;
}
.get-app-section.getApp-box .get-app-content p {
    font-size: 14px;
    line-height: 24px;
}
.get-app-section.getApp-box form .form-group .select2 .select2-selection .select2-selection__rendered {
    height: 50px;
    padding: 10px 10px;
}
.get-app-section.getApp-box form .form-group .select2 {
    width: 80px;
}
.getApp-box .send-btn {
    margin-left: 10px;
}
.get-app-section.getApp-box form .form-group .btn-send {
    font-size: 14px;
    width: 100%;
    margin: unset;
}
.get-app-section.getApp-box ul.select2-results__options li {
    font-size: 14px;
}
.getApp-store {
    display: flex;
}
/* -- // Get App White Box -- // */

.registerSign-modal .register-form .form-logo img {
    width: 100%;
    max-width: 75px;
}
.registerSign-modal .modal {
    background: #272727eb;
}
.registerSign-modal .modal-dialog {
    max-width: 95%;
}
.registerSign-modal .modal-content {
    /* background: linear-gradient(to bottom, #2f2f2fde 40%, #4e4e4ede 60%); */
    background: transparent;
    border-radius: 8px;
    padding: 0px 30px;
    box-shadow: none;
    border: 0px;
}
.registerSign-modal .register-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}
.registerSign-modal .register-form form .form-group {
    margin-bottom: 25px;
}
.registerSign-modal .register-form form h3 {
    /* color: #fff; */
    margin-top: 0px;
}
.getApp-outer {
    margin-top: 30px;
}
.registerSign-modal .loginform form {
    padding: 30px;
    margin-top: 0px;
    min-height: 100%;
}
.registerSign-modal .registerSign-content_l {
    padding: 00px 30px 0px 0px;
}
.registerSign-modal .registerSign-content_l .app-phone {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.getApp-outer div:nth-child(2) img {
    /* border: 1px solid #eee; */
}
.recaptcha-register {
    transform: scale(0.8);
    margin-left: -30px;
}
.registerSign-content_l .sites-list {
    margin-bottom: 50px;
}
.registerSign-content_l .sites-list h2 {
    font-size: 50px;
}
.registerSign-content_l .sites-list ul {
    color: #fff;
    font-size: 30px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
}
.registerSign-content_l .sites-list ul {
    margin-bottom: 10px;
}
.registerSign-content_l p {
    color: #fff;
}

.registerSign-modal .register-form form .form-group .form-control {
    /* border: 0; */
    height: 45px;
}

.registerSign-modal .register-form form .form-group input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.registerSign-modal .register-form form .form-group span {
    height: 45px;
    border: 0;
    border-radius: 4px 0px 4px 4px;
}
.registerSign-modal .checkbox-grid {
    min-height: 50px;
}
.signWith-outer .divider {
    width: 60%;
    margin: 30px auto;
    position: relative;
    border-top: 2px solid #ecebeb;
}

.signWith-outer p span {
    position: absolute;
    /* color: #fff; */
    top: -13px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 0 20px;
}
.signWith-outer ul li {
    display: inline-block;
    list-style-type: none;
}

.signIn-btn {
    margin-top: 65px;
}
/* ---// Home Sign in and Register Modal //--- */

.productPrice-select {
    display: flex;
    align-items: center;
}
.productPrice-select input {
    appearance: none;
    border-radius: 4px 0px 0px 4px;
}
.productPrice-select .custom-select {
    border-radius: 0px 4px 4px 0px;
}
.productPrice-select .custom-select:focus {
    box-shadow: none;
    border-color: #f27649;
}

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

.productPrice-select select {
    -webkit-appearance: none;
    background: none;
    padding: 7px 14px;
}

p:empty {
    display: none;
}

/* -- Saftey Tips -- */
.safety-outer .form-group label {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.safety-outer .form-group ul li {
    font-size: 18px;
    list-style: none;
    line-height: 30px;
    margin-bottom: 8px;
}
.text-navy {
    color: #1ab394;
}
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-imitation.xl {
  padding: 120px 0;
}
.product-desc {
  padding: 20px;
  position: relative;
}
.ecommerce .tag-list {
  padding: 0;
}
.ecommerce .fa-star {
  color: #d1dade;
}
.ecommerce .fa-star.active {
  color: #f8ac59;
}
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}
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;
}
.order-view-container{
    background:#eee;
}
.order-view-container .card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.order-view-container .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 1rem;
}
.order-view-container .text-reset {
    --bs-text-opacity: 1;
    color: inherit!important;
}
.order-view-container a {
    color: #5465ff;
    text-decoration: none;
}
.truncate-text {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.change-status, .change-status:active, .show > .change-status.dropdown-toggle, .status-change-li:active {
    background-color: #f27649;
    border-color: #f27649;
    color: #fff;
    cursor: pointer;
}

.status-change-li{
    cursor: pointer;
}

.change-status:hover {
    background-color: #cd653f;
    border-color: #cd653f;
    color: #fff;
}
.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;
}
#add_products_from_catelog, #confirm_add_products_from_catelog {
    background: #f27649;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
#confirm_add_products_from_catelog{
    float: right;
    text-align: center;
    width: 100px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #f27649;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #f27649;
  }
  #services_listing .slick-slider{
    padding-bottom: 35px !important;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .digital-product-checkbox-label.mt-40 {
    margin-top: 40px;
  }
  #msform input.is-digital-product-checkbox, #msform input.is-shippable-checkbox,#msform input.is-academic-checkbox{
    width: initial;
  } 
  .is-shippable.hide, .is-academic.hide{
    display: none;
  }

  .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;
}
.available-withdrawable-amount {
    font-size: 10px;
    font-style: italic;
    color: #f27649;
}
.chapter-container{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px 0px;
}
.saving-text {
    float: right;
    font-size: 12px;
    color: #f27649;
    font-style: italic;
    display: none;
}
.chapter-description {
    font-size: 14px;
    background: #cccccc3d;
    border-radius: 10px;
    padding: 5px;
    text-align: justify;
}
a.refresh-captcha{
    margin-left: 20px;
    background-color: #f27649;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}