/*@import url('https://fonts.googleapis.com/css?family=Fauna One');*/
@import url('https://fonts.googleapis.com/css2?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');


/* Backend Admin Panel */

    
    /*#logo { width:100% !important; box-sizing:border-box !important; padding:8px 0px 0px 16px; margin:0px auto !important; }*/
    body { font-size:14px !important; font-family:'Roboto' !important }
    .bodypanel { height:91vh;}
    .leftsidetabs { cursor:hand; padding:20px 20px !important; background-color:#333; color:#d9d9d9; border-bottom:solid 1px #d9d9d9 !important; width:100% }
    .sidepanel { background-color:#333; height:91vh }
    .leftsidetabs:hover { background-color:#666; color:#d9d9d9 }
    .leftsidetabs:hover i { color:#d9d9d9 }
    .leftsidetabs:hover a { color:#d9d9d9 }
    .topnav { float:left; cursor:hand; background-color:#d9d9d9; color:#333; border-bottom:solid 1px #333 !important; width:100% }
    .topnav a { text-decoration:none !important; }
    .toptabusername { color:#333; font-size:15px; font-family:'Roboto' !important; cursor:hand; border-left:solid 1px #333; padding:21px 21px; float:left }
    .toptablinks { color:#333; font-size:15px; font-family:'Roboto' !important; cursor:hand; border-left:solid 1px #333; padding:21px 21px; float:left }
    .toptablinks:hover { background-color:#666; color:#d9d9d9 }
    .toptablinks:hover i { color:#d9d9d9 }
    .toptablinks:hover a { color:#d9d9d9 }
    .toptabicons { color:#333; margin:0px 10px 0px 0px; font-size:16px; }
    .copyright { float:left; bottom:0px; position:fixed; text-align:right; padding:5px; background-color:#d9d9d9; color:#333; width:100% }

/* End */
select { height:45px !important }
label { font-weight:normal !important; }
label[for="password"], label[for="email"] { font-weight:normal !important; margin-top:5px !important; }

input[type="text"], input[type=file], input[type="email"], input[type="password"], input[type="number"] { height:45px !important; border:solid 1px #d9d9d9 !important; }
input[type="checkbox"], .form-check-input { margin-top:5px !important; border:solid 1px #d9d9d9 !important; width:16px !important; height:16px !important; margin-top:0px !important; margin-right:5px !important; }
input[type="checkbox"]:focus { outline: none !important; box-shadow: none !important; }

.enquirenowbtn { font-family: 'Roboto' !important;font-size:15px !important;width:fit-content !important;text-decoration:none !important;border-radius:4px !important; background-color:#0077b6 !important; color:#fff !important;border:none !important;margin:0px auto !important; padding:12px 15px !important; }
.enquirenowbtn:hover {color:#fff !important;}

.card-body a, .card-body button { font-family:"Roboto" !important; color:#000; }
.card-body a:hover { font-family:"Roboto" !important }
.card-body a.enquirenowbtn { font-family: 'Roboto' !important;font-size:15px !important; text-decoration:none !important;border-radius:4px !important; background-color:#0077b6 !important; color:#fff !important;border:none !important;margin:0px auto !important; padding:13px 15px !important; }
.card-header { background-color:#0077b6 !important; color:#fff !important; }



body { font-size:14px !important; font-family:'Roboto' !important; }

.nav-tabs>li>a {
    color:#000 !important;
     margin-right: 0px !important;
    /*line-height: 1.42857143;*/
    border: 1px solid transparent;
    border-radius: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    width:100% !important;
    cursor: default;
    background-color: #d9d9d9 !important;
    border: 0px solid #ddd !important;
    border-bottom-color: transparent !important;
    border-radius:0px !important;
}

#loginview .col-form-label {
    /* padding-top: calc(0.375rem + 1px); */
    /* padding-bottom: calc(0.375rem + 1px); */
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

@keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px))); /*transform: translate(calc(-100% + (2 * 300px)));*/
    }
  }
  
@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-135% + (4 * 300px))); /*transform: translate(calc(-100% + (5 * 300px)));*/
  } 
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
        }
    }

.spacer10 { width:100%; float:left; height:10px; }
.spacer20 { width:100%; float:left; height:20px; }
.spacer30 { width:100%; float:left; height:30px; }
.spacer40 { width:100%; float:left; height:40px; }
.spacer50 { width:100%; float:left; height:50px; }
.spacer60 { width:100%; float:left; height:60px; }
.spacer70 { width:100%; float:left; height:70px; }
.spacer80 { width:100%; float:left; height:80px; }
.spacer90 { width:100%; float:left; height:90px; }
.spacer100 { width:100%; float:left; height:100px; }

.nopadding { padding:0px !important }
.paddingleft-0 { padding-left:0px !important }
.paddingright-0 { padding-right:0px !important }

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height:175px;
    overflow-x: hidden;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
    }
.container01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 20s infinite alternate linear;  /*animation: carouselAnim 30s infinite alternate linear;*/
}
.entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;  /*300px*/
  background: #023e8a;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}

.color01 {
  color: #0077b6;
}
.color02 {
  color: #03045e;
}
.color03 {
  color: #ade8f4;
}
.color04 {
  color: #023e8a;
}
.color05 {
  color:#fb9104;
}
.bgColor01 {
  background-color: #0077b6;
}
.bgColor02 {
  background-color: #03045e;
}
.bgColor03 {
  background-color: #ade8f4;
}
.bgColor04 {
  background-color: #023e8a;
}
.bgColor05 {
  background-color: #fb9104;
}
.border01{
  border:1px solid #fb9104
}

.top-image {
  background-image: url("../img/top_homeBg.jpg");
  background-color: #cccccc;
  height: 660px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topheaderfont {
    font-size: 50px !important;
    line-height: 60px !important;
    letter-spacing: 2px !important;
    padding-top: 85px !important;
}

.bottomBg {
  background-image: url("../img/bottomBg.jpg");
  background-color: #cccccc;
  height: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topBox {

  background-color: rgba(207, 207, 207, 0.8);
  height: auto;
  max-width: 100%;
  margin-top: 150px;
  padding: 10px;
  box-shadow: 2px 1px 2px 1px #000;
  -webkit-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.75);
}

.mid_Special_img {
  background-image: url("img/specialization.jpg");
  height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab';
  font-size:18px !important;
}

.fontRobo {
  font-family: 'Roboto' !important;
  /*font-size:14px !important;*/
}

a, i {

  font-family: 'Roboto Slab';

}

.topContent {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.5px !important;
  color: #03045e;

}


.boxContent {
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.5px !important;
  color: #ade8f4;
  font-family: 'Roboto', sans-serif;

}

.boxContent02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5px !important;
  color: #03045e;
  font-family: 'Roboto', sans-serif;

}

.innerHeader {
  color: #fff;
  font-weight: 200;
  font-size: 18px;

}

.innerboxContainer {
  text-align: justify !important;
}

.innerContent {
  color: #000;
  font-weight: 400
}

.specialimgPosition {

  margin-top: -100px !important;
  position: relative;
}

.bg01 {
  background: #76cfff;
}


.bg02 {
  background: #4cc1ff;
}



.pad-top {

  padding-top: 450px;

}



.staffBg {
  background-image: url("../img/staffing-img.jpg");
  background-color: #cccccc;
  width: 100%;
  height: 427px;
  background-position: center;
  margin-top: 30px;

}

.staffContainer {

  width: 300px;
  height: 210px;
  background-color: #2db6ff;

}

.staffingBg {

  background-image: url("../img/img_home_staffing.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specializationBg {
  background-image: url("../img/img_home_specialization.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recBg {
  background-image: url("../img/img_home_about.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}


.welcomeFont {
  font-size: 30px !important;
  padding-left: 30px;
}

.ourvalueBoxContainer{
  width:100%;
  height:auto;
  border-radius:15px
}

.jobseekerboxRadius{
  background-color:#fff;
  height:150px;
  width:150px;
  border-radius:50%;
  padding:35px !important ; 
}

.topspecializeboxRadius{
  background-color:#fff;
  height:150px;
  width:150px;
  border-radius:50%;
  padding:20px !important ; 
}

.jobseekerBox {
  height: auto;
  width: 100%;
  background: #0077b6;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.jobseekerBox02 {
  height: auto;
  width: 100%;
  background: #03045e;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.jobseekerBox03 {
  height: auto;
  width: 100%;
  background: #023e8a;
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.jobseekerContentBox{
  margin-top: 30px !important;
}

.underLine {

  width: 11%;
  height: 2px;
  background-color: rgb(45, 182, 255);
  border: none;

}

.underLine02 {

  width: 80%;
  height: 2px;
  background-color: rgb(52, 85, 139);
  border: none;

}

.copyText {
  background-color: #000;
  height: 40px;
  color: #fff;
  font-size: 10px;
  line-height: 40px;
}

.staffingContent {

  color: #023e8a;
  line-height: 40px;
  font-size: x-large;
  font-weight: 200;

}

.btnText {
  color: #fff;
  background-color: #0077b6;
  margin-left: 50px;
  border-radius: 22px;
}

.btnText02 {
  color: #023e8a;
  background-color: #ade8f4;
  border-radius: 26px;
  font-size: 16px;
  padding: 15px 35px 15px;
  font-weight: 500;

}

.btnText03 {
  color: #fff;
  background-color: #03045e;
  border-radius: 26px;
  font-size: 16px;
  padding: 15px 35px 15px;

}

.btnText04 {
  color: #fff;
  background-color: #0077b6;
  border-radius: 26px;
  font-size: 16px;
  padding: 15px 35px 15px;

}

.btnText05 {
  color: #03045e;
  font-weight: 600;
  background-color: #ade8f4;
  border-radius: 10px;
  font-size: 26px;
  height: 75px;
  padding: 20px;
  width: 100%;
}

.btnText06 {
  color: #03045e;
  font-weight: 600;
  background-color: #ade8f4;
  border-radius: 10px;
  font-size: 26px;
  height: 75px;
  padding: 20px;
  width: 110%;



}


.btnText07 {
  color: #fff;
  font-weight: 600;
  background-color: #fb9104;
  border-radius: 10px;
  font-size: 26px;
  height: 75px;
  padding: 20px;
  width: 108%;
}


.btnText08 {
  color: #fff;
  background-color: #fb9104;
  border-radius: 7px;
  font-size: 16px;
  padding: 10px 20px 10px 20px;

}

.btnText09 {
  color: #fff;
  background-color: #fb9104;
  border-radius: 26px;
  font-size: 16px;
  padding: 15px 35px 15px;

}

.btnText10 {
  color: #FFF;
  font-weight: 600;
  background-color:  #fb9104;
  border-radius: 10px;
  font-size: 26px;
  height: 75px;
  padding: 20px;
  width: 100%;
}

.btnText11 {
  color: #fff;
  background-color: #fb9104;
  border-radius: 7px;
  font-size: 24px;
  padding: 15px 35px 15px;
 }


.subscribeInput {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  width: 690px;

}

.inputtext {

  max-width: 100%;
  border: 1px solid;
  background-color: transparent;
  resize: none;
  outline: none;

}

.hireworkerButton{
    font-size: 16px;
    width: fit-content !important;
    border-radius: 10px;
    padding:5px 10px !important;
  }
  
  .enterText{
      padding: 25px 0px 0px 40px;
      text-align: center;
  }
  

  .btnBox {

    padding:0px;
    border:none;
    height:45px;
    margin:0px 0px 0px -20px !important;
    font-size:18px;
    
    }

    .borderRadius10{
      border-radius:10px
    }

/*about us css*/

.ourvalueBoxContainer{
  width:100%;
  height:auto;
  border-radius:15px
}

.topfontPadd{

  padding:55px 0px 15px 0px !important;

 } 

.aboutTopBg {
  background-image: url("../img/top_aboutBg.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: right;  /*center*/
  background-repeat: no-repeat;
  background-size: cover;
}

.candidateImg {
  background-image: url("../img/img_about_candidates.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: top;  /*top*/                        
  background-repeat: no-repeat;
  background-size: cover;
}



.candidate_relationshopImg {
  background-image: url("../img/img_specialization_candidate.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.clientImg {

  background-image: url("../img/img_about_client.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}


/*staffing solutions css*/

.bottompadding {
  padding-top: 25px;
  font-size:17px;
 }

.bottomBox{
border-radius:10px; 
max-width: 87%;
}

.solutionTopBg {
  background-image: url("../img/top_staffingBg.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}



.solution_midBg {

  background-image: url("../img/img_staffingBg.jpg");
  background-color: #cccccc;
  height: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.midContentStaffing {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.5px !important;
  color: #fff;

}

.subtextContainer {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.subtextContainer02 {
  width: 100%;
  height: auto;
  border-radius: 15px;
  color: #023e8a !important;
}


.complianceInnerText {

  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.5px !important;
  color: #03045e !important;
}


/*---------------------------------------------------------Specialization page----------------------------------------*/

.clickhereText{

  color: #fff; 
  font-size: 24px;

}

.specializationTopBg {

  background-image: url("../img/top_specializationsBg.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}


.nursingstaffBg {
  background-image: url("../img/img_specialization_nursing.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }


.recuirtcontentBg {
  background-image: url("../img/img_specialization_recuter.jpg");
  background-color: #cccccc;
  height: auto; /*390px*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.boxCurve {
  width: 100%;
  height: 180px !important;
  border-radius: 5px;
  float: right;
  border:2px solid #0077b6;
  padding-top: 20px !important;
}


.boxCurve02 {
  width: 100%;
  height: 180px !important;
  border-radius: 5px;
  float: right;
  border:2px solid #0077b6;
  padding-top: 20px !important;
 
}





.boxCurve03 {
  width: 100%;
  height: 180px !important;
  border-radius: 5px;
  float: right;
  border:2px solid #0077b6;
  padding-top: 0px !important;
}



.healtcare_assitanceBg {
  background-image: url("../img/img_specialization_healthcare.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.headerText01
{
      margin-top:16px;
      color:#fff; 
      text-align: right; 
      margin-right:35px ;
}

/*----------------------------------Candidates page-----------------------------------------------------*/
.candidatesTopBg {
  background-image: url("../img/top_candidateBg.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.triangle{
	width: 0;
	height: 0;
	border-width: 65.5px 0 75px 85px;
	border-color: transparent transparent transparent #0078b7;
	border-style: solid;
}

.rcorners {
  border-radius: 0px 60px 0px 0px;
  background: #fff;
   width: 150px; 
   height: 141px;
   border: 1px solid #f2f2f2;
}

.sideColor
{
  position:relative;
  background-color:#0176b9;
  width:0.7%;
  height:100px;
  margin-top:20px

}

.textMargin
{
  margin-top:40px;
  margin-right: 80px;

}

.midContentTxt
{
   background-color:#0176b9;
  font-size:18px;
  padding:0px 15px 0px 30px;
  margin-left: 10px !important;
}

.jobseekertextSize{

  font-size: 18px;

}

/*----------------------------------Contact page-----------------------------------------------------*/
.contactTopBg {
  background-image: url("../img/top_contactBg.jpg");
  background-color: #cccccc;
  height: 450px;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactmidSection {

  border:3px solid #fb9104; 
  border-radius: 10px; 
  background-color: #fb9104;

}

.contactmidSection, p {

  font-size: 16px !important;
 
 }

.topnavno {
    width: 100%;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-bottom: solid 1px #d9d9d9;
    margin: 10px 0px;
}

 .topnavPadding {
  padding:0px 25px 15px 0px !important;
  font-size:16px !important;
  }
  
  


 
/*------------------------------------------------- Extra small devices (phones, 600px and down)----------------------------------------------- */



@media (max-width: 575.98px) {


    @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-100% + (2 * 300px)));
          /*transform: translate(calc(-100% + (2 * 300px)));*/
        }
      }
      
      @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-135% + (4 * 300px)));
          /*transform: translate(calc(-100% + (5 * 300px)));*/
        }
      }
    
      .btnText11 {
        color: #fff;
        background-color: #fb9104;
        border-radius: 7px;
        font-size: 14px;
        padding: 5px 10px 5px;
        }

  .topnavno { width:100%; font-size: 24px; color: rgb(0, 0, 0); padding: 10px 15px; border-bottom:solid 1px #d9d9d9; margin:10px 0px; }
  .topnavnumber i { font-size:20px }


  .margLeft{
    margin-left: 15px !important;
  }

.topnavno {
    width: 100%;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-bottom: solid 1px #d9d9d9;
    margin: 10px 0px;
}

 .topnavPadding {
  padding:0px 25px 15px 0px !important;
  font-size:16px !important;
  }
  

    .topnavPadding02 {

      margin-left: 15px;
      font-size: 20px !important;
      color: #fb9104 !important;
      margin-bottom: 0px;
      
      }

  .contactmidSection02{

    margin-top: 45px;
  
   }


  .jobseekertextSize{

    font-size: 17px;
    margin: 0px 12px 20px !important;
  
  }


  .healthassitantBox{

    list-style:none; 
    text-align:center; 
    display: inline-block;
    margin: 30px 2px 50px -10px !important;
  
  }



  .healthContainerText {

    letter-spacing: 2px; 
    padding-top:10px !important; 
    font-weight: 200 !important;
  
  }

  .weRecruitinnerText{

    float:right;
    margin-bottom: 40px !important; 
    text-align:right; 
    list-style:none; 
    line-height:35px; 
    font-size:13px
  
  }

  .weRecruitinnerText2{
 
    text-align:left; 
    margin-bottom: 45px !important; 
    list-style:none; 
    line-height:35px; 
    font-size:14px
  }

  .weRecruitnursinginnerText{

    float:right; 
    margin-right: 15px; 
    margin-bottom: 55px !important; 
    text-align:right; 
    list-style:none; 
    line-height:35px; 
    font-size:14px
  
  
  }

  .callContainerBox { 
    width: 100%;
    margin-left: 0px;
  }
 
  .jobseekerboxRadius{
    background-color:#fff;
    height:100px;
    width:100px;
    border-radius:50%;
    padding:15px !important ; 
  }

  .contentboxheight{

    height: 214px !important;
    margin-top: 55px !important;
    
    }


  .contentboxText{

    font-size:18px !important; 
    list-style: none; 
    line-height:40px 
   
  }
 

  .callMargin{
 
    margin: 30px 0px !important;
  
   }

  .borderRadius10{
    border-radius:0px
  }

  .inputBox{

    margin-bottom:10px;
    border:0px; 
    height:72px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    background-color:#fff

  }


  .btnBox {
         
    border: none !important;
    margin: 30px 0px 30px 0px !important;
    font-size: 18px !important;
    padding: 15px;

  }

  .enterText {
    padding: 45px 0px 0px 0px;
    text-align: center;
}

  .breakPoint span br:only-of-type {
   
   display: none !important;
   
  }


  

  .clickhereText{

    color: #fff; 
    font-size: 15px !important;
  
  }

  .bottomBox{
    border-radius:10px; 
    max-width: 75%;
    }


  .buttonpadding {

    padding-bottom: 20px;
   
   }


  .ourvaluBoxPadd{
    width:100%;
    height:auto;
    border-radius:15px;
    margin-top: 20px;
  }

  .smalldeviceHide
  {
   
    display: none !important;

  }

  .innercontentPadd{
    padding: 20px 0px !important;
   }

   

  .topheaderfont {
    font-size: 30px !important;
    line-height: 30px !important;  /*35px*/ 
    letter-spacing: 2px !important;
    padding-top: 0px !important;   /*35px*/
    text-shadow: #000 1px 1px;
   }

 .topheaderfontSize
 {
    font-size: 25px;
    letter-spacing: 2px;
}

 .topfontBG 
 {
 background-color:rgba(0, 0, 0, 0.5);
 position: relative;
 top: 137px !important;
}
 

 .topfontPadd{
    padding:15px 0px 0px 0px !important; 
  } 

  .jobseekerContentBox{

     margin-top: 0px !important;

  }

 .top-image {
  background-image: url("../img/top_small_homeBg.jpg");
  background-color: #cccccc;
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


 .aboutTopBg {

  background-image: url("../img/top_small_aboutBg.jpg");
  background-color: #cccccc;
  height: 325px;     
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.solutionTopBg {

  background-image: url("../img/top_small_staffingBg.jpg");
  background-color: #cccccc;
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specializationTopBg {

  background-image: url("../img/top_small_specializationsBg.jpg");
  background-color: #cccccc;
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactTopBg {

  background-image: url("../img/top_small_contactBg.jpg");
  background-color: #cccccc;
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.candidatesTopBg {

  background-image: url("../img/top_small_candidateBg.jpg");
  background-color: #cccccc;
  height: 325px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.recBg {
  background-image: url("../img/img_home_about.jpg");
  background-color: #cccccc;
  height: 250px !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.staffingBg {
  background-image: url("../img/img_home_staffing.jpg");
  background-color: #cccccc;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specializationBg {
  background-image: url("../img/img_home_specialization.jpg");
  background-color: #cccccc;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.clientImg {
  background-image: url("../img/img_about_client.jpg");
  background-color: #cccccc;
  height: 250px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.candidateImg {
  background-image: url("../img/img_about_candidates.jpg");
  background-color: #cccccc;
  height: 250px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nursingstaffBg {

    background-image: url("../img/img_specialization_nursing.jpg");
    background-color: #cccccc;
    height: 250px !important; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
}

.candidate_relationshopImg {

background-image: url("../img/img_specialization_candidate.jpg");
background-color: #cccccc;
height: 250px;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
}

.healtcare_assitanceBg {
  background-image: url("../img/img_specialization_healthcare.jpg");
  background-color: #cccccc;
  height: auto;
  width: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .logoImg {
    margin-left: 15px !important;
  }

  .navtopPad {
     padding-top: 20px !important;
     font-weight:100 !important;
}

  .welcomeFont {
    font-size: 20px !important;
  }

  .pad-top {
    padding-top: 225px;
  }

  .staffContainer {
    width: 300px;
    height: 210px;
    background-color: #2db6ff;
    position: relative;
    margin-top: -120px;
    margin-left: 80px;
    padding: 30px 5px;
  }


  .inputtext {
    max-width: 75%;
    margin-left: 50px;
    border: 1px solid;
    background-color: transparent;
    resize: none;
    outline: none;
  }

  .btnText06 {
    color: #03045e;
    font-weight: 600;
    background-color: #ade8f4;
    border-radius: 10px;
    font-size: 26px;
    height: 75px;
    padding: 20px;
    width: 100%;
  }

  .subtextContainer {
    width: 100%;
    height: auto;
    border-radius: 15px;
    float: right;
  }

  .subtextContainer02 {
    width: 100%;
    height: auto;
    border-radius: 15px;
    float: right;
    color: #023e8a !important;
    font-weight: 500 !important;
  }

  .boxFloat  {
    float: left !important;
  }

  .boxCurve, .boxCurve02, span {
    margin-top: 15px;
    font-size: 22px;
    height: auto;
  }
  
  .boxCurve {
    width: 100%;
    height: 140px !important;
    border-radius: 5px;
    float: right;
    border:2px solid #fb9104;
    font-size: 22px;
  }
  
  
  .boxCurve02 {
    width: 100%;
    height: 140px !important;
    border-radius: 5px;
    float: right;
    border:2px solid #0077b6;
    font-size: 22px;
    line-height: 30px !important; /*added for center align*/
  }
  
  .boxCurve03 {
    width: 100%;
    height: 140px !important;
    border-radius: 5px;
    float: right;
    border:2px solid #0077b6;
    font-size: 22px;
  }
  
  .boxCurve05 {
        margin-top: 20px !important;
  }

  .btnText05 {
    color: #03045e;
    font-weight: 600;
    background-color: #ade8f4;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    width: 50%;
    margin-bottom: 30px;
  }

  .btnText10 {
    color: #FFF;
    font-weight: 600;
    background-color:  #fb9104;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    width:50%;
    margin-bottom: 30px;
  }

  .btnText06 {
    color: #03045e;
    font-weight: 600;
    background-color: #ade8f4;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    padding: 15px;
    width: 40%;
    margin: 10px 0px;
  }

  .btnText07 {
    color: #fff;
    font-weight: 600;
    background-color: #fb9104;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    padding: 15px;
    width: 50%;
    margin: 10px 0px;
}


.btnText10 {
  color: #FFF;
  font-weight: 600;
  background-color:  #fb9104;
  border-radius: 5px;
  font-size: 22px;
  height: auto;
  width:50%;
  margin-bottom: 30px;
}



.headerText01
{
      margin-top:16px;
      color:#fff; 
      text-align: center; 
      margin-right:35px ;
}



.triangle{
  border-width: 10px 10px 0 10px;
  border-color: #0475B7 transparent transparent transparent;
  margin-left: 200px;
}

.sideColor
{
display: none;
}

.midContentTxt
{
   background-color:#0176b9;
  font-size:18px ;
  margin-left: 0px !important;
}
}



/*---------// Small devices (landscape phones, 576px and up)-------- Small devices (portrait tablets and large phones, 600px and up)----------------------------- */



@media (min-width: 576px) and (max-width: 767.98px) 
{ 

  .enterText{
    padding: 30px 0px 0px 40px;
    text-align: center;
}


  .smalldeviceHide
  {
   
    display: none !important;

  }

  .logoImg
  {

    margin-left: 15px !important;

  }


  .topheaderfontSize
  {
     font-size: 30px;
     letter-spacing: 2px;
 
  }


  .navtopPad{

    padding-top: 20px !important;
    font-weight:100 !important;
    text-align: center;


 }

  .welcomeFont {
    font-size: 24px !important;
  }


  .triangle, .sideColor
{
display: none;

}



 }

/* ------// Medium devices (tablets, 768px and up)------------------------- Medium devices (landscape tablets, 768px and up)---------------------------- */




@media (min-width: 768px) and (max-width: 991.98px)
 {

    @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-100% + (2 * 300px)));
          /*transform: translate(calc(-100% + (2 * 300px)));*/
        }
      }
      
      @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-123% + (4 * 300px)));
          /*transform: translate(calc(-100% + (5 * 300px)));*/
        }
      }
    

      .btnText11 {
        color: #fff;
        background-color: #fb9104;
        border-radius: 7px;
        font-size: 18px;
        padding: 5px 10px 5px;
      }

      .clientImg {
        background-image: url("../img/img_about_client.jpg");
        background-color: #cccccc;
        height: 390px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    

  
.specializationBg {
  background-image: url("../img/img_home_specialization.jpg");
  background-color: #cccccc;
  height: 390px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}


  .topnavnumber{
    color: #fb9104 !important;
    margin-left: 25px;
    font-size: 20px;
 }

  .margLeft{
    margin-left: 15px !important;
  }

  .topnavPadding {
    padding:16px 24px 0px;
    font-size:16px !important;
    }
    
.topnavno {
    width: 100% !important;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-bottom: solid 1px #d9d9d9;
    margin: 10px 0px;
}

  .contactmidSection, span {
    font-weight: 400;
    font-size: 20px !important;
    margin-left: 0px !important;
 }


  .jobseekertextSize{

    font-size: 17px;
    margin: 0px 12px 20px !important;
  
  }


  .midContentTxt
  {
     background-color:#0176b9;
    font-size:18px;
    padding:0px 15px 0px 30px;
    margin-left: 0px !important;
  }

  .healthassitantBox{

    list-style:none; 
    text-align:center; 
    
  
  }

  .marleft {

      margin-left: 165px !important;
  
    }

  .healthContainerText {

    letter-spacing: 2px; 
    padding-top:30px !important; 
    font-weight: 200 !important;
  
  }


  .weRecruitinnerText{

    float:right;
    margin-bottom: 60px !important; 
    text-align:right; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  
  }

  .weRecruitinnerText2{
 
    text-align:left; 
    margin-bottom: 60px !important; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  }

  .weRecruitnursinginnerText{

    float:right; 
    margin-right: 15px; 
    margin-bottom: 60px !important; 
    text-align:right; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  
  
  }

  .margTop{

    margin-top: 20px !important;

  }

  .jobseekerboxRadius{
    background-color:#fff;
    height:100px;
    width:100px;
    border-radius:50%;
    padding:15px !important ; 
  }

  .contentboxText{

    font-size:16px !important; 
    list-style: none; 
    line-height:40px 
   
  }

  .colorflip{

    background-color: #fb9104 !important;
    margin-bottom: 25px !important;

 }

 .colorflip03{

  background-color: #ade8f4 !important;
  margin-bottom: 25px !important;
  color: #023e8a !important ;

}

.colorflip04{

  background-color: #03045e !important;
  margin-bottom: 25px !important;
  color: #fff !important ;

}

.colorflip02{

background-color: #0077b6 !important;
margin-bottom: 25px !important;

}


  .inputBox{

    margin-bottom:10px;
    border:0px; 
    height:73px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    background-color:#fff

  }



  .btnBox {
    border:none;
    margin:0px 0px 0px -20px !important;
    font-size:18px;
    
    }

  

   .btnText07 {
        color: #fff;
        font-weight: 600;
        background-color: #fb9104;
        border-radius: 10px;
        font-size: 18px;
        height: 75px;
        padding: 10px;
        width: 110%;
    }
    
    
    .hireworkerButton{
      font-size: 16px;
      width: 50% !important;
      border-radius: 10px;
    }
    
    
    
    
    .enterText{
      padding: 40px 0px 0px 40px;
      text-align: center;
    }

  
.bottompadding {

  padding-top: 12px;
  font-size:17px;
 
 }

  .boxCurve03 {
    width: 100%;
    height: 180px !important;
    border-radius: 5px;
    float: right;
    border:2px solid #0077b6;
    padding-top: 20px !important;
    
  }

   .specializarion_mid_Pad{

         padding-top: 25px !important;

   }

  .f-left{

    float: left !important;

  }


  .smalldeviceHide
  {
   
    display: none !important;

  }


  .innercontentPadd{

    padding: 15px 0px 5px !important;

  }

  .topheaderfont {
    font-size: 30px !important;
    line-height: 30px !important;  /*40px*/
    letter-spacing: 2px !important;
    padding-top: 50px !important;    /*0px*/
    text-shadow: #000 1px 1px;
  }

.contentboxheight{

height: 214px !important;

}

.btnText05 {
  color: #03045e;
  font-weight: 600;
  background-color: #ade8f4;
  border-radius: 10px;
  font-size: 20px;
  height: 75px;
  padding: 20px;
  width: 100%;
}

.btnText10 {
  color: #FFF;
  font-weight: 600;
  background-color:  #fb9104;
  border-radius: 10px;
  font-size: 20px;
  height: 75px;
  padding: 20px;
  width:100%;
 
}


  .top-image {

    background-image: url("../img/top_small_homeBg.jpg");
    background-color: #cccccc;
    height: 405px;    /*300px*/
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
   .aboutTopBg {
    background-image: url("../img/top_aboutBg.jpg");
    background-color: #cccccc;
    height: 325px;     
    width: 100%;
    background-position: right;   /*center*/
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  .solutionTopBg {
    background-image: url("../img/top_staffingBg.jpg");
    background-color: #cccccc;
    height: 325px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .specializationTopBg {
   background-image: url("../img/top_specializationsBg.jpg");
   background-color: #cccccc;
   height: 325px;
   width: 100%;
   background-position: right;
   background-repeat: no-repeat;
   background-size: cover;
  }
  
  .healtcare_assitanceBg {
    background-image: url("../img/img_specialization_healthcare.jpg");
    background-color: #cccccc;
    height: 450px;
    width: 100%;
    background-position: right !important;
    background-repeat: no-repeat;
    background-size: cover;
    }


  .contactTopBg {
   background-image: url("../img/top_contactBg.jpg");
   background-color: #cccccc;
   height: 325px;
   width: 100%;
   background-position: right;
   background-repeat: no-repeat;
   background-size: cover;
  }
  
  
  .candidatesTopBg {
   background-image: url("../img/top_candidateBg.jpg");
   background-color: #cccccc;
   height: 325px;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
  }




  .bgHeight {

    height: 500px !important;
  
  }

  .logoImg
  {

    margin-left: 15px !important;

  }

  .navtopPad{

    padding-top: 20px !important;
    font-weight:100 !important;
    text-align: center;


 }

  .triangle, .sideColor
{
display: none;

}

  .items {
    animation: carouselAnim 50s infinite alternate linear; /*animation: carouselAnim 50s infinite alternate linear;*/
  }

}



/*-----// Large devices (desktops, 992px and up)------------- Large devices (laptops/desktops, 992px and up)------------------------------ */

@media (min-width: 992px) and (max-width: 1199.98px) 
{


    @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-100% + (2 * 300px)));
          /*transform: translate(calc(-100% + (2 * 300px)));*/
        }
      }
      
      @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
      
        to {
          transform: translate(calc(-113% + (4 * 300px)));
          /*transform: translate(calc(-100% + (5 * 300px)));*/
        }
      }
    
    #logo { width:75% !important }
    .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 0rem !important; font-size: 1.25rem; line-height: inherit; white-space: nowrap }
    .navbar-expand-lg .navbar-nav { margin:0px !important; }
    .navbar-expand-lg .navbar-collapse { justify-content:end !important; }
    .topnavPadding { padding:8px 6px 0px !important; font-size:12.5px !important }

  .margTop{

    margin-left: 15px !important;

  }
  
  .topnavnumber{

    font-size: 16px !important;
    margin-top: -2px !important;
    color: #fb9104 !important;

 }


  .contactmidSection, p {

    font-size: 16px !important;
 }


  .jobseekertextSize{

    font-size: 17px;
    margin: 0px 80px 20px !important;
  
  }

  .contentboxText{

    font-size:16px !important; 
    list-style: none; 
    line-height:40px 
   
  }

  .healthassitantBox{

    list-style:none; 
    text-align:center; 
   
  
  }

  .healthContainerText {

    letter-spacing: 2px; 
    padding-top:40px !important; 
    font-weight: 200 !important;
  
  }

  .weRecruitinnerText{

    float:right;
    margin-bottom: 60px !important; 
    text-align:right; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  
  }

  .weRecruitinnerText2{
 
    text-align:left; 
    margin-bottom: 60px !important; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  }

  .weRecruitnursinginnerText{

    float:right; 
    margin-right: 15px; 
    margin-bottom: 60px !important; 
    text-align:right; 
    list-style:none; 
    line-height:45px; 
    font-size:20px
  
  
  }


  .textleft{

    text-align: left !important;

  }

  .inputBox{

    margin-bottom:10px;
    border:0px; 
    height:75px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    background-color:#fff

  }

  .enterText {
    padding: 45px 0px 0px 26px;
    text-align: center;
}

  .midContentTxt {
    background-color: #0176b9;
    font-size: 16px !important;
    padding-top: 15px !important; 
  }

 .margin_left_Zero {
 
  margin-left: 0px !important;

 }


  .candidate_relationshopImg {
    background-image: url("../img/img_specialization_candidate.jpg");
    background-color: #cccccc;
    height: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

  .topfontPadd{

    padding:120px 0px 15px 0px !important;
  
   } 

  .largedeviceHide
  {
   display: none !important;
}

  .recBg {
   background-image: url("../img/img_home_about.jpg");
   background-color: #cccccc;
   height: 441px !important;
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: cover;
   }

  .staffingBg {
   background-image: url("../img/img_home_staffing.jpg");
   background-color: #cccccc;
   height: 441px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
  }


  .specializationBg {

    background-image: url("../img/img_home_specialization.jpg");
    background-color: #cccccc;
    height: 461px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

  .clientImg {

background-image: url("../img/img_about_client.jpg");
background-color: #cccccc;
height: auto;   /*441px*/
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
 }

 .candidateImg {

  background-image: url("../img/img_about_candidates.jpg");
  background-color: #cccccc;
  height: auto;   /*441*/
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.nursingstaffBg {
  background-image: url("../img/img_specialization_nursing.jpg");
  background-color: #cccccc;
  height:530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }




 }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{


  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px))); /*transform: translate(calc(-100% + (2 * 300px)));*/
    }
  }
  
@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-105% + (4 * 300px))); /*transform: translate(calc(-100% + (5 * 300px)));*/
  } 
}

  
.topnavnumber { font-size: 18px; color: rgb(0, 0, 0); border-radius: 4px; background-color: #fb9104; padding: 10px !important; color:#fff !important; }

.top-image {
    background-image: url("../img/top_homeBg.jpg");
    background-color: #cccccc;
    height: 660px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}


.topnavPadding {
    padding:16px 18px 0px !important;
    font-size:15px !important;
    }

  .jobseekertextSize{
       font-size: 18px;
    }


  .contentboxText{

    font-size:20px !important; 
    list-style: none; 
    line-height:40px 
   
  }

  .textleft{

    text-align: left !important;

  }

  .inputBox{

    margin-bottom:10px;
    border:0px; 
    height:75px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    background-color:#fff

  }

  .boxCurve03 {
    width: 100%;
    height: 180px !important;
    border-radius: 5px;
    float: right;
    border:2px solid #0077b6;
    padding-top: 20px !important;
  }

  


  .nursingstaffBg {
    background-image: url("../img/img_specialization_nursing.jpg");
    background-color: #cccccc;
    height:auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   }
  
.topfontPadd{

  padding:110px 0px 15px 0px !important;

 } 

 
.topfontBG, p {

  font-size: 18px;


} 

.largedeviceHide
  {
    display: none !important;
 }
 
.topheaderfont {
  font-size: 60px !important;
  line-height: 65px !important;
  letter-spacing: 2px !important;
  padding-top: 50px !important;
}

.recBg {
  background-image: url("../img/img_home_about_big.jpg");
  background-color: #cccccc;
  height: auto !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.staffingBg {
  background-image: url("../img/img_home_staffing_big.jpg");
  background-color: #cccccc;
  height: auto !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.candidate_relationshopImg {
  background-image: url("../img/img_specialization_candidate_big.jpg");
  background-color: #cccccc;
  height: auto !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


.specializationBg {

  background-image: url("../img/img_home_specialization_big.jpg");
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }


  .candidateImg {
    background-image: url("../img/img_about_candidates_big.jpg");
    background-color: #cccccc;
    height: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .clientImg {
    background-image: url("../img/img_about_client_big.jpg");
    background-color: #cccccc;
    height: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

.hireworkerButton{
  font-size: 16px;
  width: fit-content !important;
  border-radius: 10px;
  padding:5px 10px !important;
}


.weRecruitinnerText{

  float:right;
  margin-bottom: 60px !important; 
  text-align:right; 
  list-style:none; 
  line-height:45px; 
  font-size:20px

}

.weRecruitinnerText2{
 
  text-align:left; 
  margin-bottom: 60px !important; 
  list-style:none; 
  line-height:45px; 
  font-size:20px
}

.weRecruitnursinginnerText{

  float:right; 
  margin-right: 15px; 
  margin-bottom: 60px !important; 
  text-align:right; 
  list-style:none; 
  line-height:45px; 
  font-size:20px


}

.healthContainerText {

  letter-spacing: 2px; 
  padding-top:85px !important; 
  font-weight: 200 !important;

}

.healthassitantBox{

  list-style:none; 
  text-align:center; 
  
}


}