.free_app_section .container .free_app_inner .dark_bg,
.value_content {
    overflow: hidden
}

:root {
    --primary: #d8b74a;
    --secondary: #0b0b0b;
    --lighter1: #fcf9e0
}

.color-primary:hover {
    color: var(--primary) !important
}

.banner_section {
    position: relative;
    background-image: url(../images/hero_bg.png);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 100px
}

.banner_section .container {
    position: relative
}

.banner_section .banner_shape_images {
    position: relative;
    display: flex
}

.banner_section .banner_shape_images .hero_image_2 {
    position: absolute;
    top: -5px;
    right: -22px
}

.banner_section .banner_shape_images .hero_image_2 img {
    max-width: inherit;
    display: block
}

.banner_section .row,
.free_app_section .container .free_app_inner .row {
    align-items: center
}

.app_blocks .app_btn,
.banner_section .app_btn,
.banner_section .used_app,
.blog_head .tags_info ul,
.free_app_section .container .free_app_inner .free_text .app_btn {
    align-items: center;
    display: flex
}

.banner_section .banner_text {
    margin-top: -30px;
    padding-right: 20px
}

.banner_section .banner_text h1 {
    font-size: 50px;
    color: var(--secondary);
    letter-spacing: -1px;
    font-weight: 400;
    margin-top: 15px
}

.banner_section .banner_text h1 span {
    color: var(--primary);
    font-weight: 700
}

.banner_section .banner_text p {
    padding: 10px 0;
    font-size: 18px
}

.banner_section .app_btn li a {
    display: block;
    padding: 16px 30px;
    background-color: var(--secondary);
    position: relative;
    border-radius: 12px;
    transition: .4s
}

.app_blocks .app_btn li a,
.banner_section .app_btn li a:hover,
.owl-carousel .owl-dots button.active {
    background-color: var(--primary)
}

.app_blocks .app_btn li:last-child,
.banner_section .app_btn li:last-child,
.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
    margin-left: 25px
}

.app_blocks .app_btn li a img,
.banner_section .app_btn li a img {
    transition: .4s
}

.banner_section .app_btn li a .white_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.app_blocks .app_btn li a:hover .white_img,
.banner_section .app_btn li a:hover .blue_img {
    opacity: 0
}

.app_blocks .app_btn li a:hover .blue_img,
.banner_section .app_btn li a:hover .white_img {
    opacity: 1
}

.banner_section .used_app {
    margin-top: 35px
}

.banner_section .used_app ul {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.banner_section .used_app ul li:not(:first-child) {
    margin-left: -15px
}

.banner_section .used_app p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0
}

.banner_section .banner_text .type-wrap .typed,
.service_section .service_text h4 span {
    color: var(--primary)
}

.banner_section .banner_slider {
    display: flex;
    position: relative
}

.banner_section .banner_slider .left_icon {
    position: absolute;
    left: 15px;
    bottom: 70px;
    z-index: 9999;
    display: none
}

.banner_section .banner_slider .right_icon {
    position: absolute;
    right: 15px;
    bottom: 150px;
    z-index: 2
}

.banner_section .banner_slider .slider_frame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 315px
}

.banner_section .banner_slider #frmae_slider::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
    width: calc(100% - 10px);
    height: 89%;
    border-radius: 20px
}

.banner_section .banner_slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    height: 475px;
    border-radius: 100%;
    background-color: var(--primary);
    z-index: 0
}

.banner_section .banner_slider #frmae_slider {
    width: 305px;
    margin: 0 auto
}

.banner_section .owl-dots,
.service_section .service_text .btn_block {
    margin-top: 40px
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    border-radius: 40px
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px
}

.owl-carousel .owl-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--white);
    border-radius: 15px;
    margin: 0 5px;
    border: solid 1px var(--primary)
}

.dotes_anim_bloack .dots,
.dotes_anim_bloack .dots::before {
    border-radius: 50%;
    position: absolute
}

.container.container-sm {
    max-width: 780px
}

.dotes_anim_bloack .dots::before {
    content: ""
}

.dotes_anim_bloack .dotes_1 {
    width: 120px;
    height: 120px;
    top: 135px;
    left: 75px;
    animation: 12s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_1::before {
    width: 8px;
    height: 8px;
    background: #c19c22;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_2 {
    width: 90px;
    height: 60px;
    top: 47px;
    left: 65%;
    animation: 9s linear infinite anim_round
}

.dotes_anim_bloack .dotes_2::before {
    width: 6px;
    height: 6px;
    background: #c19c22;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_3 {
    width: 120px;
    height: 120px;
    top: 175px;
    right: 165px;
    animation: 12s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_3::before {
    width: 10px;
    height: 10px;
    background: #715b13;
    top: 0;
    right: 0
}

.dotes_anim_bloack .dotes_4 {
    width: 100px;
    height: 140px;
    top: 33%;
    left: 290px;
    animation: 8s linear infinite anim_round
}

.dotes_anim_bloack .dotes_4::before {
    width: 6px;
    height: 6px;
    background: #ffb135;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_5 {
    width: 120px;
    height: 120px;
    top: 37%;
    left: 68%;
    animation: 15s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_5::before {
    width: 10px;
    height: 10px;
    background: #ffb135;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_6 {
    width: 120px;
    height: 120px;
    top: 40%;
    right: 90px;
    animation: 17s linear infinite anim_round
}

.dotes_anim_bloack .dotes_6::before {
    width: 4px;
    height: 4px;
    background: #c1b622;
    top: 0;
    right: 0
}

.dotes_anim_bloack .dotes_7 {
    width: 120px;
    height: 120px;
    bottom: 18%;
    left: 200px;
    animation: 14s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_7::before {
    width: 4px;
    height: 4px;
    background: #c19c22;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_8 {
    width: 120px;
    height: 120px;
    bottom: 15%;
    right: 250px;
    animation: 10s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_8::before {
    width: 12px;
    height: 12px;
    background: #ffa168;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_9 {
    width: 120px;
    height: 120px;
    bottom: 12%;
    left: 600px;
    animation: 20s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_9::before {
    width: 12px;
    height: 12px;
    background: #5e5020;
    top: 0;
    left: 0
}

.dotes_anim_bloack .dotes_10 {
    width: 120px;
    height: 120px;
    top: 350px;
    left: 25px;
    animation: 10s linear infinite reverce_anim_round
}

.dotes_anim_bloack .dotes_10::before {
    width: 9px;
    height: 9px;
    background: #c17722;
    top: 0;
    left: 0
}

@keyframes anim_round {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes reverce_anim_round {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.row_am {
    padding: 50px 0
}

.service_section {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important
}

.service_section .inner_sec {
    max-width: 1340px;
    margin: 0 auto;
    background-color: var(--white);
    padding: 70px 0;
    border-radius: 30px;
    border: solid 1px var(--border);
    -webkit-box-shadow: 0 10px 19px -1px rgb(254 244 230);
    -moz-box-shadow: 0 10px 19px -1px rgb(254 244 230);
    box-shadow: 0 10px 19px -1px rgb(254 244 230)
}

.service_section .service_blocks {
    padding: 50px 0;
    align-items: center
}

.service_section .service_blocks .img img {
    max-width: 100%;
    border-radius: 20px
}

.service_section .service_text {
    padding-right: 150px
}

.service_section .service_text.right_side {
    padding-left: 100px;
    padding-right: 0
}

.service_section .service_text h4 {
    margin: 25px 0;
    font-size: 30px
}

.service_section .service_blocks h6 {
    font-size: 18px;
    padding-top: 15px
}

.title_badge {
    background: var(--primary);
    color: var(--white);
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 50px;
    padding: 2px 18px
}

.section_title .caption {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    padding: 0 300px;
    margin-bottom: 30px
}

.moving_animation {
    animation: 6s linear infinite moving_object
}

.moving_position_animatin {
    position: relative;
    animation: 6s linear infinite moving_position_animatin
}

.about_app_section .about_img .screen_img img {
    animation-delay: 3s
}

@keyframes moving_object {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }
}

@keyframes moving_position_animatin {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }
}

.app_blocks {
    justify-content: center
}

.app_blocks .app_btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.app_blocks h6 {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    font-size: 20px
}

.app_blocks .app_btn li a {
    display: block;
    padding: 16px 30px;
    border: 1px solid var(--primary);
    position: relative;
    border-radius: 12px;
    transition: .4s
}

.app_blocks .app_btn li a:hover {
    background-color: var(--white);
    border: 1px solid var(--primary)
}

.app_blocks .app_btn li a .white_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1
}

.blog_detail_section {
    position: relative;
    padding: 0 0 50px
}

.blog_head {
    margin-bottom: 45px
}

.blog_head .back_text {
    position: relative;
    margin-bottom: 25px
}

.blog_head .back_text a {
    text-align: left;
    font-size: 16px;
    color: var(--secondary)
}

.blog_head .back_text a:hover {
    text-decoration: underline;
    transition: .3s ease-in-out
}

.blog_head .tags_info {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog_head .tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    padding: 2px 15px;
    border-radius: 6px;
    background-color: var(--white);
    border: solid 1px var(--border)
}

.blog_head .tags_info ul li {
    position: relative;
    padding: 0 10px 0 15px;
    font-size: 14px
}

.blog_head .tags_info ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--body-text);
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: calc(50% - 2.5px)
}

.blog_head h1 {
    margin: 15px 0 30px
}

.blog_body h4,
.free_app_section .container .free_app_inner .free_text .section_title h2 {
    margin-bottom: 10px
}

.blog_head .avtar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

.blog_head .avtar img {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 100px
}

.blog_body .img img,
.blog_body .yt_video iframe {
    width: 100%;
    border-radius: 20px
}

.blog_head .avtar .text {
    width: calc(100% - 60px);
    color: var(--white)
}

.blog_head .avtar .text h6 {
    margin-bottom: 0;
    font-size: 18px
}

.blog_head .avtar .text span {
    font-size: 14px;
    color: var(--body-text)
}

.blog_body .img {
    margin-bottom: 40px
}

.blog_body .listings {
    padding-left: 30px;
    margin: 30px 0
}

.blog_body .listings li {
    display: flex;
    align-items: flex-start;
    gap: 5px
}

.blog_body .listings li .icon {
    color: var(--primery)
}

.blog_body .listings li p {
    margin: 0
}

.blog_body h4 {
    margin-top: 50px
}

.blog_body .yt_video {
    margin: 30px 0
}

.blog_body .yt_video iframe {
    aspect-ratio: 1/0.5
}

.blog_body .highlight_text {
    padding: 50px 100px 50px 0;
    margin: 30px 0;
    background: var(--white);
    border: solid 1px var(--border);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 19px -1px rgb(254 244 230);
    -moz-box-shadow: 0 10px 19px -1px rgb(254 244 230);
    box-shadow: 0 10px 19px -1px rgb(254 244 230)
}

.blog_body .highlight_text h6 {
    line-height: 1.5;
    border-left: solid 6px var(--primary);
    padding-left: 50px
}

.blog_body .social_media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px
}

.blog_body .social_media li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    background-color: var(--white);
    border-radius: 100px;
    color: var(--primary);
    display: block;
    text-align: center;
    line-height: 35px;
    transition: .4s
}

.blog_body .social_media li a:hover {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary)
}

.value_content {
    margin-top: 0;
    background: var(--white);
    border-radius: 22px
}

.value_content .icon {
    margin-bottom: 65px
}

.value_content h4 {
    margin-bottom: 15px
}

.value_content .col-md-4:first-child {
    margin-left: 0;
    -ms-flex: 0 0 34.333333%;
    flex: 0 0 34.333333%;
    max-width: 34.333333%
}

.value_content .col-md-4:nth-child(2) {
    margin-left: -4%;
    -ms-flex: 0 0 34.333333%;
    flex: 0 0 34.333333%;
    max-width: 34.333333%
}

.value_content .col-md-4:nth-child(3) {
    margin-left: -2%;
    -ms-flex: 0 0 35.333333%;
    flex: 0 0 35.333333%;
    max-width: 35.333333%
}

.value_content .value_box {
    padding: 40px;
    border-left: 6px solid var(--lighter1);
    border-block: 1px solid var(--lighter1);
    border-right: 1px solid var(--lighter1);
    border-radius: 22px;
    height: 100%
}

.features_section .feature_detail .feature_box .data_block:hover .icon img,
.value_content .value_box:hover .icon {
    transform: rotate(360deg);
    transition: transform 2s
}

.value_content .value_box:hover h4 {
    color: var(--primary);
    transition: .3s ease-in-out
}

.value_content .value_box .col-md-4:first-child:first-child .value_box {
    border: 0
}

.value_content .value_box p:last-child {
    margin-bottom: 0
}

.value_content .row {
    align-items: inherit
}

.features_section .feature_detail {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 50px;
    align-items: center
}

.features_section .feature_detail .feature_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px
}

.features_section .feature_detail .feature_img img,
.features_section .feature_detail .left_data .data_block .icon img,
.features_section .feature_detail .right_data .data_block .icon img {
    max-width: 100%
}

.features_section .feature_detail .feature_box {
    max-width: 400px
}

.features_section .feature_detail .feature_box .data_block {
    margin-bottom: 50px;
    padding: 0 30px
}

.features_section .feature_detail .feature_box .data_block h6 {
    color: var(--black)
}

.features_section .feature_detail .left_data {
    text-align: right
}

.features_section .feature_detail .left_data .data_block .icon,
.features_section .feature_detail .right_data .data_block .icon {
    margin-bottom: 20px
}

.features_section .container,
.free_app_section .container {
    max-width: 1370px
}

.free_app_section {
    padding-top: 70px;
    position: relative
}

.free_app_section .container .free_app_inner {
    background-color: var(--primary);
    border-radius: 30px;
    padding: 70px 80px;
    position: relative;
    z-index: 1;
    background-image: url(../images/pattern2.png);
    background-repeat: repeat;
    overflow: hidden
}

.free_app_section .container .free_app_inner:before {
    position: absolute;
    right: -200px;
    top: -150px;
    width: 1026px;
    height: 1026px;
    content: ""
}

.free_app_section .element {
    position: relative;
    z-index: 100
}

.element2,
.free_app_section .element .element1 {
    position: absolute
}

.free_app_section .element .element1 {
    left: 510px;
    top: -20px;
    animation: 15s infinite mymove
}

.free_app_section .element .element2 {
    left: 0;
    top: 500px;
    animation: 10s infinite mymove
}

@keyframes mymove {
    50% {
        transform: rotate(180deg)
    }
}

.free_app_section .container .free_app_inner .dark_bg span {
    z-index: 9999
}

.free_app_section .container .free_app_inner .free_text .section_title {
    text-align: left
}

.free_app_section .container .free_app_inner .free_text .section_title p {
    padding: 0
}

.free_app_section .container .free_app_inner .free_text .app_btn li a {
    display: block;
    padding: 18px 30px;
    background-color: var(--white);
    position: relative;
    border-radius: 12px;
    transition: .4s
}

.free_app_section .container .free_app_inner .free_text .app_btn li a:hover {
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .5);
    box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, .5)
}

.free_app_section .container .free_app_inner .free_img {
    align-items: center;
    text-align: center
}

.title_badge.lighter {
    background: var(--white);
    color: var(--primary)
}

@media screen and (max-width:1200px) {
    .banner_section .banner_slider .right_icon {
        right: -30px
    }

    .banner_section .banner_text {
        padding-right: 70px
    }

    .banner_section .banner_text h1 {
        font-size: 50px
    }

    .banner_section .app_btn li a {
        padding: 12px 20px
    }

    .banner_section .app_btn li a img {
        width: 125px
    }

    .banner_section .banner_shape_images .hero_image_1 img,
    .free_app_section .container .free_app_inner .free_text .app_btn li a img {
        width: 100%
    }

    .banner_section .banner_shape_images .hero_image_2 {
        right: -40px
    }

    .banner_section .banner_shape_images .hero_image_2 img {
        width: 80%
    }

    .features_section .feature_detail .feature_box {
        width: 280px
    }

    .features_section .feature_detail .left_data {
        padding-left: 15px
    }

    .features_section .feature_detail .right_data {
        padding-right: 15px
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px
    }

    .free_app_section .container .free_app_inner {
        padding: 50px 60px
    }
}

@media screen and (max-width:992px) {
    .banner_section {
        text-align: center
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center
    }

    .banner_section .used_app p {
        text-align: left
    }

    .banner_section .banner_text {
        padding: 0 30px
    }

    .banner_section .banner_text p {
        padding: 10px 50px
    }

    .banner_section .banner_text h1 {
        font-size: 40px
    }

    .banner_section .banner_slider {
        margin-top: 50px
    }

    .banner_section .banner_slider .left_icon {
        left: 0
    }

    .banner_section .banner_slider .right_icon {
        right: 80px
    }

    .banner_section .used_app p span {
        display: contents
    }

    .banner_section .banner_shape_images {
        margin-top: 80px
    }

    .banner_section .banner_shape_images .hero_image_1 {
        margin: 0 auto
    }

    .banner_section .banner_shape_images .hero_image_2 {
        right: 50px;
        top: 30px
    }

    .value_content .value_box {
        padding: 20px
    }

    .value_content .icon {
        margin-bottom: 40px
    }

    .features_section .feature_detail .feature_img {
        width: 235px;
        top: 0
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 30px
    }

    .features_section .feature_detail .feature_box {
        width: 230px
    }
}

@media screen and (max-width:768px) {
    .banner_section {
        margin-top: 0;
        padding-top: 150px
    }

    .banner_section .banner_text h1 {
        font-size: 35px
    }

    .banner_section .banner_text p {
        padding: 10px 0
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center
    }

    .banner_section .app_btn li:last-child,
    .features_section .feature_detail .right_data .data_block .icon,
    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child,
    .wcu-wrapper.style3 .wcu-thumb,
    .wcu-wrapper.style3 .wcu-thumb .main-thumb {
        margin-left: 0
    }

    .banner_section .app_btn li {
        margin: 0 15px
    }

    .banner_section .app_btn li a,
    .comment_section ul li .authore_info .text {
        width: auto
    }

    .banner_section .banner_slider .left_icon {
        left: -40px
    }

    .banner_section .banner_slider::before {
        width: 450px;
        height: 450px
    }

    .banner_section .banner_shape_images .hero_image_2 {
        right: -30px;
        top: 0
    }

    .banner_section .banner_slider .right_icon {
        right: 10px
    }

    .blog_detail_bredcrumb.bred_crumb .bred_text {
        margin-top: -10px
    }

    .blog_detail_section {
        text-align: left
    }

    .blog_body .highlight_text {
        padding: 25px 25px 25px 0
    }

    .blog_body .highlight_text h6 {
        padding-left: 50px;
        font-size: 18px
    }

    .comment_section ul li {
        flex-direction: column;
        padding: 20px 0;
        text-align: left
    }

    .comment_section ul li .comment {
        width: 100%;
        margin-left: 0
    }

    .comment_section ul li .authore_info {
        width: 100%;
        margin-bottom: 15px
    }

    .comment_form_section form .form-group .form-control {
        font-size: 14px;
        margin-bottom: 15px
    }

    .blog_head,
    .comment_form_section,
    .value_content .icon {
        margin-bottom: 30px
    }

    .blog_head .tags_info {
        flex-direction: column;
        align-items: start
    }

    .blog_head h1 {
        font-size: 30px
    }

    .blog_body .img,
    .team-desc {
        margin-bottom: 20px
    }

    .blog_body .listings,
    .blog_body .yt_video {
        margin: 20px 0
    }

    .blog_body .social_media {
        margin-top: 20px
    }

    .blog_head .tags_info ul {
        flex-wrap: wrap
    }

    .comment_section ul li.replay_comment {
        margin-left: 30px
    }

    .comment_form_section form .form-group,
    .contact_form form .form-group,
    .value_content .col-md-4 {
        margin-bottom: 15px
    }

    .comment_form_section form .form-group .form-control,
    .contact_form form .form-group .form-control {
        height: 45px;
        padding: 10px 15px
    }

    .comment_section ul li .authore_info .avtar {
        width: 70px
    }

    .comment_form_section,
    .comment_section {
        padding-left: 20px;
        padding-right: 20px
    }

    .value_content {
        background: 0 0
    }

    .value_content .value_box {
        border: 0;
        background: var(--white);
        border-radius: 18px;
        margin-bottom: 15px;
        padding: 40px
    }

    .value_content .col-md-4:first-child,
    .value_content .col-md-4:nth-child(2),
    .value_content .col-md-4:nth-child(3) {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px
    }

    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0
    }

    .features_section .feature_detail .feature_img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 75%;
        margin: 0 auto
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
        margin: 0 auto
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin-right: 0
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px
    }

    .advantage-container-wrapper .style1 .advantage-content .store-links .apple a,
    .advantage-container-wrapper .style1 .advantage-content .store-links .play a {
        padding: 12px 10px;
        font-size: 14px
    }

    .section-title .title {
        font-size: 25px
    }

    .free_app_section .container .free_app_inner {
        padding: 30px 25px
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
        gap: 20px
    }

    .footer-widgets-wrapper.style1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .free_app_section {
        padding-top: 10px
    }

    .team-details-wrap .team-details-content .info-wrapper .checklist {
        padding-top: 10px;
        margin-top: 10px !important
    }

    .team-details-wrap .team-details-content .info-wrapper {
        gap: 10px
    }
}

@media screen and (max-width:576px) {
    .value_content .value_box {
        padding: 20px;
        border: 1px solid #f5f2d4
    }

    .value_content h4 {
        margin-bottom: 10px
    }

    .features_section .feature_detail .feature_box {
        justify-content: center;
        margin: 0 auto
    }

    .section_title .caption {
        padding: 0
    }

    .service_section .service_text {
        padding-right: 0;
        padding-bottom: 30px
    }

    .service_section .service_text.right_side {
        padding-left: 0
    }

    .app_blocks .app_btn {
        flex-direction: column;
        gap: 20px
    }

    .app_blocks .app_btn li:last-child {
        margin-left: 0
    }

    .banner_section .banner_slider::before {
        width: 200px;
        height: 200px
    }

    .banner-dots {
        display: none !important
    }

    .banner_section .app_btn li a img {
        width: 100px
    }

    .team-details-wrap {
        padding: 15px 10px
    }
} 
.footer-bottom.style1 .footer-wrapper {
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
}