input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #1976d2;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
.back-height{
    padding: 10%;
}
header{
    position: relative !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0px 0px;
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 8%);
    height: 5rem;
    background-image: linear-gradient(to right, #2667bf, #4ccad1);
}
input[type=file]::file-selector-button:hover {
  background: transparent;
    color: #000;
    border: 1px solid #000;
}
hr {
  border: none;
    border-top: 2px dashed #010101;
    margin: 19px 0px 0px 0px;
    width: 33%;
}
.registration-form {
    background-color: #c7e6f5;
    padding: 9% 0px 0px 0px;
}
/*.mrg-top{*/
/*    margin: 18px 0px 0px 0px;*/
/*}*/
.registration-form span{
    color: red;
    font-size: 20px;
}

.font-cls{
    font-weight: 100;
}
.logo-img-wid{
    width: 84% !important;
}
.pos-abs{
    /*position: absolute;*/
    width: 100%;
    /*margin: 0px 0px 0px 10%;*/
    padding: 8% 0%;
}
.a-img{
    width: 28% !important;
    margin: 35px 0px 0px 9px;
    font-size: 25px;
}
.s-img{
    width: 28% !important;
    margin: 35px 0px 0px 36px;
    font-size: 25px;
}
.l-img{
    margin: 0px auto;
}
.i-space{
   width: 50%;
   padding: 70px 0px 0px 26%;
}
.s-icon{
    width: 50%;
    padding: 70px 15% 0px 13%;
}
.pos-1{
    position: unset;
}
.background {
    background-color: #c7e6f5;
}
.d-flex{
    display: flex;
    width: 100%;
    /*padding: 70px 0px 0px 0px;*/
}
.staff-icon{
    width: 9rem;
}
.logo1 img {
    width: 45%;
    padding: 4px 30px 0px 30px;
}
.logo2 img{
    width: 78%;
}
.ref-form{
    align-items: center;
    list-style: none;
}
.form-link1{
    width: 55%;
    float: right;
    padding: 10px 30px;
}
.n-topic{
    font-size: 27px;
    color: #fff;

}
.top-content{
    display: flex;
    align-items: center;
}
.bg-text h2{
    margin: 0px;
}
.bg-text {
  background-color: rgb(255 255 255 / 90%);
  color: #416ac1;
  box-shadow: 7px 9px 39px 11px #2d2d2d9e;
  font-weight: bold;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.bg-text1{
  padding: 10px 20px;
  text-align: center;
  box-shadow: 7px 9px 39px 11px #2d2d2d9e;
  background: linear-gradient(to right, #2667bf, #4ccad1);
    height: 10rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.a-img a{
    color: #416ac1;
    padding: 0px;
    font-weight: 100;
    font-size: 15px !important;
}
.s-img a{
    color: #416ac1;
    padding: 0px;
    font-weight: 100;
    font-size: 15px !important;
}
.padd-login{
    padding: 0px 44%;
}

.logo1 {
    width: 10%;
}
#u-file input{
    color: red;
}
.r-justify{
    text-align: justify;
}
#img-2{
    display: none;
    }
    #text2{
    display: none;
    }
.r-content > div
{
    text-align: justify;
}
.r-content1{
    font-size: 16px;
    padding: 30px 86px 6px 86px;
}
.r-content{
    padding: 2% 4%;
    font-size: 21px;
    font-style: italic;
}
.r-content a{
    color: #023bff;
    font-size: 20px;
    text-decoration: underline;
}
.h-content{
    float: right;
    text-align: center;
    padding: 11% 3%;
}
.dr-details{
    padding: 21px 0px 0px 0px;
    font-size: 21px;
}
.ack-btn1{
    padding: 13px 34px!important;
}
.ack-btn2{
    padding: 13px 34px!important;
    margin: 0px 0px 0px 0px;
}
.ack-button{
    padding: 45px 300px;
}
.form-field{
    padding: 0px 0px 20px 0px;
}
.form-field label{
    font-weight: bold;
}
.date{
    float: right;
    padding: 30px 62px;
}
.clear{
    clear:both;
}
.ackform{
    padding: 86px 54px 0px 54px;
    font-size: 20px;
}

.acknowledge-form form{
    padding: 25px 171px;
}
.form-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 639px;
    border-radius: 12px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
}
.form-column1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 639px;
    border-radius: 12px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
}
.acknowledge-form{
    position: absolute;
    left: var(--lnav-w);
    right: 0;
    width: 100%;
    top: 83px;
    bottom: 0;
    -webkit-transition: left cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    /* transition: left cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; */
    background-color: #c7e6f5;
    overflow-y: auto;
   }
.acknowledge-form .create-account {
    border-radius: 30px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1976d2;
    border: none;
    color: white;
    cursor: pointer;
}

.fields
{
    display: flex;
}
#btn{
            margin-left: 387px;
    margin-top: 20px;
        }
#btn1{
            margin-left: 196px;
        }
.overflow{
    overflow: auto !important;
    }
.acenter{
    height: 100%;
    align-items: center;
    display: flex;
    }

.signin{
    padding: 0px 0px 0px 22px;
}
nav ul{
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    float: right; 
}
.navbar1 #icon {
  display: none;
}
.registration-form .form-icon{
    text-align: center;
    background-color: #5891ff;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item{
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 6px 13px;
}

.registration-form .create-account{
    border-radius: 30px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1976d2;
    border: none;
    color: white;
    cursor: pointer;
}

.create-account:hover
{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.registration-form .social-media{
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #5691ff;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.text-center{
    text-align: center!important;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #416ac1;
}
.text-center1{
    text-align: center!important;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #416ac1;
}

.line1{
    display: flex;
    flex-wrap: wrap;
}

.font-weight-bold {
    font-weight: 700!important;
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.form-group {
    width: 17.6rem;
    padding: 0rem 0rem 0rem 4.7rem;
}
.form-grp {
    width: 17.6rem !important;
}
.form-group1{
    padding: 2% 0 5% 0;
}
.form-group2{
    padding: 0rem 0rem 0rem 4.7rem;
    width: 17.6rem;
}
#text2 label{
    /* width: 40rem; */
}
select.form-control:not([size]):not([multiple]) {
    width: 17.5rem;
}
.btn-block {
    display: block;
  width: 16%;
    margin:auto;
}.main {
    background-color: #FFFFFF;
    width: 380px;
    height: 368px;
    margin: 0px auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgb(0 0 0 / 14%);
}
.main1{
    background-color: #FFFFFF;
    width: 400px;
    height: 448px;
    margin: 0px auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgb(0 0 0 / 14%);
}
.sign {
    padding-top: 49px;
    color: #416ac1;
   font-family: 'arial', sans-serif;
    font-weight: bold;
    font-size: 23px;
    margin: 0px;
}
.un {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 11px 20px;
    border: none;
    border-radius: 13px;
    /* outline: none;*/
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.02);
    margin-left: 46px;
    text-align: center;
    margin-bottom: 26px;
    
}
 .un:focus, .pass:focus, .opt:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }
.pass{
     width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 11px 20px;
    border: none;
    border-radius: 13px;
    /*outline: none; */
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.02);
    margin: 0px 0px 52px 46px;
    text-align: center;  
   

}
.pass1{
     width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 11px 20px;
    border: none;
    border-radius: 13px;
    /*outline: none;*/
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.02);
    margin: 0px 0px 26px 46px;
    text-align: center;  

}
.opt{
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 11px 20px;
    border: none;
    border-radius: 13px;
    /*outline: none;*/
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.02);
    margin: 0px 0px 52px 46px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}
form.form1 {
    padding-top: 33px;
}
.submit {
    padding: 10px 36px;
    font-size: 18px;
    font-weight: bold;
    background-color: #1976d2;
    border: none;
    color: white;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 2em;
    margin: 0% 29%;
}
.submit:hover
{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.para {
    line-height: 1.8;
    font-family: cursive;
    font-size: 25px;
}
 body {
  margin: 0px;
  padding: 0px;
 overflow: hidden; 
  font-family: 'arial', sans-serif !important;
 }
h1 {
   /* padding: 11.5% 0% 0% 61%;*/
    color: #000;
    margin: 0px;
    font-size: 36px;
}

 .logo img
 {
        width: 63px;
    margin-left: 20px;
    padding: 4px 30px 0px 30px;
 }

.logo
{
    width: 20%;
    float: left;
    margin: 0;
    display: flex;
}
.form-link {
    width: 31%;
    float: right;
    padding: 10px 30px;
}
.width-phns{
    width: 50%;
}
nav img
{
    width: 5%;
}
.body-sec {
    width: 100%;
    height: 725px;
}
.right-sec img
{
    width: 100%;
   min-height: 550px;
}
.footer {
      background-image: linear-gradient(to right, #2667bf, #4ccad1);
    /* padding: 5%; */
    text-align: center;
    padding: 0.5% 0% 0.5% 0%;
    color: #fff;
}
.footer1 {
    background-image: linear-gradient(to right, #2667bf, #4ccad1);
    /* padding: 5%; */
    text-align: center;
position: fixed;
    bottom: 0;
     padding: 0.3% 0% 0.3% 0%;
    color: #fff;
    width: 100%;
}
a
{
    color:#fff;
    font-size: 22px;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
}

.p-class {
    padding: 5px;
    margin: 0px;
    font-size: 14px;
}


.form-row{
    width: 100%;
    display: flex;
}
@media screen and (max-width: 640px)
{
.padd-login {
   padding: 57px 39% 0px 26%;
}
.background{
    background-color: #c7e6f5;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75% !important;
}
.form-group label{
    font-size: 14px;
}
hr{
    width: 60%;
}
.form-link1 {
    width: 30%;
    padding: 0px;
}
.pos-abs {
  padding: 17% 0%;
}

.i-space{
   padding: 0px 0px 0px 27%;
}
.a-img {
   margin: 15px 0px 0px 10px;
    width: 62% !important;
}
.s-img {
    margin: 15px 0px 0px 10px;
    width: 62% !important;
}

.d-flex {
    display: block;
    padding: 50px 0px 0px 0px;
}
.logo1 img {
    width: 3.5rem;
    padding: 11px 0px 5px 0px;
}
.n-topic {
    font-size: 18px;
padding: 0px 0px 0px 37px;
}
 .bg-text h2 {
    font-size: 16px;
} 
.l-img{
    margin-left: 0px;
}
.s-icon{
    padding: 6% 0px 0px 27%;
}
.r-content1 {
    font-size: 12px;
    padding: 0px 10px;
}
.r-content a {
    color: red;
    font-size: 13px;
}
.r-content > div
{
    text-align: justify;
}
.h-content {
    float: none;
}
.form-group1 {
    padding: 5% 0 0 0;
}
.font-weight-bold {
    padding: 20px 11px !important;
}
.acenter {
  height: 100%;
    align-items: center;
    display: flex;
}
.r-content{
    font-size: 12px;
}
.dr-details {
    padding: 21px 0px;
    font-size: 12px;
}
.banner-sec{
    background-position: unset!important;
}
.home-over
{
    overflow: hidden;
}
.font-weight-bold {
    font-weight: 700!important;
    padding: 20px 13px;
}
.ack-btn2 {
    margin: 0px 0px 0px 38px;
    padding: 8px 27px!important;
}
.ackform {
    padding: 47px 15px 50px 15px;
    font-size: 13px;
}
.submit-by-cls{
    font-size: 13px !important;
}
.form-field {
    padding: 0px 0px 12px 0px;
}
.col-md-12 {
    padding: 7px 0px 0px 0px;
}
.ack-btn1 {
    padding: 8px 27px!important;
}
.acknowledge-form .create-account {
    padding: 7px 7px;
    font-size: 12px;
}
.form-column1 {
    float: none;
    width: 100%;
}
.form-column {
    float: none;
    width: 100%;
}
.ack-button {
    padding: 0px 41px;
}
.acknowledge-form form {
    padding: 0px;
}
.date {
    float: right;
    padding: 15px 11px;
    font-size: 11px;
}
.fields
{
    display: block;
}
.submit{
    padding: 10px 31px;
    font-size: 17px;
    margin: 0% 31%;
    }
.un{
    padding: 8px 20px;
    margin-left: 41px;
}
.pass{
    padding: 8px 20px;
    margin-left: 41px
}
.pass1{
    margin: 0px 0px 26px 42px;
}
.opt{
      margin: 0px 0px 39px 42px;
}

.body-sec {
width: 100%;
    height: 854px;
}
.sign{
    font-size: 18px;
    padding-top: 32px;
}
.signin{
    padding: 0px;
}
.main{
    width: 322px;
    height: 320px
}
.main1{
    width: 322px;
    height: 383px;
}
    .registration-form .create-account {
        padding: 10px 10px;
    font-size: 13px;
}
select.form-control:not([size]):not([multiple]) {
    width: 16rem;
}
.text-center{
    font-size: 23px !important;
}
.text-center1{
font-size: 19px !important;
}
.form-group2 select.form-control:not([size]):not([multiple]) {
    margin-bottom: 0.5rem;
    width: 16rem;
}
    .form-group2{
        padding: 10px 0px 0px 6px;
    }
    .form-group2 label {
    font-size: 14px;
}
.registration-form .item {
    padding: 6px;
    margin-bottom: 0px;
    font-size: 14px;
}
    .bar-line
{
    display: none;
}
.navbar1 #icon {
    display: block;
    width: 35px;
    float: right;
    padding-right: 23px;
}
#menulist {
    overflow: hidden;
    transition: 0.5s;
}
.line1 {
    display: block;
    margin: 0px 0px 0px 8px;
}
nav ul {
font-size: 36px;
    list-style: none;
    width: 119px;
    font-size: 31px;
    float: none;
    display: block;
    padding-top: unset;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 237px;
    padding-left: 13px !important;
}
nav ul li {
    width: 100%;

}
nav ul li a {
    text-decoration: none;
    color: #000;
    padding: 3px 1px;
    font-size: 17px;
    /* margin: 37px -4px; */
}
     .registration-form form{
        padding: 89px 20px 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
    .form-group {
    width: 16rem;
    padding: 0px 0px 0px 5px;
}
.form-group2 {
    width: 16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.btn-block {
    display: block;
    width: 50%;
    margin-left: 25%;
}
    .logo {
    width: 47%;
    float: left;
}
.navbar1 {
    padding: 6px 10px 10px 10px;
    /* width: 100%; */
    height: 4.8rem;
    position: fixed;
}

    body
    {
        overflow: auto;
    }
    .logo img {
    width: 36%;
    padding: 11px 0px 5px 0px;
}
.form-link {
    width: 47%;
    float: right;
    padding: 10px;
}
 a {
    color: #fff;
    font-size: 9px;
    text-decoration: none;
}
.left-sec {
    width: 100%; 
    float: none;
    position: absolute;
    margin: 20% 0% 0% 0%;
}
.right-sec {
     width: 100%; 
     float: none;
    position: unset;
}
.btn-cls {
    margin: 8% 4% 7% 14%;
}
.btn-class {

    margin: 5% 7% 15% 14%;

}
.footer1{
        padding: 0.5% 0% 0.5% 0%;
}
.p-class{
font-size: 13px;
}

.font-weight-bold {
    font-weight: 700!important;
    padding: 8px 1px;
}
h1 {
    padding: 9% 0% 0% 2%;
    color: #000;
    margin: 0px;
    font-size: 23px;
}
.para {
    padding: 19px 2% 0px 2%;
    line-height: 1.2;
    font-size: 20px;
}
.acknowledge-form {
    padding: 2rem 0rem 1rem 0rem;
}
.form-row {
    width: 100%;
     display: block;
    }
}

@media screen and (min-width: 641px) and (max-width: 900px)
{
    .registration-form{
            padding: 13% 0px 0px 0px;
    }
    .padd-login {
    padding: 0% 38%;
}
.i-space{
    padding: 0px 0px 0px 40%;
}
.s-icon{
    padding: 11% 0px 0px 40%;
}
.registration-form label{
    font-size: 14px;
}
    .main1{
        overflow-y: auto;
    }
    
    .r-content {
    padding: 2% 6%;
    font-size: 15px;
}
.background{
    background-color: #c7e6f5;
    padding: 90px 0px 50px 0px;
}
.form-row {
    width: 100%;
 display: block;
}
.a-img {
    width: 45% !important;
    margin: 20px 0px 0px -7px;
}
.s-img {
    width: 45% !important;
    margin: 20px 0px 0px -7px;
}
.form-link1 {
    width: 50%;
    padding: 0px;
    }
.home-over{
    overflow: hidden;
}
.navbar1{
    height: 4.5rem;
    position: fixed;
}
.logo1 img {
    width: 55%;
    padding: 0px 25px 0px 0px;
}
.logo1 {
    width: 12% !important;
    padding: 7px 0px 0px 0px;
}

.d-flex {
    display: block;
    padding: 13% 0px 0px 0px;
}

.bg-text h2 {
    margin: 0px;
    font-size: 11px;
}
.n-topic {
    font-size: 19px;
    padding-top: 5px;
}
.bg-text{
    padding: 10px 15px;
}
.pos-abs {
    margin: 0px;
    padding: 21% 0%;
}
.p-class {
    padding: 0px;
        }
.r-content a {
    color: red;
    font-size: 16px;
}
.dr-details {
    padding: 21px 0px;
    font-size: 12px;
}
.acknowledge-form form {
     padding: 0px; 
}
.ackform {
    padding: 46px 50px 35px 50px;
    font-size: 15px;
}
.form-field {
    padding: 0px 0px 12px 0px;
}
.col-md-12 {
    padding: 15px 0px 0px 0px;
}
.acknowledge-form .create-account {
    font-size: 11px;
}
.form-column {
     float: none; 
     width: 100%; 
}
.form-column1 {
     float: none; 
     width: 100%; 
}
.ack-button {
    padding: 4px 116px;
}

.line1 {
 display: flex;
    width: 100%;
}
.fields
{
    display: block;

}
.form-group2 {
    padding: 0.5rem 0rem 0rem 3.7rem;
    width: 16rem;
}
.form-group {
    width: 9.6rem;
    padding: 0rem 0rem 0rem 3rem;
}
.form-control {
    display: flex;
    width: 67%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer{
        padding: 0.5% 0% 0.5% 0%;
}
.footer1{
    width: 100%;
        padding: 0.5% 0% 0.5% 0%;
}
.btn-block {
    display: block;
    width: 20%;
    margin:auto;
}
    .main1{
        height: 412px;
        overflow-y: auto;
    }

.acenter {
    height: 100%;
    align-items: center;
    display: flex;
}
.un {
    padding: 8px 20px;
}
.pass {
    padding: 8px 20px;
}

.main{
    height: 336px;
}
.sign {
    font-size: 20px;
    padding-top: 37px;
}
     .bar-line
{
    display: none;
}
.text-center {
    text-align: center!important;
    font-size: 24px!important;
    margin-bottom: 2rem!important;
    font-weight: 600;
    line-height: 1.2;
    color: #416ac1;
}
.text-center1 {
    text-align: center!important;
    font-size: 24px!important;
    font-weight: 600;
    line-height: 1.2;
    color: #416ac1;
}
.date {
    float: right;
    padding: 7px 32px;
    font-size: 13px;
}
    #menulist {
    overflow: hidden;
    transition: 0.5s;
}


nav ul li a {
    text-decoration: none;
    color: black;
    padding: 3px 1px;
    /* margin: 37px -4px; */
}
select.form-control:not([size]):not([multiple]) {
    width: 16rem;
}
.registration-form .item {
    border-radius: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    padding: 5px;
}
.font-weight-bold {
    font-size: 17px !important;
}
.form-group2 select.form-control:not([size]):not([multiple]) {
    width: 16rem;
    margin-bottom: 1.5rem;
}
.navbar1 #icon {
    display: block;
    width: 40px;
    float: right;
    padding-right: 23px;
}

.registration-form .create-account {
     font-size: 14px;
 }
 
.form-group {
    margin-bottom: 1rem;
    width: 16rem;
    margin: 10px;
}
    nav ul {
    list-style: none;
    font-size: 22px;
    float: none;
    display: block;
    width: 137px;
    padding: 0px 10px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 37rem !important;
}
    .logo img {
    width: 8%;
    padding: 0px;
}
.form-link {
    width: 46%;
    float: right;
    padding: 10px;
}
h1 {
    padding: 5% 0% 0% 60%;
    color: #000;
    margin: 0px;
    font-size: 16px;
}
.para {
    padding: 0px 1%;
    line-height: 1.2;
    font-size: 13px;
}
body{
    overflow: auto;
}
.right-sec img {
    width: 100%;
    min-height: auto;
}
.btn-cls {
    padding: 27px;
    border-radius: 37px;
    font-size: 20px;
    margin: 4% 13% 1% 22%;
    background-color: #9241C1;
    color: #fff;
    border: none;
}
.btn-class {
    padding: 28px 37px 28px 32px;
    border-radius: 37px;
    font-size: 20px;
    margin: 5% 9% 2% 23%;
    background-color: #9241C1;
    color: #fff;
    border: none;
}
.body-sec {
    width: 100%;
    height: 391px;
}
 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
}
@media screen and (min-width: 1366px) and (max-width: 1535px)
{
    .font-1366{
        font-size: 15px;
    }
    .mrg-1366{
        margin: 3px 0px 0px 0px;
    }
.frm-grp{
    padding: 1rem 0rem 0rem 4.7rem !important;
}
.pos-abs {
    position: absolute;
    margin: 0px 0px 0px 5%;
    padding: 13% 29%;
}
.acenter {
    height: 100%;
}

.n-topic {
    font-size: 23px;
}
.bg-text{
    width: 40%;
}
.form-group1 {
    padding: 0px;
    margin: 45px 0px 0px 0px;
}
.h-content{
    padding: 12% 2%;
}
h1 {
    color: #000;
    margin: 0px;
    font-size: 34px;
}
.ack-button {
    padding: 33px 244px;
}
.signin{
        padding: 0px;
    }
.form-group {
    margin-bottom: 1rem;
    width: 16rem;
}
.form-group2 {
    margin-bottom: 0rem;
    width: 16rem;
}
select.form-control:not([size]):not([multiple]) {
    width: 16rem;
}
.form-group2 select.form-control:not([size]):not([multiple]) {
    width: 16rem;
}
.form-link {
    width: 39%;
    float: right;
    padding: 10px;
}
.logo img {
    width: 9%;
}
 a {
    font-size: 17px !important;
    /* font-size: 23px !important; */
    text-decoration: none;
}
.body-sec {
    width: 100%;
    height: 716px;
}
.footer {
    background-image: linear-gradient(to right, #2667bf, #4ccad1);
    /* padding: 5%; */
    text-align: center;
    padding: 0.2% 0% 0.2% 0%;
    color: #fff;
}
.footer1 {
     background-image: linear-gradient(to right, #2667bf, #4ccad1);
    /* padding: 5%; */
    text-align: center;
position: fixed;
    bottom: 0;
     padding: 0.3% 0% 0.3% 0%;
    color: #fff;
    width: 100%;
}
}
@media screen and (min-width: 1025px) and (max-width: 1365px)
{
.form-group2 select.form-control:not([size]):not([multiple]) {
    width: 17.5rem;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
}
.pos-abs {
  /*  position: absolute;*/
    padding: 13% 0%;
    margin: 0px;
}
.n-topic {
    font-size: 20px;
}
.line1 {
    display: block;
}
.h-content{
        padding: 5% 5%;
}
.body-sec {
    width: 100%;
    height: 643px !important;
}
.dr-details {
    padding: 25px 0px;
    font-size: 15px;
}
h1 {
    color: #000;
    margin: 0px;
    font-size: 24px;
}
.para{
    padding: 1% 1%;
    font-size: 19px;
}
.ackform {
    padding: 86px 50px 25px 50px;
    font-size: 19px;
}
.ack-button {
    padding: 19px 259px;
}
.col-md-12 {
    padding: 10px 0px 0px 0px;
}
.acknowledge-form .create-account {
font-size: 16px;
}

.acknowledge-form form {
    padding: 0px 10px;
}
.text-center1{
    font-size: 26px;
}
.footer1
{
    padding: 0.3% 0% 0.3% 0%;
}
.acenter {
    height: 100%;
    align-items: center;
    display: flex;
}

.form-link {
    width: 39%;
    float: right;
    padding: 10px;
}
.logo img {
    width: 9%;
    padding: 14px 30px;
}
 a {
    color: #fefefe;
    font-size: 16px !important;
    text-decoration: none;
}
.body-sec {
    width: 100%;
    height: 480px;
}
}
@media screen and (min-width: 721px) and (max-width: 1024px)
{
    .r-content a {
    color: red;
    }
    .r-content {
    font-size: 18px;
    }
    .n-topic {
    font-size: 17px;
    }
    .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45% !important;
}
    .dr-details {
    padding: 25px 0px;
    font-size: 17px;
}

h1 {
    color: #000;
    margin: 0px;
    font-size: 19px;
}
.para {
    padding: 1% 1%;
    font-size: 15px;
}
    .acknowledge-form form {
    padding: 0px 10px;
}
.text-center1{
    font-size: 28px;
}
.date {
    float: right;
    padding: 10px 39px;
    font-size: 13px;
}
.ackform {
    padding: 56px 30px 30px 30px;
    font-size: 20px;
}
.col-md-12 {
    padding: 0px;
}
.ack-button {
    padding: 0px 220px;
}
.fields {
    display: block; 
}
.footer1{
        width: 100%;
}

.acenter {
    height: 100%;
    align-items: center;
    display: flex;
}
.form-group {
    width: 19rem;
}
.form-group2 select.form-control:not([size]):not([multiple]) {
    width: 19rem;
}
.btn-block {
    display: block;
    width: 17%;
    margin-left: 43%;
}
    select.form-control:not([size]):not([multiple]) {
    width: 19rem;
}
 a {
    font-size: 17px;
    text-decoration: none;
}
    .logo img {
    width: 12%;
    padding: 6px 30px;
}

body{
    overflow: auto;
}
.right-sec img {
    width: 100%;
    min-height: auto;
}
.btn-cls {
    padding: 27px;
    border-radius: 37px;
    font-size: 20px;
    margin: 4% 13% 1% 22%;
    background-color: #9241C1;
    color: #fff;
    border: none;
}
.btn-class {
    padding: 28px 37px 28px 32px;
    border-radius: 37px;
    font-size: 20px;
    margin: 5% 9% 2% 23%;
    background-color: #9241C1;
    color: #fff;
    border: none;
}
.body-sec {
    width: 100%;
    height: 280px;
}
.left-sec {
    width: 50%;
    float: left;
    margin-top: 4%;
}
.footer {
      background-image: linear-gradient(to right, #2667bf, #4ccad1);
    /* padding: 5%; */
    text-align: center;
    padding: 0% 0% 1% 0%;
    color: #fff;
}
.footer .p-class
{
    padding: 2% 0% 0% 0% !important;
}
.form-link {
    width: 47%;
    float: right;
    padding: 10px;
}
}
@media screen and (min-width: 840px){
nav ul{
    left: 42rem !important;
}
}


/* modal popup box */
.mmc-field input
{
    overflow: visible;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 6px 13px;
    margin: 0;
    border: 1px solid #ced4da;
    font-family: inherit;
}
.mmc-field textarea {
    overflow: visible;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 6px 13px;
    margin: 0;
    border: 1px solid #ced4da;
    font-family: inherit;
}
.mmc-field {
    /* padding-left: 0px; */
    display: block;
    /* width: 72%; */
    padding: 0.375rem 0rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .popup-para
  {
    font-size: 17px;
    margin: 39px 0px 15px 0px;
  }
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn-submit-popup
{
    padding: 20px 0px;
}
.btn-submit-popup a{
    padding: 0px;
}
/* end   */

/*new*/
.navbar1
{
background-image: linear-gradient(to right, #2667bf, #4ccad1);
}
 form i {
   margin-left: -30px;
   cursor: pointer;
}
/*---*/

#race1{
    display: none;
}

/* submit class */

.submit-by-cls{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

/*note field css*/

.note-field i{
    margin-left: 0;
    font-size: 14px;
    cursor: default;
    line-height: 1.2;
}