@import url("https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100..800&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap");
@import url("https://fonts.cdnfonts.com/css/bdo-grotesk");
*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Martian Mono", monospace;
}

a {
    text-decoration: none;
    font-family: "Martian Mono", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BDO Grotesk", sans-serif;
}

img {
    max-width: 100%;
}

.btn {
    background: #fff;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px;
    border-radius: 3px;
    transition: all 0.5s;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Martian Mono", monospace;
    max-width: 280px;
}

.btn:hover,
.btn:focus {
    background: #000;
    color: #fff;
}

.btn i {
    margin-left: 10px;
}

.container_part {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.container_full_part {
    max-width: 100%;
    margin: 0 auto;
}

/*--============Header-Start==============--*/

.header_sec {
    background: transparent;
    padding: 20px 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}

.logo_part img {
    max-width: 130px;
}

/*--============Header-End==============--*/

/*--============Banner-Start==============--*/
.banner_sec {
    position: relative;
    padding: 100px 20px;
    min-height: 768px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
}

.banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
}

.banner_content {
    position: relative;
    z-index: 3;
    max-width: 910px;
}

.banner_content h1 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
}

.banner_content h1 span {
    color: #000;
}

.banner_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/*--============Banner-End==============--*/

/*--============Testimonial-Start==============--*/

.testimonial_sec {
    padding: 60px 20px;
    background: #e9e9e9;
}

.numbering {
    display: inline-block;
    height: auto;
    position: relative;
    top: 10px;
}

.numbering span {
    font-family: "Martian Mono", monospace;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
}

.heading_content h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 3px;
}

.heading_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
}

.heading_area {
    display: flex;
    gap: 20px;
}

.heading_area {
    display: flex;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #000;
    margin-bottom: 40px;
}

.testimonial_slide_content h3 {
    color: #000;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: "Martian Mono", monospace;
}

.testimonial_slide_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.testimonial_slide_content h4 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    color: #000;
    margin-bottom: 25px;
}

.testimonial_slide_content h4 span {
    color: #1f74ec;
}

.testimonial_slide_content ul {
    padding-left: 20px;
}

.testimonial_slide_content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 5px;
    list-style-type: disc;
    text-transform: uppercase;
}

.testimonial_content {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.testimonial_img {
    width: Calc(33% - 30px);
    height: 490px;
    border-radius: 5px;
    overflow: hidden;
}

.testimonial_inner {
    position: relative;
    padding-bottom: 60px;
    width: Calc(67% - 30px);
}

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

.testimonial_slider .swiper-button-prev,
.testimonial_slider .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: inherit !important;
    bottom: 0;
}

.testimonial_slider .swiper-button-prev {
    background-image: url("../images/back-arrow.webp");
    left: 10px;
}

.testimonial_slider .swiper-button-next {
    background-image: url("../images/next-arrow.webp");
    right: inherit;
    left: 70px;
}

.testimonial_slider .swiper-button-prev::after,
.testimonial_slider .swiper-button-next::after {
    display: none;
}

.image_slide_part {
    padding-top: 35px;
    border-top: 1px solid #000;
    margin-top: 50px;
}

.image_slide_part h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    color: #000;
    margin-bottom: 40px;
}

.image_slide ul {
    display: flex;
    gap: 10px;
}

.image_slide ul li {
    height: 55px;
    width: 100%;
}

.image_slide {
    overflow: hidden;
}

.image_slide ul li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/*--============Testimonial-End==============--*/

/*--============Makes-Diffrent-Start==============--*/

.makes_diffrent_sec {
    padding: 80px 20px;
    background: #1f74ec;
}

.makes_diffrent_sec .numbering span,
.makes_diffrent_sec .heading_content h2 {
    color: #fff;
}

.makes_diffrent_sec .heading_area {
    border-top: 1px solid #fff;
}

.makes_boxes span {
    font-family: "Martian Mono", monospace;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 7px;
}

.makes_boxes h3 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

.makes_boxes p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
}

.makes_diffrent_boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 980px;
    margin: 60px auto 0;
}
/*--============Makes-Diffrent-End==============--*/

/*--============Case-Study-Start==============--*/

.case_study_sec {
    padding: 80px 20px;
    background: #e9e9e9;
}

.study_boxes h3 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.study_boxes p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
}

.study_img {
    height: 280px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.study_img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.case_study_boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin: 0 auto;
}
/*--============Case-Study-End==============--*/

/*--============Right-Fit-Start==============--*/

.right_fit_sec {
    padding: 120px 20px;
    position: relative;
}

.right_fit_content h2 {
    color: #000;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px;
    max-width: 400px;
}

.right_fit_content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 470px;
}

.right_fit_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/ready-to-see.webp) center / cover no-repeat;
    filter: grayscale(100%) blur(0px) brightness(0.75) contrast(1);
    z-index: 0;
}

.right_fit_sec:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 75%);
    z-index: 0;
}

.right_fit_content,
.revenue_form {
    position: relative;
    z-index: 3;
    width: 50%;
    flex: 1;
}

.revenue_form_area {
    background: #1f74ec;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    min-height: 450px;
}

.revenue_form_area .step {
    display: none;
    flex-direction: column;
    gap: 15px;
    min-height: 360px;
}

.revenue_form_area .step.active {
    display: flex;
}

.revenue_form_area .step-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}

.revenue_form_area .step-title span {
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}

.revenue_form_area .option {
    width: 100%;
}

.revenue_form_area .option span {
    display: block;
    background: #fff;
    color: #000;
    padding: 13px;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    font-family: "Martian Mono", monospace;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    border: 1px solid #6f91bd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.form_items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}

.form_items .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}

.form_items .iti__country-name {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.form_items .iti__dial-code {
    font-size: 11px;
    font-weight: 400;
}

.form_items .iti__selected-dial-code {
    color: #000;
}

.form_items .iti__flag-container {
    padding: 0;
    border: 0;
}

.form_group.otp_input {
    display: flex;
    gap: 10px;
    max-width: 220px;
    margin: 0 auto;
}

.try_again_btn {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 10px 18px;
    font-family: "Martian Mono", monospace;
    transition: all 0.3s;
    text-transform: capitalize;
    cursor: pointer;
}

.try_again_btn:hover,
.try_again_btn:focus {
    background: #000;
    color: #fff;
}

.send_sms_again {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form_group.otp_input input {
    padding: 0 !important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #6f91bd;
}

.form_group.mobile_input .iti__country-list {
    white-space: pre-wrap !important;
}

.form_group input::-webkit-outer-spin-button,
.form_group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_group input[type="number"] {
    -moz-appearance: textfield;
}

.form_items .form_group {
    width: 100%;
}

.form_items input::placeholder {
    opacity: 0.7;
}

.revenue_form_area .option input {
    display: none;
}

.revenue_form_area .option span:hover,
.revenue_form_area .option span:focus,
.revenue_form_area .option span:focus-within {
    background: #01458f;
    color: #fff;
}

.revenue_form_area .option input[type="radio"]:checked + span,
.revenue_form_area .option input[type="checkbox"]:checked + span {
    background: #01458f;
    color: #fff;
}

.revenue_form_area .next-btn,
.prev-btn {
    padding: 5px;
    background: transparent;
    border: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.prev-btn {
    color: #868686;
}

.right_content_area {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.form_btn_area {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: auto;
}

.form_logo img {
    max-width: 135px;
}

.form_logo {
    margin-bottom: 25px;
}

.form_items input {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    min-height: 47px;
    color: #000;
    font-size: 12px;
    font-family: "Martian Mono", monospace;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #6f91bd;
}

.form_items input:hover,
.form_items input:focus {
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #6f91bd;
}

.next-btn.submit_btn {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: 10px 18px;
    font-family: "Martian Mono", monospace;
    transition: all 0.3s;
    text-transform: capitalize;
}

.next-btn.submit_btn:hover {
    background: #000;
    color: #fff;
}

.right_fit_content h2 span {
    color: #007bff;
}

/* Popup mode */
.revenue_form_area.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    margin: 0 auto; /* remove normal margins */
    max-width: 100%;
    padding: 0;
}

/* Content box when in popup */
.revenue_form_area.popup .form_inner {
    background: #1f74ec;
    padding: 20px;
    width: 100%;
    max-width: 520px;
    position: relative;
    border-radius: 10px;
}

/* Close button only in popup */
.revenue_form_area .close-btn {
    display: none;
}

.revenue_form_area.popup .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 25px;
    cursor: pointer;
    background: #000;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*--============Right-Fit-End==============--*/

/*--============thank-you-start==============--*/

.thank_you_banner {
    background-image: url(../images/thank-you.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    min-height: 575px;
}

.thank_you_banner .banner_content {
    max-width: 100%;
    text-align: center;
}

.thank_you_banner:after {
    position: absolute;
    content: "";
    background-color: #1f74ec;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.thank_you_content {
    padding: 60px 20px;
    border: #fff;
}

.correct_img {
    max-width: 120px;
    margin: 0 auto 15px;
}

.thanks_content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.thanks_content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-align: center;
}

.thanks_content {
    max-width: 650px;
    margin: 0 auto;
}

/*--============thank-you-End==============--*/

/*--============Footer-Start==============--*/
.footer_sec {
    padding: 110px 20px;
    background: #1f74ec;
    overflow: hidden;
    position: relative;
}

.footer_content {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.footer_logo_text {
    width: Calc(60% - 30px);
    position: relative;
}

.footer_logo_text h2 {
    color: #fff;
    font-size: 180px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 35px;
}

.footer_list {
    width: Calc(40% - 30px);
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 75px;
}

.f_list h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.f_list li {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.f_list li a {
    color: #fff;
}

.f_list {
    flex: 1;
    width: 50%;
}

/*--============Footer-End==============--*/

/*--============Responsive-Start==============--*/

@media all and (max-width: 1024px) {
    .banner_sec {
        min-height: 560px;
    }

    .banner_content h1 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .banner_content p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .btn {
        font-size: 14px;
        max-width: 240px;
    }

    .banner_content {
        max-width: 600px;
    }

    .testimonial_sec {
        padding: 50px 20px;
    }

    .heading_content h2 {
        font-size: 27px;
    }

    .heading_area {
        margin-bottom: 25px;
        gap: 15px;
    }

    .heading_content p {
        font-size: 13px;
    }

    .testimonial_slide_content h3 {
        font-size: 22px;
    }

    .testimonial_slide_content p {
        font-size: 13px;
    }

    .testimonial_slide_content h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .testimonial_slide_content ul li {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .testimonial_inner {
        position: relative;
        padding-bottom: 45px;
        width: Calc(67% - 30px);
    }

    .testimonial_content {
        gap: 20px;
    }

    .testimonial_img {
        width: Calc(43% - 10px);
        height: 420px;
    }

    .testimonial_slider {
        position: relative;
        padding-bottom: 5px;
        width: 100%;
    }

    .makes_diffrent_sec {
        padding: 60px 20px;
    }

    .makes_diffrent_boxes {
        gap: 35px;
        max-width: 600px;
        margin: 40px auto 0;
    }

    .makes_boxes h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .makes_boxes p {
        font-size: 12px;
    }

    .case_study_sec {
        padding: 60px 20px;
    }

    .case_study_boxes {
        gap: 40px;
    }

    .study_boxes h3 {
        font-size: 18px;
    }

    .right_fit_sec {
        padding: 70px 20px;
    }

    .right_fit_content h2 {
        font-size: 28px;
    }

    .footer_sec {
        padding: 50px 20px;
    }

    .footer_logo_text h2 {
        font-size: 100px;
        top: 35px;
    }

    .footer_list {
        width: Calc(50% - 30px);
        gap: 50px;
    }

    .footer_logo_text {
        width: Calc(50% - 30px);
    }

    .f_list h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .revenue_form_area .step {
        min-height: 370px;
    }

    .thanks_content h2 {
        font-size: 30px;
    }

    .banner_sec {
        min-height: 450px;
    }
}

@media all and (max-width: 767px) {
    .banner_sec {
        min-height: 380px;
    }

    .thanks_content h2 {
        font-size: 25px;
    }

    .thank_you_content {
        padding: 45px 20px;
    }

    .correct_img {
        max-width: 85px;
        margin: 0 auto 12px;
    }

    .banner_content h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .heading_content h2 {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .testimonial_content {
        gap: 25px;
        flex-wrap: wrap;
    }

    .testimonial_img {
        width: 100%;
        height: 320px;
        max-width: 320px;
        margin: 0 auto;
    }

    .testimonial_inner {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .testimonial_slide_content p {
        margin-bottom: 15px;
    }

    .testimonial_slide_content h4 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .image_slide_part {
        margin-top: 40px;
    }

    .image_slide_part h3 {
        margin-bottom: 10px;
    }

    .testimonial_sec {
        padding: 50px 20px 30px;
    }

    .makes_diffrent_sec {
        padding: 50px 20px;
    }

    .makes_diffrent_boxes {
        gap: 30px;
        max-width: 320px;
        margin: 40px auto 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .case_study_sec {
        padding: 50px 20px;
    }

    .case_study_boxes {
        grid-template-columns: repeat(1, 1fr);
        max-width: 320px;
        margin: 0 auto;
    }

    .study_img {
        height: 260px;
    }

    .right_fit_sec {
        padding: 50px 20px;
    }

    .right_fit_content h2 {
        font-size: 25px;
    }

    .right_content_area {
        gap: 35px;
    }

    .right_fit_content,
    .revenue_form {
        width: 100%;
        flex: inherit;
    }

    .revenue_form_area {
        max-width: 340px;
        margin: 0 auto;
    }

    .footer_logo_text {
        width: 100%;
        bottom: -57px;
        position: relative;
        margin-top: -57px;
    }

    .footer_content {
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer_logo_text h2 {
        font-size: 55px;
        top: 100%;
        position: inherit;
        line-height: 1.2;
    }

    .footer_list {
        width: 100%;
        gap: 40px;
        max-width: 350px;
    }

    .footer_sec {
        padding: 40px 20px;
    }

    .revenue_form_area .step-title {
        font-size: 14px;
    }

    /* .revenue_form_area.popup {
        margin: 100px auto;
        max-width: 90%;
    } */

    .revenue_form_area.popup .form_inner {
        max-width: 90%;
        margin: 0 auto;
    }
}

/*--============Responsive-End==============--*/
.step-error {
    font-family: "Martian Mono", monospace;
    font-size: 11px;
    font-weight: 400;
    background: #fff;
    text-align: center;
    padding: 4px;
    color: red;
    max-width: 320px;
    border-radius: 3px;
    margin: 0 auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

/*=======================================privacy-policy design start=============================*/
.privacypolicy_textdesign {
    padding: 7px 0px 0px 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}
.privacypolicy_textdesign a {
    color: #fff !important;
    font-family: "BDO Grotesk", sans-serif !important;
}
.privacy_policy_banner {
    background-image: url(../images/h5-hero-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    min-height: 400px;
}
.privacy_policy_banner .banner_content {
    max-width: 100%;
    text-align: center;
}
.privacy_policy_banner:after {
    position: absolute;
    content: "";
    background-color: #1f74ec;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}
.privacypolicy_background {
    background-color: #ecf0f0;
    padding: 60px 0px;
}
.privacypolicy_fstheadingtextdesign {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}
.privacypolicy_descriptiontextdesign {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px 20px 0px;
}
.privacypolicy_listoutsection {
    padding-left: 30px;
}
.privacypolicy_listoutsection li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 5px;
    list-style-type: disc;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px 7px 0px;
}
.companyname_headingdesign {
    color: #1f74ec;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.emailwebsite_outsection {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px 0px;
}
.emailwebsite_outsection img {
    width: 17px;
    padding: 0px 0px 0px 0px;
}
.emailwebsite_outsection a {
    color: #000;
    font-size: 13px;
    padding: 0px 0px 0px 7px;
}
@media (max-width: 767px) {
    .privacypolicy_background {
        padding: 15px 15px;
    }
    .privacypolicy_fstheadingtextdesign {
        font-size: 17px;
    }
    .privacypolicy_listoutsection {
        padding-left: 20px;
    }
    .companyname_headingdesign {
        font-size: 25px;
    }
    .privacy_policy_banner {
        min-height: 250px;
    }
    .privacypolicy_descriptiontextdesign {
        font-size: 11px;
    }
    .privacypolicy_listoutsection li {
        font-size: 11px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .privacypolicy_background {
        padding: 15px 15px;
    }
    .privacypolicy_fstheadingtextdesign {
        font-size: 17px;
    }
    .privacypolicy_listoutsection {
        padding-left: 20px;
    }
    .companyname_headingdesign {
        font-size: 25px;
    }
    .privacy_policy_banner {
        min-height: 250px;
    }
    .privacypolicy_descriptiontextdesign {
        font-size: 11px;
    }
    .privacypolicy_listoutsection li {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
    .privacypolicy_background {
        padding: 15px 15px;
    }
    .privacypolicy_fstheadingtextdesign {
        font-size: 17px;
    }
    .privacypolicy_listoutsection {
        padding-left: 20px;
    }
    .companyname_headingdesign {
        font-size: 25px;
    }
    .privacy_policy_banner {
        min-height: 250px;
    }
    .privacypolicy_descriptiontextdesign {
        font-size: 11px;
    }
    .privacypolicy_listoutsection li {
        font-size: 11px;
    }
}

/*=======================================privacy-policy design start=============================*/
