@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #353535;
    font-family: "Work Sans", sans-serif;
    overflow-x: hidden;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

a:hover {
    color: #F6552C;
}

h1 {
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    line-height: 18px;
    margin: 0 0 14px 0;
}

p {
    text-align: justify;
    font-size: 14px;    
    margin-bottom: 5px;
}

label {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 2px;
}

.top {
    background: #F6552C;
    height: 36px;
}

.top ul.top-left {
    width: 100%;
}

.top ul.top-left li,
.top ul.top-left li a {
    color: #fff;
    font-size: 14px;
}

.top ul.top-left li {
    list-style-type: none;
    float: left;
    padding-top: 6px;
    margin-right: 10px;
}

.top ul.top-right {
    width: 100%;
}

.top ul.top-right li,
.top ul.top-right li a {
    color: #fff;
    font-size: 14px;
}

.top ul.top-right li {
    list-style-type: none;
    float: right;
}

.nav-link {
    display: block;
    padding: 5px 10px;
}

.top ul.top-right li,
.top ul.top-right li a {
    color: #fff;
    font-size: 14px;
}

.navbar {
    font-size: 16px;
}

.navbar a:hover {
    color: #F6552C;
}

.navbar .logo img {
    max-height: 60px;
}

.sticky-top {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 0px;
}

.navbar .active a {
    color: #F6552C;
}

/* Dropdown Button */
.dropbtn {
    background: inherit;
    border: 0;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 5px;
    color: var(--bs-navbar-color);
}

.dropbtn::after {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    top: 26%;
    right: 0;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #F6552C;
}

.postadlink {
    margin: 1px 5px;
    background: #F6552C;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
}

a.postadlink:hover {
    color: #000;
}

.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 165px;
    padding-bottom: 165px;
}

.overlay:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 0;
}

.banner-section .content-box {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

.banner-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    z-index: 1;
}

.banner-section p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.banner-section .box {
    margin-top: 30px;
}

.banner-section .input-box {
    display: flex;
    justify-content: center;
    background: rgb(245, 245, 245, 0.3);
    padding: 10px;
    border-radius: 6px;
}

.banner-section .input-box input {
    width: 20%;
    height: 40px;
    font-size: 16px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-control:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.select2 {
    display: block;
    clear: both;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.banner-section .select2-container .select2-selection--single {
    height: 40px;
}

.banner-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.banner-section .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

[class^='select2'] {
    border-radius: 0px !important;
}

.select2-search__field:focus {
    /* border: none !important; */
    outline: 0 !important;
}

.search_btn {
    padding: 5px 15px;
    border-radius: 1px;
    height: 40px;
    border: none;
    background-color: #F6552C;
    color: #fff;
}

.box{
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 5px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.category-section {
    background-color: #fff;
}

.category-section .category-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}

.category-section .category-box:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    border-bottom: 2px solid #0d6efd;
}

.category-section .category-box .icon-box {
    margin: 0 10px;
    width: 30%;
    background: transparent;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box .icon-box img {
    border-radius: 100%;
}

.category-section .category-box .icon-box i {
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box span {
    color: #727272;
}

.category-box .content-box {
    display: block;
    width: 100%;
    text-align: center;
}

.font-weight-extra-bold {
    font-weight: 800 !important;
}

.featured-listing-section {
    background-color: #fff;
}

.owl-carousel .item {
    font-size: 12px;
    margin: 15px 0px;
    position: relative;
    border-radius: 4px;
    background: #eee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.featured-carousel .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 100%;
}

.featured-carousel .owl-dots {
    display: none;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: -15px;
}
.featured-carousel .owl-prev,
.featured-carousel .owl-next {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100% !important;
    background-color: #F6552C !important;
}

.featured-carousel .item-image {
    position: relative;
}

.featured-carousel .item-image .category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #eee;
    border-radius: 2px;
    padding: 3px 6px;
}

.featured-carousel .content {
    padding: 5px 10px;
}

.featured-carousel .content .title {
    padding: 5px 0px;
    display: block;
    clear: both;
    font-size: 16px;
    color: #545454;
}

.featured-carousel .content .title:hover {
    color: #cb4523;
}

.featured-carousel .content .location {
    display: inline-block;
    float: left;
}

.featured-carousel .content .location a {
    color: #000;
}

.featured-carousel .content .user {
    display: inline-block;
    float: right;
}

.featured-carousel .content .user a {
    color: #000;
}

.listings .item {
    margin: 15px 0px;
    position: relative;
    border-radius: 2px;
    background: #eee;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.listings .item-image {
    position: relative;
}

.listings .item-image .category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #eee;
    border-radius: 2px;
    padding: 5px 10px;
}

.listings .content {
    padding: 5px 10px;
}

.listings .content .title {
    padding: 5px 0px;
    display: block;
    clear: both;
    font-size: 20px;
    color: #727272;
}

.listings .content .title:hover {
    color: #cb4523;
}

.listings .content .location {
    display: inline-block;
    float: left;
}

.listings .content .location a {
    color: #000;
}

.listings .content .user {
    display: inline-block;
    float: right;
}

.listing-image {
    margin-top: 15px;
}

.listings .content .user a {
    color: #000;
}

.listings-section .listings .item {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.listings-section .listings .item .item-description h2 a {
    font-size: 24px;
    color: #c40000;
}

.listings-section .listings .item .item-description h2 a:hover {
    color: #F6552C;
}

.listings-section .listing ul li {
    display: inline-block;
}

.input-group-append button.btn.btn-primary {
    border-radius: 1px;
    margin: 0px !important;
}

.item .item-btn ul li {
    display: inline-block;
    margin: 5px 0px;
}

.item .item-btn ul li a {
    /* background: #D5DEFF; */
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    /* color: #07123b; */
    border-radius: 2px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.popular-listings-section {
    background-color: #fff;
}

.popular-listings-section .popular-listings img {
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 2px;
}

.popular-listings:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 4px 10px #00000030;
    box-shadow: 0 4px 10px #00000030;
}

.popular-listings:hover h5 {
    color: #F6552C;
}

.popular-listings {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.popular-listings .content-box {
    display: blox;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background: #F6552C;
    border: none;
    border-radius: 2px;
}

.btn-primary:hover {
    color: #fff;
    background: #cb4523;
}

.service-section {
    background-color: #fff;
}

.service-section .item {
    margin-bottom: 15px;
}

.service-section .title {
    font-weight: 300;
    font-style: normal;
    padding: 10px 0px;
    margin-top: 15px;
}

.service-section .content {
    color: #9b9b9b;
}

.service-section .read-more {
    margin-top: 15px;
}

.service-image img {
    border-radius: 2px;
}

.blog-section {
    background-color: #fff;
}

.blog-section .item-box {
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin: 10px 0px;
}

.blog-section .content .date {
    float: left;
    padding: 10px 0px;
}

.blog-section .content .user {
    float: right;
    padding: 10px 0px;
}

.blog-image img {
    border-radius: 2px;
}

.blog-section .title {
    clear: both;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0px;
    margin-top: 15px;
}

.blog-section .title h5 {
    text-transform: capitalize;
}

.read-more a {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    padding: 3px 10px;
    background: #0d6efd;
}

.blog-section .read-more a:hover {
    color: #fff;
    background: #cb4523;
}

.user-section {
    background-color: #fff;
}

.user-section .user-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.user-section .user-box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border-bottom: 2px solid #0d6efd;
}

.user-section .user-box .user-photo img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    clear: both;
}

.user-section .user-box .content h5 {
    margin-top: 15px;
}

.widget-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.cat-wid-list {
    float: left;
    width: 100%;
    position: relative;
}

.cat-wid-list li {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    color: #292929;
}

.cat-wid-list li a {
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
}

.cat-wid-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 50px;
    z-index: 1;
    border-top: 1px dotted #ccc;
}

.cat-wid-list li span {
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    background: #e93314;
}

.location-section {
    background-color: #fff;
}

.citylist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px 5px;
    padding: 15px 15px;
    color: #000;
    background: #fff;
    font-weight: 600;
    border-left: 2px solid #0d6efd;
    border-radius: 4px;
    -webkit-box-shadow: 5px 0px 10px rgba(81, 81, 102, 0.2);
    box-shadow: 5px 0px 10px rgba(81, 81, 102, 0.2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.citylist li a:hover {
    border-left: 2px solid #F6552C;
    color: #0d6efd;
}

.citylist li a:hover span{
    background: #F6552C;
}

.citylist li span {
    color: #fff;
    font-size: 12px;
    background: #3f8eff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 2px;
}

.card {
    margin: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}

.titleTop h2 {
    padding: 10px 15px;
    text-align: center;
    color: #777;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-content {
    margin: 25px 0px;
}

.listing {
    padding: 10px 15px;
}

.listing ul li {
    display: inline-block;
}

.listing ul li a {
    background: #D5DEFF;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #07123b;
    border-radius: 2px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.listing ul li a:hover {
    background: #b7c6ff;
}

.listing ul li i.fa-circle-check {
    color: blue;
}

.listing .summary {
    padding: 10px 0px;
}

.listing .image-slider {
    border-radius: 3px;
    margin: 15px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.single-carousel .item {
    margin: 0 !important;
}

.single-carousel .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-carousel .owl-dots {
    display: none;
}

.single-carousel .owl-prev,
.single-carousel .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100% !important;
    background-color: #F6552C !important;
}

.listing .description {
    padding: 10px 0px;
    text-align: justify;
}

.user-box {
    background: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.user-box .user-photo img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    clear: both;
}

.user-box .content h5 {
    margin-top: 15px;
}

.user-box .user-contact ul li {
    margin: 2px 0px;
    padding: 5px 10px;
}

.user-box .user-contact ul li i {
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 7px 5px;
    border-radius: 3px;
    background: #c5ddff;
}

.user-box .user-contact ul li:hover i {
    color: #F6552C
}

.user-box .user-social-media ul li {
    display: inline-block;
    margin: 2px 0px;
    padding: 5px 5px;
}

.user-box .user-social-media ul li i {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 7px 5px;
    border-radius: 3px;
    color: #000;
    background: #c5ddff;
}

.user-box .user-social-media ul li:hover i {
    color: #F6552C;
}

.opening-hours-box {
    margin: 15px 0px;
}

.opening-hours-box ul li {
    font-weight: 500;
    padding: 5px 0px;
}

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

.google-map iframe {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.login-section {
    height: 80vh;
}

.login-section form {
    /* max-width: 500px; */
    margin: auto;
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 15px;
    border-radius: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;

}

.price-item {
    padding: 10px 15px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.price-content .price-number {
    position: relative;
    padding-top: 50px;
}

.list-items li {
    margin-bottom: 8px;
    font-weight: 500;
    color: #808996;
    font-size: 15px;
}

.price-item {
    text-align: center;
}

.price-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.price-item h4 {
    display: inline-block;
    margin-top: 25px;
    padding: 3px 15px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #F6552C;
    background: #F6552C;
    color: #fff;
    cursor: pointer;
}

.price-item h4:hover {
    color: #F6552C;
    background: #fff;
}

.price-item h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 30px;
}

.price-item h6 {
    text-align: center;
    margin-bottom: 15px;
}

.price-item ul {
    text-align: left;
}

.price-item ul.list-items li .fa-check {
    background: transparent;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #28a745;
    font-size: 12px;
    font-weight: 600;
}

.price-item ul.list-items li .fa-times {
    background: transparent;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #dc3545;
    font-size: 12px;
    font-weight: 600;
}

.page-banner-section {
    padding: 50px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about-section {
    padding: 10px 30px;
}

.about-section .image {
    margin: 10px 0px;
}

.about-section .title {
    margin: 10px 0px;
    padding-left: 30px;
}

.about-section .description {
    padding-left: 30px;
}

.contact-section {
    padding: 15px 30px;
}

.contact-section .contact-form-section,
.contact-section .contact-info-section {
    padding: 15px 15px;
}

.contact-section .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.contact-section .info-box:hover .icon-box {
    background: #F6552C;
    color: #fff;
}

.contact-section .info-box .icon-box {
    background: #eee;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    padding-top: 6px;
}

.contact-section .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.gallery-section {
    padding: 15px 30px;
}

.gallery-item {
    padding: 5px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}

.gallery-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.faq-section {
    padding: 15px 30px;
}

.faq-section .accordion-item {
    background: #f7f7f7;
    border: none;
    margin: 15px 0;
    border-radius: 5px;
}

.faq-section .accordion-button {
    background: #eee;
    border-radius: 2px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    padding-right: 15px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button::after {
    background-size: 14px;
}

.brandList {
    padding-top: 20px;
}

.brandList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.brandList .item a {
    width: 100%;
}


.brandList .item span {
    display: block;
}

.brandList li {
    text-align: center;
}

.brandList li a {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 25px;
    border-radius: 10px;
    min-height: 178px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

.brandList li a:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-bottom-color: #2b69b3;
    scale: 1.05;
}

.pagination {
    --bs-pagination-border-radius: 2px;
}

.page-link:hover {
    color: #F6552C;
}

.job-content .deadline,
.job-content .publish_date {
    background: #2EAAE1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 10px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.job-content a.job_title {
    text-decoration: none;
    display: block;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 19px;
    color: #000000;
    margin-top: 10px;
}

.job-content .company_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-content .company_info li {
    list-style: none;
    line-height: 18px;
    margin-right: 15px;
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.job-content .company_info li img {
    height: 15px;
    margin-right: 7px;
}

.job-content .company_info li img {
    height: 15px;
    margin-right: 7px;
}

.job-content .type-of-job {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.job-content .type-of-job li {
    list-style: none;
    padding: 3px 15px;
    background: #DFDFDF;
    margin-bottom: 10px;
    color: #000;
    margin-right: 15px;
    font-size: 13px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

.box-widget-content .logo img {
    width: 100px;
}

.job-content h3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #B32D7D;
}
.related_job_posts{
    padding-bottom: 15px;;
}

.location-box li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3px;
    background: none;
    border: 1px solid #F6552C;
}

.location-box li a {
    padding: 5px 10px;
}

.location-box li a:hover {
    background: #F6552C;
    color: #fff;
}

.borderless td,
.borderless th {
    border: none;
}

.company h4 {
    font-size: 18px;
    color: #212529;
}


.footer-section {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    margin-top: 15px;
    padding: 0;
    position: relative;
    clear: both;
}

.list.list-icons.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
    color: #F6552C;
    border-color: #F6552C;
}

.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6 {
    color: #fff;
}

.footer-section .list li {
    color: #777;
    font-weight: 700;
}

.footer-section .list li a {
    color: #777;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.footer-section .abount-content {
    text-align: justify;
    color: #777;
}

.list.list-icons.list-icons-lg li>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li>.icons:first-child,
.list.list-icons.list-icons-lg li a:first-child>[class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child>.icons:first-child {
    font-size: 1.3em;
    top: 10px;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background: #fff;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.footer-section .list li a:hover {
    margin-left: 5px;
    color: #F6552C;
}

.footer-copyright {
    color: #777;
    font-weight: 700;
}

.footer-section .title {
    color: #777;
    font-weight: 700;
}

.footer-section .footer-copyright {
    background: #1c2023;
}

.footer-section .contact-number a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.alert {
    padding: 5px 10px;
    border-radius: 2px;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
}

.btn-close {
    font-size: 10px;
}

#phone_code select {
    word-wrap: normal;
    border: 0px;
    max-width: 60px;
}

#phone_code select:focus-visible {
    border: 0;
    outline: 0;
}

.social-icons-facebook a {
    background: #1877f2 !important;
}

.social-icons-facebook a:hover {
    background: #1877A2 !important;
}

.social-icons-twitter a {
    background: #1da1f2 !important;
}

.social-icons-linkedin a {
    background: #0a66c2 !important;
}

.social-icons-pinterest a {
    background: #bd081c !important;
}

.yt-video-box {
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
}

.listing-btn li {
    margin: 5px 0px;
}

.social-share li {
    display: inline-block;
}

.social-share li a {
    padding: 5px 10px;
    margin: 5px 0px;
    border-radius: 1px;
}

.social-share .google a {
    color: #fff;
    background: #FF5D1F;
}

.social-share .google a:hover {
    background: #E55121;
}

.social-share .facebook a {
    color: #fff;
    background: #3E68BD;
}

.social-share .facebook a:hover {
    background: #385DAC;
}

.social-share .twitter a {
    color: #fff;
    background: #23ABFF;
}

.social-share .twitter a:hover {
    background: #2099E9;
}

.social-share .linkedin a {
    color: #fff;
    background: #15ACE5;
}

.social-share .linkedin a:hover {
    background: #0F9ACE;
}

.social-share .pinterest a {
    color: #fff;
    background: #EB3148;
}

.social-share .pinterest a:hover {
    background: #D2293E;
}

.social-share .whatsapp a {
    color: #fff;
    background: #11D359;
}

.social-share .whatsapp a:hover {
    background: #11BD4E;
}

.social-share .line a {
    color: #fff;
    background: #00BF00;
}

.social-share .reddit a {
    color: #fff;
    background: #FF5D1F;
}

.social-share .reddit a:hover {
    background: #E55121;
}

.social-share .skype a {
    color: #fff;
    background: #06BCFE;
}

.social-share .skype a:hover {
    background: #06A9E5;
}

.social-share .tumblr a {
    color: #fff;
    background: #35455C;
}

.social-share .tumblr a:hover {
    background: #2D3C52;
}

.social-share .diaspora a {
    color: #fff;
    background: #000000;
}

.social-share .diaspora a:hover {
    background: #020202;
}

.social-share .douban a {
    color: #fff;
    background: #007900;
}

.social-share .douban a:hover {
    background: #006100;
}

.social-share .email a {
    color: #fff;
    background: #F4CD0D;
}

.social-share .email a:hover {
    background: #DBB70B;
}

.social-share .evernote a {
    color: #fff;
    background: #2DBE61;
}

.social-share .evernote a:hover {
    background: #29AD55;
}

.social-share .getpocket a {
    color: #fff;
    background: #CF394D;
}

.social-share .getpocket a:hover {
    background: #EB3750;
}

.social-share .flipboard a {
    color: #fff;
    background: #F53D3D;
}

.social-share .flipboard a:hover {
    background: #E03133;
}

.social-share .gmail a {
    color: #fff;
    background: #EA4235;
}

.social-share .gmail a:hover {
    background: #DD3026;
}

.social-share .google_bookmarks a {
    color: #fff;
    background: #EA4235;
}

.social-share .google_bookmarks a:hover {
    background: #DD3026;
}

.social-share .instapaper a {
    color: #fff;
    background: #000000;
}

.social-share .instapaper a:hover {
    background: #020202;
}

.social-share .livejournal a {
    color: #fff;
    background: #000000;
}

.social-share .livejournal a:hover {
    background: #020202;
}

.social-share .hacker_news a {
    color: #fff;
    background: #FE5802;
}

.social-share .hacker_news a:hover {
    background: #E55003;
}

.social-share .ok_ru a {
    color: #fff;
    background: #FE5802;
}

.social-share .ok_ru a:hover {
    background: #E55003;
}

.social-share .qzone a {
    color: #fff;
    background: #F6C600;
}

.social-share .qzone a:hover {
    background: #DDB204;
}

.social-share .renren a {
    color: #fff;
    background: #007ECB;
}

.social-share .renren a:hover {
    background: #0069B0;
}

.social-share .sms a {
    color: #fff;
    background: #007ECB;
}

.social-share .sms a:hover {
    background: #0069B0;
}

.social-share .telegram a {
    color: #fff;
    background: #2DA5E1;
}

.social-share .telegram a:hover {
    background: #2997CC;
}

.social-share .threema a {
    color: #fff;
    background: #015DE2;
}

.social-share .threema a:hover {
    background: #0357C4;
}

.social-share .tumblr a {
    color: #fff;
    background: #35455C;
}

.social-share .vk a:hover {
    background: #3573BE;
}

.social-share .vk a:hover {
    background: #2F67A7;
}

.social-share .weibo a:hover {
    background: #FF3F3E;
}

.social-share .weibo a:hover {
    background: #E53638;
}

.social-share .xing a:hover {
    background: #1FA5A6;
}

.social-share .xing a:hover {
    background: #1A9595;
}

.social-share .yahoo a:hover {
    background: #6C2B8B;
}

.social-share .yahoo a:hover {
    background: #5C2B7C;
}

.swal-wide {
    width: 350px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 7px !important;
    top: 12px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 7px !important;
    width: 17px !important;
    height: 4px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 6px !important;
    top: 12px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 7px !important;
    width: 17px !important;
    height: 4px !important;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    width: 30px !important;
    height: 30px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 5px 10px !important;
    font-size: 20px !important;
}

div:where(.swal2-container) .swal2-html-container {
    margin: 5px 0px !important;
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border-radius: 2px !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

div:where(.swal2-icon).swal2-success {
    width: 30px !important;
    height: 30px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 18px !important;
    left: 3px !important;
    width: 12px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 15px !important;
    right: 1px !important;
    width: 20px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 4px !important;
    border-radius: .125em;
    background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    display: none;
}

.btn {
    margin: 2px !important;
}

.listing-filter label {
    margin-top: 10px;
}

.filter-checkbox .form-check-input[type=checkbox] {
    margin-top: 13px;
    padding: 7px;
    float: right;
    border-radius: 2px !important;
}

.filter-checkbox .form-check-input:focus {
    border-radius: 1px;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .02rem rgba(13, 110, 253, .25);
}

#scroll_top {
    display: inline-block;
    background-color: #F6552C;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
}

#scroll_top:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll_top:active {
    background-color: #555;
}

#scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.list-style-icon ul li {
    margin-left: 30px;
    margin-bottom: 10px;
}

.list-style-icon ul li:before {
    content: "\f058";
    /* content: "\f35a"; */
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    color: #FF3F3E;
    font-size: 12px;
}

.alert-danger {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #ea3636;
    --bs-alert-link-color: #ffffff;
}

.min-height-80vh {
    min-height: 80vh;
}

.ads_section {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid #eee; */
    cursor: pointer;
    max-width: 100%;
    margin: 5px 0px 10px 0px;
    z-index: 1;
}

.ads {
    overflow: hidden;
}

.ads_close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: red;
    cursor: pointer;
    padding: 2px 8px;
    z-index: 1;
}

.footer_overlay {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.all_page_footer_overlay {
    position: fixed;
    width: 100%;
    bottom: -10px;
    background: #F3F3F3;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 5px 10px;
    z-index: 9999;
}

.all_page_footer_overlay .ads_close {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 25px;
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: red;
    background: #F3F3F3;
    cursor: pointer;
    padding: 2px 8px;
    z-index: 1;
}

.imageLeftHover {
    overflow: hidden;
}

.imageLeftHover img {
    margin-left: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.imageLeftHover:hover img {
    margin-left: 0;
}

.rotateZoomOut {
    overflow: hidden;
}

.rotateZoomOut img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rotateZoomOut:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.hoverShine {
    position: relative;
}

.hoverShine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hoverShine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hoverFlash:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.bannerTitle {
    animation: left2right 2s;
}

@keyframes left2right {
    0% {
        margin-left: -100px;
    }

    50% {
        margin-left: 20px;
    }

    100% {
        margin-left: 0px;
    }
}

.rate-form {
    float: left;
    height: 46px;
    padding: 0px;
}

.rate-form:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.rate-form:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate-form:not(:checked)>label:before {
    content: '★ ';
}

.rate-form>input:checked~label {
    color: #ffc700;
}

.rate-form:not(:checked)>label:hover,
.rate-form:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate-form>input:checked+label:hover,
.rate-form>input:checked+label:hover~label,
.rate-form>input:checked~label:hover,
.rate-form>input:checked~label:hover~label,
.rate-form>label:hover~input:checked~label {
    color: #c59b08;
}

.Rating-grid-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Rating-ft-first {
    display: inline-flex;
    align-items: center;
    width: auto;
    position: relative;
}

.Rating-rating {
    display: inline-flex;
    position: relative;
    margin-right: 10px;
    align-items: center;
}

.Rating-price-range {
    font-size: 12px;
    color: #989bb1;
}

.Rating-ft-last,
.Rating-inline {
    display: inline-flex;
}

.Rating-pr-average {
    padding: 2px 8px;
    background: #323232;
    display: inline-flex;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}

.current-rate {
    min-width: 25px;
    padding: 2px 8px;
    background: #323232;
    display: inline-flex;
    margin-top: 15px;
    margin-right: 4px;
    border-radius: 2px;
    font-weight: 500;
    color: #ffffff;
}

.Rating-rates {
    font-size: 9px;
    color: #989bb1;
}

.reviews-comments-wrap {
    width: 100%;
    display: inline-table;
    margin-top: 30px;
}
.reviews-comments-item {
    padding: 0 0 30px 85px;
    position: relative;
    float: left;
    width: 100%;
}
.review-comments-avatar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.reviews-comments-item-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.reviews-comments-item-text h4 {
    text-align: left;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.reviews-comments-item-date {
    float: right;
    font-weight: 500;
    color: #86889a;
    font-size: 12px;
}

.featured-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    background: #FF3F3E;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 9px;
    color: #fff;
}

.featured-tag a{
    color: #fff;
}
.featured-tag:before, .featured-tag:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
}
.featured-tag:before {
    content: '';
    border-top: 14px solid #FF3F3E;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: -4px;
}
.featured-tag:after {
    border-bottom: 14px solid #FF3F3E;
    border-right: 14px solid transparent;
    margin-right: -12px;
    margin-top: 3.5px;
}

.bookmark-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(33 33 33 / 20%);
    z-index: 2;
}

.bookmark-btn:hover {
    color: #f60100;
}

.btn-close:focus {
    outline: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-link:focus {
    box-shadow: none;
}

.discount-text{
    font-size: 18px;
}

.service-package{
    padding: 10px 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: 0.8s;
}

.service-package:hover{
    transform: scale(1.025);
}
select{
    margin: 2px 0px;
}
.listing-filter .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    border: 1px solid #06A9E5;
    margin: 2px 0px;
    user-select: none;
    -webkit-user-select: none;
}

.tags li a {
    color: #999;
    font-size: 14px;
    margin: 2px 3px;
    padding: 5px 10px;
    font-weight: 500;
    float: left;
    background: #ebebeb;
    position: relative;
    z-index: 2;
}

.tags li a:hover {
    color: #3a3a3a;
}

.social-icons li a{
    transition: transform .7s ease-in-out;
}

.social-icons li a:hover{
    background: red;
    transform: rotate(360deg);
}