@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Inter", sans-serif;
}
.new-line {
    display: block;
}
.bg-portfolio {
    background-image: url(../img/index/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.section-padding {
    padding: 50px;
}
.texting-title {
    font-family: "Inter", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    line-height: 84px;
    margin: 0px 0px 20px 0px;
    /* background: linear-gradient(to right, #342EAD,#FF6D5A,#D9D9D9,#D3D3D3);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent; */
    /* background: linear-gradient(to right, #342EAD,#FF6D5A,#D9D9D9); */
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
    background: linear-gradient(
        105.61deg,
        #d9d9d9 0%,
        #d3d3d3 0.01%,
        #342ead 0.02%,
        #ff6d5a 98.63%
    );
}
.texting-h-text {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.texting-m-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.texting-i-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    line-height: 27px;
    text-align: justify;
    color: #333;
    font-weight: 400;
}
.texting-c-text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: justify;
    color: #f15d5f;
}
.apply-here-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-banner {
    width: 100%;
}
.bg-shutter {
    background-image: URL(../img/index/bg-shutter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.text-heading {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    text-align: justify;
    font-family: "Inter", sans-serif;
    color: #333;
}

.img-step1 {
    background-image: url(../img/steps/step1.png);
    background-repeat: no-repeat;
    height: auto !important;
    background-size: 100% 100%;
}
.img-step2 {
    background-image: url(../img/steps/step2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.img-step3 {
    background-image: url(../img/steps/step3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.img-step4 {
    background-image: url(../img/steps/step4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.img-step5 {
    background-image: url(../img/steps/step5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.img-step6 {
    background-image: url(../img/steps/step6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.img-step7 {
    background-image: url(../img/steps/step7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}
.align-card {
    height: 300px !important;
    border: 0px !important;
    margin-bottom: 47px;
}
.card-step {
    display: flex;
    justify-content: space-between;
}
.align-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    padding: 65px 0px 0px 20px;
}
.texting-step {
    color: var(--Dark, #333);
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 210% */
}
.texting-c-step {
    color: #333;
    /* text-align: justify; */
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 142.857% */
}
.texting-h-step {
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.texting-i-step {
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
}
.list-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list-partner li {
    list-style: none;
}
/* .img-ourpartner {
    background: url(../img/index/bg-our.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 50px 0px 126px;
} */
.texting-ourpartner span{
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    flex-wrap: wrap;
    padding: 20px;
    color: #000;
}
.img-partner{
    width: auto;
    /* width:50px !important; */
    height: 140px !important;
    background: transparent !important;
}
/* .img-partner1{
    width:auto;
    height: 50px !important;
    background: transparent !important;
} */
.img-padding {
    margin: 20px;
}

.img-career {
    background: url(../img/careers/bg-carrer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.btn-apply {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 35px;
    background: var(--INA_Pink, #f15d5f);
    color: var(--White, #fff);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #f15d5f;
}
.title-carrer {
    padding: 130px 20px 130px 50px;
}
.texting-career {
    width: 100%;
    height: auto;
    margin: 85px 0px 85px 0px;
}

.texting-career-h {
    color: #333;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    /* font-style: italic; */
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.462% */
}
.texting-career-m {
    color: #333;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}
.texting-career-yes {
    color: var(--INA_Turquoise, #68c7bd);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    gap: 25px;
}
.video-gallery-outer-box {
    width: 17%;
}
.video-gallery-outer-box iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
}
.video-gallery {
    border-radius: 10px !important;
    opacity: 0.7;
}
/* .btn-video {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 30px;
    background: var(--Light-Blue, #248ac8) !important;
    color: var(--White, #fff);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px;
    border: 1px solid #248ac8;
} */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    /* background-color: transparent !important; */
    width: auto;
    height: 36px;
    padding: 15px;
    border-radius: 30px;
    background: var(--Light-Blue, #248ac8) !important;
    color: var(--White, #fff) !important;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px;
    border: 1px solid #248ac8;
}
.nav-link {
    color: #ffff !important;
}
.text-textimonial {
    color: rgb(249, 90, 90) !important;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    padding: 10px 20px 20px 20px;
}
.apply-text-modal {
    font-size: 20px;
    color: #063579;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* login modal */
.form-control-d {
    height: 50px !important;
    border: 1px solid #063579 !important;
    border-radius: 10px !important;
    margin-top: 10px;
}
.forget-link {
    color: #063579;
    text-decoration: none;
}
.forget-link:hover {
    color: #063579;
    text-decoration: underline;
}
.btn-login {
    background-color: #063579;
    color: #ffff;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    border: 1px solid #063579;
    font-size: 18px;
    margin-top: 10px;
}
.align-eye {
    position: absolute;
    right: 33px;
    z-index: 99;
    bottom: 13px;
}
.align-captcha-1 {
    margin: 0px 70px;
}

/* @media screen and (min-width: 320px) and (max-width:484px){
    .card-step {
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
    .align-card {
      height: auto !important;
  }

} */
.display-tab {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

/* stepper registration code */
.stepper-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}
.stepper-header .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.stepper-header .step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.stepper-header .step.active .circle {
    background-color: #063579;
    color: #fff;
}
.stepper-header .step .label {
    margin-top: 10px;
}
.padding-stepper {
    padding: 0px 150px !important;
}
.stepper-header::before {
    width: 56%;
    content: "";
    position: absolute;
    top: 43%;
    left: 154px;
    right: 0;
    height: 4px;
    background-color: #ddd;
    z-index: 0;
}
.stepper-header .step.active ~ .step::before {
    background-color: #063579;
}
/* .stepper-header .step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #ddd;
    z-index: -1;
  } */
.step-content {
    display: none;
}
.step-content.active {
    display: block;
}
.btn-next {
    background-color: #063579;
    color: #ffff;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #063579;
}
.btn-prev {
    background-color: #6aa4d8;
    color: #ffff;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #6aa4d8;
}

.label-text {
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    color: #000;
}
.navlist {
    background-color: #ffff;
    padding: 10px;
    margin-left: 30px;
    border-radius: 5px;
}
.navlist li {
    list-style-type: none;
    margin-bottom: 5px;
}

/* .form-control:invalid {
    background-position: right calc(36px + 2px) center !important;
  }
  .form-control:valid {
    background-position: right calc(36px + 2px) center !important;
  } */

/* owl carousel    */
.owl-prev-btn, .owl-next-btn {
    font-size: 24px;
    color: #000;
    background-color: #007bff;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.owl-prev-btn:hover, .owl-next-btn:hover {
    background-color: #0056b3;
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px; /* Adjust position */
    transform: translateY(-50%);
    z-index: 1000;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -20px; /* Adjust position */
    transform: translateY(-50%);
    z-index: 1000;
}

/* for moving slider */
@-webkit-keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(calc(-250px * 2));
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(calc(-250px * 2));
    }
  }
  .slider {
    background: transparent;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    padding: 5px;
    height: 170px;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    /* padding: 5px; */
    height: 150px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    /* width: calc(250px * 4); */
  }
  .slider .slide1 {
    height: 150px;
    width: auto;
    margin-right: 20px;
  }
  .slider .slide {
    height: 150px;
    width: 250px;
    margin-right: 20px;
  }
 .align-card-i{
    border-radius: 17px !important;
    z-index: 2 !important;
 }
.img-step7{
    z-index: 2 !important;
}

.connector-3-i {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -70px;
    right: -20px;
    z-index: 0;
}
.connector-2-i {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -34px;
    left: -20px;
    z-index: 0;
}
.connector-1-i {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    right: -20px;
    z-index: 0;
}

  @media screen and (max-width: 720px) {
    .slider img{
      width: auto;
    }
  }



@media screen and (min-width: 320px) and (max-width: 480px) {
    .rc-anchor-logo-portrait {
        margin: 10px 0 0 0px !important;
    }
    .rc-anchor-logo-img-portrait {
        margin: 0 0px 0 0px;
    }
    .align-captcha-1 {
        margin: 0px;
    }
    .rc-anchor-normal {
        width: 270px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 397px) {
    .padding-stepper {
        padding: 0px 60px !important;
    }
    .stepper-header::before {
        width: 41%;
        left: 93px;
    }
}
@media screen and (min-width: 398px) and (max-width: 520px) {
    .padding-stepper {
        padding: 0px 47px !important;
    }
    .stepper-header::before {
        width: 65%;
        left: 72px;
    }
}
@media screen and (min-width: 521px) and (max-width: 575px) {
    .padding-stepper {
        padding: 0px 130px !important;
    }
    .stepper-header::before {
        width: 41%;
        left: 132px;
    }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
    .texting-title {
        font-size: 26px;
        line-height: 40px;
    }
    .section-padding {
        /* padding: 20px; */
        padding: 0px;
    }
    .img-banner {
        width: 200px;
        height: 200px;
    }
    .texting-m-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-h-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-i-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-c-text {
        font-size: 14px;
        line-height: 27px;
    }

    .text-heading {
        font-size: 16px;
    }
    .bg-shutter {
        background-image: none;
    }

    /* .card-step {
      display: flex;
      justify-content: center;
      flex-direction: column;
    } */
    .card-step {
        display: flex;
        justify-content: space-between;
                flex-direction: column;
                    text-align: center;
    }
    .new-line {
        display: inline;
    }
    .texting-step {
        font-size: 14px;
    }
    .texting-c-step {
        font-size: 13px;
        line-height: 25px;
    }
    .texting-h-step {
        font-size: 13px;
        line-height: 25px;
    }
    .texting-i-step {
        font-size: 13px;
        line-height: 25px;
    }
    .steps-icon {
        /*display: none;*/
    }
    /* .steps-icon {
      /* padding: 20px 30px 20px 30px; 
      padding: 0px 100px 0px 100px;
    } */
    /* .steps-icon {
      padding: 0px 30px 0px 30px;
      /* justify-content: center;
      text-align: center;
      margin: auto 0px; 
    } */
    .align-card {
        height: auto !important;
    }
    .align-step {
        width: 100%;
        padding: 18px 0px 0px 20px;
    }
    .list-partner {
        justify-content: center;
        text-align: center;
        padding-left: 0px;
    }
    .list-step li {
        width: 100%;
    }
    .img-ourpartner {
        height: auto;
    }
    .texting-ourpartner {
        font-size: 20px;
    }


    .img-career {
        height: auto;
    }
    .title-carrer {
        padding: 0px;
    }
    .texting-career {
        margin: 20px 0px 20px 0px;
    }
    .texting-career-h {
        font-size: 14px;
        line-height: 23px;
    }
    .texting-career-m {
        font-size: 14px;
    }
    .texting-career-yes {
        font-size: 14px;
    }
    .btn-apply {
        margin: 30px 50px 30px 50px;
        height: auto;
        font-size: 10px;
        padding: 10px;
    }

    .video-list li {
        width: 100%;
    }
    .btn-video {
        width: auto;
        padding: 10px;
        font-size: 12px;
        line-height: 12px;
    }
    .text-textimonial {
        font-size: 12px;
    }
    .video-gallery-outer-box {
        width: 100%;
    }
    .video-gallery-outer-box iframe {
        height: 260px;
    }
    .tabs {
        display: none;
    }

    /* new css for landing page */
    .img-before:after {
        display: none;
    }
    .img-before2:after {
        display: none;
    }
    .order-step3 {
        order: 3 !important;
    }
    .order-step4 {
        order: 4 !important;
    }
    .connector-1 {
        display: none;
    }
    .connector-2 {
        display: none;
    }
    .connector-3 {
        display: none;
    }
    /* .padding-stepper {
        padding: 0px 130px !important;
    }
    .stepper-header::before {
        width: 41%;
        left: 132px;
    } */
    .apply-text-modal {
        font-size: 16px;
    }
    .label-text {
        font-size: 12px;
    }

    /* our partner */
    .slider {
        height: 130px;
    }
    .slider::before, .slider::after {
        height: 80px;
    }
    .slider .slide1 {
        height: 80px;
    }
    .slider .slide {
        margin-right: 20px;
    }
    .img-partner {
        width: auto;
        height: 80px !important;
    }
    .steps-icon-i{
            width:60%;
        }
    .bg-headimg {
        background-size: cover;
    }

}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .bg-portfolio {
        height: auto;
    }
    .img-banner {
        width: 300px;
        height: 300px;
        margin-top: 20px;
    }
    .texting-title {
        font-size: 30px;
        line-height: 40px;
    }
    .texting-m-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-h-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-i-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-c-text {
        font-size: 14px;
        line-height: 27px;
    }
    .section-padding {
        padding: 20px;
    }

    .text-heading {
        font-size: 18px;
    }
    .bg-shutter {
        background-size: 100%;
        height: auto;
    }
    .bg-shutter {
        background-image: none;
    }

    .align-card {
        height: 240px !important;
    }
    .texting-step {
        font-size: 18px;
    }
    .texting-c-step {
        font-size: 16px;
        line-height: 20px;
    }
    .texting-h-step {
        font-size: 16px;
        line-height: 20px;
    }
    .texting-i-step {
        font-size: 16px;
        line-height: 20px;
    }
    .steps-icon {
        padding: 0px 20px 0px 20px;
    }
    .list-partner {
        justify-content: center;
        text-align: center;
        padding-left: 0px;
    }
    .list-step li {
        width: 100%;
    }
    .img-ourpartner {
        height: auto;
    }
    .texting-ourpartner {
        font-size: 20px;
    }

    .img-career {
        height: auto;
    }
    .title-carrer {
        padding: 0px;
    }
    .texting-career {
        margin: 20px 0px 20px 0px;
    }
    .texting-career-h {
        font-size: 16px;
        line-height: 26px;
    }
    .texting-career-m {
        font-size: 16px;
        line-height: 26px;
    }
    .texting-career-yes {
        font-size: 16px;
        line-height: 26px;
    }
    .btn-apply {
        margin: 30px 50px 30px 50px;
        height: auto;
        font-size: 16px;
        padding: 20px;
    }

    .video-list li {
        width: 100%;
    }
    .btn-video {
        padding: 10px;
        font-size: 12px;
        line-height: 12px;
    }
    .text-textimonial {
        font-size: 12px;
    }

    .video-gallery-outer-box {
        width: 100%;
    }
    .video-gallery-outer-box iframe {
        height: 260px;
    }
    /* new css for landing page */
    .img-before:after {
        display: none;
    }
    .img-before2:after {
        display: none;
    }
    .order-step3 {
        order: 3 !important;
    }
    .order-step4 {
        order: 4 !important;
    }
    .connector-1 {
        display: none;
    }
    .connector-2 {
        display: none;
    }
    .connector-3 {
        display: none;
    }
    .padding-stepper {
        padding: 0px 80px !important;
    }
    .stepper-header::before {
        width: 56%;
        left: 106px;
    }
    .apply-text-modal {
        font-size: 16px;
    }
    .label-text {
        font-size: 12px;
    }
    /* our partner */
    .slider {
        height: 130px;
    }
    .slider::before, .slider::after {
        height: 80px;
    }
    .slider .slide1 {
        height: 80px;
    }
    .slider .slide {
        margin-right: 20px;
    }
    .img-partner {
        width: auto;
        height: 80px !important;
    }
    .steps-icon-i{
        width:60%;
    }
    .bg-headimg {
        background-size: cover !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-padding {
        padding: 30px 20px;
    }
    .bg-portfolio {
        height: auto;
    }
    .img-banner {
        width: 300px;
        height: 300px;
    }
    .texting-title {
        font-size: 30px;
        line-height: 40px;
    }
    .texting-m-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-h-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-i-text {
        font-size: 14px;
        line-height: 27px;
    }
    .texting-c-text {
        font-size: 14px;
        line-height: 27px;
    }
    .text-heading {
        font-size: 20px;
    }
    .bg-shutter {
        background-size: 100%;
        height: auto;
    }
    .bg-shutter {
        background-image: none;
    }

    .align-card {
        height: 245px !important;
    }
    .align-step {
        width: 88%;
        padding: 47px 0px 0px 20px;
    }
    .texting-step {
        font-size: 20px;
    }
    .texting-c-step {
        font-size: 18px;
        line-height: 27px;
    }
    .texting-h-step {
        font-size: 18px;
        line-height: 27px;
    }
    .texting-i-step {
        font-size: 18px;
        line-height: 27px;
    }
    .steps-icon {
        padding: 0px 20px 0px 20px;
    }

    .list-partner {
        justify-content: center;
    }
    .list-step li {
        width: 100%;
    }
    .img-ourpartner {
        height: auto;
    }
    .texting-ourpartner {
        font-size: 26px;
    }

    .img-career {
        height: auto;
    }
    .title-carrer {
        padding: 0px;
    }
    .texting-career {
        margin: 50px 0px 50px 0px;
    }
    .texting-career-h {
        font-size: 14px;
        line-height: 20px;
    }
    .texting-career-m {
        font-size: 15px;
        line-height: 20px;
    }
    .texting-career-yes {
        font-size: 15px;
        line-height: 20px;
    }
    .btn-apply {
        font-size: 12px;
        padding: 10px;
    }

    .video-list li {
        width: 100%;
    }
    .btn-video {
        width: auto;
        padding: 10px;
        font-size: 12px;
        line-height: 12px;
    }
    .text-textimonial {
        font-size: 17px;
    }
    .video-gallery-outer-box {
        width: 100%;
    }
    .video-gallery-outer-box iframe {
        height: 260px;
    }

    /* new css for landing page */
    .img-before:after {
        display: none;
    }
    .img-before2:after {
        display: none;
    }
    .order-step3 {
        order: 3 !important;
    }
    .order-step4 {
        order: 4 !important;
    }
    .connector-1 {
        display: none;
    }
    .connector-2 {
        display: none;
    }
    .connector-3 {
        display: none;
    }
    .apply-text-modal {
        font-size: 18px;
    }
    .label-text {
        font-size: 13px;
    }
     /* our partner */
    .slider {
        height: 130px;
    }
    .slider::before, .slider::after {
        height: 80px;
    }
    .slider .slide1 {
        height: 80px;
    }
    .slider .slide {
        margin-right: 20px;
    }
    .img-partner {
        width: auto;
        height: 80px !important;
    }
    .steps-icon-i {
        width: 80% !important;
    }
    .bg-headimg {
        background-size: cover !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .padding-stepper {
        padding: 0px 80px !important;
    }
    .stepper-header::before {
        width: 54%;
        left: 122px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
    .stepper-header::before {
        width: 60%;
        left: 148px;
    }
    .card-step{
        flex-direction: column;
        height: 378px;
    }
       .steps-icon-i {
        width: 80% !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .align-card {
        height: 233px !important;
        border: 0px !important;
    }
    .section-padding {
        padding: 40px;
    }
    .img-banner {
        margin: 100px 0px;
        width: 100%;
    }
    .texting-title {
        font-size: 40px;
    }
    .texting-h-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-m-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-i-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-c-text {
        font-size: 16px;
        line-height: 30px;
    }
    .text-heading {
        font-size: 20px;
    }

    .align-card {
        height: 260px !important;
    }
    .texting-step {
        font-size: 24px;
    }
    .texting-c-step {
        font-size: 18px;
        line-height: 32px; /* 142.857% */
    }
    .texting-i-step {
        font-size: 18px;
        line-height: 32px;
    }
    .texting-h-step {
        font-size: 18px;
        line-height: 32px;
    }
    .align-step {
        width: 100%;
        padding: 40px 0px 0px 20px;
    }
    .steps-icon {
        padding-right: 10px;
    }

    .title-carrer {
        padding: 100px 0px 100px 0px;
    }
    .texting-ourpartner {
        font-size: 26px;
    }
    .texting-career {
        width: 100%;
    }
    .texting-career-h {
        font-size: 20px;
        line-height: 25px;
    }
    .texting-career-m {
        font-size: 20px;
        line-height: 30px;
    }
    .texting-career-yes {
        font-size: 20px;
        line-height: 30px;
    }
    .btn-apply {
        font-size: 12px;
        padding: 10px;
    }

    .btn-video {
        font-size: 18px;
    }
    .text-textimonial {
        font-size: 17px;
    }
    .video-gallery-outer-box {
        list-style: none;
        width: 23%;
    }
    /* our partner */
    .slider {
        height: 130px;
    }
    .slider::before, .slider::after {
        height: 100px;
    }
    .slider .slide1 {
        height: 100px;
    }
    .slider .slide {
        margin-right: 20px;
    }
    .img-partner {
        width: auto;
        height: 100px !important;
    }
    .card-step{
        flex-direction: column;
        height: 378px;
    }
       .steps-icon-i {
        width: 80% !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .align-card {
        height: 233px !important;
        border: 0px !important;
    }
    .section-padding {
        padding: 20px 40px;
    }
    .img-banner {
        margin: 100px 0px;
        width: 100%;
    }
    .texting-title {
        font-size: 45px;
    }
    .texting-h-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-m-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-i-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-c-text {
        font-size: 16px;
        line-height: 30px;
    }
    .text-heading {
        font-size: 20px;
    }
    .texting-step {
        font-size: 22px;
    }
    .texting-c-step {
        font-size: 18px;
        line-height: 32px; /* 142.857% */
    }
    .texting-i-step {
        font-size: 18px;
        line-height: 32px;
    }
    .texting-h-step {
        font-size: 18px;
        line-height: 32px;
    }
    .align-step {
        width: 83%;
        padding: 34px 0px 0px 20px;
    }
    .steps-icon {
        padding-right: 20px;
    }

    .title-carrer {
        /* padding: 130px 0px 130px 0px; */
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0px;
    }
    .texting-ourpartner {
        font-size: 26px;
    }
    .texting-career {
        width: 100%;
    }
    .texting-career-h {
        font-size: 22px;
        line-height: 30px;
    }
    .texting-career-m {
        font-size: 22px;
        line-height: 30px;
    }
    .texting-career-yes {
        font-size: 22px;
        line-height: 30px;
    }
    .btn-apply {
        font-size: 18px;
    }

    .btn-video {
        font-size: 18px;
    }
    .text-textimonial {
        font-size: 17px;
    }
    /* our partner */
    .slider {
        height: 150px;
    }
    .slider::before, .slider::after {
        height: 120px;
    }
    .slider .slide1 {
        height: 120px;
    }
    .slider .slide {
        margin-right: 20px;
    }
    .img-partner {
        width: auto;
        height: 120px !important;
    }

    /* for instruction page */
    .texting-step-i {
        font-size: 16px;
    }
    .texting-c-step-i {
        font-size: 14px;
        line-height: 16px;
    }
    .texting-h-step-i {
        font-size: 14px;
        line-height: 16px;
    }
    .texting-i-step-i {
        font-size: 14px;
        line-height: 16px;
    }
    /* .align-card-i {
        height: 150px !important;

    } */
    .align-card-i {
        height: 200px !important;
    }
    .w-70 {
        width: 70% !important;
    }
    .card-step{
      padding: 10px !important;
    }
    .steps-icon-i {
        padding-right: 0px;
    }
    .align-step-i {
        width: 100%;
        padding: 5px 0px 0px 0px;
    }

}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .section-padding {
        padding: 40px;
    }
    .texting-title {
        font-size: 46px;
    }
    .texting-h-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-m-text {
        font-size: 16px;
        line-height: 30px;
    }
    .texting-i-text {
        font-size: 18px;
        line-height: 36px;
    }
    .texting-c-text {
        font-size: 18px;
        line-height: 36px;
    }
    .text-heading {
        font-size: 22px;
    }

    .texting-step {
        font-size: 25px;
    }
    .texting-c-step {
        font-size: 18px;
        line-height: 32px;
    }
    .texting-i-step {
        font-size: 18px;
        line-height: 32px;
    }
    .texting-h-step {
        font-size: 18px;
        line-height: 32px;
    }
    .steps-icon {
        padding-right: 20px;
    }
    .texting-ourpartner {
        font-size: 30px;
    }
    .title-carrer {
        padding: 130px 20px 130px 50px;
    }
    .texting-career {
        width: 100%;
    }
    .texting-career-h {
        font-size: 22px;
        line-height: 30px;
    }
    .texting-career-m {
        font-size: 24px;
    }
    .texting-career-yes {
        font-size: 24px;
    }
    .btn-apply {
        font-size: 16px;
    }
    .btn-video {
        font-size: 16px;
    }
    .text-textimonial {
        font-size: 18px;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1919px) {
    .section-padding {
        padding: 40px;
    }
    .texting-title {
        font-size: 55px;
    }
    .texting-h-text {
        font-size: 20px;
        line-height: 35px;
    }
    .texting-m-text {
        font-size: 20px;
        line-height: 35px;
    }
    .texting-i-text {
        font-size: 20px;
        line-height: 35px;
    }
    .texting-c-text {
        font-size: 20px;
        line-height: 35px;
    }
    .text-heading {
        font-size: 25px;
    }
    .texting-step {
        font-size: 40px;
    }
    .texting-c-step {
        font-size: 22px;
        line-height: 38px; /* 142.857% */
    }
    .texting-i-step {
        font-size: 22px;
        line-height: 38px;
    }
    .texting-h-step {
        font-size: 22px;
        line-height: 38px;
    }
    .steps-icon {
        padding-right: 20px;
    }

    .texting-ourpartner {
        font-size: 36px;
    }

    .title-carrer {
        padding: 130px 20px 130px 50px;
    }
    .texting-career {
        width: 100%;
    }
    .texting-career-h {
        font-size: 22px;
        line-height: 35px;
    }
    .texting-career-m {
        font-size: 22px;
        line-height: 35px;
    }
    .texting-career-yes {
        font-size: 22px;
        line-height: 35px;
    }
    .btn-apply {
        font-size: 24px;
    }

    .btn-video {
        font-size: 20px;
    }
    .text-textimonial {
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2300px) {
    .section-padding {
        padding: 40px;
    }
    .texting-title {
        font-size: 55px;
    }
    .texting-h-text {
        font-size: 22px;
        line-height: 40px;
    }
    .texting-m-text {
        font-size: 22px;
        line-height: 36px;
    }
    .texting-i-text {
        font-size: 22px;
        line-height: 40px;
    }
    .texting-c-text {
        font-size: 22px;
        line-height: 40px;
    }
    .text-heading {
        font-size: 28px;
    }
    .texting-step {
        font-size: 36px;
    }
    .texting-c-step {
        font-size: 24px;
        line-height: 38px; /* 142.857% */
    }
    .texting-i-step {
        font-size: 24px;
        line-height: 38px;
    }
    .texting-h-step {
        font-size: 24px;
        line-height: 38px;
    }
    .align-step {
        width: 92%;
    }
    .steps-icon {
        padding-right: 20px;
    }
    .img-ourpartner {
        height: 100%;
    }
    .texting-ourpartner {
        font-size: 38px;
    }
    .texting-career-m {
        font-size: 27px;
    }
    .texting-career-yes {
        font-size: 27px;
    }
    .btn-apply {
        font-size: 24px;
    }
    .btn-video {
        font-size: 20px;
    }
    .text-textimonial {
        font-size: 18px;
    }
    .video-list li {
        list-style: none;
        margin: 7px;
        width: 15%;
    }
}
@media screen and (min-width: 2301px) and (max-width: 2560px) {
    .section-padding {
        padding: 40px;
    }
    .texting-title {
        font-size: 65px;
    }
    .texting-m-text {
        font-size: 22px;
        line-height: 38px;
    }
    .texting-h-text {
        font-size: 22px;
        line-height: 38px;
    }
    .texting-i-text {
        font-size: 22px;
        line-height: 38px;
    }
    .texting-c-text {
        font-size: 22px;
        line-height: 38px;
    }
    .text-heading {
        font-size: 30px;
    }
    .texting-step {
        font-size: 35px;
    }
    .texting-c-step {
        font-size: 24px;
        line-height: 35px;
    }
    .texting-h-step {
        font-size: 24px;
        line-height: 35px;
    }
    .texting-i-step {
        font-size: 24px;
        line-height: 35px;
    }
    .m-step {
        margin: 120px 0px 100px 0px;
    }
    .align-step {
        width: 92%;
    }
    .steps-icon {
        padding: 0px 20px 0px 20px;
    }

    .img-ourpartner {
        height: 100%;
    }
    .texting-ourpartner {
        font-size: 35px;
        padding: 20px 50px 20px 50px;
    }

    .texting-career-h {
        font-size: 28px;
    }
    .texting-career-m {
        font-size: 29px;
    }
    .texting-career-yes {
        font-size: 29px;
    }
    .btn-apply {
        font-size: 28px;
    }

    .video-list li {
        width: 13%;
    }
    .btn-video {
        font-size: 22px;
    }
    .text-textimonial {
        font-size: 25px !important;
    }
}
.outer-box-center {
    width: 45%;
    margin: 0px auto;
}

/* Header , contact us ,footer */
.header {
    width: 100%;
    height: auto;
    background-image: url("../img/INA-header/bg-header.png");
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}
.menu {
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: none;
    margin-left: 20px;
}

.navigate {
    max-width: 95%;
    min-width: 80%;
    margin: 0 auto;
    background-color: white;
    border-radius: 50px;
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
}

.grp7997 {
    /* margin-left: 40px; */
    height: 55px;
    width: 100px;
}

.content-center {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 20px;
}
.content {
    justify-content: center;
    padding-top: 70px;

    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabs {
    justify-content: space-evenly;
}

.tab {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0 14px;
    outline: none;
    position: relative;
    color: #333333;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.tab:hover {
color:#5599d4;
}
.tab::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    /* background-color: #6aa4d8; */
    position: absolute;
    bottom: 0;
    /* transition: width 0.3s ease; */
}

.tab:hover::after {
    width: 70%;

}


.tab-footer {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10 14px;
    outline: none;
    position: relative;
    color: #333333;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.tab-footer::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    /* background-color: #6aa4d8; */
    position: absolute;
    bottom: 0;
    /* transition: width 0.3s ease; */
}

.tab-footer:hover::after {
    width: 70%;
}

.menu,
.close-menu {
    display: none;
}

.tab1 {
    border-radius: 40px;
    background: #6aa4d8;
    border: none;
    outline: none;
    color: white;
    width: 72px;
    height: 35px;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0px 5px;
}

.tab2 {
    border-radius: 40px;
    background: white;
    border: 1px solid #f15d5f;
    outline: none;
    color: #f15d5f;
    width: 72px;
    height: 35px;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0px 5px;
}

.tab3 {
    border-radius: 40px;
    background: #f15d5f;
    border: none;
    outline: none;
    color: white;
    width: 75px;
    height: 35px;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0px 5px;
}

.grp773 {
    width: 370px;
    height: 450px;
    margin-top: 20px;
}

.discover {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #333333;
}

.gradient-heading {
    background: linear-gradient(
        105.61deg,
        #d9d9d9 0%,
        #d3d3d3 0.01%,
        #342ead 0.02%,
        #ff6d5a 98.63%
    );
    -webkit-background-clip: text; /* For Safari */
    background-clip: text;
    font-family: "Lexend Deca";
    font-size: 85px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
    color: transparent;
}

.gradient-heading1 {
    background: linear-gradient(
        105.61deg,
        #d9d9d9 0%,
        #d3d3d3 0.01%,
        #342ead 0.02%,
        #ff6d5a 98.63%
    );
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-family: "Lexend Deca";
    font-size: 85px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
    color: white;
}

.test {
    font-family: "Inter";
    font-size: 50px;
    font-weight: 100;
    line-height: 45px;
    text-align: left;
    color: #333333;
}

.check {
    width: 20px;
    height: 20px;
}
.check-text {
    margin-top: 50px;
}
.check-text p {
    font-family: "Inter";
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #333333;
}
.participate {
    margin-top: 20px;
    border: none;
    outline: none;
    background: #f15d5f;
    border-radius: 40px;
    color: white;
    width: 300px;
    height: 50px;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 31.47px;
    text-align: center;
}
.arrow-upward {
    position: relative;
    bottom: 100px;
}
.a-tag{
    text-decoration: none !important;
  }

/**********************************************************************/

.contact {
    background-image: url("../img/footer/bg-contact.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 550px;
}

/* .name{
  text-align: center;
  justify-content: center;
} */

.row {
    width: 98%;
}

.detail h1 {
    margin-top: 50px;
    background: linear-gradient(
        90deg,
        #d9d9d9 0%,
        #d3d3d3 0.01%,
        #342ead 0.02%,
        #ff6d5a 100%
    );
    -webkit-background-clip: text;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 800;
    line-height: 84px;
    text-align: center;
    background-clip: text;
    color: transparent;
}

.name h2 {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 600;
    line-height: 8px;
    text-align: left;
    color: #303030;
    padding-left: 10px;
}

.name input {
    /* width: 290px; */
    width: 100%;
    height: 35px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 21.6px;
}

.pt-20 {
    padding-top: 20px;
}

.message {
    margin-left: 309px;
}

.message h2 {
    margin-top: 20px;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 600;
    line-height: 8px;
    color: #303030;
}

textarea {
    width: 620px;
    height: 100px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    font-family: "Inter";
    font-size: 13px !important;
    font-weight: 400;
    line-height: 22px;
    color: #767682;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}

.maximum {
    font-family: "Inter";
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 13px;
}
.cap {
    display: flex;
    margin-top: 20px;
}
.enter {
    margin-top: 20px;
    justify-content: center;
    flex-direction: row;
    display: flex;
}
.align-captcha {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20px;
}
.captcha {
    height: 40px;
    width: 120px;
}

.captcha_icons img {
    display: flex;
    width: 18px;
    height: 16px;
    margin: 3px 10px;
}

.enter input {
    margin-left: 10px;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    line-height: 21.6px;
}

.submit-button {
    /* margin: 30px 450px; */
    justify-content: center;
    display: flex;
    margin-top: 30px;
}

.submit {
    background: #6aa4d8;
    border: none;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    color: white;
    width: 170px;
    height: 45px;
    border-radius: 35px;
}

/**********************************************************************/

.footer {
    width: 100%;
    /* height: 320px; */
    height:auto;
    background-image: url("../img/footer/bg-footer.png");
    background-size: cover;
    position: relative;
}

.footer button {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: rgb(249, 90, 90);
    color: white;
    padding: 20px;
    border: none;
}

.info {
    padding: 40px 170px 70px 170px;
}

.legal1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
}

.info h1 {
    font-family: "Inter";
    font-size: 23px;
    font-weight: 600;
    line-height: 20.8px;
    /* text-align: left; */
    margin-bottom: 20px;
}

.text1 {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.text2 {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.address,
.email {
    display: flex;
    align-content: center;
    margin-bottom: 15px;
}
.number {
    align-content: center;
    margin-bottom: 15px;
}

.info p {
    padding: 0;
    margin-bottom: 0;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.legal1 li {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}
.address img,
.email img,
.number img {
    margin-right: 12px;
}
.footer-img-2{
    margin-top: 20px;
}

.icon {
    height: 30px;
    width: 30px;
    margin: 5px;
}
.icon-contact {
    height: 20px;
    width: 20px;
}
.cancel-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.cancel-btn-r {
    position: absolute;
    right: 0px;
    top: 6px;
}
.navbar-toggler {
    padding: 0px;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color:transparent;
    background-color:transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    /* transition: var(--bs-navbar-toggler-transition); */
}
.navbar-toggler-icon {
 background-image: none !important;
}

.footer-images{
    display: flex;
}
.footer-text-align{
    text-align: end;
    color: #000 !important;
}
.footer-text-align:hover{
    /* text-align: end; */
    color: #007bff !important;
}

/**********************************
 @media screen and (min-width:320px) and (max-width:576px){

   }
   577px to 767px
   768px to 1023px 
   1024px to 1100px
   1200px to 1440px
   1441px to 1600px
   1601px to 1920px
   1920px to 2300px
   2300px 2560px
**************************************/

@media screen and (min-width: 2301px) and (max-width: 2560px) {
    .header {
        /* height: 1000px; */
        height: auto;
    }

    .grp7997 {
        height: 100px;
        width: 176px;
        margin-left: 40px;
    }
    .display-tab {
        display: flex;
        align-items: center;
        margin-top: 13px;
    }
    .tab {
        padding: 0px 15px;
        font-size: 20px;
    }
    .tab1 {
        border-radius: 50px;
        width: 130px;
        height: 70px;
        font-size: 17px;
        margin: 0px 13px;
    }

    .tab2 {
        border-radius: 50px;
        width: 130px;
        height: 70px;
        font-size: 17px;
        margin: 0px 13px;
    }

    .tab3 {
        border-radius: 50px;
        width: 130px;
        height: 70px;
        font-size: 17px;
        margin: 0px 13px;
    }
    .content {
        padding-top: 77px;
        margin-left: 250px;
    }

    .discover {
        font-size: 55px;
        line-height: 34px;
    }

    .gradient-heading {
        font-size: 143px;
        line-height: 142px;
    }

    .gradient-heading1 {
        font-size: 143px;
        line-height: 142px;
    }

    .test {
        font-size: 93px;
        line-height: 82px;
    }

    .check-text p {
        font-size: 30px;
        font-weight: 400;
        line-height: 60px;
    }
    .check {
        width: 46px;
        height: 46px;
    }

    .participate {
        border-radius: 50px;
        width: 530px;
        height: 100px;
        font-size: 24px;
    }

    .grp773 {
        width: 630px;
        height: 733px;
    }
    .arrow-upward {
        position: relative;
        bottom: 116px;
    }

    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 65px;
        line-height: 100px;
    }
    .name h2 {
        padding-left: 15px;
        font-size: 22px;
        line-height: 26px;
    }

    .name input {
        width: 100%;
        /* width: 520px; */
        height: 60px;
        font-size: 20px;
    }

    .message {
        padding-left: 570px;
    }

    .message h2 {
        padding-left: 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .maximum {
        font-size: 18px;
        line-height: 19px;
    }

    textarea {
        /* width: 1100px; */
        width: 100%;
        height: 173px;
        font-size: 20px !important;
    }

    .cap {
        padding-left: 20px;
    }

    .captcha {
        height: 76px;
        width: 200px;
    }

    .captcha_icons img {
        width: 30px;
        height: 30px;
        margin: 5px 10px;
    }

    .enter input {
        margin-left: 30px;
        width: 280px;
        height: 69px;
        font-size: 17px;
    }

    .submit {
        font-size: 23px;
        width: 260px;
        height: 85px;
        border-radius: 40px;
    }

    /************************************************************/

    .footer {
        /* height: 520px; */
        height:auto;
    }

    .footer button {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .info {
        padding: 130px 50px 70px 250px;
    }

    .info h1 {
        font-size: 44px;
        line-height: 60px;
    }

    .info p {
        font-size: 24px;
        line-height: 35px;
    }

    .text2 {
        font-size: 21px;
        line-height: 35px;
    }

    .icon-contact {
        height: 28px;
        width: 28px;
    }

    .legal1 li {
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
    }
    .social {
        /* padding-right: 50px; */
        text-align:center ;
    }
    .icon {
        height: 60px;
        width: 60px;
    }
    /* .align-nav-btn{
        display: block;
     } */
    .align-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2300px) {
    .header {
        /* height: 1000px; */
        height: auto;
    }

    .grp7997 {
        height: 77px;
        width: 100px;
        margin-left: 40px;
        margin-top: 5px;
    }
    .tabs {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .tab {
        padding: 0px 8px;
        font-size: 16px;
    }
    .tab1 {
        border-radius: 50px;
        width: 130px;
        height: 60px;
        font-size: 18px;
        margin: 0px 6px;
    }

    .tab2 {
        border-radius: 50px;
        width: 130px;
        height: 60px;
        font-size: 18px;
        margin: 0px 6px;
    }

    .tab3 {
        border-radius: 50px;
        width: 130px;
        height: 60px;
        font-size: 18px;
        margin: 0px 7px;
    }
    .content {
        padding-top: 80px;
        margin-left: 250px;
    }

    .discover {
        font-size: 44px;
        line-height: 34px;
    }

    .gradient-heading {
        font-size: 114px;
        line-height: 120px;
    }

    .gradient-heading1 {
        font-size: 114px;
        line-height: 120px;
    }

    .test {
        font-size: 74px;
        line-height: 82px;
    }

    .check-text p {
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
    }
    .check {
        width: 40px;
        height: 39px;
    }

    .participate {
        border-radius: 50px;
        width: 454px;
        height: 90px;
        font-size: 24px;
    }

    .grp773 {
        padding-top: 20px;
        width: 521px;
        height: 700px;
    }
    .arrow-upward {
        position: relative;
        bottom: 110px;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 60px;
        line-height: 100px;
    }
    .name h2 {
        padding-left: 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .name input {
        width: 100%;
        /* width: 440px; */
        height: 60px;
        font-size: 18px;
    }

    .message {
        padding-left: 480px;
    }

    .message h2 {
        padding-left: 10px;
        font-size: 20px;
        line-height: 20px;
    }

    .maximum {
        font-size: 16px;
        line-height: 20px;
    }

    textarea {
        /* width: 900px; */
        width: 100%;
        height: 173px;
        font-size: 16px !important;
    }

    .cap {
        padding-left: 20px;
    }

    .captcha {
        height: 62px;
        width: 190px;
    }

    .captcha_icons img {
        width: 26px;
        height: 26px;
        margin: 5px 10px;
    }

    .enter input {
        margin-left: 30px;
        width: 250px;
        height: 62px;
        font-size: 17px;
    }

    .submit {
        font-size: 21px;
        width: 240px;
        height: 75px;
        border-radius: 40px;
    }

    /************************************************************/

    .footer {
        /* height: 520px; */
        height:auto;
    }

    .footer button {
        width: 90px;
        height: 90px;
        padding: 20px;
    }

    .info {
        padding: 110px 30px 0 210px;
    }

    .info h1 {
        font-size: 32px;
        line-height: 60px;
    }

    .info p {
        font-size: 19px;
        line-height: 35px;
    }

    .text2 {
        font-size: 18px;
        line-height: 35px;
    }

    .icon-contact {
        height: 24px;
        width: 24px;
    }

    .legal1 li {
        font-size: 19px;
        font-weight: 600;
        line-height: 48px;
    }
    .social {
        /* padding-right: 50px; */
        text-align:end ;
    }
    .icon {
        height: 50px;
        width: 50px;
    }
    /* .align-nav-btn{
        display: block;
     } */
    .align-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .header {
        /* height: 800px; */
        height: auto;
    }

    .grp7997 { 
        height: 50px;
        width: 100px;
        margin-left: 40px;
    }

    .tab {
        padding: 0px 4px;
        font-size: 14px;
    }
    .tab1 {
        width: 110px;
        height: 42px;
        font-size: 15px;
        margin: 0px 8px;
    }

    .tab2 {
        width: 110px;
        height: 42px;
        font-size: 15px;
        margin: 0px 8px;
    }

    .tab3 {
        width: 110px;
        height: 42px;
        font-size: 15px;
        margin: 0px 8px;
    }
    .content {
        padding-top: 80px;
        margin-left: 180px;
    }

    .discover {
        font-size: 40px;
        line-height: 30px;
    }

    .gradient-heading {
        font-size: 100px;
        line-height: 100px;
    }

    .gradient-heading1 {
        font-size: 100px;
        line-height: 100px;
    }

    .test {
        font-size: 64px;
        line-height: 62px;
    }

    .check-text p {
        font-size: 22px;
        line-height: 40px;
    }
    .check {
        width: 35px;
        height: 34px;
    }

    .participate {
        border-radius: 50px;
        width: 380px;
        height: 70px;
        font-size: 20px;
    }

    .grp773 {
        padding-top: 20px;
        width: 480px;
        height: 600px;
    }
    .arrow-upward {
        position: relative;
        bottom: 116px;
        width: 100px;
        height: 100px;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 50px;
        line-height: 100px;
    }
    .name h2 {
        font-size: 17px;
        line-height: 18px;
    }

    .name input {
        width: 100%;
        /* width: 370px; */
        height: 50px;
        font-size: 15px;
    }

    .message {
        padding-left: 400px;
    }

    .message h2 {
        padding-left: 10px;
        font-size: 17px;
        line-height: 18px;
    }

    .maximum {
        font-size: 14px;
        line-height: 18px;
    }

    textarea {
        /* width: 770px; */
        width: 100%;
        height: 150px;
        font-size: 16px !important;
    }

    .cap {
        padding-left: 10px;
    }

    .captcha {
        height: 54px;
        width: 140px;
    }

    .captcha_icons img {
        width: 24px;
        height: 24px;
        margin: 2px 10px;
    }

    .enter input {
        margin-left: 30px;
        width: 200px;
        height: 54px;
        font-size: 15px;
    }

    .submit {
        font-size: 18px;
        width: 200px;
        height: 65px;
    }

    /************************************************************/

    .footer {
        /* height: 450px; */
        height:auto;
    }
    .info {
        padding: 80px 30px 0 160px;
    }

    .info h1 {
        font-size: 27px;
        line-height: 50px;
    }

    .info p {
        font-size: 16px;
        line-height: 25px;
    }

    .text2 {
        font-size: 15px;
        line-height: 20px;
    }

    .icon-contact {
        height: 24px;
        width: 24px;
    }

    .legal1 li {
        font-size: 17px;
        line-height: 40px;
    }
    .social {
        /* padding-right: 40px; */
        text-align:end;
    }
    .icon {
        height: 35px;
        width: 35px;
    }
    /* .align-nav-btn{
        display: block;
     } */
    .align-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .header {
        /* height: 700px; */
        height: auto;
    }
    .grp7997 {
        height: 45px;
        width: 100px;
        /* margin-top: 10px; */
        margin-top: 4px;
        margin-left: 50px;
    }
    .display-tab {
        margin-top: 10px;
    }
    .tab {
        padding: 0px 5px;
        /* font-size: 13px; */
        font-size: 12px;
    }
    .tab1 {
        width: 100px;
        height: 33px;
        font-size: 13px;
        margin: 0px 6px;
    }
    .tab2 {
        width: 90px;
        height: 33px;
        font-size: 13px;
        margin: 0px 6px;
    }
    .tab3 {
        width: 60px;
        height: 33px;
        font-size: 13px;
        margin: 0px 6px;
    }
    .content {
        padding-top: 70px;
        margin-left: 150px;
    }
    .discover {
        font-size: 35px;
        line-height: 25px;
    }
    .gradient-heading {
        font-size: 86 px;
        line-height: 80px;
    }
    .gradient-heading1 {
        font-size: 86px;
        line-height: 80px;
    }
    .test {
        font-size: 54px;
        line-height: 55px;
    }

    .check-text p {
        font-size: 19px;
        line-height: 30px;
    }
    .check {
        width: 28px;
        height: 26px;
    }

    .participate {
        border-radius: 60px;
        width: 330px;
        height: 50px;
        font-size: 16px;
    }

    .grp773 {
        padding-top: 20px;
        width: 400px;
        height: 500px;
    }
    .arrow-upward {
        position: relative;
        bottom: 83px;
        width: 80px;
        height: 80px;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 45px;
        line-height: 100px;
    }
    .name h2 {
        font-size: 15px;
        line-height: 12px;
    }

    .name input {
        width: 100%;
        /* width: 330px; */
        height: 40px;
        font-size: 15px;
    }

    .message {
        padding-left: 350px;
    }

    .message h2 {
        padding-left: 10px;
        font-size: 15px;
        line-height: 12px;
    }

    .maximum {
        font-size: 12px;
        line-height: 12px;
    }

    textarea {
        /* width: 690px; */
        width: 100%;
        height: 150px;
        font-size: 16px !important;
    }

    .cap {
        padding-left: 10px;
    }

    .captcha {
        height: 50px;
        width: 120px;
    }

    .captcha_icons img {
        width: 20px;
        height: 20px;
        margin: 2px 10px;
    }

    .enter input {
        margin-left: 20px;
        width: 180px;
        height: 50px;
        font-size: 14px;
    }

    .submit {
        font-size: 16px;
        /* width: 180px;
        height: 60px; */
        width: 20%;
        height: 40px;
    }

    /************************************************************/

    .footer {
        /* height: 380px; */
        height:auto;
    }
    .info {
        padding: 60px 30px 0 150px;
    }

    .info h1 {
        font-size: 21px;
        line-height: 40px;
    }

    .info p {
        font-size: 15px;
        line-height: 15px;
    }

    .text2 {
        font-size: 14px;
        line-height: 30px;
    }

    .icon-contact {
        height: 20px;
        width: 20px;
        margin-top: 5px;
    }

    .legal1 li {
        font-size: 15px;
        line-height: 35px;
    }
    .social {
        /* padding-right: 30px; */
        text-align: end;
    }
    .icon {
        height: 30px;
        width: 30px;
    }
    /* .align-nav-btn{
        display: block;
     } */
    .align-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .header {
        /* height: 630px; */
        height: auto;
    }

    .grp7997 {
        height: 40px;
        width: 100px;
        margin-left: 40px;
    }

    .tab {
        padding: 0px 3px;
        /* font-size: 14px; */
        font-size: 12px;
    }
    .tab1 {
        width: 100px;
        height: 35px;
        font-size: 12px;
        margin: 0px 6px;
    }

    .tab2 {
        width: 100px;
        height: 35px;
        font-size: 12px;
        margin: 0px 6px;
    }

    .tab3 {
        width: 100px;
        height: 35px;
        font-size: 12px;
        margin: 0px 6px;
    }
    .content {
        padding-top: 60px;
        margin-left: 130px;
    }

    .discover {
        font-size: 30px;
        line-height: 20px;
    }

    .gradient-heading {
        font-size: 76px;
        line-height: 70px;
    }

    .gradient-heading1 {
        font-size: 76px;
        line-height: 70px;
    }

    .test {
        font-size: 49px;
        line-height: 55px;
    }

    .check-text {
        margin-top: 25px;
    }
    .check-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .check {
        width: 23px;
        height: 22px;
    }

    .participate {
        border-radius: 60px;
        width: 300px;
        height: 45px;
        font-size: 14px;
    }

    .grp773 {
        padding-top: 20px;
        width: 350px;
        height: 420px;
    }
    .arrow-upward {
        position: relative;
        bottom: 81px;
        width: 70px;
        height: 70px;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 40px;
        line-height: 90px;
    }
    .name h2 {
        font-size: 13px;
        line-height: 12px;
        padding-left: 5px;
    }

    .name input {
        width: 100%;
        /* width: 270px; */
        height: 40px;
        font-size: 13px;
    }

    .message {
        padding-left: 287px;
    }
    .message h2 {
        padding-left: 5px;
        font-size: 13px;
        line-height: 12px;
    }

    .maximum {
        font-size: 11px;
        line-height: 12px;
    }

    textarea {
        /* width: 570px; */
        width: 100%;
        height: 150px;
        font-size: 12px !important;
    }

    .cap {
        padding-left: 10px;
    }

    .captcha {
        height: 40px;
        width: 100px;
    }
    .captcha_icons img {
        width: 18px;
        height: 18px;
        margin: 2px 10px;
    }

    .enter input {
        margin-left: 20px;
        width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .submit {
        font-size: 14px;
        width: 150px;
        height: 50px;
    }

    /************************************************************/

    .footer {
        /* height: 300px; */
        height:auto;
    }
    .info {
        padding: 60px 20px 0 120px;
    }

    .info h1 {
        font-size: 19px;
        line-height: 20px;
    }

    .info p {
        font-size: 13px;
        line-height: 15px;
    }

    .text2 {
        font-size: 12px;
        line-height: 20px;
    }

    .icon-contact {
        height: 18px;
        width: 18px;
        margin-top: 3px;
    }

    .legal1 li {
        font-size: 13px;
        line-height: 25px;
    }
    .social {
        /* padding-right: 30px; */
        text-align: end;
    }
    .icon {
        height: 25px;
        width: 25px;
    }
    /* .align-nav-btn{
        display: block;
     } */

}
@media screen and (min-width: 1301px) and (max-width: 1440px) {
    .align-toggle {
        display: none !important;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
 /* for toggle button in top button */
.align-nav-btn{
   display: none !important;
}
.align-toggle {
    display: block !important;
}
 .navbar-toggler:focus {
    box-shadow: none !important;
}
.toggle-nav {
    position: absolute;
    top: 26px;
    left: -64px;
    z-index: 1;
}
.align-nav-btn {
    display: none !important;
}
.align-toggle {
    display: block;
}
.toggle-btn {
    width: 25px;
    height: 24px;
}
.fa-color{
    color: #f15d5f;
}
.mini-laptop-done {
    display: none;
}
.mini-laptop-block {
    display: block;
}
.show-nav {
    position: absolute;
    right: -51px;
    bottom: -18px;
}
.close-nav {
    position: absolute;
    right: -51px;
    bottom: -19px;
}
.btn-close-color {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    border-radius: 10px !important;
    padding: 0px !important;
}
.dashboard-btn{
    font-size: 10px !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .header {
        /* height: 570px; */
        height: auto;
    }
    .grp7997 {
        margin-left: 25px;
        height: 33px;
        /* width: 38px; */
        width: 100px;
        margin-top: 4px;
    }

    .tab {
        padding: 0px 5px;
        font-size: 10px;
    }
    .tab1 {
        width: 86px;
        height: 30px;
        font-size: 10px;
        margin: 0px 1px;
    }

    .tab2 {
        width: 86px;
        height: 30px;
        font-size: 10px;
        margin: 0px 1px;
    }

    .tab3 {
        width: 86px;
        height: 30px;
        font-size: 10px;
        margin: 0px 1px;
    }
    .content {
        padding-top: 70px;
        margin-left: 100px;
    }

    .discover {
        font-size: 28px;
        line-height: 10px;
    }

    .gradient-heading {
        font-size: 68px;
        line-height: 60px;
    }

    .gradient-heading1 {
        font-size: 68px;
        line-height: 60px;
    }

    .test {
        font-size: 44px;
        line-height: 35px;
    }

    .check-text {
        margin-top: 20px;
    }
    .check-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .check {
        width: 20px;
        height: 20px;
    }

    .participate {
        width: 250px;
        height: 40px;
        font-size: 13px;
    }

    .grp773 {
        padding-top: 10px;
        width: 340px;
        height: 370px;
    }
    .dashboard-btn{
        font-size: 10px !important;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 35px;
        line-height: 90px;
    }
    .name h2 {
        font-size: 13px;
        line-height: 12px;
        padding-left: 5px;
    }

    .name input {
        width: 100%;
        height: 38px;
        font-size: 13px;
    }
    .message {
        padding-left: 250px;
    }
    .message h2 {
        padding-left: 5px;
        font-size: 13px;
        line-height: 12px;
    }

    .maximum {
        font-size: 11px;
        line-height: 12px;
    }

    textarea {
        /* width: 495px; */
        width: 100%;
        height: 120px;
        font-size: 14px !important;
    }

    .captcha {
        height: 40px;
        width: 100px;
    }

    .captcha_icons img {
        width: 18px;
        height: 18px;
        margin: 2px 10px;
    }

    .enter input {
        margin-left: 20px;
        width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .submit {
        font-size: 13px;
        width: 150px;
        height: 45px;
    }

    /************************************************************/

    .footer {
        /* height: 280px; */
        height:auto;
    }
    .info {
        padding: 50px 20px 0 80px;
    }

    .info h1 {
        font-size: 17px;
        line-height: 20px;
    }

    .info p {
        font-size: 11px;
        line-height: 15px;
    }

    .text2 {
        font-size: 11px;
        line-height: 20px;
    }

    .icon-contact {
        height: 15px;
        width: 15px;
        margin-top: 5px;
    }

    .legal1 li {
        font-size: 11px;
        line-height: 30px;
        padding: 0;
    }
    .social {
        /* padding-right: 10px; */
        text-align:end ;
    }
    .icon {
        height: 25px;
        width: 25px;
    }
    .arrow-upward {
        position: relative;
        bottom: 66px;
        width: 70px;
        height: 70px;
    }

    /* for toggle button in top button */
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .toggle-nav {
        position: absolute;
        top: 26px;
        left: -56px;
        z-index: 1;
    }
    .align-nav-btn {
        display: none !important;
    }
    .align-toggle {
        display: block;
    }
    .toggle-btn {
        width: 25px;
        height: 24px;
    }
    .fa-color{
        color: #f15d5f;
    }
    .mini-laptop-done {
        display: none;
    }
    .mini-laptop-block {
        display: block;
    }
    .show-nav {
        position: absolute;
        right: -50px;
        bottom: -17px;
    }
    .close-nav {
        position: absolute;
        right: -50px;
        bottom: -19px;
    }
    .btn-close-color {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #000 !important;
        border: 3px solid #000 !important;
        border-radius: 10px !important;
        padding: 0px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .header {
        /* height: 460px; */
        height: auto;
    }

    .grp7997 {
        margin-left: 15px;
        height: 35px;
        /* width: 57px; */
        width: 80px;
        margin-top: 10px;
    }
    .display-tab {
        display: flex;
        align-items: center;
        margin-top: 8px;
    }
    .tab {
        padding: 0px 2px;
        font-size: 10px;
    }
    .tab1 {
        width: 78px;
        height: 25px;
        font-size: 8px;
        margin: 0px 0px;
    }

    .tab2 {
        width: 78px;
        height: 25px;
        font-size: 8px;
        margin: 0px 1px;
    }

    .tab3 {
        width: 78px;
        height: 25px;
        font-size: 8px;
        margin: 0px 1px;
    }

    .grp-down {
        height: 10px;
        width: 10px;
    }
    .content {
        padding-top: 50px;
        margin-left: 40px;
    }

    .discover {
        font-size: 21px;
        line-height: 10px;
    }

    .gradient-heading {
        font-size: 50px;
        line-height: 40px;
    }

    .gradient-heading1 {
        font-size: 50px;
        line-height: 40px;
    }

    .test {
        font-size: 32px;
        line-height: 26px;
    }
    .check-text {
        margin-top: 35px;
    }
    .check-text p {
        font-size: 12px;
        line-height: 16px;
    }
    .check {
        width: 15px;
        height: 15px;
    }

    .participate {
        margin-top: 12px;
        width: 200px;
        height: 30px;
        font-size: 10px;
    }

    .grp773 {
        padding-top: 10px;
        width: 240px;
        height: 300px;
    }
    .arrow-upward {
        position: relative;
        bottom: 49px;
        /* left: 32px; */
        width: 50px;
        height: 50px;
    }
    .dashboard-btn{
        font-size: 10px !important;
    }
    /***********************************************/

    .contact {
        height: auto;
    }
    .detail h1 {
        font-size: 30px;
        line-height: 60px;
    }
    .name h2 {
        font-size: 11px;
        line-height: 10px;
        padding-left: 5px;
    }

    .name input {
        width: 100%;
        margin: 10px 0px 10px 0px;
    }

    .message h2 {
        padding-left: 5px;
        font-size: 11px;
        line-height: 10px;
    }
    .message {
        padding-left: 177px;
    }
    .maximum {
        font-size: 8px;
        line-height: 10px;
    }

    textarea {
        /* width: 380px; */
        width: 100%;
        height: 90px;
        font-size: 8px !important;
    }

    .captcha {
        height: 28px;
        width: 85px;
    }

    .captcha_icons img {
        width: 13px;
        height: 13px;
        margin: 2px 10px;
    }

    .enter {
        margin-top: 10px;
    }

    .enter input {
        margin-left: 15px;
        width: 120px;
        height: 28px;
        font-size: 12px;
    }
    .submit-button {
        margin-top: 20px;
    }
    .submit {
        font-size: 11px;
        width: 120px;
        height: 35px;
        margin-top: 20px;
    }

    /************************************************************/

    .footer {
        /* height: 220px; */
        height:auto;
    }

    .footer button {
        width: 50px !important;
        height: 50px !important;
        padding: 7px !important;
    }

    .info {
        padding: 50px 20px 0 40px;
    }

    .info h1 {
        font-size: 13px;
        line-height: 10px;
    }

    .info p {
        font-size: 9px;
        line-height: 12px;
    }

    .text2 {
        font-size: 10px;
        line-height: 15px;
    }

    .icon-contact {
        height: 16px;
        width: 16px;
        margin-top: 5px;
    }

    .legal1 li {
        font-size: 9px;
        margin-bottom: 6px;
        line-height: 15px;
    }
    .social {
        /* padding-right: 0px; */
        text-align: end;
    }
    .icon {
        height: 18px;
        width: 18px;
    }
    .outer-box-center {
        width: 100%;
        margin: 0px auto;
    }
    /* .toggle-nav{
        position: absolute;
        top: 39px;
        left: 14px;
    }
    .align-nav-btn{
       display: none !important;
    }
    .align-toggle{
        display: block;
    }
    .toggle-btn{
        width: 30px;
        height: 30px;
    } */
    /* for toggle button in top button */
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .toggle-nav {
        position: absolute;
        top: 24px;
        left: -56px;
        z-index: 1;
    }
    .align-nav-btn {
        display: none !important;
    }
    .align-toggle {
        display: block;
    }
    .toggle-btn {
        width: 23px;
        height: 22px;
        color: #f15d5f !important;
    }
    .mini-laptop-done {
        display: none;
    }
    .mini-laptop-block {
        display: block;
    }
    .show-nav {
        position: absolute;
        right: -44px;
        bottom: -17px;
    }
    .fa-color{
        color: #f15d5f;
    }
    .close-nav {
        position: absolute;
        right: -44px;
        bottom: -17px;
    }
    .btn-close-color {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #000 !important;
        border: 3px solid #000 !important;
        border-radius: 10px !important;
        padding: 5px 0px 0px 0px !important;
        text-align: center;
    }
    .footer-text-align{
        text-align: end !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .header {
        /* height: 460px; */
        height: auto;
    }
    .grp7997 {
        /* margin-left: 65px; */
        height: 35px;
        /* width: 52px; */
        width: 100px;   
        margin-top: 5px;
    }
    .navigate .img {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .navigate {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .tabs {
        display: none !important;
        padding: 50px;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        align-content: flex-start;
        align-items: flex-start;
    }
    .close-menu {
        display: flex;
        height: 15px;
        width: 15px;
        color: black;
        cursor: pointer;
        display: block;
        margin-left: 140px;
    }
    .tabs {
        position: fixed;
        background: rgb(253, 251, 251);
        height: 500px;
        width: 240px !important;
        top: 0;
        right: 0px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        color: white;
    }
    .menu {
        display: block;
    }
    .show-menu {
        width: 20px;
        height: 20px;
        color: black;
        cursor: pointer;
        position: relative;
        right: 20px;
        /* display: block; */
        /* margin-right: 20px; */
    }
    .tab {
        padding: 8px 3px;
        font-size: 12px;
    }
    .tab1 {
        width: 120px;
        height: 35px;
        font-size: 11px;
        margin: 5px 2px;
    }
    .tab2 {
        width: 120px;
        height: 35px;
        font-size: 11px;
        margin: 5px 2px;
    }
    .tab3 {
        width: 120px;
        height: 35px;
        font-size: 11px;
        margin: 5px 2px;
    }
    .content-center {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .content {
        justify-content: center;
        padding-top: 50px;
        width: 100%;
        margin: 0 auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .discover {
        font-size: 26px;
        line-height: 20px;
    }
    .gradient-heading {
        font-size: 62px;
        line-height: 50px;
    }
    .gradient-heading1 {
        font-size: 62px;
        line-height: 50px;
    }
    .test {
        font-size: 40px;
        line-height: 30px;
    }
    .check-text {
        margin-top: 20px;
    }
    .check-text p {
        font-size: 14px;
        line-height: 16px;
    }
    .check {
        width: 17px;
        height: 17px;
    }
    .participate {
        margin-top: 18px;
        width: 260px;
        height: 35px;
        font-size: 12px;
    }
    .grp773 {
        padding-top: 10px;
        width: 240px;
        height: 300px;
    }
    .arrow-upward {
        position: relative;
        bottom: 55px;
        /* left: 28px; */
        width: 50px;
        height: 50px;
    }
    /***********************************************/
    .contact {
        height: auto;
    }
    .detail h1 {
        font-size: 30px;
        line-height: 60px;
    }
    .name {
        padding: 0 50px;
    }
    .name h2 {
        margin-top: 10px;
        font-size: 11px;
        line-height: 8px;
    }
    .name input {
        width: 100%;
        height: 30px;
        font-size: 7px;
    }
    .message h2 {
        padding-left: 5px;
        font-size: 11px;
        line-height: 10px;
    }
    .message {
        align-content: center;
        padding: 0 50px;
    }
    .maximum {
        font-size: 8px;
        line-height: 10px;
    }
    textarea {
        width: 100%;
        height: 90px;
        font-size: 11px !important;
    }
    .captcha {
        height: 28px;
        width: 85px;
    }
    .captcha_icons img {
        width: 13px;
        height: 13px;
        margin: 2px 10px;
    }
    .enter {
        margin-top: 10px;
    }

    .enter input {
        margin-left: 15px;
        width: 120px;
        height: 28px;
        font-size: 12px;
    }
    .submit-button {
        margin-top: 20px;
    }

    .submit {
        font-size: 11px;
        width: 120px;
        height: 35px;
    }

    /************************************************************/

    .footer {
        /* height: 330px; */
        height:auto;
    }
    .info {
        padding: 50px 10px 0 50px;
    }

    .info h1 {
        font-size: 15px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    .info p {
        font-size: 11px;
        line-height: 12px;
    }

    .text2 {
        font-size: 11px;
        line-height: 15px;
    }

    .icon-contact {
        height: 16px;
        width: 16px;
        margin-top: 5px;
    }

    .legal1 li {
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 18px;
    }

    .legal1 {
        margin-bottom: 12px;
    }
    .social {
        /* padding-right: 0px; */
        text-align: end;
    }
    .icon {
        height: 20px;
        width: 20px;
    }
    .outer-box-center {
        width: 100%;
        margin: 0px auto;
    }

    .footer button {
        width: 40px !important;
        height: 40px !important;
        padding: 7px !important;
    }
    .align-menu {
        position: absolute;
        top: 43px;
        right: 21px;
    }
    /* .align-nav-btn{
        display: block ;
     } */
    .align-toggle {
        display: none !important;
    }
    .footer-text-align{
        text-align: start;
    }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
    .header {
        /* height: 550px; */
        height: auto;
    }
    .grp7997 {
        margin-left: 15px;
        height: 34px;
        /* width: 47px; */
        width: 100px;
        margin-top: 5px;
    }
    .navigate .img {
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .navigate {
        width: 90%;
        margin: 0 auto;
        background-color: white;
        border-radius: 50px;
        padding: 10px 10px 10px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tabs {
        padding: 50px;
        margin-top: 0px;
    }
    .close-menu {
        display: flex;
        height: 15px;
        width: 15px;
        margin-left: 80px;
    }
    .tabs {
        position: fixed;
        background: rgb(253, 251, 251);
        height: 400px;
        width: 190px;
        top: 0;
        right: -0px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        color: white;
        padding-bottom: 5px;
    }
    .menu {
        color: black;
        cursor: pointer;
        display: block;
        margin-right: 20px;
    }
    .show-menu {
        width: 20px;
        height: 20px;
    }
    .tab {
        padding: 0px 2px;
        font-size: 8px;
    }
    .tab1 {
        width: 86px;
        height: 25px;
        font-size: 8px;
        margin: 5px 2px;
    }
    .tab2 {
        width: 86px;
        height: 25px;
        font-size: 8px;
        margin: 5px 2px;
    }
    .tab3 {
        width: 86px;
        height: 25px;
        font-size: 8px;
        margin: 5px 2px;
    }
    .content-center {
        display: flex;
        flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
    }
    .content {
        justify-content: center;
        padding-top: 30px;
        width: 100%;
        margin: 0 auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .discover {
        font-size: 18px;
        line-height: 10px;
    }
    .gradient-heading {
        font-size: 32px;
        line-height: 30px;
    }
    .gradient-heading1 {
        font-size: 32px;
        line-height: 30px;
    }
    .test {
        font-size: 28px;
        line-height: 30px;
    }
    .check-text {
        margin-top: 0px;
    }
    .check-text p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .check {
        width: 13px;
        height: 15px;
    }

    .participate {
        margin-top: 2px;
        width: 190px;
        height: 30px;
        font-size: 10px;
        line-height: 8px;
    }

    .grp773 {
        width: 200px;
        height: 240px;
    }
    .arrow-upward {
        bottom: 31px;
        /* left: 36px; */
        width: 50px;
        height: 50px;
    }
    /***********************************************/

    .contact {
        height: auto;
    }

    .detail h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .name {
        padding: 0 40px;
    }
    .name h2 {
        font-size: 14px;
        line-height: 5px;
        margin-top: 10px;
        line-height: 12px;
    }

    .name input {
        width: 100%;
        height: 30px;
        font-size: 10px;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }

    .message h2 {
        margin-left: 5px;
        margin-top: 10px;
        font-size: 11px;
        line-height: 11px;
    }
    .message {
        align-content: center;
        padding: 0 40px;
    }
    .maximum {
        font-size: 10px;
        line-height: 10px;
    }

    textarea {
        width: 100%;
        height: 90px;
        font-size: 10px !important;
    }

    .captcha {
        /* margin-left: 20px; */
        height: 28px;
        width: 85px;
    }
    .align-captcha {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .captcha_icons {
        display: flex;
        flex-wrap: nowrap;
    }

    .captcha_icons img {
        width: 13px;
        height: 13px;
        margin: 2px 10px;
    }

    .enter {
        padding: 0 20px;
    }

    .enter input {
        margin-left: 15px;
        width: 70%;
        height: 28px;
        font-size: 12px;
    }
    .submit-button {
        margin-top: 30px;
    }

    .submit {
        font-size: 11px;
        width: 120px;
        height: 35px;
    }
    .outer-box-center {
        width: 100%;
        margin: 0px auto;
    }

    /************************************************************/

    .footer {
        /* height: 470px; */
        height:auto;
    }
    .info {
        padding: 40px 10px 0 30px;
    }

    .info h1 {
        font-size: 16px;
        line-height: 10px;
        margin: 10px 0;
    }

    .info p {
        font-size: 12px;
        line-height: 15px;
    }

    .text2 {
        font-size: 12px;
        line-height: 20px;
    }

    .icon-contact {
        height: 15px;
        width: 15px;
        margin-top: 4px;
    }

    .legal1 li {
        font-size: 10px;
        margin-bottom: 10px;
        line-height: 15px;
    }
    .social {
        /* padding-right: 0px; */
        text-align:end;
    }
    .icon {
        height: 25px;
        width: 25px;
    }
    .legal .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        flex-direction: row;
        margin-bottom: 10px;
    }

    .footer button {
        width: 40px !important;
        height: 40px !important;
        padding: 7px !important;
    }
    .cancel-btn {
        position: absolute;
        right: 0px;
        top: 2px;
    }
    .cancel-btn-r {
        position: absolute;
        right: 0px;
        top: 1px;
    }
    .align-menu {
        position: absolute;
        top: 41px;
        right: 24px;
    }
    /* .align-nav-btn{
        display: block;
     } */
    .align-toggle {
        display: none !important;
    }
    .dashboard-btn{
        font-size: 7px !important;
    }
    .footer-images{
        display: flex;
        flex-direction: column;
    }
    .footer-text-align{
        text-align: start;
        padding-top: 10px;
    }
    
}

/* new css for landing page */
.img-before:after {
    content: "";
    border: 3px dashed #f15d5f;
    position: absolute;
    height: 0px;
    right: -33px;
    width: 34px;
    top: 50%;
}
.img-before2:after {
    content: "";
    border: 3px dashed #6aa4d8;
    position: absolute;
    height: 0px;
    right: -33px;
    width: 34px;
    top: 50%;
}

.order-step1 {
    order: 1;
}
.order-step2 {
    order: 2;
}
.order-step3 {
    order: 4;
}
.order-step4 {
    order: 3;
}
.order-step5 {
    order: 5;
}
.order-step6 {
    order: 6;
}
.order-step7 {
    order: 7;
}
.connector-1 {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -18px;
    right: -20px;
    z-index: -1;
}
.connector-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -18px;
    left: -20px;
    z-index: -1;
}
.connector-3 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -78px;
    right: -20px;
    z-index: -1;
}

.img-overflow {
    overflow: hidden !important;
}

.svg-align {
    max-width: 100%;
    height: auto;
    display: block; /* Prevent inline elements from adding extra space */
}

/* owl carasoule  */
/* .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
  }
  .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
  }
  @media only screen and (max-width: 1280px) {
    .post-slide .post-content {
      padding: 0px 15px 25px 15px;
    }
  } */
