@charset "utf-8";
/* CSS Document */
/*creative library start*/
#clbanner-section {
  background: url(../images/creative-bg.png) no-repeat left center;
  width: 100%;
  padding: 80px 0 0 0;
  position: relative;
}
#clbanner-section:before {
  background: url(../images/creative-top.png) no-repeat left center;
  position: absolute;
  top: 80px;
  background-repeat: repeat-x;
  content: "";
  width: 100%;
  left: 0;
  height: 166px;
}
#clbanner-section:after {
  background: url(../images/creative-bottom.png) no-repeat left center;
  position: absolute;
  bottom: 0px;
  background-repeat: repeat-x;
  content: "";
  width: 100%;
  left: 0;
  height: 266px;
}
.lib-banner {
  margin: 20px 0 20px 0;
  position: relative;
  z-index:1
}
.lib-banner img {
  width: 45%;
  max-width: 100%;
}
.lib-banner-mobile {
  display: none;
}
.subscribe-box .step-list ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  width: calc(33.33% - 23px);
}
.subscribe-box .step-list ul li p {
  width: 40%;
  margin: 0 auto;
}
a.portal {
  color: #CA2A68;
}
a.portal:hover {
  color: #231F20;
  text-decoration: underline !important;
}
/*Employee slider start*/
#progressCarousel .carousel-indicators {
  position: relative;
  letter-spacing: 0;
  justify-content: inherit;
  margin-left: inherit;
  margin-right: inherit;
}
#progressCarousel .carousel-indicators li {
  position: relative;
  flex: inherit;
  width: 10%;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px 20px;
  text-indent: inherit;
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #2C3039;
  background: #FFFFFF;
  box-shadow: -6px -6px 12px #FCFCFC, 6px 6px 12px rgba(255, 234, 234, 0.6);
  opacity: 1 !important;
  border-radius: 4px;
  margin-bottom: 20px;
}
#progressCarousel .carousel-indicators li:hover {
  color: #CA2A68;
}
#progressCarousel .carousel-indicators li .progress {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  margin-top: 10px;
  background: #414142;
}
#progressCarousel .carousel-indicators li .progress .progress-bar {
  background: #414142;
  width: 0%;
  transition: width 3s linear;
}
#progressCarousel .carousel-indicators li.active {
  color: #2C3039;
  background: #FFFFFF;
  border-radius: 4px;
}
#progressCarousel .carousel-indicators li.active .progress-bar {
  background: #CA2A68;
  box-shadow: 0 0 4px 0 #CA2A68;
  width: 100%;
}
#progressCarousel .carousel-indicators {
  z-index: 1;
}
.lib-iocn1 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: 0px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
.lib-iocn2 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: -76px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
.lib-iocn3 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: -152px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
.lib-iocn4 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: -223px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
.lib-iocn5 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: -300px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
.lib-iocn6 {
  background: url(../images/sprite-img2.png) no-repeat center center;
  background-position: -374px 0px;
  width: 70px;
  height: 65px;
  margin: 0 auto;
}
/*#progressCarousel .fp-tableCell {
    height: auto;
    display: block;
}*/
.lib-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
}
.lib-left {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #2C3039;
  width: 70%;
}
.lib-right {
  text-align: center;
}
.lib-box h3 {
  position: relative;
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #231F20;
  text-transform: uppercase;
}
.lib-box h3:after {
  position: absolute;
  background: #DD3E4D;
  width: 82px;
  height: 4px;
  content: "";
  bottom: -8px;
  left: 0;
}
.lib-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
.lib-text p {
  color: #000;
}
ul.lib-list {
  margin: 0;
  padding: 0;
}
ul.lib-list li {
  margin: 20px 0 0px 0;
  position: relative;
  padding: 0 0 0px 20px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
ul.lib-list li strong {
  color: #000;
}
ul.lib-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50px;
  background: #555555;
  left: 0;
  top: 16px;
  position: absolute;
}
ul.lib-list li strong {
  color: #000;
}
.m-40 {
  margin-bottom: 40px;
}
.beni-icon1 {
  background: #725BFF url(../images/benefit-icon1.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.beni-icon2 {
  background: #A24AFA url(../images/benefit-icon2.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.beni-icon3 {
  background: #FF727F url(../images/benefit-icon3.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.beni-icon4 {
  background: #FF727F url(../images/benefit-icon4.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.beni-icon5 {
  background: #E8912B url(../images/benefit-icon5.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.beni-icon6 {
  background: #2795FB url(../images/benefit-icon6.svg) no-repeat center center;
  background-size: 85% 85%;
  border-radius: 4px;
}
.lib-banner .clicon1 {
  background: url(../images/cl-icon1.gif) no-repeat;
  position: absolute;
  left: 20%;
  top: 48%;
  width: 400px;
  background-size: 28% 28%;
  height: 400px;
}
.lib-banner .clicon2 {
  background: url(../images/cl-icon2.gif) no-repeat;
  position: absolute;
  left: 41%;
  top: 76%;
  width: 400px;
  background-size: 28% 28%;
  height: 400px;
}
.subscribe-box .step-list ul li:nth-child(2) {
  top: 70px;
  position: relative;
}
ul.find-box {
  margin: 0px auto 0;
  padding: 0;
}
ul.find-box li {
  text-align: center;
  position: relative;
  margin: 15px 15px 15px;
  display: inline-block;
  width: calc(25% - 33px);
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  border-radius: 4px;
  vertical-align: top;
  padding: 18px;
}
ul.find-box li:hover {
  box-shadow: rgb(156 24 24 / 30%) 0px 1px 2px 0px, rgb(255 24 24 / 30%) 0px 2px 6px 2px;
}
ul.find-box li:hover span {
  color: #CA2A68;
}
ul.find-box li span {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display: block;
  color: #555555;
  margin: 19px auto 0;
}
.find-icon1 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon1.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 15px 15px;
}
ul.find-box li:hover .find-icon1 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon2 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon2.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 18px 20px;
}
ul.find-box li:hover .find-icon2 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon3 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon3.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 18px 15px;
}
ul.find-box li:hover .find-icon3 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon4 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon4.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 15px 15px;
}
ul.find-box li:hover .find-icon4 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon5 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon5.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 18px 13px;
}
ul.find-box li:hover .find-icon5 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon6 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon6.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 18px 18px;
}
ul.find-box li:hover .find-icon6 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon7 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon7.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 15px 15px;
}
ul.find-box li:hover .find-icon7 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.find-icon8 {
  margin: 0 auto;
  display: block;
  background: url(../images/find-icon8.svg) no-repeat;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #CA2A68;
  border-radius: 50px;
  background-size: 65%;
  background-position: 18px 18px;
}
ul.find-box li:hover .find-icon8 {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}
.subscribe-box {
  margin: 0px 0 0 0;
}
.c-box .subhead {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  width: 70%;
  line-height: 39px;
  color: #555555;
  margin: 0 auto !important;
}
@media only screen and (min-width: 2560px) {
  .lib-banner .clicon1 {
    background: url(../images/cl-icon1.gif) no-repeat;
    position: absolute;
    left: 29%;
    top: 47%;
    width: 400px;
    background-size: 28% 28%;
    height: 400px;
  }
  .lib-banner .clicon2 {
    background: url(../images/cl-icon2.gif) no-repeat;
    position: absolute;
    left: 44%;
    top: 76%;
    width: 400px;
    background-size: 25% 25%;
    height: 400px;
  }
  .lib-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px;
    width: 77%;
  }
}
@media screen and (max-width:1600px) {
  .lib-banner .clicon1 {
    left: 13%;
  }
  .lib-banner .clicon2 {
    background: url(../images/cl-icon2.gif) no-repeat;
    position: absolute;
    left: 39%;
    top: 77%;
    width: 400px;
    background-size: 25% 25%;
    height: 400px;
  }
  #clbanner-section:before {
    background-size: 40%;
    top: 53px;
  }
  #clbanner-section:after {
    background-size: 40%;
  }
  #clbanner-section {
    background-size: 25%;
  }
  .lib-banner img {
    width: 40%;
    max-width: 100%;
  }
}
@media screen and (max-width:1440px) {
  .lib-banner .clicon1 {
    background: url(../images/cl-icon1.gif) no-repeat;
    position: absolute;
    left: 12%;
    top: 47%;
    width: 400px;
    background-size: 28% 28%;
    height: 400px;
  }
  .lib-banner .clicon2 {
    background: url(../images/cl-icon2.gif) no-repeat;
    position: absolute;
    left: 39%;
    top: 76%;
    width: 400px;
    background-size: 25% 25%;
    height: 400px;
  }
  #progressCarousel .carousel-indicators li {
    width: 20%;
    font-size: 16px;
    padding: 0 10px;
  }
  .subscribe-box .step-list ul li p {
    width: 60%;
    margin: 0 auto;
  }
  #clbanner-section:before {
    background-size: 50%;
    top: 60px;
  }
  #clbanner-section:after {
    background-size: 50%;
  }
  #clbanner-section {
    background: url(../images/creative-bg.png) no-repeat left center;
    width: 100%;
    padding: 80px 0 0 0;
    position: relative;
    background-size: 25%;
  }
  .lib-banner img {
    width: 40%;
    max-width: 100%;
  }
  .c-box .subhead {
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  #clbanner-section {
    background-size: 20%;
  }
  #clbanner-section:before {
    background-size: 45%;
    top: 50px;
  }
  #clbanner-section:after {
    background-size: 40%;
  }
  .c-box .subhead {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    line-height: 29px;
    color: #555555;
    margin: 0 auto !important;
  }
  .lib-banner img {
    width: 35%;
    max-width: 100%;
  }
  .lib-banner {
    margin: 0px 0 0px 0;
    position: relative;
  }
  .lib-banner .clicon1 {
    background: url(../images/cl-icon1.gif) no-repeat;
    position: absolute;
    left: 26%;
    top: 48%;
    width: 400px;
    background-size: 16% 16%;
    height: 400px;
  }
  .lib-banner .clicon2 {
    background: url(../images/cl-icon2.gif) no-repeat;
    position: absolute;
    left: 43%;
    top: 76%;
    width: 400px;
    background-size: 15% 16%;
    height: 400px;
  }
  .subscribe-box .step-list ul li img {
    max-width: 45%;
  }
  .subscribe-box .step-list ul li:nth-child(2), .step-list ul li:last-child {
    top: 50px;
    position: relative;
  }
  .subscribe-box .step-list ul li:nth-child(3) {
    top: 50px;
    position: relative;
  }
  .subscribe-box h2 {
    top: 50px;
  }
  a.explore {
    font-size: 14px;
    margin: 5px 0 0 0;
    line-height: 18px;
  }
  .step-list ul li p {
    line-height: 19px;
  }
  .lib-banner {
    margin: 0px 0 30px 0;
    position: relative;
  }
  .lib-box h3 {
    font-size: 28px;
  }
  ul.lib-list li {
    margin: 15px 0 0px 0;
    position: relative;
    padding: 0 0 0px 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #555555;
  }
  ul.lib-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    background: #555555;
    left: 0;
    top: 8px;
    position: absolute;
  }
  .lib-right img {
    max-width: 66%;
  }
  .library-slider h2 {
    margin: 0 0 10px 0;
  }
  .library-slider .carousel-indicators li {
    border-top: 0px;
  }
  ul.find-box li {
    text-align: center;
    position: relative;
    margin: 10px 15px 10px;
    display: inline-block;
    width: calc(25% - 33px);
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    vertical-align: top;
    padding: 10px;
  }
  .find-icon1, .find-icon2, .find-icon3, .find-icon4, .find-icon5, .find-icon6, .find-icon7, .find-icon8 {
    width: 70px;
    height: 70px;
    background-size: 50%;
    background-position: 16px 16px;
  }
  ul.find-box li:hover .find-icon1, ul.find-box li:hover .find-icon2, ul.find-box li:hover .find-icon3, ul.find-box li:hover .find-icon4, ul.find-box li:hover .find-icon5, ul.find-box li:hover .find-icon6, ul.find-box li:hover .find-icon7, ul.find-box li:hover .find-icon8 {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
  }
  ul.find-box li span {
    margin: 5px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  #clbanner-section {
    background: none;
  }
  #progressCarousel .carousel-indicators li {
    width: auto;
    font-size: 16px;
    padding: 0 10px;
  }
  .lib-box h3 {
    font-size: 26px;
  }
  ul.lib-list li {
    font-size: 18px;
    line-height: 21px
  }
  ul.lib-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50px;
    background: #555555;
    left: 0;
    top: 7px;
    position: absolute;
  }
  .lib-banner-mobile img {
    max-width: 80%;
  }
  .lib-banner {
    position: relative;
    display: block;
  }
  .lib-banner img {
    width: 70%;
    max-width: 100%;
  }
  .lib-banner-mobile {
    display: block;
    margin: 0 0 20px 0;
  }
  .subscribe-box .step-list ul li p {
    width: 96%;
    margin: 0 auto;
  }
  .subscribe-box a.explore {
    padding: 9px 9px;
    font-size: 16px;
  }
  #clbanner-section:before, #clbanner-section:after {
    background-size: 100%;
  }
}
@media screen and (max-width:768px) {
  .lib-banner img {
    width: 90%;
    max-width: 100%;
  }
  #progressCarousel .carousel-indicators li {
    padding: 0px 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  ul.find-box li span {
    margin: 8px auto 0;
    min-height: 45px;
  }
  a.explore {
    font-size: 14px;
    margin: 15px 0 0 0;
    line-height: 18px;
  }
  .beni-box h2 {
    font-size: 34px;
    line-height: 60px;
  }
  #clbanner-section {
    background: none;
  }
}
@media screen and (max-width:767px) {
  #clbanner-section:before, #clbanner-section:after {
    background: none;
  }
  #clbanner-section {
    padding: 0px 0 0 0;
  }
  .lib-banner {
    margin: 30px 0 0px 0;
    position: relative;
    display: block;
  }
  .lib-banner img {
    max-width: 100%;
    width: 100%;
  }
  .c-box .subhead {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    color: #555555;
    margin: 0 auto !important;
  }
  .cl-btn a.explore {
    font-size: 14px;
  }
  .subscribe-box .step-list ul li p {
    width: 100%;
    margin: 0 auto;
  }
  .subscribe-box .step-list ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0px 20px 0;
    border-bottom: 1px dotted #ccc;
    width: calc(100% - 0px);
  }
  .subscribe-box .step-list ul li:last-child {
    border-bottom: 0px dotted #ccc;
  }
  #progressCarousel .carousel-indicators li {
    position: relative;
    flex: inherit;
    width: auto;
    height: inherit;
    margin-right: 0;
    margin-left: 0;
    text-indent: inherit;
    letter-spacing: 0;
    background-color: inherit;
    font-size: 9px;
    color: #555555;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-style: normal;
    line-height: 16px;
    padding: 0px 5px;
  }
  .lib-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0px;
  }
  .lib-left {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #2C3039;
    width: 100%;
  }
  .lib-box h3 {
    position: relative;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 49px;
    color: #231F20;
    text-transform: uppercase;
  }
  .lib-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #555555;
  }
  ul.lib-list li {
    margin: 10px 0 0px 0;
    position: relative;
    padding: 0 0 0px 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
  }
  .lib-right {
    display: none;
  }
  .lib-iocn1, .lib-iocn2, .lib-iocn3, .lib-iocn4, .lib-iocn5, .lib-iocn6 {
    display: none;
  }
  .subscribe-box h2 {
    top: 0px;
  }
  .subscribe-box .step-list ul li:nth-child(2) {
    top: 0px;
    position: relative;
  }
  .subscribe-box .step-list ul li:nth-child(3) {
    top: 0px;
    position: relative;
  }
  .m-b-50 {
    margin-bottom: 50px;
  }
  .lib-banner-mobile img {
    max-width: 100%;
  }
  ul.find-box li {
    text-align: center;
    position: relative;
    margin: 10px 2px 10px 2px;
    display: inline-block;
    width: calc(100% - 4px);
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    vertical-align: top;
    padding: 18px;
  }
  ul.find-box li span {
    margin: 8px auto 0;
    min-height: auto;
  }
}
@media screen and (max-width:375px) {
  .lib-banner-mobile img {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width:320px) {
  #progressCarousel .carousel-indicators li {
    font-size: 8px;
  }
  .subscribe-box a.explore {
    padding: 9px 18px;
  }
  .lib-banner-mobile img {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1920px) and (orientation:landscape) {
  .c-box .w60 {
    width: 100%;
  }
  /*  .lib-banner {
    margin: 20px 0 20px 0;
    position: relative;
  }*/
  /*.c-box .subhead {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    line-height: 27px;
    color: #555555;
    margin: 0 auto !important;
}*/
}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1920px) and (orientation:landscape) {
  /*	.lib-banner .clicon1{    left: 13%;}
	.lib-banner .clicon2 {
    background: url(../images/cl-icon2.gif) no-repeat;
    position: absolute;
    left: 40%;
    top: 62%;
    width: 500px;
    background-size: 25% 25%;
    height: 500px;
}*/
  .c-box .subhead {
    width: 80%;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1365px) and (orientation:landscape) {
  .banner-form {
    margin: 30px 0 0 0px;
  }
  .bannerhead h1 {
    margin: 78px 0 0 0;
  }
  .subscribe-box .step-list ul li p {
    width: 96%;
    margin: 0 auto;
  }
  .lib-banner .clicon1 {
    left: 13%;
  }
  .lib-banner .clicon2 {
    left: 39%;
  }
  a.explore {
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 18px;
  }
  .c-box .subhead {
    width: 100%;
    font-size: 19px;
    line-heigh: 19px;
  }
  .find-icon1, .find-icon2, .find-icon3, .find-icon4, .find-icon5, .find-icon6, .find-icon7, .find-icon8 {
    width: 70px;
    height: 70px;
    background-size: 50%;
    background-position: 16px 16px;
  }
  ul.find-box li:hover .find-icon1, ul.find-box li:hover .find-icon2, ul.find-box li:hover .find-icon3, ul.find-box li:hover .find-icon4, ul.find-box li:hover .find-icon5, ul.find-box li:hover .find-icon6, ul.find-box li:hover .find-icon7, ul.find-box li:hover .find-icon8 {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
  }
}
@media only screen and (min-device-width: 569px) and (max-device-width: 850px) and (orientation:landscape) {
  .subscribe-box .step-list ul li img {
    max-width: 30%;
  }
  #clbanner-section:before, #clbanner-section:after {
    background: none;
  }
}