body{
    background-color: #F2F2F2;
}
h3{
    color: #2B3B93;
    font-weight: 600;
}    
#mynav1{
    background-color: #F2F2F2;
    margin-top: 10px;
    border: none;
}
.res-p{
    color: #7C7C7C;
}
.second-row{
    padding-top: 20px;
}
.image-dis{
    width: 100%;
    height: auto;
}
.third-row{
    padding-top: 20px;
}

.aboutusbox{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
     color:#2B3B93;
    font-weight: 600;
    font-size: 14px;
    background-color: #CCCCCC;
    border: none;
    border-radius: 3px;
}

.contact-p{
    color: #2B3B93;
    font-size: 15px;
    font-weight: 600;
}
textarea,input[type="text"],input[type="email"]{
    border-radius: 0px !important;
    border-bottom: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #2B3B93 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #E6E6E6 !important;
}
.contactinput{
    margin-top: 15px;
}
textarea{
    height: 200px !important;
}

textarea:focus,input[type="text"]:focus,input[type="email"]:focus{
    outline: none !important;
    box-shadow: none !important;
}

.mybutton{
    color: #ffffff !important;
    background-color: #2B3B93 !important;
    border: none;
    border-radius: 0px !important;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
    max-width: 100%;
}

.uploadbtn {
  border:none !important;
  margin-left: 5px;
  color: #2B3B93;
  background-color: #E6E6E6;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
    max-width: 100%;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
    max-width: 100%;
}

@media(min-width:0px) and (max-width:347px)
{
    .aboutusbox{
        padding-bottom: 30px;
    }
}

@media(min-width:0px) and (max-width:991px)
{
    body{
        overflow-x: hidden;
    }
}