@font-face {
  font-family: 'RalewayMedium';
  src: url(../fonts/RalewayMedium.ttf);
}

@font-face {
  font-family: 'RalewayRegular';
  src: url(../fonts/RalewayRegular.ttf);
}

/* Variables for color and font family Start */

:root {
  /* Colors */
  --darkgrey: #6e6e6e;
  --lightergrey: #f7f7f7;
  --BlackColor: #000000;
  --whiteColor: #fff;
  --darkblue: rgb(25 95 170);
  --lightblue:rgb(0 175 239);
  --midBlue: rgb(0 133 201);
  --purple:#8d66db;
  --orange:#ffbc00;
  --coralColor:#FF9374;
  --cadetblue:#5f9ea0;
  --skyblue:#5ADEFF;
  --margenta:#9f5fa0;
  --lemonGreen:#53b504;
  /* Font Family */
  /* --circularRegular: 'CircularStd-Regular'; */
}

body {
  background-color: var(--whiteColor);
  font-family: 'RalewayRegular';
}

/* Variables for color and font family End */

h1, h2, h3, h4, h5, h6, p, ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

button, a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
}

button:focus, button:hover, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.boxs {
  float: left;
  width: 100%;
  display: block;
}

/* header start */

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: #fff;
}

.m-top {
  margin-top: 85px;
}

/* header end */

/* portal start */

.logo {
  width: 145px;
    padding: 5px 0px;
}

.prt-right {
  background: #fff;
  width: 340px;
  padding: 50px 20px 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-left: 1px solid #ddd;
  height: 100vh;
  padding-bottom: 60px;
  overflow-y: auto;
}

.form-group label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #2f363b;
  font-weight: 700;
  display: block;
}

.form-control {
  font-size: 15px!important;
  color: #495057!important;
  border: 1px solid var(--midBlue)!important;
  height: auto!important;
  padding: 8px 15px!important;
  border-radius: 0!important;
}

.form-control::placeholder {
  font-size: 14px;
  color: var(--BlackColor);
}
.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-control:focus {
  box-shadow: none;
  /*border-color:green!important;*/
}

.form-signin .btn {
  width: 100%!important;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  color: #fff;
  background-color: var(--darkblue);
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.prt-row {
  align-items: center;
  height: 100vh;
}
.prt-left .row{
  align-items: center;
}
.p-content p {
  font-size: 28px;
    font-weight: 600;
  line-height: 38px;
  padding-right: 110px;
}

.p-content p span {
  color: var(--midBlue);
}

.prt-right p {
  font-size: 14px;
  margin-top: 10px;
  font-family: 'RalewayMedium';
}

.prt-right p a {
  color: var(--darkblue);
}

.foot-tag {
  position: absolute;
  bottom: 15px;
}

.foot-tag p {
  font-family: 'RalewayMedium';
}

.imgSide img {
  width: 65%;
}
.profile-box .signIN a{
  color: var(--whiteColor);
}
/* portal end */

/* forget password start */

.headBTM {
  border-bottom: 1px solid #ddd;
}

.fgt-inner {
  background: var(--lightergrey);
  padding: 30px;
  width: 500px;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
}
.fgt-inner h3{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--darkblue);
  text-transform: uppercase;
}

.fgt-inner p{
  text-align: center;
    font-size: 14px;
    color: var(--darkgreyk);
    margin-bottom: 30px;
}
.fgt-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

.footer {
  padding: 10px 0px;
  border-top: 1px solid #ddd;
}

.foot-inner p {
  font-size: 14px;
}

.profile-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* forget password end */

/* user profile new start */

.UserProfile a {
  color: var(--BlackColor);
  font-family: 'RalewayMedium';
}

.UserProfile a span {
  padding-right: 8px;
}
.UserProfile a em{
  font-style: initial;
}

.link-inner h3{
  font-size: 28px;
  text-align: center;
  color: #3276b1;
  margin-bottom: 12px;
}
.link-inner h3 span{
color: var(--midBlue);
font-family: 'RalewayMedium';
}
.link-inner{
  padding: 65px 290px 12px;
}
.form-main.userform{
  padding: 30px 30px;
  width: 500px;
  margin: 0 auto;
}
.veri-box input{
  width: 100%;
  display: inline-block;
  margin: 0;
}
.veri-box button{
  background: var(--darkblue);
  border: none;
  padding: 8px 0px;
  color: #fff;
  width: 24%;
}
.code_div .form-control {
  outline: none;
  box-shadow: none;
  font-family: 'RalewayRegular';
  font-size: 20px;
  color: #98a9bc;
  width: 13%;
  height: auto;
  padding: 11px 10px;
  border-radius: 0px;
  border: solid 1px #e8ecef;
  background-color: transparent;
  text-align: center;
  margin-bottom: 45px;
  display: inline-block;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-box{
  width: 75%;
    display: inline-block;
}
.formstyle{
  display: none;
}
.countryBox{
  display: inline-flex;
  width: 100%;
}
.countryBox select{
  width: 37%;
}
.skipBox a{
  color: var(--purple);
  text-decoration: underline;
}
/* user profile new end */

/* footer login start */
.footerLogin .foot-inner ul li{
  display: inline-block;
  padding-right: 20px;
}
.footerLogin .foot-inner ul li a{
  color: var(--darkblue);
}
.footerLogin .foot-inner ul li a span{
  font-size: 14px;
  padding-right: 10px;
}
.footerLogin .foot-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLogin .foot-inner p{
  font-size: 20px;
  font-weight: 700;
}
.footerLogin {
  margin-top: auto;
}
.mainProfile{
  height: 100vh;
  /* margin: 0; */
  display: flex;
  flex-direction: column;
}

/* footer login end */



 .slidehoverInput {
  background-image: linear-gradient(0, #fff, #fff);
  background-size: 0;
  transition: 0.02s;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  background-color: var(--darkblue);
  padding: 5px 45px;
  width: auto!important;
}

  .slidehoverInput:hover {
  background-size: 100%;
  color: var(--lightblue)!important;
  border: 2px solid var(--lightblue);
  transition: 0.2s ease;
}
.dflex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* User Profile start */
.changeInner{
  padding: 80px 30px;
  
}
.changeInner .tab-pane{
  padding: 15px 40px;
  border: 1px solid var(--darkblue);
  border-top: 0;
}
.changeInner .nav-tabs {
  border-bottom: 1px solid var(--darkblue);
}
.changeInner .nav-tabs .nav-item.show .nav-link, .changeInner .nav-tabs .nav-link.active {
  color: var(--whiteColor);
  background-color: var(--lightblue);
  border-color: var(--darkblue) var(--darkblue) #fff;
}
.changeInner .tab-pane h5{
  color: var(--orange);
    font-family: 'RalewayMedium';
    margin: 30px 0px 10px;
}
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  border: none!important;
  padding: 8px 0px!important;
}
.pwd-instruction{
  width: 340px;
  background: var(--orange);
  color: black;
  padding: 25px;
  margin: 30px 0 0 auto;
  border-radius: 8px ;
}
.pwd-instruction ul li{
  position: relative;
  padding-left: 20px;
}
.pwd-instruction ul li::before{
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background: var(--BlackColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.pwd-instruction p{
  color: var(--darkblue);
  font-family: 'RalewayMedium';
  margin-bottom: 8px;
}
.pwd-inputInner{
  padding: 40px 90px 50px 0px;
}
.changeInner .nav-tabs .nav-link {
  color: var(--whiteColor);
  background: var(--darkblue);
    border: 1px solid #fff;
}
.dropdownMenu{
  display: none;
  background: var(--whiteColor);
  position: absolute;
  top: 30px;
  right: 6px;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 50%);
}
.dropdownMenu::after{
  content: '';
  position: absolute;
  top: 4px;
  margin-left: -15px;
  margin-top: -15px;
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 11px #fff;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  right: 19px;
}
.UserProfile{
  position: relative;
}
.dropdownMenu ul li a{
  padding: 4px 30px;
  display: block!important;
  /* border: 1px solid var(--darkblue); */
}
.dropdownMenu ul li a:hover{
  background: var(--darkblue);
  color: var(--whiteColor);
}
.tooltip {
  pointer-events: none;
  top: 10px;
}
.toltip{
  color: var(--lightblue);
}
.indexHeader{
  display: none;
}
.closed {
  position: absolute;
  top: 18px;
  right: 17px;
  display: none;
}
/* user profile end */


/* dashboard start */
.row-mid{
  background: var(--darkgrey);
  padding: 10px 20px;
  align-items: center;
}
.row-mid .knowSection p{
  color: var(--whiteColor);
  font-size: 38px;
  font-family: 'RalewayMedium';
  line-height: 45px;
}
.row-mid ul li a{
  padding: 8px 18px;
  text-align: center;
  display: block!important;
  background: #fff;
  border-radius: 8px;
  width: 220px;
  margin: 0 10px;
  color: var(--darkgrey);
  font-family: 'RalewayMedium';
}
.row-mid ul li{
  display: inline-block;
}
.row-mid ul li:last-child a{
  margin-bottom: 0px;
}
.Download-e-card a{
  color: #fff;
  font-size: 25px;
  font-family: 'RalewayMedium';
}
.coralColor{
  background: var(--coralColor);
  text-align: center;
  padding: 20px;
  
}
.coralColor .profileBox i, .skyBlue i{
  font-size: 90px;
  margin-bottom: 10px;

}
.coralColor a, .skyBlue a{
  display: block!important;
  color: var(--whiteColor);
  font-family: 'RalewayMedium';
  font-size: 23px;
}
.cadetblue{
  background: var(--cadetblue);
    color: #fff;
    padding: 20px;
    text-align: center;
}
.cadetblue a, .margenta a, .greenclaim a{
  color: var(--whiteColor);
  font-size: 20px;
  display: block!important;
}
.skyBlue{
background: var(--skyblue);
text-align: center;
padding: 20px;
}
.margenta{
  background: var(--margenta);
  color: #fff;
  padding: 23px 20px;
  text-align: center;
}
.greenclaim{
  background:var(--lemonGreen); 
  color: #fff;
  padding: 22px 20px;
  text-align: center;
}
.greenclaim .Reimbursement_Box i{
  font-size: 65px;
}
.contactBox{
  background: var(--orange);
}
.contactBox_inner p{
  color: var(--darkgrey);
  font-family: 'RalewayMedium';
  font-size: 25px;
}
.contactBox_inner ul li a{
  color: var(--darkgrey);
  font-size: 22px;
  font-size: 18px;
    margin-top: 10px;
}
.contactBox_inner ul li a:hover{
  text-decoration: underline;
}
.redclaims{
  background: #dc3545d6;;
}
.purpleclaim{
  background: #af69ef;
}
.dashboard-inner{
  padding: 50px 20px;
}
.common-col:hover{
  transform: scale(1.1)!important;
  transition: 0.2s ease!important;
  position: relative;
  z-index: 99;
}
.coralColor  .trackBox p{
  font-size: 32px;
}
.common-col{
  align-items: center;
  justify-content: center;
  display: flex;
}
.twoBox{
  z-index: 9;
}
/* dashboard end */
/* employee policy start */
.policyEdit, .policyEdit:hover{
  background: var(--midBlue);
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
}
.emp-policy{
  padding: 40px 20px;
}
.employee-left h5{
  color: var(--lightblue);
    font-weight: bold;
    margin-bottom: 10px;
}
.employee-left p{
  color: #909090;
  font-weight: 500;
  margin-top: 10px;
}
.employee-left h4{
  font-size: 20px;
}
.employee-left ul li a, .employee-left a{
  color: var(--midBlue);
  font-size: 16px;
}
.employee-left ul {
  margin-top: 20px;
}
.policy-inner{
  background: var(--BlackColor);
    padding: 20px;
    border-radius: 4px;
}
.policy-rht{
  border: 2px solid #ccc;
    padding: 20px;
}
.policyIn{
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.policy-inner h5{
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  font-family: 'RalewayMedium';
  font-size: 22px;
}
.policy-rht .table thead th{
  color: var(--lightblue);
  vertical-align: middle;
}
.policyIn p span{
  color: var(--midBlue);
  font-family:  'RalewayMedium';
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .8s;
}
.captcha{
  margin-bottom: 20px;
}
.tab-pane.nomineeTab{
  padding: 30px 75px;
}
/* employee policy end */

/* search start */
.home{
  padding: 0 5px;
  border: 1px solid var(--midBlue);
  font-size: 25px;
}
.home a{
  color: var(--midBlue);
}
.searchdrop{
  width: 100px;
}
.search-inner .input-group-btn{
 display: flex;
}
.seacrh-box{
  padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.searchlist{
  width: 300px;
  background: var(--whiteColor);
  position: fixed;
  height: 90%;
  left: 0;
  top: 61px;
  z-index: 999;
    overflow: auto;
    margin-bottom: 20px;
}
.map-Box{
  padding-left: 300px;
  position: fixed;
  width: 100%;
  height: 100%
}
.searchlist ul li a h5{
  color: var(--darkblue);
    font-family: 'RalewayMedium';
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.searchlist ul li a p{
  color: var(--darkgrey);
    font-family: 'RalewayRegular';
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.searchlist ul li{
  padding: 20px;
  border-bottom: 1px solid var(--lightblue);
}
a.hospt{
  background: var(--darkblue);
}
a.hospt:hover{
  background: var(--lightblue);
}
.seacrh-box .container{
  min-width: 90%;
    padding: 0px 10px;
}
.form-signin .btn.policyButton{
  width: auto!important;
  margin-top: 20px;
}
.search-hamburger{
  display: none;
 
}

/* search end */


/* modal start */
.modal-header h4{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--darkblue);
  text-transform: uppercase;
}
.modal-dialog {
  margin: 68px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
   
}
#policyEdit .modal-dialog {
  height: inherit;
  margin: 0 auto;
}
#employeePolicy .modal-dialog{
  max-width: 1100px;
}
.policy-in p{
  position: relative;
    padding-left: 23px;
    margin-bottom: 20px;
    word-break: break-word;
}
.policy-in p::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  background: var(--BlackColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
/* modal end */

/* claim status start */
.status-btn li{
  display: block;
}
.status-btn li a{
  color: var(--whiteColor);
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0px;
  border: 2px solid transparent;
  font-size: 14px;
  margin: 6px 0px;
}
.status-btn li a.app-btn{
  background: var(--lemonGreen);
}
.status-btn li a.app-btn:hover{
  background: var(--whiteColor);
  color:  var(--lemonGreen);
  border: 2px solid var(--lemonGreen);
}
.status-btn li a.rej-btn{
  background: red;
}
.status-btn li a.rej-btn:hover{
  background: var(--whiteColor);
  color:  var(--red);
  border: 2px solid var(--red);
}
.status-btn li a.pen-btn{
  background: yellow;
  color: #2f363b;
}
.status-btn li a.pen-btn:hover{
  background: var(--whiteColor);
  color:  var(--yellow);
  border: 2px solid var(--yellow);
}
.table td, .table th {
  /*vertical-align: middle;
  text-align: center;*/
}
.table td{
  padding: 0 10px;
}
.claimStaus .dataTables_length{
  display: none;
}
.claimHD h3{
  font-size: 25px;
  font-family: 'RalewayMedium';
  margin-top: 30px;
  color: var(--darkblue);
}
.page-item.active .page-link{
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}
.claimStaus table.table-bordered.dataTable td:last-child{
  text-align: center;
}
.table-outer{
  background: var(--whiteColor);
    /* padding: 20px; */
    border-radius: 8px;
    /* border: 1px solid #ccc; */
    margin: 20px 0px;
}
.status-btn li a.trackBtn{
  display: inline-block!important;
    background: yellow;
    width: auto;
    padding: 4px 10px;
}
/* claim status end */
/* track service start */
.trackService table.table-bordered.dataTable td:first-child{
  width: 10%;
}
.track-btn{
  color: var(--whiteColor);
  background: var(--lightblue);
  border: 2px solid transparent;
}
.track-btn:hover{
  color: var(--lightblue);
  background: var(--whiteColor);
  border: 2px solid var(--lightblue);
}
a.trackBtn{
  color: var(--orange);
}
.BottomNote p{
  color: var(--darkgrey);
  font-size: 14px;
  line-height: 22px;
}
.BottomNote p span{
  color: var(--BlackColor);
}
.submitclaimInner .nav-tabs .nav-link {
  color: var(--darkgrey);
  background: var(--lightergrey);
  border: 1px solid #fff;
}
/* track service end */

/* submit claim start */
.submitclaimInner .tab-pane{
  padding:0;
  /* border: none; */
}
.userdetail{
  background: var(--darkblue);
  padding: 10px;
}
.userdetail h4{
  color:var(--whiteColor);
  font-size: 18px;
  font-family: 'RalewayMedium';
}
.astrix{
  color: red!important;
    font-size: 20px;
}
.userBox{
  padding: 30px 80px;
  margin: 0;
  /* border: 1px solid var(--darkblue); */
}
.BottomNote{
  background: var(--whiteColor);
    padding: 20px;
}
.BottomNote .checkbox{
  margin-top: 15px;
}
.boldpara{
  font-weight: 600;
  color: var(--BlackColor);
}
.medi-break  td,  .medi-break th {
  padding: 8px 10px;
  font-size: 14px;
  vertical-align: middle;
}
.medi-break .form-control {
  padding: 2px 15px!important;
}
.medi-break button{
  background: var(--lightblue);
  color: #fff;
  padding: 3px 20px;
}
.btnClaimSubmit{
  padding: 10px 20px;
  background: var(--lightergrey);
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.medi-break {
  width: 80%;
  margin-bottom: 1rem;
  color: #212529;
  margin: 0 auto 50px;
}
.docFile p{
  display: block;
    font-size: 14px;
    margin-top: 5px;
}
/* submit claim end */
/* checkbox start */
.checkbox label {
  padding-left: 23px;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox  label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  position: absolute;
    top: 0;
    left: 0;
}

.checkbox  input:checked + label:after {
  content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg);
}
/* checkbox end */

/* file upload */
.uploadFile{
  height: 190px;
  width: 190px;
  border: 2px dotted #ccc;
  margin: 20px auto;
  position: relative;
  z-index: 9999;
  border-radius: 8px;
}
.uploadFile .file-upload-input{
  opacity: 0;
  height: 190px;
  width: 190px;
  border: 2px dotted #ccc;
  margin: 20px auto;
  position: relative;
  z-index: 9999;
}
.uploadOuter{
  margin: 0 auto;
  width: 100%;
}
.uploadOuter svg{
  position: absolute;
    top: 35px;
    left: 30%;
}
.uploadFile p{
  position: absolute;
    bottom: 17px;
    left: 33%;
    font-weight: 600;
    font-size: 20px;
}
ul.maxFile li{
  list-style: disc;
    font-size: 16px;
    font-family: 'RalewayMedium';
}
.pdfBox{
  display: none;
}
/* file upload */

/* track modal start */
#trackModal .modal-dialog {
  max-width: 750px;
}
.progressLine ul li{
  width: 20%;
    float: left;
    position: relative;
    padding: 20px 0px 120px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'RalewayMedium';
}
.progressLine ul li::after{
  content: '';
  position: absolute;
  top: 96px;
  left: 26px;
  background: #8bc34a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  transform: scale(1.5);
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.progressLine ul li::before{
  content: '';
  position: absolute;
  top: 104px;
  left: 40px;
  background: #fff;
  width: 100%;
  background-color: var(--midBlue);;
  border: 2px solid var(--midBlue);
}
.progressLine ul li:last-child:before {
	content: none; 
}
.progressLine ul li span{
  display: block;
  color: var(--midBlue);
}
.progressLine ul li.settleBox{
  border: 2px dotted red;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trackBox h4{
  font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
}
/* track modal end */
