.rts-single-wized {
    background: #20282D;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
}

.rts-single-wized:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .rts-single-wized {
        padding: 20px;
    }
}

.rts-single-wized.service {
    border-radius: 0;
}

.rts-single-wized.service .single-categories li a {
    border-radius: 0;
}

.rts-single-wized.download {
    background: #1C2539;
}

.rts-single-wized.download .title {
    color: #fff;
}

.rts-single-wized.download .single-download-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #2E3951;
}

.rts-single-wized.download .single-download-area:first-child {
    padding-top: 0;
}

.rts-single-wized.download .single-download-area:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rts-single-wized.download .single-download-area .mid {
    margin-right: auto;
    margin-left: 15px;
}

.rts-single-wized.download .single-download-area .mid .title {
    margin-bottom: 0;
    font-size: 18px;
}

.rts-single-wized.download .single-download-area .mid span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.rts-single-wized.download .single-download-area a.rts-btn {
    height: 40px;
    max-width: 40px;
}

.rts-single-wized.contact {
    background: #1C2539;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
}

@media only screen and (max-width: 479px) {
    .rts-single-wized.contact {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-single-wized.contact:last-child {
        margin-bottom: 0;
    }
}

.rts-single-wized.contact .wized-body {
    text-align: center;
}

.rts-single-wized.contact .wized-body .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
}

.rts-single-wized.contact .wized-body a.rts-btn {
    display: block;
    max-width: max-content;
    margin: auto;
}

.rts-single-wized .wized-header .title {
    margin-bottom: 10px;
    color: #fff;
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}

.rts-single-wized .wized-body .rts-search-wrapper {
    position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent;
}

.rts-single-wized .wized-body .rts-search-wrapper input:focus {
    border: 1px solid var(--color-primary);
}

.rts-single-wized .wized-body .rts-search-wrapper button {
    position: absolute;
    max-width: max-content;
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background: var(--color-primary);
    display: inline-block;
    padding: 0 19px;
    right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.rts-single-wized .single-categories {
    margin-bottom: 15px;
    padding: 0;
}

.rts-single-wized .single-categories:last-child {
    margin-bottom: 0;
}

.rts-single-wized .single-categories li {
    list-style: none;
}

.rts-single-wized .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #283136;
    color: #ffffff;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
}

.rts-single-wized .single-categories li a i {
    color: #ffffff;
    transition: 0.3s;
}

.rts-single-wized .single-categories li a:hover {
    background: var(--color-primary);
    transform: translateY(-5px) scale(1.03);
    color: var(--color-white);
}

.rts-single-wized .single-categories li a:hover i {
    color: var(--color-primary);
}

.rts-single-wized .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rts-single-wized .recent-post-single:last-child {
    margin-bottom: 0;
}

.rts-single-wized .recent-post-single .thumbnail {
    margin-right: 20px;
    overflow: hidden;
    max-width: max-content;
    width: 100%;
    border-radius: 5px;
}

.rts-single-wized .recent-post-single .thumbnail img {
    min-width: 85px;
    height: auto;
    transition: 0.3s;
}

.rts-single-wized .recent-post-single .thumbnail:hover img {
    transform: scale(1.2);
}

.rts-single-wized .recent-post-single .user {
    display: flex;
    align-items: center;
}

.rts-single-wized .recent-post-single .user span {
    margin-left: 9px;
}

.rts-single-wized .recent-post-single .post-title .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1C2539;
    line-height: 26px;
    margin-top: 5px;
    transition: 0.3s;
}

@media only screen and (max-width: 479px) {
    .rts-single-wized .recent-post-single .post-title .title {
        font-size: 14px;
        line-height: 26px;
        margin-top: 0;
    }
}

.rts-single-wized .recent-post-single .post-title:hover .title {
    color: var(--color-primary);
}

.rts-single-wized .gallery-inner {
    display: flex;
    flex-direction: column;
}

.rts-single-wized .gallery-inner .single-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rts-single-wized .gallery-inner .single-row a {
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 479px) {
    .rts-single-wized .gallery-inner .single-row a {
        display: block;
        width: 100%;
    }
}

.rts-single-wized .gallery-inner .single-row a img {
    max-width: 97px;
    height: auto;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-single-wized .gallery-inner .single-row a img {
        max-width: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 269px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 193px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 135px;
    }
}

@media only screen and (max-width: 575px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .rts-single-wized .gallery-inner .single-row a img {
        min-width: 80px;
    }
}

.rts-single-wized .gallery-inner .single-row a:hover img {
    transform: scale(1.2);
}

.rts-single-wized .gallery-inner .single-row.row-1 {
    margin-bottom: 20px;
}

.rts-single-wized .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.rts-single-wized .tags-wrapper a {
    padding: 5px 16px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #1C2539;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.rts-single-wized .tags-wrapper a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px) scale(1.09);
}

.service-details-left-area {
    /* margin-top: -120px; */
}

@media only screen and (max-width: 767px) {
    .service-details-left-area {
        margin-top: -60px;
    }
}

.service-details-left-area .thumbnail {
    margin-bottom: 50px;
}

.service-details-left-area .title {
    font-size: 25px;
    padding-bottom: 15px;
    color: #000;
}
@media only screen and (max-width: 575px) {
    .service-details-left-area .title {
        font-size: 22px;
    }
}

.service-details-left-area p.disc {
    margin: 15px 0;
}

.service-details-left-area .service-short-main-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.service-details-left-area .service-short-main-wrapper .single-short-service {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 350px;
}

@media only screen and (max-width: 575px) {
    .service-details-left-area .service-short-main-wrapper .single-short-service {
        flex-wrap: wrap;
    }
}

.service-details-left-area .service-short-main-wrapper .single-short-service .icon {
    height: 60px;
    min-width: 60px;
    background: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details-left-area .service-short-main-wrapper .single-short-service .inner-content .title-sm {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.service-details-left-area .service-short-main-wrapper .single-short-service .inner-content p.disc {
    margin-bottom: 0;
}

.single-step-service-details {
    padding: 31px 0;
    border-top: 1px solid rgba(32, 40, 45, 0.219);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rts-service-details-area-main-bottom{
    padding-bottom: 50px;
}
 
/*.title{*/
/*    margin-bottom:15px;*/
/*} */

