@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #F5F5F5;
}
.sgnTitl  { padding:50px 0 30px 0; }
.col-1-width { width: 3%; }


.sgnTitl > h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #14142B;
}
.custom-label {
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #000000;
}
.custom-input {
  border-color: #CECECC;
  color: #000000;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-input-textarea {
    border-radius: 10px;



}

.custom-input:focus { 
box-shadow: none;
border: none;
}
.custom-select:focus {
box-shadow: none;
border: none;
}
.signUpFrm {
padding: 0px 25px;

}
.custom-submit {
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
background-color:#004859;
border-radius: 10px;
width: 200px;
height: 40px;
}

.custom-submit-invite {
     font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #005B61;
    border-radius: 10px;
    width: 200px;
    height: 40px; 
}
.custom-submit-invite:hover {
      color: #FFFFFF;
 }
.custom-submit-invite:focus { 
  box-shadow: none;
}

.custom-submit-signIn {
  font-style: normal;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
background-color:#004859;
border-radius: 10px;
width: 200px;
height: 40px;
}
.custom-submit-signIn:hover {
  color: #FFFFFF;

 }
.custom-submit-signIn:focus {
box-shadow: none;
 }




.custom-submit:hover {
  color: #FFFFFF;
text-transform: uppercase;
background-color:#004859;

 }
.custom-select {
    border-radius: 10px;
    margin-bottom: 5px;

}
.form-select  {
 background-image: url('../images/Vector-select.svg');
    

}

.logIn {
background-color: #004859;
height: 1030px;
}
.singIn {
background-color: #F5F5F5;
height: 1030px;
}

.logoImg {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.frmImg > img,.logoImg > img { 
margin: 0 auto;
 }

.frmImg,.logoImg {
  text-align: center;
  padding: 10px 0px;
}
.custom-login-Frm {
padding: 0px  25px;

}
.loginTitl {
  margin-top: 20px;

}

.loginTitl > h2 {
  font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
 }
 .custom-signup-label {
  border-color: #CECECC;
    color: #000000;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    margin:5px 0px ;
}
.custom-input-login {
background-color: #FBFBFB;
border: 1px solid #D9DBE9;
border-radius: 10px;
    height: 50px;
    margin-bottom: 5px;
    font-weight: 500;
    
    
}

.custom-input-reset {
    background-color: #FBFBFB !important;
    border: 1px solid #D9DBE9;
        border-radius: 10px;
    height: 50px;
}
.custom-input-reset:focus {
  box-shadow: none;
  border-color: transparent;

 }

.custom-label-login {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-left: -10px;
}
.custom-input-resetPswrd {
float: right;
margin-bottom: 45px;
margin-top: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #004859;
    border-radius: 10px;
    width: 300px;
    height: 40px;

}
.custom-input-resetPswrd:hover {
    color: #FFFFFF;
 }
.custom-input-resetPswrd:focus {

    box-shadow: none;

 }
.custom-label-resetPswrd {
font-size: 24px;
font-weight: 500;
color: #333333;

}
.frgt-pswrd {
  margin-top: 5px;
  margin-right: 30px;
 }
.frgt-pswrd > a {
  /* Forgot Password */
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 30px;
/* identical to box height, or 188% */
color: #FFFFFF !important;
float: right;
}
.custom-submit-logIn {
background-color: #FDAB35;
color: #004859; 
font-weight: 500;
font-size: 16px;
border-radius: 10px;
width: 200px;
height: 40px;
margin: 60px 0 90px 0;
}
.custom-submit-logIn:focus {
border: none;
box-shadow: none;
}
.custom-popUp { background-color: #ffffff;   }
.custom-popUp > h2 {
  color: #14142B;
  font-weight: 600;
  font-size: 32px;
}
.custom-popUp > p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.p_content {
  color: #ffffff;
  padding: 20px 70px;
}
.popup {
  width: 53vw;
}
 .popup-btn  {
    float: right;
    margin-bottom: 45px;
    margin-top: 15px;
 }
 /* login page style */
 .headerPrt {
  background-color: #004859;
 }
 .resetPswrd {
 color: #333333;
 margin-bottom: 30px;
}
 .resetPswrd > h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
 }
 .resetPswrd > p { 
 font-weight: 400;
 font-size: 16px;
  }
.custom-label-ressetPswrd {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}



.RectangleImg {
 background: url(../images/Rectangle.png);
 background-repeat: no-repeat;
 background-size: cover;
 position: absolute;
 background-position: bottom;
 left: 0;
 right: 0;
}
.RectangleImg > .logoImg{ 

}
.RectangleTxt  {
  text-align: center;
 }
.RectangleTxt > p {
      font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.RectangleTxt > p > span {
  text-align: center;
  display: inline-block;

 }
 .RectangleTxt > p > span > img { 
  display: inherit;
 }
.LinkImg {
    display: table;
    margin: 0 auto;
    padding-bottom: 30px;
}
.LinkImg > ul > li {
        float: right;
    list-style: none;
    margin-right: 10px;
}
/* login page style */
.framImg {
  background: url(../images/fram.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.frm-box {
    background-color: #F5F5F5;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.com-dtl {
      margin: 25px 0px;
}
.com-dtl > p {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}

.child { 
   background-color: #004859;
    text-align: left;
    padding: 40px 0px 35px 60px;
    border-radius: 0px 0px 30px 30px;
}
.frm-box > .child {
  background-color: #004859;
    text-align: left;
    padding: 40px 0px 35px 60px;
    border-radius: 0px 0px 30px 30px;
  }
.child > h4 {
font-size: 2vw;
  font-weight: 700;
  color: #FFFFFF; }
.child > p {
  font-size: 18px;
  font-weight: 400;
  color: #CECECC;
  margin-bottom: 0;
 }
.child > img {
    display: inline-block;
    margin: 0 auto; 
}
.frm-title > h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  text-indent: 15px;
}
/* frame 11 style */
.com-dtl > h4 {
  font-family: 'Poppins', sans-serif;
  color: #004859;
  font-size: 40px;
  font-weight: 600;
}

/* Create three equal columns that floats next to each other */
.com-list .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.com-list:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box;
}
.com-list .column > h4 { 
  font-family: poiret-one, sans-serif;
  color: #004859;
  font-size: 40px;
  font-weight: 500;

}
.com-list .column > h6 { 
    width: 100%;
    background-color: #D9D9D9;
    height: 5px;
    margin: 3px 0px 0px 0px;
}
.com-list .column > h5 { 
  width: 100%;
  background-color: #004859;
 height: 5px;
    margin: 3px 0px 0px 0px;
 }
.com-list .column > p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
 }
.com-list .frstcolumn  { 
      width: 5% !important;
}
.com-list .scnd  { 
width: 5% !important;
}
.com-list .thrd  { 
  width: 90% !important;
}
.com-list {
}
.txtRight { text-align: right; }
.sidrBrdr {
  position: relative;
}
.sidrBrdr:before {
position: absolute;
content: '';
background-image: url(../images/line.png);
width: 2px;
height: 90%;
bottom: 0%;
left: -1%;
}
/*step form page css*/
#msform {
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  /*
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  
  /*stacking fieldsets above each other*/
/*  position: absolute;
*/
border: 0 none;
    /* border-radius: 3px; */
    /* box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%); */
    /* padding: 20px 30px
px
; */
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /* position: absolute; */
    background-color: transparent;

}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #004859;
  font-weight: 500;
  color: #FFFFFF;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  float: right;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-subtitle {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    text-align: justify;
    background-color: #ffffff;
    padding: 20px 50px 10px 30px;
    word-spacing: 0;
    border-radius: 10px 10px 0px 0px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #ffffff;
  background: #CECECC;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  border-radius: 50%;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #CECECC;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #004859;
  color: #ffffff;
}
.stepFrmBtn {
     width: 100%;
    text-align: left;
    padding: 20px 15px 44px 15px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.stepFrmBtn > li {
 list-style: none;
    display: inline;
    margin-right: 60px;
    color: #004859;
    padding: 5px 40px;
    border: 1px solid #004859;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 20px;
}
.stepFrmBtn > li:first-child { 
      margin-left: 30px;

}
.stepFrmBtnSc {
list-style: none;
    text-align: center;
    text-align: left;
    padding: 20px 15px 15px 15px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    display: inline-flex;

    }
.stepFrmBtnSc > li {
    
    }

.cusomt-radio-lbl {
    color: #004859;
    background-color: transparent;
    padding: 5px 40px;
    border: 1px solid #004859;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 20px; 
}
.cusomt-radio-input {
  opacity: 0;
}
@media screen and (max-width: 1000px) {  
    .stepFrmBtn > li {
      display: block;
           
    }  
}
@media screen and (max-width: 1150px) {  
    .cusomt-radio-lbl {
          padding: 5px 10px;
          font-size: 15px;
           
    }  
}


