.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;
    }
}