.side_icons ul,.single_feature ul {
    list-style: none
}

.phone-icon .icon,.phone-icon,.productbox p img {
    width: 22px;
    height: 22px;
}

:root {
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #fc0
}

.slider_ctn h6 {
    color: #fff;
    font-weight: 700;
    font-size: 17px
}

.swiper-button-next,.swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #00548f
}

.sevenway {
    padding: 30px 0;
    background: #fff;
    border-radius: 10px
}

.sevenway h2 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-left: 12px;
    color: #000!important
}

.sevenway span {
    color: #27afcb;
}

.sevenway h2.accordion-header {
    padding-bottom: 0;
    padding-left: 0;
    border: none
}

.sevenway h2 button:focus {
    box-shadow: none
}

.wpo-process-section .process-item .top-contnent .item-shape img {
    width: 100%
}

.packagebtn {
    border-radius: 7px
}

.hidden,.team-inner:hover::after,.work-process-item:last-child:after,.work-process-item:nth-child(4n+4):after {
    display: none
}

.content-btn {
    text-align: right;
    margin-top: 0
}

section#feature,section.repairing-sec,section.work-sec {
    padding: 50px 0
}

.appointment-schedule-section .title-column .sec-title,.single_feature h2,.single_feature ul,.wpo-process-section .process-item {
    margin-bottom: 30px
}

.wpo-process-section .process-wrap {
    position: relative
}

.info-inner img {
    width: 45px;
    margin-right: 10px
}

.side_icons ul li a,.team-inner {
    border-radius: 10px;
    overflow: hidden
}

/*.icon:after,.icon:before {*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    content: "";*/
/*    border-radius: 50%;*/
/*    transition: .5s;*/
/*    transform-origin: 50% 50%;*/
/*    position: absolute;*/
/*    left: 0*/
/*}*/

.wpo-project-section .project-all .theme-btn:hover,.wpo-project-section .project-all .view-cart-btn:hover {
    color: #fff
}

.swiper-pagination-bullet-active {
    background: #27afcb;
}

.productbox p img {
    object-fit: cover;
    margin-bottom: 8px
}

a.logo {
    /* padding: 5px; */
}

section.short-pack-outer {
    background: #212328;
    border-top: 1px solid #252323
}

section.short-pack-outer h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 2rem
}

.package_list-inclusions>li span {
    font-size: 9px;
    line-height: 10px
}

.side_icons {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 100
}

.side_icons ul {
    margin: 0;
    padding: 0
}

.side_icons ul li {
    margin: 14px;
    display: flex;
    justify-content: flex-end
}

.side_icons ul li a {
    transition: .3s;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
    padding: 7px 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.12;
    text-decoration: none;
    height: 46px;
    color: #000;
    background: #fff
}

.side_icons ul li a span {
    transition: .3s;
    visibility: hidden;
    padding-left: 5px;
    width: 0;
    overflow: hidden;
    display: flex;
    white-space: nowrap
}

.side_icons ul li a:hover span {
    width: 132px;
    visibility: visible;
    padding-left: 10px
}

.side_icons ul li img {
    max-width: 30px
}

.side_icons ul li.rotated_text a {
    transform: rotate(-90deg) translate(38px,38px);
    height: 46px;
    text-align: center;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.side_icons ul li.rotated_text.btm_text a {
    transform: rotate(-90deg) translate(-38px,38px)
}

@media (max-width: 991px) {
    .side_icons ul li a {
        height:38px;
        width: 38px;
        align-items: center;
        justify-content: center
    }

    .side_icons ul li a span,.side_icons ul li.chat_buddy {
        display: none
    }

    .side_icons ul li img {
        max-width: 25px
    }

    .side_icons {
        right: -10px;
        margin-top: 0
    }
}

section.why-us-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 2rem
}

.scrollfix.lightgrey {
    background: #535353
}

.phone-icon {
    position: relative;
    margin-right: 15px;
}

.c-white {
    color: #fff!important
}

.bgc-blue {
    background-color: #25b0cb;
}

.circle {
    border-radius: 50%
}

.icon:after {
    background-color: transparent;
    border: 1px solid #25b0cb;
    opacity: .5;
    animation: 1.2s ease-in-out infinite ring-circle-anim
}
.phone-icon .icon i{
    z-index: 1;
}
.phone-icon .icon:before {
    background-color: #00548f;
    border: none;
    animation: 2.3s ease-in-out infinite ring-circle-fill-anim
}

.osc-rotation {
    box-sizing: border-box;
    animation: 1s ease-in-out infinite oscillate-rotation;
    transform-origin: 50% 50%
}

.phone-icon .icon {
    font-size: 10px;
    text-rendering: optimizeLegibility;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: 0
    }

    30% {
        transform: rotate(0) scale(1.5) skew(0);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1.7) skew(0);
        opacity: .1
    }
}

@keyframes ring-circle-fill-anim {
    0% {
        transform: rotate(0) scale(1) skew(0);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1.4) skew(0);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: .2
    }
}

@keyframes oscillate-rotation {
    0%,100%,50% {
        transform: rotate(0) scale(1) skew(0)
    }

    10%,30% {
        transform: rotate(-25deg) scale(1) skew(0)
    }

    20%,40% {
        transform: rotate(25deg) scale(1) skew(0)
    }
}

.our-work-process {
    padding: 50px 0;
    background: #fff
}

.wrok-process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.work-process-item {
    position: relative;
    text-align: center;
    padding-top: 10px;
    width: calc(25% - 22.5px)
}

.work-process-item:nth-child(odd) {
    margin-top: 90px
}

.work-process-item:after {
    position: absolute;
    content: '';
    top: -30px;
    right: -65px;
    width: 100px;
    height: 50px;
    background: url('../images/work-process-arrow.svg') center center/cover no-repeat;
    z-index: 0
}

.work-process-item:nth-child(2n):after {
    top: 132px;
    transform: rotateX(180deg)
}

.work-process-item .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    background: #00548f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.work-process-item .icon-box:before {
    content: '';
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border: 2px dashed #00548f;
    border-radius: 50%
}

.work-process-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 60px;
    z-index: 1
}

.work-process-item .icon-box .work-process-number {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e4e4
}

.work-process-item .icon-box .work-process-number h3 {
    font-size: 24px
}

.work-process-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.work-process-content p {
    margin: 0
}

.wpo-process-section {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.wpo-process-section:before {
    background: #25b0cb;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.wpo-process-section .process-wrap .border-shape {
    left: 9%;
    position: absolute;
    top: 20%;
    width: 100%;
    display: none;
}

.wpo-process-section .process-item .top-contnent {
    border-radius: 10px;
    box-shadow: 0 8px 23px rgba(0,0,0,.07);
    height: 190px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: .3s ease-in-out;
    width: 190px;
    z-index: 1;
    background: #ffffff1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpo-process-section .process-item .top-contnent img {
    border-radius: 100%;
    padding: 5px
}

.wpo-process-section .process-item .top-contnent .item-shape {
    height: 100%;
    left: 39%;
    opacity: 0;
    position: absolute;
    top: 37%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .3s ease-in-out;
    visibility: hidden;
    width: 145%
}

.wpo-process-section .process-item .top-contnent .text {
    align-items: center;
    background: #ffffff12;
    bottom: 12px;
    display: flex;
    height: 150px;
    width: 150px;
    left: -10px;
    /* margin: 0 auto; */
    /* position: absolute; */
    /* -webkit-transform: rotate(2deg); */
    /* transform: rotate(2deg); */
    transition: .3s ease-in-out;
    /* width: 60px; */
    z-index: 1;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
}

.wpo-process-section .process-item .top-contnent .text span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

.wpo-process-section .process-item .top-contnent .shape-1 {
    bottom: -12px;
    left: 8px;
    position: absolute;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    width: 100%
}

.wpo-process-section .process-item .top-contnent .shape-2 {
    bottom: 0;
    position: absolute;
    right: 14px;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg)
}

.wpo-process-section .process-item .top-contnent .shape-2 svg path {
    fill: #373940;
    transition: .3s ease-in-out
}

.wpo-process-section .process-item .content {
    margin: 30px auto 0;
    text-align: center
}

.wpo-process-section .process-item .content h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize
}

.wpo-process-section .process-item .content p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.wpo-process-section .process-item:hover .top-contnent .item-shape {
    opacity: 1;
    visibility: visible
}

.wpo-process-section .process-item:hover .top-contnent .text {
    background: #8ddcc0;
}

.wpo-process-section .process-item:hover .top-contnent .shape-2 svg path {
    fill: #ff7236
}

.wpo-project-section {
    background: #fff5f0;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width: 991px) {
    .wpo-process-section,.wpo-project-section {
        padding-bottom:60px
    }

    .wpo-process-section .process-wrap .border-shape {
        display: none
    }
}

@media(max-width: 767px) {
    .wpo-process-section,.wpo-project-section {
        padding-bottom:50px
    }
}

.wpo-project-section:before {
    background: #0ba08a;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: -1
}

.wpo-project-section .row.align-items-center {
    margin-bottom: 60px
}

.wpo-project-section .wpo-section-title {
    margin-bottom: 0;
    max-width: 615px;
    text-align: left
}

.wpo-project-section .project-all {
    text-align: right
}

.wpo-project-section .project-all .theme-btn,.wpo-project-section .project-all .view-cart-btn {
    background: #fff;
    color: #000
}

.wpo-project-section .project-all .theme-btn:after,.wpo-project-section .project-all .theme-btn:before,.wpo-project-section .project-all .view-cart-btn:after,.wpo-project-section .project-all .view-cart-btn:before {
    background-color: #ff7236
}

.wpo-project-section .side-img {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

@media(max-width: 991px) {
    .wpo-project-section:before {
        bottom:0;
        height: 40%;
        top: auto;
        width: 100%
    }

    .wpo-project-section .row.align-items-center {
        margin-bottom: 40px
    }

    .wpo-project-section .wpo-section-title {
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center
    }

    .wpo-project-section .project-all {
        text-align: center
    }

    .wpo-project-section .side-img {
        display: none
    }
}

.ft-thx-why-choose-us-section {
    padding: 50px 0;
    background-color: #fafbff
}

.pr-an-why-choose-feature-item {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 15px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 1.782px .908px 30px 0 rgba(118,117,117,.1);
    box-shadow: 1.782px .908px 30px 0 rgba(118,117,117,.1);
    /* min-height: 200px; */
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon {
    width: 60px;
    height: 60px;
    background-color: #27afcb0f;
    border-bottom-left-radius: 5px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-bottom-right-radius: 5px
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon img {
    width: 42px;
    color: #ea1e00;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    /* filter: invert(1); */
}

.pr-an-why-choose-feature-item .pr-an-why-choose-ft-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding-top: 15px
}

.pr-an-why-choose-ft-text.headline.pera-content p {
    font-size: 14px;
    margin-bottom: 0
}

.pr-cor-section-title.headline.pera-content {
    text-align: center;
    margin-bottom: 30px
}

.sticky-form {
    position: sticky;
    top: 25%
}

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

.offer-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.ft-funfact-section-2 {
    padding: 50px 0;
    background: #fff;
    overflow: hidden
}

.ft-funfact-section-2 .ft-section-title-3 {
    margin: 0 auto;
    max-width: 820px
}

.ft-funfact-content-2 {
    z-index: 1;
    padding-top: 65px
}

.ft-funfact-content-2 .map-bg {
    top: 0;
    left: 50%;
    right: 0;
    opacity: .5;
    z-index: -1;
    width: 500px;
    transform: translateX(-50%)
}

.ft-funfact-inner-items-wrapper:before {
    top: 47%;
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 2px dashed #25b0cb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ft-funfact-inner-items .ft-funfact-inner-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 100%;
    background-color: #8ddcc0;
}

.ft-funfact-inner-items .ft-funfact-inner-icon:after {
    left: 25px;
    bottom: -8px;
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #8ddcc0;
}

.ft-funfact-inner-items .ft-funfact-inner-icon img {
    color: #fff;
    width: 40px;
    line-height: .75
}

.ft-funfact-inner-items .ft-funfact-inner-text h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-top: 49px;
}

.ft-funfact-inner-items .ft-funfact-inner-text p {
    color: #141415;
    font-size: 18px;
    font-weight: 500
}

.ft-funfact-slug-text {
    margin-top: 70px
}

.ft-funfact-slug-text span {
    color: #000
}

.ft-funfact-slug-text span a {
    color: #008eff;
    font-weight: 700;
    text-decoration: underline
}
