.container-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;

}

*,
::after,
::before,
body,
ul {
    padding: 0;
    margin: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.contact-form-section-inner .container-1 {
    max-width: 100% !important;
    background: rgb(24 112 243);
}

.new-vali {
    padding: 80px 50px !important;
    background: rgba(249, 249, 249, 1);
}

.contact-form-section {
    padding: 50px 0 0 !important;
}

.contact-us-part-left {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* .contact-us-part-left-inner h3,
.new-vali.contact-us-part-right.contact-us-part-right-form h3 {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 700 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
} */

.contact-us-part-left-inner h3 {
    text-align: left !important;
    margin: 0px;
    line-height: 55px;
    text-transform: capitalize;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.text-dim-light-4 {
    color: #fff !important;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.f-grow {
    flex-grow: 1;
}

.f-shrink {
    flex-shrink: 1;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-between {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start !important;
}

.align-end {
    align-items: flex-end !important;
}

.gap-0 {
    gap: 0px
}

.gap-1 {
    gap: 10px !important
}

.gap-2 {
    gap: 20px
}

.gap-3 {
    gap: 30px
}

.gap-4 {
    gap: 40px
}

.gap-5 {
    gap: 50px
}

.gap-6 {
    gap: 60px
}

.gap-7 {
    gap: 70px
}

.gap-8 {
    gap: 80px
}

.gap-9 {
    gap: 90px
}

.gap-10 {
    gap: 100px
}

ul.below-submit-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Send-Message-form button,
.Send-Message-form a {
    display: inline-flex;
    width: auto;
    border-radius: 30px;
    background: rgba(1, 107, 227, 1);
    transition: all 0.3sease-in-out;
    padding: 16px 25px;
    font-size: 16px;
    color: #fff;
    gap: 15px;
    border: 1px solid transparent !important;
    align-items: center;
}

.step-by-step span {
    width: 32px;
    height: 32px;
    border: 1px solid;
}

.step-by-step {
    position: relative;
    font-size: 14px;
}

.step-by-step::before {
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: 1px;
    border: 1px dashed;
    right: -3px;
    top: 15px;
}

.contact-social-media-inner span {
    font-size: 14px;
}

.contact-list-detail label {
    font-size: 20px;
    margin-bottom: 30px !important;
}

.contact-social-media-inner span {
    font-size: 14px;
}

.btn,
a {
    text-decoration: none;
}

.contact-us-part-left-inner h3,
.new-vali.contact-us-part-right.contact-us-part-right-form h3 {
    font-size: 28px;
    line-height: 40px !important;
}

.btn,
a {
    text-decoration: none !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.contact-social-media-inner {
    border-right: 1px solid #fff;
}

.pr-1 {
    padding-right: 10px;
}

:focus {
    outline: none !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

a {
    font-size: 1rem;
    color: #1c1c1e;
}

.pl-0 {
    padding-left: 0px;
}

.step-by-step::before {
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: 1px;
    border: 1px dashed;
    right: -3px;
    top: 15px;
}

.step-by-step:last-child::before {
    display: none;
}

.contact-us-part-right.contact-us-part-right-form input,
.contact-us-part-right.contact-us-part-right-form textarea,
.contact-us-part-right.contact-us-part-right-form select {
    padding: 15px;
    border: none;
    background: transparent !important;
    appearance: auto;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #A9ABB6;
    font-family: "Sen", serif !important;
    border-radius: 5px;
    margin-top: 10px;
}

.contact-us-part-right .contact-us-part-right-form {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 700 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    /* -webkit-text-fill-color: #000; */
    color: #fff !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 0;
}

/*  */
.contact-form-section.new-contact-form-section .contact-us-part-left-inner-outer-form {
    position: relative;
    top: -20px;
}

.form-for-all-p {
    font-size: 17px;
    color: #fff !important;
}

.contact-social-media-inner:last-child {
    border-right: 0px;
}

.form-head-dec {
    font-weight: 700;
}

.both-align-form {
    font-size: 28px !important;
}


@media only screen and (max-width: 991.98px) {
    .container-1 {
        max-width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .contact-social-media {
        flex-wrap: wrap;
        gap: 10px;
    }
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .contact-form-section-inner .container.new-contain-width {
        padding: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .contact-us-part-left-inner {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .new-inner {
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 767.98px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .contact-us-part-right.contact-us-part-right-form {
        padding: 0px;
        flex: 0 0 100% !important;
    }
}


@media (max-width: 991.98px) {
    .new-vali.contact-us-part-right.contact-us-part-right-form {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .new-vali.contact-us-part-right.contact-us-part-right-form {
        padding-top: 20px !important;
    }
}

@media (max-width: 767.98px) {
    .new-vali {
        padding: 35px !important;
        margin: 40px 0px 0px 0px !important;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .container-1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 991.98px) {
    .foot-new {
        padding: 2rem 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .details-of-ceo {
        width: 100% !important;
    }
}


@media (max-width: 991.98px) {
    .contact-us-part-left-inner.new-inner h3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.98px) {
    .contact-us-part-left-inner h3 {
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .contact-us-part-left-inner h3 {
        line-height: 39px !important;
        font-size: 25px !important;
    }
}

.contact-us-part-left-inner h3,
.new-vali.contact-us-part-right.contact-us-part-right-form h3 {
    font-size: 28px;
    line-height: 40px !important;
}


.contact-us-part-left-inner p {
    color: rgba(0, 0, 0, 0.65);
    padding-right: 30px;
    font-size: 17px !important;
    font-style: normal;
    /* font-weight: 300; */
    /* line-height: 33.6px; */
}

 .col-66  {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
 }

 .container-popup {
  display: flex !important;
  /* align-items: center; */
  justify-content: space-between !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  flex-wrap: wrap;
      --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.col-66 {
    width: 50% !important;
    flex: 0 0 auto !important; 
}

@media (max-width:1200px) {
    .contact-us-part-left-inner p {
        padding-right: 20px;
        line-height: 24.6px;
    }
}

@media (max-width:556.98px) {
    .contact-us-part-left-inner p {
        padding-right: 4px !important;
        line-height: 24.6px !important;
        font-size: 14px !important;
        /* width: 86px; */
        text-align: left !important;
    }
}

/* white label */

kip-grid {
    display: flex;
    flex-direction: column;
}

.skip-month {
    padding: 70px 0px;
}

.skip-month-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.skip-month-heading span {
    color: #0054FF;
    font-size: 16px;
}

.skip-month-heading p {
    text-align: center;
}

.skip-month-card {
    background: linear-gradient(135deg, #FDF0F6 0%, #F0F1FF 100%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
    flex: 1;
}

.skip-month-card lable {
    font-size: 18px;
    font-weight: 600;
    color: #000;

}

.skip-month-card p {
    text-align: center;

}

/* advance-security */

.advance-security {
    padding: 70px 0;
}

.advance-security-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px
}

.advance-security-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

}

.advance-security-box-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #1E232C;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.iframe-container {
    text-align: center;
}

.iframe-container iframe {
    height: 500px;
    width: 900px !important;
}

/* advance-end */

.white-label-comparison-section {
    background: #0b0f14;
    padding: 78px 0 86px;
}

.white-label-comparison-heading {
    margin-bottom: 38px;
    text-align: center;
}

.white-label-comparison-heading span {
    display: block;
    margin-bottom: 18px;
    color: #0054ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2.2px;
}

.white-label-comparison-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.16;
}

.white-label-comparison-table-wrap {
    max-width: 1080px;
    margin: 0 auto;
    border: 1px solid rgba(43, 63, 110, 0.55);
    border-radius: 20px;
    overflow: hidden;
    background: #0e1423;
}

.white-label-comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.white-label-comparison-table th,
.white-label-comparison-table td {
    min-height: 64px;
    padding: 20px 28px;
    border-bottom: 1px solid rgba(52, 68, 106, 0.45);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    vertical-align: middle;
}

.white-label-comparison-table th {
    height: 72px;
    font-size: 15px;
    font-weight: 800;
}

.white-label-comparison-table tr:last-child td {
    border-bottom: 0;
}

.white-label-comparison-table th:nth-child(1),
.white-label-comparison-table td:nth-child(1) {
    width: 33.333%;
    background: #0b1220;
}

.white-label-comparison-table th:nth-child(2),
.white-label-comparison-table td:nth-child(2) {
    width: 33.333%;
    background: #10172a;
    border-left: 1px solid rgba(30, 44, 75, 0.45);
    border-right: 1px solid rgba(30, 44, 75, 0.45);
}

.white-label-comparison-table th:nth-child(3),
.white-label-comparison-table td:nth-child(3) {
    width: 33.333%;
    background: #0d1424;
}

.white-label-comparison-table th:nth-child(2) {
    color: #996CFC;
}

.comparison-bolt {
    margin-right: 7px;
    color: #ffb000;
}

.comparison-positive {
    color: #09E186 !important;
}

.comparison-negative {
    color: #F95457 !important;
}

.comparison-warning {
    color: #FFA210 !important;
}

.comparison-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(0, 200, 137, 0.18);
    color: #00c889;
    font-size: 10px;
    line-height: 1;
    box-shadow: 0 0 14px rgba(0, 200, 137, 0.2);
}

@media (max-width: 991.98px) {
    .white-label-comparison-section {
        padding: 58px 0 64px;
    }

    .white-label-comparison-heading h2 {
        font-size: 30px;
    }

    .white-label-comparison-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .white-label-comparison-table {
        min-width: 820px;
    }

    .iframe-container iframe {
        width: 100% !important;
        height: 315px !important;
    }

    .scroll-future {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .white-label-comparison-section {
        padding: 46px 0 52px;
    }

    .white-label-comparison-heading {
        margin-bottom: 28px;
    }

    .white-label-comparison-heading span {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .white-label-comparison-heading h2 {
        font-size: 24px !important;
        line-height: 1.25;
    }

    .white-label-comparison-table-wrap {
        border-radius: 16px;
    }

    .white-label-comparison-table {
        min-width: 720px;
    }

    .white-label-comparison-table th,
    .white-label-comparison-table td {
        padding: 17px 18px;
        font-size: 12px;
    }

    .white-label-comparison-table th {
        font-size: 13px;
    }

    .advance-security-box {
        justify-content: flex-start;
    }

    /* .iframe-container iframe {
        width: 100% !important;
        height: 315px !important;

    } */
}

@media(max-width:576.98px) {

    .iframe-container iframe {
        width: 100% !important;
        height: 200px !important;
    }
}