@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,a;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color-green: #33AD66;
    --theme-color-blue: #159DEA;
    --box-shadow: 0px 0px 10px -6px #000 !important;
    --box-shadow-theme: 0px 0px 20px -5px var(--theme-color-blue) !important;
    --main-heading-color: #159DEA;
    --main-heading-size: 45px;
    --main-heading-weight: 700;
    --placeholder-color: #1F1F1F;
    --input-bg-color: #EDEDED;
    --input-color: #1F1F1F;
}

.theme-color-green {
    color: #33AD66 !important;
}

.theme-color-blue {
    color: #159DEA !important;
}

img {
    -webkit-user-drag: none;
}

/*!**Start custom style * */

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    /* font-weight: 700; */
    overflow-x: hidden;
}


input {
    overflow: hidden;
}

/* @font-face {
    font-family: BeautifulEveryTime;
    src: url(../font/BeautifulEveryTime.ttf);
} */

/*::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 8px;
}
 
::-webkit-scrollbar-track {
  background: #000;
}
 
::-webkit-scrollbar-thumb {
  background: #ccc;
  height:100px;
  border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #BE161F; 
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial; */
    /*font-family: 'Roboto', sans-serif;*/
    /* font-family: 'BeautifulEveryTime', sans-serif; */
    color: #113525;
}

* {
    transition: all 0.3s ease;
}

.h2,
h2 {
    font-size: 2.3rem;
}

.h3,
h3 {
    font-size: 1.2rem;
}

.h5,
h5 {
    font-size: 1rem;
    color: #4aab7e;
}

img {
    /* border-radius: 8px; */
    user-select: none;
}

a {
    color: #484848;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #67686b;
    font-weight: 400;
    margin-bottom: 0px;
}

.modal-body {
    padding: 34px;
}

.btn-danger {
    background: #ff0000;
    border-color: #ff0000;
}

.text-primary {
    color: #ff3131 !important;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    margin-top: 14px;
    border-radius: 30px;
    overflow: hidden;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 24px;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.btn {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 18px !important;
    transform: skew(-18deg, 0deg);
    border-radius: 0;
    padding: 16px 20px !important;
}

.btn span {
    transform: none;
    display: inline-block;
}

.btn-primary {
    background: #ff3131;
    border-color: #ff3131;
    color: #fff !important;
}

.btn-secondary {
    background: #4aab7e;
    border-color: #4aab7e;
}

.btn-primary2 {
    background: transparent;
    border-color: #ff3131;
    color: #000 !important;
}

.btn-primary2:hover,
.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.btn2 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 18px !important;
    transform: none;
    padding: 18px 20px !important;
    border-radius: 5px;
}

.btn3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    transform: none;
    padding: 10px 10 !important;
    border-radius: 5px;
    margin-right: 5px;
}

.btn-success2 {
    color: #fff;
    background-color: #4AAB7E;
    border-color: #4AAB7E;
}


.head {
    margin-bottom: 30px;
}

.head span {
    color: #f00;
}

.head span.tt {
    color: #4aab7e;
}

/* .navbar-brand span {
    font-size: 34px;
    display: block;
    line-height: initial;
    font-family: serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
} */

.navbar-brand img {
    width: 160px;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: inherit;
    vertical-align: middle;
    margin-left: 10px;
}

.navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%);
}

header {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #ffffff;
    padding: 20px 0;
}

.fullMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 50px 30px;
    width: 400px;
    max-width: 100%;
    left: -410px;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
    /* box-shadow: 10px 0 175px 120px #103524; */
    box-shadow: 0px 0 75px 0px #000;
    overflow: auto;
}

.fullMenu .close {
    position: inherit;
    /* top: 25px;
    right: 25px; */
    color: var(--theme-color-blue);
    opacity: 1;
    background: #ffffff;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 14px;
    box-shadow: 0px 0px 10px -5px #000000;
}

.fullMenu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fullMenu .menu li {
    background: #f1f1f1;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.fullMenu .menu li::before {
    content: '';
    position: absolute;
    background: var(--theme-color-blue);
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.fullMenu .menu li a {
    padding: 12px 25px !important;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-blue);
    transition: all ease 0.3s;
    position: relative;
    z-index: 1;
    display: block;
}

.fullMenu .menu li a i {
    margin-right: 10px;
}

.fullMenu .menu li:hover::before {
    width: 100%;
}

.fullMenu .menu li:hover a {
    color: #fff;
}

.fullMenu .btn-danger1 {
    transform: initial;
    background: #e9cfcf;
    color: #ff3131 !important;
    font-size: 18px !important;
    border-radius: 10px;
    box-shadow: 0 5px 12px 1px rgb(203 140 140);
}

.fullMenu .btn-success1 {
    transform: initial;
    background: #cfe9d9;
    color: #2d875d !important;
    font-size: 18px !important;
    border-radius: 10px;
    box-shadow: 0 5px 12px 1px rgb(109 167 131);
}

.fullMenu.hideShowMenu {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

/*.fullMenu.ShowMenu{left: 0;}*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #2f89fc;
    color: #6ba337;
    left: 20px;
    font-size: 22px !important;
}

.owl-carousel .owl-nav {
    /* width: 100%; */
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
    left: initial;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: rgb(255 255 255 / 18%) !important;
}

.owl-carousel:hover button.owl-prev {}

.owl-carousel:hover button.owl-next {}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    /* color: inherit; */
    border: none;
    padding: 10px !important;
    font: inherit;
}

.hero-carousel .owl-nav {
     display: none !important; 
}

.hero-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: none !important;
}

.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.owl-carousel button.owl-dot.active {
    background-color: #4aab7e !important;
}

.owl-carousel button.owl-dot.active {
    transform: scale(1.12);
    /* border: 1px solid #fff; */
    /* box-shadow: 0 0 4px #000; */
}

.owl-carousel button.owl-dot {
    display: inline-block;
    margin: 0 4px;
    width: 36px;
    height: 4px;
    background-color: #c6ccd3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    /* border-radius: 100px; */
    border-radius: 50px;
    transform: scale(0.5);
}

.navbar {
    padding: 20px 15px;
}

.navbar .nav-item {
    display: block;
    padding: 8px 6px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.navbar .nav-item .nav-link {
    color: #fff !important;
}

.top_btn.btn-outline-success,
.top_btn.btn-outline-danger {
    border: 2px solid;
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
}

.hero-carousel {}

.hero-carousel .hero-carousel-item {
    position: relative;
    overflow: hidden;
}

.hero-carousel .hero-carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    /* background-image: linear-gradient( 45deg, rgb(3 16 25) 50%, rgb(0 0 0 / 69%) 50%); */
    background-size: 3px 3px;
}

.home-banner {
    position: relative;
}

.home-banner .img-caption {
    left: 0;
    right: 0;
    bottom: 90px;
    background: #fff;
    width: 1000px;
    margin: auto;
    max-width: 90%;
    padding: 30px 50px;
    text-align: center;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 0 12px 1px rgb(0 0 0 / 17%);
    position: relative;
    z-index: 5;
}

.hero-carousel .hero-carousel-item img {
    animation: animate 20s linear infinite;
    /* animation-name: animate-1; */
    /* height: 495px; */
}

.home-banner .img-caption h1 {
    margin: 0;
    color: #0b5a35;
    font-size: 33px;
    margin-bottom: 17px;
}

.home-banner .img-caption p {
    font-size: 16px;
    font-style: italic;
}

@keyframes animate-1 {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }

    1.5% {
        opacity: 1;
    }

    43% {
        opacity: 1;
        transform: scale(1);
    }

    46% {
        opacity: 1;
        transform: scale(1);
    }

    49% {
        /*opacity: 0;*/
        transform: scale(1);
    }

    100% {
        /*opacity: 0;*/
        transform: scale(1.2);
    }

    98% {
        /*opacity: 0;*/
        transform: scale(1.22);
    }

    100% {
        opacity: 1;
    }
}

.sec {
    padding: 40px 0;
}

.categorySec {
    /* margin-bottom: 50px; */
    padding-top: 0;
}

.categorySec .card {
    padding: 10px 15px 12px;
    border: 0;
    box-shadow: 0 0 11px 2px rgb(0 0 0 / 17%);
    margin: 0 6px;
}

.categorySec .card .imgbox {
    /* margin-bottom: 34px; */
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorySec .card .textBox h2 {
    font-size: 20px;
    text-align: center;
    color: #113525;
    margin-bottom: 15px;
}

.categorySec .card img {
    width: 80%;
    margin: auto;
}

.categorySec .smallText {
    font-size: 12px;
}

.categorySec .owl-stage {
    padding: 30px 0;
}

.card-testimonial .content img {
    width: 78px;
    border: 3px solid #fff;
    margin-bottom: 12px;
    box-shadow: 0px 3px 20px -3px rgb(17 53 37 / 40%);
    margin: 0 auto 20px;
}

.testimonial {
    /* background: #ff3131; */
}

.testimonial .content {
    line-height: 20px;
    font-size: 14px;
    /* font-style: italic; */
    /* color: #fff; */
    text-align: center;
    padding: 4px;
}

.testimonial .author-name {
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    /* color: #ffffff; */
    text-align: center;
    margin-bottom: 16px;
    margin-top: 32px;
}

.testimonial .card-testimonial p {
    color: #113525;
    font-style: italic;
    line-height: 1.5;
}

.testimonial .ratting .fa-star.active {
    color: #fac90b;
}

.testimonial .ratting .fa-star {
    color: #ccc;
}

footer {
    background-color: #113525;
    padding: 50px 0;
    padding-bottom: 0;
    border-radius: 50px 50px 0 0;
    color: #bbe096;
}

footer p {
    color: #bbe096;
}

.page-footer a {
    font-size: 18px;

    color: #7dff00;
    font-weight: 400;
}

.page-footer h3 {
    margin-bottom: 25px;
    font-size: 27px;
    color: #ffffff;
}

.page-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-footer ul li {
    margin-bottom: 18px;
}

.page-footer .ctc {
    font-size: 0.69em;
    color: #fff;
    font-weight: 500;
}

.page-footer .ctc li {
    margin-bottom: 6px;
    /* color: #bbe096; */
}

.navbar-light .navbar-toggler {
    background: #fff;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 25px;
    }
}

@media screen and (max-width: 768px) {
    .moverspackers-get-quote-form ul li {
        width: 49%;
    }
}

@media screen and (max-width: 420px) {
    .moverspackers-get-quote-form ul li {
        width: 100%;
    }
}

/*==============whatsapp or calling icon================*/
.whatsappIcon {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.callIcon {
    position: fixed;
    bottom: 85px;
    right: 25px;
    z-index: 1000;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/*==============whatsapp or calling icon================*/

.user_dropdown {
    padding: 0 !important;
    color: var(--theme-color-blue);
}

.user_dropdown:hover {
    color: var(--theme-color-blue);
}

header .btn {
    font-size: 20px;
    font-weight: 400;
}

header .notificationIcon {
    position: relative;
    margin: 0px 5px;
    font-size: 28px;
    transform: none;
}

header .badge {
    position: absolute !important;
    top: 5px !important;
    font-size: 10px;
    right: 7px;
    border-radius: 50px;
    padding: 5px;
}

header .user_dropdown {
    text-transform: capitalize;
    transform: none;
}

header .user_dropdown img {
    margin-right: 10px;
    object-fit: cover;
    width: 55px;
    height: 55px;
    border-radius: 100% !important;
    border: none;
    box-shadow: 0px 0px 4px -2px;
}

.searchForm {}

.form-group {
    position: relative;
    padding: 12px;
}

.form-group:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 1px solid #ccc;
    bottom: 0;
    transform: skew(-18deg, 0deg);
    z-index: 0;
    background: #fff;
}

.searchForm .map {
    position: absolute;
    top: 16px;
    left: 23px;
    z-index: 10;
}

.form-control {
    /* padding-left: 28px; */
    min-height: 45px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 18px;
    position: relative;
    z-index: 5;
}

.form-group2 {
    margin: 0 0 14px;
    position: relative;
}

.forgotpwd {
    display: block;
    text-align: right;
    color: #4aab7e;
    text-decoration: underline;
}

label {
    margin: 0 0 4px;
    font-weight: 500;
    color: #103524;
}

.form-control2 {
    width: 100%;
    min-height: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}


.searchForm select {
    padding-left: 46px;
    /* position: relative; */
    /* z-index: 5; */
}

.howItWork {
    background: #e6f1da;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(230 241 218) 100%);
}

.howItWork .card {
    border: 0;
    padding: 0;
    background: transparent;
}

.howItWork .card img {}

.lostItem {}

.lostItem .card {
    border-radius: 0 0 0 50px;
    overflow: hidden;
    box-shadow: 0 0 11px 2px rgb(0 0 0 / 17%);
    margin: 10px 6px;
}

.lostItem .cnt,
.listingWrapDiv .cnt {
    font-size: 14px;
    color: #113525;
    width: 100%;
    margin-bottom: 15px;
}

.lostItem .card h3 {
    font-size: 20px;
    margin: 8px 0px;
}

.lostItem .cnt tr td,
.listingWrapDiv .cnt tr td {
    padding: 3px 5px;
}

.lostItem .w-40 {
    width: 40%;
}

.lostItem .w-60 {
    width: 60%;
}

.lostItem .imageWrap {
    height: 100%;
    overflow: hidden;
    border-radius: 0 60px 0 0;
}

.lostItem .imageWrap img {
    object-fit: cover;
    height: 320px;
}

.lostItem .contentWrap {
    padding: 15px;
}

.lostItem .card .btn {
    padding: 12px 20px !important;
    font-size: 12px;
    margin: 0 0px 0 10px;
    color: #fff;
}

.lostItem .owl-carousel .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
}

.lostItem .owl-carousel .owl-nav button.owl-next,
.lostItem .owl-carousel .owl-nav button.owl-prev {
    background: #000 !important;
    border-radius: 0;
    position: initial;
    transform: skew(-18deg, 0deg);
    margin: 0 5px;
    width: 72px !important;
    color: #fff;
}

.foundItem {
    background: #f2fee6;
}

.foundItem .card {
    background: transparent;
    border: 0;
    text-align: center;
}

.foundItem .img_card {
    box-shadow: 0 0 11px 2px rgb(0 0 0 / 17%);
    overflow: hidden;
    border-radius: 15px;
    margin: 10px 3px 18px;
}

.page-footer .sbcForm .form-group:before {
    background: transparent;
    border: 0;
}

.page-footer .sbcForm input {
    background: #fff;
    border-radius: 0;
    padding-right: 42px;
    min-height: 55px;
}

.page-footer .sbcForm .btn-success {
    transform: skew(0deg, 0deg);
}

.page-footer .sbcForm .fa-envelope {
    position: absolute;
    top: 19px;
    right: 17px;
    color: #979797;
}

.socialMedia {}

.socialMedia li {}

.socialMedia li a {
    display: inline-block;
    margin: 0 5px;
}




/*============== Listing page ===================*/
.searchHeader {
    background: #f0f0f0;
    padding: 34px 0 20px;
}

.listingWrapDiv {}

.listingWrapDiv .card {
    border-radius: 0 55px;
    border: 0;
    margin-bottom: 15px;
    transition: all ease 0.3s;
}

.listingWrapDiv .card:hover {
    box-shadow: 0px 0px 41px -7px rgb(17 53 37 / 24%);
}

.listingWrapDiv .imageWrap {
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    border-radius: 0 55px;
    background: #f0f0f0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingWrapDiv .imageWrap img {
    max-height: 220px;
    width: auto !important;
    margin: auto;
    max-width: 100%;
}

.listingWrapDiv .contentWrap {
    padding: 18px;
}

.listingWrapDiv .contentWrap h2 {}

.filterDiv {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 1px;
    margin-bottom: 35px;
}

.filterDiv .filterList {
    display: inline-block;
}

.filterDiv .filterList li {
    display: inline-block;
}

.filterDiv .filterList li .alert {
    background: #eaffd6;
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.filterDiv .filterList li .close {
    margin-left: 7px;
    font-size: 19px;
    font-weight: 100;
}

.loadMoreDiv {
    margin: 30px 0 50px;
}

.loadMoreDiv .load-more-btn {
    transform: skew(0deg, 0deg);
    border: 2px solid #e9e9e9;
    width: 100%;
    border-radius: 9px;
    padding: 20px !important;
}

/*============== end ===================*/

/*============== item view details page ===================*/
.itemViewDetails {
    padding: 60px 0;
}

.itemViewDetails .carousel-inner {}

.itemViewDetails .carousel-item {}

.itemViewDetails .carousel-item .imgWrap2 {
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    /* border-radius: 0 55px; */
    background: #f0f0f0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemViewDetails .carousel-item img {
    max-height: 400px;
    width: auto !important;
    margin: auto;
    max-width: 100%;
}

.itemViewDetails .carousel-control-prev {
    top: inherit;
    bottom: 120px;
    right: 71px;
    left: auto;
    background: #113525;
    text-align: center;
    width: auto;
    padding: 12px;
    opacity: 1;
}

.itemViewDetails .carousel-control-next {
    top: inherit;
    bottom: 120px;
    right: 25px;
    left: auto;
    text-align: center;
    width: auto;
    padding: 12px;
    background: #113525;
    opacity: 1;
}

.itemViewDetails .carousel-indicators {
    position: initial;
    justify-content: left;
    width: 100%;
    margin: 0;
    padding: 18px;
}

.itemViewDetails .carousel-indicators li {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
    /* margin: 6px 6px 0; */
    padding: 0;
    display: inline-block;
    border: 4px solid #fff;
}

.itemViewDetails .carousel-indicators li img {
    width: 80px;
    height: 80px;
}

.itemViewDetails .carousel-indicators .active {
    /* border: 4px solid #fff; */
    box-shadow: 0 0 10px 3px #b3b3b3;
}

.itemViewDetails .detailsContent {
    padding: 18px;
}

.itemViewDetails .card .date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    background: #f6ff00;
    color: #113525;
    padding: 6px 15px;
    border-radius: 8px;
    font-weight: 500;
}

.userCard {
    padding: 15px;
}

.userCard .userImage {
    width: 100px;
    border-radius: 8px;
}

.userCard h5 {
    color: #113525;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 6px !important;
}

.userCard small {
    color: #939393;
}

.userCard p {
    font-size: 13px;
    color: #113525;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px;
}

.userCard .chat-btn {
    background: #ff0000;
    color: #fff;
    width: 91%;
    margin: 8px 15px;
}

.userCard .showCallNo-btn {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
    width: 100%;
}

.userCard .showCallNo-btn span {
    color: #9ac96d;
    text-decoration: underline;
    font-size: 15px;
    top: -4px;
    position: relative;
}

.locationIn {
    padding: 15px;
}

.safeLineList {
    padding: 0;
    list-style: none;
}

.safeLineList li {
    padding: 13px 0;
    border-top: 1px solid #f1f1f1;
}

.safeLineList li i {
    margin-right: 11px;
}

/*============== end ===================*/

/*============== chat Page ===================*/
.chatPage {
    padding: 60px 0;
}

.chatPage .inboxHeading {
    background: var(--theme-color-blue);
    padding: 18px;
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.chatPage .chatCard {
    border-radius: 35px;
    overflow: hidden;
    border: 2px solid var(--theme-color-blue);
    height: 100%;
}

.chatPage .chatCard img {
    border-radius: 46px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.chatPage .chatCard ul.list-unstyled {
    overflow: auto;
}

.chatPage .media {
    padding: 14px;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.chatPage .media.active,
.chatPage .media:hover {
    background: #efefef;
    /* border-bottom: 1px solid #efefef; */
}

.chatPage .media li {}

.chatPage .media li p {}

.chatPage .media .uname {
    color: #113525;
    font-size: 18px;
    margin-top: 8px !important;
    margin-bottom: 0;
    text-transform: capitalize;
}

.chatPage .media p {
    color: #113525;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.chatPage .media .time {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #000;
}

.chatBoxCard {
    border-radius: 35px;
    overflow: hidden;
}

.chatBoxCard .media {
    margin: 0;
    align-items: center;
}

.chatBoxCard .media img {
    border-radius: 50px;
}

.chatBoxCard .media .close {
    bottom: 0;
    font-size: 35px;
    font-weight: 300;
}

.msger-chat {
    padding: 20px;
    height: 49vh;
    /* border-radius: 15px; */
    position: relative;
    /* overflow-x: scroll; */
    overflow-y: scroll;
}

/*.msger-chat:before{content: '';background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=);opacity: 0.2;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 height:100%;
 position: absolute;background-attachment: fixed;background-repeat-y: repeat;}*/
.msger-chat .msg {
    position: relative;
    padding: 6px 0;
    margin-bottom: 20px;
}

.msger-chat .right-msg {
    text-align: right;
}

.msger-chat .left-msg {
    text-align: left;
}

.msger-chat .chatTime {
    font-size: 9px;
    font-weight: 500;
    color: #103524;
    position: absolute;
    bottom: -10px;
}

.msger-chat .right-msg .inn {
    background: #e0f9ed;
    padding: 9px 18px;
    border-radius: 10px 10px 0px 10px;
    display: inline-block;
    min-width: 60px;
    position: relative;
    max-width: 80%;
    text-align: left;
}

.msger-chat .left-msg .inn {
    background: #e8e8e8;
    padding: 9px 18px;
    border-radius: 10px 10px 10px 0px;
    display: inline-block;
    position: relative;
    max-width: 80%;
}

.msger-chat .right-msg .chatTime {
    right: 0;
}

.msger-chat .left-msg .chatTime {
    left: 0;
}

.typeChatBox {
    background: #efefef;
    padding: 8px 10px;
}

.typeChatBox .textInputBox {}

.typeChatBox .textInputBox textarea {
    max-height: 100px;
    font-size: 16px;
    border-radius: 15px;
}

.typeChatBox .textSendBox {}

.typeChatBox .textSendBox .sendBTN {
    background: var(--theme-color-blue);
    color: #fff;
    border: 0;
    padding: 14px 18px;
    font-size: 20px;
    border-radius: 8px;
    /* width: 100%; */
    margin-top: 7px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.clipIcon i.fa-paperclip {
    margin: 6px 10px 6px 0px;
    cursor: pointer;
    font-size: 25px;
}

.clipIcon i:hover {
    opacity: 0.6;
}

.clipIcon input {
    display: none;
}

/*============== end ===================*/


/*============== post your item page ===================*/

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    padding-left: 22px;
}

.custom-radio label::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #b7b7b7;
    border: 4px solid #b7b7b7;
    border-radius: 50%;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.custom-radio label::after {
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background-color: #4aab7e;
    border: 2px solid #4aab7e;
    border-radius: 50%;
    top: 50%;
    left: -25px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.custom-radio input[type="radio"]:checked+label::before {
    border-color: #4aab7e;
    background: #fff;
}

.custom-radio input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}


.innerHero {
    /* min-height: 400px; */
    background-size: cover;
    padding-top: 330px;
    position: relative;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-position: 0% 0%;
}

.innerHero:before {
    content: '';
    background: rgb(0 0 0 / 48%);
    background: linear-gradient(0deg, rgb(0 0 0 / 84%) 10%, rgb(0 0 0 / 10%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.innerHero h2 {
    color: #fff;
}

.postItemFormPage .card {
    border: 2px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.postItemFormPage .card .form-control2 {
    background: #f1f1f1;
    border: 0;
    padding: 14px 16px;
}

.postItemFormPage .mian-icon-left .form-control2 {
    padding-left: 54px;
}

.postItemFormPage .input-icon-left {
    position: absolute;
    left: 18px;
    top: 18px;
}

.postItemFormPage .input-icon-left img {
    width: 24px;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 120px;

    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f1;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    padding-bottom: 100%;
}


/*============== end ===================*/


.allInnerHero {
    background: #f0f0f0;
    padding: 60px 0 20px;
}

/*============== help page ===================*/
#accordion .card .card-header .btn-link {

    display: block;
    text-align: left;
    text-decoration: none !important;

    color: #222;
    padding: 12px 4px !important;
    transform: skew(0deg, 0deg);
}

#accordion .card .card-header .btn-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#accordion .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}

.btn-outline-danger,
.btn-outline-success,
.userCard .chat-btn {
    transition: .3s;
}

.btn-outline-danger:hover {
    transform: scale(.9);
    border-color: #dc3545;
    box-shadow: 0 8px 20px 7px #dc354594;
}

.btn-outline-success:hover {
    transform: scale(.9);
    border-color: var(--theme-color-blue);
    box-shadow: 0 8px 20px 7px var(--theme-color-blue)6b;
}

.userCard .chat-btn:hover {
    transform: scale(.9);
    border-color: #ff0000;
    /* box-shadow: 0 8px 20px 7px #ff00006b; */
    border-radius: 10px;
}

.userCard .chat-btn:hover span {
    transform: skew(0deg, 0deg);
}

.upload-found-btn {
    background-color: var(--theme-color-blue);
    color: #fff !important;
}

.upload-lost-btn {
    background-color: #dc3545;
    color: #fff !important;
}

.login-btn {
    background-color: var(--theme-color-blue);
    color: #fff !important;
}

/*============== end ===================*/

.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);

}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.google-btn .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
    background: #1669F2;
}

.facebook-btn {
    width: 184px;
    height: 42px;
    background-color: #4C69BA;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);

}

.facebook-btn .facebook-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.facebook-btn .facebook-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.facebook-btn .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}

.facebook-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}

.facebook-btn:active {
    background: #1669F2;
}


/*================28-09-2022============*/
.downloadourApp ul {
    /*width: 100%;*/
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.downloadourApp li {
    display: inline-block;
    margin: 0px;
}

.downloadourApp .download {
    width: 167px;
    height: 58px;
    background: black;
    float: left;
    border-radius: 5px;
    position: relative;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}

.downloadourApp .download .fa {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.downloadourApp .df,
.downloadourApp .dfn {
    position: absolute;
    left: 55px;
}

.downloadourApp .df {
    top: 15px;
    font-size: .68em;
}

.downloadourApp .dfn {
    top: 27px;
    font-size: 1.08em;
}

.downloadourApp .download:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.downloadourApp .download a {
    color: #fff;
}

.downloadourApp .download:hover a {
    /*color: #000;*/
}

/*============30-09-2022===============*/
.footer-menu {
    text-align: center;
    margin-top: 35px;
    background: #09301e;
    padding: 20px !important;
    border-radius: 57px;
}

.footer-menu li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #254a3a;
    border-left: 1px solid #254a3a;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .footer-menu {
        text-align: left;
        border-radius: 0;
        margin: 0;
    }

    .footer-menu li {
        display: block;
        border: 0;
    }
}

/*============13-10-2022===============*/
.home-banner .form-group2 .btn {
    width: 100% !important;
    padding: 24px 20px !important;
    margin: 0 !important;
}

.foundItem .card {
    background: #f2fee6;
}

.foundItem .card a {}

.foundItem .card img {
    max-height: 216px;
    object-fit: cover;
}



@media (max-width: 553px) {
    #menuHamburger img {
        width: 34px;
    }

    header .navbar-brand img {
        width: 120px;
    }

    header .top_btn.btn-outline-success,
    header .top_btn.btn-outline-danger {
        padding: 8px 12px;
    }

    header .top_btn.btn-outline-success i {
        margin: 0 !important;
    }


}

@media (max-width: 768px) {
    .home-banner .img-caption h1 {
        font-size: 26px;
    }

    .h2,
    h2 {
        font-size: 26px;
    }

    .home-banner .img-caption {
        bottom: 30px;
    }

    .lostItem .card {
        border-radius: 5px;
    }

    .lostItem .card .d-flex {
        display: block !important;
    }

    .lostItem .w-40,
    .lostItem .w-60 {
        width: 100%;
    }

    .lostItem .imageWrap {
        background: #f1f1f1;
        border-radius: 0;
    }

    .lostItem .imageWrap img {
        max-height: 200px;
        width: auto;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    /* header .col-md-4 {
        -ms-flex: 0 0 52.333333%;
        flex: 0 0 52.333333%;
        max-width: 52.333333%;
    } */

    /* header .col-md-8 {
        -ms-flex: 0 0 47.666667%;
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
    } */

    .searchForm .form-group:before {
        transform: none;
    }

    .searchForm select {
        padding-left: 0px;
    }

    .home-banner .form-group2 .btn,
    .home-banner .form-group2 .btn span {
        transform: none;
    }

    .home-banner .form-group {
        padding: 5px;
    }

    .home-banner .form-group2 .btn {
        padding: 17px 10px !important;
    }

    .searchForm .col-md-3,
    .searchForm .col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/*added 13-12-2022*/
.single-blog-post {
    margin-bottom: 50px;
}

.single-blog-post .img-holder img {
    border: 1px solid #aaaaaa;
    width: 80%;
    height: 400px;
}

.single-blog-post .overlay-style-two {
    background-color: #103524;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 22px;
    padding: 8px 0;
    text-align: center;
    width: 53px;
    margin-right: 15px;
}

.single-blog-post .text-holder {
    display: inline-block;
    vertical-align: top;
}

.single-blog-post .text-holder .blog-title {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.text-holder a {
    text-decoration: none;
}

.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-block;
    float: left;
    line-height: 15px;
    padding-right: 15px;
}

.single-blog-post .text-holder .meta-info .post-info li i {
    color: #103524;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}

.single-blog-post .text-holder .meta-info .post-info li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.single-blog-post .text-holder .meta-info .post-info {
    padding: 0px;
}

.single-blog-post .date_more {
    margin: 50px 0 30px;
}

.single-blog-post .text p {
    color: #000;
    margin-bottom: 45px;
    padding-right: 40px;
}

.single-blog-post .readmore {
    border: 1px solid #103524;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 9px 20px;
    text-transform: uppercase;
    background: #103524;
    text-decoration: none;
}

.pagination li a {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 16px;
}

.pagination li a:hover {
    color: #fff;
    background-color: #103524;
}

.pagination li a {
    border: 1px solid #aaaaaa;
}

.sidebar-wrapper .single-sidebar .search-form {
    border-bottom: 1px solid #aaa;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    border: medium none;
    box-shadow: none;
    width: 85%;
    font-size: 15px;
    color: #aaaaaa;
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: none;
    color: #fff;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    border: medium none;
    width: 13%;
}

.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 19px;
    color: #aaaaaa;
}

.sidebar-wrapper .single-sidebar .sec-title {
    margin-top: 22px;
    overflow: hidden;
    padding-bottom: 10px;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #333333;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.single-sidebar .categories li {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 42px;
    list-style: outside none none;
    padding-left: 5px;
}

.single-sidebar .categories li a {
    color: #333333;
    padding-left: 21px;
    text-decoration: none;
}

.single-sidebar .categories li::before {
    color: #103524;
    content: "\f105";
    font-family: "FontAwesome";
    left: inherit;
    position: absolute;
    font-size: 22px;
}

.single-sidebar .categories {
    padding: 0;
}

.single-sidebar .latest-post {
    padding: 0px;
}

.single-sidebar .latest-post li {
    list-style: outside none none;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #bbb;
    margin-top: 14px;
}

.single-sidebar .latest-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 75px;
}

.single-sidebar .latest-post li .title-holder {
    padding-left: 20px;
}

.single-sidebar .latest-post li .title-holder a {
    text-decoration: none;
}

.single-sidebar .latest-post li .title-holder a .post-title {
    color: #141414;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}

.single-sidebar .latest-post li .title-holder .post-date {
    color: #103524;
    display: block;
    font-size: 14px;
    font-style: italic;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 15px;
}

.single-sidebar .popular-tag li a {
    border: 1px solid #cac7c7;
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 18px;
    background-color: #ebebeb;
    border-radius: 4px;
}

.single-sidebar .popular-tag li a:hover {
    border: 1px solid #103524;
    color: #fff;
    background-color: #103524;
}

.single-sidebar .popular-tag {
    padding: 0;
}

.pagination {
    margin: 0;
}

.blog_post .blog_p {
    border-left: 3px solid #103524;
    padding: 5px 0 5px 25px;
    font-size: 18px;
    color: #71706c;
    font-style: italic;
    line-height: 34px;
}

.blog_post .Share ul {
    padding: 0px;
}

.blog_post .Share li {
    display: inline-block;
    list-style: outside none none;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}

.blog_post .Share .fa {
    background-color: #fdfcfc;
    border: 1px solid #f3f1f1;
    border-radius: 2px;
    color: #aaaaaa;
    font-size: 14px;
    height: 38px;
    margin-left: 5px;
    padding: 10px 0 3px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

.blog_post .Share .fa:hover {
    background-color: #2896df;
    color: #fff;
    border: 1px solid #bbbbbb;
}

.blog_post .blog_post_barr .pager {
    margin: 0;
}

.blog_post .blog_post_barr li a {
    border: medium none;
    padding-bottom: 0;
    padding-top: 0;
    color: #bbbbbb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog_post .blog_post_barr .pager {
    margin-top: 35px;
}

.blog_post .blog_post_barr .Share {
    margin: 30px 0 45px;
}

.blog_post .blog_post_barr li a:hover {
    background-color: inherit;
}

.blog_post .blog_post_barr .next>a {
    color: #2896df;
}

.blog_post .blog_post_barr .fa {
    font-size: 18px;
}

.blog_post .blog_post_barr .pager li:first-child {
    border-right: 1px solid;
}

.blog_post .single-blog-post {
    margin-bottom: 0px;
}

.blog_post .media-heading {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}

.blog_post .media-body {
    color: #777;
    font-size: 14px;
    padding-left: 18px;
}

.blog_post .panel-heading::before {
    bottom: -8px;
    left: 25px;
}

.blog_post .panel-heading {
    font-size: 25px;
    margin-bottom: 45px;
    margin-top: 30px;
    padding: 0 0 6px;
    font-weight: 700;
}

.blog_post .media-body small {
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
}

.blog_post .media-heading a {
    color: #2896df;
}

.blog_post .media {
    margin-bottom: 40px;
    margin-top: 0px;
}

.blog_post input {
    border-color: #aaaaaa;
    border-radius: 5px;
    box-shadow: none;
    color: #b1b1b1;
    font-size: 17px;
    height: 45px;
}

.blog_post .form-control {
    border-color: #aaaaaa;
    border-radius: 5px !important;
    box-shadow: none;
    color: #b1b1b1;
    font-size: 17px;
    width: 100%;
}

.blog_post .form-group {
    margin-bottom: 40px;
}

.blog_post .input-group {
    width: 100%;
}

.blog_post .form-group .btn-skin {
    font-size: 19px;
    font-weight: 600;
    padding: 10px 15px;
}

.blog_post footer {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .top_awro {
        right: 30px;
    }

    .right-contact li:first-child {
        margin-right: 12px;
    }

    .right-contact {
        text-align: center;
    }

    #header {
        padding: 0 0 10px;
    }

    .book-now-home .form-group {
        width: 100%;
    }

    .book-now-home .booknow {
        width: 100%;
    }

    .step-one::before {
        display: none;
    }

    .step-two::before {
        display: none;
    }

    .step-one,
    .step-two {
        margin-bottom: 30px;
    }

    #banner .panel-heading {
        font-size: 32px;
        line-height: 35px;
    }

    #banner .caption {
        font-size: 14px;
        line-height: 27px;
    }

    .book-now-home .form-group {
        border-bottom: 1px solid #aaaaaa;
    }

    .book-now-home .form-group:first-child {
        margin: 0px;
    }

    .book-now-home .category-dropdown {
        border-right: medium none;
        z-index: 9999999;
    }

    #banner {
        padding: 40px 0 70px;
    }

    section {
        padding: 40px 0 0;
    }

    .services-list li {
        height: 135px;
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 25px 0 0;
        width: 133px;
    }

    .services-list li:nth-child(5),
    .services-list li:nth-child(10) {
        margin-right: 5px;
    }

    #trust-security p {
        min-height: unset;
    }

    .counter_box.text-center {
        margin-top: 35px;
    }

    #features img {
        display: none;
    }

    .features-section h2 {
        margin: 0 0 25px;
    }

    #features {
        padding: 40px 0 16px;
    }

    .responsive-look img {
        display: none;
    }

    .responsive-look::before {
        display: none;
    }

    .carousel-control {
        left: -17px;
    }

    #downlod_app {
        margin: 0;
        padding-bottom: 25px;
    }

    #downlod_app .btn-outline {
        margin: 0 20px 15px;
    }

    #call-to-action {
        text-align: center;
    }

    #call-to-action .text-left,
    #call-to-action .text-right {
        text-align: center;
    }

    #call-to-action a.btn {
        margin: 20px 0 0;
    }

    .copyright {
        float: none;
        text-align: left;
        width: 100%;
    }

    .footer-scoails.pull-right {
        float: none;
        text-align: center;
        width: 100%;
    }

    #downlod_app .downlod_text {
        width: 100%;
    }

    #trusted .trusted_logo {
        margin: 40px 0 0;
    }

    section .panel-heading {
        margin-bottom: 30px;
        line-height: 25px;
    }

    #trust-security {
        padding-bottom: 20px;
    }

    #trust-security .icon_box_one .box_content {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        bottom: -55px;
    }

    #testimonails {
        padding-bottom: 80px;
    }

    #downlod_app h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
    }

    #trusted .panel-heading {
        margin-top: 0px;
    }

    #trusted {
        padding-bottom: 40px;
    }

    #call-to-action h2 {
        line-height: 30px;
    }
}

#blog-area {
    margin-top: 50px;
}

.single-sidebar .latest-post .img-holder img {
    width: 100%;
}

.single-blog-post .text-holder .meta-info .post-info a {
    text-decoration: none;
}

.single-sidebar .popular-tag a {
    text-decoration: none;
}

input:focus {
    /* border: none !important; */
    outline: none !important;
}

*:focus {
    outline: none;
}

h3.kanpid_bread_heading {
    text-align: center !important;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
}

.page-area.kanpid_blog_breadcumb {
    padding: 30px 0px;
    background: linear-gradient(rgb(16 53 36 / 70%), rgb(16 53 36 / 69%)), url(https://kanpid.com/assets/admin_assets/banner-image/image-1423086290_1660739305.jpg);
    background-size: cover;
    background-position: left;
}

ul.breadcrumb-bg.kanpid_ul {
    list-style: none;
    display: flex;
    color: #fff;
    justify-content: center;
    padding: 0px;
}

a.kanpid_a {
    color: #fff;
}

a.kanpid_a:hover {
    color: #fff;
}

.breadcrumb ul li a {
    display: inline-block;
    color: #000;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
}

.single-sidebar .categories li::before {
    display: none;
}

i.fa.fa-angle-right.category-icon {
    font-size: 17px;
    color: #103524;
}

/* .sidebar-wrapper .single-sidebar .search-form button i.fa.fa-search.search-class {
    font-size: 19px;
    color: #103524;
} */

li.kanpid_li {
    padding-right: 2px;
    padding-left: 2px;
}

svg.w-5.h-5 {
    width: 13px;
}

a.kanpid-img {
    width: 98%;
}

.single-sidebar.kanpin_sidebar_2 {
    background: #e7f7e5;
    padding: 0px 20px 20px 20px;
}

.single-sidebar.kanpin_sidebar_3 {
    background: #e7f7e5;
    padding: 0px 20px 20px 20px;
}

span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    background: #fff !important;
    color: #113525 !important;
    border-color: #113525 !important;
    border: 1px solid #113525 !important;
    padding: 7px 18px !important;

}

a.relative.inline-flex.items-center.px-4.py-2.ml-3.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    background: #113525 !important;
    color: #fff;
    padding: 6px 30px !important;
}

a.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.rounded-md.hover\:text-gray-500.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    background: #113525 !important;
    color: #fff;
    padding: 6px 18px !important;

}

span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    border: 1px solid #113525 !important;
    padding: 8px 14px 8px !important;

}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {

    border: 1px solid #113525 !important;
    margin: 5px;
    padding: 8px 26px 8px !important;

}

span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
    border: 1px solid #113525 !important;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    border: 1px solid #113525 !important;
    padding: 6px 26px 5px !important;
    margin-left: 7px;
}

a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    border: 1px solid #113525 !important;
    padding: 6px 14px 5px !important;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {

    border: 1px solid #113525 !important;
    padding: 6px 14px 5px !important;
}


.img-holder.border-img {

    padding: 40px;
    padding-right: 0px;
    border: #e7f7e5;
    background: #e7f7e5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.single-blog-post {
    margin-bottom: 75px;
}

.single-blog-post .img-holder img {
    border: 1px solid #aaaaaa;
    width: 100%;
}

.single-blog-post .overlay-style-two {
    background-color: #103524;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 22px;
    padding: 8px 0;
    text-align: center;
    width: 53px;
    margin-right: 15px;
}

.single-blog-post .text-holder {
    display: inline-block;
    vertical-align: top;
}

.single-blog-post .text-holder .blog-title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-block;
    float: left;
    line-height: 15px;
    padding-right: 15px;
}

.single-blog-post .text-holder .meta-info .post-info li i {
    color: #103524;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}

.single-blog-post .text-holder .meta-info .post-info li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.single-blog-post .text-holder .meta-info .post-info {
    padding: 0px;
}

.single-blog-post .date_more {
    margin: 50px 0 30px;
}

.single-blog-post .text p {
    color: #777;
    margin-bottom: 45px;
}

.single-blog-post .readmore {
    border: 1px solid #103524;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 9px 20px;
    text-transform: uppercase;
}

.pagination li a {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 16px;
}

.pagination li a:hover {
    color: #fff;
    background-color: #103524;
}

.pagination li a {
    border: 1px solid #aaaaaa;
}

.sidebar-wrapper .single-sidebar .search-form {
    border-bottom: 1px solid #aaa;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    border: medium none;
    box-shadow: none;
    width: 85%;
    font-size: 15px;
    color: #aaaaaa;
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: none;
    color: #fff;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    border: medium none;
    width: 13%;
}

.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 19px;
    color: #aaaaaa;
}

.sidebar-wrapper .single-sidebar .sec-title {
    margin-top: 22px;
    overflow: hidden;
    padding-bottom: 10px;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #333333;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

i.fa.fa-angle-right.category-icon {
    font-size: 17px;
    color: #103524;
    font-weight: 700;
}

.single-sidebar .categories li {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 42px;
    list-style: outside none none;
    padding-left: 0px;
}

.single-sidebar .categories li a {
    color: #333333;
}

.single-sidebar .categories li::before {
    color: #103524;
    content: "\f105";
    font-family: "FontAwesome";
    left: 15px;
    position: absolute;
    font-size: 22px;
    display: none;
}

.single-sidebar .categories {
    padding: 0;
}

.single-sidebar .latest-post {
    padding: 0px;
}

.single-sidebar .latest-post li {
    list-style: outside none none;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 70px;
    position: relative;
}

.single-sidebar .latest-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 75px;
}

.single-sidebar .latest-post li .title-holder {
    padding-left: 20px;
}

.single-sidebar .latest-post li .title-holder a .post-title {
    color: #777777;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}

.single-sidebar .latest-post li .title-holder .post-date {
    color: #103524;
    display: block;
    font-size: 14px;
    font-style: italic;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 15px;
}

.single-sidebar .popular-tag li a {
    border: 1px solid #cac7c7;
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 18px;
    background-color: #ebebeb;
    border-radius: 4px;
}

.single-sidebar .popular-tag li a:hover {
    border: 1px solid #103524;
    color: #fff;
    background-color: #103524;
}

.single-sidebar .popular-tag {
    padding: 0;
}

.pagination {
    margin: 0;
}

.blog_post .blog_p {
    border-left: 3px solid #103524;
    padding: 5px 0 5px 25px;
    font-size: 18px;
    color: #71706c;
    font-style: italic;
    line-height: 34px;
}

.blog_post .Share ul {
    padding: 0px;
    display: flex;
}

.blog_post .Share li {
    display: inline-block;
    list-style: outside none none;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}

.blog_post .Share .fa {
    background-color: #fdfcfc;
    border: 1px solid #f3f1f1;
    border-radius: 2px;
    color: #aaaaaa;
    font-size: 14px;
    height: 38px;
    margin-left: 5px;
    padding: 10px 0 3px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

.blog_post .Share .fa:hover {
    background-color: #2896df;
    color: #fff;
    border: 1px solid #bbbbbb;
}

.blog_post .blog_post_barr .pager {
    margin: 0;
}

.blog_post .blog_post_barr li a {
    border: medium none;
    padding-bottom: 0;
    padding-top: 0;
    color: #bbbbbb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog_post .blog_post_barr .pager {
    margin-top: 35px;
}

.blog_post .blog_post_barr .Share {
    margin: 30px 0 45px;
}

.blog_post .blog_post_barr li a:hover {
    background-color: inherit;
}

.blog_post .blog_post_barr .next>a {
    color: #2896df;
}

.blog_post .blog_post_barr .fa {
    font-size: 18px;
}

.pager {
    list-style: none;
    display: flex;
}

.pager li {
    padding-left: 10px;
}

.pager li:first-child {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.pager li:first-child a {
    color: gray;
}

.blog_post .single-blog-post {
    margin-bottom: 0px;
}

.blog_post .media-heading {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}

.blog_post .media-body {
    color: #777;
    font-size: 14px;
    padding-left: 18px;
}

.blog_post .panel-heading::before {
    bottom: -8px;
    left: 25px;
}

.blog_post .panel-heading {
    font-size: 25px;
    margin-bottom: 45px;
    margin-top: 30px;
    padding: 0 0 6px;
    font-weight: 700;
}

.blog_post .media-body small {
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
}

.blog_post .media-heading a {
    color: #2896df;
}

.blog_post .media {
    margin-bottom: 40px;
    margin-top: 0px;
}

.blog_post input {
    border-color: #aaaaaa;
    border-radius: 5px;
    box-shadow: none;
    color: #b1b1b1;
    font-size: 17px;
    height: 45px;
}

.blog_post .form-control {
    border-color: #aaaaaa;
    border-radius: 5px !important;
    box-shadow: none;
    color: #b1b1b1;
    font-size: 17px;
    width: 100%;
}

.blog_post .form-group {
    margin-bottom: 40px;
}

.blog_post .input-group {
    width: 100%;
}

.blog_post .form-group .btn-skin {
    font-size: 19px;
    font-weight: 600;
    padding: 10px 15px;
}

.blog_post footer {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .top_awro {
        right: 30px;
    }

    .right-contact li:first-child {
        margin-right: 12px;
    }

    .right-contact {
        text-align: center;
    }

    #header {
        padding: 0 0 10px;
    }

    .book-now-home .form-group {
        width: 100%;
    }

    .book-now-home .booknow {
        width: 100%;
    }

    .step-one::before {
        display: none;
    }

    .step-two::before {
        display: none;
    }

    .step-one,
    .step-two {
        margin-bottom: 30px;
    }

    #banner .panel-heading {
        font-size: 32px;
        line-height: 35px;
    }

    #banner .caption {
        font-size: 14px;
        line-height: 27px;
    }

    .book-now-home .form-group {
        border-bottom: 1px solid #aaaaaa;
    }

    .book-now-home .form-group:first-child {
        margin: 0px;
    }

    .book-now-home .category-dropdown {
        border-right: medium none;
        z-index: 9999999;
    }

    #banner {
        padding: 40px 0 70px;
    }

    section {
        padding: 40px 0 0;
    }

    .services-list li {
        height: 135px;
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 25px 0 0;
        width: 133px;
    }

    .services-list li:nth-child(5),
    .services-list li:nth-child(10) {
        margin-right: 5px;
    }

    #trust-security p {
        min-height: unset;
    }

    .counter_box.text-center {
        margin-top: 35px;
    }

    #features img {
        display: none;
    }

    .features-section h2 {
        margin: 0 0 25px;
    }

    #features {
        padding: 40px 0 16px;
    }

    .responsive-look img {
        display: none;
    }

    .responsive-look::before {
        display: none;
    }

    .carousel-control {
        left: -17px;
    }

    #downlod_app {
        margin: 0;
        padding-bottom: 25px;
    }

    #downlod_app .btn-outline {
        margin: 0 20px 15px;
    }

    #call-to-action {
        text-align: center;
    }

    #call-to-action .text-left,
    #call-to-action .text-right {
        text-align: center;
    }

    #call-to-action a.btn {
        margin: 20px 0 0;
    }

    .copyright {
        float: none;
        text-align: left;
        width: 100%;
    }

    .footer-scoails.pull-right {
        float: none;
        text-align: center;
        width: 100%;
    }

    #downlod_app .downlod_text {
        width: 100%;
    }

    #trusted .trusted_logo {
        margin: 40px 0 0;
    }

    section .panel-heading {
        margin-bottom: 30px;
        line-height: 25px;
    }

    #trust-security {
        padding-bottom: 20px;
    }

    #trust-security .icon_box_one .box_content {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        bottom: -55px;
    }

    #testimonails {
        padding-bottom: 80px;
    }

    #downlod_app h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
    }

    #trusted .panel-heading {
        margin-top: 0px;
    }

    #trusted {
        padding-bottom: 40px;
    }

    #call-to-action h2 {
        line-height: 30px;
    }
}

#blog-area {
    margin-top: 50px;
}

.single-sidebar .latest-post .img-holder img {
    width: 100%;
}

.single-blog-post .text-holder .meta-info .post-info a {
    text-decoration: none;
}

.single-sidebar .popular-tag a {
    text-decoration: none;
}

.share_wrap li i {
    background-color: #fdfcfc;
    border: 1px solid #103524;
    border-radius: 2px;
    color: #103524;
    font-size: 14px;
    height: 38px;
    margin-left: 5px;
    padding: 10px 0 3px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

.share_wrap {
    list-style: none;
}

.share_wrap li {
    padding-left: 10px !important;
}

.share_wrap li i {}

.img_bx {
    width: 80px;
    height: 80px;
    background: #000;
}

.media-body {
    padding-left: 30px;
}

.panel-heading {
    font-size: 25px;
    margin-top: 30px;
    padding: 0 0 6px;
    font-weight: 700;
}

.media p {
    color: #777;
    font-size: 14px;
    padding-left: 18px;
}

.grd_border {
    width: 7%;
    height: 3px;
    background: #103524;
}

.media h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}

.media a {
    color: #2896df;
}

.pager a {
    text-decoration: none;
}

.search-form input:focus {
    border: none !important;
    outline: none !important;
}

*:focus {
    outline: none !important;
}

h3.kanpid_bread_heading {
    text-align: center !important;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 300px !important;
}

.page-area.kanpid_blog_breadcumb {
    padding: 33px 25px;
    background: linear-gradient(rgb(16 53 36 / 70%), rgb(16 53 36 / 69%)), url(https://kanpid.com/assets/admin_assets/banner-image/image-1423086290_1660739305.jpg);
    background-size: cover;
    background-position: left;
}

ul.breadcrumb-bg.kanpid_ul {
    list-style: none;
    display: flex;
    color: #fff;
    justify-content: center;
    padding: 0px;
}

a.kanpid_a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

a.kanpid_a:hover {
    color: #fff;
}

.breadcrumb ul li a {
    display: inline-block;
    color: #000;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
}

img.single_blog_image {
    width: 85% !important;
}

.single-blog-post .text p {
    color: #000;
    margin-bottom: 11px;
    text-align: justify;
    padding-right: 100px;
}

h3.blog-single-title {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

ul.d-flex.share_wrap.align-items-center {
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

input.blog_form {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #b1b1b1;
}

textarea.blog_form {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #b1b1b1;
}

button.blog_single_btn {
    background: #103524;
    border: 1px solid;
    width: 100%;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
}

.single-sidebar.kanpin_sidebar_2 {
    background: #e7f7e5;
    padding: 0px 20px 20px 20px;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {

    h3.kanpid_bread_heading {
        padding: 0px !important;
    }

    a.kanpid_a {
        margin: 0px;
    }

    ul.breadcrumb-bg.kanpid_ul {
        font-size: 11px;
    }

    img.single_blog_image {
        width: 95% !important;
    }

    .single-blog-post .text-holder .blog-title {
        color: #333333;
        font-size: 22px;
    }

    .single-blog-post .text p {
        color: #000;
        margin-bottom: 20px !important;
        text-align: justify;
        padding-right: 20px;
        font-size: 21px;
    }

    ul.d-flex.share_wrap.align-items-center {
        padding: 0px;
        margin: 30px 0px 0px -18px;
    }

    .row.mt-5.form_row {
        padding: 18px;
    }
}

/*add new 13-12-2022*/


h1.blog_category_heading {
    font-size: 35px;
    margin-bottom: 22px;
    text-transform: uppercase;
    background: #103524;
    width: 308px;
    padding: 5px 10px;
    color: #fff;
}


img.category_blog_img {
    width: 95% !important;
}

/*priyanshu add kanpid second phase*/
.kanpid_banner {
    padding: 125px;
    min-height: 100%;
    background: linear-gradient(0deg, #103524, #10352438), url(../img/banner-new.png);
    background-size: cover;
}

.banner_heading {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    margin-top: 30px !important;
}


.banner_span {
    color: #9ac76e;
}

.input-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px 30px !important;
    border-radius: 6px;
    position: relative;
    left: 0px;
    top: -80px;
    background: #fff;
}



.search {
    width: 89%;
    padding: 8px 13px;
    border-radius: 40px;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    margin-top: 20px;
}


/* .fa-search {
    font-size: 16px !important;
    background: #ffc000;
    padding: 14px;
    border-radius: 40px;
    margin-left: 5px;
    color: #000;

} */

span.lost11 {
    color: #f05762;
}

.first_btn {
    background: #ffc000;
    padding: 12px 10px;
    margin: 2px;
    border-radius: 3px !important;

}

.first_btn1 a {
    padding: 12px 28px;
    margin: 2px;
    border-radius: 3px !important;
    border: 1px solid #c1bcbc;
    cursor: pointer;

}

.first_btn1 a:hover {
    background: #ffc000;
    padding: 12px 28px;
    margin: 2px;
    border-radius: 3px !important;
    border: 1px solid #ffc000;
    color: #484848;

}

.first_btn1.active {
    background: transparent !important;
    border-color: transparent !important;
}

.first_btn1.active a {
    background: #ffc000;
    border-color: #ffc000;
}

a.first_a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: 600;


}

a.first_a:hover {
    text-decoration: none;
    font-size: 13px;
    color: #000;
}

input::placeholder {
    font-size: 17px;
    color: #000;
    padding: 10px;
}

.about_heading {
    font-size: 26px;
    margin-top: 60px;
}

.about_heading1 {
    font-size: 26px;

}

.lost {
    color: #f05762;
}

.kanpid {
    color: #49ab7d;
}

.about_para {
    font-size: 14px;
    line-height: 22px !important;
    margin-top: 20px;

}

a.about-btn-8 {
    text-decoration: none;
    color: #000;
    background: #9bca6e;
    padding: 15px 25px;
    border-radius: 6px;
    font-size: 17px;

}

a.about-btn-8:hover {
    text-decoration: none;
    color: #000;
    background: #9bca6e;
    padding: 15px 25px;
    border-radius: 6px;
    font-size: 17px;

}

.about-btn-3 {
    text-decoration: none;
    color: #000;
    background: #ffc000;
    padding: 15px 25px;
    border-radius: 6px;
    font-size: 17px;

}

.about-btn-3:hover {
    text-decoration: none;
    color: #000;
    background: #ffc000;
    padding: 15px 25px;
    border-radius: 6px;
    font-size: 17px;


}

.about-btn-1 {
    text-decoration: none;
    color: #fff;
    background: #fe0000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;

}

.about-btn-2 {
    text-decoration: none;
    color: #000;
    background: #4aab7e;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
}

.about-btn-1:hover {
    text-decoration: none;
    color: #fff;
    background: #fe0000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
}

.about-btn-2:hover {
    text-decoration: none;
    color: #000;
    background: #4aab7e;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
}

.section {

    padding: 50px 0px;
}

.second_container {
    background: #f9f3f3;
    padding: 30px 50px 30px !important;
    border-radius: 4px;
}

.e-heading {
    font-size: 16px;
    font-weight: 500;
}

.s-heading {
    color: #49ab7d;
    font-size: 11px;
}

.s-heading-1 {
    color: #fe0000;
    font-size: 10px;

}

.span-para {
    margin-top: -21px !important;
    line-height: 14px;
}

.cara_p {
    text-align: right;
}

.second_heading {
    font-size: 25px;
}

.section-11 {

    padding: 60px 0px 160px 0px;
    background: #82b153;
}

.section-1 {

    padding: 50px 0px;
    background: #82b153;
}

.shop_heading {
    color: #fff;
    font-size: 20px;
}

.shop_span_heading {
    color: #0f3424;
    font-size: 40px;
}

.shop-para {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px !important;
}

.about-btn-4 {
    text-decoration: none;
    color: #fff;
    background: #103524;
    padding: 11px 25px;
    border-radius: 3px;
    font-size: 17px;

}

.about-btn-5 {
    text-decoration: none;
    color: #fff;
    background: #4aab7e;
    padding: 11px 10px;
    border-radius: 6px;
    font-size: 14px;

}

.circle_heading {
    font-size: 17px;
    font-weight: 600;
}

.box_circle {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 20px 50px !important;
}

.red-car {
    position: absolute;
    top: -50px;
    left: 69%;
}

.section-5 {
    padding: 0px 0px 50px 0px;
    margin-top: -100px;
    background: #f4f6f5;
}

.section-5 p.mt-4 {
    margin-bottom: 0;
}

.download-heading {
    font-size: 35px;
    text-align: center;
}

.last {
    background-color: #f4f6f5;
    padding-top: 30px;
    padding-bottom: 60px;
}

.about-btn-last {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;

}

.about-btn-last:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 12px;

}

.fa-android {
    font-size: 20px !important;

}

.fa-apple {
    font-size: 20px !important;
}

.kan-position {
    position: relative;
    top: 200px;
    left: 120px;
}

/*17/11/2022 added by priyanshu*/

a.about-btn-4:hover {
    color: #fff;
    text-decoration: none;
}

a.about-btn-5:hover {
    color: #fff;
    text-decoration: none;
}

.slider {
    max-width: 1300px;
    display: flex;

}

.slider .card {
    flex: 1;
    margin: 15px 10px;
    background: #fff;
    border-radius: 10px;
    border-color: #fff;
    transition: all ease .3s;
}

.slider .card:hover {
    flex: 1;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    border-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* height: 240px; */
}

.slider .card .img {
    height: 130px;
    width: 100%;


}

.slider .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slider .card .content {
    padding: 10px 20px;
}

.slider .card .content1 {
    padding: 15px 10px 5px;
}

.card .content .title {
    font-size: 13px;
    font-weight: 600;
}

.card .content .title-1 {
    font-size: 14px;
    font-weight: 600;
}

.car_subheading {
    font-size: 12px;
    color: grey;
}

.span-1 {
    font-size: 11px;
    text-decoration: underline;

    font-weight: 600;
}

.span-2 {
    font-size: 11px;
    color: grey;
    float: right;
    margin-top: 7px;
}

.view_class {
    color: #000;
    text-decoration: underline;
}

.view_class:hover {
    color: #000;
}

.lost {
    background: #fe0000;
    color: #fff;
    padding: 5px 5px;
    border-radius: 18px;
    font-size: 12px;
    width: 60px;
    text-align: center;
    position: relative;
    top: -213px;
    left: 110px;
}

.lost1 {
    background: #49ab7e;
    color: #fff;
    padding: 5px 5px;
    border-radius: 18px;
    font-size: 12px;
    width: 60px;
    text-align: center;
    position: relative;
    top: -213px;
    left: 110px;
}

.day-class {
    font-weight: 600;
    margin-top: -13px;
    font-size: 7px;
}

.price_class {
    color: #103524;
    margin-top: 10px;
    font-size: 13px;
}


.shop {
    color: #000;
    text-decoration: none;
    padding: 4px 5px;
    border: 2px solid #82b153 !important;
    font-size: 11px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 1px;


}

.shop:hover {
    color: #000;
    text-decoration: none;
}

.shop1 {
    color: #000;
    text-decoration: none;
    padding: 3px 6px;
    border: 2px solid #82b153 !important;
    font-size: 13px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 9px;
    float: right;


}

.title-1 {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.img.new_img {
    height: 160px !important;
    padding: 4px;

}

.slider .card .img img.pro_img {
    border-radius: 10px !important;
    object-fit: contain;
}


.card.last-card .fa-heart {
    position: absolute;
    top: 0;
    right: 14px;
    background: #fff;
    box-shadow: 0 0 4px 0px #000000a1;
    cursor: pointer;
}

/*added by priyanshu 18-11-2022*/
.google {
    float: right;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    width: 150px;
    height: 60px;
}

.google1 {
    float: inherit;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    width: 150px;
    height: 60px;
}


.google_span {
    font-size: 17px;
    font-weight: 600;
}

a.google_a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;

}

a.google_a:hover {
    color: #fff;
    text-decoration: none;
}

.fa-android {
    font-size: 35px !important;

}

.fa-apple {
    font-size: 35px !important;

}

.icons {
    width: 100%;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .icons {
        width: 20%;
    }

    .google {
        float: center !important;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        width: 150px;
        height: 60px;
    }

    .google1 {
        float: center !important;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        width: 150px;
        height: 60px;
    }

}

.google_p {
    float: right;

    font-size: 12px;
    padding: 5px 12px;
    background: #000;
    line-height: 22px;
    border-radius: 2px;
    width: 164px;
    height: 55px;
    border-radius: 8px;
    position: relative;
}

.google_p i,
.app_p i {
    position: absolute;
    top: 9px;
    right: 13px;
    z-index: 1;
    color: #fff;
    font-size: 36px;
}

.app_p {
    font-size: 12px;
    padding: 5px 12px;
    background: #000;
    line-height: 22px;
    border-radius: 2px;
    width: 164px;
    height: 55px;
    border-radius: 8px;
    position: relative;
}


a.app_a:hover {
    color: #fff;
}

.app_span {
    font-size: 14px;
}

.google_span {
    font-size: 14px;
    font-weight: 400;
}

.google_a {
    color: #fff;
}

.app_a {
    color: #fff;
}

.card.new-card {
    /* height: 317px !important; */
}

.card.new-card:hover {
    /* height: 317px !important; */
}

.card.last-card {
    /* height: 240px; */
}

.kan-position {
    position: relative;
    top: 0px;
    left: -88px;
    transform: scale(5.5);
    background: #fff;
    border-radius: 150px;
}

.section-5 {
    padding: 150px 0;
    margin-top: -100px;
    background: #f4f6f5;
}

/*priyanshu adding for listing page*/
.listing-first-section {
    padding: 80px 0px;
}

ul.listing-ul {
    list-style: none;
    margin-left: -40px;
}

li.listing-li {
    font-size: 15px !important;
    margin-top: 6px !important;
    border-bottom: 1px solid #10352440;
    width: 100%;
    padding: 11px 0px;
}

img.listing-side-product {
    width: 100%;
}

p.listing-subheading {
    font-size: 12px;
}

p.listing-heading {
    color: #000;
    margin-top: -24px;
}

p.listing-price {
    font-size: 14px;
    color: #000;
    margin-top: -20px;
}

p.side-star {
    margin-top: -20px;
}

.row.sidebar_row {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 4px 10px;
    height: 112px;
    width: 251px;
    margin-top: 20px;
}

.row.main-product {
    padding: 5px 4px;
    margin-top: 40px !important;
}

.p-heading {
    font-size: 16px;
    margin-top: -14px;
}

.p-para {
    font-size: 14px;
}

a.add-to {

    font-size: 16px;
    float: right;
    margin-top: 13px;
    color: #103524;
    font-weight: 500;
    /* border-bottom: 1px solid #103524; */
}

.product-box,
.product-box-2 {
    background: #ffffff;
}

.product-box {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 16px 10px;
    height: 380px !important;
    width: 263px;
    border-radius: 20px;
}

.product-box:focus {
    box-shadow: var(--box-shadow) !important;
}

p.side-star-1.text-center {
    margin-top: -5px;
}

.best-class {
    color: #fff;
    background: #103524;
    font-size: 11px;
    padding: 7px;
    border-radius: 15px;
}

p.listing-p-para {
    font-size: 14px !important;
}

select.select-value {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #103524;
    color: #103524;
    width: 100%;
    float: right;
    border-radius: 7px;
}

label.check-class {
    font-size: 14px;
    margin-left: 4px;
}

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

[slider]>div {
    position: absolute;
    left: 0px;
    right: 15px;
    height: 14px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #103524;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    /* -webkit-appearance: none; */
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
    /* -webkit-appearance: none; */
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #103524;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #103524;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;
}

span.sort-span {
    font-size: 11px;
    color: #000;
}

p.sort-para {
    font-size: 14px;
    line-height: 14px;
}

.fa-shopping-cart {
    color: #103524;
}

p.p-price-para {
    font-size: 11px;
    color: #ffffff;
    padding: 8px;
    margin-top: 7px;
    background: #103524;
    border-radius: 40px;
    width: 47px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}

.span-cat {
    font-size: 12px;
    margin-top: -14px;
}

.banner-shop {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.kanpid_banner-listing {
    padding: 69px;
    min-height: 100%;
    background: linear-gradient(0deg, #103524, #10352438), url(../img/banner-new.png);
    background-size: cover;
}


.row.main_mobile_product {
    margin-top: 28px;
}

p.side-star-1 {
    float: right;
}

.fa-star {
    font-size: 16px;
    color: #ffc300;
}

/*mobile responsive of listing page*/

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .span-cat {
        font-size: 20px;
    }

    .col-lg-5.mobile {
        width: 40%;
    }

    .col-lg-7.mobile {
        width: 60%;
    }

    .row.sidebar_row {

        height: 130px;
        width: 100%;
        margin-left: 0px;

    }

    img.listing-side-product {
        width: 90%;
    }

    p.listing-heading {
        margin-top: -14px;
        font-size: 22px;
    }

    p.listing-subheading {
        font-size: 18px;
    }



    p.listing-price {
        font-size: 18px;
    }



    .col-lg-9.mobile-product1 {
        padding: 20px;
        margin-top: 29px;
    }

    span.sort-span {
        font-size: 16px;
        color: #000;
        line-height: 30px;
    }

    p.sort-para {
        font-size: 16px;
        line-height: 14px;
        margin-top: 11px;
    }

    .product-box {
        height: 100% !important;
        width: 100%;
    }

    .p-heading {
        font-size: 28px;
        margin-top: -17px;
    }

    p.p-price-para {

        margin-left: 36px;
    }

    p.side-star-1 {
        float: right;
    }

    a.add-to {
        font-size: 20px;
        margin-top: -50px;

    }

    .col-lg-4.mobile-pro {
        margin-top: 30px;
    }

    .fa-star {
        font-size: 20px;
        color: #ffc300;
    }

    p.side-star-1 {
        float: right;
        margin-top: -59px;
    }

}


/*added for single product page 5/12/2022*/
.single-product-section {
    padding: 50px 0px;
}

.single-product-section-1 {
    padding: 50px 0px;
    background-color: #f7f7f7;
}

.single-product-section-2 {
    padding: 50px 0px 0px 0px;
}


h3.single_product_category {
    color: #a3a0a0;
    font-size: 15px;
    font-weight: 400;
}

.single_product_row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

h3.single_product_name {
    font-size: 22px;
    color: #000;
}

h3.single_product_price {
    font-size: 22px;
    color: #000;
}

h3.single_product_review {
    font-size: 12px;
    color: #7e7b7b;
}

p.single-start {
    margin-top: -12px;
}


.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}



.tabset>label {
    position: relative;
    display: inline-block;
    padding: 9px 15px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}



.tabset>label:hover,
.tabset>input:focus+label {
    color: #000;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

label.single_tab {
    margin: 0px !important;
}

label.single_tab {
    font-size: 15px;
    font-weight: 500;
    color: #4a4a4a;

}

i.fa.fa-database {
    color: #113525;
}

i.fa.fa-info-circle {

    color: #113525;
}

i.single_star.fa.fa-star {
    color: #113525;
}

h3.single_product_related {
    font-size: 22px;
    color: #000;
    text-align: center;
}



.row.sidebar_row_1 {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 4px 10px;
    height: 112px;
    margin-top: 20px;
    margin: 10px 3px
}

button.qtyminus,
button.qtyplus {
    background: #103524;
    border: 1px solid #103524;
    color: #fff;
    border-radius: 8px;
    font-size: 24px;
}

input#qty {
    text-align: center;
}

.fa-shopping-cart {
    color: #003626;
}

.checkout_heading {
    font-size: 17px;
}

.checkout_first_section {
    padding: 50px 0px;
}

.checkout_first_section .name-class {
    position: relative;
}

.checkout_first_section .name-class .text-danger {}



/*added for checkout page*/

input.text-input,
select.text-input {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    margin-top: 15px;
    padding-left: 17px;
}

input.text-input-1 {
    width: 100%;
    padding: 10px;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 6px;
    padding-left: 6px;
}

.name-class {
    display: flex;
}

.name-class-1 {
    display: flex;
    justify-content: space-between;
}


input::placeholder {
    color: #808080 !important;
    font-size: 14px;
}

.col-lg-4.checkout-col {
    background: #f5f5f5;
    padding: 28px;
}

.name1-class {
    display: flex;
    justify-content: space-between;
}

.name1-class ol li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.name1-class ol li:nth-last-child(1) {
    border: 0;
}

h3.orderf_heading {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 400;
}

h3.orders_heading {
    font-size: 15px;
    color: #4a4a4a;
}

h3.orderss_heading {
    font-size: 25px;
    color: #103524;
}

.label-heading {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    font-weight: 400;

}

.about-btn-6 {
    text-decoration: none;
    color: #fff;
    background: #103524;
    padding: 11px 25px;
    border-radius: 3px;
    font-size: 17px;
    width: 100%;
    border-color: #103524;
    border: 1px;

}

h2.cart-heading {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.row.heading-row {
    background: #103524;
    padding-top: 7px;
}

p.description-para {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row.mt-3 {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 4px !important;
}

input.cart-search {
    padding: 7px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
}

input.cart-coupan {
    color: #FFF;
    font-size: 12px;
    background: #103524;
    border: 1px;
    padding: 9px 20px;
    border-radius: 30px;
}

.cart-img {
    width: 50% !important;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {

    .cart-img {
        width: 144% !important;
    }

    p.description-para {
        font-size: 15px;
        line-height: 20px;
    }

    input#qty {
        text-align: center;
        width: 23px;
    }
}

/* 21-12-2022 */
img.product_listing_img {
    width: 100%;
    margin-top: 15px;
    border-radius: 10PX;
}

section.upload_banner {
    /* padding: 50px 0px 100px 0px; */
    padding: 30px 20px 30px 20px;
    box-shadow: 0px 0px 10px -5px;
    border-radius: 30px;
    margin: 50px 0px;
}

h1.upload_haeding {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
}

input.upload_field,
.form-control {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    height: 50px;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    border: 1px solid #9e9e9eb8;

}

input.upload_field,
.contact-us {

    border-radius: 50px;
}

input.upload_field,
.contact {
    margin-bottom: 10px;
}


input.upload_btn {
    margin-top: 25px;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    background: #103524;
    color: #fff;
    border: 1px solid #103524;
}

label.upload_lable {
    color: #313030;
    font-size: 14px;
    margin-top: 17px;
}

label.upload_radio {
    font-size: 16px;
    color: #4e4e4e;
    margin-left: 5px;
}

i.fa.fa-heart-o {
    font-size: 12px;
    border: 1px solid #73b259;
    border-radius: 12px;
    margin-top: 10px;
    padding: 5px;
    margin-right: 5px;
}

/*added for new header*/
a.new_header_btn_3 {
    background: #fe0000;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 3px;
}

a.new_header_btn_2 {
    background: #ffc000;
    color: #000 !important;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff;
}

header.new_header_bg {
    padding: 18px 0px;

}

a.new_header_btn_1 {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.navbar-brand1 img {
    width: 136px;
}

ul.new_header_ul {
    list-style: none;
    padding: 0px;
}

a.new_header_a {
    color: #fff;
    font-size: 12px;
}

a.new_header_a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    margin-top: 8px;
    margin-left: 33px;

}

.col-md-6.new_header_col {
    display: flex;
}

a.new_header_btn_icon {
    font-size: 23px;
    color: var(--theme-color-blue);
    margin: 5px 0px 0px 10px;
}

i.fas.fa-sign-in-alt.sign_new {
    margin-right: 7px;
}

i.fas.fa-shopping-cart.new_shopping {
    font-size: 20px;
    color: #fff;
    margin-left: 9px;

}

/*   Yuvraj   */
* {
    line-height: normal;
}

.theme-bg-blue {
    background: var(--theme-color-blue) !important;
    color: #fff !important;
}


.theme-bg-green {
    background: var(--theme-color-green) !important;
    color: #fff !important;
}


.heading-sec .title {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#search-box {
    background: #103524;
    padding: 50px 0px;
    box-shadow: 0px 15px 10px -8px #aaaaaa;
}

#search-box .location-box {
    margin-bottom: 20px;
}

#search-box .location-box .find-btn {
    background: #ffc000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 25px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;
    transition: 0.3s;
    border: none;
}

#search-box .location-box .find-btn i {
    font-size: 14px;
    margin-right: 5px;
}

#search-box .location-box .find-btn:hover {
    color: #ffffff;
    background: #000000;
}

#search-box .input-search-box {
    width: 75%;
    margin: 0 auto;
}

#search-box .input-search-box input {
    border: none;
    outline: none;
    box-shadow: none;
    background: #ffffff;
    border-radius: 25px;
    width: 100%;
    padding: 12.5px 50px 12.5px 20px;
}

#search-box .input-search-box input::placeholder {
    padding: 0px;
}

#search-box .input-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

#search-box .input-search-box .search-btn {
    position: absolute;
    right: 3px;
    border: 0;
    background: transparent;
    z-index: 5;
}

#search-box .input-search-box .search-btn:hover i {
    color: #ffffff;
    background: #000000;
}

#search-box .input-search-box .search-btn i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: 100%;
    padding: 0;
    justify-content: center;
}

#category-sec {
    margin: 50px 0px;
}

#category-sec a {
    display: block;
}

#category-sec .box {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0px 0px 7px 0px #cdcdcd;
    margin-top: 30px;
    border-radius: 10px;
    transition: 0.5s;
}

#category-sec .box:hover {
    transform: scale(1.05);
    background: #003626;
}

#category-sec .box:hover .text-box .title,
#category-sec .box:hover .text-box .sub-title,
#category-sec .box:hover .icon-box i {
    color: #ffffff;
}

#category-sec .box .icon-box {
    margin-right: 15px;
}

#category-sec .box .icon-box i {
    font-size: 65px;
    color: #003626;
    transition: 0.3s;
}

#category-sec .box .text-box .title {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    transition: 0.3s;
}

#category-sec .box .text-box .sub-title {
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
    font-weight: 400;
}

#header-banner {
    overflow: hidden;
    padding: 0px;
    position: relative;
}

#header-banner .carousel {
    position: revert;
}

#header-banner .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

/* .owl-carousel .owl-dots {
    display: none !important;
}

.shop-items .product-box {
    width: auto;
    height: auto !important;
}

.shop-items .card.last-card {
    height: auto;
}

.shop-items .owl-nav.disabled {
    display: none;
} */
#deals-of-the-day {
    margin: 50px 0px;
}

#deals-of-the-day .heading-sec {
    margin-bottom: 30px;
}

#deals-of-the-day .col-md-2,
#deals-of-the-day .col-md-3,
#deals-of-the-day .col-md-4,
#deals-of-the-day .col-6 {
    padding-right: 7px;
    padding-left: 7px;
}

#deals-of-the-day .box {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-bottom: 13px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

#deals-of-the-day .box>a {
    display: block;
}

#deals-of-the-day .box .box2 {
    display: block;
}


#deals-of-the-day .heading-sec .title {
    /*font-size: 30px;*/
    font-weight: 600;
}

#deals-of-the-day .box .img-box {
    padding: 25px;
    text-align: center;
}

#deals-of-the-day .box .img-box img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

#deals-of-the-day .box .text-box .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
}

#deals-of-the-day .box .text-box .rate-box .detail-btn {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}

#deals-of-the-day .box .text-box .rate-box .price {
    color: #103524;
    /*margin-top: 10px;*/
    font-size: 13px;
}

#deals-of-the-day .box .text-box {
    padding: 15px 10px;
    /*background: #cdcdcd;*/
    border: 1px solid #fff;
}

#deals-of-the-day .box .text-box .rate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#deals-of-the-day .box .text-box .rate-box i {
    font-size: 20px;
    color: #000;
}

#deals-of-the-day.category-sec .row {
    /*column-gap: 10px;*/
}

#deals-of-the-day.category-sec .img-box {
    overflow: hidden;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}

#deals-of-the-day.category-sec {
    text-align: center;
}

#deals-of-the-day.category-sec .text-box {
    background: none;
}

#single-item-sec {
    margin: 30px 0px;
}

#single-item-sec .outer #big {
    margin-bottom: 10px;
    border: none;
}

#single-item-sec .outer #big .item {
    /*border: 1px solid #dddddd;*/
    padding: 15px;
    border-radius: 18px;
}

#single-item-sec .outer #big img {
    height: 250px;
    object-fit: contain;
    max-width: 100%;
}

#single-item-sec .outer #thumbs .item {
    background: #F5F3F4;
    border-radius: 15px;
    padding: 5px;
}

#single-item-sec .outer #thumbs .active .item {
    /* border: 1px solid #4AAB7E; */
    /* border-radius: 8px; */
    border: none;
}

#single-item-sec .outer #thumbs img {
    width: 100px;
    object-fit: contain;
    /* max-height: 85px; */
    height: 100px;
}

#single-item-sec .img-box img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#single-item-sec .text-box .title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

#single-item-sec .text-box .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin: 15px 0px;
}

#single-item-sec .text-box .rating-box {
    margin-bottom: 20px;
}

#single-item-sec .text-box .rating-box i {
    color: #ffc300;
}

#single-item-sec .text-box .price {
    /*background: #cdcdcd;*/
    /*padding: 5px 15px;*/
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    border-radius: 5px;
    color: #4aab7e;
}

#single-item-sec .text-box .description,
#single-item-sec .text-box .description p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

#single-item-sec .text-box .size-box .size {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #eeeeee;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s;
    margin-right: 5px;
}

#single-item-sec .text-box .size-box .size:hover {
    color: #fff;
    background: #000;
}

#single-item-sec .text-box .buy-options .buy-btn {
    background-color: transparent;
    border: 1px solid #003626;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 14px 10px;
}

#single-item-sec .text-box .buy-options .buy-btn.buy-now {
    background: #003626;
    color: #fff;
    /*margin-right: 10px;*/
    width: 100%;
    text-align: center;
    padding: 14px 10px;
}

#single-item-sec .quantity-sec {
    margin: 25px 0px;
}

.quantity-sec input,
input#qty {
    border: 1px solid #cdcdcd !important;
    width: 70px;
    text-align: center;
    border-radius: 8px;
    vertical-align: top;
}

#single-item-sec .quantity-sec p.qty {
    margin-bottom: 0px;
}

#single-item-sec .buy-options {
    display: flex;
    column-gap: 10px;
}

#single-item-sec .buy-options {}

#single-item-sec .text-box .buy-options .buy-btn i {
    margin-right: 8px;
}

#single-item-sec .text-box .buy-options .buy-btn:hover {
    background: #003626;
    color: #fff;
}

#single-item-sec .owl-nav button {
    position: absolute;
    display: block;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

#single-item-sec .text-box .chat-box {
    margin-top: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
}

#single-item-sec .text-box .chat-box a {
    display: inline-flex;
    align-items: center;
}

#single-item-sec .text-box .chat-box i {
    color: #0b5a35;
    font-size: 30px;
}

#single-item-sec .text-box .chat-box .title {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

#single-item-sec #thumbs button {
    top: 0;
    bottom: 0;
    margin: auto;
}

#single-item-sec .product-details {
    margin: 30px 0px;
}

#single-item-sec .product-details ul {
    list-style: none;
    padding: 0;
}

#single-item-sec .product-details ul li {
    display: flex;
}

#single-item-sec .product-details ul li {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
}

#single-item-sec .product-details ul li .title {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    margin-right: 10px;
    font-weight: 500;
}

#single-item-sec p.description {
    margin: 0px !important;
}

#product-list {
    margin: 50px 0px;
}

#product-list .heading {
    margin-bottom: 30px;
}

#product-list .heading .title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

#product-list .box {
    border-radius: 25px;
    overflow: hidden;
    padding: 12px;
    box-shadow: 0px 0px 10px 0px #cdcdcd;
}

#product-list .box .img-box img {
    width: 100%;
    border-radius: 15px;
}

#product-list .box .text-box {
    padding: 15px;
    background: #eeeeee;
    border-radius: 15px;
    margin-top: 10px;
}

#product-list .box .text-box .brand {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 5px 0px;
}

#product-list .box .text-box .category {
    font-size: 14px;
}

#product-list .box .text-box .type {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0px;
}

#product-list .box .text-box .price {
    font-size: 22px;
    font-weight: 600;
}



/*=================04-01-2023======================*/
.header-banner-slider img {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) brightness(0.5);
}

#header-banner:before {
    content: '';
    background: linear-gradient(0deg, #103524, #10352438);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}

/* #header-banner h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.p-pagination {
    background: #4aab7e;
    padding: 15px 0;
}

.p-pagination a {
    position: relative;
    padding: 0 14px 0 0;
}

.p-pagination a:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 2px;
}

.p-pagination a:nth-last-child(1):after {
    opacity: 0;
}

.prd-find {
    position: relative;
}

.prd-find .form-control {
    background: #EDEDED;
    padding: 15px 15px;
    min-height: 65px;
    margin: 0 !important;
}

.prd-find .btn-success {
    background: #4AAB7E;
    transform: none;
    border-radius: 12px;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 5;
    padding: 12px !important;
}

/* .prd-find .btn-success .fa-search {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 20px !important;
} */

.listing-first-section .form-control {
    background: #EDEDED;
    padding: 15px 15px;
    min-height: 60px;
    border: 1px solid #e1dcdc;

}

.listing-first-section .bg-light {
    background-color: #ededed !important;
}

.listing-first-section select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% 24px;
    padding-right: 35px;
}

.custom-control-label {
    margin-top: 5px;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
}

.custom-control-label::after {
    background: #EBEBEB;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 5px;
}

.custom-control-label::before {
    background: #4aab7e;
}

/* custom checkbox */
.custom-checkbox-my {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    padding-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-my input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #cbcbcb;
    border-radius: 4px;
}

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

/* When the checkbox is checked, add a blue background */
.custom-checkbox-my input:checked~.checkmark {
    background-color: var(--theme-color-blue);
}

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

/* Show the checkmark when checked */
.custom-checkbox-my input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-my .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* custom checkbox */




.shop-listing {}

.shop-listing .col-lg-4.col-md-6.col-sm-6.col-6,
.shop-listing .col-12 {
    padding-right: 7px;
    padding-left: 7px;
}

.shop-listing .box {
    border: 1px solid #4AAB7E;
    border-radius: 8px;
    padding: 7px;
    margin-bottom: 10px;
    transition: all ease .3s;
    min-height: 375px;
}

.shop-listing .box .price2 {
    color: #72b157 !important;
}

.shop-listing .box:hover {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-color: transparent;
}

/*.shop-listing .box .box2 {}*/
.shop-listing .box .img-box {
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
    background: #F5F3F4;
    border-radius: 8px;
    position: relative;
    min-height: 180px;
}

.shop-listing .box .img-box .addresss {
    color: #103524;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #9ac96b;
    padding: 5px;
    font-weight: 600;
    border-radius: 4px;
}

.shop-listing .box .img-box img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    max-width: 228px;
    margin: auto;
}

.shop-listing .box .text-box {}

.shop-listing .box .text-box .price {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.shop-listing .box .text-box .price2 {
    font-weight: bold;
    color: #ed8703;
}

.shop-listing .box .text-box .title {}

.shop-listing .box .text-box .title,
.shop-listing .box .text-box .title a {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 7px;
    /*height: 28px;*/

}

.shop-listing .box .text-box .d-flex {
    align-items: end;
}

.shop-listing .box .text-box .col {}

.shop-listing .box .text-box .col:nth-child(1) {}

.shop-listing .box .text-box .prd-updated-on {
    color: #103524;
    font-size: 13px;
}

.shop-listing .box .text-box .favorite .fa-heart {
    color: #7a7a7a;
    border-color: #7a7a7a !important;
    font-size: 18px !important;
    border-radius: 14px;

}

.shop-listing .box .text-box .buy-now {
    color: #000;
    border: 2px solid #4aab7e;
    padding: 6px 8px;
    border-radius: 14px;
}

.single-related-prd {
    /*background: #f9f3f3;*/
    padding: 45px 0;
    background: linear-gradient(180deg, #f3f3f3, #ffffff00);
}

@media screen and (max-width: 768px) {

    #single-item-sec .outer #thumbs .active .item,
    #single-item-sec .outer #thumbs .item {
        padding: 7px;
    }
}


.used-item-list-page .box {
    padding: 10px 15px !important;
    margin: 0 0 15px !important;
}

.used-item-list-page .box .icon-box img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 1px #99b2b5;
}

.verified-seller-slider-main {
    background: #E4F1EA;
    padding: 25px 50px;
    border-radius: 13px;
    border: 1px solid #4aab7e;
    margin-bottom: 20px;
}

.verified-seller-slider-main .item {}

.verified-seller-slider-main .item .verified-imgBox {
    text-align: center;
}

.verified-seller-slider-main .item .verified-imgBox img {
    max-height: 275px;
    object-fit: contain;
}

.verified-seller-slider-main .item .verified-cntBox,
.verified-seller-slider-main .item .d-flex {
    padding: 0 15px;
    margin-bottom: 28px;
}

.verified-seller-slider-main .item .verified-cntBox h2 {
    font-size: 26px;
}

.verified-seller-slider-main .item .verified-cntBox h3 {
    font-size: 27px;
}

.verified-seller-slider-main .item .verified-cntBox .verified-tag {
    color: #4AAB7E;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 12px;
}

.verified-seller-slider-main .item .verified-cntBox .btn-member {
    background: #F3AD1A;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
}

.verified-seller-slider-main .item .verified-cntBox .btn-member i {
    color: #fff;
    font-size: 15px;
}

.verified-seller-slider-main .item .verified-cntBox .btn-seller {
    background: #0687ea;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
}

.verified-seller-slider-main .item .updated-on {
    color: #103524;
    font-size: 13px;
}

.verified-seller-slider-main .item .favorite i {
    font-size: 20px !important;
    padding: 5px;
    margin: 0 5px 0 0;
}

.verified-seller-slider-main .item .chat-now {
    color: #000;
    border: 2px solid #4aab7e;
    padding: 6px 8px;
    border-radius: 14px;
}

@media screen and (max-width: 768px) {
    .verified-seller-slider-main .item .verified-imgBox {
        margin-bottom: 15px;
    }

    .verified-seller-slider-main {
        padding: 25px 28px;
    }

    .verified-seller-slider-main .item .verified-cntBox .btn-member,
    .verified-seller-slider-main .item .verified-cntBox .btn-seller {
        font-size: 13px;
        padding: 7px 10px;
    }
}


.verified-seller-boxes {}

.verified-seller-boxes .box {
    background: #FFEFD8;
    border: 1px solid #ffc673;
}

.verified-seller-boxes .box .img-box img {
    max-height: 150px;
    min-height: 150px;
}

.verified-seller-boxes .btn-member {
    background: #F3AD1A;
    color: #fff;
    padding: 7px 7px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.verified-seller-boxes .btn-member i {
    color: #fff;
}

.verified-seller-boxes .btn-seller {
    background: #0687ea;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 44px;
}

/*=================04-01-2023======================


/*05/01/2023*/
.rent-box {
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    padding: 22px 0px 0px 0px;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 25px;
    overflow: hidden;
}

img.rent-box_img {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    border: 2px solid var(--theme-color-blue);
}

h2.rent-box_name {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

h2.rent-box_subname {
    font-size: 12px;
    text-align: center;
    color: var(--theme-color-blue);
    margin-top: -6px;
}

a.rent-box_a {
    font-size: 15px;
    color: #000;
    padding: 20px;
    width: 100%;
}

ul.rent-box_ul {
    list-style: none;
    background: #fff;
    margin-top: 40px !important;
    padding: 0px;
    margin: 0px;
}

li.rent-box_li {
    position: relative;
    border-top: 1px solid #eeeeee;
}

li.rent-box_li:last-child {
    border-bottom: none;
}

li.rent-box_li.active {
    position: relative;
    background: var(--theme-color-blue);
}

li.rent-box_li.active * {
    color: #fff;
}

li.rent-box_li .side-icon {
    top: 20px;
    width: 26px;
    text-align: center;
    margin-left: 0px;
    margin-right: 5px;
}

/* li.rent-box_li.a:hover {
    background: var(--theme-color-blue);
} */
/* a.rent-box_a:hover {
    background: var(--theme-color-blue);
} */

li.rent-box_li:hover {
    background: var(--theme-color-blue);
}

li.rent-box_li:hover * {
    color: #fff;
}

/* .rent-box_a.active {
    background: var(--theme-color-blue);
} */

.rent-box_a.active {
    background: var(--theme-color-blue);
    border: 0.5px solid #fff;
    border-right: 0;
}

.side-icon {
    font-size: 20px;
    margin-left: 18px;
}


.dataTable .form-control {
    border: 1px solid #d3d3d3;
}

.dataTables_wrapper .btn,
.dataTables_wrapper .btn span {
    transform: none;
}

.dataTables_wrapper .dt-buttons {
    /* padding-bottom: 10px; */
}

#social-links ul {
    padding-left: 0;
}

#social-links ul li {
    display: inline-block;
}

#social-links ul li a {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1px;
    font-size: 25px;
}

#social-links .fa-facebook {
    color: #0d6efd;
}

#social-links .fa-twitter {
    color: deepskyblue;
}

#social-links .fa-linkedin {
    color: #0e76a8;
}

#social-links .fa-whatsapp {
    color: #25D366
}

#social-links .fa-reddit {
    color: #FF4500;
    ;
}

#social-links .fa-telegram {
    color: #0088cc;
}


h3.checkout_heading-1 {
    font-size: 15px;
    font-weight: 400;
}

span.login-span {
    background: #103524;
    padding: 7px;
    font-size: 13px;
    margin: 4px;
    border-radius: 39px;
    color: #fff;
    padding-left: 9px;
}

a.a-login {
    color: #fff;
}

a.a-login:hover {
    color: #fff;
}

th.p-th {
    font-size: 17px;
}

td.p-td {
    font-size: 18px;
    padding-left: 15px;
}

table.p-table {
    margin: 20px 0px;
}

/* 18/1/2023 */
/*added for checkout page*/

input.text-input {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    margin-top: 15px;
    padding-left: 17px;
}

.text-input-11 {
    width: 33%;
    padding: 10px;
    border: 1px solid #cdcdcd;
    /* margin-right: 10px; */
    margin-top: 10px;
    border-radius: 6px;
    padding-left: 6px;
}

.text-input-11 input::-webkit-outer-spin-button,
.text-input-11::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /*margin: 0;*/
}

input.text-input-1 {
    width: 100%;
    padding: 10px;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 6px;
    padding-left: 6px;
}

.name-class-1 {
    display: flex;
    justify-content: space-between;
}


input::placeholder {
    color: #808080 !important;
    font-size: 14px;
}

.col-lg-4.checkout-col {
    background: #f5f5f5;
    padding: 28px;
}

.col-lg-4.checkout-col hr {
    margin: 8px 0;
}

.name1-class {
    display: flex;
    justify-content: space-between;
}

h3.orderf_heading {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 400;
}

h3.orders_heading {
    font-size: 15px;
    color: #4a4a4a;
}

h3.orderss_heading {
    font-size: 25px;
    color: #103524;
}

.label-heading {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
    font-weight: 400;

}

.about-btn-6 {
    text-decoration: none;
    color: #fff;
    background: #103524;
    padding: 11px 25px;
    border-radius: 3px;
    font-size: 17px;
    width: 100%;
    border-color: #103524;
    border: 1px;

}

h2.cart-heading {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.row.heading-row {
    background: #103524 !important;
    padding-top: 7px;
}

p.description-para {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 !important;
}


input.cart-search {
    padding: 7px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
}

input.cart-coupan {
    color: #FFF;
    font-size: 12px;
    background: #103524;
    border: 1px;
    padding: 9px 20px;
    border-radius: 30px;
}

.cart-img {
    width: 50% !important;
}


.used_item_my_items table {
    font-size: 14px;
}

.used_item_my_items table .btn {
    padding: 8px 10px !important;
    margin: 2px !important;
}

.used_item_my_items table td img {
    object-fit: contain;
}

.used_item_edit form.tab-wizard {
    padding: 25px;
    border: 15px solid #f3f3f3;
    border-radius: 8px;
}

.main_EditProfile {}

.main_EditProfile .col-md-3 .container,
.change_passwordNew .col-md-3 .container {
    max-width: 100%;
    padding: 0;
}

.main_EditProfile .col-md-3 .container .row,
.change_passwordNew .col-md-3 .container .row {
    margin: 0;
}

.main_EditProfile .col-md-3 .container .row>.col-lg-12,
.change_passwordNew .col-md-3 .container .row>.col-lg-12 {
    padding: 0;
}

.main_EditProfile .side-icon {
    font-size: 21px;
}

.change_passwordNew table .btn {
    padding: 8px 10px !important;
    margin: 2px !important;
}



@media only screen and (min-width: 275px) and (max-width: 1024px) {

    .cart-img {
        width: 144% !important;
    }

    p.description-para {
        font-size: 15px;
        line-height: 20px;
    }

    input#qty {
        text-align: center;
        width: 23px;
    }
}


.tilesImageWrap {
    /*width: 100%;*/
    /*height: 320px;*/
}

.tilePrdsImage {
    position: relative;
    /*float: left;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: hidden;*/
}

.zoomphoto {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .5s ease-out;
    cursor: crosshair;
}

.zoomtxt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
}

.zoomx {
    font-size: 32px;
    line-height: 32px;
}

/* h2.new-pricing {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
} */

h2.new-pricing {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    background: #9ac96d;
    line-height: normal;
    padding: 10px;
    border-radius: 10px;
    margin-top: 0px;
}

h3.new-pricing {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
}

.pricing-box {
    background: #003626;
    padding: 12px;
    cursor: pointer;
    border-radius: 15px;

    margin-bottom: 20px;
}

/* .pricing-box:hover {
    border: 2px solid #000;
    cursor: pointer;
} */

p.dollar-price {
    font-size: 25px;
    color: #fff;
    margin-top: -4px;
}

span.dollar-sign {
    font-size: 26px;
}

span.month {
    font-size: 35px;
}

ul.pricing-ul {
    list-style: none;
    padding: 0;
    text-align: center;
    color: #fff;
}

a.pricing-a {
    /* color: #d9d9d9; */
    font-size: 14px;
    color: #9ac96d;
}

li.pricing-li {
    padding: 8px 0px 10px 0px;
    border-bottom: 1px solid #838181;
}

.first-pricing-box {
    margin-top: 60px;
}

.fa.right.fa-caret-down {
    float: right;
}

.fa.right.fa-caret-up {
    float: right;
}

.fas.fa-circle {
    font-size: 12px;
    margin-right: 12px;
}


.order-img-box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

ul.list-style-none {
    list-style: none;
}

.view-order.invoice-download {
    justify-content: space-evenly;
}

.order-item-box {
    box-shadow: 0px 0px 10px -5px;
    padding: 20px;
    border-radius: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.order-item-box .order-img-box {
    text-align: left;
}

.order-item-box .item-text-box .title {
    font-size: 18px;
    color: 000;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
    width: 315px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .order-item-box .item-text-box .title {
        width: 100%;
        margin-top: 15px;
    }

    .order-item-box .order-status {
        margin-top: 10px;
    }

    .order-item-box .price {
        margin-top: 10px;
    }

    .order-item-box .view-order.invoice-download {
        margin-top: 10px;
    }

    .order-img-box img {
        height: 200px;
    }
}

.order-item-box .order-img-box .item-text-box .details li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.order-item-box .order-img-box .item-text-box .details li span {
    font-weight: 300;
    padding-left: 5px;
}

.order-item-box .order-status {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.order-item-box .order-price {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.order-item-box .order-date {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.order-item-box .adress {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: top;
    margin-top: 15px;
    text-align: left;
}

.order-item-box .adress span {
    padding-left: 10px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-item-box .one-more-item {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}


.order-item-box .view-order.invoice-download a i {
    padding: 0px 10px;
}

.new-btns {
    border-top: 1px solid #cdcdcd;
}

.new-btns .btn.btn-new {
    width: 100%;
    margin-top: 10px;
    display: block;
    border-radius: 10px;
}

.listingWrapDiv figure .item-box {
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 25px;
}


input::placeholder {
    text-transform: capitalize !important;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
    cursor: default;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.star-rating .fa-star {
    color: #bbb !important;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600 !important;
}

.star-rating label:hover .fa-star,
.star-rating label:hover~label .fa-star,
.star-rating input[type=radio]:checked~label .fa-star {
    color: #f2b600 !important;
}


/* yuvraj css */
section {
    margin: 80px 0px;
}


img {
    max-width: 100%;
}

#menuHamburger img {
    width: 30px;
    height: 24px;
    object-fit: contain;
}

header {
    padding: 25px 30px;
}

input::placeholder {
    color: var(--placeholder-color);
}

input,
select {
    border: none;
    outline: none;
    box-shadow: none;
    transform: none !important;
}

header .search-box {
    background: var(--input-bg-color);
    color: var(--input-color);
    font-size: 16px;
    font-weight: 400;
    padding: 12px 12px;
    border-radius: 35px;
    display: flex;
    align-items: center;
}

header .search-box input {
    background: none;
    /* border-left: 1px solid #C6C6C6; */
    margin-left: 10px;
    font-size: 16px;
    /* padding-left: 15px; */
}

input::placeholder {
    padding: 0;
}

header .search-box select {
    font-weight: 400;
    font-size: 16px;
    background: none;
}

.btn-fill-green {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    background: var(--theme-color-green);
    color: #fff;
    border-radius: 35px;
    padding: 12px 25px;
    transition: 0.3s;
    border: none;
    outline: none;
}

.btn-fill-green:hover {
    color: #fff;
    transform: scale(1.05);
}

.btn-fill-blue {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    background: var(--theme-color-blue);
    color: #fff;
    border-radius: 35px;
    padding: 12px 25px;
    transition: 0.3s;
    border: none;
    outline: none;
}

.btn-fill-blue:hover {
    color: #fff;
    transform: scale(1.05);
}

.cart-icon {
    position: relative;
    margin-right: 10px;
    transform: translateY(5px);
}

.cart-icon i {
    color: #FFC909;
    font-size: 24px;
}

.cart-icon .item-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--theme-color-blue);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
    color: #fff;
}

header .right-sec a {
    margin-left: 15px;
}

.header-banner .banner-inner .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-banner .left-sec {
    border-radius: 0px 500px 0px 0px;
    padding-top: 80px;
}

.header-banner .left-sec.left-blue {
    /* background: rgb(37 141 199 / 90%); */
    background: rgb(0 0 0 / 60%);
}

.header-banner .left-sec.left-green {
    /* background: rgb(51 173 102 / 90%); */
    background: rgb(0 0 0 / 60%);
}

.header-banner .left-sec .text-box {
    transform: translate(-80px, -60px);
}

.header-banner .left-sec .text-box .title {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 54px;


}

.header-banner .banner-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-banner .banner-inner .btn-fill-green {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.header-banner.owl-carousel .owl-nav button {
    background-color: #ffffff !important;
    opacity: .75;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header-banner.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.header-banner.owl-carousel .owl-nav button i {
    color: var(--theme-color-blue);
}

.heading-sec .title {
    font-size: var(--main-heading-size);
    font-weight: var(--main-heading-weight);
    color: var(--main-heading-color);
}

.heading-sec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.heading-sec {
    margin-bottom: 50px;
}


.product-box {
    height: auto !important;
    width: auto !important;
    text-align: center;
    box-shadow: var(--box-shadow);
    padding: 20px;
    display: block;
}

.product-box .text-box {
    margin-top: 20px;
}

.rental-category .text-box {
    margin-top: 0px !important;
}

.rental-category .product-box .img-box img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.product-box .text-box .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.product-box .text-box p {
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    min-height: 52px;
}

.featured-poducts .product-box .text-box p:last-child {
    margin-bottom: 0px;
}

.featured-poducts .heading-sec {
    margin-bottom: 20px;
}

.featured-poducts .product-box {
    margin-top: 30px;
}

.product-box .img-box img {
    height: 150px;
    /* height: 225px; */
    width: 225px;
    object-fit: contain;
    border-radius: 10px;
    background: #eeeeee;
}

.featured-poducts {
    margin-top: 150px;
}

.featured-poducts .filter-tab .nav-tabs {
    border-bottom: none;
    column-gap: 15px;
    align-items: center;
}

.featured-poducts .filter-tab .nav-tabs .nav-link {
    border: 1px solid #9C9C9C;
    color: #000000;
    border-radius: 20px;
    transition: 0.3s;
    font-weight: 400;
    font-size: 16px;
}

.featured-poducts .filter-tab .nav-tabs .nav-link.active {
    color: var(--theme-color-blue);
    border-color: var(--theme-color-blue);
    border-width: 2px;
}

.promice-banner {
    background-image: url('../images/bg-3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}

.promice-banner .box {
    display: flex;
    align-items: flex-start;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 100%;
}

.promice-banner .box .text-box .title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


.promice-banner .box .icon-box img {
    height: auto;
    min-width: 25px;
    max-width: 25px;
    object-fit: contain;
    object-position: top;
    margin-top: 5px;
}

.promice-banner .box .text-box {
    margin-left: 10px;
}

.promice-banner .box .text-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

.promice-banner .heading-sec * {
    color: #fff;
}

.journey-banner {
    background-image: url('../images/journey-banner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*padding: 125px 0px;*/
}

.journey-banner .heading-sec * {
    color: #000;
}

.journey-banner .heading-sec {
    /*margin-bottom: 70px;*/
    margin-bottom: 0px;
    padding: 60px 0px;
}

.journey-banner .box {
    text-align: center;
    transition: 0.5s;
}

.journey-banner .box .title {
    font-weight: 600;
    font-size: 50px;
    /* color: #000000; */
    color: #fff;
    margin-bottom: 15px;
}

.journey-banner .box p {
    color: #fff;
}

.review-sec .review-box .head {
    display: flex;
    align-items: center;
}

.review-sec .review-box .head img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin-right: 20px;
    object-fit: cover;
}

.review-sec .review-box .head .cus-name {
    font-weight: 600;
    font-size: 20px;
}

.review-sec .review-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    min-height: 120px;
}

.review-sec .heading-sec * {
    color: #000;
}

.review-sec .heading-sec {
    margin-bottom: 30px;
}

.review-sec .review-box {
    box-shadow: var(--box-shadow);
    padding: 20px;
    margin: 15px 5px;
    border-radius: 20px;
    transition: 0.3s ease;
    display: block;
}

.review-sec .review-box:focus {
    box-shadow: var(--box-shadow) !important;
}

.review-sec .owl-item {
    transition: 0.4s ease;
}

.review-sec .owl-item.center {
    transform: translateY(-30px);
}

.review-sec .owl-item.center .review-box {
    border: 1px solid #000;
}

.review-sec .owl-stage-outer {
    padding-top: 20px;
}

.review-sec .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.review-sec .owl-carousel button.owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #D9D9D9;
    transform: none !important;
    padding: 0px !important;
}

.review-sec .owl-carousel button.owl-dot.active {
    transform: none !important;
    background-color: var(--theme-color-blue) !important;
}

.product-box .text-box p.price {
    margin-top: 10px;
    min-height: auto;
    font-weight: 500 !important;
}

footer {
    background: none;
    margin: 0px !important;
    padding: 0px !important;
}

footer .menu-box .title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}

footer .menu-box p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

footer ul li {
    margin-top: 15px;
}

footer ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

footer .copyright-sec {
    border-top: 1px solid #cdcdcd;
    padding: 30px 0px;
    margin-top: 30px;
    text-align: left;
}

footer .copyright-sec * {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

footer .copyright-sec i {
    font-weight: 900;
}

footer ul.social-icons {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

footer ul.social-icons li a i {
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--theme-color-blue);
    transition: 0.3s;
    color: #fff;
}

footer ul.social-icons li a i:hover {
    background: #fff;
    color: var(--theme-color-blue);
    transform: scale(1.1);
    box-shadow: 0px 0px 10px -5px #000;
}

.navbar-brand {
    margin-right: 0px;
}


.whatsapp-button {
    display: none !important;
}

footer ul li a:hover {
    color: var(--theme-color-blue);
    padding-left: 5px;
}

.product-box:hover,
.product-box:focus {
    box-shadow: var(--box-shadow-theme);
}

footer ul.social-icons li a:hover {
    color: #000;
    padding-left: 0px;
}

a:hover {
    color: initial;
}

.menuArea ul.menu {
    padding-top: 25px;
}

.login-page input,
.login-page select {
    border-radius: 50px;
}

select {
    cursor: pointer;
    background: url(../images/select-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: calc(100% - 20px) !important;
    background-size: 15px !important;
    min-width: 160px;
    appearance: none;
}

.login-card {
    border-radius: 35px;
    border: none;
    box-shadow: 0px 0px 20px -12px #000000;
    opacity: .95;
}

.sec {
    padding: 40px 0;
    background: #ebebeb61;
}

.text-success {
    color: var(--theme-color-blue) !important;
}

.white-color {
    color: #fff !important;
}

.black-color {
    color: #000000;
}

.login-page {
    position: relative;
    background: url(../images/login-bg.jpg);
    background-position: right;
    padding: 100px 0px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.login-page .bottom-sec {
    background: #fff;
    border-radius: 35px;
    margin-top: 15px;
    padding: 20px;
    box-shadow: 0px 0px 20px -12px #000000;
    opacity: .95;
    background-repeat: no-repeat;
    /* column-gap: 15px; */
}

.login-page .bottom-sec .google-fb-login {
    font-size: 16px;
}

.login-page .bottom-sec .google-fb-login i {
    margin-right: 10px;
    color: var(--theme-color-blue);
    font-size: 20px;
    vertical-align: middle;
}

.sign-up-page {
    background: url(../images/sign-up-bg.jpg);
    background-size: cover;
    background-position: right, bottom;
    background-repeat: no-repeat;
}

header .btn.notificationIcon {
    color: var(--theme-color-blue) !important;
    /* display: none; */
}

header .dropdown-menu {
    border: none;
    box-shadow: 0px 0px 15px -10px #000000;
    padding: 20px 25px;
}

header .dropdown-menu .dropdown-item {
    background: #ffffff2e;
    margin-left: 0 !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 0;
    padding-bottom: 12px;
    transition: 0.3s;
    font-weight: 500;
}

header .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color-blue);
}

header .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.edit-profile-sec {
    margin: 0px;
    background: none;
}

.edit-profile-sec input,
.edit-profile-sec select {
    border-radius: 50px;
}

.page-title {
    background: #F0F0F0;
    text-align: center;
    padding: 20px;
}

.page-title h2 {
    margin: 0px !important;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
}

/* input.file-input {
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    padding: 1px 15px;
    margin-right: 15px;
} */

::-webkit-file-upload-button {
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    padding: 1px 15px;
    margin-right: 15px;
}

.product-listing-top-banner .text-box {
    text-align: center;
}

.product-listing-top-banner .text-box h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.product-listing-top-banner {
    background: url(../images/listing-page-bg.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}


.product-listing-top-banner.rental {
    background: url(../images/listing-page-bg2.jpg);
}

.product-listing-top-banner .text-box * {
    color: #fff !important;
}

.product-listing-top-banner .text-box p {
    margin: 20px 0px;
}

.product-listing-top-banner .text-box .btn-fill-blue {
    background: transparent;
    border: 2px solid #fff;
}

.filter-box .heading-sec .btn-fill-blue {
    color: var(--theme-color-blue);
    border: 1px solid var(--theme-color-blue);
}

.edit-profile-sec .user-box {
    margin-bottom: 30px;
    height: auto !important;
    width: auto !important;
    text-align: center;
    box-shadow: var(--box-shadow);
    padding: 25px;
    display: block;
}



.edit-profile-sec .user-box:hover,
.edit-profile-sec .user-box:focus {
    box-shadow: var(--box-shadow-theme);
}


.edit-profile-sec .user-box .title {
    font-size: 35px;
    font-weight: 600;
    color: var(--theme-color-blue);
    margin-bottom: 10px;
}

.edit-profile-sec .user-box p.number {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
}

.card.filter-box {
    border-radius: 35px;
    background: #F3F3F3;
    padding: 20px;
    border: none;
    margin-bottom: 50px;
}


.card.filter-box input,
.card.filter-box select {
    border-radius: 35px;
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 16px;
    min-height: auto;
    margin-bottom: 10px;
    background-color: #EDEDED !important;
    border: none;
    background-blend-mode: luminosity;
}

.card.filter-box h3.filter-title {
    font-size: 16px;
    font-weight: 600;
}

input.price-input {
    background: #fff !important;
    font-size: 10px;
}

input.price-input::placeholder {
    font-size: 14px;
    color: #C7C7C7;
}

.filter-box .price-box {
    background: #EDEDED !important;
    border-radius: 25px;
    padding: 20px 20px 3px;
}

.filter-btn-sec .btn-fill-blue,
.filter-btn-sec .btn-fill-green {
    margin-top: 10px;
    font-size: 16px;
}

.filter-btn-sec .btn-fill-blue.red {
    background: #ff0000 !important;
}


.product-box-2 {
    margin-bottom: 30px;
}


.fa-heart {
    color: #ff0000;
    font-size: 15px !important;
    border-radius: 100%;
    cursor: pointer;
    height: 30px;
    width: 30px;
    /* box-shadow: 0px 0px 4px -2px #000; */
    border: 1px solid #ffa5a5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-heart.unselected {
    color: #dddddd;
}


.product-box-2 .price {
    background: #EDEDED;
    text-align: center;
    min-height: auto;
    font-weight: 500 !important;
    border-radius: 35px;
    padding: 8px;
    margin: 8px 0px;
}

.product-box-2 .btn-fill-blue {
    border: none;
    width: 100%;
    padding: 9px;
    font-weight: 400;
    font-size: 14px;
    transform: none !important;
}


.top-deals-banner {
    background: url(../images/top-deals-banner.jpg);
    height: 500px;
}

.top-deals-banner .text-box * {
    color: #000 !important;
    border-color: #000 !important;
    transform: none !important;
}

.top-deals-banner .text-box p {
    margin-top: 20px;
}

.listing-page-title .page-title {
    padding: 30px 0px;
    background: none;
}

.listing-page-title .page-title h2 {
    color: #fff;
}

.listing-page-title .page-title p {
    color: #fff;
    margin-top: 20px;
}

.product-box,
.product-box-2 {
    position: relative;
    overflow: hidden;
}

.product-box .chat-btn,
.product-box-2 .chat-btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -35px;
    right: -30px;
    border: 1px solid;
    box-shadow: 0px 0px 10px -5px #000;
    text-align: left;
    padding-left: 25px;
    border-radius: 100px;
    padding-top: 45px;
}


.product-box .chat-btn img,
.product-box-2 .chat-btn img {
    width: 20px;
    height: auto;
}

.product-box-2 .text-box .price {
    margin: 0px;
}

.product-box-2 .text-box .name {
    font-weight: 500;
}


.product-box-2 .img-box img {
    width: 100%;
}

.top-border {
    height: 50px;
    background: #F0F0F0;
}

.heading-sec .filer-title {
    font-size: 30px;
}

.single-product-img-box {
    box-shadow: var(--box-shadow);
    border-radius: 35px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.single-product-text-box .name {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000;
}

.single-product-text-box .product-des p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
    min-height: 48px;
}

.single-product-text-box .view-ful-btn {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-blue);
    margin-top: 10px;
}

.single-product-text-box .price {
    font-size: 35px;
    color: #4c4c4c;
    font-weight: 700;
    margin-top: 20px;
}

.single-product-text-box .btn-sec .btn-fill-blue,
.single-product-text-box .btn-sec .btn-fill-green {
    width: 100%;
    font-size: 14px;
    text-align: center;
    transform: none;
    margin-top: 10px;
}

.single-product-text-box .btn-sec img {
    width: 14px;
    margin-right: 5px;
}

.product-bottm-des {
    background: #F0F0F0;
    padding: 35px 0px;
}

.product-bottm-des p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}


.list-style-none {
    list-style: none;
}

.list-style-number {
    list-style: number;
}

.about-sec ul li {
    margin-top: 15px;
}

.about-sec ul li p {
    color: #000;
}

.bg-none {
    background: none;
}

.about-top-sec {
    height: 300px;
    background: url(../images/about-bg.jpg);
    background-position: right;
    background-size: cover;
}

.about-sec .content {
    margin-top: 40px;
}

.about-sec .content .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--theme-color-blue);
}

.about-sec .content .sub-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--theme-color-blue);
}

.about-sec .about-content .content:first-child {
    margin-top: 0px;
}

.about-sec .about-content {
    background: #fff;
    margin-top: -220px;
    border-radius: 35px;
    padding: 35px 45px;
    box-shadow: var(--box-shadow);
}

.faqs-sec #accordion .card .card-header {
    border-radius: 100px;
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
}


.faqs-sec #accordion .card {
    border: none;
    box-shadow: var(--box-shadow);
    border-radius: 35px;
    margin-bottom: 10px;
}

.faqs-sec #accordion .card .card-body {
    border-top: 1px solid #eeeeee;
}

.about-2 .img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 35px;
    border: 10px solid #ffffff;
    height: 450px;
}


.about-2 .text-box .title {
    font-size: 35px;
    color: var(--theme-color-blue);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-2 .text-box .sub-title {
    font-size: 25px;
    color: var(--theme-color-blue);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-2 .text-box {
    margin-top: 40px;
}

.about-2 {
    background: #F0F0F0;
    padding: 50px 0px;
}

.term-cond ul li {
    margin-bottom: 15px;
}


.term-cond ul li p {
    color: #000000;
}


textarea.form-control {
    height: inherit;
    resize: none;
    border-radius: 35px;
    border-radius: 35px !important;
    padding-left: 20px;
}

.typeChatBox .form-row {
    align-items: center;
}

.typeChatBox .textInputBox textarea::-webkit-scrollbar {
    display: none;
}

.chatPage .list-unstyled .media.active {
    background: #eeeeee !important;
}

.chatPage .media .media-body {
    padding-left: 10px !important;
}

.media p {
    position: relative;
    padding-left: 20px;
    font-size: 14px !important;
}

.media p::after {
    content: "\f27a";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-top: 1px;
}

.chatPage {
    background: url(../images/chat-sec-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.chatPage>.container {
    opacity: .95;
}

.single-product-text-box .warning-box ul li {
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}

.single-product-text-box .warning-box .warning-title {
    color: #ff0000;
    font-weight: 500;
}


.single-product-text-box .warning-box {
    background: #fbfbfb;
    border-radius: 25px;
    padding: 15px 25px;
    margin-top: 20px;
    border: 1px solid #ff0000;
}

.rental-category .category-carousel .owl-stage-outer {
    padding: 5px;
}

.product-box img,
.product-box-2 img {
    background: none !important;
}

.rental-category .product-box,
.rental-category .product-box-2 {
    padding: 15px;
    margin: 0px 10px;
}

.download-app-banner .img-box img {
    height: 450px;
    margin: 0 auto;
}

.download-app-banner .text-box .title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.download-app-banner .text-box p {
    margin: 25px 0px;
    color: #000000;
}

.download-app-banner .text-box .download-link img {
    width: 150px;
    margin-right: 20px;
}

.download-app-banner {
    background-color: #eeeeee;
    padding: 50px 0px;
    background-image: url(../images/bg-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chat_type {
    border-radius: 5px;
    background: #fff;
    color: #000;
    border: 1px solid #cdcdcd;
    text-align: center;
    font-size: 19px;
    margin-left: 10px;
    cursor: pointer;
}

.chat_type_active {
    border-radius: 5px;
    background: #059de4;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 19px;
    margin-left: 10px;
    cursor: pointer;
}

span.bright {
    color: var(--theme-color-blue);
}


span.dealers {
    color: var(--theme-color-green);
}

header {
    transition: all 0.3s;
}

header.sticky-top {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 15px 0px #aaaaaa;
}

.search-box .select-filter:first-child {
    margin-left: 0px;
}

.search-box .select-filter {
    margin-left: 5px;
    padding: 3px 11px;
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.search-box .select-filter input {
    margin: 0px !important;
    border: none;
    outline: none;
}

.search-box .select-filter label {
    margin: 0px !important;
    font-size: 15px;
    font-weight: 500;
}

.search-box .rental.select-filter input {
    accent-color: var(--theme-color-green);
}

.search-box .wholesale.select-filter input {
    accent-color: var(--theme-color-blue);
}


/* search-box-filter  */


.switches-container {
    /* width: 16rem; */
    min-width: 275px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    /* background: #f5f5f5; */
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 5px;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}


/* search-box-filter  */


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

.phone-number-show-hide {
    background: #fff;
    /* box-shadow: 0px 0px 5px -2px; */
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 15px 10px 25px;
}

.show-hide-btn {
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 15px;
    cursor: pointer;
}

.favourite-btn {
    background: #ff0000;
}

.type-or-phone .cmn-box {
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.type-or-phone .cmn-box .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}


.see-number-btn {
    color: #ff0000;
}

.top-bedge {
    text-align: center;
    position: absolute;
    top: 15px;
    z-index: 10;
    min-width: 250px;
    padding: 15px;
    font-weight: 700;
    rotate: -35deg;
    left: -79px;
}

.btn-red-transparent {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    color: #ff0000;
    border-radius: 35px;
    padding: 12px 25px;
    transition: 0.3s;
    border: 1px solid #ff0000;
    outline: none;
    text-align: center;
}

.btn-red-transparent:hover {
    color: #ff0000;
}

.btn-sec .fa-heart {
    color: initial;
    border: none;
    display: inline-block;
    height: auto;
    width: auto;
    overflow: inherit;
}

.red-color {
    color: #ff0000 !important;
}

.rental-category {
    position: relative;
    /* background: var(--theme-color-blue); */
    padding-top: 50px;
}

.rental-category .heading-sec * {
    color: #fff !important;
}


.rental-category .owl-carousel {
    margin-bottom: -90px;
}

.rental-category {
    margin-top: 190px;
    background-image: url(../images/img-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* 
.web-des p::first-letter {
    font-size: 50px;
    color: var(--theme-color-green);
} */

.web-des {
    /* border-bottom: 1px solid #cdcdcd; */
    padding-bottom: 0px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(21, 157, 234, 25%) 100%); */
    /* background: linear-gradient(180deg, rgba(21, 157, 234, 25%) 0%, rgb(51 173 102 / 25%) 100%); */
    background: linear-gradient(180deg, rgb(21 157 234) 0%, rgb(51 173 102 / 50%) 100%);
    /* border-radius: 0px 0px 0px 150px; */
}

.web-des img {
    height: 450px;
}

.web-des p {
    color: #fff;
}

.rental-img-bg {
    background-image: url(../images/rental-bg.png) !important;
}

.wholesale-img-bg {
    background-image: url(../images/wholesale-bg.png) !important;
}

.web-des .heading-sec .title {
    color: #fff;
    font-size: 35px;
}

.journey-banner .box-sec {
    background: rgba(0, 0, 0, .6);
    padding: 50px 0px;
}

.journey-banner .box-sec .box:hover {
    transform: translateY(-25px);
}

.contact-form {
    background: #fff;
    margin: 50px 0px;
}

.contact-form label {
    margin-top: 20px;
    margin-bottom: 0px;
}