h1,
h2,
h4,
h5,
h6,
form,
input,
button,
textarea,
select,
p,
td,
map {
  margin: 0;
  padding: 0;
  line-height: auto;
  font-size: 16px;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  color: #72727d;
}

html {
  font-size: 16px;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  color: #72727d;
  background: #f1f1f2;
  direction: ltr;
}

img {
  border-style: none;
  border: 0;
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
}

a:link,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
  outline: 0;
}

input,
textarea,
select {
  outline: none !important;
}

button {
  -webkit-appearance: none;
  appearance: none;
}
.find_someone {
  color: #595959;
  text-align: center;
  margin: 50px 0;
  font-size: 34px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
.begin-the-paw-ty {
  background: url(begin-the-paw-ty.png) no-repeat left top;
  width: 115px;
  height: 148px;
  flex: 0 0 auto;
  background-size: 98px;
}
.anything-pawsible {
  background: url(anything-pawsible.png) no-repeat left top;
  width: 115px;
  height: 148px;
  flex: 0 0 auto;
  background-size: 98px;
}
.unleash-potential {
  background: url(unleash-potential.png) no-repeat left top;
  width: 115px;
  height: 148px;
  flex: 0 0 auto;
  background-size: 98px;
}
.location-matches {
  background: url(location-matches.png) no-repeat left top;
  width: 115px;
  height: 148px;
  flex: 0 0 auto;
  background-size: 98px;
}

.feature-heading {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  color: #595959;
  padding: 0 0 10px;
}
.feature-sub-heading {
  color: #595959;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.display-flex {
  display: flex;
  padding: 0 0 40px;
}
.display-flex-promise {
  display: flex;
  padding: 0 0 10px;
}

.petshaadi-heading {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 3px #0e0e0e;
  width: 100%;
  text-align: center;
  margin: 165px auto 15px;
}
.red-font {
  color: #f05c63;
  display: block;
}

@media (min-width: 768px) {
  .petshaadi-heading {
    bottom: 45%;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 290px auto 25px;
    text-shadow: 1px 1px 1px #1f2a1f;
  }
  .red-font {
    display: inline-block;
  }
}

.form-wrapper {
  width: 100%;
  left: 0;
  right: 0;
  font-family: "Ubuntu", sans-serif;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 1em;
}

.form-wrapper .form-group {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .form-wrapper {
    position: static;
    margin-bottom: 30px;
    padding: 15px 19px 30px;
  }
}

.form {
  color: #fff;
}

.label {
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  color: #f5f5f5;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  font-family: "Ubuntu", sans-serif;
}

.brand {
  background: #53b9d2;
  border-color: #53b9d2;
}

.ageWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ageFrom,
.ageUpto {
  min-width: 42%;
}

.ageFrom {
  align-self: flex-start;
}

.ageTo {
  display: inline-block;
  width: 16%;
  color: #fff;
  text-align: center;
}

.ageUpto {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .btnLable {
    margin: 0;
    line-height: unset;
  }
}

@media (max-width: 991.98px) {
  .btnWrap {
    margin-bottom: 8px !important;
  }
}

.Dropdown-root {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #00bcd5;
  border-color: #00bcd5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #009aaf;
  border-color: #008fa2;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 219, 0.5);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

a {
  outline: none;
}

.pet-select {
  border: 1px solid #95949d;
  border-radius: 3px;
  width: 100%;
  height: 36px;
  color: #51505d;
  outline: none;
  display: inline-block;
  background: #fff;
  font: 400 16px "Ubuntu", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  padding: 0 0 0 2%;
}
.logo-container {
  display: flex;
  color: #fff;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 5%;
}

@media (min-width: 768px) {
  .logo-container {
    padding: 32px 15% 0;
  }
}
.footerWrap {
  background-color: #f1f1f2;
  padding: 24px 0;

  text-align: center;
  color: #51505d;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.petshaadi-logo {
  background: url(petshaadi-logo.png) no-repeat center;
  width: 146px;
  height: 45px;
  background-size: 146px;
}

.home_banner {
  width: 100%;
}
.home_banner.ri_img_tvc {
  background: url("home-banner.jpg") no-repeat center center;
  animation: changeBg 8s infinite;
  -webkit-animation: changeBg 8s infinite;

  -moz-animation: changeBg 8s infinite;
  -ms-animation: changeBg 8s infinite;
  -o-animation: changeBg 8s infinite;
}

@media only screen and (max-width: 768px) {
  body,
  div,
  ul,
  ol,
  li,
  h1,
  h2,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  textarea,
  select,
  p,
  td,
  map {
    font-size: 14px;
  }

  .home_banner.ri_img_tvc {
    background: url("mobile-banner.jpg") no-repeat center center;
    animation: changeBgmobile 10s infinite;
  }
  .find_someone {
    font-size: 32px;
  }
  .petshaadi-logo_v2 {
    background: url(petshaadi-logo.png) no-repeat center;
    width: 146px;
    height: 45px;
    background-size: 146px;
    position: absolute;
    top: 3px;
  }
}

.page-bg {
  width: 100%;
  background-color: #d1544a;
  background-image: linear-gradient(-73deg, #70c47e 0%, #43bbb9 100%);
  padding: 0 0 32px;
}
.we-promise-container {
  text-align: center;
  padding: 0 0 20px;
}
.we-promise-icon {
  background: url(we-promise.png) no-repeat left top;
  width: 225px;
  height: 204px;
  display: inline-block;
}
.we-promise-heading {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 34px;
  line-height: 37px;
  font-weight: 700;
  padding: 18px 0;
}
.we-promise-subheading {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  padding: 5px 0 20px;
}
.we-promise-card {
  border-radius: 10px;
  background: #fff;
  padding: 20px 18px;
  margin: 0 0 20px;

  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
.photo-1 {
  background: url(dog-photo.png) no-repeat left top;
  width: 160px;
  height: 179px;

  background-size: 160px;
  margin: 0 auto 20px;
}
.photo-2 {
  background: url(cat-photo.png) no-repeat left top;
  width: 160px;
  height: 179px;

  background-size: 160px;
  margin: 0 auto 20px;
}
.photo-3 {
  background: url(dog-photo-2.png) no-repeat left top;
  width: 160px;
  height: 179px;
  background-size: 160px;
  margin: 0 auto 20px;
}
.photo-4 {
  background: url(dog-photo-3.png) no-repeat left top;
  width: 160px;
  height: 179px;
  background-size: 160px;
  margin: 0 auto 20px;
}
.photo-5 {
  background: url(photo-4.png) no-repeat left top;
  width: 160px;
  height: 179px;
  background-size: 160px;
  margin: 0 auto 20px;
}
.photo-6 {
  background: url(photo-5.png) no-repeat left top;
  width: 160px;
  height: 179px;
  background-size: 160px;
  margin: 0 auto 20px;
}

.pet-name {
  color: #4f5253;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.anchor-icon {
  background: url(anchor-icon.png) no-repeat left top;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
}
.plus-icon {
  background: url(plus-icon.png) no-repeat left top;
  width: 14px;
  height: 19px;
  display: inline-block;
  background-size: 14px;
}
.pet-description {
  opacity: 0.75;
  color: #4f5253;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 15px;
  line-height: 17px;
}
.dot-icon {
  width: 4px;
  height: 4px;
  background-color: #4f5253;
  opacity: 0.75;
  display: inline-block;
  border-radius: 4px;
  margin: 0 4px;
}
.dog-icon {
  background: url(dog-icon.png) no-repeat left top;
  width: 32px;
  height: 24px;
  display: inline-block;
  background-size: 22px;
  flex: 0 0 auto;
}
.cat-icon {
  background: url(cat-icon.png) no-repeat left top;
  width: 32px;
  height: 24px;
  display: inline-block;
  background-size: 22px;
  flex: 0 0 auto;
}
.music-icon {
  background: url(music-icon.png) no-repeat left top;
  width: 32px;
  height: 24px;
  display: inline-block;
  background-size: 17px;
  flex: 0 0 auto;
}
.rol-icon {
  background: url(rol-icon.png) no-repeat left top;
  width: 32px;
  height: 24px;
  display: inline-block;
  background-size: 22px;
  flex: 0 0 auto;
}
.about-text {
  color: #4f5253;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 5px;
}

@-webkit-keyframes changeBg {
  0% {
    background: url("home-banner.jpg") no-repeat center center;
  }
  25% {
    background: url("home-banner.jpg") no-repeat center center;
  }
  50% {
    background: url("home-banner-v2.jpg") no-repeat center center;
  }
  75% {
    background: url("home-banner-v2.jpg") no-repeat center center;
  }
  100% {
    background: url("home-banner.jpg") no-repeat center center;
  }
}
@-webkit-keyframes changeBgmobile {
  0% {
    background: url("mobile-banner.jpg") no-repeat center center;
    background-size: cover;
  }
  25% {
    background: url("mobile-banner.jpg") no-repeat center center;
    background-size: cover;
  }
  50% {
    background: url("mobile-banner-v2.jpg") no-repeat center center;
    background-size: cover;
  }
  75% {
    background: url("mobile-banner-v2.jpg") no-repeat center center;
    background-size: cover;
  }

  100% {
    background: url("mobile-banner.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 920px !important;
  }
}
