@font-face {
  font-family: 'Inter-Regular';
  src: url(../font/Inter/Inter-Regular.ttf);
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../font/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: 'OpenSans';
  src: url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.eot");
  src: url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.eot?#iefix") format('embedded-opentype'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans-v17-latin-latinext-cyrillic/opensans-regular.woff2") format('woff2'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans-v17-latin-latinext-cyrillic/opensans-regular.woff") format('woff'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.ttf") format('truetype'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Regular.svg#OpenSans-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot");
  src: url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.eot?#iefix") format('embedded-opentype'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans-v17-latin-latinext-cyrillic/opensans-300.woff2") format('woff2'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans-v17-latin-latinext-cyrillic/opensans-300.woff") format('woff'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.ttf") format('truetype'),
       url("https://d3njjcbhbojbot.cloudfront.net/web/type/opensans/OpenSans-Light.svg#OpenSans-Light") format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    background-color: #fff;
    font-family: 'OpenSans-Light';
    /* font-family: 'Poppins-Light';
    font-style: normal; */
    /* font-weight: 600; */
    letter-spacing: 0.5px;
}
.sn-bg-4 {
    background-image: url(https://clingen.igib.res.in/genique/assets/img/sidebar-1.jpg) !important;
    background-repeat: no-repeat !important;
}
.white-skin .side-nav .collapsible li .collapsible-header {
    color: #000 !important;
}
.simple-text{
text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    color: #3C4858;
    white-space: nowrap;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    display: block;
}
.video-iframe{
  width: 80%;
    border: 0;
    height: 500px;
}
.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
  padding-left: 15rem;
}
.discussion-user-icon{
font-size: 45px;
}
.section-preview {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.download-pdf{
  color: #0062e4;
}
.button-collapse{
  display: none !important;
}
.formblock {
  background: #053380!important;
}
.formblock h2 {
  color: #fff;
}
.md-form.form-sm .prefix {
  top: 0.35rem;
  font-size: 20px;
}
select{
  display: block !important;
}
select#regselsal {
  display: block !important;
  margin-left: 2rem !important;
  width: calc(100% - 2rem) !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  font-size: .875rem;
  color: #757575;
  font-weight: 300;
}
.marginLeft-2rem{
  margin-left: 2rem;
}
.marginLeft-3-5rem{
  margin-left: 3.5rem;
}
.md-form p.marginLeft-2rem{
  font-size: .875rem;
  color: #757575;
  font-weight: 300;
}
#slide-out{
  transform: translateX(0px);
}
.CI-footer{
    padding-left: 15rem;
  }
@media (max-width: 600px){
  #slide-out{
    transform: translateX(-100%);
  }
  .button-collapse{
    display: block !important;
  }
  .fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
    padding-left: 0;
  }
  .CI-footer{
    padding-left: 0;
  }
}
