@media screen and (max-width:1200px) {
    body{
        font-size: 12px;
    }

    #txtSect {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 50px;
        border-radius: 10px;
        width: 50%;
        color: #083860;
      }

 
      #txtSect p {
        font-size: 1rem;
        line-height: 1.8rem;
      } 
}

@media screen and (max-width:1060px) {
    
    .floatContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 1160px;
        width: 90vw;
        margin: 0 auto;
      }

      #txtSect {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 50px;
        width: 90%;
        color: #083860;
      }

      #formSect {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-image: url("../images/blue.jpg"); */
        background-color: #083860;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
        border-radius: 10px;
        height: 100%;
        width: 90%;
      }

      #txtSect h1 {
        font-size: 2.7rem;
        margin-bottom: 0.9rem;
        margin-left: 0;
    }

    #txtSect p {
      font-size: 1.1rem;
      line-height: 1.8rem;
      margin-left: 0;
      text-align: center;
  }
}

@media screen and (max-width:550px) {

    #contactSect {
        margin: 50px 0;
      }

    .floatContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 1130px;
        width: 100vw;
        margin: 0 auto;
      }

      #txtSect {
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: center;
        background: #F5F7F9; */
        height: 30%;
        padding: 50px 20px;
        width: 90%;
        color: #083860;
        border-radius: 0;
      }

      #txtSect h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
      
      }

      #txtSect p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        text-align: left;
      }

      .inputCont {
        width: 90%;
        margin: 0 auto;
        padding-left: 5px;
      }

      .inputFloat {
        padding: 0 35px;
      }

      #formSect {
        border-radius: 0px;
      }

      #formSect .inputFloat input {
        width: 100%;
        padding: 1.5em 2em;
        margin-bottom: 30px;
        border-radius: 50px;
        margin-right: 40px;
        color: #b79d9d;
        outline: none;
        border: none;
      }

      textarea {
        width: 100%;
        border-radius: 30px;
        padding: 20px;
        height: 100%;
        color: #b79d9d;
        outline: none;
        border: none;
      }

}

@media screen and (max-width: 450px) {
  .floatContainer {
    padding: 0px;
  }
}