.crescent-top{
  position: absolute;
  bottom :0;
  width:100%;
}
.svg-height{height:47px;}
/* .sl-bgColorr {padding-top:152px;padding-bottom:121px;background-position:center;background-repeat: no-repeat;background-size: cover;display: flex;height:auto;justify-content: center;align-items: center;} */
.sl-bgColorr{width:100%;
  background-color: #001147;
  min-height: 420px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:-89px;
}
#banner-video{
  opacity:0;
  transition: opacity 0.3s; 
}
.banner-video {
  width:100%;
  object-fit:cover;
  height:500px;
}
.sl-bgIMGG {
  width:100%;
  position:absolute;}
.banner-main-titlee {margin-bottom:0px;font-family: poppins,sans-serif,gill-sans;font-size: 48px;font-weight: 600;line-height: 1.21;letter-spacing: -1px;color: #fff;text-align: center;}
.blue-boxx{margin-left:auto;margin-right:auto;padding: 5px 16px 6px 16px;border-radius: 4px;border: solid 1px #002f9c;background-color: #001f6c;font-family: Lato, helvetica, sans-serif;font-size: 14px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: 1.2px;text-align: center;color: #f7fafc;}
.banner-sub-title{max-width:660px;margin: 0 auto;margin-top:15px;font-family: Lato, helvetica, sans-serif;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.67;letter-spacing: normal;text-align: center;color: #dadee3;}
.blue-box-divv{font-size: 16px;line-height: 1.5;text-align: center;margin-bottom:15px}

.main-container{
  padding-top: 55px;
}

.displayed-on-small-screen-div{
  display:none;
}

.cards{
  display: inline-block;
}

.search-container{
  display:none;
  max-width:80%;
  margin: 0 auto;
  position: relative;
}

.tab-container{
  display: flex;
  align-items:center;
  justify-content:space-between;
}

.tabs{
  max-width:57%;
  align-items:center;
  margin-top:10px;
}

.tabs ul::-webkit-scrollbar{
  width: 2px;
  height:3px;
}

.tabs ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 5px;
  border-radius: 3px;
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
  align-items:center;
}
.tabs ul li {
  display: inline-block;
}

.tab-button{
  font-family: Lato, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #5f6163;
  cursor:pointer;
  border:0;
  padding:0;
  background-color:transparent;
  margin-right:25px;
}

.active-button{
  border-bottom: solid 2px #e50044;
  padding-bottom: 24px;
  color: #e50044;
}

#SEARCHBAR{
  width: 400px;
  border-radius: 4px;
  border: solid 1px #dadee3;
  background-color: #fff;
  height: 44px;
  text-indent:15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5f6163;
}

.searchIcon{
  position:absolute;
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/JobdivaRedesignImages/actions-operations-search-16.svg');
  padding:10px;
  right:8px;
  top:13px;
  background-repeat: no-repeat;
}

.searchIcon2{
  position:absolute;
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/JobdivaRedesignImages/actions-operations-search-16.svg');
  padding:10px;
  left:8px;
  top:13px;
  text-indent:10px;
  background-repeat: no-repeat;
}

input:focus::placeholder {
  color: transparent;
}



.card{
  object-fit: contain;
  border-radius: 25px;
  border: solid 1px #dadee3;
  background-color: #fff;
  flex-direction: column;
  padding: 28.5px 21px 28px 23px;
  cursor:pointer;
  min-width: 100%;
  display:flex;
  min-height:340px;
}

.card:hover{
  object-fit: contain;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  box-shadow: 0 5px 20px 5px rgba(193, 197, 201, 0.4);
  border: solid 1px #dadee3;
  background-color: #fff;
}

.card-title{
  font-family: Poppins,sans-serif,gill-sans;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #001241;
  padding-top:23px;
  margin:0;
}

.card-description{
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5f6163;
  padding-top:10px;
  margin:0;
}

#card-img-div{
  max-width:auto;
}

.card-imgg{
  height:40px;
  object-fit:contain;
}

.load-more-div{
  margin-top: 50px;
  align-items:center;
  justify-content:center
}

.load-more-button{
  padding: 13px 163px 13px 162px;
  border-radius: 6px;
  background-color: #f1f4f8;
  font-family: Lato, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #001241;
  margin: auto;
  cursor:pointer;
  display: block;
  border:0;
}

.category-box{
  padding: 5px 14px 6px 11px;
  border-radius: 14px;
  background-color: #f1f4f8;
  font-family: Lato, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #5f6163;
  margin-right: 10px;
}

.category-container{
  display: flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-top: auto;
}

.select-wrapper{
  margin-right: 11px;
}

.select-wrapper.active .content{
  display: block;
}

.select-btn, li{
  cursor: pointer;
  list-style-type: none;
}

.select-btn{
  vertical-align:middle;
  display:table-cell;
  text-indent:22px;
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #a8acb0;
  background: #fff;
  width: 290px;
  /*   width: 100%: */
  background: #fff;
  border: solid 1px #dadee3;
  border-radius: 6px;
  height: 44px;
  position:relative;
}

.select-arrow{
  position: absolute;
  z-index:2;
  top: 13px;
  padding:10px;
  right: 10px;
  background-repeat: no-repeat;
  left: auto;
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/redesign-assets/select-arrow-down.png');
}

.content{
  padding: 5px 10.2px 5px 9.5px;
  object-fit: contain;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border: solid 1px #f1f4f8;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.9) 88%);
  display: none;
  position:absolute;
  z-index:2;
  margin-top: 7px;
  max-height: 300px;
  overflow: auto;
}

.content::-webkit-scrollbar{
  width: 4px;
  height:3px;
}

.content::-webkit-scrollbar-thumb {
  background-color: #dadee3;
  width: 5px;
  border-radius: 3px;
}
.wrapper.active .content{
  display: block;
}
.content .search{	
  position: relative;
}

.content .options{
  margin-top: 10px;
  padding-right: 7px;
}

.content .search{
  position: relative;
}

.search i{
  top: 50%;
  left: 15px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}

.search input{
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}
.search input:focus{
  padding-left: 42px;
  border: 2px solid #4285f4;
}

::placeholder {
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a8acb0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a8acb0;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a8acb0;
}

/* .search input::placeholder{
  color: #bfbfbf;
} */

.content .options{
  margin-top: 10px;
  padding-right: 7px;
}

.options li{
  padding: 12px 0px 12px 12.5px;
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5f6163;
  margin-left: -20px;
}

.options li:hover, li.selected{
  border-radius: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1f4f8;
}

.select-wrapper2.active .select-btn2 .select-arrow2{
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/redesign-assets/select-arrow-up.png');
}

.select-wrapper2.active .content2{
  display: block;
}

.select-btn2, li{
  cursor: pointer;
  list-style-type: none;
}

.select-btn2{
  vertical-align:middle;
  text-indent:22px;
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #a8acb0;
  background: #fff;
  border: solid 1px #dadee3;
  border-radius: 6px;
  height: 44px;
  position:relative;
  padding-top:8px;
}

.select-arrow2{
  position: absolute;
  z-index:2;
  top: 13px;
  padding:10px;
  right: 10px;
  background-repeat: no-repeat;
  left: auto;
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/redesign-assets/select-arrow-down.png');
}

.content2{
  padding: 5px 10.2px 5px 9.5px;
  object-fit: contain;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border: solid 1px #f1f4f8;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.9) 88%);
  display: none;
  position:absolute;
  z-index:2;
  margin-top: 7px;
  max-height: 300px;
  overflow: auto;
}

.content2::-webkit-scrollbar{
  width: 4px;
  height:3px;
}

.content2::-webkit-scrollbar-thumb {
  background-color: #dadee3;
  width: 5px;
  border-radius: 3px;
}
.wrapper2.active .content{
  display: block;
}
.content2 .search2{	
  position: relative;
}

.content2 .options2{
  margin-top: 10px;
  padding-right: 7px;
}

.content2 .search2{
  position: relative;
}

.search2 i{
  top: 50%;
  left: 15px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}

.search2 input{
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}
.search2 input:focus{
  padding-left: 42px;
  border: 2px solid #4285f4;
}
.search2 input::placeholder{
  color: #bfbfbf;
}

.content2 .options2{
  margin-top: 10px;
  padding-right: 7px;
}

.options2 li{
  padding: 12px 0px 12px 12.5px;
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #5f6163;
  margin-left: -20px;
}

.options2 li:hover, li.selected{
  border-radius: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1f4f8;
}

.search-on-big-screen{
  display: flex;
}

.video-div{width:100%}
#search-select-div{
  display: none;
}
@media only screen and (max-width: 1450px) {
  .banner-video {
    height:420px;
  }
}
@media only screen and (max-width: 1170px) {
  .card{
    max-width: 350px;
  }
  #SEARCHBAR{
    width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-video{
    object-fit: cover;
    object-position:right;
  }
  #search-select-div{
    display: flex;
    max-width:90%;
    margin:0 auto;
    margin-bottom:15px;
  }
  .tabs{
    max-width:80%;
    margin:0 auto;
  }
  .search-on-big-screen{
    display:none;
  }
  .searchIcon{
    display:none;
  }
  .search-container{
    display:block;
    width:100%;
    max-width:100%;
  }
  #SEARCHBAR{
    width:100%;
    max-width:1000px; !important;
    text-indent:30px;
  }
  .select-wrapper{
    margin-right: 0px;
  }
  .select-btn{
    width:100%;
    display:flex;
  }
}

@media only screen and (max-width: 814px) {
  .sl-bgIMGG {
    padding-top: 78px;
  }
  @media only screen and (max-width: 767px) {
    .card-img {
      margin-bottom: 15px !important;
    }
    .tabs{
      max-width:100%;
      margin:0 auto;
    }
    #SEARCHBAR2{
      width:100%;
      max-width:1000px; !important
    }
    .search-container{
      max-width:100%;
    }
    .card-imgg {
      margin-bottom: 23px;
    }
  }

  @media only screen and (max-width: 600px) {
    .crescent-top{margin-top: -32px;}
    .svg-height{height:32px;}
  }

  @media only screen and (max-width: 575px) {

    .card-imgg{
      margin-bottom: 26px;
    }
    .tab-button{
      font-size: 18px;
    }
    .card-description{
      font-size:15px;}
    .card{
      padding: 17.5px 19px 18px 22px;
      min-height:100px;
    }
    .not-displayed-onsmall-screen-div{
      display:none;
    }
    .displayed-on-small-screen-div{
      display:block;
    }
    .load-more-button{
      padding: 13px 35px 13px 35px;
      border-radius: 6px;
      background-color: #f1f4f8;
      font-size: 15px;
      font-weight: bold;
    }
    #search-select-div{
      max-width: 100%;
    }
    ::placeholder {
      font-size: 15px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 15px;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      font-size: 15px;
    }

    .main-container{
      padding-top:20px;
      margin:0 auto;
      max-width: 480px
    }
    .sl-bgIMGG{
      padding-left: 22px;
      justify-content: left;
    }
    .blue-box-divv{text-align: left;margin-bottom:10px}
    .banner-main-titlee {line-height: 1.5;font-size: 32px !important;text-align:left !important;}
    .banner-sub-title{
      font-size: 18px;
      text-align:left !important;
    }
    .blue-boxx{
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.57;
      letter-spacing: 2.23px;
    }
  }
  @media only screen and (max-width: 500px) {
    .banner-sub-title{
      text-align: left;
    }

    .sl-bgColorr {
      justify-content: flex-start;
      min-height:400px !important;
    }
  }