@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts/montserrat-bold.ttf");
}
@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/montserrat-regular.ttf");
}
@font-face {
  font-family: "montserrat-medium";
  src: url("../fonts/montserrat-medium.ttf");
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat-regular";
}

img {
  max-width: 100%;
}
.ml-20 {
  margin-left: 20px;
}
h1 {
  font-size: 40px;
  font-family: "montserrat-bold";
}

h2 {
  font-size: 36px;
  font-family: "montserrat-bold";
  position: relative;
}

h3 {
  font-size: 32px;
  font-family: "montserrat-bold";
}

h4 {
  font-size: 28px;
  font-family: "montserrat-bold";
}
h5 {
  font-size: 24px;
  font-family: "montserrat-bold";
}
h6 {
  font-size: 18px;
  font-family: "montserrat-bold";
}
p {
  font-size: 14px;
  position: relative;
}

.background-home {
  background-image: url(../assets/images/home-back.png);
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.banner-icons {
  display: flex;
}
.like-popup {
  position: absolute;
  top: 38%;
  left: 0px;
  background-color: #f9be8b;
  padding: 8px 10px;
  border-radius: 10px;
  width: 300px;
  min-width: 300px;
  display: flex;
}
.custom-check {
  color: #f9be8b;
  font-size: 25px;
  padding: 7px 10px;
  border-radius: 50px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 15px;
}
.popup-bottom {
  position: absolute;
  right: 0px;
  bottom: 30%;
  background-color: #f9be8b;
  padding: 8px 10px;
  border-radius: 10px;
  width: 300px;
  min-width: 300px;
  display: flex;
}

.homebg-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}
.diet-bg-ist {
  background-image: url(../assets/images/new-pro-ist-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 120px;
  padding-bottom: 40px;
}
.diet-bg-2nd {
  background-image: url(../assets/images/new-pro-two.png);
  background-repeat: no-repeat;
  background-size: 100% 330px;
  background-position: bottom;
  padding-bottom: 150px;
}
.max-400 {
  max-width: 400px;
  margin: auto;
}
.diet-tips-content-right {
  text-align: right;
}

.diet-tips-right {
  background-color: #f9be8ba5;
  width: 45px;
  border-radius: 5px;
  margin-left: auto;
  text-align: center;
}
.diet-tips-content-left {
  text-align: left;
}
.diet-tips-left {
  margin-left: 0;
}
.padding-right-100 {
  padding-right: 100px;
}
.padding-left-100 {
  padding-left: 100px;
  max-width:500px;
}
.diet-heading-max-width-right {
  max-width: 300px;
  margin-left: auto;
}
.diet-heading-max-width-left {
  max-width: 300px;
  margin-right: auto;
}
.mobile-bg {
  width: 100%;
  height: auto;
  background-color: #f9bf8c;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.setting-img-icon {
  background-color: #fef1e6;
  border-radius: 5px;
  padding: 10px;
}
.container-bg {
  background-color: #f9be8b;
  border-radius: 10px;
}
.footer {
  background-color: #f9be8b;
}

.dots-img-left {
  transform: rotate(165deg);
  position: absolute;
  left: -112px;
  overflow: hidden;
  top: -30px;
}
.star-img-center {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.double-img {
  width: 100%;
  height: 450px;
}

.new-project-box {
  display: flex;
  align-items: center;
  padding: 10px 60px;
}
.show-992 {
  display: none;
}
.page-logo {
  width: 130px;
}
.app-link img {
  width: 200px;
  height: 60px;
  transition: 0.3;
  -webkit-transition: 0.5s;
}

.app-link img:hover {
  transform: translateY(20px) !important;
  -webkit-transform: translateY(20px) !important;
  transition: 0.3s linear !important;
}
.form-sect form{
    width: 800px;
    margin: 0px auto;
    margin-top: 20px;
    display: block;
}
.form-sect form .btn-primary {
    width: 100%;
    background-color: #f9be8b;
    border: 1px solid #f9be8b;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    }
.form-sect form .btn-primary:hover {
    background-color: #f9be8bd1;
    border: 1px solid #f9be8b;
    }
.form-sect form .btn-primary:active , 
.form-sect form .btn-primary:focus{
    outline:0px;
    box-shadow: inherit;
    }
@media (max-width: 992px) {
.form-sect form {
    width:inherit;
    }      
  .page-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .new-project-box {
    padding: 15px 30px;
    text-align: center;
  }
  .hide-992 {
    display: none;
  }
  .text-center-991 {
    text-align: center;
  }
  .home-2-box img {
    width: 100%;
  }
  .m-top-991-50px {
    margin-top: 50px;
  }
  .flex-directio-992-reverse {
    flex-direction: column-reverse;
  }
  .background-home {
    height: 100%;
  }
  .diet-heading-max-width-left {
    max-width: 100%;
    margin-right: auto;
    text-align: center;
    margin-bottom: -20px;
  }
  .padding-left-100 {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .diet-heading-max-width-right {
    max-width: 100%;

    text-align: center;
  }
  .diet-tips-right {
    margin-left: auto;
    margin-right: auto;
  }
  .diet-tips-content-right {
    text-align: center;
  }
  .show-992 {
    display: inherit;
  }
  .center-992 {
    justify-content: center;
    align-items: center;
  }
  .center-diet-992 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .double-img {
    display: none;
  }
  .background-home {
    background-image: url(../assets/images/checking.png);
  }
}
@media (max-width: 767px) {
.form-sect form {
    width:inherit;
    }    
  .double-img {
    height: 100%;
  }
  h2 {
    font-size: 32px;
  }

  .like-popup {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-bottom {
    position: relative;
    right: unset;
    bottom: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  .app-link {
    display: block;
    margin-bottom: 20px;
  }

  .diet-bg-ist {
    background-size: contain;
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
.form-sect form {
    width:inherit;
    }      
  h2 {
    font-size: 24px;
  }
  h6 {
    font-size: 14px;
  }

  .like-popup {
    min-width: 280px;
    width: 100%;
  }
  .popup-bottom {
    min-width: 280px;
    width: 100%;
  }
}
.italic {
    font-style: italic;
    font-weight: 600;
}
.link a{
    color: #000;
    text-decoration:none;
}

/*Added By Daniel Bryan*/

.page-header {
  background-image: url(../assets/images/page-header.png);
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.title-header {
    text-align: center;
    margin-top: 70px;
}
.content {
    padding-top: 50px;
}

/*End*/