.secondBanner {
  flex-wrap: wrap;
  display: flex;
}
.bannerLeft {
  background: url(/media/Blue-Header.jpg);
  flex-wrap: wrap;
  align-items: center;
  width: 55%;
  padding: 0 90px;
  display: flex;background-size: cover;
  background-repeat: no-repeat;
}
.bannerRight {
  width: 45%;
}

.bannerRight img {
  object-fit: cover;
  object-position: center;
  height: 400px;
}

.bannerLeft h1 {
  color: #fff;
}

.bannerLeft a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.py-50 {
  padding: 60px 0;
}

.differentFaq {
  padding: 40px 60px; 
}


  .differentFaq  h3 {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.4;
}

.faqSection .card {
  background: inherit;
  border: none;
  border-radius: 0;
}

.faqSection .card .card-header {
  background: inherit;
  border: none;
  padding: 0;
}
.faqSection .card .card-header .card-link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  background: inherit !important;
  box-shadow: inherit !important;
  width: 100%;
  border: none; 
  border-top: 1px solid #fff;
}
.differentFaq .card .card-header .card-link {
  color: #3892d6;cursor: pointer;
  border-top: 1px solid #3892d6;
}

.faqSection .card .card-header .card-link::after {
  content: "+";
  color: #3892d6;
  font-family: "Font Awesome 6 Free";
  position: relative;
  top: -5px;
}

 
.faqSection .card .card-body {
  color: #494a6b;
  padding: 3px 0 20px;
}

.faqSection .card .card-body ul {
  padding-left: 30px;
}

.faqSection .card .card-body li {
  list-style-type: disc;
}

.heading-text {
  color: #2e3d63;
}

.para {
  color: #494a6b;
}

.travelBox {
  background: #fafafa;
  margin: 30px 0;
  padding: 20px 40px;
}

.travelBox h3 {
  color: #3892d6;
  text-align: center;
  margin: 10px 0 20px;
}

.travelBox ul {
  flex-wrap: wrap;
  gap: 2%;
  display: flex;
}

.travelBox ul li {
  color: #494a6b;
  align-items: center;
  gap: 10px;
  width: 32%;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.travelBox ul li::before {
  content: "";
  background: #3892d6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.certifiedJobsWrap {
  background-color: #f8f8f8;
  margin: 50px 0 0;
  padding: 40px 0;
}

.certifiedJobsContent {
  border: 1px solid #ccc;
    
  border-top: none;
  padding: 20px;
}

.certifiedJobsContent h4 {
  color: #3892d6;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.certifiedJobsContent h3 {
  color: #2e3d63;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 62px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none !important;
}
.certifiedJobsContent h3 a {
  color: #2e3d63;
}

.certifiedJobsContent p {
  color: #1d184d;
  margin-bottom: 0;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.buttonBox {
  text-transform: uppercase;
  color: #3892d6;
  font-size: 17px;
  transition: all .3s;
  text-decoration: none !important;
}



.certifiedTestimonial {
  background: url(/media/Testimonials-Bkg.jpg);
  overflow: hidden; position:relative;
}

.certifiedTestimonial .testiBoxes {
  padding: 90px 0 50px;
}

.testiboxes {
  background: #f8f8f8;
  min-height: 275px;
  padding: 40px 20px 15px 40px;
  position: relative;
}
.testiDes {
  align-items: start;
  gap: 30px;
  margin: 0 0 30px;
  display: flex;
}

.testiDes img {
  width: 70px !important;
}

.testiboxes .testiDes span {
  color: #0b0d39;
  font-size: 17px;
}

.pp-title-wrapper {
  text-align: right;
}

.pp-title-wrapper h4 {
  color: #2e3d63;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.pp-title-wrapper p {
  text-align: right;
  color: #000;
  margin: 0;
  font-size: 11px;
}

.pp-title-wrapper::after {
  content: "";
  background: url(/media/great-6.png);
  width: 114px;
  height: 35px;
  display: block;
  position: relative;background-repeat: no-repeat;
  left: 0;
}
.faqSection .card .card-header .card-link[aria-expanded="true"]::after {
  content: "-";
}

.certifiedTestimonial img.girls {
  object-fit: cover;
  object-fit: contain;
  height: 100%;
  position: absolute;
  bottom: -40px;
}






/*-----------------blog---------------*/



.bannerLeft .form-control {
  width: 80%;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
}

.bannerLeft .form-group .btn {
  text-align: center;
  color: #fff;
  background: #3892d6;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
  font-size: 27px;box-shadow: inherit !important;
  outline: 0;
}

.blogListingWrap {
  background: #fbfbfb;
}
.blogCategory {
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 20px;
  display: flex;
}

.blogCategory li a {
  color: #3892d6;
  font-size: 17px;
  font-weight: 700;
}

.blogBoxes {
  margin: 0 0 50px;
}

.blogContent h2 {
  color: #2e3d63;
  margin: 15px 0 10px;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-decoration: none !important;
}

.blogContent p {
  color: #494a6b;
  font-size: 15px;
  font-weight: 400;
}

.blogContent p {
  color: #494a6b;
  font-size: 15px;
  font-weight: 400;
}


.buttonBox {
  text-transform: uppercase;
  color: #3892d6;
  font-size: 17px;
  transition: all .3s;
  text-decoration: none !important;
}

.buttonBox i {
  font-size: 18px;
  margin-left: 7px;
}


.page-link {box-shadow: inherit!important;}

.blogDetail {
  background: url(/media/blueBg.png);
  width: 100%;
  height: 223px;
}

.blogBanner {
  object-fit: cover;
  /* height: 500px; */
  margin: -110px 0 50px;
}


.aboutBanner {
  position: relative;
}

.aboutBanner h1 {
  letter-spacing: 0;
  color: #fff;
  width: 40%;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.accommoBoxes {
  background-color: #fbfbfb;
  margin: 0 0 30px;
  padding: 20px 30px;
}

.accommoBoxes h2 {
  color: #2e3d63;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 300;
}

.accommodationsBox li {
  border-bottom: 2px dotted #c6c6c6;
  width: 100%;
  margin: 15px 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
}

.accommodationsBox li a {
  color: #2e3d63;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 600;
  display: flex;
}

.accom1 .accommodationsBox li a::after {
  content: "";
  background: url(/media/Download-Icon.svg);
  width: 23px;
  height: 23px;
  display: block;background-repeat: no-repeat;
  background-size: contain;
}


.accommodationsBox li a::after {
  content: "";
  background: url(/media/Link-Icon.svg) no-repeat;
  width: 23px;
  height: 23px;
  display: block;background-repeat: no-repeat;
  background-size: contain;
}


.different {
  background: url(/media/differentBg.jpg) 50%/cover no-repeat;
  padding: 5% 0;
}

.nurse h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
  font-size: 32px;
}

.faqSection .card .card-body {
  color: #fff;
  padding: 3px 0 20px;
}

.differentFaq .card .card-body {
  color: #494a6b;
}

.infoList h2 {
  color: #3892d6;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.infoList p {
  color: #494a6b;
  word-wrap: break-word;
  margin: 0 0 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}



.infoList a {
  color: #2b7bb9;
}

.infoList h5 {
  color: #3892d6;
  font-size: 15px;
  font-weight: 700;
}
.socialList {
  align-items: center;
  gap: 11px;
  margin: 0;
  display: flex;
}
.socialList li a {
  color: #6a6a6a;
  font-size: 25px;
}

.contactInfo p {
  color: #494a6b;
}


.contactInfo h3 {
  color: #3892d6;
  letter-spacing: 0;
  width: 100%;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.contactInfo h6 {
  color: #494a6b;
}

.contactInfo .form-control, .contactInfo select.form-control {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  height: 50px !important;
}

.contactInfo .button_div {
  align-items: start;
  gap: 40px;
  display: flex;
}
.contactInfo .button_div p {
  color: #494a6b;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.whatweDes h4 {
  color: #3892d6;
  letter-spacing: 0;
  margin: 30px 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.whatweDes ul {
  flex-wrap: wrap;
  gap: 2%;
  display: flex;
}

.whatweDes ul li {
  color: #494a6b;
  align-items: center;
  gap: 7px;
  width: 49%;
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.whatweDes ul li::before {
  content: "";
  background: #3892d6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.StaffingTitle {
  margin: 0 0 100px;
}
.StaffingBox {
  color: #fff;
  background: #2e3d63;
  height: 100%;
  padding: 0 20px 20px;
}
.StaffingBox .StaffingBoxIcon {
  margin: 0;
  position: relative;
  top: -40px;
}
.StaffingBox h2 {
  color: #3892d6;
  letter-spacing: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.StaffingBox .StaffingBoxIcon img {
  width: 110px;
}

@media only screen and (min-width: 1000px) {
  .w-lg-100 {
    width: 100%;
    max-width: 100%;
  }
}


.blueBox {
  color: #fff;
  background-color: #2e3d63;
  height: 100%;
  padding: 20px;
}
.blueBox h3 {
  color: #fff;
  word-wrap: break-word;
  margin: 10px 0;
  font-weight: 700;
}

.blueBox ul li {
  letter-spacing: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.blueBox ul li span {
  width: 92%;
}

.blueBox ul li::before {
  content: "";
  background: url(/media/bluecheckbox.svg) 0 0/contain no-repeat;
  width: 28px;
  height: 29px;
}

.blueBox.pink ul li::before {
  content: "";
  background: url(/media/blackcheckbox.svg);
}

.different h2, .different p {
  color: #fff;
}
.blueBox.pink {
  background-color: #3892d6;
}



.formWraps {
  background-color: #fbfbfb;
  margin: 50px 0 0;
  padding: 20px;
}

.formWraps h3 {
  color: #3892d6;
  font-size: 22px;
  font-weight: 600;
}

.formWraps input {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 12px;
}

.aboutSection {
  padding: 5% 0;
}

 .aboutSection h3 {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.4;
}

.applyFormWrapper {
  background: url(/media/Testimonials-Bkg.jpg) 50%/cover no-repeat;
  padding: 40px 0 0;
}

.applyForms .form-control {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 12px;
}

.applyForms h2 {
  color: #3892d6;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.applyFormWrapper p {
  font-size: 11px;
  font-weight: 400;
  color: #494a6b !important;
}

.applyFormWrapper .form-bottom {
  align-items: start;
  gap: 30px;
  margin: 10px 0;
  display: flex;
}


.userLogin  label  {
  color: #757575;
  margin: 4px 0 5px;
}

.userLogin input {
  color: #9d9d9d;
  padding: 12px;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  box-shadow: none !important;
  outline: none !important;
}
.userLogin .btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #3892d6;
  border: none;
  border-radius: 7px;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: block;
  text-decoration: none !important;
}

.userLogin .btn:hover {
  color: #fff;
  background: #2e3d63;
  transition: all .3s;
}


.desText p {
  color: #494a6b;
  margin: 0 0 11px;
    margin-bottom: 11px;
}
.desText p a {
  text-decoration: underline;
  font-weight: 600;
  color: #3892d6;
  text-transform: capitalize;
}

 .text-right {
  text-align: right;
}





 




@media only screen and (max-width:992px) {
.certifiedTestimonial img.girls {

  position: static;
}
.bannerLeft { 
  padding: 0 30px; 
}



}


@media only screen and (max-width: 766px) {
   .aboutBanner {
    background-color: #2e3d63;
    height: 170px;
  }
  
  .aboutBanner img {
    display: none;
  }

.accommoBoxes h2 { 
  font-size: 29px; 
}

.accommodationsBox li a { 
  font-size: 17px;
  font-weight: 400; 
}
.bannerRight {
  display: none;
}

 .bannerLeft {
    width: 100%;
    padding: 32px 30px;
  }
.bannerLeft h1 {
  color: #fff;
  font-size: 27px;
}

.travelBox ul li { 
  font-size: 13px; 
}

.accommodationsBox  h4  {
  margin:30px 0 0;
}
.accommodationsBox li { 
  width: 100%;
  margin: 0 0;
  padding: 7px 3px 7px; 
}

.faqSection .card .card-header .card-link {
  font-weight: 300;
  font-size: 16px;
}

.faqSection .card .card-header .card-link::after {
  content: "+";
  color: #3892d6;
  font-family: "Font Awesome 6 Free";
  position: relative;
  top: -5px;
  font-size: 28px;
  color: #fff;
}

.faqSection .card .card-header .card-link { 
  padding: 2px 0;}




}
 

@media only screen and (max-width:600px) {
.accommoBoxes {
  padding: 20px 10px;
}
  .travelBox ul li {
    font-size: 13px;
    width: 100%;
  }
 .accommodationsBox li a {
    font-size: 15px;
  }
.accommoBoxes h2 {
    font-size: 21px;
  }

.accommodationsBox li a::after { 
  width: 18px;
  height: 18px; 
}


.accom1 .accommodationsBox li a::after { 
  width: 18px;
  height: 18px; 
}
 .faqSection .card .card-header .card-link {
    font-weight: 300;
    font-size: 15px;
    text-align: left;
  }

.aboutBanner h1 { 
  width: 100%; 
  left: 0; 
  padding: 0 10px;
  text-align: center;
}

.contactInfo .button_div { 
  gap: 0;
  display: flex;
  flex-wrap: wrap;
}

.whatweDes ul li { 
  width: 98%; 
}

.StaffingBox { 
  margin:0 0 30px!important;
}
.differentFaq {
  padding: 40px 0;
}

.blueBox ul li span {
  width: 86%;
  font-size: 13px;
}

.aboutSection h3 {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.4;
}
.applyFormWrapper .form-bottom { 
  gap: 0; 
  flex-wrap: wrap;
}






}








