
html {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #f4ede5; } 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; }

h1, h2 {
  font-weight: 700; }

.subheading {
  color: #f34949; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f7f8f9; }

a {
  color: #f34949; }

a:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #000000; }

.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .lnr {
    font-size: 30px;
    margin-right: 10px; }


boxed-page {
  position: relative;
  border-color: #ededed;
  background-color: #fff; }
  .boxed-page .section-padding {
    padding-top: 20px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .boxed-page .section-padding {
      padding-top: 80px;
      padding-bottom: 130px; } }

@media (max-width: 991px) {
    .boxed-page .section-padding {
        padding-top: 80px;
        padding-bottom: 130px;
    }
}


.userLogin a, a.Dbtn{
    padding: 9px 20px;
    width: 132px;
    border-radius: 61px;
    font-size: 15px;
    font-weight: 600;
    background-color: #b04955d4;
    border: 1px solid #b04955d4;
    color: white;
}


.boxed-page {
  position: relative;
  border-color: #ededed;
  background-color: #fff;
}
/*@media (max-width: 767px)
.img-2 {
    height: 500px;
}
@media (min-width: 992px) {
  .boxed-page .section-padding {
    padding-top: 130px;
    padding-bottom: 130px; 
  } 
}**/

@media (min-width: 1200px) {
  .boxed-page {      /*ismain dekhna*/
    margin: 30px; 
  } 
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 14px;
}

.img-cover {
  object-fit: cover;
  object-position: center; }

.navbar-brand-center {
  padding-left: 70px;
  padding-right: 70px; }
  .navbar-brand-center img {
  height: 211px;
    margin-top: 22px; }

.footer-logo {
  height: 50px; }



.nav-link {
  color: #000; }

#navbar-header {
  height: 100px; }
  #navbar-header .navbar-nav .dropdown-menu {
    border: none;
  border: none;
    border-bottom: 2px solid #212529;
    border-radius: 0 !important;
    box-shadow: -5px 5px 10px 0px #343a4073;
  }

@media (min-width: 1024px) {
  #navbar-header .navbar-nav {
    width: 50%; }
  #navbar-header .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 500ms ease; }
  #navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1; } }

.btn {
  font-size: 14px;
  font-weight: 600; }

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

.btn-icon {
  color: #000; }


.hero {
  height: 600px;
    margin-top: 32px;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
        height: calc(100vh - 130px);
        margin-bottom: 40px;
        margin-top: 33px;
    } }

.hero-info {
  padding-top: 60px; }
  @media (min-width: 1420px) {
    .hero-info {
      padding-top: 140px; } }
  .hero-info li {
    padding-right: 15px;
    padding-left: 15px; }
  .hero-info .lnr {
    display: block;
    font-size: 32px;
    margin-bottom: 15px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  width: 110px;
  height: 110px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9; }

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0; }

.hero-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  max-width: 100%; }
  @media (min-width: 992px) {
    .hero-carousel .owl-item img {
      height: calc(100vh - 130px); } }

.thumb-menu img {
  height: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }



.bg-grey {
    background-color: #f7f8f9;
}

.hero .FoodStyle{
  font-size:90px;     
  }

.hero .MedicineStyle {
  font-size:72px; 
        
}
        
.mb-2.firstPara {
    margin-top: -29px;
}



section {
    padding: 60px 0;
}

.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #5f5950;
}
.section-title h3{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


section {
    padding: 60px 0;
}

    section#why-us, #members {
        margin-top: -59px;
        background-color: #e5e4e26e;
        padding-top: 80px;
    }
.row justify-content-center{
  height:250px;
}
.card-img-top {
  width: 35%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0px;
  word-wrap: break-word;
  background-color:none; 
  background-clip: border-box;
  border: none; 
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
  0 5px 15px 0 rgba(37, 44, 97, 0.15);
  height: 340px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin-top: -11px;
}

.card-title {
  font-size: 21px;
  font-weight: normal;
  font-family: 'Acme', sans-serif;
}
.card-text{
  font-size:15px;
}
/*Zoom*/
.col-lg-4{
  max-width: 325px;
  margin:15px;
  /*height:340px;*/
  
}
.col-lg-4:hover{
  -ms-transform: scale(1.13); /* IE 9 */
  -webkit-transform: scale(1.13); /* Safari 3-8 */
  transform: scale(1.13); 
}

.row.no-gutters {
    background: rgba(,0,0,0.2);
    background-color: #;
    box-shadow: 0 0 10px #00000082;
}


.info-wrap.w-100.p-md-5.p-4.py-5.img {background: #d7d6d6; opacity: -2rem;}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    opacity: 0.8;
}

.mt-2, .my-2 {
    margin-top: 1rem!important;
}


#footer {
    background: #35322d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

a {
    text-decoration: none;
    color: #545454;
  
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}


/* logo height and margin */

.navbar-brand-center img {
    height: 195px;
   
}


/* space around log */

.navbar-brand-center {
    padding-left: 24px;
    padding-right: 24px;
}


/*hero para*/
.hero p, p.welcome_para, p.dietitian_para {
    margin-top: 0;
    word-spacing: 2px;
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
    padding-right: 38px;
}

/*contact right side*/
.info-wrap.w-100.p-md-5.p-4.py-5.img {
    background: #a3a3a338;
    opacity: -2rem;
}

/*team hading space */
.container .my-5 {
    margin-bottom: 7rem!important;
}

.col-lg-2:hover{
-ms-transform: scale(1.13); /* IE 9 */
  -webkit-transform: scale(1.13); /* Safari 3-8 */
  transform: scale(1.13); 
}
 


.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .lnr {
    font-size: 30px;}




.container .rounded-circle {
    border-radius: 10%!important;
}

.container .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #959697;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.shadow{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.dropdown-item {
 
    color: #212529a8;
}

#navbar-header .navbar-nav .dropdown-menu {
    box-shadow: -5px 5px 10px 0px #343a4073;
}


.gtco-welcome {

    margin-top: 20px;
}
/*           RESPONSIVE            */

.only-mobile {
    display: none !important;
}


@media (max-width: 545px) {

  .hero .MedicineStyle {
    font-size: 62px;
}

   .hero .FoodStyle {
    font-size: 72px;
}
  .hero-left .mb-5 {
    font-size: 49px;
}
 
}


@media (max-width: 991px) {

  .hero .MedicineStyle {
    font-size: 75px;
}

   .hero .FoodStyle {
    font-size: 72px;
}


 
}

@media (max-width: 453px) {
  
  .mb-2.firstPara {
    margin-top: -58px;
  }
  /*chng*/
  .hero .FoodStyle {
    font-size: 65px;}

    .hero .MedicineStyle {
    font-size: 61px;
    }

    .hero-left .mb-5 {
    font-size: 38px;
    }
   
}

@media (max-width: 385px) {

  .hero p{
    font-size: 14.5px;
  }
  .mb-2.firstPara {
    margin-top: -38px;
  }

    .hero .FoodStyle {
        font-size: 57px;
    }

    .hero .MedicineStyle {
    font-size: 54px;
    }

    .hero-left .mb-5 {
    font-size: 40px;
    }

  .hero p {
  
    line-height: 1.8;
}
}



@media (max-width: 991px) {
  .hero {
    height: 100%; }
  .boxed-page {
    padding-top: 70px; }


.search-hover:hover {
    border: 1px solid #b0b0b0;
    width: 200px;
    padding-left: 50px;
}

.search-hover {
    padding-bottom: 16px;
    padding-top: 18px;
    margin-bottom: 15px;
    margin-top: 9px;

  }

#navbar-header {
    position: fixed;
    top: 0;
    height: 78px;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .navbar-brand-center img {
        height: 177px;
        margin-top: -47px;          /*chng*/
        margin-left: -15px;
    }

 .contianer button.navbar-toggler {
    margin-right: 0px;
}
    #navbar-header .dropdown-menu {
      box-shadow: none !important; }
    #navbar-header .navbar-collapse {
        margin-top: -17px;
        background: #fff !important;
        margin-left: -1px;
        margin-right: -1px;
    }


  #navbar-header .navbar-nav .dropdown-menu {
    border: none;
    border: none;
    /* border-bottom: 2px solid #212529; */
    border-radius: 0 !important;
    box-shadow: -5px 5px 10px 0px #343a4073;
}
  /*hamburger*/
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 0;
    list-style: none;
}

.one-edge-shadow{
box-shadow: 0px 7px 7px 1px #80808057;
}
  
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; }
  .menu-wrap {
    margin-bottom: 30px; }
  .footer-widget {
    margin-bottom: 30px; }
  .hero-left {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .hero-left,
  .hero-carousel .owl-item img {
    height: 600px;
  }
  .thumb-menu img {
    height: 90px; }
  .img-2 {
    height: 500px; } 
}

/*Responsive About Text*/
/*Responsive Features*/
@media (max-width: 1024px){
  
  .section-title h3{
    font-weight : 600;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .section-title p{
    font-size: 1rem;
  }
  .col-lg-4 {
    max-width: 290px;
    margin: 3px;
    height: 350px;
}
  .card{
    height:300px;
  }
  .card-img-top{
    width:32%; 
  height: 34%; 
  margin-top: 1px;
  }
  .card-text{
    font-size: 13px;
  }
  .col-lg-4:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.mb-2 p{
  font-size: 13.5px;
  word-spacing: 1.5px;
}
.pl-lg-5 p{
   font-size: 13.5px;
  word-spacing: 3px
}
  
}

/*----width 768-----*/
@media (max-width: 768px){
  
  .section-title h3{
    font-size: 1.8rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .section-title p{
    font-size: 0.9rem;
  }
  .row justify-content-center{
  height:200px;
}
  .col-lg-4 {
    max-width: 250px;
    margin: -5px;
    height: 340px;
  }
  .card{
    height:281px;
  }
  .card-img-top{
    width:31%; 
  height: 32%; 
  margin-top: 1px;
  }
  .card-title{
    font-size: 22px;
  }
  .card-text{
    font-size: 12.5px;
    width: 164px;
  }
  .col-lg-4:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
}

/*----width 425-----*/
@media (max-width: 425px){
  
  .section-title h3{
    font-size: 1.6rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .section-title p{
    font-size: 0.9rem;
  }
  .row justify-content-center{
  height:180px;
}
  .col-lg-4 {
    max-width: 274px;
    margin: 15px;
    height: 290px;
  }
  .card{
    height:281px;
  }
  .card-img-top{
    width:31%; 
  height: 32%; 
  margin-top: 1px;
  }
  .card-title{
    font-size: 22px;
  }
  .card-text{
    font-size: 12.5px;
    width: 164px;
  }
  .col-lg-4:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
 .mb-2 p{
  font-size: 14px;
  word-spacing: 1.2px;
}
.pl-lg-5 p{
   font-size: 14px;
  word-spacing: 2.7px
} 
}

@media screen(max-width: 320px){
  .mb-2 p{
  font-size: 15px;
  word-spacing: 1.5px;
}
.pl-lg-5 p{
   font-size: 15px;
  word-spacing: 3px
}
.md-2 firstPara{
  padding-right: 0px;
}
.mb-2{
  padding-right: 2px;
}
}

 /*search bar*/

.search-hover {
  border: 1px solid #ffffff;
  outline: none;
  background-size: 18px;
  background-image: url('imgs/search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 13px;
  width: 50px;
  height: 18px;
  padding: 25px;
  transition: all 0.5s;
  opacity:0.7;
  padding-bottom: 10px;
  line-height: 1;
}
.search-hover:hover {
    border: 1px solid #dedede;
  padding-bottom: 10px;
    
  width: 200px;
  padding-left: 50px;
}




/*---Side Bar--*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 30px; /* Stay at the top */
  left: 30px; 
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 90px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  background-color: #121212;
  border-radius: 5px;
  box-shadow: box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px 0px;
}

/* The navigation menu links */
.sidenav a {
  padding: 11px 9px 21px 15px;
  text-decoration: none;
  font-size: 19px;
  color: #818181;
  display: block;
  transition: 0.5s;
  transition-property: background;
  
}

.sidenav i{
  padding-right: 20px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}
.sidenav .links a{
 display:inline-block;
  padding: 0.8em 3.5em;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}









/*edit*/


.mb-2.firstPara {
    margin-top: 40px;
}


section#members {
    margin-top: 25px;
    background: white;
    margin-bottom: 36px;
}

section#gtco-welcome {
    margin-bottom: 40px;
}
section.ftco-section {
    background-color: #e5e4e26e;
    padding-top: 80px;

}

@media (min-width: 1200px) {
    .container {
        max-width: 1094px;
    }
    h1.display-4 {
        font-size: 3rem;
    }
    .hero .FoodStyle {
        font-size: 70px;
        font-weight: 500;
    }
    .hero .MedicineStyle {
        font-size: 70px;
    }
}
@media (max-width: 1200px) {
  

    h1.display-4 {
        font-size: 3rem;
    }

    .hero .FoodStyle {
        font-size: 70px;
        font-weight: 500;
    }

    .hero .MedicineStyle {
        font-size: 57px;
    }
}


@media (max-width: 767px) {

    
    .heading-section.pl-lg-5.ml-md-5 {
        margin-top: -23px;
    }
    .pl-lg-5 p, .heading-section.pl-lg-5.ml-md-5 {
        word-spacing: 3px;
        margin-left: 17px;
        margin-right: -49px;
    }
    p.welcome_para.welcome_para1 {
        margin-left: -235px;
    }
    h3.mt-5.bring_heading {
        margin-left: -235px;
    }
    section#gtco-welcome {
        margin-bottom: 0px; 
    }
}

div#main {
    max-width: 100%;
    overflow-x: hidden;
}





@media (max-width: 575px) {
.row.d-flex.align-items-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        padding-left: 10px;
        padding-right: 39px;
    }
    .heading-section.pl-lg-5.ml-md-5 {
        margin-top: 5px;
    }

    .pl-lg-5 p, .heading-section.pl-lg-5.ml-md-5 {

        margin-left: 0px;
    }

    h3.mt-5.bring_heading ,p.welcome_para.welcome_para1 {
        margin-left: 0px;
    }

    .mb-2.userLogin {
        margin-top: -15px;
        /* margin-bottom: -10px; */
    }
    .hero p {
        padding-right: 0px;
    }
    .boxed-page .section-padding {

        padding-bottom: 69px;
    }
}
@media (max-width: 432px) {
    .hero .MedicineStyle {
        font-size: 50px;
    }

    .hero .FoodStyle {
        font-size: 50px;
    }

    .hero p {
        padding-right: 0px;
    }

  

    .mb-2 p {
        font-size: 13px;
      
    }

    p.welcome_para {
        font-size: 13px;
    }
    .mb-2.userLogin {
        margin-top: -16px;
        /* margin-bottom: -10px; */
    }

    .userLogin a, a.Dbtn {
       
        width: 106px;
     
        font-size: 14px;
        font-weight: 500;
     
      
    }
}

@media (max-width: 575px) {

    .row.justify-content-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.no-gutters {
        padding: 0px;
    }
}

@media (max-width: 342px) {
    .hero-left .mb-5 {
        font-size: 30px;
    }
 

    .mb-2.userLogin {
        margin-top: -20px;
    }

    .hero .FoodStyle {
        font-size: 45px;
    }

    .hero .MedicineStyle {
        font-size: 45px;
    }

    .mb-2 p {
        font-size: 12p.5x;
    }

    .mb-2.firstPara {
        margin-top: 26px;
    }
}

@media (max-width: 300px) {
    .hero-left {
        padding-top: 17px;
        padding-bottom: 30px;
    }



    .mb-2.userLogin {
        margin-top: -23px;
    }

    .mb-2.firstPara {
        margin-top: 24px;
    }

    .hero .FoodStyle {
        font-size: 35px;
    }

    .hero .MedicineStyle {
        font-size: 35px;
    }
    .userLogin a, a.Dbtn {
        padding: 9px 20px;
        width: 100px;
       
        font-size: 15px;
        font-weight: 400;
        
        font-size: 13px;
    }
}


@media (min-width: 992px) {
 
      
  #leftMenu{
    padding-left: 125px;
  }
  #rightMenu{
    padding-right:78px;
  }
}

@media (min-width: 1024px) {
      
  #leftMenu{
    padding-left: 108px;
  }
}


@media (min-width: 1200px) {
 
      
  #leftMenu{
    padding-left: 170px;
  }
}


    /*remove margin right from paras of starting row

    class="welcome_para welcome_para1
    class="mt-5 bring_heading" 
*/



    /*
*/
