@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
}

@import url(media.css);
body {
  background-color: #FFF8EC;
  font-family: 'Montserrat-Medium';
}

table td {
  font-family: 'Montserrat-Medium';
}

/*Navigation Bar Header */

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #707070;
  border-left: 1px solid #D6D6D6;
  font-size: 16px;
  font-family: 'Montserrat';
}

.navbar-light .navbar-nav .nav-link {
  color: #707070;
  border-left: 1px solid #D6D6D6;
  font-size: 16px;
  font-family: 'Montserrat'
}

.dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.bg-custom-1 {
  background-color: #85144b;
}

.bg-custom-2 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.scan {
  background-color: #F2F5F9;
  width: 30px;
  height: 25px;
  border-radius: 30%;
  margin-right: 20px;
}

.fa-compress:before {
  content: "\f066";
  margin-left: 7px;
}

/*------- Profile Dashboard Section*/

/*-------Search Bar Css Start -------*/

.search {
  background-color: #F2F5F9;
  width: 30px;
  height: 25px;
  border-radius: 30%;
  margin-right: 20px;
}

.fa-search:before {
  content: "\f002";
  margin-left: 7px;
  width: 0px !important;
  height: 0px !important;
  color: #000000;
}

.icons img {
  width: 80%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #707070;
  border-left: 1px solid #D6D6D6;
  font-size: 16px;
  font-family: 'Montserrat';
}

.navbar-light .navbar-nav .nav-link {
  color: #707070;
  border-left: 1px solid #D6D6D6;
  font-size: 16px;
  font-family: 'Montserrat-Medium'
}

.dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.headingtxt {
  margin-top: 20px;
}

.card {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 17px;
  border: none;
  border-radius: 20px;
}

.card .left {
  width: 20%;
}

.card .right {
  width: 80%;
}

.card-img {
  width: 80px;
  height: 80px;
}

.card-title {
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000000;
}

.card-text {
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
}

.profile2 {
  color: #A85F0C;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat';
  text-decoration: underline !important;
}

.profile2:hover {
  color: #A85F0C;
}

.titlehead {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat-Medium';
  margin-top: 30px;
}

.titlehead:hover {
  color: #707070;
  text-decoration: none;
}

.headingtxt {
  margin-top: 20px;
}

.agreements-left {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading {
  display: flex;
  width: 100%;
  align-items: center;
}

.heading h1 {
  width: 50%;
  text-align: right;
  color: #C93333;
  font-family: 'Montserrat-Bold';
  font-size: 60px;
}

.heading p {
  width: 50%;
  text-align: left;
  margin-left: 20px;
}

.rating {
  display: flex;
  align-items: center;
  width: 100%;
  background: #F2F5F9;
  border-radius: 10px;
  padding: 10px;
  flex-flow: row wrap;
}

.rate {
  width: 33%;
  text-align: center;
}

.rate h1 {
  font-family: 'Montserrat-Bold';
}

.rec {
  color: #DDB905 !important;
}

.main-icons {}

.breadcrums {
  padding-left: 20px;
}

.card-Verify {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 20px;
}

.card-Verify h5 {
  font-family: 'Montserrat-Bold';
  text-align: center;
  font-size: 20px;
}

.profile {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 20px;
}

.main-profile-manage {
  display: flex;
  justify-content: center;
  width: 100%;
}

.profile-manage {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  width: 97%;
}

.profile h5 {
  font-family: 'Montserrat-Bold';
  text-align: left;
  font-size: 20px;
}

.ag-id {
  margin-top: 20px;
  font: 20px;
  margin-left: 5px;
}

.inputs {
  display: flex;
  width: 100%;
}

.profile .inputs {
  display: flex;
  width: 100%;
  align-items: center;
}

.inputs .first {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.prof-input {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.prof-input1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.prof-input p {
  width: 20%;
  font-size: 14px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.prof-input input {
  width: 70%;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.prof-input1 p {
  width: 10%;
  font-size: 14px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.prof-input1 input {
  width: 80%;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.prof-input select {
  width: 70%;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.prof-input-date {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.prof-input-date select {
  width: auto !important;
  padding: 0 !important;
  border-radius: none !important;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.inputs .second {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.first input {
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.first input::placeholder {
  color: #B0B2B5;
  padding: 10px;
}

.second input {
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #A85F0C;
  color: #fff;
  width: 70%;
}

.buttons {
  display: flex;
  align-items: center;
  width: 100%;
}

.buttons .save-ch {
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #A85F0C;
  color: #fff;
  width: 50%;
  margin-right: 10px;
}

.buttons .dis-ch {
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #484848;
  color: #fff;
  width: 50%;
}

.first p {
  margin-top: 10px;
  margin-left: 5px;
}

.inputs .first input::placeholder {
  padding-left: 10px;
}

.change-pass {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.change-pass h5 {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Montserrat-Bold';
}

.input-ch {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.input-ch span {
  width: 30%;
}

.input-ch input {
  width: 70%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
}

.input-ch input::placeholder {
  padding: 10px;
  color: #B0B2B5;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -130px;
}

.file-upload {
  height: 300px;
}

.upload-button-main p {
  font-size: 14px;
  text-align: center;
  width: 70%;
  margin: 10px 10px 10px 10px;
}

.upload-button-main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.upload-button-main button {
  background: #A85F0C !important;
  width: 70% !important;
  border-radius: 20px;
  border: none;
  padding: 10px;
  margin-top: 10px;
}

.upload-button-main {
  display: flex !important;
}

.upload-button-main .col-md-12 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.login-left {}

.login-left h3 {
  margin: 30px;
  text-align: center;
  font-family: 'Montserrat-Bold';
}

.login-bg {}

.main {
  padding: 0;
  margin: 0;
}

.login-right {
  padding: 0px 20px 0px 0px;
  background: #fff !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.input-order {
  display: flex;
  align-items: center;
}

.input-order1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.input-order1 input {
  width: 5%;
  margin-top: -3px;
  margin-right: 8px;
}

.input-order1 p {
  width: 95%;
  margin: 0px;
}

.input-order p {
  margin: 0px;
  font-size: 14px;
}

.input-order label {
  margin: 0px;
  font-size: 14px;
}

.line {
  width: 100%;
  border-bottom: solid 1px #707070;
}

.input-order input {
  margin-right: 10px;
  margin-top: -1px;
}

.auth-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
}

.auth-main div {
  width: 50%;
}

.input-order img {
  margin-left: 10px;
  margin-right: 10px;
}

.add-rec input {
  padding: 7px 15px 7px 15px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #A85F0C;
  color: #fff;
  margin-right: 10px;
}

.login-input {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.login-input h3 {
  font-family: 'Montserrat-Bold';
}

.login-right form {
  width: 100%;
}

.input-text {
  width: 60%;
  border: none;
  background: #F2F5F9;
  padding: 10px;
  border-radius: 20px;
  outline: none;
}

.input-text::placeholder {
  padding: 10px;
  color: #B0B2B5;
}

.login-button {
  width: 60%;
  border: none;
  background: #A85F0C;
  padding: 10px;
  border-radius: 20px;
  outline: none;
  color: #fff;
}

.signup {
  width: 60%;
  border: none;
  background: #1B61A1;
  padding: 10px;
  border-radius: 20px;
  outline: none;
  color: #fff;
}

.forgot {
  margin-top: 10px;
  text-decoration: underline;
}

@media(max-width:1920px) {
  .upload-button-main p {
    margin: 30px 10px 10px 10px;
  }
}

.right-tab {
  text-align: center;
}

.tab-left {
  text-align: center;
  border-right: 1px solid #D6D6D6;
}

.right-tab span {
  color: #6E6E6E;
}

.tab-main {
  padding: 10px;
  border-bottom: solid 1px #70707030;
}

.input-flex-end {
  justify-content: flex-end;
}

.paddingZero {
  padding: 0px;
}

.table-search input {
  border: none;
  height: 35px;
  outline: none;
  width: 70%;
  padding: 5px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
  margin: 10px;
}

.search-right input {
  border: none;
  height: 35px;
  outline: none;
  width: 20%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  outline: none;
  background: #F2F5F9;
  margin: 10px;
}

.search-right input::placeholder {
  padding: 10px;
}

.table-search input::placeholder {
  padding: 10px;
}

.search-right span {
  margin: 10px;
}

.search-right {}

.tab-left a {
  color: black;
  text-decoration: none;
}

.active {
  font-family: 'Montserrat-Bold';
}

.right-tab a {
  color: black;
  text-decoration: none;
}

.text-danger {
  color: #FF3D3D !important;
}

.main-icons img {
  cursor: pointer;
}

.table-edit img {
  cursor: pointer;
}

.next-buttons {
  display: flex;
  justify-content: center;
}

.next-buttons a {
  padding: 8px 15px 8px 15px;
  color: black;
  background: #F2F5F9;
  border-radius: 30px;
  margin: 5px;
}

@media(max-width:768px) {
  .next-buttons {
    justify-content: flex-start;
  }
  .input-order .img-fluid.qu {
    display: none;
  }
  .right-tab {
    margin: 20px;
  }
  .tab-left {
    border-right: none;
    margin: 10px;
  }
  .search-right input {
    width: 95%;
  }
  .table-search input {
    width: 100%;
  }
  .table-edit {
    display: flex;
  }
  .table-edit img {
    margin-right: 10px;
  }
  #navbar-list-4 {
    display: block;
  }
  .card-title {
    font-size: 18px;
  }
  #navbarDropdownMenuLink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #navbarDropdownMenuLink img {
    margin-right: 3px;
  }
  .card .left {
    width: 30%;
  }
  .card .right {
    width: 70%;
  }
  .card-img {
    width: 70px;
    height: 70px;
  }
  .rate p {
    font-size: 12px;
  }
  .navbar-brand {
    margin-right: 0px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
  }
  .main-icons {
    display: flex;
    align-items: center;
  }
  .second input {
    width: 100%;
    margin-left: 10px;
  }
  .first p {
    font-size: 12px;
  }
  .card-Verify h5 {
    font-size: 16px;
  }
  .prof-input, .prof-input1 {
    display: block;
  }
  .prof-input p, .prof-input1 p {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  #home .row .col-12 {
    padding: 0;
  }
  .prof-input input {
    width: 100%;
  }
  .buttons button {
    font-size: 12px;
  }
  .inputs {
    display: block;
  }
  .inputs .first {
    width: 100%;
  }
  .inputs .first input::placeholder {
    font-size: 12px;
    padding-left: 10px;
  }
  .inputs .second {
    width: 100%;
  }
  .no-border-left{
    border-left: none !important;
  }
}

@media(max-width:425px) {
  .dropzone-wrapper {
    height: 190px;
  }
  .no-border-left{
    border-left: none !important;
  }
}

@media(max-width:380px) {
  .add-rec {
    font-size: 11px;
    display: flex;
    justify-content: flex-end;
  }
  .add-rec input {
    padding: 5px 13px 5px 11px
  }
  .dropzone-wrapper {
    height: 110px;
  }
  .no-border-left{
    border-left: none !important;
  }
}

img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
  display: none;
}
