@import url('https://fonts.googleapis.com/css?family=Muli');

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Muli;
}
@media (max-width: 2560px) and (min-width: 769px) {
    html {
      font-size: calc(7px + (20 - 7) * ((100vw - 768px) / (2560 - 768)));
    }
    .navleftselect{
        border: none;
        padding-top: 6%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
    .navrightimg{
        height: 50%;
        margin-top: 10%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 5%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnrightouter{
        margin-left: 20px;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    
    .contbackgrond{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
    }
   .heading{
    padding-top: 3%;
    padding-left: 3%;
    font-weight: bold;
    font-size: xx-large;
   }
   .form-control {
       border-radius: 5px;
    display: block;
    width: 95%;
    margin-top: 6%;
    padding: 2% 2% 2% 5%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   }
    .firstpartcontcol1inputgroup{
    
    border-radius: 5px;    
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 95%;
    }
    .firstpartcontcol1span1{
        padding-left: 0%;
        background-color: white;
        border: none;
        font-size: small;
        padding-top: 0%;
        padding-bottom: 0%;
        width: 100%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        margin-right: 2%;
    }
 
    .firstpartrightpartdropdown{
        border: 1px solid lightgray;
        background-color: #fff;
        color: #707070;
        margin-top: 6%;
        padding-left: 6%;
        padding-right: auto;
        border-radius: 5px;
        width: 95%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        font-size: small;
    }
    .dropdown-toggle::after{
        display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    }
    .firstpartrightpartdropdownicon{
        
        margin-right: 3%;
        float: right;
        font-size: large;
        font-weight: bold;
    }
  .logobox{
      border: 1px solid lightgray;
      margin-top: 25%;
      height: 90px;
      width: 90px;
      border-radius: 5px;
      background-color: #fff;
  }  
  .logobuttondiv{
      margin-top: 5%;
  }
  .logobutton{
      background-color: #1D1815;
      color: #fff;
      border-radius: 5px;
      font-weight: bold;
      width: 90px;
  }
  .picturesheading{
      margin-top: 3%;
      color: #EF4F5F;
      font-size: large;
      font-weight: bold;
  }
  .registheightpic{
      height: 90%;
  }
  .registlastbtn{
  background-image: linear-gradient(to bottom, #1F1A16, #483E35);
  color: #fff;
  border-radius: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: large;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 30%;
}
}
@media (max-width: 768px) and (min-width: 431px)  {
    html {
      font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
    }
    .navleftselect{
        border: none;
        padding-top: 0%;
        padding-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
   
    
    .navrightimg{
        height: 50%;
        margin-top: 5%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnright{
        font-size: small;
        color: white;
        border: none;
        background-color: #000;
        border-radius: 25px;
    }
    .navbtnrightouter{
        margin-left: 0%;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    .contbackgrond{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
    }
   .heading{
    padding-top: 3%;
    padding-left: 3%;
    font-weight: bold;
    font-size: xx-large;
   }
   .form-control {
       border-radius: 5px;
    display: block;
    width: 95%;
    margin-top: 6%;
    padding: 2% 2% 2% 5%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   }
    .line{
        margin-bottom: 0%;
        
    }
    .firstpart{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
        padding-top: 3%;
        padding-right: 10%;
        padding-left: 10%;

    }
    .firstpartcontcol1{
        margin-top: 0%;
        margin-left: 0%;
    }
    .firstpartcontcol1inputgroup{
   
    border-radius: 5px;    
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 95%;
    }
    .firstpartcontcol1span1{
        padding-left: 0%;
        background-color: white;
        border: none;
        font-size: small;
        padding-top: 0%;
        width: 100%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        margin-right: 2%;
    }
   
    
    .firstpartrightpartdropdown{
        border: 1px solid lightgray;
        background-color: #fff;
        color: #707070;
        margin-top: 6%;
        padding-left: 6%;
        border-radius: 5px;
        width: 95%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: medium;
    }
    .dropdown-toggle::after{
        display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    }
    .firstpartrightpartdropdownicon{
        margin-right: 3%;
    float: right;
    font-size: large;
    font-weight: bold;
    }
    .logobox{
        border: 1px solid lightgray;
        margin-top: 25%;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        background-color: #fff;
    }  
    .logobuttondiv{
        margin-top: 5%;
    }
    .logobutton{
        background-color: #1D1815;
        color: #fff;
        border-radius: 5px;
        font-size: xx-small;
    }
    .picturesheading{
        margin-top: 3%;
        color: #EF4F5F;
        font-size: large;
        font-weight: bold;
    }
    .registheightpic{
        height: 50%;
    }
    .registlastbtn{
    background-image: linear-gradient(to bottom, #1F1A16, #483E35);
    color: #fff;
    border-radius: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: large;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 30%;
  }
 
}

@media (max-width: 430px) and (min-width: 320px)  {

    html {
        font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
      }
      .navleftselect{
          border: none;
          padding-top: 0%;
          padding-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navrightul{
          margin-top: 2%;
          margin-right: auto;
      }
      .navitemsizeleft{
          font-size: small;
          font-weight: bold;
      }
     
      /* .navrightulli{
          margin-left: 1%;
      } */
      .navrightimg{
          height: 50%;
          margin-top: 5%;
          width: 30%;
      }
      .navrightselect{
          border: none;
          padding-top: 3%;
          padding-left: 12%;
          font-weight: bold;
          font-size: small;
      }
      .navitemsizeright{
          margin-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navbtnright{
          font-size: small;
          color: white;
          border: none;
          /* padding-right: 3%;
          padding-left: 3%; */
          background-color: #000;
          border-radius: 25px;
      }
      .navbtnrightouter{
          margin-left: 0%;
          text-align: center;
          margin: auto;
          display: flex;
          justify-content: center;
      }
      .navbtnrightiner{
          font-size: small;
          color: white;
          border: none;
         padding: 5px 25px;
          background-color: #000;
          border-radius: 25px;
      }
      .contbackgrond{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
    }
   .heading{
    padding-top: 3%;
    padding-left: 3%;
    font-weight: bold;
    font-size: xx-large;
   }
   .form-control {
       border-radius: 5px;
    display: block;
    width: 95%;
    margin-top: 6%;
    padding: 2% 2% 2% 5%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   }
      .line{
          margin-bottom: 0%;
          
      }
      .firstpart{
          background-image: linear-gradient(to bottom, #E7E9E8, #fff);
          padding-top: 3%;
          padding-right: 10%;
          padding-left: 10%;
  
      }
      .firstpartcontcol1{
        margin-top: 0%;
        margin-left: 0%;
    }
    .firstpartcontcol1inputgroup{
    border-radius: 5px;    
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 95%;
    }
    .firstpartcontcol1span1{
        padding-left: 0%;
        background-color: white;
        border: none;
        font-weight: bold;
        font-size: x-small;
        padding-top: 0%;
        width: 100%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        margin-right: 2%;
        width: 3%;
    }
    

    .firstpartrightpartdropdown{
        margin-top: 6%;
        border: 1px solid lightgray;
        background-color: #fff;
        color: #707070;
        padding-left: 6%;
        border-radius: 5px;
        width: 95%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: small;
    }
    .dropdown-toggle::after{
        display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    }
    .firstpartrightpartdropdownicon{
        margin-right: 3%;
        float: right;
        font-size: large;
        font-weight: bold;
    }

    .logobox{
        border: 1px solid lightgray;
        margin-top: 25%;
        height: 125px;
        width: 125px;
        border-radius: 10px;
        background-color: #fff;
    }  
    .logobuttondiv{
        margin-top: 15%;
    }
    .logobutton{
        background-color: #1D1815;
        color: #fff;
        width: 100%;
        font-size: small;
        border-radius: 5px;
        font-weight: bold;
    }
    .registerpicresponsive{
        text-align: center;
        align-items: center;
    }
    .picturesheading{
        text-align: center;
        align-items: center;
        margin-top: 3%;
        color: #EF4F5F;
        font-size: large;
        font-weight: bold;
    }
    .registheightpic{
        height: 90%;
    }
    .registlastbtn{
    background-image: linear-gradient(to bottom, #1F1A16, #483E35);
    color: #fff;
    border-radius: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: large;
    width: 100%;
    margin-top: 15%;
    margin-bottom: 30%;
  }

}

