/*  global css start here */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/*  global css end here */
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1700px;
    padding: 0px 30px;
}

.breadcrumbwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 15px 0px;
}

.breadcrumbwrapper .bread-crumb a {
    color: #6b7177;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.breadcrumbwrapper .bread-crumb a span {
    padding-left: 5px;
    display: inline-block;
}

.breadcrumbwrapper .bread-crumb .current {
    color: #222;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.breadcrumbwrapper .icon-container {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 400px;
}

.breadcrumbwrapper .icon-container .icon {
    display: grid;
    width: 120px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-left: 20px;
}

.breadcrumbwrapper .icon-container .icon:last-child span {
    color: #d74d4d;
    font-size: 25px;
    cursor: pointer;
}

.breadcrumbwrapper .icon-container .icon .black-bg {
    width: 50px;
    height: 50px;
    /* background-color: #003049; */
    background-color: #003049;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbwrapper .icon-container .icon .black-bg span {
    color: #fff;
    font-size: 18px;
}

.breadcrumbwrapper .icon-container .icon span {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.search-page-banner {
    border-radius: 16px;
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
    padding: 50px 20px 38px;
    max-height: 353px;
}

.search-page-banner h2 {
    color: #222;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    /* padding: 0px 0px 20px 0px; */
    line-height: 53px;
}

.search-page-banner .user-info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 710px;
    padding: 20px 0px;
}

.search-page-banner .user-info-wrapper .user-name {
    align-items: center;
    display: flex;
}

.user-info-wrapper .user-name .user-img {
    width: 45px;
    margin-right: 12.7px;
    height: 45px;
}

.user-info-wrapper .user-name .user-img img {
    width: 45px;
    height: 45px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.user-info-wrapper .user-name p {
    /* color: #222; */
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 0px 0px 0px 10px;
    line-height: 24px;
}

.user-info-wrapper .star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffff;
}

.user-info-wrapper .star-rating p {
    color: #ffffff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0px 0px 0px 00px;
}

.user-info-wrapper .star-rating span i {
    color: #e1c03f;
    margin-right: 12px;
}

.profile-visits.star-rating span i {
    color: #13262f;
    margin-right: 12px;
}

.search-page-banner .services-details-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 710px;
    column-gap: 35px;
}

.services-details-wrapper .info-wrapper {
    border-radius: 6px;
    border: 2px solid #13262f;
    padding: 11px 12px 11px 18px;
    display: flex;
    align-items: center;
}

.services-details-wrapper .info-wrapper p {
    fill: #13262f;
    font-size: 26px;
    font-weight: 600;
}

.services-details-wrapper .info-wrapper .detail-wrapper span {
    padding: 0.5px 0px 0.5px 20px;
    display: block;
    /* color: #535353; */
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.services-details-wrapper .info-wrapper .detail-wrapper span:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    padding: 4.5px 0px 0px 20px;
}

.service-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
}

.mini-container {
    max-width: 100%;
    margin: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.additional-images-container .slick-prev,
.additional-images-container .slick-next {
    background: #fff;
    padding: 6px 20px;
    font-size: 24px;
    border: none;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    font-weight: 500;
    position: absolute;
    top: -260px;
    left: 20px;
    z-index: 5;
    transform: translate(0px, -50%);
    cursor: pointer;
}

.additional-images-container .slick-next {
    top: -260px;
    left: unset;
    right: 40px;
    z-index: 5;
}

.mini-container .additional-images-container {
    /* max-width: 770px; */

    /* position: relative; */
    /* z-index: 2; */
}

.mini-container .additional-images-container img {
    width: 160px;
    margin: 10px 10px 0px;
    height: 160px;
    object-fit: contain;
}

.mini-container .right-col {
    display: none;
}

.images.slick-slide img {
    max-height: 530px;
    object-fit: cover;
    margin-top: 20px;
    width: 100%;
}

.mini-container .service-description h4 {
    color: #222;
    padding: 10px 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.mini-container .service-description p {
    color: #6b7177;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
}

.service-description .service-provider span {
    display: block;
    color: #6b7177;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.service-description .service-provider span:last-child {
    padding-bottom: 11px;
}

.mini-container .Application-Info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 710px;
}

.mini-container .Application-Info-wrapper .app-info span {
    color: #6b7177;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.accordion-wrapper {
    padding: 30px 0px 20px 0px;
}

.accordion-wrapper .accordion {
    margin: 5px 0px;
    padding-left: 0px;
    transition: border 0.3s ease, background-color 0.3s ease, padding 0.3s ease;

}

.accordion-wrapper .accordion.active {
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
    color: #fff;

}

.accordion.active .accordion-question h5 {
    color: #fff;
}

.accordion-wrapper .accordion .accordion-question {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    /* border: 1px solid #707070; */
    border: 1px solid #7d7d7d63;
    border-radius: 0px 0px 7px 7px;
    align-self: center;
    /* background-color: #5EAE84; */
    transition: border 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
}

.accordion-wrapper .accordion .accordion-question h5 {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}
.accordion-wrapper .accordion.active .accordion-question h5 {color: #fff;}
.accordion.active .accordion-answer p{
    color: #fff;
}
.accordion-wrapper .accordion .accordion-question .icon {
    position: relative;
}

.accordion-wrapper .accordion .accordion-question span {
    width: 20px;
    height: 2px;
    background-color: #222;
    display: inline-block;
}

.accordion-wrapper .accordion .accordion-question span:last-child {
    position: absolute;
    /* top: 23px; */
    /* left: 10px; */
    top: 17px;
    left: 0px;

    transform: rotate(270deg);
}

.accordion .accordion-answer {
    display: none;
}

.accordion.active .accordion-question span:last-child {
    display: none;
}
.accordion-wrapper .accordion.active  .accordion-question span{
    background-color: #fff;
}

.accordion.active .accordion-answer {
    display: block;
    padding: 5px 40px 20px;
}

.accordion.active .accordion-answer p {
    /* color: #222; */
    color: #fff;
    font-size: 15px;
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0px;
}

.accordion-body {
    background-color: #5EAE84;
    border-radius: 7px 7px 0px 0px;
    padding: 20px 0px;
}

.accordion.active .accordion-question {
    border: none;
    /* color: #fff; */
    /* background-color: #5EAE84; */
}

.mini-container .all-rating {
    padding: 30px 0px 15px 0px;
}

.all-rating h5 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.all-rating .rating-wrapper {
    display: flex;
    align-items: center;
    padding: 23px 0px;
}

.all-rating .rating-wrapper .green-box {
    max-width: 358px;
    width: 100%;
    margin-right: 70px;
    text-align: center;
    /* padding: 72px 80px 62px 80px; */
    border-radius: 8px;
    /* background-color: #5EAE84; */
    background-color: #5EAE84;
    padding: 50px 0px 40px;
}

.all-rating .rating-wrapper .green-box h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    /* 120% */
}

.all-rating .rating-wrapper .green-box .stars {
    padding: 5px 0px;
}

.all-rating .rating-wrapper .green-box .stars span i {
    color: #f4d655;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
}

.all-rating .rating-wrapper .green-box .stars p {
    color: #000;
    text-align: center;
    font-size: 15px !important;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 180% */
    padding-top: 11px;
}

.all-rating .rating-wrapper .each-star-rating {
    width: 53%;
    /* max-width: 560px; */
}

.each-star-rating .ratting {
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 74px 1fr;
    margin: 16px 0px;
}

.each-star-rating .ratting h6 {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 11px 0px 0px;
    /* 133.333% */
}

.each-star-rating .progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.each-star-rating .ratting .progress-wrapper .full-width-progress {
    width: 100%;
    height: 7px;
    background-color: #00800912;
    border-radius: 7px;
    /* width: 459px; */
}

.each-star-rating .ratting .progress-wrapper .full-width-progress .fill-color {
    background-color: #79da98;
    height: 7px;
    border-radius: 7px;
}

.each-star-rating .ratting:nth-child(2) .full-width-progress .fill-color {
    background-color: #b8ea7f;
}

.each-star-rating .ratting:nth-child(3) .full-width-progress .fill-color {
    background-color: #f4d655;
}

.each-star-rating .ratting:nth-child(4) .full-width-progress .fill-color {
    background-color: #f0b770;
}

.each-star-rating .ratting:nth-child(5) .full-width-progress .fill-color {
    background-color: #d6805f;
}

.each-star-rating .ratting p {
    color: #6b7177;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.all-rating .user-review {
    padding: 10px 0px;
}

.all-rating .user-review .user-review-top {
    display: flex;
    align-items: center;
}

.all-rating .user-review p {
    padding: 10px 0px;
    max-width: 1024px;
    color: #222;
    margin-bottom: 0px;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.user-review .user-review-top .user-img {
    width: 68px;
    height: 68px;
    margin-right: 45px;
    border-radius: 50px;
}

.user-review .user-review-top .user-img img {
    /* width: 100%;     */
    width: 60px;
    height: 60px;
}

.user-review .user-review-top .userdetail h5 {
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.user-review .user-review-top .right-bottom-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.user-review-top .right-bottom-wrapper span:first-child {
    font-size: 16px;
    color: #e1c03f;
    margin-right: 6px;
}

.user-review-top .right-bottom-wrapper h5 {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 17px 0px 0px;
}

.user-review-top .right-bottom-wrapper span:last-child {
    font-size: 14px;
}

/*  right col css start here */

.right-col {
    /* margin-top: -300px; */
    width: 100%;
    margin: -200px 0px 0px 0px;
}

.right-col .pricing-wrapper {
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 27px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
    margin-bottom: 10px;
}

.pricing-wrapper h3 {
    color: #222;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}

.pricing-wrapper .pricing-card {
    padding: 11px 0px;
    border: 1px solid #e9e9e9;
    padding: 19px 15px;
    margin-bottom: 11px;
}

.pricing-wrapper .pricing-card div {
    display: flex;
    align-items: center;
}

.pricing-wrapper .pricing-card input {
    border: 2px solid #e9e9e9;
    width: 20px;
    height: 20px;
    accent-color: #003049;
}

.pricing-wrapper .pricing-card label {
    margin-left: 13px;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.pricing-wrapper .pricing-card p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 33px;
    margin: 12px 0px 0px 0px;
}

.pricing-wrapper .pricing-card h6 {
    font-weight: 500;
    color: #13262f;
    line-height: 43px;
    font-size: 22px;
    padding-left: 33px;
    margin-top: 0px;
}

.pricing-wrapper button {
    border-radius: 8px;
    background: #003049;
    padding: 19px 26px;
    display: inline-block;
    justify-content: space-between;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    border: none;
    line-height: 38px;
    width: 100%;
    display: flex;
    cursor: pointer;
}

.pricing-wrapper button a {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    border: none;
    line-height: 38px;
}

.pricing-wrapper button span:first-child {
    font-weight: bold;
    margin-left: 5px;
}

.pricing-wrapper .pricing-card button span:last-child {
    font-size: 20px;
    display: inline-block;
    margin-left: 100px;
}

.seller-card {
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
    margin: 10px 0px;
}

.seller-card.seller-shop-images {
    padding: 20px !important;
}

.seller-card h3 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.seller-card .seller-wrapper {
    display: flex;
    padding: 15px 0px 25px;
    align-items: center;
}

.seller-card .seller-wrapper .seller-img {
    margin: 0px 25px 0px 0px;
    /* width: 114px; */
    height: 114px;
}

.seller-card .seller-wrapper .seller-img img {
    width: 60px;
    height: 60px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.seller-card .seller-wrapper .seller-details h6 {
    color: #222;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 11px;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    /* 129.412% */
}

.seller-card .seller-wrapper .seller-details span {
    color: #6b7177;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
    /* 128.571% */
}

.seller-card .seller-wrapper .seller-details span:last-child {
    margin: 0px;
}

.seller-card .seller-wrapper .seller-details p span i {
    color: #e1c03f;
    font-size: 20px;
}

.seller-card .seller-wrapper .seller-details p b {
    margin: 0px 10px;
    display: inline-block;
}

.seller-card .seller-location-charges {
    padding: 18px 96px 18px 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.seller-card .seller-location-charges .location h6 {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
}

.seller-card .seller-location-charges .location p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.seller-card a {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    border-radius: 8px;
    border: 2px solid #13262f;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
}

/* shop Location Card Css Starts here */

.shop-location-card {
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
    margin: 10px 0px;
}

.shop-location-card p {
    color: #6b7177;
    font-size: 14px;
    font-weight: 400;
}

/* shop Location Card Css Ends here*/

/*  cards css  */

.card-wrapper.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0px;
    gap: 30px;
}

.more-services {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
}

.card-wrapper .recomended-card {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 10px 32px 36px 0px rgba(51, 51, 51, 0.08);
    /* backdrop-filter: blur(5px); */
}

.card-wrapper .recomended-card .card-head {
    display: flex;
    /* background-image: url(../../startup-business/images/mask3.png);
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 17px 216px; */
    position: relative;
    border-radius: 12px 12px 0px 0px;
}

.card-wrapper .recomended-card:nth-child(2) .card-head {
    /* background-image: url(../../startup-business/images/Mask2.png); */
}

.card-wrapper .recomended-card:nth-child(3) .card-head.pizza {
    /* background-image: url(../../startup-business/images/pizza.png); */
}

/* .card-wrapper .recomended-card .card-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 12px 12px 0px 0px;
}

.recomended-card .card-head .profile-img {
    width: 44px;
    height: 44px;
}

.card-head .profile-img {
    width: 100%;
}

.card-head p {
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
    margin-left: 20px;
}

.recomended-card .card-body {
    padding: 14px 17px;
}

.recomended-card .card-body span {
    color: #13262F;
  
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
    margin-bottom: 8px;
    display: inline-block;
}

.recomended-card .card-body h4 {
    color: #1B1D21;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    backdrop-filter: blur(5px);
    margin: 10px 0px;
}

.card-body .card-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body .card-pricing .skills-rating {
    width: 50%;

}

.card-body .card-pricing .skills-rating span {
    margin: 0px;
}

.card-body .card-pricing .skills-rating span i {
    color: #ffbb00;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;

}

.card-body .card-pricing .skills-rating p {
    color: #1F4B3F;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.card-pricing .skills-rating .rating-icons {
    padding: 10px 0px 25px 0px;
}

.card-body .card-pricing .skills-rating p span {
    color: #13262F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.card-body .price-wrapper sup {
    color: #1F4B3F;
 
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    backdrop-filter: blur(5px);
    /* 200% */

/* }

.card-body .price-wrapper sup sub {
    color: #1F4B3F;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
   
    backdrop-filter: blur(5px);
    
}

.card-body .price-wrapper p {
    color: #1B1D21;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: 28px;
   
    backdrop-filter: blur(5px);
}  */

.mini-container .slick-list {
    padding: 0 !important;
}

/* card css ends here */

/*  responsiveness start here  */
@media only screen and (max-width: 1440px) {
    .search-page-banner h2 {
        font-size: 36px;
    }

    /* .each-star-rating .ratting {
        width: 150%;
    } */
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 100% !important;
        padding: 0px 20px;
    }

    .service-page-wrapper {
        gap: 25px;
    }

    .search-page-banner h2 {
        font-size: 30px;
    }

    .right-col {
        margin: 22px 0px 0px 0px;
    }

    .breadcrumbwrapper .bread-crumb .current {
        font-size: 17px;
    }

    .right-col .pricing-wrapper {
        padding: 14px 14px;
    }

    .mini-container .additional-images-container img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

    .mini-container .all-rating {
        padding: 20px 0px;
    }

    .card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .mini-container {
        width: 100%;
        max-width: 100%;
    }

    .service-page-wrapper {
        grid-template-columns: 1fr;
    }

    .service-page-wrapper .right-col {
        /* display: none; */
    }

    .all-rating .rating-wrapper .green-box {
        margin-right: 30px;
    }

    .mini-container .right-col {
        /* display: block !important; */
        /* width: 100%; */
        /* margin-left: 0px; */
    }

    .mini-container .right-col .pricing-card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .right-col .pricing-wrapper {
        padding: 27px 40px !important;
    }

    .mini-container .right-col .pricing-card-wrapper .pricing-card {
        width: 100%;
    }

    .mini-container .right-col .pricing-wrapper button {
        width: 40%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbwrapper .icon-container {
        display: none;
    }

    .breadcrumbwrapper {
        padding: 30px 0px 20px 0px;
    }

    .search-page-banner {
        padding: 24px 0px;
    }

    .mini-container .card-wrapper {
        grid-template-columns: 1fr;
    }

    .search-page-banner h2 {
        font-size: 20px;
        padding: 0px;
        line-height: 30px;
    }

    .seller-card {
        padding: 25px;
    }

    .services-details-wrapper .info-wrapper {
        padding: 11px 12px;
    }

    .each-star-rating .ratting {
        margin: 15px 0;
    }

    .all-rating .rating-wrapper {
        flex-direction: column;
    }

    .all-rating .rating-wrapper .each-star-rating {
        width: 100%;
    }

    .all-rating .rating-wrapper .green-box {
        max-width: 100%;
        margin-right: 0;
    }

    .services-details-wrapper .info-wrapper p {
        font-size: 20px;
        font-weight: 400;
    }

    .services-details-wrapper .info-wrapper .detail-wrapper span {
        font-weight: 400;
    }

    .mini-container .right-col .pricing-card-wrapper {
        display: block !important;
    }

    .mini-container .right-col .pricing-wrapper button {
        width: 100%;
    }

    .pricing-wrapper .pricing-card p {
        padding: 0px 0px 20px 0px;
    }

    .pricing-wrapper .pricing-card h6 {
        padding-left: 0px;
    }

    .seller-card .seller-location-charges {
        padding: 18px 25px 18px 20px;
    }

    .more-services {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .search-page-banner {
        max-height: unset;
    }

    .search-page-banner .services-details-wrapper {
        display: block;
    }

    .mini-container .additional-images-container img {
        height: auto;
    }

    .services-details-wrapper .info-wrapper {
        margin: 12px 0px;
    }

    .additional-images-container .slick-prev,
    .additional-images-container .slick-next {
        top: -160px;
        padding: 0;
        width: 35px;
        height: 35px;
    }

    .search-page-banner h2 {
        line-height: 30px;
    }

    .user-info-wrapper .star-rating p {
        font-size: 15px;
    }

    .user-info-wrapper .user-name p {
        font-size: 16px;
        font-weight: 400;
    }

    .carousel-container {
        max-width: 100%;
    }

    .carousel-container img {
        max-width: 100%;
    }

    .carousel-container .slick-prev,
    .carousel-container .slick-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: 10px;
        padding: 5px 15px;
    }

    .carousel-container .slick-next {
        right: 10px;
        left: unset;
    }

    /* .mini-container .additional-images-container {

        display: none;

    } */

    .right-col .pricing-wrapper {
        padding: 13px 15px !important;
    }

    .pricing-wrapper h3 {
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }

    .mini-container .right-col .pricing-wrapper button {
        margin: 0px;
        font-size: 16px;
    }

    .pricing-wrapper button a {
        font-size: 17px;
    }

    .mini-container .Application-Info-wrapper .app-info {
        text-align: center;
    }

    .mini-container .right-col .pricing-wrapper button {
        padding: 8px 15px;
    }

    .accordion-wrapper {
        padding: 30px 0px 21px 0px;
    }

    .seller-card a {
        width: 100%;
        padding: 8px 0px;
        font-size: 18px;
        text-align: center;
        padding: 10px 17px;
    }

    .accordion-wrapper .accordion .accordion-question {
        padding: 12px 10px 20px;
    }

    .accordion-wrapper .accordion .accordion-question h5 {
        font-weight: 500;
        margin-right: 10px;
    }

    .accordion.active .accordion-answer {
        display: block;
        padding: 5px 10px 20px;
    }

    .all-rating .user-review {
        padding: 15px 0px;
    }

    .all-rating h5 {
        font-size: 18px;
    }
    .service-page-wrapper { 




        display: block;
    }
}

/*  520 media querey is used  to fix some wrappers */
@media only screen and (max-width: 520px) {
    .search-page-banner .user-info-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px 0px;
    }

    .user-info-wrapper .user-name .user-img {
        width: 50px;
    }

    .mini-container .Application-Info-wrapper {
        display: block;
    }

    .mini-container .Application-Info-wrapper .app-info {
        text-align: initial;
    }

    .mini-container .service-description h4 {
        padding: 14px 0px;
        font-size: 18px;
    }

    .all-rating .rating-wrapper {
        display: block;
    }

    .all-rating .rating-wrapper .green-box {
        width: 100%;
        padding: 25px 0px 30px;
    }

    .all-rating .rating-wrapper .each-star-rating {
        width: 100%;
    }

    .all-rating .rating-wrapper .green-box h2 {
        font-size: 40px;
    }
    .shop-images {
        width: 100%;
    }
    .seller-card .seller-wrapper{
        padding: 15px 0px;
    }
    
    .seller-card a {
        padding: 10px 17px 10px 0px;
    }
    .seller-card .seller-location-charges{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 420px) {
    .breadcrumbwrapper {
        padding: 15px 0px 15px 0px;
    }

    .search-page-banner h2 {
        font-size: 16px;
    }

    .additional-images-container .slick-prev,
    .additional-images-container .slick-next {
        top: -110px;
    }

    .additional-images-container .slick-prev {
        left: 10px;
    }

    .additional-images-container .slick-next {
        right: 10px;
    }

    .mini-container .right-col .pricing-wrapper button {
        padding: 5px 10px;
    }

    .pricing-wrapper h3 {
        font-size: 16px;
    }

    .seller-card {
        padding: 20px 10px;
    }

    .user-review .user-review-top .user-img {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }

    .all-rating h5 {
        font-size: 16px;
    }
}