.form-container {
  width: 100%;
  padding: 10px;
}
.divpopup{
  height: 60%;
  width: 60%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.popupclose{
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color:white;
  display: flex;
  text-justify: center;
  text-align: center;
  position:fixed;
  top: 9%;
  right:16%;
}
.popupclose:hover{
  color:green;
}
.popupimage{
  height: 100%;
  width: 100%;
}
.background-img {
  height: 87vh;
  background: #0070b5;
  background-position: right top;
}

.box-for-banner {
  /* margin: 15px 0px 15px 0px; */
  /* box-shadow: 1px 0px 5px 3px #00000026; */
  border-radius: 0px;
  padding-right: 15px;
  padding-top: 20px;
  margin-top: 70px;
}

.bg-white {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 10%;
}

#credit-cards h4 {
  text-align: center;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 85%;
  padding: 30px 0px;
  margin: auto;
  /* padding-bottom: 80px; */
}

.card {
  display: flex;
  flex-direction: column;
  /* max-width: 530px; */
  height: 100%;
  margin: 20px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #A5A5A530;
  border: 1px solid #f9f9f9;
  border-radius: 16px;
}

.card:nth-child(1) img{
  box-shadow: 0px 3px 11px #D9661A4D;
}

.card:nth-child(2) img{
  box-shadow: 0px 3px 11px #AFB5004D;;
}

.card:nth-child(3) img{
  box-shadow: 0px 3px 11px #7D7D7D4D;;
}

.card:nth-child(4) img{
  box-shadow: 0px 3px 11px #7D7D7D4D;;
}

.card-title {
  margin: 30px 0px;
  font: normal normal bold 25px/34px Sans-serif;
  color: #313131;
  width: 350px;
  text-align: center;
}
.card-div{
  /* margin-top: 5%; */
  align-self: flex-start;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-div h2{
  margin-left: auto;
  margin-right: auto;
}
.text-section{
  /* margin-top: 5%; */
  width:50%;
}
.card img {
  border-radius: 20px;
  width: 400px;
  height: 280px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}

.about-card {
  height: 100%;
  padding-right: 0px;
  text-indent: -30px;
  margin-left: 20px;
  margin-bottom: 0px;

}
.div-button{
  display: flex;
  justify-content: center;
  width: 100%;
  align-self: flex-end;
  position: absolute;
  margin-bottom: -70px;
}

.apply-button{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  width: 150px;
  color: white;
  background-color: #ff5e00;
  border-radius: 5px;
  border-style: none;
  margin-bottom: 20px;
  outline: none;
  align-self: center;
}
button:focus { outline: none; }

.about-card li {
  margin: 16px 0px;
  font: normal normal normal 22px/30px Sans-serif;
  list-style: square inside url("https://res.cloudinary.com/dgtuuxqxq/image/upload/v1619907332/mymoneysouq_mashreq/Tick-_icon_ahwuiw.svg");
  color: #313131;
}

.card-footer {
  /* margin-top: 20px; */
  border: none;
  background: none;
  /* display: flex;
  flex-direction: row; */
}

.card-footer h2 {
  margin: 10px;
  font: normal normal bold 22px/34px sans-serif;
  border-radius: 37px;
  background: #f5f7fa;
  /* width: 472px;
  height: 72px; */
  text-align: center;
  padding: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;

}

.separator {
  border-top: 30px solid rgb(238, 240, 241);
}

.section-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  color: #313131;
  text-align: center;
  margin-top: 80px;
}

.infographics h2 {
  margin-bottom: 20px;
}

.info-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.div-steps{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
}
.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 240px;
  margin: 20px;
}

.info img {
  /* padding-right: 40px; */
  width: 150px;
  height: 150px;
}

 .info div p.text-muted{
  margin-top: 20px;
  font-size: 1.5rem;
}
.info div p{
  font-size: 1.2rem;
}

/*.info-container :nth-child(even).info {
  justify-content: flex-end;
  padding: 40px 0px;
}

.info-container :nth-child(even) div :first-child {
  text-align: right;
}

.info-container :nth-child(even) img {
  order: 2;
  padding-left: 20px;
  padding-right: 0px;
}

.info-container .info p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
} */

.benefits-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* width: 80%; */
  margin-left:auto;
  margin-right:auto;
}

.benefits-item {
  /* flex: 50%; */
  box-sizing: border-box;
  height: 300px;
  width: 250px;
  text-align: center;
  margin: 10px;
}

.benefits-item div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.benefits-item img {
  width: 100px;
  height: 70px;
  /* padding-bottom: 40px; */
}

.benefits-item p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-top: 40px;
}


.pt-8 {
  padding-top: 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.portion-8::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.portion-8 {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.portion-8 {
  /* height: 501px; */
  max-width: 660px;
  top: 60px;
  left: 70px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 5%;
}

.h1-20px {
  font-size: 22px;
  color: #001e31;
  text-align: center;
  font-weight: bolder;
  margin-top: 3px;
}

.credit-card-apply-form {
  position: relative;
  top: 32px;
}

.mtop-10 {
  margin-top: 10px !important;
}

.top-10 {
  position: relative;
  top: -10px;
}

.apply-now-btn-in-citi-credit-card-apply {
  background-color: #ff5e00;
  color: #ffffff;
  text-align: center;
  border: 0px;
  margin-top: 40px;
  padding: 5px 25px;
  border-radius: 5px;
  position: relative;
  left: 0px;
}

.mymoney1 {
  color: #03a9d3;
  font-size: 18px;
  font-weight: 600;
}

.souq1 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  top: 51%;
  font-weight: 400;
  margin-top: -10px;
  right: -8px;
  height: 20px;
  line-height: 20px;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 20px;
}


.text-on-bg-image h1 {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-top: 30px;
  padding-left: 40px;
  line-height: 1.5;
}

.text-on-bg-image ul {
  margin: 0;
  padding-left: 40px;
}

.text-on-bg-image ul li {
  font-size: 20px;
  color: #ffffff;
  line-height: 3.2;
  list-style: none;
}

.form-width {
  height: 100%;
  width: 650px;
}

.credit-card-apply-form {
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  width: 611px;
  margin-top: 10px;
}

.mrgn-0 {
  margin: 0px;
}

.m-l-r-1 {
  margin-right: 15px;
  margin-left: 20px;
}

.m-l-r-2 {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 24px;

}

input[type="tel"][required]+label[placeholder]:before {
  padding: 6px 2px;
}

.top-24 {
  top: 24px;
}

.m-l-r-3 {
  margin: 27px 0px 0px 6px;
}

.m-t-5 {
  margin-top: 4px;
}

.apply-now-btn-in-mashreq-credit-card-apply {
  position: relative;
  top: 17px;
}

.fnt-12 {
  font-size: 14px;
}

.fnt-15 {
  font-size: 15px;
}

.nav-separator {
  display: flex;
  justify-content: space-between;
}

/* .separator {
  width: 90%;
  background-color: #000;
} */

/* .separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #848282;
} */

/* .separator::before {
  margin-right: .25em;
}

.separator::after {
  margin-left: .25em;
} */

.pdng-mrgn {
  position: relative;
  top: 50px;
}

.w-320 {
  max-width: 320px;
  margin: auto;
  min-height: 310px;
}

.card-details {
  background-color: #FAFAFA;
  padding: 15px 4px 0px 4px;
  text-align: center;
  border: 1px solid #F3F3F3;
}

.card-details h6 {
  font-size: 22px;
  color: #2E2E2E;
  font-weight: 600;
  text-align: center;
}

.card-details li {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 400;
  text-align: left;
  line-height: 2.0;
}

.card-details li:before {
  content: "\f14a";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #2FCC09;
}

.apply-now-from-card-details {
  background-color: #2592CB;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  margin: auto;
  height: 41px;
  width: 152px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 22px;
}

.m-t-58 {
  margin-top: 58px;
}

.m-t-120 {
  margin-top: 128px;
}

.m-t-90 {
  margin-top: 85px;
}

.m-t-69 {
  margin-top: 47px;
}

.benefits-ul li {
  font-size: 22px;
  color: #2E2E2E;
  line-height: 2.5;
  font-weight: 500;
}

.benefits-ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  list-style-type: none;
  margin-left: -1.3em;
  width: 1.3em;
  color: #00C535;
  font-size: 20px;
  position: relative;
  top: -2px;
  right: 3px;
}

.m-t-80 {
  margin-top: 80px;
}

.qaa {
  margin-top: 46px;
}

.qus {
  /* background-color: #F5F5F5; */
  color: #2E2E2E;
  padding: 3px 15px 3px 15px;
  list-style-position: inside;
  list-style-type: 'Q.';
}

.anss {
  margin-bottom: 25px;
  color: #6B6B6B;
  /* background-color: #FBFBFB; */
  padding: 3px 15px 3px 45px;
  list-style-type: 'A.';
  list-style-position: inside;
  text-indent: -30px;
}

.m-t-16 {
  margin-top: 16px;
}

.btn-1 {
  margin-top: 77px;
}

.btn-2 {
  margin-top: 45px;
}

.btn-3 {
  margin-top: 78px;
}

.btn-4 {
  margin-top: 77px;
}

.btn-5 {
  margin-top: 46px;
}

.offer-logo {
  position: relative;
  top: -90px;
  left: -41px;
}

.text-on-bg-image {
  position: relative;
  top: 92px;
  padding: 20px;
  left: 25px;
}

.flxm {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
  top: 0px;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.top-24 {
  margin-top: 24px;
}

.flxm1 {
  flex: 1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.f-l-w-30 {
  width: 30%;
  float: left;
}
.f-r-w-65 {
  width: 65%;
  float: right;
}
.logo-right:hover {
  text-decoration: none;
}

.mpdng-0 {
  margin-bottom: 130px;
}


.offer-btn {
  /* cursor: default; */
  background-color: #FFE73B;
  color: #000000;
  padding: 10px 20px;
  border: 0px;
  position: relative;
  top: 1px;
  font-weight: bold;
  border-radius: 5px;
  font-family: 'Lato';
  margin-top: 50px;
}

.right-5 {
  margin-right: 10px;
  font-size: 19px;
}
@media (max-width:1040px){
  .background-img{
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
  }
  .tabview{
    width: 90vw;
    margin-top:-15%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;

  }
  .bg-white{
    left: 0;
    display: flex;
    align-self: center;
  }
  .tabview h1{
    font-size: 24px;
    text-align: center;
  }
  .div-steps{
    flex-direction: column;
  }
  .benefits-container{
    flex-direction: column;
    align-items: center;
  }
  .benifits-second-div{
    margin-top: -100px;
  }
  .hide-in-mobile {
    display: none;
  }
  .show-in-mobile {
    display: block !important;
  }
  
}
@media(max-width:480px) {

  /* .d-p-c{
      display: inline-block;
  } */
  .tabview{
    margin-top: 10%;
  }
  .benefits-item {
    width: 150px;
  }
  .info {
    width: 150px;
  }
  .divpopup{
    width: 80%;
    height: 50%;
  }
  .popupclose{
    right: 8%;
  }
  .hide-in-mobile {
    display: none;
  }
  
  .form-container {
    padding: 0;
  }

  .content-section {
    padding-top: 0;
  }

  .text-on-bg-image {
    top: -86px;
    left: 0px;
    text-align: center;
  }

  .text-on-bg-image h1 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    /* margin: 54px 0px 0px 0px; */
    position: relative;
    padding: 0;
  }
  .text-on-bg-image h2 {
    margin-top: 54px;
  }
  .text-on-bg-image ul {
    margin-left:-5%;
    margin-right: -5%;
    padding-left: 10%;
    display: flex;
    justify-content: flex-start !important;
    text-align: start;
    /* align-items: flex-start !important; */

  }
  .text-on-bg-image ul li {
    font-size: 16px;
    color: #ffffff;
    line-height: 3.2;
    align-items: flex-start !important;
    list-style: none;
    width: 100%;
  }

  .show-in-mobile {
    display: block !important;
  }

  .container {
    /* height: 610px; */
    height: 100%;
  }

  .card {
    max-width: 450px;
    height: 100%;
  }

  .card-title {
    margin: 20px 0px;
    font: normal normal bold 16px/14px Sans-serif;
  }

  .owl-carousel .owl-item img{
    width: 88%;
  }

  .card img{
    margin-bottom: 10px;
    height: 150px;
  }

  .about-card {
    margin: 0;
    text-indent: -20px;
    height: 270px;
  }

  .about-card li{
    margin: 0;
    font: normal normal normal 14px/22px Sans-serif;
    list-style: square inside url("https://res.cloudinary.com/dgtuuxqxq/image/upload/v1620096589/mymoneysouq_mashreq/Tick-_icon_mobile_xf8eqf.svg");
  }

  .card-footer{
    padding: 0;
    margin: 15px 0px;
  }

  .card-footer h2 {
    position: relative;
    font: normal normal bold 14px/18px sans-serif;
    width: 250px;
    height: 32px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    padding-top: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .offer-logo {
    position: relative;
    top: -60px;
    left: -7px;
    margin-bottom: 0px;
  }

  .box-for-banner {
    margin-top: 54px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .portion-8 {
    width: 100%;
    top: -90px;
    left: 0px;
    height: 100%;
    margin-bottom: -10%;
  }

  .apply-now-btn-in-citi-credit-card-apply {
    position: relative;
    top: 5px;
    left: 0px;
    background-color: #FF5E00;
  }

  .credit-card-apply-form {
    width: 100%;
    margin-top: -37px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:15% ;
    text-align: left;
  }

  .logo-right {
    margin: 0px 0px 0px -40px;
  }

  .m-l-r-3 {
    text-align: left;
  }

  .flxm {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .flxm1 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .flxm2 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .f-l-w-30 {
    width: 30%;
    float: left;
  }

  .f-r-w-65 {
    width: 65%;
    float: right;
  }

  .h1-20px {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .mobile-text {
    margin-top: 18px;
    font-size: 11px;
    font-weight: bold;
  }

  .text-middle i {
    top: 0px;
  }

  .background-img {
    height: 765px;
  }

  .form-width {
    width: 100%;
    height: 100%;
  }

  .apply-now-btn-in-citi-credit-card-apply {
    top: 5px;
  }

  .pdng-mrgn {
    top: 25px;
  }

  .flx {
    flex-wrap: wrap;
  }

  .m-t-58 {
    margin-top: 32px;
  }

  .benefits-ul li {
    font-size: 16px;
    line-height: 1.7;
  }

  .div2 {
    position: relative;
    top: -14px;
  }

  .m-t-54 {
    margin-top: 10px;
  }

  .qaa {
    margin-top: 26px;
  }

  .card-details {
    background-color: transparent;
    position: relative;
    left: 28px;
    border: 0;
    padding-right: 7px;
  }

  .item h6 {
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
    position: relative;
    top: 12px;
  }

  .item {
    padding: 0 !important;
    text-align: center !important;
  }

  .btn-1 {
    margin-top: 29px;
  }

  .btn-2 {
    margin-top: 3px;
  }

  .btn-3,
  .btn-4 {
    margin-top: 31px;
  }

  .btn-5 {
    margin-top: 4px;
  }

  .card-details li {
    font-size: 14px;
    padding-right: 15px
  }

  .owl-carousel .item {
    min-height: 430px;
  }

  .m-m-t-23 {
    margin-top: 23px;
  }

  .qus {
    margin: 0px 10px;
    padding: 3px 10px 3px 0px;
    list-style-type: 'Q.';
    text-indent: -20px;
    list-style-position: inside;
  }

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: hide !important;
    position: relative;
    top: -230px;
  }

  .left-angle {
    float: left;
    font-size: 30px;
  }

  .right-angle {
    float: right;
    font-size: 30px;
  }

  .fa-angle-right:before {
    content: "\f105";
    position: relative;
    left: 20px;
  }

  .fa-angle-left:before {
    content: "\f104";
    position: relative;
    left: -20px;
  }

  .anss {
    padding: 3px 10px 3px 10px;
    margin-bottom: 0px;
    list-style-type: 'A.';
    list-style-position: inside;
    text-indent: -20px;
  }

  .modal-content {
    width: 300px !important;
    top: 300px !important;
  }

  .offer-btn {
    padding: 7px 6px;
    margin-top: 50px;
    font-size: 12px;
  }

  .info img {
    width: 120px;
    height: 120px;
  }

  .info-container .info p {
    font-size: 18px;
    line-height: 20px;
  }

  /* .info-container :nth-child(even) div :nth-child(1) {
    text-align: right;
  }

  .info-container :nth-child(even) div :nth-child(2) {
    text-align: right;
  } */
  .section-title {
    margin-top: 80px;
    font-size: 25px;
  }

  .benefits-item p {
    font-size: 20px;
  }

  .fnt-14 {
    margin-left: -70px;
  }

  .fnt-14 li {
    margin: 0;
  }


.benefits-item div {
  top: 20px;
  left: 0;
  transform: translate(0, 0);
}

}

.m-l-400 {
  margin-left: 400px;
}

.nav-item {
  padding-left: 40px;
}

.apply-now-btn-in-citi-credit-card-apply:hover {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 2px 6px 2px #a9afb1;
}

.add-error-msg-here p {
  color: red;
  padding-left: 20px;
  position: relative;
  margin-bottom: -24px;
}

.fnt-14 li {
  font-size: 12px;
  color: #6B6B6B;
  position: relative;
  margin-left: 57px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}

.modal-dialog {
  position: relative;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
  width: 600px;
  position: relative;
  top: 100px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.apply-now-from-card-details:hover {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 2px 6px 2px #a9afb1;
}

.rc-form-input-label {
  background-color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #131F4B;
  color: white;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 25px;
}

.nav-item {
  padding-left: 9px;
}

.pt-8 {
  padding-top: 10px;
}

.m-t--12 {
  margin-top: -12px;
}

.mobile-gift-text {
  position: relative;
  top: 18px;
}

.mobile-gift-text-2 {
  position: relative;
  right: 28px;
}

.text-on-bg-image a {
  text-decoration: none;
  cursor: pointer;
}

.footer-container {
  margin-top: -60px;
  margin-bottom: 50px;
  padding: 20px 100px;
}
@media (max-width:425px) {
  .about-card li{
    font-size: 12px;
  }
  .card-footer{
    margin-top: 10%;
    margin-bottom: 3px !important;
  }
}
@media (max-width:375px){
  .benefits-item {
    width: 120px;
  }
  .text-on-bg-image h1{
    font-size: 20px;
  }
  .text-on-bg-image ul {
    padding-left: 10%;
    margin-left: -10%;
    margin-right: -10%;
  }
  .text-on-bg-image ul li {
    font-size: 14px;
  }
  .info {
    width: 120px;
  }
  .card-footer{
    margin-top: 40%;
  }
}

.collapse.in {
    display: block !important;
}