html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    font-size-adjust: 100%;
    scroll-behavior: smooth;
  }
 
  a {
    color: #e1040d;
    text-decoration: none;
    background-color: transparent;
}
  img{max-width: 100%;height: auto;}
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #767f84;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif !important;
  }
 
  .header .btn.btn-primary {
    border-radius: 30px;
    font-weight: 600;
    padding: 1rem 2rem;
  }
.navbar-brand img, .logo {
    max-width: 175px !important;
    width: 100% !important;
}
.header .navbar-nav .nav-link:not(.btn) {
    color: #000;
    padding: 1.2rem 20px;
    transition: all 0.4s;
    font-size: 18px;
}
.nav-link:not(.btn){
    font-size: 18px;
}
.header .navbar-nav .nav-link:not(.btn):hover {
    box-shadow: inset 0 -3px 0 #e1040d;
}
  .footer {
    background-color: #403f3f;
  }
  .footer .container {
    align-items: center;
    position: relative;
    width: 100%;
  }
  .footer img {
    display: block;
  }

  .footer-middle img {
    margin-bottom: 1.5rem;
  }
  .footer-middle .payment-icons {
    display: inline;
    height: 35px;
  }
  .footer-middle .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-middle .p-intro {
    color: #999;
    letter-spacing: 0.005em;
    line-height: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .widget {
    margin-top: 0;
  }
  .widget .widget-title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-transform: none;
  }
 
  .widget .links {
    list-style: none;
    padding-left: 0;
  }
  .widget .links li {
    margin-bottom: 0.4rem;
  }
  .widget a {
    color: #999;
    font: 1.3rem Poppins;
  }
 
  a:active, a:hover {
    color: #ff2a31;
}
  .footer .contact-widget {
    margin-left: 2px;
  }
  .footer .contact-widget .widget-title {
    color: #fff;
    font: 600 1.3rem Poppins;
    margin-bottom: -1px;
    text-transform: uppercase;
  }

  .footer .contact-widget a {
    color: #c30107;
    font-size: 2.2rem;
    font-weight: 700;
  }
 
  .footer .contact-widget a:hover {
    text-decoration: underline;
  }
  .footer .contact-widget img {
    margin-bottom: 0;
  }
  .footer .contact-widget:first-of-type {
    margin-right: 3rem;
  }
  .footer .contact-widget:last-of-type {
    min-width: 240px;
    width: 60%;
  }

  .social-icons {
    margin-bottom: 1.5rem;
  }
  .footer .social-icons .social-icon {
    background-color: transparent;
  }
  .footer .social-icons .social-icon i {
    color: #152439;
    font-size: 2rem;
    padding: 0 10px;
  }
  .footer .social-icons .social-icon i::before {
    margin: 0;
  }
  /* .footer .social-icons .social-icon:hover i {
    color: #0781b2;
  } */
  .footer-bottom {
    align-items: center;
    border-top: 1px solid #4e4e4e;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 1rem 0;
  }
 
  .footer-bottom .footer-copyright {
    color: #999;
  }

  .footer .social-icons .social-icon i {
    color: #e1040d;
    font-size: 2rem;
    padding: 0 10px;
}







  /* button */


.btn-medica {
    background-color: #e1040d;
    border: 0;
    border-bottom: 4px solid #c30107;
    box-shadow: none;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    line-height: 1;
    padding: 0;
    font-size: 16px !important;
    min-width: 120px;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.btn-medica:hover, .btn-medica:hover:active{
    color: #fff;
    background-color: #ab060b;
}
.small-btn {
    padding: 1rem 1.2rem !important;
    line-height: 1;
}
#home-register-1, .icons  {
    margin-bottom: 1vw;
}
/* section 1 */
.section1-block{
    /* max-width: 40vw; */
    max-width: 90vw;
    margin-top: 100px;
}
.section1-block h1, .section1-block h2 {
    color: #e1040d;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

.section1-block p {
    color: #000;
    font-size: 18px; 
}


.thm-color {
    color: #e1040d;
}
.thm-color-blue {
    color: #152744 !important;
}

.hero .icons {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.hero .icons img {
    height: 50px;
    margin: 10px auto;
    width: auto;
}
.icons .icon p {
    margin-bottom: 0;
    margin-top: auto;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}


.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    overflow: hidden;
}

.hero .section1-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    /* left: 22%; */
    left: 0;
    right: 0;
}
.hero {
    position: relative;
    min-height: 45vw;
    background: #feffff;
    padding-top: 2em;
}
/* added */
.sec_bl2{
    width: 100%;
}
.sec_bl2 img{
    width: 100%;
}
@media screen and (min-width: 1200px) {
  .sec_bl2{
        margin-top: -70px;
    }   
}
/* added */

.hero::after {
    content: '';
    position: absolute;
    /* background: url(../images2/header_image.jpg) 0 100% no-repeat; */
    background: url(../images2/Landing-Page-Image2.jpg) 0 100% no-repeat;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    /* background-size: contain; */
    background-size: cover;
    z-index: 0;
    height: 100%;
    /* max-width: 54vw; */
    max-width: 100%;
    width: 100%;
    left: 0;
    display: none;
}

@media (max-width:1500px) and (min-width:1151px){
    .hero {
        min-height: 40vw;
    }
    .hero::after{
        max-width: 46vw;
    }
    .hero .section1-block{
        max-width: 45vw;
    }
}
@media (max-width:1199px){
    .hero::after {
        /* max-width: 50vw; */
        max-width: 100vw;
    }
}

/* end section 1 */

/* start section 2 */
.start_section {
    background: #152439;
    padding: 50px 0;
}
.banner-top .group-buttons, .group-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.banner-top .group-buttons img, .group-buttons img {
    display: block;
    width: 100%;
    max-width: 270px;
      /* filter: drop-shadow(3px 6px 0px #e1040d); */

}
.bottom_list, .header_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom_list li {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.bottom_list li::before {
    position: absolute;
    content: "";
    top:0;
    left: 0;
    background-image: url("../images2/white_checkmark.png");
    background-position: left;
    width: 27px;
    height: 27px;
    background-size: contain;
}
.bnr_btn_wrap.foot-btn-wrap {
    margin: 20px 0 0;
}
.start_section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e1040d;
    margin-bottom: 1vw;
}
.viagra-btn {
    max-width: 190px;
    width: 100%;
    transition: all 0.6s ease-in-out;
}
.viagra-btn:hover {
    transform: scale(1.09);
    animation: none;
}
.bnr_btn_wrap.foot-btn-wrap  .btn-medica {
    max-width: 300px;
    width: 100%;
}

.hippa {
    max-width: 135px;
    margin: 0 20px;
    width: 25%;
}


/* faq section */
.faq-container {
  width: 100%;
  margin: 0;
}
#faqAcc_section .box, #faqAccordion_section .box {
  border: 1px solid #ecedf1;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

#faqAcc_section .card-header, #faqAccordion_section .card-header {
  border-radius: 0;
  background: #ecedf1;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#faqAccordion_section .card-body{
  background-color: #fff;
}
#faqAccordion_section .card-body, #faqAccordion_section .card-header {
  padding-left: 10px;
  padding-right: 40px;
}
#faqAcc_section .card-header:before, #faqAccordion_section .card-header:before {
  position: absolute;
  top: calc(50% - 15px);
  font-size: 20px;
  right: 10px;
  color: #152439;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
  transition: 0.3s;
}
#faqAcc_section .card-header[aria-expanded="true"]:before, #faqAccordion_section .card-header[aria-expanded="true"]:before {
  content: "\f13a";
}
#faqAccordion_section h5 {
  font-size: 24px;
  font-weight: 900;
  color: #152439;
}
.red_txt {
  color: #e1040d;
}
#faqAcc_section .box p, #faqAccordion_section .box p {
  color: #152439;
  font-size: 16px;
}
#faqAccordion_section .box ul li {
    list-style-type: disc !important;
    color: #152439;
    font-size: 16px;
}

.faqlist{list-style-type:none;padding:0;margin:0;}
.faqlist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    padding-right: 35px;
}


.faqlist li .img-with-badge {
  max-width: 150px;
  position: relative;
}
.faqlist li .img-with-badge img{
  border-radius: 14px;
}
.faqlist li .img-with-badge::after, .faqlist li.point_1 .img-with-badge::after{
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.faqlist li:nth-child(3n), .faqlist li:nth-child(4n) {
    flex-direction: row-reverse;
    text-align: right;
}
.faqlist li:nth-child(3n) .img-with-badge::after, .faqlist li:nth-child(4n) .img-with-badge::after{
  left: inherit;
  right: -20px;
}
.faqlist li:nth-child(3n) .txt-holder, .faqlist li:nth-child(4n) .txt-holder{
    text-align: left;
}

.faqlist li.point_1 .img-with-badge::after{
  background-image: url(../images2/Icon1.png);
}

.faqlist li.point_2 .img-with-badge::after{
  background-image: url(../images2/Icon2.png);
}

.faqlist li.point_3 .img-with-badge::after{
  background-image: url(../images2/Icon3.png);
}

.faqlist li.point_4 .img-with-badge::after{
  background-image: url(../images2/Icon4.png);
}
.txt-holder{
  color:#152439;
}
.txt-holder .hdtxt {
  font-weight: 700;
  font-size: 24px;
}
.txt-holder p{
  font-size: 14px;
}
.faq {
  width: 100%;
  max-width: 100%;
}
.faq-list-wrapper, .medica-blue {
  padding: 40px;
  /* height:100%; */
}
.faq-list-wrapper {
  max-width: 100%;
  margin: auto;
}

.faq-list-wrapper{
background-color: #fff;
}
.faq-list-wrapper > .hdtxt {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.medica-blue {
  background-color: #152439;
  /* height: 100%; */
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#faqAccordion_section{overflow-y:auto;}
.medica-blue .hdtxt{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

#faqAccordion_section {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 600px;
    margin: auto;
}

/* Webkit (Chrome, Safari) */
#faqAccordion_section::-webkit-scrollbar {
width: 3px;
border-radius:5px;
}
#faqAccordion_section::-webkit-scrollbar-thumb {
background-color: #e1040d;
border-radius:5px;
}
#faqAccordion_section::-webkit-scrollbar-track {
background-color: #fff;
border-radius:5px;
}


/* get_started_bottom */

.get_started_bottom {
    background: url(../images2/HeroImage2.png) no-repeat;
    background-size: 60%;
    height: 42vw;
    max-height:550px;
    background-position: left bottom 27%;
}

.get_started_bottom h2{
  font-size: 40px;
  font-weight: 700;
  color: #e1040d;
  margin-bottom: 1vw;
}

.get_started_bottom .bottom_list li{
  color: #152439;
}

.get_started_bottom .bottom_list li::before {
  position: absolute;
  content: "\f058";
  top: 1px;
  left: 5px;
  width: 35px;
  height: 35px;
  color: #e1040d;
  font-family: 'FontAwesome';
  background-image: none;
}

.started_wrapper{
  padding: 50px;
}

/* pricing */
.mdblue{
background-color: #152439;
color: #fff !important;
}
.bg-dark-grey {
  background: #323232;
  color: #fff;
  padding:60px 0;
}
.table-price {
  border-bottom: none;
  border-top: 4px solid #152439;
}

.table-price .table-price-row small {
  display: block;
  font-size: 10px;
  height: 0;
  text-align: right;
}
.table-price .table-price-row.bg-primary {
  border-color: #152439;
  color: #fff;
  font-weight: 700;
}
.table-price .table-price-row {
  border-bottom: 1px solid #c6d0d5;
  border-left: 1px solid #c6d0d5;
  border-right: 1px solid #c6d0d5;
  color: #21293c;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 20px;
}
.table-price .table-price-row {
  font-size: 16px;
}
.text-primary {
  color: #c30107 !important;
}
.pricing .h3 {
  font-size: 40px;
  font-weight: 700;
  color: #e1040d;
}
.pricing .h5 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #152439;
}
.pricing p{
  margin: 10px 0;
}

.ul-square-check{
  padding: 0;
  margin: 0;
}
.what-to-except .h3{
  font-size: 40px;
  font-weight: 700;
}
.what-to-except img{
  height: 100%;
    display: block;
    object-fit: cover;
}

/* way section */

.way-section{
  padding: 0 0;
}

.way-section ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.old-way, .new-way{
  padding:50px 30px;
}
.old-way {
  margin-right: 0;
  margin-left: auto;
  max-width: 600px;
}
.old-way ul {
  background-color: #172845;
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  max-width: 440px;
  margin: auto;
}

.old-way h4 {
  text-align: center;
  font-weight: 700;
  color: #172845;
  font-size: 40px;
  margin-bottom: 20px;
}

.old-way ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.old-way ul li p {
    margin-bottom: 0;
    line-height: 1.6;
}

.old-way ul li strong {
    margin-bottom: 5px;
    font-size: 24px;
}

.old-way ul li::before {
    content: 'x';
    text-transform: uppercase;
    font-family: 'Arial';
    background-color: #e1040d;
    border-radius: 30px;
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    left: 0;
    top: 5px;
    font-size: 13px;
}
.pck_pills{
    max-width: 340px;
    margin: auto;
    display: block;
    width: 100%; 
}
.way-section .col-md-6:last-child{
  background:#172845;
}
.new-way {
  color: #fff;
  text-align: center;
  height:100%;
  margin-left: 30px;
  margin-right: auto;
  max-width: 600px;
}
.new-way ul {
  display: flex;
  flex-direction: column;
  align-items: center;

}
.new-way ul li {
    background-color: #fff;
    color: #172845;
    margin-bottom: 20px;
    border-radius: 15px;
    max-width: 220px;
    padding: 15px 10px;
    width: 100%;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.new-way ul li strong{
  font-size:24px
}

.new-way ul li p{
  margin-bottom: 0;
}

.new-way ul li p strong, .new-way ul li p {
    font-size: 14px;
    line-height: 1.2;
}

.new-way h4 {
  font-size: 40px;
  font-weight: 700;
  color: #e1040d;
}

.new-way h5{
  font-size: 24px;
  margin-bottom: 15px;
}

/* responsive css for all section including header and footer */

@media screen and (min-width: 992px) {
    #home-register-1, .icons  {
      margin-bottom: 1vw;
      font-size: 1.6vw;
      line-height: 2.8vw;
      border-radius: 7vw;
  }
    .header.header-transparent {
      background-color: transparent !important;
      position: absolute;
      width: 100%;
      z-index: 1000;
    }
    [data-target="#footer_collapsable"] {
        display: none;
      }
      #footer_collapsable {
        display: inline;
      }
      .footer-bottom {
        padding: 2.4rem 0 9rem;
      }
      .footer-middle {
        padding-bottom: 2.8rem;
        padding-top: 9.8rem;
      }
      .footer-bottom {
        align-items: flex-start;
        flex-direction: row;
        padding-bottom: 7.5rem;
      }
      .footer-copyright {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
      }
      .footer-middle img {
        margin-bottom: 2rem;
      }
      .footer-middle .col-lg-6:nth-child(2) {
        margin-top: 1rem;
      }
      
  }

  @media (max-width:1199px) and (min-width:992px){
    .txt-holder .hdtxt {
      font-size: 17px;
    }
    .faq-list-wrapper > .hdtxt{
      font-size: 27px;
    }
    .faq-list-wrapper, .medica-blue {
      padding: 35px;
  }
  #faqAccordion_section h5{
    font-size: 18px;
  }
  .get_started_bottom h2{
    font-size: 44px;
  }
  .started_wrapper {
    padding: 30px;
}
.get_started_bottom{
  background-position: left bottom;
}

  }

  @media (max-width:1420px){
    .start_section h2{
      font-size: 4vw;
    }
    .bottom_list li {
      padding: 0 0 0 3vw;
      font-size: 1.5vw;
      margin-bottom: 1vw;
  }
  .bottom_list li::before{
    top:1px;
    width: 2vw;
    height: 2vw;
  }
  }

  @media (max-width: 991px) {
    .footer-middle .contact-widget {
      margin-bottom: 2rem;
    }
    .header .navbar-nav {
        margin: 15px 0;
      }
      .get_started_bottom h2 {
        font-size: 34px;
    }
    .get_started_bottom {
      padding-bottom: 50vw;
      background-position: bottom left;
      background-size: cover;
      height: auto !important;
  }
  .started_wrapper {
    padding: 50px;
    max-width: 520px;
    margin: auto;
    padding-top: 5vw;
    padding-bottom: 6vw;
    background: rgb(255 255 255 / 70%);
}
.get_started_bottom .bottom_list li {
padding: 0 0 0 35px;
  font-size: 18px;
  margin-bottom: 1vw;
}
.new-way, .old-way{
  margin: auto;
}
.what-to-except img{
  max-width: 100%;
  margin: 0 auto 10px;
}
.what-to-except .h3{
  margin-top:30px;
}
  }

  @media (max-width:991px) and (min-width:768px){
    .txt-holder .hdtxt {
      font-size: 15px;
    }
    .faq-list-wrapper, .medica-blue {
      padding: 25px 40px;
      margin: 0 auto;
    }
    .faq{
      margin: 0 auto;
    }
    .table-price .table-price-row small{
        text-align: left;
    }
    .hero {
        min-height: 43vw
    }
    .hero .section1-block{
        margin-top: 4vw;
    }
  }

  @media (max-width: 767px) {
    .widget .widget-title {
      font-size: 13px;
    }
    .widget a {
        font-size: 10px;
      }
      .footer .contact-widget .widget-title {
        font-size: 11px;
      }
      .footer .contact-widget a {
        font-size: 18px;
      }
      .footer .contact-widget:last-of-type {
        min-width: 100%;
      }
      .footer-middle .contact {
        display: block;
      }
     .hero .section1-block {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 80%;
    left: 0;
    padding-bottom: 25px;
}
    #home-register-1, .icons  {
        /* margin-bottom: 30vw; */
    }
    .hero::after {
        left: 0;
        right: 0;
        bottom: 7vw;
        background: url(../images2/header_image_mob.png) 0 100%/contain no-repeat;
    }
    .section1-block h1, .section1-block h2 {
        margin-bottom: 10px;
    }
    .section1-block p {
        font-size: 14px;
    }
    .icons .icon p {
        font-size: 2.4vw;
    }
    .hero .icons img {
        height: 40px;
    }
    .start_section h2{
      font-size: 40px;
      margin-bottom: 20px;
    }
    .bottom_list li{
      font-size: 20px;
      padding: 0 0 0 35px;
      margin-bottom: 10px;
    }
    .bottom_list li::before{
      width: 24px;
    height: 24px;
    }
    .bnr_btn_wrap.foot-btn-wrap .btn-medica{
      margin: auto;
      max-width: 100%;
    }
    .banner-top .group-buttons, .group-buttons {
      justify-content: center;
      margin-bottom: 0 !important;
      
  }
  .pck_pills {
    max-width: 80%;
    margin: 20px auto 0;
}
  .get_started_bottom{
      padding-bottom: 0;
  }
  .started_wrapper{
      padding: 20px;
  }
  .get_started_bottom .btn-medica{
      font-size: 11px;
  }
  .faq{
        margin-left: auto;
        margin-right: auto;
  }
 .faq-list-wrapper, .medica-blue {
    padding: 30px 0;
    height: auto;
}
    .faq-list-wrapper {
    margin: auto;
}
   

  }
  

  
@media (max-width:600px){
 
    #home-register-1, .icons  {
        /* margin-bottom: 70vw; */
    }
    .hero::after {
        left: -4vw;
        bottom: 0;
        height: 135vw;
        width: 113vw;
        max-width: initial;
        margin: auto;
    }
    .start_section .bnr_btn_wrap.foot-btn-wrap{
      flex-direction: column;
  } 
  .hippa {
    margin: 15px 20px 0;
}
}

@media screen and (max-width: 500px){
    .table-price .table-price-row small{
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    #home-register-1, .icons {
        /* margin-bottom: 63vw; */
    }
}

  @media (max-width:360px){
    .navbar-brand {
        width: 75%;
    }
}

.navbar-toggler a,.navbar-toggler{
  color: #ab060b;
}

#headerloginmobile{
    margin-left: auto;
    margin-right: 4px;
}

.loadHeight,.loadedHeight, .started_wrapper, .get_started_bottom{
    min-height: 2px;
}

#members_reviews .bottom-box .right, #new_footer .social-links li {
    margin-left: 15px;
}
.wrapper {
    padding: 25px 0;
}
  #new_footer {
    background: #403f3f;
}
#new_footer .logo-bottom,
.checkout .product-img,
.footer .logo-footer img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
}
#new_footer .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#new_footer .right-side p {
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}
#new_footer .footer-top {
  margin-bottom: 30px;
}
#new_footer .meds,
#new_footer .seeReview,
#new_footer .social-links,
.checkout .product-info .bottom-info ul,
.footer .footer-bottom .edMeds,
.footer .footer-bottom .seeReview,
.footer .footer-bottom .whyEd,
.header .menu .start-link_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#new_footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
#new_footer .social-links li img {
  display: block;
  width: 32px;
  height: 32px;
}
#new_footer h5 {
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
}
#new_footer h5:before {
  position: absolute;
  content: "";
  width: 65%;
  height: 1px;
  background: #6dacbf;
  bottom: -5px;
  left: 0;
}
#new_footer .bottom-footer p {
  font-size: 16px;
  color: #fff;
}
#new_footer .contacts li a,
#new_footer .meds li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#new_footer .seeReview img {
  display: block;
  width: 100%;
  max-width: 200px;
}
#new_footer .contacts {
  list-style: none;
  padding: 0;
}
#new_footer .contacts .contact-modal,
.account .review_carousel .inner-carousel {
  cursor: pointer;
}
#new_footer .contacts li a i {
  margin-right: 5px;
}
#new_footer .contact-hours,
.about_box ul {
  margin-bottom: 20px;
}
#new_copyrights {
  background: #222;
}
#new_copyrights .copyright_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#new_copyrights .copyright_links li span {
  color: #999;
  padding: 0 15px;
}
#new_copyrights .copyright_links li a {
  color: #999;
  font-size: 16px;
}
#new_copyrights .copyright_links .stats_av {
  color: #999;
  font-size: 16px;
  cursor: pointer;
}
#new_copyrights p {
  color: #999;
  margin-bottom: 0;
  font-size: 16px;
}


.navbar-expand-lg .navbar-nav li {
    align-items: center;
    display: flex;
    margin: 0 15px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav li:last-child {
    margin: 0;
}
.navbar-expand-lg .navbar-nav li:hover {
    box-shadow: 0 4px 0px -2px red;
}

.navbar-expand-lg .navbar-nav li.nohover:hover{box-shadow: none !important;}

.pricing p{
    font-size: 24px;
    line-height: 1.2;
}
.table-price + p {
    font-size: 16px!important;
}
@media (max-width:1124px) and (min-width:1025px){
    .new-way h5{
        font-size: 2vw;
    }
    .new-way{
        margin: auto;
    }
    .new-way h4, .old-way h4, .what-to-except .h3, .pricing .h3, .medica-blue .hdtxt, .faq-list-wrapper > .hdtxt,.start_section h2, .section1-block h1, .section1-block h2{
        font-size: 3.2vw;
    }
    .old-way ul li strong, .pricing .h5, .txt-holder .hdtxt, .new-way ul li strong, .new-way h5, .section1-block p,.pricing p, #faqAccordion_section h5 {
    font-size: 2vw;
}
    .old-way ul li::before {
    width: 2.2vw;
    height: 2.2vw;
    font-size: 1.2vw;
    top: 0.5vw;
}
.hero .section1-block{
    /* left: 23%; */
    max-width: 44vw;
}

}




@media (max-width:1024px) and (min-width:768px){
    .new-way h4, .old-way h4, .what-to-except .h3, .pricing .h3, .medica-blue .hdtxt, .faq-list-wrapper > .hdtxt,.start_section h2, .section1-block h1, .section1-block h2{
        font-size: 3vw;
    }
    .old-way ul li strong, .pricing .h5, .txt-holder .hdtxt, .new-way ul li strong, .new-way h5, .section1-block p, .pricing p,  #faqAccordion_section h5 {
    font-size: 2vw;
}
.hero .section1-block {
    /* left: 26%;
    max-width: 44vw; */
    left: 0;
    right: 0;
    max-width: 90vw;
    margin: 0px auto;
}
.icons .icon p{
    font-size: 11px;
}
}




@media (max-width:991px){
    
    .navbar-nav {
        padding: 15px;
        border-bottom: 1px solid red;
    }
    .navbar-expand-lg .navbar-nav li:hover{
        box-shadow: none;
    }
    .navbar-expand-lg .navbar-nav li {
    align-items: center;
    display: flex;
    margin: 5px 0 10px;
    font-weight: 500;
    justify-content: center;
}

}

@media (max-width:767px){
    #new_footer .right-side {
    justify-content: flex-start;
    margin-top: 32px;
}
.new-way h4, .old-way h4, .what-to-except .h3, .pricing .h3, .medica-blue .hdtxt, .faq-list-wrapper > .hdtxt, .start_section h2, .section1-block h1, .section1-block h2{
        font-size: 28px;
        text-align: center;
    }
    .old-way ul li strong, .pricing .h5, .txt-holder .hdtxt,.new-way ul li strong, .new-way h5, #faqAccordion_section h5, .pricing p{
        font-size:20px;
    }
    .bottom_list li{
        font-size:18px
    }
.old-way ul li::before {
    width: 20px;
    height: 20px;
    font-size: 13px;
    top: 4px;
}
.old-way, .new-way {
    padding: 30px 20px;
}
.hero .section1-block{
    margin-top: 4vw;
}
.annoucement_banner {
    padding: 5px !important;
}
.annoucement_banner br {
    display: none;
}
}

@media (max-width:520px){
    .annoucement_banner {
    font-size: 3vw;
}
.hero {
    position: relative;
    /* min-height: calc(100vh - 130px); */
}
    .faqlist li{
        margin-bottom: 50px;
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
    .faqlist li:nth-child(3n), .faqlist li:nth-child(4n) {
        flex-direction: column;
    }
    .faqlist li:nth-child(3n) .txt-holder, .faqlist li:nth-child(4n) .txt-holder{
        text-align: center;
    }
    .faqlist li:nth-child(3n) .img-with-badge::after, .faqlist li:nth-child(4n) .img-with-badge::after {
        right: 0;
        left: -30px;
    }
    .bottom_list li{
        font-size: 16px;
    }.faqlist li .img-with-badge{
        max-width: 85%;
    }
    .faqlist li:last-child {
    margin-bottom: 0;
}
.hero .section1-block .group-buttons {
    max-width: 91%;
    margin-left: 9%;
    margin-bottom: 15px !important
}
.hero .section1-block {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
.icons {
    /* margin-bottom: 60vw; */
    margin-bottom: 10vw;
    margin-top: 5px;
}

.hero .icons .icon {
    flex: 1;
}
.icons .icon p {
    /*font-size: 3.2vw !important;*/
    font-size: 3vw !important;
}
.hero .icons img {
    height: 36px;
    margin: 0 auto 10px;
}
.new-way h4, .old-way h4, .what-to-except .h3, .pricing .h3, .medica-blue .hdtxt, .faq-list-wrapper > .hdtxt, .start_section h2, .section1-block h1, .section1-block h2{
        font-size: 24px;
        text-align: center;
    }
    .section1-block h1, .section1-block h2{
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .old-way ul li strong, .pricing .h5, .txt-holder .hdtxt,.new-way ul li strong, .new-way h5, #faqAccordion_section h5, .pricing p{
        font-size:16px;
    }
    .bottom_list li{
        font-size:14px
    }
    p{
        font-size: 14px !important;
    }
}

@media (max-width:360px){
    .new-way h4, .old-way h4, .what-to-except .h3, .pricing .h3, .medica-blue .hdtxt, .faq-list-wrapper > .hdtxt, .start_section h2, .section1-block h1, .section1-block h2 {
    font-size: 22px;
}
p {
    font-size: 12px !important;
}
}
.legitBadge {
    margin: 0 0 0 20px;
}

.navbar-expand-lg .navbar-nav li {
    padding: 15px 0;
    min-height: 70px;
}
.navbar-expand-lg .navbar-nav li:hover {
    box-shadow: inset 0 -4px 0px -2px red !important;
}

@media (max-width:991px){
    .navbar-expand-lg .navbar-nav li {
 
    margin: 0;
}
}

.bg-medica {
    background-color: #152439;
}

.viagra-btn { 
    position: relative;
    transition: opacity .3s;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.viagra-btn:last-child{
    animation-delay:0.75s;
}



@keyframes pulse{0%{transform:scale(.95);}50%{transform:scale(1);}100%{transform:scale(.95);}}



/* new promobar design */

    .promobar {
        background:#740301 url(../images2/promo-banner-v2.gif) no-repeat;
        background-size:cover;
        display: flex;
        justify-content: center;
        align-items:center;
        height:48px;
    }
  .promobar .logo-promo {
    margin-left: 20px;
    margin-right: 10px;
}
.promobar .logo-promo img {
    height: 38px;
    width: 115px;
    object-fit: cover;
}
 .promo-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.click-text{
        color: #e1040d;
    text-transform: uppercase;
    font-weight: 600;
    display: table;
    margin: 5px auto 0px;
} 

@media (max-width:1280px){
 
.promo-text{
    font-size: 24px;
}
.promobar .logo-promo img {
    height: 45px;
    width: 130px;
}
}
@media (max-width:991px){
    
   .promobar {
    height: auto;
    max-height: 40px;
}
.promobar .logo-promo {
    margin-left: 2vw;
    margin-right: 1vw;
}
.promobar .logo-promo img {
    height: 35px;
    width: 100px;
}

.promo-text {
    font-size: 20px;
    padding: 10px 5px;
}
}
@media (max-width:767px){
  .promobar .logo-promo img {
    height: 5vw;
    width: 14vw;
}

 .promo-text {
    font-size: 2.8vw;
    padding: 2vw 0;
    letter-spacing: -0.1vw;
}
}
@media (max-width:640px){
.promobar .logo-promo {
    margin-left: 1vw;
    margin-right: 1vw;
}
.promo-text {
    font-size: 2.6vw;
    letter-spacing: -0.1vw;
}



}

@media (max-width:540px){
 .promo-text {
    font-size: 2.8vw;
}

}


/*New CSS 21-11-2023*/

@media screen and (max-width: 520px) {
    .hero .icons {gap: 12px}    
}


.grn-txt{
    color:green !important;
}
.grn-txt2{
    color: #54d81b !important;
    font-weight: 500;
}

.blk-top-bnr {
    background: url(../images2/TopBannerImageReference.png) no-repeat;
    height: 80px;
    background-size: cover;
    background-position: center;
}

@media (max-width:991px){
    .blk-top-bnr {
    background-size: cover!important;
    background-position: 49% 50%!important;
}
}

@media (max-width: 840px){
    .blk-top-bnr {
    height: 8vw;
}
}

.marquee{text-transform:uppercase;overflow: hidden;white-space: nowrap;width: 100%;background:#000 url("../images/valentines-banner-background.jpg") no-repeat;min-height:95px;background-size:cover;background-position:center center;display:flex;justify-content:center;align-items:center;}.marquee-content {white-space: nowrap;font-size: 24px;padding: 10px 0;display: flex;flex-wrap: nowrap;gap: 10px;}.marquee-content span {margin-right: 0; color:#fff;display:flex; flex-wrap:nowrap;gap:8px;align-items:center;text-transform: uppercase;}.marquee-content span i{font-style:normal;}.marquee-content span .thm-red{color:#e1040d;font-weight:bold;}.marquee_bold{font-weight:bold;}@media (max-width:767px){.marquee{min-height:60px;}.marquee-content{font-size:20px}}@media(max-width:870px){.marquee{min-height:65px;}}