@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Marcellus&family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Product Sans';
    src: url('../webfonts/ProductSans-Bold.woff2') format('woff2'),
        url('../webfonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../webfonts/ProductSans-BoldItalic.woff2') format('woff2'),
        url('../webfonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../webfonts/ProductSans-Italic.woff2') format('woff2'),
        url('../webfonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../webfonts/ProductSans-Regular.woff2') format('woff2'),
        url('../webfonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {        
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #232323;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}

a, .btn, img, button {
    transition: all .4s;
}

input,
select,
textarea {
    width: 100%;
    outline: none;    
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

a:hover,
a:focus,
a:active {
    /*color: #F7BA08;*/
    text-decoration: none;
    outline: 0px;
}

ul,
ol,
li {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #FFF;
}
/* #top-nav-fixed.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all .4s;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
} */
.top-header .navbar {
    padding: 0px 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 100px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    /* max-width: 225px; */
    max-width: 230px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #232323;    
    padding: 0;
    text-transform: uppercase;
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}
.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 2px;
    background-color: #0b6867;
    transition: all 300ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #0b6867;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.accountcart {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-left: 14px;
}
.guest-main {
    position: relative;
    padding-right: 50px;
    line-height: 1.2;
}
.guest-main:after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    background-color: #f2b1af;
    height: 100%;
    width: 1px;    
}
.guest-main p {
    font-size: 19px;
    margin-bottom: 0;
}
.guest-main a {
    font-size: 16px;
    color: #232323;
}
.guest-main a:hover {
    color: #0b6867;
}

.accountcart li {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
}

.accountcart li:last-child {
    margin-right: 0;
}
.accountcart li a img {
    max-width: 23px;  
}
.accountcart li a img.cart-icon {
    max-width: 28px;  
}

.search-bar {
    position: absolute;
    left: 22%;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    padding: 0px 70px 0px 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all .2s;
    transform: translateY(-200%);
}
.search-bar.search-show {
    transition: all .2s;
    transform: translateY(0%);
}
.search-bar .btn-close {
    position: absolute;
    right: 30px;
    top: 0;
    height: 90%;
}
.subcribe-section .input-group-text, .search-bar .input-group-text {
    background-color: #0b6867;
    color: #fff;
    border-radius: 0;
    width: 50px;
    font-size: 22px;
    border: 1px solid #ddd;
}

.banner-section, .banner-section .carousel-inner {    
    height: 100vh;
    overflow: hidden;
}
.banner-section .carousel-item {
    background-image: -moz-linear-gradient( 0deg, rgb(11,104,103) 0%, rgb(34,156,155) 69%);
    background-image: -webkit-linear-gradient( 0deg, rgb(11,104,103) 0%, rgb(34,156,155) 69%);
    background-image: -ms-linear-gradient( 0deg, rgb(11,104,103) 0%, rgb(34,156,155) 69%);
    height: 100%;
}
.banner-section .carousel-item .container {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.banner-text {
    color: #fff;
}
.banner-text h5 {
    font-size: 42px;
    font-family: 'Great Vibes', cursive;
    line-height: 100%;
    margin-bottom: -20px;
}
.banner-text h1 {
    font-size: 114px;
    font-family: 'Marcellus', serif;
}
.btn-bordered {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 5px 10px;
    display: inline-block;
    font-family: 'Marcellus', serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}
.btn-bordered:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #0b6867;

}
.btn-bordered-pink {
    border: 2px solid #da617c;
    color: #da617c;
}
.btn-bordered-pink:hover {
    border: 2px solid #da617c;
    background-color: #da617c;
    color: #fff;

}
.section {
    position: relative;
    padding: 60px 0;
}
.about-section:after {
    content: "";    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/about-leaf2.png) no-repeat;
    width: 189px;
    height: 240px;
    margin: auto;
    z-index: -1;
}
.title-head {
    display: table;
    position: relative;
}
.title-head:after {
    content: "";
    position: absolute;
    top:-20px;
    right: -130px;
    background: url(../images/about-leaf1.png) no-repeat left top;
    width: 100px;
    height: 112px;
}
.title2 {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
    color: #da617c;
    line-height: 100%;
}
.section-title {
    font-family: 'Marcellus', serif;
    font-size: 39px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-text {
    font-size: 18px;
    font-weight: 500;
}
.about-text li {
    padding-left: 25px;
    position: relative;
}
.about-text li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'Font Awesome 5 pro';
    color: #da617c;
}
.about-feature-img {
    display: flex;
    height: 102px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.about-feature-img img {
    max-height: 102px;
}
.about-feature {
    text-align: center;
}
.about-feature h5 {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #da617c;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-feature p {
    font-weight: 500;
}
.how-it-section .section-title {
    color: #da617c;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.text-pink {
    color: #da617c;    
}
.how-it-single {
    background-color: #ececec;
    padding: 15px 15px 50px;
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.how-it-box1 {
    background-color: #f5fbef;
}
.how-it-box2 {
    background-color: #fff9fd;
}
.how-it-box3 {
    background-color: #fcf8ec; 
}
.how-it-box4 {
    background-color: #f2fcfd;  
}
.how-it-leaf1, .how-it-leaf2 {
    margin: -15px -15px 20px auto;
    display: table;
    height: 115px;
}
.how-it-leaf2 {   
    margin: -15px auto 20px -15px;
}
.how-it-single:hover .how-it-icon {
    transform: translateY(-10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}
.how-it-icon {
    width: 63%;
    background-color: #fff;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    overflow: hidden;
    transition: all .4s;
}
.how-it-single h4 {
    font-family: 'Marcellus', serif;
    font-size: 29px;    
    margin-bottom: 20px;
}
.how-it-single p {
    font-size: 20px;
    color: #131313;
    line-height: 1.3;
}
.title-circle {
    max-width: 330px;
    width: 100%;
    aspect-ratio: 1/1;
    border: 3px solid #fceaea;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    animation-name: scale-small-big;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes scale-small-big {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.title-circle:before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    border: 3px solid #fceaea;
    border-radius: 100%;
}
.brands-logos img {
    margin: 10px 0;
}
.corporate-section {
    background-color: #f5fbef;
}
.corporate-box {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}
.blog-row {
    display: flex;
    width: 100%;
    /* overflow: auto; */
    /* gap: 20px; */
    padding: 10px 0 30px;
    transition: all 300ms ease-in-out;
}
.blog-row:hover>li {
    opacity: .5;
    transform: scale(.95);
}
.blog-single {        
    width: 25%;
    flex: 0 0 25%;
    transition: all 300ms ease-in-out;
    /* padding-left: 12px;
    padding-right: 12px; */
}
.blog-row:hover>.blog-single:hover {
    transform: scale(1);
    opacity: 1;
}
.blog-thumbs {
    border-radius: 8px;
    box-shadow: 0px 5px 12px 1.5px rgba(148, 148, 148, 0.5);
    overflow: hidden;
    position: relative;
    display: block;
    margin-right: 20px;
}
.blog-overlay {    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-overlay-green {    
    background: -moz-linear-gradient(top,  rgba(245,251,239,0) 0%, rgba(245,251,239,0) 31%, rgba(245,251,239,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(245,251,239,0) 0%,rgba(245,251,239,0) 31%,rgba(245,251,239,1) 100%);
    background: linear-gradient(to bottom,  rgba(245,251,239,0) 0%,rgba(245,251,239,0) 31%,rgba(245,251,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5fbef', endColorstr='#f5fbef',GradientType=0 );
}
.blog-overlay-purple {    
    background: -moz-linear-gradient(top,  rgba(255,249,253,0) 0%, rgba(255,249,253,0) 31%, rgba(255,249,253,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,249,253,0) 0%,rgba(255,249,253,0) 31%,rgba(255,249,253,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,249,253,0) 0%,rgba(255,249,253,0) 31%,rgba(255,249,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9fd', endColorstr='#fff9fd',GradientType=0 );
}
.blog-overlay-yellow {    
    background: -moz-linear-gradient(top,  rgba(252,248,236,0) 0%, rgba(252,248,236,0) 31%, rgba(252,248,236,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,248,236,0) 0%,rgba(252,248,236,0) 31%,rgba(252,248,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,248,236,0) 0%,rgba(252,248,236,0) 31%,rgba(252,248,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcf8ec', endColorstr='#fcf8ec',GradientType=0 );
}
.blog-overlay-seagreen {    
    background: -moz-linear-gradient(top,  rgba(242,252,253,0) 0%, rgba(242,252,253,0) 31%, rgba(242,252,253,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(242,252,253,0) 0%,rgba(242,252,253,0) 31%,rgba(242,252,253,1) 100%);
    background: linear-gradient(to bottom,  rgba(242,252,253,0) 0%,rgba(242,252,253,0) 31%,rgba(242,252,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2fcfd', endColorstr='#f2fcfd',GradientType=0 );
}
.blog-text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: 2;
    font-size: 14px;
    color: #232323;
    font-weight: 500;
}
.blog-thumbs-img {
    aspect-ratio: 1/1.56;
    object-fit: cover;    
}
.blog-single:hover .blog-thumbs .blog-thumbs-img {
    transform: scale(1.2);
}
/*For scroll*/
.overflow-auto::-webkit-scrollbar {
    width: 3px; 
    height: 3px;
  }
  .overflow-auto::-webkit-scrollbar-thumb {
    background-color: #0b6967;
    outline: 0px solid #fff;
  }
  .overflow-auto::-webkit-scrollbar-track {
      background-color: #d0d0d0;
    /*box-shadow: inset 0 0 2px rgba(0,0,0,0.2);*/
  }
  
  @-moz-document url-prefix() {
    .overflow-auto {
      scrollbar-width: thin;
      scrollbar-color: #0b6967;
    }
  }
/*end scroll */
.categories_link,
.nav-pills .nav-link {
    display: inline-block;
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    color: #232323;
    text-align: left;
    font-weight: 500;
    padding: .5rem 1rem .5rem 0px;
    transition: all 300ms ease-in-out;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #232323;
    background-color: transparent;
    font-weight: 700;
}
.categories_link.active:after,
.nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link:after {
   content: "";
   display: block;
   border-bottom: 2px solid #dba38c;
   width: 40px;
}
.insta-section {
    background-color: #fff9fd;
}
.insta-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 151px;
    height: 295px;
    background: url(../images/insta-leaf1.png) no-repeat;
}
.insta-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 232px;
    height: 390px;
    background: url(../images/insta-leaf2.png) no-repeat;
}
.insta-thumbs {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.insta-thumbs img {
    width: 100%;
    aspect-ratio: 1/1.4;
    border-radius: 10px;
    object-fit: cover;
}
.insta-thumbs:hover img {
    transform: scale(1.2);
}
img.insta-bg {
    position: absolute;
    margin: auto;
    display: table;
    left: 0;
    right: 0;
    bottom: 0;
}
.insta-row .col:nth-child(2n+1) {
    margin-top: 35px;
}
.subscribe-section {
    background-color: #fcf8ec;
}
.subscribe-box {
    background-color: #fff;
    padding: 20px 20px 40px;
    text-align: center;
    border-radius: 10px;
    transition: all .4s;
}
.subscribe-box:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}
.subscribe-box h3 {
    font-family: 'Marcellus', serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.calendar-icon {
    background: url(../images/calendar-icon.png) no-repeat;
    width: 51px;
    height: 66px;
    font-size: 26px;
    color: #006867;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding-top: 10px;
    margin: 0 auto 25px;
}
.subscribe-box ul {
    margin-bottom: 35px;
}
.subscribe-box li {
    font-size: 17px;
    margin-bottom: 5px;
}
.price-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #232323;
    font-weight: 700;
    min-width: 118px;
    height: 33px;
    padding: 0px 15px;
}
.special-section .title2 {
    font-size: 39px;
}
.title-text {
    font-size: 26px;
}
.btn-pink {
    background-color: #f2b1af;
    min-width: 230px;
    height: 36px;
    border-radius: 100px;
    font-family: 'Marcellus', serif;
    font-size: 19px;
    color: #fff;
    padding: 3px 15px;
}
.btn-seagreen {
    background-color: #add9d9;    
}
.btn-pink:hover {
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
}
.special-section {
    background-color: #f2fcfd;
    overflow: hidden;
}
.special-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    width: 211px;
    height: 295px;
    background: url(../images/special-leaf1.png) no-repeat;
}
.special-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 171px;
    height: 391px;
    background: url(../images/special-leaf2.png) no-repeat;
}
.footer-logo {
    max-width: 266px;
}
.social-icons {
    margin-top: 30px;
}
.social-icons li a {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #da617c;
    border-radius: 100%;
    display: flex;
    color: #da617c;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.social-icons li a:hover {   
    background-color: #da617c;
    border: 1px solid #da617c;
    color: #fff;    
}
.footer-link a {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #232323;
    margin-bottom: 10px;
    /*display: inline-block;*/
}
.footer-link a:hover, .contact-col a:hover {    
    color: #0b6867;
}
.footer-title {
    font-family: 'Marcellus', serif;
    font-size: 24px;
    margin-bottom: 10px;
}
.contact-col  {
    font-weight: 500;
}
.contact-col a {
    color: #232323;
    /*display: block;*/
}
footer{
    padding: 40px 0px;
    border-top: 1px solid #dbdbdb;
}
.register-form h1,
.register-form h3{
    font-size: 20px;
    font-weight: 600;
}
.paymentlabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.paymentlabel input {
    width: 15px;
}
.benefits {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.benefits>img {
    width: 250px;
    object-fit: contain;
}
.benefits-data {
    width: calc(100% - 270px);
    margin-left: auto;
}
.opening-accordion>.card,
.opening-accordion>.card:first-of-type,
.opening-accordion>.card:last-of-type {
    border-radius: 0px;
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}

.opening-accordion>.card .card-header {
    margin-bottom: 5px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    position: relative;
}

.opening-accordion .card-body {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 35px 20px;
}

.opening-accordion .opening-acco-btn {
    padding: 20px 150px 20px 55px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #dbdbdb;
}

.opening-accordion .opening-acco-btn[aria-expanded="true"] {
    background-color: #f6f9f9;
    border-color: #096967;
}

.opening-accordion .opening-acco-btn::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 26px;
    left: 20px;
    font-size: 17px;
    color: #999999;
    transition: all 300ms ease-in-out;
}

.opening-accordion .opening-acco-btn[aria-expanded="true"]::before {
    transform: rotate(45deg);
    color: #333333;
}

.open-acco-detail aside {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
.open-acco-detail p {
    color: #e14669;
    font-size: 14px;
}

.open-acco-apply-btn {
    display: inline-block;
    background-color: #e14669;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: capitalize;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.open-acco-apply-btn:hover {
    background-color: #096967;
    color: #FFFFFF;
}

.open-acco-content {
    margin-bottom: 35px;
}

.open-acco-content:last-child {
    margin-bottom: 0;
}

.open-acco-content-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    text-transform: capitalize;
}

.open-acco-content p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.open-acco-content p:last-child {
    margin-bottom: 0px;
}

.open-acco-content ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.open-acco-content ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333333;
    list-style-type: circle;
}

.open-acco-content ul li:last-child {
    margin-bottom: 0px;
}

.open-acco-content .open-acco-apply-btn {
    position: initial;
    transform: none;
}
.new-bg-color{
    background-color: #FCF8EC;
}
.product-sana-font{
    font-family: 'Product Sans';
}
.new-subscribe-box {
    background-color: transparent;
    position: relative;
    padding: 20px;
}
.new-subscribe-box:hover {
    box-shadow: none;
}
.new-subscribe-box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 0;
    border-radius: 10px;
}
.new-subscribe-box>.row {
    position: relative;
    color: #000000;
}
.new-subscribe-box:hover .box-image{
    transform: scale(1.2);
}
@media screen and (max-width: 991px){
    .new-subscribe-box {
        background-color: #FFFFFF;
    }
    .box-image{
        margin-bottom: 15px;
    }
}
.box-detail-image{
    height: 200px;
    object-fit: contain;
}
.new-subscribe-box ul {
    min-height: 140px;
}