+
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css
index 9a4b8a2..94fb12b 100644
--- a/public/assets/member_css/front-style.css
+++ b/public/assets/member_css/front-style.css
@@ -70,6 +70,11 @@ a{
.heading-font{
font-size:26px;
}
+@media (max-width: 768px){
+ .heading-font{
+ font-size:24px!important;
+ }
+}
/* ----------------header---------------- */
.cart-menu img{ margin-right:5px; }
.header{
@@ -165,6 +170,14 @@ a{
#id section{
display: none;
}
+@media (min-width: 768px) and (max-width: 1210px){
+ .header1 ul{
+ margin-right:0;
+ }
+ .header ul li{
+ margin:0 5px;
+ }
+}
@media only screen and (min-width: 992px) {
.nav{
display: none !important;
@@ -185,6 +198,7 @@ a{
z-index:99;
margin-top:10px;
overflow: hidden;
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
}
/* ----------------footer---------------- */
.footer{
@@ -571,11 +585,11 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
padding-bottom:15px;
}
.membership-img>div:last-child{
- border-right-width:0;
+ border-width:0;
}
.presale-offer-section{
background:#f8f8f4;
- padding:60px 0 60px 0;
+ padding:45px 0 45px 0;
}
@media (min-width: 768px){
.membership-img{
@@ -1666,6 +1680,14 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
max-width:500px;
}
+@media (max-width: 992px){
+ .credit-table{
+ margin-bottom:60px;
+ }
+ .how-works{
+ background-image:none!important;
+ }
+}
.credit-table .fit-session{
background-color: var(--pink-color);
}