* {
	margin: 0;
	padding: 0;
}

/* Default Design */


/* For Desktop View */
@media screen and (min-width: 1024px) 
{

}

/* For Tablet View */
@media screen and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
{

  
}

/* For Mobile Portrait View 
	 */
  @media only screen and (max-width: 768px) and (orientation: portrait)
	 {

    .dashMenu .firstd {
      float: left;
      padding: 7px 10px 0px 0;
      line-height: 90%;
  }


    .logincnt{
      width:100% !important;
    } 


    .stepcountwrap .stepli {
      margin: 0;
      padding: 0px 0px 0px 10px;
      width: 25%;
      float: left;
    }
    .stepcountwrap .stepli a {
      /* background: #f3f6fe url(../ktheme/step-arrow1.png) no-repeat right center; */
      font-size: 0.8rem;
      border-radius: 0px;
      margin: 0px;
      padding: 0 0 5px 0;
      color: #000;
      border-bottom: 1.5px solid #d0d9e5;
      background-position: calc(95% - 10px) calc(100% - 10px) !important;
      background-size: 40px !important;
      font-weight: 500;
      letter-spacing: 1px;
  }
  .stepcountwrap .stepli a span {
    font-size: 0.7rem;
  }
  .block.block-rounded {
    border-radius: 1rem;
    margin-top: 50px;
}








    .stepcountwrap .stepli a
    {
      margin-top:10px;
    }
    .kform input[type=password], .kform input[type=email], .kform select
    {
      padding: 2px 30px 2px 20px !important;
      font-size: 16px !important;
    }
    
    .form-group {
      position: relative;
      padding-bottom: 0px !important;
  }
    
    .card{
      padding:0% 0 !important;
    }
    .nav-main-link 
    {
      font-weight: 700 !important;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.1rem 0.1rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 18px;
    }
    .dropdown-menu.dropdown-menu-md {
      min-width: 140px;
      background: #2f3c4e;
    }
    .occLogo img {
        width: 90%;
    }
    
    .block-content{
      padding:1rem 1rem 1px;
    }
    .stepcountwrap
    {
      display:inherit;
    }
    .input_section 
    {
      margin: 0px 20px 30px 20px;
      flex-shrink: inherit;
    }
    .kform input[type=password], .kform input[type=email]
    {
      width:100%;
      font-size: 18px;
    }
    .card-body {
      padding: 0% 0;
      width: 100%;
      margin: 0 auto;
      }
      .kform input[type=email] {
        background: url(username-bg.png) no-repeat left center;
        background-size: 12px;
    }
    .kform input[type=password] {
      background: url(password-bg.png) no-repeat left center;
      background-size: 12px;
  }
     .ktheme .loginHeading {
        font-size: 20px;
    } 
    .kform button[type=submit] 
    {
      background: transparent;
      border-radius: 48px;
      padding: 0px 60px 0px 60px;
      font-size: 18px;
      letter-spacing: 1px;
      margin-top:0;
    }
    .kform label {
      font-size: 16px !important;
      letter-spacing: 1px;
      margin-top: 0px;
      padding-bottom: 0;
  }
  
  .login_circle_bg {
    z-index: -99;
    position: absolute;
    text-align: center;
    width: 60%;
    left: 20%;
    top: 20%;
}

    .closeBtn
    {
      border-radius: 0;
    }

    .fa-times:before 
    {
      content: "";
      font-size: 20px;
      position: relative;
      top: 0px;
      left: 0px;
    }
    .btn-alt-secondary {
      color: #000 !important;
      background-color: #fff !important;
      border-color: #f0f0f0 !important;
      line-height: inherit;
      right: 10px;
      position:relative;
    }
    .fa-bars:before {
      content: "";
      font-size: 18px;
      position: relative;
      top: 1px;
    }
    .dashMenu .firstd span:nth-child(2) {
      font-size: 12px !important;
      color: #3f5591 !important;
  }
  .dashMenu .firstd span:first-child {
    font-size: 12px;
    color: #000;
  }

  .maleIcon {
    background: #fff url(../ktheme/male-icon.png) no-repeat 8px center;
    background-size: 22px;
    border-radius: 30px;
  }
  .femaleIcon {
    background: url(../ktheme/female-icon.png) no-repeat 8px center;
    background-size: 22px;
    border-radius: 30px;
  }
  
  .dashMenu 
  {
    border: #cad5f1 solid 2px;
    padding: 1px 0px 1px 35px;
    float: right;
    line-height: 90%;
    margin: 0 0 0 0px;
  }
  .dashMenu .lastd {
    border-left: #cad5f1 2px solid;
    background: transparent url(../ktheme/menu_arrow_down.png) center center no-repeat;
    height: 40px;
    background-size: 12px;
    width: 20px;
    padding: 0 10px 0 10px;
    float: right;
}
.stepcountwrap .stepli a.active {
  background-position: calc(92% - -5px) calc(100% - 16px);
  background-size: 30px;
}
.stepcountwrap .stepli a {
  background-position: calc(92% - -5px) calc(100% - 16px);
  background-size: 30px;
}

.backprocess{
  margin-bottom: 0px;
}
.btn-primary{
  font-size: 18px;
}

  }




/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) 
	and (orientation: landscape) {

}

/* For Mobile Phones Portrait or Landscape View */
@media screen
	and (max-device-width: 640px) {

}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) 
	and (-webkit-min-device-pixel-ratio: 2) {

    .stepcountwrap .stepli 
    {
      margin: 0;
      padding: 0px 0px 0px 10px;
      width: 50%;
      float: left;
    }

    .stepcountwrap .stepli a {
      /* background: #f3f6fe url(../ktheme/step-arrow1.png) no-repeat right center; */
      font-size: 0.55rem;
      border-radius: 0px;
      margin: 0px;
      padding: 0 0 5px 0;
      color: #000;
      border-bottom: 1.5px solid #d0d9e5;
      background-position: calc(95% - 10px) calc(100% - 10px) !important;
      background-size: 40px !important;
      font-weight: 500;
      letter-spacing: 1px;
  }

  .stepcountwrap .stepli a span {
    font-size: 0.9rem;
  }

  .block.block-rounded {
      border-radius: 1rem;
      margin-top: 70px;
  }














    .kform input[type=email] {
      background: url(username-bg.png) no-repeat left center;
      background-size: 12px;
  }
  
  .kform input[type=password] 
  {
    background: url(password-bg.png) no-repeat left center;
    background-size: 12px;
  }
  
  .ktheme .loginHeading 
  {
      font-size: 20px;
  } 

  .kform button[type=submit] 
  {
    background: transparent;
    border-radius: 48px;
    padding: 0px 60px 0px 60px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:0;
  }
 
  .kform label {
    font-size: 16px !important;
    letter-spacing: 1px;
    margin-top: 0px;
    padding-bottom: 0;
  }

    .kform input[type=password], .kform input[type=email], .kform select
    {
      padding: 2px 30px 2px 20px !important;
      font-size: 16px !important;
    }
    
    .form-group {
      position: relative;
      padding-bottom: 0px !important;
  }
    
    .card{
      padding:0% 0 !important;
    }

  .backprocess{
    margin-bottom: 0px;
  }

  .btn-primary{
    font-size: 18px;
  }
 

  
    .nav-main-link 
    {
        font-weight: 700 !important;
    }
  
    .dropdown-item {
      display: block;
      width: 100%;
      padding: 0.1rem 0.1rem;
      clear: both;
      font-weight: 400;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      font-size: 18px;
  }

    .dropdown-menu.dropdown-menu-md {
      min-width: 140px;
      background: #2f3c4e;
    }
   
  .occLogo img 
  {
      width: 90%;
  }

    .form-group 
    {
      position: relative;
      padding-bottom: 0px;
    }

    .block-content{
      padding:1rem 1rem 1px;
    }

    .stepcountwrap
    {
      display:inherit;
    }
    
    .input_section 
    {
      margin: 0px 20px 30px 20px;
      flex-shrink: inherit;
    }

    .kform input[type=password], .kform input[type=email]
    {
      width:100%;
      font-size: 18px;
    }
    .card-body {
      padding: 0% 0;
      width: 100%;
      margin: 0 auto;
      }
      
     .ktheme .loginHeading {
        font-size: 20px;
    } 
    .kform button[type=submit] 
    {
      background: transparent;
      border-radius: 48px;
      padding: 0px 60px 0px 60px;
      font-size: 18px;
      letter-spacing: 1px;
      margin-top:0;
    }
    .kform label {
      font-size: 24px !important;
      letter-spacing: 1px;
      margin-top: 2%;
      padding-bottom: 0;
  }
  
    .login_circle_bg {
    z-index: -99;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0%;
    top: 30%;
    }

    .closeBtn
    {
      border-radius: 0;
    }

    .fa-times:before 
    {
      content: "";
      font-size: 24px;
      position: relative;
      top: 2px;
      left: 2px;
    }
    
    .btn-alt-secondary {
      color: #fff;
      background-color: #2f3c4e;
      border-color: #ebeef2;
      padding: 8px 12px;
    }
    
    .fa-bars:before 
    {
      content: "";
      font-size: 18px;
      position: relative;
      top: 3px;
    }

    .dashMenu .firstd span:nth-child(2) {
      font-size: 18px !important;
      color: #3f5591 !important;
  }
  .dashMenu .firstd span:first-child {
    font-size: 16px;
    color: #000;
  }

  .maleIcon {
    background: #fff url(../ktheme/male-icon.png) no-repeat 8px center;
    background-size: 22px;
    border-radius: 30px;
  }
  .femaleIcon {
    background: url(../ktheme/female-icon.png) no-repeat 8px center;
    background-size: 22px;
    border-radius: 30px;
  }
  
  .dashMenu 
  {
    border: #cad5f1 solid 2px;
    padding: 1px 0px 1px 35px;
    float: right;
    line-height: 90%;
    margin: 0 0 0 0px;
  }
  .dashMenu .lastd {
    border-left: #cad5f1 2px solid;
    background: transparent url(../ktheme/menu_arrow_down.png) center center no-repeat;
    height: 40px;
    background-size: 12px;
    width: 20px;
    padding: 0 10px 0 10px;
    float: right;
}

}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) 
	and (device-width: 320px) 
	and (-webkit-min-device-pixel-ratio: 2) {

}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) 
	and (min-device-width: 375px) 
	and (-webkit-min-device-pixel-ratio: 3) {

}