body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
    height: 100vh;    
}
.form-control[type=file]::-webkit-file-upload-button {
    color: red !important;
}
/* Page one form css */
hr.pd-hr {
    width: 20% !important;
    height: 2px !important;
    color: #534DA5;
    opacity: 1 !important;
}
.form-control {
    padding: 0.6rem 0.6rem !important;
}
.form-select {
    padding: 0.6rem 0.6rem !important;
}
.input-group-text {
    background-color: transparent !important;
}
input.form-control.frm-upl-txt {
    border-right: none;
}
.img-size p {
    color: #534DA5;
    font-size: 14px;
    float: right;
    padding-top: 5px;
}
/* .frm-button {
    padding-top: 60px !important;
} */
.frm-button {
    position: relative;
}
.frm-prev {
    position: absolute;
    bottom: -145px;
}
.frm-next {
    position: absolute;
    bottom: -150px;
    right: 0;
}
.frm-next-two {
    position: absolute;
    bottom: -60px;
    right: 0;
}
a.btn.float-end {
    border: 2px solid #534DA5 !important;
    background-color: #534DA5 !important;
    padding: 10px 35px;
    border-radius: 7px;
    color: white;
    font-size: 16px;
}
button.btn.float-end {
    border: 2px solid #534DA5 !important;
    background-color: #534DA5 !important;
    padding: 10px 35px;
    border-radius: 7px;
    color: white;
    font-size: 16px;
}
i.fa-solid.fa-right-long {
    padding-left: 10px !important;
}

.frm-video video {
    width: 100%;    
}
.form-select {
    color: gray !important;
  }
  a.btn.prv {
    color: #534DA5 !important;
}
i.fa-solid.fa-left-long {
    padding-right: 10px;
    color: #534DA5 !important;
}
/* Navigation  */
.mn-logo {
    text-align: center !important;
}
a.nav-link {
    color: black;
    font-weight: 400;
}
li.nav-item {
    padding: 0 15px;
}
.logo-img img {    
    height: 75px;
}

nav.navbar.navbar-expand-sm.pt-md-3.pb-md-3 {
    background-color: white !important;
}
.top-lng {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
/* Question 01 css */
.qst-main h3 {
    font-size: 32px;
    color: #333;
}
.qst-main .btn-outline-primary {
    color: #534DA5;
    border-color: #534DA5;
}
.qst-main .btn-outline-primary:hover {
    color: #fff;
    background-color: #534DA5;
    border-color: #534DA5;
}
/* Thankyou page css */
.thnk-main h2 {
    font-size: 56px !important;
    color: #534DA5;
    font-weight: 700;
}
.thnk-main h3 {
    font-size: 28px !important;
    color: #333;
    font-weight: bold;
}
.thnk-main h4 {
    font-size: 20px !important;
    font-weight: normal;
}
.last-col {
    position: relative;
}
img.thk-image {
    position: absolute;
    top: -40em;
    left: 57em;
    opacity: 1 !important;
    height: 90vh !important;
}
select.form-select.gnd-hdr {
    border: none;
    width: 16%;
    color: #000 !important;
}
/* Mobile Example css */
.bg-img {    
        background-image: linear-gradient( 
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.8)
        ),        
         url(../../assets/images/MicrosoftTeams-image\ \(8\).png);         
        
        
    min-height: 770px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Add styles to the form container */
  .container {
    position: absolute;
    right: 50px;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    /* background-color: white; */
  }



  /* Isha file css */

  .custom-file-label {   
    font-size: 1rem;
    height: 2.5rem;    
    background-color: transparent;    
    padding: 6px 408px 18px 13px;
    margin-bottom: 0px;
    z-index: 99;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;    
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    color: #808080;
}
.custom-file-label::after {
    height: 100%;
    border: 1px solid #94d0eb;
}

.custom-file-input {
    width: 100%;
    font-size: 1rem;
    /* border: 1px solid #94d0eb; */
    padding: 18px 20px;
    margin-bottom: 10px;
    color: #94d0eb;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.custom-file-input:active,
.custom-file-input:hover,
.custom-file-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #94d0eb !important;
}

.custom-file:active,
.custom-file:hover,
.custom-file:focus,
.custom-file-label:active,
.custom-file-label:hover,
.custom-file-label:focus,
#inputGroupFile04:active,
#inputGroupFile04:hover,
#inputGroupFile04:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-file-label::after {
    height: 100%;
    border: 1px solid #94d0eb;
    position: absolute;
    top: -0.5rem;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: 0.65rem 0.5rem;
    line-height: 1.75;
    color: #fff;
    border-radius: 50px;
    content: "Browse";
    background-color: #0895d3;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
    /* border-radius: 0 .25rem .25rem 0; */
    display: none;
}

.browse-button {
    position: absolute !important;
    top: 1.5rem;
    right: 14px;
    z-index: 9;
}
form input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

/* Question progress css */
.form-prgs {
    margin: 0 ;
}
.form-qust {
    color: #222;
    font-size: 16px;
    /* padding-left: 1.4rem; */
}
.form-progress {
    margin-bottom: 2rem;
    padding: 7px 0;
    /* background-color:#a9a9a97a; */
    border-radius: 7px;
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin-bottom: 5px;
}
.progress-bar {    
    background-color:#534DA5 !important;    
}



  @media only screen and (max-width:767px) {
    input[type=text], input[type=password] {
        width: 90% !important;
        margin: 0 auto;
    }
    input.form-control {
        width: 90% !important;
        margin: 0 auto;
    }
    .form-select {
        width: 100% !important;
        margin: 0 auto;
    }
    .input-group {
        width: 100% !important;
        margin: 0 auto ;
		color: #222;
    }
    span.input-group-text.frm-upl-icon {
        padding: 12px 9px;
        background-color: #ffffff40 !important;
        color: white !important;
        opacity: 1 !important;
        border-left: none !important;
    } 
    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: 0 !important;
    }  
    a.btn.float-end {
        border: 2px solid #534DA5 !important;
        background-color: #534DA5!important;
        padding: 10px 35px;
        border-radius: 7px;
        color: #fff;
        font-size: 16px;
    }
    .frm-main {
        padding-top: 20px;
    }
    .frm-button {
        margin-top: 20px !important;
    }
    .mb-row {
        --bs-gutter-x: 0 !important;        
    }
    .logo-img img {
        height: 60px;
    }
    a.nav-link {        
        font-size: 14px;
    }
    .frm-main h3 {
        color: #222;
    }
    .frm-main hr.pd-hr {
        color: #534DA5;
    }
    .bm-img ::placeholder {
    color: #fff !important;
    opacity: 1 !important; 
    font-weight: 500 !important;
    }
    textarea.form-control {
        min-height: calc(1.5em + 0.75rem + 2px);
        margin: 0 auto !important;
        width: 100% !important;
        background-color: #ffffff40;
        color: #222 !important;
        opacity: 1 !important;
        border: 1px solid #ccc !important;
        border-radius: 8px;
    }
    input.form-control {
    width: 100% !important;
    margin: 0 auto;
    background-color: transparent;
    color: #222 !important;
    opacity: 1 !important;  
    border: 1px solid #ccc !important;
    border-radius: 8px;
    }
    .form-control:focus {
        background-color: #ffffff85 !important;
    } 
    .form-select {
        background-color: #ffffff40 !important;
        color: #333 !important;
        border: 1px solid #ccc !important;
        opacity: 1 !important;
		border-radius: 8px !important;
    }
    input.form-control.frm-upl-txt {
        border-right: none !important;
    }
    .img-size p {
        color: #c1c1c1 !important;
    }
    a.btn.float-start {
        background-color:#534DA5 !important;
        border: 1px solid #534DA5 !important;
        color: white !important;
    }
    /* .txt-mb {
        min-height: 700px;
        align-items: center;
    } */
    .mb-qtn {
        padding-top: 10px !important;
    }
    .mb-qtn h3 {
        color: #222 !important;
        font-size: 24px;
        padding: 0 !important;
    }
    .ys-no a{
        width: 100% !important;
    }
    .ys-no {
        
        padding-top: 30px !important;
    }
    .ys-no a {
        background-color: #fff !important;
        color: #534DA5 !important;
        border: 1px solid #534DA5 !important;
    }
    /*.frm-two {
        padding-left: 20px;
        padding-top: 280px ;
    } */
    .thnk-main h2 {
        color: #fff !important;
    }
    .thnk-main h3 {
        font-size: 22px !important;
        color: #fff;       
    }
    .thnk-main h4 {
        color: #fff;
    }
    .mn-logo {
        text-align: start !important;
    }
    .top-lng {
        justify-content: end !important;
    }
    input.form-control::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }
    /* .form-select::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }  */
    .form-select {
        background-image: url(../images/white-arrow.svg) !important;
    }
    select.form-select.gnd-hdr {      
        text-align: end;
    }

    .custom-file-label {
        padding: 6px 239px 18px 13px;
        border-radius: 8px;
        background-color: #ffffff40;
        color: #222 !important;
        opacity: 1 !important;
        border: 1px solid #ccc !important;
		padding-bottom: 0px;
		line-height: 27px;
    }
    .browse-button {        
        color: #534DA5 !important;
		top: 18px;
    right: 0px;
    }
    .frm-button a.btn.float-start {
        color: white;
    }
    i.fa-solid.fa-left-long {
        color: #fff;
    }
    .form-qust {
        color: #222 !important;
        padding-top: 30px;
    }
    .form-prgs {
        margin: 0;
    }
    
    
    video{
		height: auto;
	  }
	  
.number-with-select .input-group{
	      flex-wrap: inherit;
	  }
	  
.number-with-select .input-group .form-select{
	         width: 50% !important;
	    margin-right: 10px !important;
	  }
	  
.number-with-select .input-group .form-control{
	        border-radius: 8px !important;
	  }
	  
.alert-danger, .alert-success {
    margin-top: 20px;
}
	  
.frm-one{
	margin-bottom: 20px;
}
	  
.bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
	    background-image: linear-gradient( #000c, #000c ), url(../images/MicrosoftTeams-image\ \(8\).png);
}

  }
  @media only screen and (min-width:1900px) {
    .custom-file-label {
        padding: 0.3rem 30.5rem 0.3rem 0.5rem;
    }
  }
  @media only screen and (max-width:1700px) {
    .custom-file-label {
        padding: 0.3rem 24rem 0.3rem 0.5rem;
    }
  }
  @media only screen and (max-width:1650px) {
    .custom-file-label {
        padding: 0.3rem 24rem 0.3rem 0.5rem;
    }
  }
  @media only screen and (max-width:1500px) {
    .custom-file-label {
        /* padding: 6px 326px 18px 13px; */
        padding: 0.3rem 20.5rem 0.7rem 0.5rem;
    }
    select.form-select.gnd-hdr {       
        width: 19%;        
    }
  }
  @media only screen and (max-width:1400px) {
  .custom-file-label {     
      padding: 0.3rem 19.3rem 0.7rem 0.5rem;
  }
}
  @media only screen and (max-width:1300px) {
    .custom-file-label {        
        padding: 0.3rem 15.3rem 0.7rem 0.5rem;
    }
    select.form-select.gnd-hdr {
        width: 21%;
    }    
  }



  /* step form css */
  #regForm {
    background-color: #ffffff;
    /* margin: 100px auto; */
    font-family: Raleway;
    padding: 0px;
    /* width: 70%;
    min-width: 300px; */
  }
  
  
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  
  /* #prevBtn {
    background-color: #bbbbbb;
  } */
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }
