p{
  margin-top:10px !important;
  margin-bottom: 10px !important;
}

#tabs{
  max-width:680px;
  padding-bottom: 60px;
}

.icon{
  fill:#e50044;
  margin-bottom: 3px;
}


.select-topic-arrow{
  position: absolute;
  z-index:2;
  top: 8px;
  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');
}

.select-arrow{
  position: absolute;
  z-index:2;
  top: 8px;
  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');
}

.cardd{
  border:0;
  cursor:pointer;
  transition: transform .1s;
}

.cardd:hover .image{
  object-fit: contain;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  box-shadow: 0 5px 20px 5px rgba(193, 197, 201);
  transform: scale(1.01)
}
.cardd:hover .read-div a .icon {
  fill: #B30035;
}

.cardd:hover .read-div a {
  color: #B30035
}

.card-content{
  margin-top:15px;
}

.image{
  overflow:hidden;
  border-radius: 10px;
  height: 360px;
}

.card-content .topic{
  font-family: Lato, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 2.23px;
  color: #909396;
}

.resource_description{
  margin-top:5px;
  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;
}

.read-div a{
  display:inline-block;
  text-decoration: none;
  font-family: Lato, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e50044;
  line-height:1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.read-div a:focus{
  color: #B30035
}

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

.load-more-button{
  padding: 13px 229px 13px 233px;
  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;
}

.search-box {
  position: relative;
  color: #aaa;
  font-size: 16px;
  /*   display: inline-block; */
}

.search-box input {
  width: 100%;
  height: 34px;
  background: #fff;
  border: solid 1px #dadee3;
  border-radius: 6px;
  text-indent: 10px;
}

.searchIcon { 
  position: absolute;
  z-index:2;
  top: 8px;
  padding:10px;
  left: auto;
  background-repeat: no-repeat;
  right: 8px;
  background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/JobdivaRedesignImages/actions-operations-search-16.svg');
}
input:focus::placeholder {
  color: transparent;
}

::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;
}

.selectpicker{
  border-radius: 6px;
  border: solid 1px #dadee3;
}
.test{
  font-size:20px
}

//select Topic field
::selection{
  color: #fff;
  background: #4285f4;
}
.select-btn, li{
  cursor: pointer;
  list-style-type: none;
}

.select-btn{
  text-indent:10px;
  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: 100%;
  background: #fff;
  border: solid 1px #dadee3;
  border-radius: 6px;
  height: 34px;
  position:relative;
  /*   justify-content: space-between; */
}

.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;
}
.wrapper.active .content{
  display: block;
}
.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;
}

.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 Type field
::selection{
  color: #fff;
  background: #4285f4;
}
.type-select-btn, li{
  cursor: pointer;
  list-style-type: none;

}
.type-select-btn{
  text-indent:10px;
  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: 100%;
  background: #fff;
  border: solid 1px #dadee3;
  border-radius: 6px;
  height: 34px;
  position:relative;
}

.type-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;
}
.type-wrapper.active .type-content{
  display: block;
}
.type-content .type-search{
  position: relative;
}
.type-search i{
  top: 50%;
  left: 15px;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
}
.type-search input{
  height: 30px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 20px 0 43px;
  border: 1px solid #B3B3B3;
}
.type-search input:focus{
  padding-left: 42px;
  border: 2px solid #4285f4;
}
.type-search input::placeholder{
  color: #bfbfbf;
}
.type-content .type-options{
  margin-top: 10px;
  padding-right: 7px;
}
.type-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;

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


.more-info-img {
  height:151px;
}

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

.load-more-button{
  padding: 13px 124px 13px 125px;
  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;
}

@media only screen and (max-width: 992px) {
  .image{
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #tabs{
    max-width:450px;
    padding-bottom: 40px;
  }
}


@media only screen and (max-width: 575px) {
  .search-box input {
    width: 100%;
    height: 44px;
    text-indent: 10px;
  }
  .searchIcon { 
    top: 12px;
    padding:10px;
    left: auto;
    background-repeat: no-repeat;
    right: 8px;
    background-image: url('https://4724569.fs1.hubspotusercontent-na1.net/hubfs/4724569/JobdivaRedesignImages/actions-operations-search-16.svg');
  }
  #tabs{
    max-width:400px;
  }
  .select-btn{
    width: 100%;
  }
  .type-select-btn{
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .image{
    height: 229px;
  }
  #tabs{
    padding-top: 10px;
  }
  .card-content .topic{
    font-size: 12px;
  }
  .resource_description{
    font-size: 17px;
  }
  .read-div a{
    font-size: 17px;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
  .cardd:hover .image{
    object-fit: contain;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    box-shadow: 0 5px 20px 5px rgba(193, 197, 201);
    transform: none;
  }
}

