h2,
h3,
h4,
h5,
h6,
a,
li,
p {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
}

.h2,
h2 {
  font-size: 40px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f3f1ec;
}
.wrap {
  padding: 0 90px
}
@media (max-width: 1030px) {
  .wrap {
    padding: 0 31px !important
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

a:focus {
  box-shadow: none !important;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.clearfix {
  display: block;
  content: "";
  clear: both;
}

p {
  /* font-size: 16px; */
  line-height: 1.7;
  /* color: #737373 !important; */
}



input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.wrap_2 {
  padding: 0 226px;
}

@media (max-width: 1279px) {
  .wrap_2 {
    padding: 0 117px;
  }
}

button {
  box-shadow: 0px 3px 9px 0 #00000029;
  border: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

button {
  transition-duration: 0.3s;
  transition-property: transform;
}




/* ------------------------navbar section start---------------------------- */
.original_logo {
  font-size: 24px;
  right: 0px;
  position: absolute;
  top: 9px;
  color: #c18d3c;
}

button.navbar-toggler {
  box-shadow: none;
}

nav.navbar {
    background: #ffffff;
    padding: 30px 0;
}

.fixed-top {
  position: sticky;
}

a.navbar-brand img {
  width: 231px;
}

ul.navbar-nav li a {
  color: #000 !important;
  font-size: 18px;
  padding: 8px 0;
  margin-right: 15px;
  font-weight: 500;
}

ul.navbar-nav li {
  /* display: inline-block; */
  position: relative;
  list-style: none;
}

ul.navbar-nav li a {
  display: block;
  padding: 0px 0;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
}

ul li ul.dropdown li {
  /* display: block; */
  text-align: left;
}

ul.navbar-nav li ul.dropdown {
  padding: 12px 8px;
  position: absolute;
  z-index: 999;
  display: none;
  box-shadow: 0 0 31px 0 #00000024;
  background-color: #fff;
  width: 190px;
}

ul li:hover ul.dropdown {
  display: block;
}

@media (min-width: 991.98px) and (max-width: 1433px) {
  ul.navbar-nav li a {
    font-size: 15px;
    margin-right: 10px;
  }

  button.more_dtls {
    font-size: 11px;
  }

  button.more_dtls i {
    font-size: 17px;
    margin-left: 5px !important;
  }
}

@media (min-width: 991.98px) and (max-width: 1237px) {
  a.navbar-brand img {
    width: 149px;
  }
}

@media (min-width: 991.98px) and (max-width: 1076px) {
  ul.navbar-nav li a {
    margin-right: 0px;
  }

  button.more_dtls {
    padding: 6px 11px !important;
    margin-right: 0 !important;
    margin-top: 6px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 991.98px) {
  nav.navbar {
    padding-bottom: 25px !important;
  }

  .card.mg_menu a {
    font-size: 14px;
  }

  .card.mg_menu h5 {
    margin-top: 15px;
  }

  .card.mg_menu .border-right {
    border-right: 1px solid #ffffff00 !important;
  }

  .navbar-nav li a.nav-link.active {
    background-color: #1467A9 !important;
    color: #fff !important;
    width: 49%;
    border-radius: 7px;
  }

  .navbar-nav li a.nav-link.active {
    background-color: #1467A9 !important;
    color: #fff !important;
    width: 49%;
    border-radius: 14px;
  }

  a.nav-link {
    padding-left: 21px !important;
  }

  ul.navbar-nav li a {
    font-size: 14px;
  }

  .career_img {
    display: none;
  }

  button.more_dtls.nav_btn {
    margin-left: 21px !important;
    margin-top: 15px;
    font-size: 14px;
    padding: 12px 18px;
  }

  .card.mg_menu {
    margin-top: 16px;
    height: 76vh;
    overflow-y: scroll;
  }

  .card.dr_menu {
    height: auto;
    overflow-x: hidden;
  }

  ul.navbar-nav {
    padding-top: 26px;
    height: 100vh;
  }

  div#navbarNav {
    position: relative;
  }

  div.nav_Nav {
    top: 52px;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-10px);
    }
  }

  img.nav_element_3 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }

  img.nav_element_3 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes mover {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-10px);
    }
  }

button.navbar-toggler.x {
    left: 10px;
    position: absolute;
    top: 19px;
}
}

@media (max-width: 450px) {
  a.navbar-brand img {
    width: 144px;
  }

  button.navbar-toggler.x {
    right: 19px;
    position: absolute;
  }

  img.nav_youtube {
    width: 100%;
  }

  .card.mg_menu {
    padding: 17px 23px;
  }

  .navbar-nav li a.nav-link.active {
    width: 57%;
  }
}

button.more_dtls.nav_btn i {
  margin-right: 0;
  margin-left: 20px;
}

button.more_dtls.nav_btn {
  margin-right: 0px;
}

.card.mg_menu a:hover {
  background: none;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #c18d3c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

button.more_dtls {
  border: 1px solid #fff;
  padding: 12px 24px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 15px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: center;
}

button.more_dtls i {
  font-size: 25px;
  margin-right: 8px;
}

@media (max-width: 450px) {
  button.more_dtls {
    padding: 12px 10px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  button.more_dtls {
    padding: 12px 10px;
  }
}

@media (max-width: 405px) {
  button.more_dtls i {
    font-size: 25px;
    margin-right: 2px;
  }
}

li.nav-item {
  height: 37px;
}

@media (max-width: 991px) {
  li.nav-item {
    height: 51px;
  }
}

button.more_dtls.nav_btn img {
  width: 22px !important;
  margin-left: 10px;
}

li.nav-item.label_head {
  display: inline;
  position: relative;
}

span.head_label {
  position: absolute;
  left: 37%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -18px;
  width: 65px;
}

li.nav-item.label_head a {
  color: #007CC4 !important;
}

@media (min-width: 768px) and (max-width: 950px) {
  ul.navbar-nav li {
    padding: 0 8px !important;
  }
}



a.nav-link.active {
  color: #007CC4 !important
}

a.nav-link:hover {
  color: #007CC4 !important
}

a.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: ".";
  color: transparent;
  background: #007CC4;
  height: 2px;
  top: 45px;
  width: 100%
}

a.nav-link,
a.nav-link:after,
a.nav-link:before {
  transition: all .5s
}

a.nav-link:hover {
  color: #007CC4
}

a.nav-link {
  position: relative
}

/*a.nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: ".";
  color: transparent;
  background: #007CC4;
  height: 2px;
  top: 45px
}

a.nav-link:hover:after {
  width: 100%
}*/

a.nav-link.active:focus {
  outline: 0
}

a.nav-link:focus {
  outline: 0
}

li.nav-item:focus {
  outline: 0
}

.nav_scroll {
  background: #fff !important;
  padding: 18px 0 !important;
  box-shadow: 0 2px 10px -3px rgb(0 0 0 / 20%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.nav_scroll .navbar-brand img {
  width: 184px;
}





form#login_form img {
  width: 45%;
}

.card1 {
  padding: 86px 60px;
  margin-top: 13% !important;
  border: none;
  border-radius: 17px;
  box-shadow: 0 0 20px 0 #00000017;
  max-width: 50%;
  margin: auto;
}

.card1 input {
  width: 100%;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  padding: 7px 9px;
  border-radius: 7px;
}

.card1 select {
  width: 100%;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  padding: 7px 9px;
  border-radius: 7px;
}

@media (max-width: 991px) {
  .card1 {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .card1 {
    max-width: 100%;
  }
}

.form_main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-image: url(../images/bg.png);
  background-size: contain;
}

.form_class {
  width: 480px;
  padding: 60px;
  background: white;
  border-radius: 23px;
  box-shadow: 0px 5px 15px 0px #c4c3c0;
  margin: auto;
}

.info_div {
  text-align: center;
  margin-top: 20px;
}

.field_class {
  width: 100%;
  padding: 18px 0px;
  text-indent: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  border: 1px solid #cccccca8;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
}

button.common_btn.bnr_btn {
    color: #fff;
    margin-right: auto !important;
    display: block;
    margin-top: 25px !important;
    padding: 10px 30px;
    border-radius: 50px;
/*    background-image: linear-gradient(to right, #f1ab02, #f1ab02);*/
    background-image: linear-gradient(to right, #c99e58, #dec194);
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.button_color{
    background-image: linear-gradient(to right, #f1ab02, #f1ab02) !important;
}
button.common_btn.bnr_btn.feedback_last_btn:hover {
    background: #bd852e;
}

section.form_main p {
  color: #000 !important;
  font-weight: 600;
}

section.form_main h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 25px;
}

aside {
  display: inline-block;
  height: 100%;
  position: fixed;
  width: 20%;
  box-shadow: 0px 5px 15px 0px #eaedef;
  background: #fff !important;
}

aside header {
  box-sizing: border-box;
  height: 120px;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
}

aside header img,
aside header p {
  display: inline-block;
  vertical-align: middle;
}

aside header img {

  width: 206px;
  margin-bottom: 16px;
}

aside header p {
  font-size: 13px;
  color: white;
  margin-left: 10px;
  text-transform: uppercase;
}

aside header>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

aside .profile-picture {
  height: 55px;
  width: 55px;
}

.side-navigation {
    font-size: 14px;
    padding: 15px 0px;
}
.side-navigation ul li {
    /* margin-top: 14px; */
    color: #000 !important;
}
.side-navigation li a {
  width: 80%;
  margin-left: 30px;
  margin: auto;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.side-navigation a {
    color: #92A1A2;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.side-navigation i.fa {
  color: #c18d3c;
  font-size: 24px;
}

.side-navigation li.active a {
  background-color: #c18d3c;
  color: #fff;
  width: 80%;
  margin-left: 30px;
  margin: auto;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
}

.side-navigation li.active i {
  color: #fff;
}

/* .side-navigation li {
  color: #000;
} */


main {
    float: right;
    vertical-align: top;
    width: 80%;
    background-color: #f3f1ec;
    height: 100vh;
}

.main-head {
  *zoom: 1;
  height: 120px;
  border-bottom: 1px solid #ccc;
  color: #92A1A2;
  font-size: 20px;
  padding: 0 20px;
  position: relative;
}

.main-head:before,
.main-head:after {
  content: "";
  display: table;
}

.main-head:after {
  clear: both;
}


ul {
  padding-left: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}
.logout_menu {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #fff;
}

header.main-head h1 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-top: 45px;
  padding: 0 22px;
}

.content {
  display: none;
}

.button_main {
  display: block;
}
.branch_box {
    box-shadow: 0px 5px 15px 0px #eaedef;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    height: 100%;
}


.branch_box h6 {
  font-size: 18px;
  margin-bottom: 0px;
}

.branch_box p {
  font-size: 28px;
  font-weight: 600;
  color: #000 !important;
}

.branch_box span {
  font-size: 16px;
  color: #939191;
  font-family: "Poppins", sans-serif;
}

button.common_btn.dash_board_btn {
  color: #fff;
  margin-right: auto !important;
  display: block;
  margin-top: 25px !important;
  padding: 10px 30px;
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.table_box {
  box-shadow: 0px 5px 15px 0px #eaedef;
  background-color: #fff;
  padding: 0px 0px;
  border-radius: 12px;
}

table th,
table td {
  white-space: nowrap;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
}

.tb_ch {
  padding-top: 34px !important;
  color: #484841;
  font-size: 16px;
}

button.common_btn.table_button_btn {
  border: none !important;
  box-shadow: 0px 5px 15px 0px #eaedef;
  background-color: #fff;
  padding: 8px 26px;
  border-radius: 9px;
}

button.common_btn.table_button_btn i {
  font-size: 12px;
  padding-left: 12px;
  font-weight: 600 !important;
}

.tb_wd {
  width: 65%;
  font-family: "Poppins", sans-serif;
}

th {
  text-align: inherit;
  /* text-align: -webkit-match-parent; */
  font-weight: 600;
}

tr:hover {
  background-color: #ede9e5;
}

button.common_btn.bnr_btn_tb {
  color: #fff;
  margin-right: auto !important;
  display: block;
  padding: 10px 30px;
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.edit_branch_icon{
    font-size: 22px;
    margin: 10px 10px;
    color: #cca361;
    }

/*-------dash Borad three*/
.form_box {
  box-shadow: 0px 5px 15px 0px #eaedef;
  background-color: #fff;
  /* padding-top: 25px; */
  border-radius: 12px;
  /* padding-bottom: 25px; */
  padding: 25px 40px;
}

.form_feild_box {
  padding: 20px 66px;
}

/* .form_box_qr_code {
  width: 25%;
  margin-left: 3em;
} */
.field_class_form {
  width: 100%;
  padding: 15px 0px;
  text-indent: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 0.9rem;
  box-shadow: 0px 5px 15px 0px #eaedef;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  border: none;
}

button.common_btn.form_qr_btn {
  color: #fff;
  margin-right: auto !important;
  display: block;
  margin-top: 25px !important;
  /* padding: 10px 30px; */
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0px;
}

.qr_code_box img {
  width: 60%;
}

.qr_code_box {
  padding: 35px 15px 35px 20px;
  box-shadow: 0px 5px 15px 0px #eaedef;
}

button.common_btn.form_save {
  color: #fff;
  margin-right: auto !important;
  display: block;
  margin-top: 25px !important;
  /* padding: 10px 30px; */
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 30%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0px;
}

button.common_btn.form_download {
  color: #fff;
  margin-right: auto !important;
  display: block;
  margin-top: -15px !important;
  /* padding: 10px 30px; */
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 72%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0px;
}

/*----dash_borad four-----*/
.form_qr_code_card {
  padding: 20px 26px;
  box-shadow: 0px 5px 15px 0px #eaedef;
  height: 100%;
  border-top: 5px solid #c18d3c;
  border-radius: 12px;
}

.form_qr_code_card p {
  padding: 10px;
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
}

.p_qr_details {
  font-size: 14px !important;
}

.p_qr_details {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #737373 !important;
}

/*----dash_borad five-----*/

.form_box h2 {
  font-size: 36px;
  color: #c18d3c;
  font-weight: 600;
  margin-bottom: 20px;
}

.visitors-count {
  padding: 20px 26px;
  /* border: 1px solid; */
  margin-bottom: 20px;
  background-color: #c18d3c;
  border-radius: 12px;
}

.form_qr_code_card_two {
  padding: 20px 26px;
  box-shadow: 0px 5px 15px 0px #eaedef;
  /* height: 100%; */
  border-top: 5px solid #c18d3c;
  border-radius: 12px;
}

.form_qr_code_card_two p {
  padding: 10px;
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
}

.visitors-count h3 {
  font-size: 22px;
  margin: 0 0px 20px 20px;
  font-weight: 600;
}

#datepicker {

  margin: 0 0px 20px 20px;
}

#datepicker>span:hover {
  cursor: pointer;
}

#datepicker_one {

  margin: 0 0px 20px 20px;
}

#datepicker_one>span:hover {
  cursor: pointer;
}

.form_control_date_picker {
  padding: 18px;
  border: none;
  background-color: #fff !important;
  border-radius: 7px;
}

.date_picker_icon {
  padding: 9px 24px;
  background-color: #fff;
  border: none;
}

.serach_icon_datepicker {
  border: none;
  padding: 10px 11px;
  background-color: #fff;
  margin-left: 12px;
  border-radius: 7px;
  font-size: 16px;
  color: #c18d3c;
}

.visitors-count h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  margin-top: 30px;
  text-align: right;
}

/* dashoard six */

.company_details h1 {
  font-size: 35px;
  color: #000;
}

.field_class_company_details {
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px #eaedef;
  border: none;
  text-indent: 60px;
}

.company_icon_one {
  pointer-events: none;
  font-size: 1.22em;
}

.company_icon_one img {
  position: absolute;
  top: 39px;
  height: 34px;
  width: 34px;
  line-height: 77px;
  /* text-align: center; */
  left: 30px;
}

.company_icon_two img {
  top: 123px;
}

.company_icon_three img {
  top: 206px;
}

.company_icon_four img {
  top: 290px;
}

.company_icon_six img {
  top: 123px;
}

button.common_btn.form_save_profile {
  width: 20%;
}

.company_profile_th {
  /* border: 1px solid #dddddd; */
/*  text-align: center;*/
  padding: 14px 20px;
  font-size: 14px;
  border-bottom: none;
  border-right: 1px solid #dddddd;
}

.company_profile_tr {
  text-align: center;
  padding: 11px 20px;
  /* background-color: #ad1e23; */
  color: #0c0b0b;
  font-size: 15px;
  border-right: 1px solid #ccc;
}

.company_profile:hover {
  background-color: #dddddd;
  cursor: pointer;
}

.content td,
.content th {
  border-top: 1px solid transparent;
  padding: 2px 10px 2px 15px;
}

.table_box_scroll {
  overflow-x: scroll;
}

.form_class_one {
  width: 80%;
  padding: 60px;
  background: white;
  border-radius: 23px;
  box-shadow: 0px 5px 15px 0px #c4c3c0;
  margin-top: 6em;
  text-align: center;
  margin: auto;
}

.rating_box h5 {
    color: #706c6c;
    font-size: 16px;
    text-align: left;
    padding: 16px;
}
feedback_label{
  display: flex;
}

feedback_label_rating{
  padding: 20px;
  background: green;
}
.feedback_label_rating {
    background-color: #fbf7f1;
    padding: 10px 7px;
    width: 60px;
    margin: 11px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 16px;
}
.rating_box span {
  color: #000 !important;
}

.rating_box {
  padding: 18px 0px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  border: 1px solid #cccccca8;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  height: 100%;
}

.rating_box h4 {
  background-color: #fbf7f1;
  padding: 10px 7px;

  width: 60px;
  margin: 11px;
  border-radius: 7px;
  font-weight: 800;
  font-size: 16px;
}

.form_main_one {
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url(../images/bg.png);
    background-size: contain;
 /*   height: 100vh;*/
}

section.form_main_one img {
  width: 20%;
  padding: 40px 20px;
}

button.common_btn.feedback_button {
  color: #fff;
  margin-right: auto !important;
  display: block;
  margin-top: 25px !important;
  padding: 10px 30px;
  border-radius: 8px;
  background-image: linear-gradient(to right, #c99e58, #dec194);
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  text-align: center;
  margin: auto;
}

.form_content_one h1 {
  background-color: #fff;
  padding: 18px 18px;
  font-size: 30px;
  color: #603712;
  box-shadow: 0px 5px 15px 0px #c4c3c0;
  border-radius: 12px;
}

.social_media_box img {
  width: 65% !important;
  padding: 20px 14px !important;
}

.social_media_box {
  background-color: #fff;
  padding: 40px 40px;
  font-size: 30px;
  color: #603712;
  box-shadow: 0px 5px 15px 0px #c4c3c0;
  border-radius: 7px;
  width: fit-content;
  margin: auto;
  height: 100%;
}

.user_form_page {
  margin-top: 15px;
}

.social_media_box p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 12px;
}

.buttons_feedback_both {
  padding: 51px;
}

.feedback_button_box img {
  width: 30px !important;
  padding: 0 !important;
  margin-right: 12px;
}

button.common_btn.feedback_last_btn {
  padding: 15px 30px;
  font-size: 18px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.p_qr_details_wrap {
  white-space: nowrap;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company_details_label {
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  color: #7e7e79;
  font-weight: 400;
}

input#chooseFile {
    padding: 12px 0;
    font-size: 16px;
    color: rgb(132 132 132);
    width: 100%;
}
.icon_size{
font-size: 24px !important;
}


/* Media Query */


@media (max-width: 991px) {
  p {
    color: #606060 !important;
    font-size: 15px !important;
    line-height: 1.7;
  }

  body {
    background: #f3f1ec;
}

.fixed-top {
    position: fixed !important;
    top: 0px;
}
  .wrap_2 {
    padding: 0 31px !important;
  }

  main {
    width: 100%;
    margin-top: 37px;
  }
  section.form_main_one img {
    width: 40%;
    padding: 40px 20px;
}
}

@media (max-width: 991px) {
  .qr_code_box img {
    width: 30%;
  }

  button.common_btn.form_save_profile {
    width: 100%;
  }
  .form_qr_code_card p {
    padding: 0px !important;
}
.p_qr_details_wrap {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serach_icon_datepicker {
    border: none;
    padding: 10px 11px;
    background-color: #fff;
     margin-left: 0px !important;
    border-radius: 7px;
    font-size: 16px;
    color: #c18d3c;
    width: 100% !important;
}
#datepicker_one {
    margin: 12px 0 !important;
}
#datepicker {
    margin: 12px 0 !important;
}
span.input-group-addon.date_picker_icon {
    display: none !important;
}
.visitors-count h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    margin-top: 30px;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1050px) {
  .container-fluid.wrap {
    padding: 0 51px;
  }
}

@media (max-width: 768px) {
  .p_qr_details_wrap {
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid #000000; */
  }
  .table_box {
    overflow-x: scroll !important;
}
  table {
        overflow-x: scroll !important;
}
button.common_btn.bnr_btn_tb {
    padding: 8px 5px;
    font-size: 12px;
}
.icon_size{
font-size: 16px !important;
}
button.common_btn.table_button_btn {
    border: none !important;
    box-shadow: 0px 5px 15px 0px #eaedef;
    background-color: #fff;
    padding: 8px 13px !important;
    border-radius: 9px;
}
.main-head {
    *: ;
    zoom: 1;
    height: 99px;
}
header.main-head h1 {
    font-size: 20px;
    padding: 0 !important;
}
.company_details h1 {
    font-size: 20px;
    color: #000;
}
}

@media (max-width: 600px) {
  .qr_code_box img {
    width: 50%;
  }

  .p_qr_details_wrap {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;

  }
}

@media (min-width: 320px) and (max-width: 550px) {
  .form_class {
    width: 100%;
  }

  .qr_code_box img {
    width: 50%;
  }

/*  .p_qr_details_wrap {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;

  }*/
}

@media (min-width: 320px) and (max-width: 450px) {
  form#login_form img {
    width: 60%;
  }
  .company_icon_one img {
    height: 30px;
    width: 30px;
}

  button.common_btn.bnr_btn {
    padding: 7px 30px !important;
    font-size: 11px !important;
  }

  section.form_main h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  section.form_main p {
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
  }

  .qr_code_box img {
    width: 80% !important;
  }

}

@media (min-width: 320px) and (max-width: 400px) {
.feedback_label_rating {
    background-color: #fbf7f1;
    padding: 9px 3px;
    width: 29px;
    margin: 4px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 12px;
}
.social_media_box {
    background-color: #fff;
    padding: 0px 0px;
    font-size: 30px;
    color: #603712;
    box-shadow: 0px 5px 15px 0px #c4c3c0;
    border-radius: 7px;
    width: fit-content;
    margin: auto;
    height: 100%;
}
.social_media_box img {
    width: 45% !important;
    padding: 20px 14px !important;
    padding-bottom: 6px !important;
}
.social_media_box p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 12px;
    margin-bottom: 14px;
}
.form_content_one h1 {
    background-color: #fff;
    padding: 14px 10px;
    font-size: 18px;
    color: #603712;
    box-shadow: 0px 5px 15px 0px #c4c3c0;
    border-radius: 12px;
}
.user_logo {
    width: 70% !important;
    padding: 40px 20px;
}
}

@media (min-width: 400px) and (max-width: 767px) {
.feedback_label_rating {
    background-color: #fbf7f1;
    padding: 9px 3px;
    width: 35px;
    margin: 8px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 13px;
}
.form_content_one h1 {
    background-color: #fff;
    padding: 18px 18px;
    font-size: 20px;
    color: #603712;
    box-shadow: 0px 5px 15px 0px #c4c3c0;
    border-radius: 12px;
}
.user_logo {
    width: 70% !important;
    padding: 40px 20px;
}
}
@media (min-width: 500px) and (max-width: 767px) {
.social_media_box img {
    width: 65% !important;
    padding: 12px 0px !important;
}
}



nav.pagination_nav {
  margin-top: 29px
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #cca361 ! important;;
    border-color: #cca361;
    background: #cca361;
    border-radius: 6px;
    margin-left: 8px !important;
    padding: 8px 15px;
}
.page-link_one{
    color: #cca361;
}
.page-link_one:hover {
    z-index: 2;
    color: #cca361 !important;
    text-decoration: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    /* background-color: #cca361 ! important;; */
    border-color: #cca361;
    background-image: linear-gradient(to right, #c99e58, #dec194);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #cca361;
    background-color: #fff;
    /font-size: 17px;
    /border: 1px solid #fff;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 8px;
    line-height: 1.25;
    color: #cca361;
    /* background-color: #fff; */
    /* border: 1px solid #dee2e6; */
    border-radius: 7px;
}

form#success_form img {
  width: 15% !important;
  padding: 40px 20px !important;
}
.modal-dialog.say_hi_modal {
  max-width: 70%;
  margin: auto;
  top: 10% !important
}

.lets_talk_form.modal_form {
  box-shadow: none !important;
  padding: 0
}

.modal-dialog.say_hi_modal .modal-content {
  background: #fff;
  padding: 60px;
  border-radius: 23px;
  box-shadow: 0 5px 15px 0 #ffffff75
}

.modal-dialog.say_hi_modal .modal-header {
  border-bottom: 0;
  padding: 0
}

@media(max-width:1150px) {
  .modal-dialog.say_hi_modal {
    max-width: 90% !important
  }
}

@media(max-width:575px) {
  .modal-dialog.say_hi_modal .modal-content {
    padding: 60px 21px
  }
}
@media(max-width:1250px) {
.branch_box h6 {
    font-size: 16px !important;
    margin-bottom: 0px;
}
}

.modal_success img {
  width: 15%;
  margin-bottom: 15px;
}

.modal-content {
  top: 12em;
  text-align: center;
}
.modal_success h6 {
  font-size: 20px;
  color: #3f0201;
}
ul.password_list li {
    font-size: 12px;
    color: #898989;
    padding: 1px 0px;
    list-style: circle;
    /* margin-top: 1em; */
    /* text-align: center; */
    margin-left: 18px;
}
.form_one_main_height{
    height: 100vh !important;
}
.border-height{
    height: 80%;
}

.content {
  display: none;
}

#loadMore {
  display: block;
}


.contentMd {
  display: none;
}

#loadMoreMd {
  display: block;
}
.span_icon_one{
    margin-left: 24px;
    /* align-items: center; */
    margin-top: 5px;
 }
.span_icon_two{
    margin-left: 26px;
    /* align-items: center; */
    margin-top: 5px;
}
