.icon:after,
.icon:before {
    bottom: 0;
    right: 0;
    content: "";
    transition: .5s;
    transform-origin: 50% 50%
}

.icon:after,
.icon:before,
.osc-rotation {
    transform-origin: 50% 50%
}

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

.icon:after,
.icon:before {
    position: absolute;
    left: 0;
    top: 0
}

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

.rating-box,
.testimonials .tutor-info {
    display: flex
}

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

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

.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: #e00d02
}

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

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

.packagebtn {
    border-radius: 7px
}

.circle,
.icon:after {
    border-radius: 50%
}

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

.swiper-pagination-bullet-active {
    background: #e00d02
}

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

a.logo {
    padding: 5px
}

.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 {
    list-style: none;
    margin: 0;
    padding: 0
}

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

.side_icons ul li a {
    transition: .3s;
    border-radius: 10px;
    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;
    overflow: hidden;
    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: 20px
}

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

.bgc-blue {
    background-color: #e00d02 !important
}

.icon:after {
    background-color: transparent;
    border: 1px solid #e00d02;
    opacity: .5;
    animation: 1.2s ease-in-out infinite ring-circle-anim
}

.icon:before {
    background-color: #e00d02;
    border-radius: 50%;
    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
}

.icon {
    font-size: 15px;
    line-height: 1;
    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)
    }
}

.process-style-two-item .process-icon img {
    height: 60px;
    margin-bottom: 30px
}

.process-style-two-item {
    padding: 30px;
    transition: .35s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #0000000d;
    background: #ffffff5e
}

.process-style-two-area {
    padding: 50px 0
}

.process-style-two-items {
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.process-style-two-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    border-top: 2px solid #ccc
}

.process-style-two-item::after,
.process-style-two-item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: ""
}

.active .process-style-two-item {
    background: #fff
}

.process-style-two-item span {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(0deg, #dbdbdb 20%, #ccc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    transition: .35s ease-in-out
}

.process-style-two-item::after {
    top: -30px;
    height: 20px;
    width: 20px;
    background: #dc3545;
    border-radius: 50%;
    border: 4px solid #faf7f5;
    z-index: 9;
    transition: .35s ease-in-out
}

.active .process-style-two-item::after {
    border-color: #fff
}

.process-style-two-item::before {
    height: 45px;
    width: 40px;
    background: #faf7f5;
    border-radius: 50px;
    z-index: -1;
    top: -25px
}

.site-heading {
    margin-bottom: 50px
}