html,body{
    overflow-x: hidden;
}
.smart-system-repair-top {
    background-color: #161417;
    color: #fff;
}

.smart-system-repair-top .sub-title {
    font-size: 24px;
}

.smart-system-repair-top .benefits {
    font-size: 18px;
    color: #aeadb2;
}

.smart-system-repair-top .benefits li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
}

.smart-system-repair-top .benefits li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #737373;
    left: 0;
    top: 50%;
    border-radius: 25px;
    transform: translateY(-50%);
}

.smart-system-popularity {
    width: 80%;
    margin: 30px auto 0 auto;
}

.smart-system-popularity p {
    border-top: 1px solid #3d3b3e;
    padding: 15px 0;
    color: #3d3b3e;
}

.features-center-overview {
    padding: 0 15px;
}

.features-center-overview img {
    width: 90px;
    margin-bottom: 15px;
}

.features-center-overview h5 {
    font-weight: 700;
}

.features-center-overview p {
    font-size: 18px;
}

.feature-right-overview {
    position: relative;
    padding-left: 70px;
    margin-bottom: 35px;
}

.feature-right-overview img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.feature-right-overview h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-right-overview p {
    font-size: 18px;
}

.section-product-download.smart-system-repair {
    background: linear-gradient(to right, rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)),url(../images/download-section-background-images.png) no-repeat center;
    background-size: cover;
}

/* Richshot Banner */
.richshot_home_page_main_headings {
    text-align: center;
}

.richshot_home_page_main_headings h2 {
    font-size: 48px;
    color: #333;
    font-weight: 500;
    line-height: 53px;
    margin-bottom: 40px;
}

.richshot_home_page_main_headings .bold_heading {
    font-weight: 700;
}

.richshot_home_page_main_headings p {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 1050px;
    margin: 0 auto 30px auto;
}
.upload_video_btn {
    margin-bottom: 40px;
}
.banner_img {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.richshot_second_section {
    background-color: whitesmoke;
    padding-top: 300px;
    margin-top: -225px;
}

.second_section_content_div {
    background: #fff;
    padding: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.second_section_content_div h2 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #333;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

.second_section_content_div p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    min-height: 85px;
}

.try-it-now-btn {
    margin-top: 30px;
}

.try-it-now-btn i {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #242424;
}
/* -------features------ */
.richshot_feature_section {
    margin: 80px 0;
}

.heading {
    margin-top: 0;
    color: #333;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

.features_content {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 20px 0 10px 0;
}

.features_content_second_para {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    padding: 0px 0 10px 0;
}

.richshot_feature_side_img {
    margin: 0 auto;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
    text-align: end;
}

.richshot_small_feature_icon {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f5f5f5;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.richshot_small_feature_icon img{
    max-width: 30px;
}
.richshot_small_feature_heading h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 0;
    margin: 0;
}

.richshot_small_feature_heading p {
    padding: 0;
    margin: 0;
}

.richshot_small_feature ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    padding-bottom: 10px;
}

.richshot_sub_geatures {
    margin-top: -117px;
}

.richshot_sub_geatures_another {
    margin-top: -85px;
}

.sub_features h4 {
    padding-bottom: 10px;
}

.padding_right {
    padding-right: 150px;
}

.padding_left {
    padding-left: 122px;
}

.annotate_padding_left {
    padding-left: 100px;
}

.features_app_store_btn {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .padding_right {
        padding-right: 50px;
    }

    .padding_left,
    .annotate_padding_left {
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .padding_right {
        padding-right: 15px;
    }

    .padding_left,
    .annotate_padding_left {
        padding-left: 15px;
    }

    .richshot_feature_side_img {
        margin-top: 30px;
    }
}

.padding_top {
    padding-top: 100px;
}

.capture_ss_gif {
    max-width: 90%;
}

.richshot_small_feature {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.audio_recorder {
    max-width: 90%;
}

.horizontal_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video_rec_img {
    max-width: 90%;
}

.features_side_img {
    max-width: 90%;
    box-shadow: rgb(174, 173, 172) 0px 0px 41px 0px;
    border-radius: 13px;
}

@media screen and (max-width: 991px) {
    .richshot_feature_side_img {
        justify-content: center;
    }

    .features_side_img,
    .audio_recorder {
        display: flex;
        margin: 30px auto 0 auto;
        justify-content: center;
    }
}

.bg_content_col h2 {
    font-size: 42px;
    color: #242424;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 24px;
}

.bg_content_col p {
    font-size: 15px;
    line-height: 28px;
    color: #242424;
    font-weight: 500;

}

.record_audio_img {
    border-radius: 13px;
}

.box_imgs_shadow {
    box-shadow: rgb(174 173 172) 0px 0px 41px 0px;
}

@media screen and (max-width: 1024px) {
    .annotate_content {
        padding-left: 15px;
    }

    .gray_bg_col {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .annotate_bg_img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .icons_content_col {
        margin-top: 40px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 500px) {

    h2,
    .richshot_home_page_main_headings h2,
    .second_section_content_div h2,
    .bg_content_col h2,
    .results_content h2 {
        font-size: 36px;
    }

    .richshot_home_page_main_headings p {
        font-size: 20px;
    }
}
/* --------Extra Features section----- */
.extra_features_section {
    text-align: center;
}

.extra_feature_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    transition: all 0.5s ease-in-out;
    background: whitesmoke;
    margin-bottom: 30px;
    min-height: 346px;
    border-radius: 10px;
}

.extra_feature_col:hover {
    cursor: pointer;
    background: rgb(218, 216, 216);
    border-radius: 8px;
}

.extra_feature_img {
    min-width: 64px;
    height: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #dddde9;
    transition: all 0.5s ease-in-out;
}

.extra_feature_col:hover .extra_feature_img {
    background: whitesmoke;
    transition: 0.5s;
    cursor: pointer;
}

.extra_feature_img img {
    max-width: 28px;
}

.extra_feature_heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    padding: 20px 0 15px 0;
}

.extra_feature_content {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.drag-drop-img-border-radius {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
/* background images */

.drag_drop_banner_section {
    position: relative;
}

.drag_drop_bg_img_one {
    position: absolute;
    top: 3%;
    left: 3%;
}

.drag_drop_bg_img_two {
    position: absolute;
    top: 50%;
    right: 3%;
}

.drag_drop_bg_img_three {
    position: absolute;
    top: 10%;
    right: 15%;
}

.move_Left_Right {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



.move_and_rotate {
    -webkit-transform: translateY(-20%) translateX(-15%);
    transform: translateY(-20%) translateX(-15%);
    -webkit-animation: move_and_rotate 20s linear infinite;
    animation: move_and_rotate 20s linear infinite;
}


@keyframes move_and_rotate {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}