
/* Add a black background color to the top navigation */
.topnav {
    background-color: white;
    overflow: hidden;
    padding-top:10px;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;

    /* padding: 14px; */
  }
  .topnav button {
    float: right;
    /* display: block; */

    margin-bottom: 14px;
  }
  .logo-img {
    width: 236.36px !important;
    height: 34.27px;
    float: left;
  }
  /* Change the color of links on hover */


  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  @media screen and (max-width: 600px) {
    .topnav button:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      color: #000000;
      height: 50px;
    }
  }

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

    .content1 h1 {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 900;
        font-size: 30px !important;
        line-height: 40.2px;
        /* or 60px */
        display: flex;
        align-items: center;
        letter-spacing: 0.07em;

        color: #000000;
    }
    .jumbotron h1 {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        font-size: 28px !important;
        line-height: 50px;
        color: #000000;
    }
    .register-btn {
        width: 100% !important;
        height: 50px;
        left: 1304px;
        top: 22px;
        color: #FFFBFB;
        background: #B442A2;
        box-shadow: -1.92179px 7.68718px 9.60897px -3.84359px rgba(0, 0, 0, 0.25);
        border-radius: 20.6848px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        border: transparent;
        padding: 13px;
        align-items: center;
    }


  }

  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive button {
      float: none;
      display: block;
      text-align: center;
    }
  }
.body-wrapper{
    border: none !important;
}
.helpdesk-btn {
    width: 148px;
    height: 43px;
    left: 1304px;
    top: 22px;
    /* color: #FFFBFB; */
    background: #B442A2;
    box-shadow: -3.54545px 13px 30.7273px rgba(0, 0, 0, 0.25);
    border-radius: 17.7273px;
    color: white;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 28px; */
    /* display: flex; */
    align-items: center;
}

.rapo {
    background-image: url("https://res.cloudinary.com/crownbirthltd/image/upload/v1656939517/wpagpgtmlm5mqrpmgdy8.jpg") !important;
    background-size: cover;
    padding-top: 25px;
    border: 1px solid transparent !important;
}

.content1 h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    /* or 60px */
    display: flex;
    align-items: center;
    letter-spacing: 0.07em;

    color: #000000;
}
.content1 h6 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;

    color: #000000;

}

.content1 p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    /* font-size: 26px; */
    line-height: 25px;
    /* or 34px */

    display: flex;
    align-items: center;
    letter-spacing: 0.08em;

    color: #000000;
}

.input-field .form-control {
    border-radius: 34px;
    height: 48px;
}
.input-field .form-control::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.8885px;
    line-height: 16px;
    /* identical to box height */
    color: #9F9E9E;
    padding-left: 20px;
}
.input-field .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.8885px;
    line-height: 16px;
    /* identical to box height */
    color: #9F9E9E;
    padding-left: 20px !important;
}
.input-field button {
    border-radius: 34px;
    height: 48px;
    width: 72px;
    background-color: #B442A2;
    border: transparent;
}
.input-field button:hover {
    border-radius: 34px;
    height: 48px;
    width: 72px;
    background-color: #B442A2;
    border: transparent;
}

.jumbotron {
    background: rgba(217, 217, 217, 0.67) !important;
    box-shadow: 9.36008px 39.1421px 13.6147px rgba(0, 0, 0, 0.25);
    border-radius: 20px !important;
    /* text-align: center; */
    /* padding: auto; */
    padding-top: 0px !important;
}
.jumbotron h1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 50px;
    text-align: center;
    color: #000000;
}
.jumbotron .form-control {
    height: 40px;
    /* margin: auto;
    display: block; */
    background: #FFFFFF;
    border-radius: 10px;
}
.jumbotron .form-control::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.8885px;
    line-height: 16px;
    /* identical to box height */
    color: #9F9E9E;
}
.special-p {
    /* text-align: left; */
    color: grey;
    font-size: 11px;
    display: block !important;
}
.special-text {
    border-radius: 0px 0px 10px 10px !important;
}

.spec-form {
    margin: auto;
    /* display: block; */
    /* width: 110% !important; */
    height: 55px !important;
    border-radius: 10px 0px 0px 10px !important;
}
.spec-form2 {
    margin: auto;
    /* display: block; */
    /* width: 195px !important; */
    height: 55px !important;
    border-radius: 0px 10px 10px 0px !important;
}
.spec-form3 {
    margin: auto;
    /* display: block; */
    /* width: 110% !important; */
    height: 55px !important;
    /* border-radius: 0px 10px 10px 0px !important; */
}
.spec-form4 {
    margin: auto;
    /* display: block; */
    /* width: 195px !important; */
    height: 55px !important;
    /* border-radius: 0px 10px 10px 0px !important; */
}

.check {
    text-align: left;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.98px;
}

.register-btn {
    width: 100%;
    height: 50px;
    color: #FFFBFB;
    background: #B442A2;
    box-shadow: -1.92179px 7.68718px 9.60897px -3.84359px rgba(0, 0, 0, 0.25);
    border-radius: 20.6848px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    border: transparent;
    padding: 13px;
    align-items: center;
    margin: 0;
}

.footer h5{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    /* identical to box height, or 150% */
    display: inline-block;
    letter-spacing: 0.01em;

    color: #000000;
}
.tams-img {
    width: 120px !important;
}

.registration-wrapper .jumbotron {
    padding: 1rem 1.5rem 2rem !important;
}
