/* Theme Reset Style  */
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;500;600&family=Roboto+Condensed:wght@400;700&family=Roboto+Slab:wght@400;500;600;700&display=swap);

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
/* Theme Color */
/* Primary Color*/
/*:root {--themecolor: #0076CB;}*/
/* Secondary Color*/
/*:root {--secthemecolor: #003283;}*/
/* tertiary Color*/
/*:root {--tertiarycolor: #012E55;}*/

/* tertiary Color*/
html{overflow-x: hidden;}
body {
  color: #000000;
  letter-spacing: 0;
  font: 400 16px/28px "Roboto Slab", Sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}
h1 { font-size: 56px;}
h2 { font-size: 48px;}
h3 { font-size: 40px;}
h4 { font-size: 32px;}
h5 { font-size: 24px;}
h6 { font-size: 20px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #55acee;}
p a,
p a:hover { text-decoration:underline; }
p {
  color: var(--secthemecolor);
  margin: 0 0 20px;
  line-height: 1.6em;
  letter-spacing: normal;
}
a { text-decoration: none; }
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
ul { margin: 0; }
figure {
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
.vs-container{
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Header Style */
.vs-header{
  
}
.vs-header_top{
  padding: 5px 0;
  text-align: center;
  box-shadow: 0px 5px 10px -8px rgba(0,0,0,0.5);
}
.vs-header_top span{
  color: #666666;
  display: block;
  font: 400 12px/12px "Roboto Condensed", Sans-serif;
}
.vs-header_bottom{
  padding: 10px;
  box-shadow: 0px 5px 10px -8px rgba(0,0,0,0.5);
}
.vs-logo img{
  display: block;
  max-width: 160px;
}
.vs-header .vs-container {
  max-width: 1145px;
}
/* Section Style */
.vs-diet_banner{
  text-align: center;
  padding: 23px 10px 10px;
}
.vs-diet_banner h1{
  margin: 0;
  color: #363636;
    font: 600 46px/53px "Roboto Slab", Sans-serif;
}
.vs-section{
  padding: 0 0 110px;
}
.vs-diet{
  gap: 56px;
  display: flex;
}
.vs-diet_info{
  max-width: 68.666%;
  width: 100%;
}
.vs-diet aside{
  flex: none;
  width: 100%;
  max-width: 31%;
}
.vs-diet_redtitle{
  margin: 35px 0 20px;

}
.vs-diet_redtitle h2{
  color: #E90506;
  margin-bottom: 0;
  letter-spacing: 0.02rem;
  font: italic 700 20px/27px "Roboto Slab", Sans-serif;
}
.vs-diet_description p{
  margin: 15px 0 0;
  color: rgb(54, 54, 54);
}
.vs-diet_description figure{
  margin: 0;
  width: 100%;
}
.vs-diet_description figure img{
  width: 100%;
  display: block;
}
.vs-diet_description figure ~ figure{
  margin-top: 15px;
}
.vs-diet_imgtwo{
  margin: 10px 0 0 !important;

}
.vs-diet_imgtwo img{
  width: 100%;
  margin: 0 0 40px;
  display: block;
}
.vs-diet_imgtwo figcaption{
  text-align: center;
  color: #777777;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.vs-diet_btns{
  font-family: "Roboto Slab", Sans-serif;
  padding: 5px;
  border-bottom: 5px solid #22935C;
  background: #22935C;
  border-radius: 5px;
  color: #fff !important;
  line-height: 31.7px;
  display: block;
  font-size: 30px;
  text-align: center;
  margin: 15px 0 20px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.vs-diet_btns:hover {
  background: #5FAB69;

}
.vs-diet_imgthree figcaption{
  text-align: left;
  color: #777777;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  word-spacing: 0px;
  margin-top: 20px;
  display: block;
}
.vs-diet_description p em{
  color: #e90506;
  font-style: normal;
}
.vs-diet_imgthree{
  margin-top: 20px !important;
}

.vs-diet_description h3{
  font: 700 20px/24px "Roboto Slab", Sans-serif;
  color: #363636;
  margin: 0;
}
.vs-diet-list{
  margin: 30px 0px -2px -20px;
  --e-transform-scaleX: 0.95;
  transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.vs-diet-list ul{
  border-bottom: 3px solid rgb(233, 5, 6);
  padding: 20px 0 20px 30px;
  margin-bottom: 20px;
  font: italic 700 16px/18.4px "Roboto Condensed", Sans-serif;
}
.vs-diet-list ul li{
  padding: 10px 0 0;
  color: rgb(54, 54, 54);
}
.vs-diet_imgfour{
  margin-top: 30px !important;
}
.vs-diet_imgfour figcaption{
  text-align: left;
  color: #777777;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  word-spacing: 0px;
  margin-top: 20px;
  display: block;
}
.vs-diet_box{
  margin: 0px 0px 20px;
    padding: 20px;
    min-height: 314px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #363636;
    border: 1px dotted #000000;
    background: #effff7;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}
.vs-diet_description .vs-diet_box > figure{
  width: auto;
  flex: none;
}
.vs-diet_description .vs-diet_box > figure img{
  max-width: 210px;
}

.vs-diet_box_info a{
  margin-top: 15px;
  padding: 0px;
  font-family: inherit;
  color: #e90506 !important;
  border: 0px;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  outline: none;
}
.vs-diet_box_info a+figure{margin-top: 20px}




















.vs-diet_imgfour img{
  width: auto !important;
}
.vs-diet_infodes{
  text-align: center;
  color: #777777 !important;
  font-family: 'Roboto Condensed';
}
.vs-diet_infodes strong{
  color: #777777 !important;
}
.vs-diet-btn_view{
  border-top: 3px solid rgb(233, 5, 6);
  border-bottom: 3px solid rgb(233, 5, 6);
  margin: 30px 0 20px;
}
.vs-diet_imgfive{
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 3px solid rgb(233, 5, 6);
}

.vs-diet_description h2{
  margin: 20px 0 0;
  font: 700 18px/27px 'Open Sans', sans-serif;
}
.vs-diet_description strong,
.vs-diet_description a{
  color: rgb(54, 54, 54);
}
.vs-diet_description a:not(:hover){text-decoration: none;}
/* footer style */
.vs-footer {
  padding: 25px 10px 70px;
  background: #F3F3F3
}
.vs-footer_info{
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
.vs-footer_info p{
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  margin: 5px 0px;
  line-height: 16.5px;
  color: rgb(153, 153, 153);
}
.vs-footer_infofirst a{
  margin: 0 5px;
  color: rgb(233, 5, 6) !important;
  text-decoration: none !important;
}
.vs-footer_info ~ .vs-footer_info{
      margin-top: 30px;
}
.vs-footer_info a{
  color: #c36;
  word-break: break-word;
  text-decoration: none !important;
}
.vs-diet_aside_title {
  margin: 0 0 30px;
}
.vs-diet_aside_title_2{
  text-align: center;
}
.vs-diet_aside_title_2 h3{
  font: 400 16px/28px "Roboto Slab", Sans-serif;
}
.vs-diet_aside_title h3{
  font: 600 28px/30px "Roboto Condensed", Sans-serif;
  color: rgb(54, 54, 54);
}
.vs-diet_aside_info,.vs-diet_aside_info_2{
  padding: 20px;
  border: 1px solid rgb(51, 51, 51);
}
.vs-diet_aside_info_2 {
    padding: 25px 60px;
}
.vs-diet_aside_info_2 p{
  font: 400 15px/22px "Roboto Condensed", Sans-serif;
  margin: 10px;
}
.vs-diet_aside_info figcaption,.vs-diet_aside_info_2 figcaption{
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.vs-diet_aside_info figcaption p{
  font: 400 15px/24px "Roboto Condensed", Sans-serif;
}
.vs-diet_aside_info_2{
  margin-top: 20px;
}
.vs-diet_aside_info_2 p a{
  color: #6AB99C;
}
.vs-diet_aside_info_2 p a:hover{
  color: #0B5295;
}
.vs-diet_aside_info_2 figcaption{
  justify-content: center;
}
@media (max-width:767px){
  .vs-diet_aside{
    display: none;
  }
  .vs-diet_info{
    max-width: 100%;
  }
  .vs-diet_banner h1{
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 1.1em;
  }
  .vs-diet_btns{
        font-size: 22px;
  }
}
@media (max-width:640px){
  .vs-diet_box{
    flex-direction: column;
  }
}
.vs-diet_box_info a:not(.vs-diet_box_info_btn){
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  color: #e90506 !important;
  border: 0px;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  outline: none;
}
.vs-diet_box_info a:not(.vs-diet_box_info_btn)+figure{margin-top: 20px}


.vs-diet_box_info_btn{
  background-image: linear-gradient(to right, #5FAB69 0%, #A4E583  51%, #2CAD6E  100%) !important;
  margin-top: 20px;
/*  background: #2CAD6E;*/
  display: block;
  border-radius: 10px;
  color: #fff !important;
  font-size: 22px;
  padding: 10px 40px !important;
  line-height: 36px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
}
.vs-diet_box_info > .vs-diet_box_info_btn{
  color: #fcfcfc !important;
  text-transform: uppercase;
  border: solid 2px #22935C !important;
  border-radius: 12px;
  background-size: 200% auto;
  transition: 0.5s;
}
.vs-diet_box_info_btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
/* Default styles for both images */
.mobile-image, .desktop-image {
   display: none; /* Initially hide both images */
}

/* Media query for mobile devices */
@media (max-width: 767px) {
   .mobile-image {
      display: block !important; /* Display mobile image */
   }
}

/* Media query for desktop devices */
@media (min-width: 768px) {
   .desktop-image {
      display: block !important; /* Display desktop image */
   }
}
