body {
  font-family: Arial, Helvetica, sans-serif;
  color: #323B43;
}

h2 {
  font-weight: 700;
}

h2 span {
  color: #2CBECF;
}

p span {
  color: #FF004F;
}

.frame-sec h4 {
  text-transform: capitalize;
  font-size: 18px;
}

#carouselIndicators .carousel-item img {
  max-height: 550px;
  object-fit: cover;
}

.prim-btn {
  padding: 13px 24px 13px 24px;
  background: white;
  color: #323B43;
  border-radius: 53px;
  margin: 0px 8px 0 8px;
  line-height: 5;
  font-size: 13px;
  text-decoration: none;
}

.prim-btn-1 {
  background-color: #FF004F;
  color: white;
}

.prim-btn-2 {
  background-color: #2CBECF;
  color: white;
}

.cstm-pos {
  position: relative;
}

.title-cont {
  width: 100%;
  text-align: center;
  position: relative;
}

.title-cont h6 {
  position: relative;
  padding: 10px;
  background: white;
  display: inline-block;
  z-index: 1;
  font-size: 18px;
}

.offer-sec h2 {
  padding: 2rem 0 1rem 0;
}

.col-sec-2 h2 {
  position: relative;
  top: 53%;
  color: white;
  text-align: right;
  margin-right: 12rem;
  text-transform: uppercase;
}

.title-cont::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  height: 2px;
  background: rgba(0, 0, 0, 0.103);
  z-index: 0;
}

.frame-sec .col-4 {
  padding-bottom: 3rem;
}

.col-select a {
  height: 17px;
  width: 17px;
  border-radius: 50px;
  position: relative;
  margin: 0 3px;
}

.col-select {
  display: inline-flex;
}

.bg-gray {
  background-color: #F4F4F4;
}

.col-fir,
.col-fir-2 {
  padding: 5rem 6%;
  box-shadow:rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.m-t-set {
  margin-top: 10rem !important;
}

.col-sec h2 {
  position: relative;
  color: white;
}

.signup-input .row {
  place-items: center;
  padding: 2rem;
}

.signup-input form input[type=email] {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 60%;
  border: solid 1px #80808045;
  padding-left: 13px;
}

.sub-btn {
  padding: 10px 17px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

/*  How it works  */

.head-bg-img {
  background-repeat: no-repeat !important;
  min-height: 406px;
  background-size: cover !important;
  background-position: right !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
}

.head-bg-img h2 {
  color: white;
}

.head-cont p {
  margin-top: 1rem;
}

.content-area h3 {
  font-weight: 700;
  color: #2CBECF;
}

.text-black {
  color: black !important;
}

.text-prim {
  color: #2CBECF;
}

.mt-10 {
  margin-top: 5rem !important;
}

/*Contact form*/

.contact-form .col-5 p {
  margin-bottom: 1.5rem;
}

.contact-form .col-5 p span,
.contact-form .col-5 a span {
  color: #2CBECF;
}

a {
  text-decoration: none;
  color: #323B43;
}

.contact-form h6 {
  color: #2CBECF;
  font-weight: 600;
}

.contact-form form {
  display: grid;
}

.contact-form form input,
.contact-form form textarea {
  padding: 18px 17px;
  border: solid 1px #80808052;
  margin: 1.1rem 0px;
}

.contact-form form textarea {
  min-height: 202px;
}

.contact-form input[type=submit] {
  display: block !important;
  width: 190px;
  padding: 0;
  height: 52px;
  line-height: 0;
}

.contact-form h5 {
  font-size: 1.5rem;
}


/* Added to Cart */

.bg_dark {
  background: #596073;
}

.text-yellow {
  color: #dce023;
  font-weight: 600;
}

.text-cstm {
  color: #bdc3d0;
  padding-bottom: 12px;
  margin-bottom: 19px;
  border-bottom: solid 1px #4F556B;
}

.popup-sec .col-4 a,
.popup-sec .col-4 p {
  color: #FFFFFF;
}

.popup-sec .col-4 a {
  padding: 14px 19px;
  display: flex;
  max-width: 223px;
  border-radius: 3px;

}

.popup-sec .col-4 p {
  margin: 1.5rem 0 2rem 0;
  line-height: 20px;
  max-width: 80%;
}

.popup-sec {
  padding: 37px 41px 11px 41px;
  margin-top: 5rem;
  border-radius: 5px;
}

.close-btn {
  float: right;
  margin: -22px;
  border: solid 5px #2cbecf;
  border-radius: 33px;
  fill: #596073;
  background: #2cbecf;
  stroke-width: 3px;
  stroke: #2cbecf;
  height: 33px;
  width: 33px;
}

.img-w-text p,
.img-w-text-2 p {
  max-width: 374px;
  margin: 2rem auto;
}

/* Menu Updates */

.text-shadow-none {
  text-shadow: none !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: none !important;
}

.carousel-indicators .active {
  width: 30px;
  height: 3px;
}

.navbar {
  margin-bottom: 0;
}

.container>.navbar-collapse {
  border-top: solid 1px #00000029;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 57%);
  font-size: 14px;
  margin: 9px 18px 0 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar form {
  border: solid 1px #0000001c;
  border-top: none;
  padding: 0;
}

header .search button {
  padding: 19px;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
  border-bottom: solid 2px #2cbecf;
  transition: 0.3s left;
}

.navbar-light .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


header a.logo {
  width: 86%;
  background-size: contain;
    margin-right: 2rem;
}

header .search input {
  max-width: 100%;
  width: 100% !important;
}

.carousel-caption {
  bottom: 4.25rem;
}
a.previous{    
    margin: 1rem 0 2rem 0;
    float: left;
}

@media (max-width:989px) {

.signup-input .row{
    padding: 0rem!important;
}
.cart-group p{
    display: grid;
}
 .cart-group{
     text-align: -webkit-center!important;
     text-align: center!important;
 }
  .img-w-text .col-fir{
    order: 2;
    margin-bottom: 4rem!important;
    z-index: 99;
  } 
  #mc_embed_signup_scroll{
    justify-content: center;
  }
  .frame-sec .prim-btn{
    position: relative;
    top: 6rem;
  }
  header .search button {
    right: 10px;
  }
  .signup-input .col-6{
    text-align: center;
  }
  .logo-w-nav {
    display: inline-flex;
    place-items: center;
  }

  .navbar-light .navbar-toggler {
    width: 45px;
    border-radius: 5px;
    border: solid 1px black;
    height: 38px;
    display: inline-block;
    padding: 0 0px 0 1px;
  }

  .navbar-toggler-icon {
    width: 24px;
    height: 24px;
  }

  header .secondary .line {
    float: left;
  }

  .navbar {
    padding: 0 3%;
  }

  header .container {
    width: 92%;
    margin: auto;
    margin-bottom: 6px;
  }

  header .container-nav {
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    border: none;
    list-style: disc;
    margin-left: 1.4rem;
  }

  .navbar form {
    margin: 2rem 0 2rem 0;
    border-top: solid 1px #d6d6d6;
  }

  .text-center {
    text-align-last: center;
  }

  .row .col-6,
  .row .col-7,
  .row .col-5 {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  #carouselIndicators .carousel-item h5 {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    color: white;
  }

  #carouselIndicators .carousel-item img {
    min-height: 400px;
  }

  .frame-sec .col-4 img {
    width: 100%;
    max-inline-size: fit-content;
  }

  .col-sec {
    background: url(../static/how_it_works_banner.jpg);
    position: relative;
    top: 6rem;
    z-index: 1;
    min-height: 303px;
    background-repeat: space;
    background-size: 100%;
  }

  .img-w-text .row,
  .img-w-text-2 .row {
    justify-items: center;
    display: grid;
  }

  .col-sec-2 {
    background: url(../static/img-w-2.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    min-height: 250px;
  }

  .col-fir-2,
  .col-fir {
    max-width: 84.666667% !important;
  }

  .col-sec,
  .col-sec-2 {
    max-width: 84.666667% !important;
  }

  .img-w-text-2 {
    margin-bottom: 8rem;
  }

  .frame-pad-set {
    padding-bottom: 2rem;
    text-align: -webkit-center !important;
  }

  .signup-input form input[type=email] {
    margin-bottom: 0.4rem;
  }

  .col-sec-2 h2 {
    text-align: -webkit-left;
    display: contents;
  }

  .img-w-text-2 {
    margin-top: 1rem !important;
  }

  .head-cont {
    padding: 0;
  }
}

@media (min-width:989px) {
  .navbar-light .navbar-toggler {
    display: none;
  }

  .navbar-light .navbar-nav .nav-item:hover .nav-link {
    padding-bottom: 5px;
  }

  .dropdown-menu.show li {
    margin: 6px;
  }

  .navbar form {
    width: 22%;
  }

  .container-nav .navbar-collapse {
    justify-content: space-between;
  }

  #carouselIndicators .carousel-item .carousel-caption {
    text-align: -webkit-left;
    position: absolute;
    top: 25%;
  }

  #carouselIndicators .carousel-item h5 {
    font-size: 49px;
    font-weight: 800;
    color: black;
    line-height: 47px;
    max-width: 516px;
  }

  .cstm-pos {
    bottom: 10rem;
  }

  .img-w-text .row {
    margin: 0 0 0 9.5rem;
  }

  .col-sec {
    background: url(../static/how_it_works_banner.jpg);
    position: relative;
    top: 9rem;
    right: 11rem;
    background-size: cover;
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
  }

  .col-sec-2 {
    background: url(../static/img-w-2.png) no-repeat;
    position: relative;
    top: 18rem;
    left: 11rem;
    background-size: 80%;
    z-index: -1;
  }

  .col-sec h2 {
    top: 71%;
    left: 1rem;
  }

  .col-fir-2 {
    margin: 10rem 0 0 -12rem;
  }

  .img-w-text-2 {
    margin-top: 10rem !important;
    margin-bottom: 20rem;
  }

  .content-area {
    padding: 0 8rem;
  }

  .content-area p {
    padding: 0 3rem;
  }

  .about-content .content-area {
    padding: 0 !important;
  }

  .about-content .content-area .bg-gray {
    padding: 4rem 9rem !important
  }

  .contact-form .col-7 {
    padding-left: 70px;
  }

  .contact-form .col-5 {
    padding-right: 6rem;
  }
}

@media (max-width:455px) {

  .carousel-item img{
    object-position: 72% 14%;
    opacity: 0.7;
    background: black;
  }
  .carousel-item{
    background:black; 	
  }
  .frame-pad-set img {
    width: 100%;
  }

  .signup-input form input[type=email] {
    width: 100%;
  }

  .col-sec-2 {
    min-height: 170px !important;
  }

  .img-w-text h2,
  .img-w-text-2 h2 {
    font-size: 22px;
    padding-top: 1rem;
    position: relative;
    margin: 1rem 1rem 1rem 2rem;
    display: flex;
    text-align: left;
  }

  .width-fix-mob {
    width: -webkit-fill-available;
  }
}

@media (min-width:1669px) {
  .head-bg-img h2 {
    left: 28% !important;
  }
}

@media (max-width:575px) {
  .product-group.clearfix{
    display: block!important;
  }
  .popup-sec .row .col-4 {
    width: 100%;
  }
  .contact-form .col-7 {
    margin-top: 4rem;
  }

  .frame-sec .row {
    display: grid;
    justify-items: center;
  }

  .frame-sec .col-4 {
    max-width: 90%;
    margin: auto;
    width: 90%;
  }

  .row {
    display: grid;
  }
}
.offer-sec img{
    width: 100%;
    object-fit: scale-down;
}
.product-group.clearfix{
    display: flex;
    flex-wrap: wrap;
}
.free-cart-group .cart-group-row .col-4 span{
    color: #2CBFCF;
}
.f-pair{
    background: #FF004F;
    color: white;
    position: absolute;
    margin-bottom: 11rem;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
}
#dismiss-ignore-2for1{
    float: right;
    color: white;
    background: #ff0055;
    border-radius: 50px;
    height: 34px;
    font-size: 17px;
    width: 33px;
    padding: 8px 0px 6px 2px;
    text-align: -webkit-center;
    cursor: pointer;
    margin-top: -6px;
}
#ignored-2for1-message{
    padding: 2rem 3px;
    border-bottom: solid 1px #dddddd;
    font-weight: 700;
    color: #2cbfcf;
    font-size: 19px;
}
.mt-8{
    margin-top: 5rem;
}
footer{
    padding: 60px 0 11px!important;
}

