*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand img{
    width: 100%;
    height: 100px;
}

.bg-white{
    background-color: #FFFFFF !important;
}

.header{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}

.collapse.navbar-collapse{
    justify-content: end;
}

.navbar-nav{
    gap: 0.5rem;
}

.navbar-toggler{
    background-color: #0077B6;
}

.navbar-toggler-icon {
    justify-content: center;
    display: flex;
    align-items: center;
}

.navbar-nav a.nav-link{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.nav-item{
    display: flex;
    align-items: center;
}

.download-app{
    background-color: #0077B6;
    width: 190px;
    height: 52px;
    border: 1px solid #707070;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 20px;
}

.download-app.ios{
    background-color: #00B4D8;
}

.bg-grey{
    background-color: #F4F4F4;
    padding: 5rem 0;
}

.inner-content{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 1.5rem;
}

.inner-content .haeding1{
    font-size: 40px;
    color: #000000;
    line-height: 65px;
    font-size: 500;
    text-transform: uppercase;
}

.inner-content .span1{
    color: #0077B6;
    font-weight: bold;
}

.inner-content .para{
    font-size: 15px;
    font-weight: 500;
    color: #707070;
}

.mobile-content{
    width: 100%;
    text-align: center;
}

.mobile-padding{
    padding: 5rem 0;
}

.key-para{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.heading2{
    color: #0077B6;
    font-size: 30px;
    font-weight: 600;
}

.list-content {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.padding-css{
    padding-right: 0.7rem;
}

.right-image img{
    width: 100%;
}

.padding-css-left{
    padding-left: 0.7rem;
}
.mobile-content-ul {
    width: 100%;
    text-align: end;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 3rem;
    min-height: 450px;
}

.mobile-content-ul2{
    text-align: start;
}

.heading4{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.para2{
    font-size: 15px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 0;
}

.users-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.number .heading4{
    margin-bottom: 0;
    color: #FFFFFF;
}

.bg-blue{
    background-color: #0077B6;
}

.total-download .para2{
    color: #E5E5E5;
    text-align: center;
}

.w-100 .key-para{
    width: 787px;
    margin: auto;
}

.img-last{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 0;
}

.img-last img{
    width: 100%;
}

.footer-para{
    margin-bottom: 0;
    font-size: 16px;
    font-family: 500;
    color: #FFFFFF;
    text-align: center;
}

.footer{
    padding: 2rem 0;
}


.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #707070;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #707070;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #707070;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #FFFFFF;
  box-shadow: none;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}


.contact-form .description {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #707070;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #0077B6;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #c9dadf;
  color: #000000;
}


@media (max-width: 991px) {
    .mobile-content-ul {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: inherit;
        gap: 3rem;
        min-height: auto;
    }

    .list-content {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .list-content2 {
        flex-direction: column;
    }

    .w-100 .key-para{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-content {
        justify-content: flex-start;
    }

    .mobile-content-ul {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .inner-content {
        padding: 0 1.5rem;
    }
    
    .inner-content .haeding1{
    font-size: 30px;
    color: #000000;
    line-height: 42px;
    font-size: 500;
    text-transform: uppercase;
}

}