@font-face {
  font-family: HelveticaNeue;
  src: url(font/HelveticaNeueMedium.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(font/HelveticaNeueBold.ttf);
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: white;
  /* padding-top: .8rem !important; */
  font-family: HelveticaNeue, Arial, sans-serif;
}

#form-tnc .form-tnc body{
  color: #59595b !important;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  top: 98%;
}

.fixed-top {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, .19);
}

.section-box {
  padding: 40px 15px 50px;
}

.campaignDetails-box{
  padding: 10px 15px 10px;
}

.gleneaglesHospital_logo {
  width: 251px;
  height: auto;
}

.title1 {
  color: #e04584;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 1px;
}

#nav-hashtagFeed .title1{
  text-transform: none;
}

.title1 span {
  text-transform: lowercase;
}

.title2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px;
}

.title3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 12px  #ed7547;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 12px  #ed7547;
}

.subTitle2{
  color:  #ed7547;
  font-size: 16px;
  font-weight: bold;
}

.p-style1 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  text-shadow: 3px 3px 12px  #ed7547;
}

.p-style1 span{
  font-weight: bold;
  color: #e04583;
}

.bg-grey {
  background-color: #f0f0f0;
}

.bg-pink {
  background-color:  #ed7547;
  color: #fff;
}

.bg-pink2 {
  background-color: #f9e0ec;
}

.bg-green {
  background-color: #51c3c6;
}

#nav-campaignDetails,
#nav-hashtagFeed,
#nav-event,
#nav-about,
#nav-supportGroup,
#nav-partnership,
#nav-winnerAnnouncement,
#nav-participate,
#nav-heartDisease,
#nav-contest {
  position: relative;
}

#nav-campaignDetails .dummyDiv,
#nav-hashtagFeed .dummyDiv,
#nav-event .dummyDiv,
#nav-about .dummyDiv,
#nav-supportGroup .dummyDiv,
#nav-participate .dummyDiv,
#nav-heartDisease .dummyDiv,
#nav-contest .dummyDiv {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  margin-top: -60.06px;
}

#nav-winnerAnnouncement .dummyDiv {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  margin-top: -100px;
}

.htp-box table td {
  vertical-align: middle;
  padding-left: 10px;
}

.htp-box .icon-box {
  background-color: #ececeb;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.htp-box .icon-box .icon-text {
  width: 45px;
  color: #df4684;
  font-weight: bold;
  font-size: 11px;
}

.htp-box .icon-box .icon-text span{
  display: block;
  line-height: 1;
}

.htp-text h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.htp-text p {
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 11px;
}

.bg-fixedImg {
  background-image: url("../images/bg_img01V2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-style2 {
  background-color: #fff;
  color:  #ed7547;
  border: 2px solid  #ed7547;
  border-color:  #ed7547;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 41px;
  transition: color .40s ease-in-out, background-color .40s ease-in-out, border-color .40s ease-in-out, box-shadow .40s ease-in-out !important;
  margin-bottom: -20px;
  border-radius: 45px;
  ;
}

.btn-style2:hover {
  background-color:  #ed7547;
  color: #fff;
}

.cardInfo-box-child {
  text-align: left;
}

.cardInfo-title {
  color:  #ed7547;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.cardInfo-header {
  padding-bottom: 7px;
}

.card-body {
  padding: 1.25rem 2rem;
}

/* ACCORDION: START */
.accordion {
  width: 100%;
  padding: 0;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 20.5px 36px;
  color:  #ed7547;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1px;
}

ul.accordion,
.accordion li,
.submenu {
  list-style-type: none;
  padding: 0;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color:  #ed7547;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
  background-color:  #ed7547;
}

.accordion li.open i {
  color: #fff;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #f5f3f3;
  font-size: 14px;
  padding: 15px 36px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  color:  #ed7547;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #e04584;
  text-decoration: underline;
}

/* ACCORDION: END */

.btn-main {
  border: 2px solid  #ed7547;
  border-radius: 45px;
  padding: 14px 38px;
  font-size: 13px;
  text-transform: uppercase;
  color:  #ed7547;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-main:hover {
  background-color:  #ed7547;
  color: #fff;
}

/* SLIDER: START */
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  background: #fff;
  box-shadow: 2px 7px 13px 0px rgb(0 0 0 / 14%);
  padding: 25px;
  height: 400px;
  transition: all .3s;
}

/* IMAGE GRID */
.grid-column {
  -ms-flex: 20%;
  /* IE10 */
  flex: 20%;
  /* max-width: 20%; Rex uncomment tentatively */
  padding: 0 4px;
}

.hashtagImg {
  vertical-align: middle;
  width: 100%;
  display: block;
  height: auto;
}

.hashtagLogo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
}

.container-overlay {
  position: relative;
  margin-top: 8px;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #191919cf;
}

.container-overlay:hover .overlay {
  opacity: 1;
}

.text-overlay {
  color: #c7c7c7;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 15px;
}

.text-overlay a, .preview a {
  color:  #ed7547;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.text-overlay a:hover, .preview a:hover {
  color: #ae4c26;
  text-decoration: underline;
}

.nav-winner .nav-link {
  border-radius: 45px;
  border: 2px solid  #ed7547;
  background-color: #fff;
  color:  #ed7547;
  font-weight: bold;
  padding: .5rem 2rem;
  transition: .5s ease;
}

.nav-winner .nav-link.active,
.nav-winner .nav-link:hover {
  color: #fff;
  background-color:  #ed7547;
}

.nav-winner .nav-item {
  margin: 10px;
}

.nav-winner table{
  margin: 0 auto;
}

.nav-howToParticipate .nav-link {
  border-radius: 45px;
  border: 2px solid #fff;
  background-color:  #ed7547;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .5rem 2rem;
  transition: .5s ease;
  min-width: 170px;
}

.nav-howToParticipate .nav-link.active,
.nav-howToParticipate .nav-link:hover {
  color:  #ed7547;
  background-color: #fff;
}

.nav-howToParticipate .nav-item {
  margin: 10px;
}

.nav-supportGroup .nav-link {
  border-radius: 45px;
  border: 2px solid  #ed7547;
  background-color: #fff;
  color:  #ed7547;
  text-align: center;
  font-weight: bold;
  padding: .5rem 2rem;
  transition: .5s ease;
  min-width: 170px;
}

.nav-supportGroup .nav-link.active,
.nav-supportGroup .nav-link:hover {
  color: #fff;
  background-color:  #ed7547;
}

.nav-supportGroup .nav-item {
  margin: 10px;
}

.userName{
  text-align: center;
  color: #59595b;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 17px;
}

.circle-1 {
  width:65px;
  height:65px;
  border-radius: 50%;
  margin: 0 auto;
}

.circle-1 img {
  width:65px;
  height:65px;
  border-radius: 50%;
  cursor:pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.winnerProfile-box{
  text-decoration: none !important;
}

.winnerProfile-box:hover .circle-1 img {
 transform: scale(1.1);
-ms-transform: scale(1.1); 
-webkit-transform: scale(1.1);
  
}

.winnerProfile-box:hover .userName{
  color:  #ed7547;
 }



.m-view {
  display: none;
}

.about-box1{
  padding-right: 0;
  text-align: right;
}

.about-box2{
  padding-left: 0;
}

.about-img{
  width: 100%;
}

.modal-dialog{
  overflow-y: initial !important;
}

.modal-content{
  border-radius: 0;
}

.modal-body{
  padding: 0;
  border-radius: 0;
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-body h3{
  margin-top: 15px;
  padding: 15px 15px 0;
  font-size: 14px;
  font-weight: bold;
  max-width: 67%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: none;
  color: #3A3A3A;
  line-height: 20px;
}


.modal-body p{
  padding: 10px 30px 15px 15px;
  color: #808285;
  font-size: 13px;
  text-align: justify;
}

.modal-supportGroup .modal-body{
  padding: 2rem 1rem 4rem;
}

.modal-supportGroup h4{
  margin-top: 15px;
  padding: 15px 15px 0;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: none;
  color: #3A3A3A;
  line-height: 20px;
}

.modal-supportGroup p{
  padding: 10px 30px 15px 15px;
  color: #808285;
  font-size: 13px;
  text-align: justify;
}


.close{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
}

.partner-img{
  margin: 30px 25px;
}

.nav-allIcon{
  content: url('../images/hastag-hover-all.svg');
  width: 110px;
  height: 55px;
  padding: 0;
  transition: all 0.25s ease;
}

.nav-allIcon:hover{
  content: url('../images/hastag-all.svg');
}

.nav-allIcon.active{
  content: url('../images/hastag-all.svg');
  background-color: unset !important;
}

.nav-fbIcon{
  content: url('../images/hastag-hover-fb.svg');
  width: 55px;
  height: 55px;
  padding: 0;
  transition: all 0.25s ease;
}

.nav-fbIcon:hover{
  content: url('../images/hastag-fb.svg');
}

.nav-fbIcon.active{
  content: url('../images/hastag-fb.svg');
  background-color: unset !important;
}

.nav-igIcon{
  content: url('../images/hastag-hover-insta.svg');
  width: 55px;
  height: 55px;
  padding: 0;
  transition: all 0.25s ease;
}

.nav-igIcon:hover{
  content: url('../images/hastag-insta-v1.svg');
  background-color: unset !important;
}

.nav-igIcon.active{
  content: url('../images/hastag-insta-v1.svg');
  background-color: unset !important;
}

.nav-twIcon{
  content: url('../images/hastag-hover-twitter.svg');
  width: 55px;
  height: 55px;
  padding: 0;
  transition: all 0.25s ease;
}

.nav-twIcon:hover{
  content: url('../images/hastag-twitter-13.svg');
  background-color: unset !important;
}

.nav-twIcon.active{
  content: url('../images/hastag-twitter-13.svg');
  background-color: unset !important;
}





.nav-hashtag .nav-link {
  margin: 0 10px;
}

.break-word{
  word-break: break-all;
}

/*  scroll css section here*/
.scrolltop .icon {
  font-size: 30px;
  text-align: center;
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
  cursor: pointer;
  box-shadow: 0px 2px 8px 1px #3f3f3f52;
}

.fa-angle-up{
  color: #ed7547;
}

.sticky-btn {
  position: fixed;
  top: 135px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(-90deg);
  right: 0px;
  z-index: 2;
  border-radius: .25rem .25rem 0 0;
  padding: 18px 22px;
  transform-origin: bottom right;
  min-width: 150px
}

.slick-slider h5 {
  margin-bottom: .75rem;
  min-height: 40px;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}

.btn-style1 {
  background-color: #ff6c37;
  border: 1.5px solid #ff6c37;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 28px;
  margin-top: 15px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  z-index: 999;
}

.btn-style1:hover {
  background-color: #fff;
  color: #e75d2a;
  border: 1.5px solid #e75d2a;
}

/* TNC */
.form-tnc {
  font-family: Arial;
  margin: 50px 0 60px;
  ;
}

.form-tnc .tnc-title1 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.form-tnc .tnc-title2 {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
}

.form-tnc .tnc-title3 {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 15px;
}

.form-tnc p{
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-tnc li {
  list-style-type: none;
  padding-bottom: 10px;
}

.form-tnc li span,
.form-tnc li p {
  display: table-cell;
}

.form-tnc li span {
  word-break: normal;
}

.form-tnc .d-table {
  border-collapse: collapse;
}

.form-tnc .d-table-cell {
  border: 1px solid #000;
  padding: 0.25rem;
  text-align: left;
  word-break: break-word;
}

.form-tnc .d-table-cell2 {
  word-break: break-word;
}

.form-tnc .d-table-cell p:last-child {
  margin-bottom: 0px !important;
}

.form-tnc a {
  text-decoration: underline;
}

.form-tnc .cell30 {
  width: 30%;
}

.form-tnc .cell70 {
  width: 70%;
}

.prize-box h3{
  font-size: 16px;
  font-weight: bold;
  color: #e787ac;
  text-align: center;
  margin-bottom: 20px;
}

.prize-box table{
  margin: 0 auto;
}

.prize-box table span{
  font-size: 32px;
  font-weight: bold;
  color: #e787ac;
  text-align: center;
  margin-right: 6px;
}

.prize-box table p{
  font-size: 14px;
  color: #e787ac;
  margin: 0;
}

.socialShareBox{
	position: absolute;
	top: 15px;
  right: 15px;
  z-index: 99;
}

#socialShare a,
#socialShare-m a{
	text-decoration: none;
}

.socialShareBox-m{
	display: none;
}

.pink-cta,.form-tnc a {
  color: #ed7547;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pink-cta:hover,.form-tnc a:hover {
  color: #cc5323;
  text-decoration: underline !important;
}

@media screen and (max-width: 1200px) {
  .about-img {
    width: 100%;
  }
  .accordion .link {
    padding: 14px 15px;
  }
  .winnerProfile-box {
      margin: 20px 19px;
  }
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 800px) {
  /* .grid-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  } */
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 0;
  }
  .about-box1 {
    padding-right: 15px;
  }
  .about-box2 {
    padding-left: 15px;
  }
  .modal-body p{
    padding: 1.5rem;
  }
  .partner-img {
    margin: 25px 20px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-color: #fff;
  box-shadow: 2px 7px 13px 0px rgb(0 0 0 / 14%);
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 600px) {
  /* .grid-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  } */
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #e04584;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 85%;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__text a{
  color:  #ed7547;
  text-decoration: underline;
  cursor: pointer;
}

.blog-slider__text a:hover{
  color: #e04584;
  text-decoration: underline;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width:300px){
  .nav-allIcon{
    width: 80px !important;
  }
  
  .nav-fbIcon{
    width: 40px !important;
  }
  
  .nav-igIcon{
    width: 40px !important;
  }

  .nav-twIcon{
    width: 40px !important;
  }

  .nav-hashtag .nav-link {
      margin: 2px !important;
  }
  
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 994px) {
  .blog-slider__title {
    font-size: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer-cta {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .footer-text {
    font-size: 12.5px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background:  #ed7547;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  .htp-box table td {
    padding: 0 15px 15px 0;
  }
  .htp-text p {
    font-size: 14px;
  }
  .title1, .title2, .title3 {
    font-size: 27px;
  }
  body {
    padding: 0 !important;
  }
  .nav-winner .nav-link {
    padding: .5rem 1rem;
  }
  .nav-howToParticipate .nav-link {
    min-width: 146px;
  }
  .socialShareBox{
    display: none;
  }
  .socialShareBox-m{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #nav-contact .m-view {
    padding-bottom: 25px;
  }
  .m-view {
    display: block;
  }
  .d-view {
    display: none;
  }
  .title1, .title2, .title3 {
    font-size: 4vw;
  }
  .sub-title {
    font-size: 3vw;
  }
  .sticky-btn{
    top: auto;
    bottom: 0;
    width: 100%;
    transform: rotate(0deg);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    display: none;
  }
  .scrolltop {
    bottom: 120px;
  }
}

@media screen and (max-width: 500px) {
  .howItWorks-img {
    padding: 0 60px;
  }
  .partner-img {
    margin: 15px 10px;
  }
  .nav-winner .nav-link {
    padding: 0.5rem 3rem;
  }
  .title1, .title2, .title3 {
    font-size: 5vw;
  }
  .sub-title {
    font-size: 4vw;
  }
  .nav-howToParticipate .nav-link {
    min-width: 187px;
  }
}

@media screen and (max-width: 425px) {
  .title1, .title2, .title3 {
    font-size: 4.5vw;
  }
  .sub-title {
    font-size: 3.5vw;
  }
}

@media screen and (max-width:376px) {
  .nav-hashtag .nav-link {
    margin: 0;
}


}

@media screen and (max-width: 375px) {
  .nav-hashtag .nav-link {
    margin: -2px;
}

  .nav-winner .nav-link {
    padding: 0.5rem 2rem;
  }
}

