/* Banner Title Start */
.banner-title{
  padding: 30px 0;
}
.banner-title h1{
  font-size: 40px;
  font-weight: 600;
  color: #0C356A;
  margin: 0;
}
/* Banner Title End */
.join-team{
  background: url(../images/join-team-bg.webp) no-repeat center right;
  background-size: cover;
  padding: 40px 20px;
}
.join-team h2{
  text-align: center;
  color: #0C356A;
  font-size: 28px;
}
.join-team h3{
  text-align: center;
}
.tab-div .d-grid{
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}
.tab-list{
  background: #0174be26;
  padding: 15px;
}
.section-padding{
  margin-bottom: -50px;
}
.tab-list span{
  display: block;
}
.tab-list a{
  display: block;
  padding: 8px 0;
  display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #00000080;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tab-list a.active{
  color: #0c356a;
    position: relative;
}
.tab-list a.active::before {
  width: 100%;
  content: '';
  height: 4px;
  border-radius: 10px;
  background: #0c356a;
  bottom: 0px;
  position: absolute;
}
.join-team .d-grid{
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}
.join-team .form-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
} 
.join-team .dropdown {
  position: relative;
}
.join-team .dropdown-select {
  position: relative;
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #cbc9c9;
  border-radius: 5px;
  height: auto;
  background: #fff;
}
.join-team .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E6F1F8;
}
.join-team .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.join-team .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.join-team .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: var(--color-greys);
  box-shadow: var(--shadow-small);
}
.join-team .dropdown-menu-item {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color:#fff;
  transition: all 0.2s ease-in-out;
}
.join-team .dropdown-menu-item:hover {
  color: #fff;
  background-color: #0C356A;
}
.join-team .dropdown-menu-item.is-select, .join-team .dropdown-menu-item.is-select:hover {
  color: #fff;
  background-color: #0C356A;
}
.join-team .dropdown-menu-search {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  color: var(--color-black)#000;
  background-clip: padding-box;
  background-color: #eee;
}
 .join-team form{
  background: #0176be58;
  padding: 20px;
}
.join-team form label{
  display: block;
  color: #0C356A;
}
.relative{
  position: relative;
}
.join-team form button{
  position: absolute;
  right: 0;
  top: 0;
  border:1px solid #0C356A;
  background: #0C356A;
  height: 100%;
  border-radius: 0 5px 5px 0;
  padding: 15px;
  z-index: 9;
  cursor: pointer;
}
/* .gg-search{
  color: #fff;
} */
.job-filter select{
  width: 158px;
  background: #F7F7F7;
  border-color: #D8D8D8;
  color: #74787D;
  font-family: 'Work Sans';
  padding: 8px;
  border-radius: 20px;
  cursor: pointer;
}
.job-filter{
  display: flex;
  align-items: center;
}
.job-open p{
  color: #74787D;
  font-size: 15px;
  font-weight: 700;
  margin: 0 40px 0 0;
}
.job-open{
  /*border-right: 1px solid #000;*/
  margin-right: 40px;
}
.job-category{
  margin-right: 40px;
}
.job-date p{
  margin: 0;
  font-size: 14px;
  color: #979797;
}
.jobs-lists h3{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
.jobs-lists a{
  color: #0C356A;
}
.job-date{
  display: flex;
}
.job-date p:first-child{
  margin-right: 10px;
}
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}
.gg-chevron-right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jobs-lists .col{
  margin: 30px 0;
}
.jobs-lists{
  margin-top: 50px;
}
.about-sakra-div img{
  display: block;
  width: 100%;
}
.about-sakra-div p span{
  color: #7E3A74;
}
.about-sakra-div .d-grid{
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px;
  margin: 40px 0;
}
.about-sakra-div .d-grid img{
  display: block;
  width: 100%;
}
.about-sakra-div .d-grid h3{
  margin: 0 0 20px 0;
  color: #0C356A;
  font-size: 18px;
}
.about-sakra-div{
  margin-top: 150px;
}
.inner-banner img{
  display: block;
  width: 100%;
}
.overview p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.overview p span{
  color: #7E3A74;
}
.overview-img img{
  display: block;
  width: 100%;
}
.overview-img{
  margin-bottom: 40px;
}
.overview-grid{
  grid-template-columns: calc(55% - 30px) calc(45% - 30px);
  gap: 30px;
}
.overview-grid p{
  margin-top: 40px;
}
.overview-grid img{
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.overview h2{
  text-align: center;
  color: #0C356A;
  font-size: 30px;
  margin: 100px 0 40px 0;
}
.seeking-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.seeking-grid p{
  text-align: center;
  color: #000;
  font-size: 16px;
}
.seeking{
  background: url(../images/seeking-bg.webp) no-repeat center right;
  background-size: cover;
  padding: 100px 30px;
}
.seeking-grid .view-all a{
  background-color: #fff;
  border-color: #fff;
}
.seeking-grid .view-all a:hover{
  background: #0C356A;
}
.register .d-grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.register label{
  display: block;
  font-weight: 600;
  color: #414b58c4;
}
.register input, .register select{
  padding: 18px;
  border: 1px solid #f2f2f2;
  width: 100%;
  border-radius: 3px;
  font-family: 'Work Sans';
}
.register .form-group{
  margin-top: 15px;
}
.gg-software-upload {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 16px;
  height: 6px;
  border: 2px solid;
  border-top: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 8px;
  margin-left: 15px;
 }
 
 .gg-software-upload::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
  left: 2px;
  bottom: 4px
 }
 
 .gg-software-upload::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 10px;
  background: currentColor;
  left: 5px;
  bottom: 3px
 } 
 .profile-pic{
  width: 100px;
 }
 .upload input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
 }
 .upload label{
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  border-radius: 20px;
  border: 2px solid #d2e7f5;
  color: #0C356A;
  cursor: pointer;
 }
.col-4{
  grid-template-columns: repeat(4, 1fr) !important;
}
.line{
  width: 100%;
  height: 1px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(12,53,106,1) 50%, rgba(248,250,252,1) 100%);
  margin: 40px 0;
}
.col-2{
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px ;
}
.agree{
  display: flex;
  margin: 30px 0;
}
.agree input{
  width: auto;
  margin-right: 15px;
}

.register h2{
  font-size: 24px;
  color: #0C356A;
  font-weight: 600;
}
.submit-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn button{
  padding: 8px 35px;
  border-radius: 50px;
  border: 1px solid #d2e7f5;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  background: #fff;
  color: #0C356A;
  cursor: pointer;
}
.submit-btn button:first-child{
  margin-right: 15px;
}
.submit-btn button:last-child{
  background: #0C356A;
  color: #fff;
  border-color: #0C356A;
}
@media(max-width:991px){
  .register label {
    font-size: 11px;
  }
  .col-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .join-team{
    padding: 10px;
    width: 100%;
  }
  .join-team .dropdown-select{
    font-size: 14px;
  }
  .banner-quick-link-col a {
    font-size: 14px;
  }
  .doctor-search-bar {
    margin-top: -40px;
  }
  .job-open p {
    margin: 0 10px 0 0;
}
.register label {
  font-size: 11px;
}
.col-4 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.register .d-grid{
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
}
@media(max-width:767px){
  .register .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .register label {
    font-size: 15px;
  }
  .col-4, .col-2{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .banner-quick-link-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.select-speciality{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.baner-quick-link-border:nth-child(2){
  border: none;
}
.baner-quick-link-no-border{
  border-right: none;
}
.tab-div .d-grid {
  grid-template-columns: 1fr;
  gap: 50px;
}
.tab-list {
  background: #0174be26;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tab-list span {
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.about-sakra-div .d-grid {
  grid-template-columns: repeat(1, 1fr) !important;
}
.join-team h2 {
  font-size: 20px;
}
.join-team .d-grid {
  grid-template-columns: 1fr;
  gap: 30px;
}
.main-title {
  font-size: 26px;
}
.tab-div .d-grid .col{
  overflow: hidden;
}
.job-filter{
  display: block;
}
.job-open{
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
  border-right:none;
}
.job-filter select{
  width: 100%;
}
.job-category {
  margin-right: 0px;
  margin-bottom: 20px;
}
.register .d-grid {
  grid-template-columns: repeat(1, 1fr);
}
.register label {
  font-size: 15px;
}
.col-4, .col-2{
  grid-template-columns: repeat(1, 1fr) !important;
}
.register .d-grid{
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.overview-img img{
  width: 100%;
}
.overview-grid, .seeking-grid{
  grid-template-columns: 1fr;
}
.seeking{
  padding: 10px;
}
.overview h2{
  margin: 30px 0;
}
.overview-grid p {
  margin-top: 0;
}
}
@media(max-width:499px){
  .banner-quick-link-icon img {
    display: block;
    width: 24px;
}
.banner-quick-link-col a {
  font-size: 12px;
}
.banner-title h1 {
  font-size: 23px;
}
  
}