@media (max-width: 991px) {
  .top-blue-bg {
    width: 100% !important;
  }
}

.p-phone {
    padding-left: 70px !important;
}

.flag {
    height: 11px;
    left: 14px;
    position: relative;
    top: -25px;
    width: 16px;
    background-size: cover;
    background-position: center center;
}

.plus_number_code{
    margin-top: -2px;
    position: absolute;
    padding-left: 22px;
    font-size: 14px;
    color: #495057;
}

.sale-price-overlay {
  height: 234px;
  width: 234px;
  position: absolute;
  background-image: url(sale.png);
  background-size: cover;
  z-index: 1;
  margin-top: 250px;
  margin-left: 50px;
}

.sale-price-text {
  flex-basis: 100%;
  text-align: center;
  font-weight: 600;
  font-family: Poppins;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-style: normal;
  margin-bottom: 0;
}

.sale-price-dollar {
  font-weight: 600;
  font-family: Poppins;
  font-size: 60px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.sale-price-money {
  font-weight: 600;
  font-family: Poppins;
  font-size: 120px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  line-height: 1;
}

.pro-display-text {
  font-weight: 600;
  font-family: Poppins;
  font-size: 36px;
  color: rgb(33, 33, 33);
  font-style: normal;
  text-align: center;
}

.pro-disp-desc {
  font-weight: 600;
  font-family: Poppins;
  font-size: 22px;
  color: rgb(33, 33, 33);
  font-style: normal;
  text-align: center;
  margin-top: 10px;
}

.pro-disp-desc-secondary {
  font-weight: 300;
  font-family: Poppins;
  font-size: 26px;
  color: rgb(33, 33, 33);
  font-style: normal;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0;
  word-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.all-campaigns-text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  margin-bottom: 0;
  color: rgb(157, 157, 157);
  text-align: center;
}

body {
  font-family: 'Poppins';
}

.variant-swatch-btn {
  font-weight: 400;
  font-family: Poppins;
  font-size: 18px;
  color: rgb(33, 33, 33);
  font-style: normal;
  border: 2px solid #cccccc;
  border-radius: 25px;
  /*padding: 10px 25px;*/
  /*flex-basis: 192px;*/
  margin-bottom: 0;
  text-align: center;
  user-select: none;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
}

.variant-swatch-btn.active {
  border-color: #000000;
}

@media (max-width: 600px) {
  .iphone-arrived-p {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .pro-display-text {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .pro-disp-desc {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .pro-disp-desc-secondary {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .variant-swatch-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .sale-price-dollar {
    font-size: 50px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .sale-price-money {
    font-size: 70px !important;
  }
}

@media (max-width: 600px) {
  .sale-price-overlay {
    height: 104px;
    width: 104px;
  }
}

#arrow-red {
}

.top-blue-bg {
  background: url("bg-top-left.jpg") center / cover;
  height: 786px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
}

@media (min-width: 992px) and (max-width: 1191px) {
  #price {
    margin-left: 370px !important;
    margin-top: -300px !important;
  }
}

@media (min-width: 992px) and (max-width: 1191px) {
  #camera-icon {
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1191px) {
  #memory-icon {
    padding-top: 20px;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  #top-h1 {
    width: auto !important;
    margin-top: 40px;
    font-size: 26px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #top-h1 {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #main-img {
    width: 260px !important;
    margin-left: -120px;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #price {
    margin-top: -340px !important;
    margin-left: 360px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  form {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #col-camera-icon {
    margin-top: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #col-memory-icon {
    margin-top: -50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #col-battery-icon {
    margin-top: -110px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #col-camera-icon {
    margin-top: -30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #col-memory-icon {
    margin-top: -40px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #col-battery-icon {
    margin-top: -60px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #col-memory-icon {
    margin-top: -20px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #col-battery-icon {
    margin-top: -20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #main-img {
    width: 250px !important;
    margin-left: -140px;
    margin-bottom: -10px !important;
  }
}

@media (max-width: 575px) {
  #price {
    margin-top: -380px !important;
    margin-left: 200px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #main-img {
    width: 210px !important;
    margin-left: -130px;
    padding-bottom: -70px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #price {
    /*width: 120px !important;*/
    /*height: 120px !important;*/
    margin-top: -290px !important;
    margin-left: 160px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #form-h1 {
    font-size: 18px !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    color: rgb(33,37,41) !important;
  }
}

@media (min-width: 992px) and (max-width: 1191px) {
  #col-memory-icon {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) and (max-width: 1191px) {
  #col-battery-icon {
    padding-top: 100px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  #top-row {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #body-h2 {
    font-size: 30px !important;
    color: #ffffff;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #body-h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #form-h1 {
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-top: 10px;
    color: rgb(33,37,41) !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #form-h1 {
    font-size: 25px !important;
    font-weight: 400 !important;
    margin-top: 10px;
    color: rgb(33,37,41) !important;
  }
}

@media (min-width: 200px) and (max-width: 991px) {
  #col-form {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1191px) {
  #div-colors {
    margin-left: 460px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #div-colors {
    margin-left: 520px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #div-colors {
    margin-left: 406px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .img-fluid.w-80.h-auto.iphone-prod-image {
    margin-bottom: 0px !important;
    margin-top: -30px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #div-colors {
    margin-left: 250px !important;
    margin-top: 110px !important;
    margin-bottom: -436px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  #body-h1 {
    /*font-size: 30px !important;*/
    /*line-height: 35px !important;*/
  }
}

@media (min-width: 300px) and (max-width: 1199px) {
  #sec2-row2 {
    padding-top: 50px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #sec3-row {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sec1-h3 {
    width: 550px !important;
  }
}

@media (max-width: 575px) {
  #sec1-h3 {
    width: 100% !important;
    font-size: 35px !important;
  }
}

@media (max-width: 575px) {
  #top-h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575px) {
  #sec1-h2 {
    font-size: 44px !important;
  }
}

@media (max-width: 575px) {
  #sec3 {
    background-size: cover !important;
    padding-top: 0px !important;
    padding-bottom: 190px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #sec3 {
    background-size: cover !important;
    padding-top: 0px !important;
    padding-bottom: 305px !important;
  }
}

@media (max-width: 991px) {
  #sec1 {
    background-image: url("../../assets/img/theebookscenter-signup-mobile-top-bg.jpg") !important;
    background-position: top !important;
    background-size: cover !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #sec1-h3 {
    width: 330px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #price {
    margin-top: -320px !important;
    margin-left: 265px !important;
  }
}

@media (max-width: 991px) {
  #sec2-col2 {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sec1 {
    background-position: center !important;
  }
}

@media (max-width: 575px) {
  #timer {
    font-size: 22px !important;
  }
}

@media (max-width: 991px) {
  #section2 {
    background-image: url("../../assets/img/theebookscenter-signup-mobile-body-bg.jpg") !important;
  }
}

@media (max-width: 768px) {
  #row-btm {
    height: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #row-image-mobile {
    margin-bottom: 180px;
  }
}

@media (max-width: 575px) {
  #form-padding {
    margin-top: 100px !important;
    margin-bottom: 80px !important; 
  }
}
