@charset "UTF-8";
#more {
  display: none;
}
body {
  font-family: "Mukta Mahee", sans-serif;
  font-family: "Lato", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.crds h2 {
  font-size: 23px;
}

.crds .crr {
  animation-name: sai;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;

  /* position: relative;
  margin-top: -435px; */
}

@keyframes sai {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .yyyuu{
  padding-bottom: 300px!important;
} */





.flip-card {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  /* width: 300px;
  height: 450px;
  perspective: 1000px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */



  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  background: linear-gradient(179deg, #000000b5, #ffffff00);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
    border: 1px solid #fff;
    border-radius: 10px;
    background: linear-gradient(179deg, #ffffff00, #000000b5);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #bbb; */
  color: black;
}

.flip-card-front img {
  /* height: 450px; */
  width: 100%;
}

.flip-card-back img {
  /* height: 450px; */
  width: 100%;
}

.flip-card-back {
  /* background-color: #2980b9; */
  color: white;
  transform: rotateY(180deg);
}

/* .mycrd {
  height: 330px;
} */

.vrity {
  margin-bottom: 30px;
}

/* .crds{
  height: 60vh;
} */



















.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  padding: 7px 5px;
}

.navbar-nav {
  margin: 0;
}

.food-menus {
  margin: 20px 0px;
  padding: 10px 0px;
}

.menu-img:hover {
  background-color: #a46103;
  color: #ffffff;
  transition: 0.8s;
  /*    box-shadow: 0px 0px 8px #b6ff05;
*/
  z-index: 99;
  transform: scale(1.1);
}

.menu-img {
  padding: 10px;
  background-color: #efefef;
  background-color: #52100a;
  margin-top: 40px;
  border-radius: 10px;
}

.contact-address {
  text-align: left !important;
}

.navbar-light .navbar-nav .nav-link {
  color:#f58634 !important;
  font-size: 20px;
  font-weight: 600;
}

.menu-img p {
  color: #fff;
  text-align: center;
}

.menu-img img {
  width: 100%;
  height: 200px;
}

.menu-img:hover {
  box-shadow: 12px 11px 6px #c5c5c5;
}

.menu-margin {
  margin: 30px 0px;
}

.food-desc-img {
  text-align: center;
}

.border-out {
  border: 1px solid #000000;
}

.important-notes {
  padding: 50px 0px;
  background-color: #f1efdc;
}

.food-desc {
  background: url(../images/Bes.jpg);
  background-attachment: fixed;
}

.food-desc h2 {
  text-align: center;
  color: #be930c;
  margin-bottom: 40px;
}

/*.food-desc img{
	width:300px;
	height:300px;
}*/
.food-desc h3,
p {
  color: #f58634;
  font-family: verdana;
  /*    font-size: 15px;
   text-align: center;*/
}

.menu-list {
  padding: 50px 0px;
}

.menu-list h2 {
  padding-bottom: 30px;
  text-align: center;
}

.menu-list h3 {
  text-align: center;
  color: white;
}

.header-top {
  background:#f58634;
  margin: 0;
  padding: 3px 0;
}

.header-top p {
      /* font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
    /* font-size: 14px; */
    color: #ffffff;
    margin: 0;
   /* letter-spacing: 1px; */
}

.navbar-brand {
  /* height: 100px;*/
  padding: 0;
}

.top-left p {
  /*margin-top:6px;*/
}

.top-right {
  text-align: right;
}

.top-right p img {
  width: 15px;
}

.top-right i {
  color: #f8fdfd;
  font-size: 15px;
  margin-right: 8px;
}

/*.navbar-brand img{
	margin-top:-12px;
}*/
.my-nav {
  margin-top: 25px;
  font-size: 17px;
}

.food-desc {
  padding: 80px 0px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-overlap-bg {
  padding: 100px 0;
  background-image: url(../images/banner-g.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#login-header {
  height: 100%;
  background-image: url(../images/Biotechnology-concept.-Food-tech.-Nutritional-science-0cc4748a-0c25-432e-8730-0121c1055a31.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.login-header-overlap-bg {
  padding-bottom: 100px;
  min-height: 900px;
  background: rgba(0, 0, 0, 0.2);
}

.navbar-default {
  /*    background-color:#cfcfd4;
*/
  background-color: #efefef;
  border: none;
}

.navbar-default {
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
  /* color: #fffedc;*/
  color: #ff3f00;
  font-weight: bold;
  font-size: 16px;
}

.banner img {
  width: 100%;
}

.main-search form {
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.main-search {
  padding: 32px 0 0px 0;
  /* background:#f58634; */
  background: url(../images/sssfs.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.main-search form span {
  color: #008000 !important;
}

.main-search h2 {
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  color: #f58634;
  /*color: #faf3d7;
    text-shadow: 0 0 10px #505050;*/
}

.main-search h3 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
  /* margin-bottom: 36px; */
  /* text-shadow: 0 0 10px #ffffffb3;*/
}

.my-search-input {
  background-color: #f7e2c3;
  border: 1px solid #f7c47b;
  color: #000;
  margin: 10px 0;
}

.seaechBtn {
  margin: -5px 0;
}

.why-us {
  padding: 50px 0 80px 0;
}

.why-us h2 {
  color:#f58634;
  /* padding-bottom: 50px; */
  text-align: center;
}

.why-us h3 {
  font-size: 20px;
  /* text-align: center; */
}

.why-us p {
  font-size: 15px;
  /* text-align: center; */
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
  border-bottom: 1px solid #f58634;
  border-radius: 10px;
}

/*.why-us img{
	text-align:center;
	margin:0  auto;
	max-width:170px;
	}*/
.menu-pricing {
  height: 100%;
  background-image: url(../images/img/assor.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.menu-pricing-overlap {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.6);
}

.menu-pricing h2 {
  text-align: center;
  padding-bottom: 40px;
  color: #ffffff;
}

.panel-success>.panel-heading {
  color: #ffffff;
  background-color: #5bb95b;
  border-color: #5bb95b;
  font-size: 22px;
  text-align: center;
}

.panel-success {
  border-color: #6bd86a;
}

.panel-heading {
  font-size: 22px;
  text-align: center;
}

.panel-footer-green {
  background-color: #5abb59;
}

.btn-dark-green {
  color: #fff;
  background-color: #499c49;
  border-color: #317331;
}

.menu-pricing h3 {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  background: #8baf8b;
}

.menu-pricing p {
  text-align: center;
  margin: 0;
  padding: 13px 5px;
  border-bottom: 1px dashed #dfeadf;
  background: #aaccaa;
}

#nonv-price {
  background: #bba694;
}

#si-price {
  background: #e8e8e8;
}

#chin-price {
  background: #bcd8e6;
}

#brown-bg p {
  background: #ccbcae;
}

#default-bg p {
  border-bottom: 1px dashed #cccccc;
  background: #f5f5f5;
}

#lblue-bg p {
  background: #cfe5f1;
  border-bottom: 1px dashed #fbfbfb;
}

.panel-footer {
  text-align: center;
}

.panel-warning>.panel-heading {
  color: #e8e8e8;
  background-color: #964805;
  border-color: #964804;
}

.panel-warning {
  border-color: #b95600;
}

.panel-footer-brown {
  background-color: #964804;
}

.panel-footer-lblue {
  background-color: #d9edf7;
}

.btn-brown {
  color: #fff;
  background-color: #964804;
  border-color: #d48f2c;
}

.footer {
  padding: 45px 0;
  background: #fff;
  /* background: url(../images/fs.jpg); */
  background-size: cover;
  background-attachment: fixed;
  line-height: 35px;
  font-size: 16px;
}

.footer h3,
h3 a {
  color: #5ba43b;
}

.footer h3:hover,
h3 a:hover {
  transition: 0.7s;
  /* color: #ffffff; */
}

.footer ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.footer ul li,
.footer ul li a {
  color: #000;
}

.footer ul li i,
.footer ul li a i {
  color: #64ce63;
}

.subs-btn {
  border: 0;
  background: none;
  color: #ffffff;
  font-weight: bold;
}

.addon-bg {
  background-color: #5a5a5a;
}

.footer form {
  padding: 15px 0;
}

.footer-social {
  padding: 15px 0;
}

.crights-block {
  background:#f58634;
  padding: 10px 0;
}

.crights-block a {
  color: #ffffff;
}

.crights-block span {
  color: #ffffff;
  font-size: 15px;
}

.order-form {
  padding: 50px 0;
}

.clients {
  padding: 50px 0;
  text-align: center;
}

.clients img {
  margin-bottom: 30px;
}

.clients h2 {
  padding: 15px;
  background: #abada0;
  color: #000;
  margin-bottom: 50px;
}

/* ----------- End Footer ----------------*/

/* ------ Start Login ---------*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
  margin-left: 20px;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: 5px;
  border-bottom-left-radius: 3;
  border-bottom-right-radius: 3;
  border: 1px solid #cecdcb;
  background-color: #f1f0f0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 3;
  border-top-right-radius: 3;
  border: 1px solid #cecdcb;
  background-color: #f1f0f0;
}

.account-wall {
  padding: 40px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
  color: #ffffff;
  font-weight: 400;
  display: block;
  background: rgb(42, 149, 52);
  margin: 0;
  padding: 15px 0;
  font-size: 30px;
}

.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.need-help {
  margin-top: 10px;
  color: #000000;
}

.new-account {
  display: block;
  padding: 15px 0;
  background: #4a892b;
  color: #ffffff;
  font-size: 15px;
}

.new-account:hover {
  color: #000000;
}

/* --- //login ----*/

/* --- Register ----*/
.main {}

h1.title {
  color: #ffffff;
  font-weight: 400;
  display: block;
  background: rgb(42, 149, 52);
  margin: 0;
  padding: 15px 0;
  font-size: 30px;
}

.my-reg input[type="text"] {
  border: 1px solid #cecdcb;
  background-color: #f1f0f0;
  padding: 20px;
}

.my-reg input[type="password"] {
  border: 1px solid #cecdcb;
  background-color: #f1f0f0;
  padding: 20px;
}

.my-reg input[type="email"] {
  border: 1px solid #cecdcb;
  background-color: #f1f0f0;
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  margin-bottom: 15px;
}

/*input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}*/
.main-login {
  background-color: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-center {
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 40px;
}

.login-button {
  margin-top: 5px;
}

.login-register {
  text-align: center;
}

.login-register a {
  display: block;
  padding: 15px 0;
  background: #4a892b;
  color: #ffffff;
  font-size: 16px;
}

.login-register a small {
  color: #000;
}

/* --- //Register ----*/
.help {
  /* width: 100%; */
  /* height: auto; */
  background: url(../images/bgg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.help-overlay {
  width: 100%;
  height: auto;
  padding: 100px 0;
  /* background: #00000059; */
}

.help h2 {
  color: #da741d;
}

.help h3 {
  color: #52100a;
  margin: 5px 0;
}

.help p {
  font-size: 15px;
}

.contact-page {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #fffc;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.location-header {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  background-color: #a7aba0;
}

.location-header {
  font-weight: 300;
}

.location-header .container {
  text-align: center;
  font-weight: 300;
  color: #1c2c3a;
  font-size: 18px;
}

.location-header .container .change-location-link {
  border-radius: 3px;
  border-width: 1px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  color: #202bd2;
  letter-spacing: 2px;
}

.btn-sm.btn-alt {
  padding-top: 4px;
  padding-bottom: 4px;
}

.btn-primary.btn-alt {
  background: 0 0;
  border-color: #202bd2;
}

#loginbox {
  width: 100%;
  height: auto;
  background: #0000003b;
  color: #fff;
  padding: 80px 0;
}

.career-box {
  width: 100%;
  height: auto;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #00000094;
}

.about {
  width: 100%;
  height: auto;
  color: #000 !important;
  text-align: justify;
  background: url("../images/ff.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.about-overlay {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #00000052;
}

.about p {
  color: #000 !important;
}

.about-contant {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  background: #ffffffc2;
  border: 1px solid #f5863400;
  border-radius: 10px;
}

.query-section {
  width: 100%;
  height: auto;
}

.query-section input,
.query-section textarea {
  margin: 10px 0;
  padding: 17px 10px;
}

.media-page {
  width: 100%;
  height: auto;
  background: url("../images/img/dssdcsc3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.media-overlay {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #00000085;
}

.media-overlay h2 {
  color: #fff;
}

.media-overlay .media-image {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 7px;
  margin-top: 20px;
}

.media-overlay .media-image img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
}

.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  /* background: #ffffff; */
}

.team .team-img {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.team .team-img img {
  position: relative;
  width: 100%;
  margin-top: 15px;
  transform: scale(1.1);
  transition: .3s;
}

.team .team-item:hover img {
  margin-top: 0;
  margin-bottom: 15px;
}

.navbar-light .navbar-toggler {
  color: rgb(0 0 0) !important;
    border-color: #f58634 !important;
    background: #ffffff;
    border-radius: 6px !important;
}
.navbar-toggler {
  padding: 5px;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  border: 1px solid #5ba43b;
  border-radius: 17px 17px 0px 0px;
}

.team .team-social a {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #f58634;
  opacity: 0;
}

.team .team-social a:hover {
  color: #ffffff;
  background: #000000;
}

.team .team-item:hover .team-social {
  background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
  opacity: 1;
  margin-top: 0;
  transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .3s;
}

.team .team-text {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  background: linear-gradient(117deg, #5ba43b63, #ffffff);
  border: 1px solid rgb(91 164 59);
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
  font-size: 22px;
  font-weight: 700;
}

.team .team-text p {
  margin: 0;
  font-size: 16px;
}

/* .team {
  width: 100%;
  height: auto;
  background: url("../images/img/beard.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.team-overlay {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #0000002e;
}
.team-overlay h2 {
  color: #fff;
} */
.franchise {
  width: 100%;
  height: auto;
  background: url("../images/img/fran.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.franchise-overlay {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #00000085;
}

.franchise-page {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #fff;
  background: #ffffffd4;
  border-radius: 8px;
}

.navbar-header img {
  width: 71px;
}

.play-store img {
  width: 60%;
  margin: 0 auto;
}

.franchie-form {
  /* width: 50%; */
  /* margin: 0 auto; */
  border: 1px solid #fff;
  padding: 12px;
  border-radius: 8px;
  /* margin-top: 30px; */
  background: #ffffffa1;
}

.franchie-form input,
.franchie-form textarea {
  margin: 10px 0;
}

.franchie-form h3 {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 2560px) {
  /* .help-overlay i {
    font-size: 30px;
  } */
  .sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease-in-out;
}
  .ttestii img{
    width: 20%;
    border-radius: 20px;
    border: 1px solid #5ba43b;
    padding: 7px;
  }
  .career-header {
    background: url('career-bg.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    /* padding: 80px 20px; */
}

    .job-card {
        border: 1px solid #f58634;
        border-radius: 10px;
        padding: 20px;
        transition: 0.3s;
    }

.job-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.apply-btn {
    background: #28a745;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
}
.apply-btn:hover {
    background: #218838;
}
  .qwq {
    padding: 80px 0px;
    background: url(../images/bgg.jpg);
    background-attachment: fixed;
    background-size: cover;
  }

  nav .navbar-brand {
    width: 25%;
  }

  .mycrd {
    height: 390px;
  }
  .table-bordered {
    border: 2px solid #f58634 !important;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f58634;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #f58634;
}
}

@media (max-width: 1440px) {}

@media (max-width: 1920px) {}

@media (max-width: 1024px) {

  .footer h3,
  h3 a {
    color: #5ba43b;
    font-size: 23px;
  }

  .mycrd {
    height: 333px;
  }

  .navbar-header img {
    width: 55px;
  }

  .my-nav {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-top: 16px;
    background-color: #ac0e00;
  }

  #img-size {
    width: 300px;
  }

  .my-nav {
    margin-top: 7px;
  }

  .menu-list h2 {
    padding-bottom: 0px;
  }

  .menu-img img {
    height: 240px;
  }

  .media-overlay .media-image img {
    height: 250px;
  }

  #gharkakhana ul {
    margin: 0 auto;
  }

  .play-store img {
    width: 30%;
    margin: 0 auto;
  }

  .franchie-form {
    width: 60%;
  }
}

@media (max-width: 576px) {
  nav .navbar-brand {
    width: 50%;
}
  .mycrd {
    height: 534px;
  }

  .main-search h3 {
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 10px #ffffffb3;
  }

  .main-search {
    padding: 10px 0;
  }

  .main-search h2 {
    font-size: 22px;
  }

  .main-search h3 {
    font-size: 21px;
  }

  .why-us {
    padding: 30px 0;
  }

  .why-us h2 {
    font-size: 23px;
  }

  .food-desc {
    padding: 40px 0px;
  }

  .food-desc h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .menu-pricing-overlap {
    padding: 40px 0;
  }

  .menu-pricing h2 {
    font-size: 23px;
    padding-bottom: 20px;
  }

  .food-desc h3 {
    font-size: 19px;
  }

  .important-notes {
    padding: 30px 0px;
  }

  .important-notes h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
  }

  .menu-list {
    padding: 30px 0px;
  }

  .menu-list h2 {
    font-size: 24px;
    padding-bottom: 0;
  }

  .menu-list h3 {
    font-size: 19px;
  }

  .clients {
    padding: 20px 0;
  }

  .clients .text-success {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }

  .clients h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #loginbox {
    padding: 40px 0;
  }

  #loginbox h2 {
    font-size: 23px;
    text-align: center;
  }

  #loginbox h3 {
    font-size: 19px;
  }

  .help h2 {
    text-align: center;
    font-size: 26px;
  }

  .help h3 {
    font-size: 18px;
    text-align: center;
  }

  .help p {
    font-size: 13px;
  }

  .about {
    color: #000 !important;
  }

  .about h2 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }

  .career-box {
    padding: 5px;
  }

  .media-overlay {
    padding: 40px 0;
  }

  .media-overlay h2 {
    text-align: center;
    font-size: 23px;
  }

  /* .team-overlay {
    padding: 40px 0;
  }
  .team-overlay h2 {
    font-size: 25px;
    text-align: center;
  } */
  .help-overlay {
    padding: 50px 0;
  }

  .contact-page {
    padding: 20px 15px;
  }

  .about-overlay {
    padding: 50px 0;
  }

  .important-notes h2 {
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 26px;
  }

  .franchise-overlay {
    padding: 40px 0;
  }

  .franchise-overlay h2 {
    font-size: 25px;
    text-align: center;
  }

  .play-store img {
    width: 50%;
    margin: 0 auto;
  }

  .franchie-form {
    width: 100%;
  }

  .franchie-form .btn {
    width: 100%;
    font-size: 17px;
    padding: 10px 0;
  }

  .franchise-page h3 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .mycrd {
    height: 450px;
  }

  #img-size {
    width: 306px;
  }

  .navbar-toggle {
    margin-top: 18px;
  }
}

@media (max-width: 375px) {
  .mycrd {
    height: 381px;
  }

  #img-size {
    width: 260px;
  }

  .navbar-toggle {
    margin-top: 13px;
  }

  .header-top {
    text-align: center;
  }

  .top-right {
    text-align: center;
  }

  .help p {
    font-size: 12px;
  }

  .franchise-page h3 {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .mycrd {
    height: 315px;
  }

  #img-size {
    width: 245px;
  }

  .navbar-toggle {
    margin-top: 8px;
  }
}



/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px) {
  .mobile {
    display: none;
  }
}

@media(min-width: 1440px) {
  .mobile {
    display: none;
  }
}

@media(min-width: 1024px) {
  .mobile {
    display: none;
  }
}

@media(min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media(max-width: 576px) {
  .desktop {
    display: none
  }
}

@media (max-width: 425px) {
  .desktop {
    display: none
  }
}

@media (max-width: 375px) {
  .desktop {
    display: none
  }
}

@media (max-width: 320px) {
  .desktop {
    display: none
  }
}