/* Fontstyle Sheet  */
@font-face {
  font-family: "Mars Centra";
  src: url("../fonts/MarsCentra-Bold.woff2") format("woff2"),
  url("../fonts/MarsCentra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mars Centra";
  src: url("../fonts/MarsCentra-Extrabold.woff2") format("woff2"),
  url("../fonts/MarsCentra-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mars Centra";
  src: url("../fonts/MarsCentra-Book.woff2") format("woff2"),
  url("../fonts/MarsCentra-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zooja";
  src: url("../fonts/Zooja.woff2") format("woff2"),
  url("../fonts/Zooja.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
  url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Common css  */
body {
  font-family: "Mars Centra";
  background-color: #fff;
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.bg-red {
  background-color: #ff1414;
}

.page-title {
  font-size: 3rem !important;
  font-family: "Zooja";
  color: #ff1414;
}

hr {
  width: 57px;
  margin: 0 auto;
  border-top: 5px solid red;
  margin-bottom: 40px;
  margin-top: 40px;
}

.image-banner {
  object-fit: cover;
  max-height: 750px;
}

/* Banner section  */

.time-banner-image {
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}

.time-banner-image h1 {
  font-size: 6.5vw;
  font-family: "Zooja";
  color: #ff1414;
  margin-left: 5%;
}

@media only screen and (max-width: 767px) {
  .time-banner-image {
    height: 220px !important;
  }
}

/*Header Css*/

.box-shadow {
  box-shadow: 10px 11px 38px 0px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.petcare-nav>ul>li>a:after {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0.75em;
  width: 0;
  height: 2px;
  transition: 0.2s 0.2s;
}

.navbar-toggler {
  background: #0000a0;
}

.cream-bg {
  background-color: #f5f0e6 !important;
  line-height: 50px;
}

.topbar ul {
  list-style-type: none;
  display: flex;
}

.topbar .nav-item:first-child::before {
  content: "";
  background: url(../images/login.png);
  width: 38px;
  height: 40px;
  display: inline-flex;
  margin: 0;
  padding: 19px;
  background-repeat: no-repeat;
}

.topbar.myaccount .nav-item:first-child::before {
  content: none;
  background: none;
}

.topbar li a,
.topbar li span {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.topbar ul li {
  margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 16px;
  margin: 0 20px;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0000a0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0000a0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0000a0;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #000000;
}

.navbar-dark .navbar-nav .nav-link:focus:after,
.navbar-dark .navbar-nav .nav-link:hover:after,
.navbar-dark .navbar-nav .nav-link.active:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 3px;
  display: block;
  border-color: red;
  margin: 0 auto;
}

.pa-menu .nav-link {
  display: block;
  padding: 0;
}

.navbar-dark .navbar-brand img,
.footer-dark .navbar-brand img {
  filter: none;
}

.topbar ul.ma-dropdown {
  display: list-item;
  position: absolute;
  background: #f5f0e6;
  z-index: 1;
  padding: 0;
}

.topbar ul.ma-dropdown.pa-hide {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 12px !important;
    margin: 0;
    font-weight: bold;
  }

  .cream-bg {
    background-color: #f5f0e6 !important;
    height: auto;
    line-height: 50px;
  }

  .navbar-brand img.logo {
    width: 120px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img.logo {
    width: 100px !important;
    display: flex;
    height: auto;
  }

  .navbar-dark .navbar-nav .nav-link:focus:after,
  .navbar-dark .navbar-nav .nav-link:hover:after,
  .navbar-dark .navbar-nav .nav-link.active:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 3px;
    display: block;
    border-color: red;
    margin: 0;
  }

  .cream-bg {
    background-color: #f5f0e6 !important;
    height: auto;
    line-height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 16px !important;
    margin: 0 16px !important;
    font-weight: bold;
  }

  .navbar-brand img.logoadption {
    width: auto !important;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
  }

  .ipad-logo {
    width: 230px;
  }

  .navbar-brand img.logoadption {
    width: 150px;
    height: auto;
  }

  .nav-link {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar-brand img.logoadption {
    width: 200px;
    height: auto;
  }

  .navbar-brand img.logo {
    width: 150px;
    height: auto;
  }

  header {
    margin-left: 30px;
    margin-right: 30px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0px;
    font-weight: bold;
  }
}

/* Footer css  */
footer {
  bottom: 0;
  width: 100%;
  height: auto;
  line-height: 5rem;
  background-color: #0000a0;
}

.copy-right {
  color: #fff;
}

.footer-left li {
  text-align: left;
  list-style: none;
  margin: 0 10px;
  line-height: 1.25rem;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.footer-left li a {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}

.footer-logo img {
  width: 200px;
}

.footer-topmenu li a {
  font-weight: bold;
  padding: 0;
  font-size: 1.25rem;
}

.footer-topmenu {
  padding: 0;
}

.footer-line {
  border: 1px solid white;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-footer-line {
  border-top: 2px solid white;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 2px;
}

.footer-bot-menu {
  padding: 0;
}

@media(max-width:1024px) {
  .footer-left li a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
  }

  .footer-logo img {
    width: 150px !important;
    margin-left: 3px;
  }
}

@media (max-width: 767px) {
  .footer-left li {
    text-align: left;
    list-style: none;
    margin: 0 10px;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .footer-left li a {
    color: #fff;
    font-size: 1rem;
  }

  .footer-topmenu li a {
    font-weight: bold;
    font-size: 1.625rem;
  }

  footer {
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 5rem;
    background-color: #0000a0;
  }
}

/*User Forms*/

.view-administerusersbyrole-people #edit-header,
.view-administerusersbyrole-people #edit-submit,
.view-administerusersbyrole-people .view-filters,
.view-administerusersbyrole-people #view-operations-table-column,
.view-administerusersbyrole-people .views-field-operations,
.view-administerusersbyrole-people .views-field-user-bulk-form {
  display: none;
}

.user-edit input#edit-delete.button, .user-edit input#edit-submit.button {
  width: 150px;
  border-radius: 0;
  background-color: #0000a0;
  border: 0;
  height: 50px;
}

.user-page label {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.user-page .block-local-tasks-block,
.user-page .description {
  display: none;
}

.user-page .form-actions,
form#user-pass {
  text-align: left;
}

.card0 {
  border-radius: 0px;
}

.card2 {
  margin: 0px 40px;
}

.login-logo {
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-left: 35px;
  margin: 0 auto;
}
.image {
  width: 360px;
  height: 280px;
}

.border-line {
  border-right: 1px solid #eeeeee;
}

.text-sm {
  font-size: 14px !important;
}

::placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 1px;
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304ffe;
  outline-width: 0;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

.btn-blue {
  background-color: #1a237e;
  width: 220px;
  color: #fff;
  border-radius: 2px;
}

.btn-blue:hover {
  background-color: #000;
  cursor: pointer;
}

.bg-blue {
  color: #fff;
  background-color: #1a237e;
}

@media screen and (max-width: 991px) {
  .image {
    width: 300px;
    height: 220px;
  }

  .border-line {
    border-right: none;
  }

  .card2 {
    border-top: 1px solid #eeeeee !important;
    margin: 0px 15px;
  }
}


/* User login form */

.user-page .password-confirm,
.user-page .password-field,
.user-page .password-strength,
.user-page .password-confirm-match,
.user-register-form summary {
  text-align: left;
}
.form-item-field-accept-programme-value .description {
  display: block !important;
  text-align: left;
  font-size: inherit;
}
.form-item-field-accept-programme-value .form-control.form-checkbox {
  float: left;
}
.form-item-field-accept-programme-value label {
  display: inline-block;
  width: 90%;
  text-align: left;
}
.user-page .block-local-tasks-block,
.user-page .description {
  display: none;
}
.user-page .form-actions,
form#user-pass {
  text-align: left;
}

form#views-form-user-approval-page-1 .form-wrapper {
  max-width: 300px;
  float: right;
  position: relative;
  right: 4%;
}

form#views-form-user-approval-page-1 #edit-submit,
form#views-form-user-approval-page-1 #edit-submit--2 {
  background: #0000a0;

  width: 260px;
  justify-content: center;
  display: inline-flex;
  float: right;
  float: right;
  position: relative;
  right: 2%;
}
form#views-form-user-approval-page-1 #edit-user-bulk-form-0 {
  width: 100%;
}

/* Print Section  */
img.print-icon {
  width: auto;
  height: 80px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  #marslogo {
    display: block;
    margin-top: 0px;
  }
}

@media screen {
  #marslogo {
    display: none;
  }
}

.logotermsofpurchase {
  margin-left: 19rem !important;
}

@media only screen and (max-width: 767px) {
  .logotermsofpurchase {
  margin-left: 6rem !important;
  }
}

.terms h1 {
  font-family: "Zooja";
  color: #ff1414;
  font-size: 90px;
  margin-bottom: 30px;
}
.terms p b,
.terms p strong {
  color: #ff1414;
}

.terms {
  max-width: 740px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .terms h1 {
    font-family: "Zooja";
    color: #ff1414;
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .terms h1 {
    font-family: "Zooja";
    color: #ff1414;
    font-size: 51px;
    margin-bottom: 30px;
    font-weight: normal;
  }
}
