/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
 
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


/* 03-05-2022 */
    .available{
        /*margin-left: 20px;*/
            margin-right: -82px;
    }
    
    .logo{
      /*margin-right: 20px;*/
        margin-left: -57px;
    }

/* 03-05-2022 ends here */




.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #143f6e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #dd0102;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #143f6e;*/
  background: #508ccd;;
  color: #fff;
  padding: 20px 0;
}
#topbar a{
  color: #fff;
  text-decoration: none;
}
#topbar i{
  margin-right: 15px;
  cursor: pointer;
  font-size: 20px;
}
#topbar i:hover{
  color: #dd0102;
}
#topbar p{
  margin-bottom: 0;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 90px;*/
  height: 121px;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px #3493fa;
  background: #fff;
}
.scrolled-offset {
  margin-top: 70px;
}
/*.logo img{*/
/*  width: 200px;*/
/*  height: 50px;*/
/*}*/

.logo img {
    width: 246px;
    height: 69px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/** * Desktop Navigation */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 15px;
  /*padding: 10px 35px 10px 35px;*/
  font-size: 20px;
  transition: 0.3s;
  color: #010101;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #dd0102;
}
/*.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #af1110;
  color: #fff;
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #f7a704;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}*/
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #010101;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}


/* 24*7 avaiable */
.available p{
  margin-bottom: 0;
  background: #508ccd;
  padding: 9px 20px;
  color: #fff;
  border-radius: 25px;
  /*font-size: 18px;*/
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.available p i{
  padding-right: 10px;
  font-size: 20px;
}

/* 24*7 avaiable ends here */




@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow-x: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #010101;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #dd0102;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f7a704;
  /*color: #428bca;*/
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(700px - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}
#hero .carousel-item {
  width: 100%;
  height: calc(700px - 110px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 2px 2px 20px #000;
  margin-bottom: 0;
}
#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-get-started {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 45px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #dd0102;
}
#hero .btn-get-started:hover {
  background: #143f6e;
  transition: all .7s ease;
}
/*--------------------------------------------------------------
                      Home Page
--------------------------------------------------------------*/
#homeAbout{
  margin: 80px 0;
}
.home_abt_shd{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 30px 0px;
}
.home_abt_txt{
  margin-bottom: 30px;
  font-size: 18px;
}
.home_abt_omov{
  margin-top: 30px;
}
.habt_omsn_hd, .habt_ovsn_hd{
  margin: 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.habt_omsn_txt, .habt_ovsn_txt{
  font-size: 18px;
  padding-right: 40px;
}
.home_abt_img img{
  width: 100%;
  height: 100%;
}
/*------------- Service ------------*/
#homeService{
  background: #e2f0ff;
  padding: 50px 0;
}
.hme_ser{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hme_ser_hdtxt{
  padding-left: 40px;
}
.hme_ser_txt{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.hme_ser_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hme_ser_btn a{
  background: #143f6e;
  color: #fff;
  padding: 15px 70px;
  box-shadow: 8px 8px 14px 5px rgba(128,128,128, .3);
  letter-spacing: 1px;
  font-weight: 700;
}
.hme_ser_btn a:hover{
  background: #dd0102;
  color: #143f6e;
  transition: all .7s ease;
}
.hme_ser_row{
  display: flex;
  justify-content: space-evenly;
}
.pharmacy_staffing{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 60px;
}
.pharmacy_staffing img{
  width: 120px;
  height: auto;
}
.pharmacy_staffing_hd{
  font-size: 25px;
  font-weight: 900px;
  margin-top: 20px;
}
.pharmacy_staffing_shd{
  font-size: 18px;
  font-weight: 500;
}
.pharmacy_staffing ul{
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
}
.pharmacy_staffing ul li{
  font-size: 16px;
  color: gray;
  padding: 5px 0;
  display: flex;
  align-items: center; 
}
.pharmacy_staffing ul i{
  color: #143f6e;
  background-color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.hme_ser_row2{
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
/*-------------- Testimonial ----------*/
#homTestimonial{
  margin: 50px 0;
}
.tst_containter{
  border: 4px solid #e2f0ff;
  padding: 20px 40px;
}
.hme_tstm{
  display: flex;
  align-items: center;
}
.hme_tstm_hdtxt{
  padding-left: 40px;
}
.hme_tstm_txt{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.hme_tstm_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hme_tstm_btn a{
  background: #143f6e;
  color: #fff;
  padding: 15px 70px;
  box-shadow: 8px 8px 14px 5px rgba(128,128,128, .3);
  letter-spacing: 1px;
  font-weight: 700;
}
.hme_tstm_btn a:hover{
  background: #dd0102;
  color: #143f6e;
  transition: all .7s ease;
}

#homTestimonial .carousel{
  /*border: 2px solid black;*/
  padding: 2% 3%;
  /*box-shadow: 2px 2px 3px 2px gray;*/
  border-radius: 5px;
}

#homTestimonial .carousel-indicators{
  margin-left: 33px;
  margin-right: 0;
  margin-bottom: .7rem;
  display: flex;
  justify-content: left;
}
#homTestimonial .carousel-indicators .active {
  opacity: 1;
  background: #dd0102;
}
#homTestimonial .carousel-indicators button{
  background: #e2f0ff;
}
#homTestimonial .carousel-indicators [data-bs-target]{
  /*background: rgba(189, 195, 199, 1);*/
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.tstm_div{
  display: flex;
  justify-content: space-between;
}
.testimonial_brf{
  width: 60%;
}
.testimonial_brf h5{
  font-size: 25px;
  font-weight: 700;
  margin-top: 50px;
}
.testimonial_brf h6{
  font-size: 25px;
  font-weight: 800;
  color: #dd0102;
}
.client-img{
  width: 30%;
  display: flex;
  justify-content: center;
}
.client-img img{
  width: 100%;
  height: 250px;
}
/*------------ Contact ------------*/
#homeContact{
  padding: 80px 0;
  background: #e2f0ff;
  overflow-x: hidden;
}
.hme_contct{
  display: flex;
  align-items: center;
}
.hme_contct_hdtxt{
  padding-left: 40px;
}
.hme_contct_txt{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.hme_contct_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hme_contct_btn a{
  background: #143f6e;
  color: #fff;
  padding: 15px 70px;
  box-shadow: 8px 8px 14px 5px rgba(128,128,128, .3);
  letter-spacing: 1px;
  font-weight: 700;
}
.hme_contct_btn a:hover{
  background: #dd0102;
  color: #143f6e;
  transition: all .7s ease;
}

.hom_contact_row{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.hom_cntct{
  padding: 30px 0;
  /*background: #fff;*/
}
.hom_cntct:hover{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 15px 0px #809dbd;
  /*transition: all .2s ease;*/
}
.hom_cntct:hover .hom_cntct_img1{
  display: none;
}
.hom_cntct:hover .hom_cntct_img2{
  display: block;
}
.hom_cntct .hom_cntct_img1{
  width: 80px;
  height: auto;
}
.hom_cntct .hom_cntct_img2{
  width: 80px;
  height: auto;
  display: none;
}
.hom_cntct_txt{
  margin: 15px 0;
  font-size: 22px;
  font-weight: 700;
}
.hom_cntct_tel, .hom_cntct_fax{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
/*----------- Newsletter ----------*/
#Newsletter{
  padding: 80px 0;
  background: #143f6e;
  color: #fff;
  text-align: center;
}
.news_letter_hd{
  font-size: 35px;
  margin-bottom: 25px;
}
.news_letter_hd span{
  font-weight: 800;
}
#Newsletter input{
  background: transparent;
  width: 35%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #fff;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}
.news_letter_btn{
  background: #dd0102;
  border-radius: 30px;
  width: 13%;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
  transition: 0.3s;
}
.news_letter_btn:hover{
  background: #e2f0ff;
  color: #143f6e;
  transition: all .7s ease;
}
/*----------- Footer ------------*/
#footer{
  background: #171717;
  padding: 80px 0;
  color: #fff;
}
.footer_abt_hd{
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 25px;
}
.footer_links{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.footer_links ul{
  padding-left: 0;
  list-style: none;
}
.footer_links ul li{
  /*padding: 5px 0;*/
}
.footer_links a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: -15px;
}
.footer_links a:hover{
  color: #143f6e;
}
.footer_contact_adrs_txt{
  margin-bottom: 0;
}
.footer_contact_telfax{
  margin-top: 20px;
}
.footer_slink{
  display: flex;
  /*justify-content: space-between;*/
}
.footer_slink a{
  color: #fff;
  text-decoration: none;
}
.footer_social_lnk i{
  font-size: 30px;
  cursor: pointer;
  margin-right: 15px;
}
.footer_social_lnk i:hover{
  color: #143f6e;
  background: #fff;
}

.copyright{
  background: #000;
}
.copyright h6{
  margin-bottom: 0;
  padding: 20px 0;
  color: #fff;
}
/*================================================================== 
                          About Us Page 
====================================================================*/
#aboutBanner{
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.abtbnr_hd{
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
}
.abtbnr_hd span{
  font-weight: 800;
  text-transform: uppercase;
}

#aboutAboutus{
  padding: 50px 20px;
  background: #143f6e;
  color: #fff;
}
.abt_abt_brf{
  font-size: 18px;
}

#implyInfro{
  padding: 50px 0;
  padding-left: 70px;
  background: #143f6e;
  color: #fff;
}
.impmly_info_hd{
  font-size: 35px;
  margin-bottom: 25px;
}
.impmly_info_hd span{
  font-weight: 800;
  text-transform: uppercase;
}
.impmly_info ul{
  list-style: none;
  padding-left: 0;
}
.impmly_info ul li{
  font-size: 18px;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.impmly_info ul li p{
  margin-bottom: 0;
}
.impmly_info ul li i{
  margin-right: 10px;
  font-size: 20px;
  color: #e2f0ff;
}

#remoteOrder{
  padding: 50px 0;
  padding-left: 70px;
  color: #010101;
}
.abt_rmt_odr_hd{
  font-size: 30px;
  font-weight: 400;
}
.abt_rmt_odr_shd{
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 20px 0;
  text-transform: uppercase;
}

.abt_rmt_odr ul{
  list-style: none;
  padding-left: 0;
}
.abt_rmt_odr ul li{
  font-size: 18px;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.abt_rmt_odr ul li p{
  margin-bottom: 0;
}
.abt_rmt_odr ul li i{
  margin-right: 10px;
  font-size: 20px;
  color: #143f6e;
}

/*============================================================== 
                        Client Page 
===============================================================*/
#clients{
  padding: 50px 50px;
}
.habt_omsn_hd{
  font-size: 35px;
}
.client_brf_shd{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 0px;
}
.client_brf_txt{
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1;
}
.client_img img{
  width: 100%;
  height: 100%;
}
#jointComsn{
  padding: 50px 0;
  background: #e2f0ff;
}
.joint_cmsn{
  text-align: center;
  padding-bottom: 30px;
}
.joint_cmsn_shd{
  padding: 20px 0;
  font-weight: 800;
}
.jtcms_req{
  padding-left: 70px;
}
.jtcms_req_hd{
  font-weight: 700;
  padding-top: 20px;
}
.jtcms_req ul{
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}
.jtcms_req ul li{
  font-size: 18px;
  padding: 5px 0;
  display: flex;
  align-items: center;  
}
.jtcms_req ul li i{
  margin-right: 10px;
  font-size: 20px;
  color: #143f6e; 
}
.jtcms_req ul li p{
  margin-bottom: 0;
}

#rpharmacySolution{
  padding: 80px 0;
  text-align: center;
  color: #fff;
  background: #143f6e;
}
.rps_brf_hd{
  font-size: 35px;
  letter-spacing: 1px;
}
.rps_brf_shd{
  font-weight: 800;
  padding: 20px 0;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rps_brf_txt{
  padding-top: 20px;
}
.clint_contct_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.clint_contct_btn a{
  background: #143f6e;
  color: #fff;
  padding: 15px 70px;
  box-shadow: 8px 8px 14px 5px rgba(128,128,128, .3);
  letter-spacing: 1px;
  font-weight: 700;
}
.clint_contct_btn a:hover{
  background: #dd0102;
  color: #143f6e;
  transition: all .7s ease;
}
/*================================================================== 
                          Services Page 
====================================================================*/
#ourServices{
  padding: 50px 80px;
  background: #e2f0ff;
}
.our_services_hd{
  font-size: 35px;
  text-align: center;
}
.our_services_shd{
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 1;
}
.our_ser_row{
  margin: 40px 0;
}
.our_ser{
  position: relative;
}
.our_ser .our_ser_img{
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.our_ser_over_img img{
  position: absolute;
  top: 0;
  left: 12px;
  width: 183px;
  height: 115px;
  border-top-left-radius: 30px;
  background: #fff;
  padding: 20px 40px;
}
.our_ser_brf{
  padding-left: 40px;
}
.our_ser_brf_hd{
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our_ser_brf_shd{
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
.our_ser_brf ul{
  list-style: none;
  padding-top: 35px;
  padding-left: 0;
}
.our_ser_brf ul li{
  display: flex;
  padding: 5px 0;
}
.our_ser_brf ul li p{
  font-size: 17px;
  display: flex;
  margin-bottom: 0;
}
.our_ser_brf ul li i{
  margin-right: 10px;
  font-size: 20px;
  color: #143f6e;
  display: flex;
  align-items: center;
}
#rpharmcyBenefit{
  padding: 50px 0;
  background: #e2f0ff;
}
.rpsb_img img{
  width: 100%;
  height: 100%;
}
.rpsb_brf{
  padding-left: 40px;
}
.rpsb_brf_hd{
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
}
.rpsb_brf_shd{
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.rpsb_brf ul{
  list-style: none;
  padding-top: 35px;
  padding-left: 0;
}
.rpsb_brf ul li{
  display: flex;
  padding: 5px 0;
}
.rpsb_brf ul li p{
  font-size: 16px;
  display: flex;
  margin-bottom: 0;
}
.rpsb_brf ul li i{
  margin-right: 10px;
  font-size: 20px;
  color: #143f6e;
  display: flex;
  align-items: center;
}
#serviceJcmsn{
  padding: 70px;
  background: #143f6e;
  color: #fff;
  text-align: center;
}
.ser_jcmsn_hd{
  font-size: 35px;
}
.ser_jcmsn_shd{
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 35px;
}
.ser_jcmsn_txt{
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
}
.ser_jcmsn_stxt{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 60px;
}
/*============================================================== 
                        Careers Page 
===============================================================*/
#careers{
  margin: 50px 0;
  padding: 0 50px;
}
.careers_brf_shd{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 30px 0px;
}
.careers_brf_txt{
  margin-bottom: 30px;
  font-size: 17px;
}
#ourPolicy{
  padding: 50px;
  background: #e2f0ff;
  text-align: center;
}
.our_policy_hd{
  font-size: 33px;
}
.our_policy_hd span{
  font-weight: 700;
}
.our_policy_txt{
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}
#careersEmpinfo{
  padding: 50px;
  background: #143f6e;
  color: #fff;
}
.cemf_brf_hd{
  font-size: 33px;
}
.cemf_brf_hd span{
  font-weight: 800;
  letter-spacing: 1px
}
.cemf_brf ul{
  padding-left: 0;
  list-style: none;
  margin-top: 40px;
}
.cemf_brf ul li{ 
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 18px;
}
.cemf_brf ul li i{
  color: #e2f0ff;
  font-size: 20px;
  margin-right: 10px;
}
.cemf_brf_txt{
  font-weight: 600;
}
.cemf_brf ul li p{
  margin-bottom: 0;
}
#careersForm{
  margin: 50px 0;
}
#careersForm input{
  width: 100%;
  height: 65px;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 10px gray;
  margin: 15px 0;
  padding-left: 10px;
  font-weight: 500;
}
#careersForm textarea{
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 10px gray;
  margin: 15px 0;
  padding-left: 10px;
  font-weight: 500;
}

.upload_file{
  position: relative;
}
.attch_file{
  background: #e2f0ff;
  padding: 10px 33px;
  position: absolute;
  top: 15%;
  right: 12px;
  font-size: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
#careersForm input[type="Submit"]{
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: none;
  margin: 15px 0;
  padding-left: 10px;
  font-weight: 500;
  background: #143f6e;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 30px;
}
#careersForm input[type="Submit"]:hover{
  background: #e2f0ff;
  color: #143f6e;
  transition: all .5s ease;
}
/*============================================================== 
                        Careers Page 
===============================================================*/
#contactUs{
  padding: 50px;
  background: #e2f0ff;
}
.contact_us_brf_shd{
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 30px 0px;
}
.contact_us_brf_txt{
  margin-bottom: 30px;
  font-size: 17px;
}

/*-------------------------------------------------------
                      Media Query
--------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
/*===============================================================*/
@media only screen and (max-width: 992px){
  .topbar_cntc, .topbar_mail, .topbar_adrs, .topbar_adrs {
    width: 50%;
  }
  .topbar_adrs, .topbar_adrs {
    margin-top: 7px;
  }
  #hero h2{
    font-size: 35px;
  }
  #hero p{
    font-size: 38px;
    font-weight: 700;
  }
  .carousel-control-next, .carousel-control-prev{
    justify-content: flex-start;
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
   font-size: 35px;
  }
  #homeAbout {
    margin: 40px 0;
  }
  .home_abt_shd {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
  }
  .home_abt_txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .home_abt_omov {
    margin-top: 0;
  }
  .home_abt_omov img{
    width: 135px;
  }
  .habt_omsn_hd, .habt_ovsn_hd {
    margin: 15px 0;
    font-size: 28px;
    font-weight: 700;
  }
  .habt_omsn_txt, .habt_ovsn_txt {
    font-size: 16px;
    padding-right: 10px;
  }
  .home_abt_img{
    display: flex;
    align-items: center;  
  }
  .home_abt_img img{
    height: 80%;
  }
  .hme_ser_hdtxt {
    padding-left: 0;
  }
  .hme_ser_hd{
    font-size: 23px;
  }
  .hme_ser_txt {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .hme_ser_btn a {
    padding: 15px 47px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .pharmacy_staffing {
    padding: 30px 10px;
    width: 45%;
  }
  .pharmacy_staffing img {
    width: 80px;
    height: auto;
  }
  .pharmacy_staffing_hd {
    font-size: 25px;
    font-weight: 600;
  }
  .hme_tstm_hdtxt {
    padding-left: 0;
  }
  .hme_tstm_hd{
    font-size: 23px;
  }
  .hme_tstm_txt {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .hme_tstm_btn a{
    padding: 15px 33px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .testimonial_brf h5 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
  }
  .testimonial_brf h6 {
    font-size: 22px;
    font-weight: 700;
  }
  #homTestimonial .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
  }
  #homeContact {
    padding: 50px 0;
  }
  .hme_contct_hd{
    font-size: 23px;
  }
  .hme_contct_txt{
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .hme_contct_btn a{
    padding: 15px 33px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .hom_cntct .hom_cntct_img1, .hom_cntct .hom_cntct_img2 {
    width: 65px;
    height: auto;
  }
  .hom_cntct_tel, .hom_cntct_fax {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
  }
  #Newsletter {
    padding: 50px 0;
  }
  .news_letter_hd {
    font-size: 30px;
  }
  #Newsletter input {
    width: 50%;
    height: 50px;
  }
  .news_letter_btn {
    width: 21%;
    height: 50px;
  }
  .footer_abt_hd {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footer_links {
    align-items: flex-start;
  }
  .footer_links ul {
    padding-left: 12px;
  }
  .footer_social_lnk i {
    font-size: 25px;
  }
  .copyright h6 {
    font-size: 14px;
  }
  /*================= About Us Page==============*/
  #aboutBanner{
    height: 450px;
  }
  .abtbnr_hd {
    font-size: 40px;
  }
  #implyInfro, #remoteOrder{
    padding: 35px 0;
    padding-left: 30px;
  }
  .impmly_info_hd {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .impmly_info ul li {
    font-size: 16px;
    padding: 3px 0;
  }
  .impmly_info ul li i {
    font-size: 15px;
  }
  .abt_rmt_odr_hd {
    font-size: 23px;
  }
  .abt_rmt_odr_shd {
    font-size: 25px;
    margin: 12px 0;
  }
  .abt_rmt_odr ul li {
    font-size: 16px;
    padding: 3px 0;
  }
  /*================= Client Page==============*/
  #clients {
    padding: 40px 20px;
  }
  .client_brf_shd{
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
  }
  .client_brf_txt{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .joint_cmsn {
    padding-bottom: 15px;
  }
  .joint_cmsn_hd{
    font-size: 26px;
  }
  .joint_cmsn_shd {
    padding: 13px 0;
    font-weight: 700;
    font-size: 25px;
  }
  .jtcms_req ul li {
    font-size: 16px;
    padding: 3px 0;
  }
  .rps_brf_shd {
    font-weight: 700;
    padding: 15px 0;
    font-size: 34px;
  }
  .rps_brf_hd {
    font-size: 32px;
    letter-spacing: 0;
  }
  .rps_brf_txt {
    padding: 15px;
  }
  .clint_contct_btn a{
    padding: 10px 15px;
    font-weight: 500;
  }
  /*================= Services Page==============*/
  #ourServices {
    padding: 50px 15px;
  }
  .our_services_hd {
    font-size: 28px;
  }
  .our_services_shd {
    font-size: 34px;
  }
  .our_ser {
    width: 50%;
    display: flex;
  }
  .our_ser_over_img img {
    width: 140px;
    height: 90px;
  }
  .our_ser_brf {
    padding-left: 15px;
    width: 49%;
  }
  .our_ser_brf_hd {
    font-size: 23px;
    letter-spacing: 0;
  }
  .our_ser_brf_shd {
    font-size: 18px;
    letter-spacing: 0;
  }
  .our_ser_brf ul, .rpsb_brf ul {
    padding-top: 15px;
  }
  .our_ser_brf ul li, .rpsb_brf ul li {
    padding: 3px 0;
    font-size: 16px;
  }
  .our_ser_brf ul li i, .rpsb_brf ul li i {
    margin-right: 7px;
    font-size: 16px;
  }
  .rpsb_brf_hd {
    font-size: 24px;
  }
  .rpsb_brf_shd {
    font-weight: 700;
    font-size: 28px;
  }
  #serviceJcmsn {
    padding: 50px;
  }
  .ser_jcmsn_shd {
    font-size: 35px;
    letter-spacing: 1px;
    margin: 20px;
  }
  .ser_jcmsn_txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .ser_jcmsn_stxt {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 40px;
  }
  /*================= Career Page==============*/
  #careers {
    margin: 30px 0;
    padding: 0px 20px;
  }
  .careers_brf_shd {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 0px;
  }
  #ourPolicy {
    padding: 30px;
  }
  .our_policy_txt {
    font-size: 17px;
    margin-top: 15px;
  }
  .our_policy_hd {
    font-size: 30px;
  }
  #careersEmpinfo {
    padding: 35px;
  }
  .cemf_brf ul {
    margin-top: 15px;
  }
  .cemf_brf ul li {
    padding: 3px 0;
    font-size: 16px;
  }
  .cemf_brf ul li i {
    font-size: 16px;
  }
  .cemf_img img {
    width: 100%;
    height: 100%;
  }
  #careersForm {
    margin: 30px 0;
  }
  #careersForm input {
    height: 50px;
    margin: 10px 0;
  }
  .attch_file {
    padding: 6px 25px;
    right: 12px;
    font-size: 25px;
  }
  /*================= Contact Us Page==============*/
  #contactUs {
    padding: 30px;
  }
  .contact_us_brf_hd {
    margin-bottom: 0;
  }
  .contact_us_brf_shd {
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 0px;
  }
  .contact_us_brf_txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cnct_form {
    width: 90%;
  }
  
  
  /* avaiable */
  
  .available p{
    font-size: 15px;
  }
  
}

/*===================================================================================*/
@media only screen and (max-width: 768px){
    
  /* 06-04-2022 */
  
  .logo img {
    width: 160px;
    height: 50px;
  }
  .available p{
    font-size: 15px;
  }
  .available p i{
    font-size: 15px;
  }
  
  .topbar_cntc, .topbar_mail, .topbar_adrs, .topbar_adrs {
    width: 100%;
  }
  .topbar_adrs, .topbar_adrs {
    margin-top: 0;
  }
  .topbar_mail {
    margin: 5px 0;
  }
  .topbar_adrs {
    margin-bottom: 5px;
  }
  #homeAbout {
    margin: 40px 10px;
  }
  .home_abt_hd{
    font-size: 21px;
  }
  .home_abt_shd {
    font-size: 34px;
  }
  .hme_ser_hd {
    font-size: 21px;
  }
  .hme_ser_txt {
    font-size: 29px;
  }
  .hme_ser{
    text-align: center;
    margin-bottom: 30px;
  }
  .hme_ser_btn a {
    padding: 10px 47px;
    font-weight: 400;
  }
  .pharmacy_staffing_hd {
    font-size: 23px;
    font-weight: 500;
  }
  .pharmacy_staffing_shd {
    font-size: 17px;
    font-weight: 500;
  }
  #homTestimonial {
    margin: 50px 15px;
  }
  .hme_tstm_hdtxt {
    padding-left: 0;
    text-align: center;
  }
  .hme_tstm_hd {
    font-size: 21px;
  }
  .hme_tstm_txt {
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 0;
  }
  .hme_tstm_btn{
    margin-bottom: 25px;
  }
  .hme_tstm_btn a {
    padding: 10px 33px;
    font-weight: 400;
  }
  .testimonial_brf h5 {
    font-size: 18px;
  }
  .testimonial_brf h6 {
    font-size: 19px;
    font-weight: 700;
  }
  #homTestimonial .carousel-indicators {
    margin-left: 9px;
    margin-right: 0;
    margin-bottom: -9px;
  }
  .hme_contct_hdtxt {
    padding-left: 0;
    text-align: center;
  }
  .hme_contct_txt {
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 0;
  }
  .hme_contct_hd {
    font-size: 21px;
  }
  .hme_contct_btn a {
    padding: 10px 33px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .hom_contact_row{
    padding: 0 40px;
  }
  .news_letter_hd {
    font-size: 26px;
  }
  #Newsletter input {
    width: 60%;
    height: 40px;
  }
  .news_letter_btn {
    width: 25%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
  }
  .footer_abt{
    text-align: center;
  }
  .footer_links, .footer_contact, .footer_social_lnk {
    align-items: center;
    margin-top: 25px;
    text-align: center;
  }
  .footer_slink{
    justify-content: center;
  }
  /*================= Services Page==============*/
  #ourServices {
    padding: 30px 10px;
  }
  .our_services_hd {
    font-size: 24px;
  }
  .our_services_shd {
    font-size: 29px;
    padding-bottom: 0;
  }
  .our_ser {
    width: 92%;
  }
  .our_ser_brf {
    padding-left: 0px;
    width: 80%;
    margin-top: 20px;
  }
  .our_ser_brf_hd {
    font-size: 22px;
  }
  .our_ser_brf_shd {
    font-size: 17px;
    letter-spacing: 0;
  }
  .our_ser_brf ul, .rpsb_brf ul {
    padding-top: 5px;
  }
  .rpsb_brf {
    margin-top: 15px;
  }
  #serviceJcmsn {
    padding: 30px;
  }
  .ser_jcmsn_hd {
    font-size: 23px;
  }
  .ser_jcmsn_shd {
    font-size: 28px;
    margin: 10px;
  }
  /*================= Client Page==============*/
  .client_brf_hd{
    font-size: 21px;
  }
  .client_brf_shd {
    font-size: 29px;
    padding: 5px 0px;
  }
  #jointComsn {
    padding: 30px 0;
  }
  .joint_cmsn_hd {
    font-size: 21px;
  }
  .joint_cmsn_shd {
    padding: 5px 0;
    font-weight: 700;
    font-size: 22px;
  }
  .jtcms_req {
    padding-left: 5px;
  }
  .jtcms_req ul {
    margin: 15px 0;
  }
  #rpharmacySolution {
    padding: 40px 0;
  }
  .rps_brf_hd {
    font-size: 23px;
  }
  .rps_brf_shd {
    padding: 5px 0;
    font-size: 27px;
  }
  .rps_brf_txt {
    padding: 5px;
  }
  /*================= Career Page==============*/
  .careers_brf_hd{
    font-size: 21px;
  }
  .careers_brf_shd {
    font-size: 29px;
    padding: 5px 0px;
  }
  /*================= About Page==============*/
  #aboutBanner {
    height: 370px;
  }
  #aboutAboutus {
    padding: 35px 20px;
  }
  .abt_abt_brf {
    font-size: 16px;
  }
  .habt_omsn_hd, .habt_ovsn_hd {
    margin: 5px 0;
    font-size: 24px;
  }
  .habt_omsn_txt, .habt_ovsn_txt {
    padding-right: 0px;
    margin-bottom: 35px;
  }
  .home_abt_shd {
    font-size: 28px;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  .home_abt_img img {
    height: 100%;
  }
  .impmly_info_hd {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .impmly_info_hd span {
    font-weight: 700;
  }
  /*================= Contact Page==============*/
  .contact_us_brf_hd{
    font-size: 21px;
  }
  .contact_us_brf_shd {
    font-size: 29px;
    padding: 5px 0px;
  }
}  
/*===================================================================================*/
@media only screen and (max-width: 480px){
  #hero h2 {
    font-size: 25px;
  }
  #hero p {
    font-size: 30px;
    font-weight: 600;
  }
  #hero .btn-get-started{
    font-weight: 600;
    font-size: 15px;
    padding: 15px 27px;
  }
  .home_abt_shd {
    font-size: 29px;
  }
  .habt_omsn_hd, .habt_ovsn_hd {
    margin: 10px 0;
    font-size: 23px;
    font-weight: 600;
  }
  .pharmacy_staffing {
    padding: 30px 20px;
    width: 90%;
    margin: 20px;
  }
  .tstm_div{
    flex-direction: column;
  }
  .testimonial_brf {
    width: 100%;
  }
  .testimonial_brf h5 {
    margin-top: 25px;
  }
  .client-img {
    width: 100%;
  }
  .client-img img {
    width: 100%;
    height: 160px;
  }
  #homTestimonial .carousel-indicators {
    margin-bottom: -15px;
  }
  #homeContact{
    overflow-x: hidden;
  }
  .news_letter_hd {
    font-size: 24px;
  }
  .nls_div{
    display: grid;
    place-items: center;
  }
  #Newsletter input{
    font-size: 15px;
    width: 80%;
  }
  .news_letter_btn {
    width: 40%;
    margin-top: 20px;
  }
  /*================= Service Page==============*/
  #aboutBanner {
    height: 265px;
  }
  .abtbnr_hd {
    font-size: 30px;
    letter-spacing: 1px;
  }
  #ourServices {
    padding: 30px 0px;
  }
  .our_services_hd {
    font-size: 21px;
  }
  .our_services_shd {
    font-size: 22px;
  }
  .our_ser {
    width: 100%;
  }
  .our_ser_brf {
    width: 100%;
  }
  .our_ser_brf_hd {
    font-size: 20px;
  }
  .home_abt_hd {
    font-size: 19px;
  }
  .home_abt_shd {
    font-size: 23px;
  }
  .rpsb_brf {
    padding-left: 15px;
  }
  .rpsb_brf_hd {
    font-size: 21px;
  }
  .rpsb_brf_shd {
    font-size: 25px;
  }
  .ser_jcmsn_hd {
    font-size: 20px;
  }
  .ser_jcmsn_shd {
    font-size: 25px;
    font-weight: 600;
  }
  #homeContact {
    padding: 30px 0;
  }
  .hme_contct_txt {
    font-size: 24px;
  }
  /*================= Client Page==============*/
  .client_brf_shd {
    font-size: 23px;
    padding: 0;
  }
  #clients {
    padding: 25px 10px;
  }
  .joint_cmsn_shd {
    padding: 5px 0;
    font-weight: 600;
    font-size: 21px;
  }
  .jtcms_req_hd {
    font-weight: 600;
    padding-top: 0;
  }
  /*================= Career Page==============*/
  .careers_brf_shd {
    font-size: 23px;
    padding: 0;
  }
  .our_policy_hd {
    font-size: 25px;
  }
  #careersEmpinfo {
    padding: 20px;
  }
  .cemf_brf_hd {
    font-size: 22px;
  }
  .cemf_brf_hd span {
    font-weight: 700;
    letter-spacing: 0;
  }
  /*================= About Page==============*/
  .home_abt_hd {
    font-size: 18px;
  }
  .home_abt_shd {
    font-size: 20px;
  }
  #implyInfro, #remoteOrder {
    padding: 20px 0;
    padding-left: 0;
  }
  .impmly_info_hd {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .impmly_info_hd span {
    font-weight: 600;
  }
  .abt_rmt_odr_hd {
    font-size: 19px;
  }
  .abt_rmt_odr_shd {
    font-size: 23px;
    margin: 10px 0;
  }
  /*================= Contact Page==============*/
  #contactUs {
    padding: 15px;
  }
  .contact_us_brf_hd {
    font-size: 19px;
  }
  .contact_us_brf_shd {
    font-size: 23px;
  }
}