/* Footer */
@import url(common_styles.css);
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
html {
  /*overflow: scroll;*/
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  color: #000000; }

/*common styles*/
.btn-custom {
  border: none;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s; }

.primary-btn {
  color: #ffffff;
  background-color: #0093dd; }

.btn-small {
  min-width: 87px;
  text-align: center;
  padding: 5px 0; }

.btn-medium {
  min-width: 180px;
  text-align: center;
  padding: 11px 8px; }

.primary-btn:hover, .btn-back:hover {
  color: #ffffff;
  background-color: #191919; }

.secondary-btn {
  color: #ffffff;
  background-color: #0a0b0c; }

.secondary-btn:hover {
  color: #ffffff;
  background-color: #0093dd; }

.btn-pink {
  color: #ffffff;
  background-color: #ed1c38; }

.btn-green {
  color: #ffffff;
  background-color: #49b749; }

.font-light-black strong {
  color: #3d464d; }
.font-light-black ul li {
  color: #3d464d; }

.btn-pink:hover, .btn-green:hover {
  color: #ffffff;
  background-color: #191919; }

.btn-back {
  color: #191919;
  background-color: #dfcfd0; }

.btn-delete {
  color: #ffffff;
  background-color: #524443; }

.btn-delete:hover {
  color: #191919;
  background-color: #dfcfd0; }

a {
  color: #0093dd; }

.mandatory {
  color: #e42323;
  padding-left: 3px; }

div.error {
  color: #e42323;
  /*position: absolute;*/
  font-size: 12px;
  margin-top: 5px; }

.static_error {
  color: #e42323;
  font-size: 12px; }

button:focus {
  outline: none; }

.form-group {
  margin-bottom: 26px; }

.form-control {
  font-size: 14px;
  height: 35px; }

.custom-select {
  background: url(/../assets/images/down_arrow.png) no-repeat;
  background-position: right;
  padding-right: 44px; }

.date-dropdowns {
  display: flex;
  position: relative; }

.date-dropdowns #SignUpYear, .date-dropdowns #pet-owner-bday, .date-dropdowns #owner_bday {
  position: absolute;
  z-index: -10;
  opacity: 0; }

.signup-form select.day, .signup-form select.month, .signup-form select.year {
  width: 100%; }

.owner_bday input {
  max-width: 90px;
  width: 100%;
  display: inline;
  margin-right: 12px; }

.owner_bday input.width100 {
  max-width: 96px;
  width: 100%;
  margin-right: 0px; }

.lost-pet-owner-form .owner-profile-details .form-group {
  margin-bottom: 10px; }

select.day, select.month, select.year {
  background: url(/../assets/images/down_arrow.png) no-repeat;
  background-position: right;
  padding-right: 32px;
  padding-left: 10px;
  color: #040404;
  width: 100%;
  height: 35px;
  border: 1px solid #e0cfd0;
  background-size: 35px 35px;
  margin-right: 13px;
  border-radius: .25rem;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none; }

.owner_bday input {
  padding-left: 5px; }

select.year {
  margin-right: 0; }

.activateid-form select.day, .activateid-form select.month, .activateid-form select.year {
  padding-left: 7px;
  margin-right: 7px; }

.activateid-form select.year {
  margin-right: 0;
  padding-left: 5px; }

.custom-datepicker {
  background: url(/../assets/images/calender.png) no-repeat;
  background-position: right;
  padding-right: 44px; }

form[data-editable="true"] .mandatory {
  display: none; }

iframe {
  border: none; }

label.input-label {
  color: #3d464d; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #040404;
  opacity: 0.5; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #040404;
  opacity: 0.5; }

input[type="text"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
  color: #040404;
  opacity: 0.5; }

input[type="text"]:disabled::-webkit-input-placeholder, input[type="password"]:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
  color: #040404;
  opacity: 0.5; }

input[type="text"]:disabled:-ms-input-placeholder, input[type="password"]:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
  color: #040404;
  opacity: 0.5; }

input[type="text"]:disabled:placeholder, input[type="password"]:disabled:placeholder, textarea:disabled:placeholder {
  color: #040404;
  opacity: 0.5; }

/*header css*/
.top-mail {
  background-color: #191919;
  padding: 4px 0; }
  .top-mail .top-mail-inner {
    text-align: right; }
  .top-mail p {
    color: #ffffff;
    font-size: 14px; }
    .top-mail p a {
      color: #ffffff; }
      .top-mail p a:hover {
        color: #0093dd; }

.personal-details-sec img {
  border-radius: 50%;
  max-width: 138px;
  min-width: 138px;
  max-height: 138px;
  min-height: 138px; }

.logo-img {
  width: 97%; }

.lost-pet-form .btn-medium {
  min-width: 170px;
  font-size: 20px; }

body.site-loading {
  overflow: hidden; }

.lost-pet-sec .profile-inner-header p {
  text-align: justify; }
.lost-pet-sec .subtext {
  margin-top: 60px; }

.user_head {
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 10px 0; }
  .user_head .navbar-collapse {
    /*after login header*/ }
    .user_head .navbar-collapse li {
      margin-right: 30px; }
      .user_head .navbar-collapse li.active a.nav-link {
        color: #0093dd; }
      .user_head .navbar-collapse li:last-child {
        margin-right: 0; }
      .user_head .navbar-collapse li a.nav-link {
        padding: 5px 0 0 0;
        color: #191919;
        font-size: 17px; }
        .user_head .navbar-collapse li a.nav-link:hover {
          color: #0093dd; }
        .user_head .navbar-collapse li a.nav-link.primary-btn {
          color: #ffffff;
          padding: 5px 0;
          font-size: 15px; }
    .user_head .navbar-collapse .login-profile-sec li a.nav-link {
      padding: 15px 0 0 0; }
    .user_head .navbar-collapse .login-profile-sec li:last-child {
      border-left: 1px solid #dfcfd0;
      padding-left: 65px; }
    .user_head .navbar-collapse .login-profile-sec li.lostapet {
      /* margin-right: 65px;*/ }
    .user_head .navbar-collapse .login-profile-sec .header_profile {
      display: inline-block;
      text-align: right;
      line-height: 9px;
      color: #333333;
      float: left;
      padding-right: 16px;
      padding-top: 3px; }
      .user_head .navbar-collapse .login-profile-sec .header_profile p {
        font-size: 17px;
        color: #333333;
        opacity: 0.7; }
      .user_head .navbar-collapse .login-profile-sec .header_profile h5 {
        font-size: 18px;
        color: #333333;
        font-weight: 400;
        max-width: 170px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .user_head .navbar-collapse .login-profile-sec .profile_pic {
      display: inline-block;
      position: relative;
      float: left;
      cursor: pointer; }
      .user_head .navbar-collapse .login-profile-sec .profile_pic img {
        border-radius: 50%;
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px; }
      .user_head .navbar-collapse .login-profile-sec .profile_pic .icon-down_arrow {
        position: absolute;
        color: #ffffff;
        background-color: #0093dd;
        padding: 7px 5px 5px 5px;
        border-radius: 50%;
        border: 2px solid #fff;
        font-size: 9px;
        bottom: -7px;
        right: 0;
        line-height: 5px; }
      .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec {
        display: none;
        position: absolute;
        width: 230px;
        top: 62px;
        left: -174px;
        z-index: 9; }
        .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec.hide_dropdown {
          display: none !important; }
        .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec.current_dropdown {
          display: block !important; }
        .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul {
          list-style: none; }
          .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul li {
            padding: 0;
            border: none;
            margin-right: 0;
            border-bottom: 1px solid #d8d8d8; }
            .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul li:last-child {
              border-bottom: none; }
            .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul li a {
              font-size: 15px;
              text-transform: capitalize;
              background-color: #0093dd;
              color: #fff;
              padding: 7px 10px;
              font-weight: 400; }
              .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul li a:hover {
                color: #fff;
                background-color: #0073c0; }
            .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec ul li.active a {
              background-color: #0073c0;
              color: #fff;
              font-weight: 400; }

.banner-sec {
  position: relative; }
  .banner-sec #banner-slider {
    /*  background-color: #e0cfd0;*/
    /*background: url(../images/map1.png) no-repeat;*/
    background: url(../images/new_banner_bg.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-position: top center;
    min-height: 450px; }
    .banner-sec #banner-slider .owl-stage {
      padding: 20px !important; }
    .banner-sec #banner-slider .banner-img {
      position: relative; }
      .banner-sec #banner-slider .banner-img .container {
        position: relative; }
      .banner-sec #banner-slider .banner-img .banner-content {
        /*position: absolute;
        left: 0;
        right: 0px;*/
        max-width: 1280px;
        margin: 0 auto;
        top: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content {
          max-width: 350px;
          width: 100%;
          background: #fff;
          box-shadow: 0 0 0 13px #2791cf;
          padding: 20px;
          border: 1px solid #000;
          border-radius: 8px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content h1 {
            /*font-size: 30px;*/
            font-size: 25px;
            color: #ffffff;
            font-weight: 700;
            background: #2791d0;
            font-family: "Roboto";
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 20px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec {
            text-align: center; }
            .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec img {
              display: inline-block;
              width: auto; }
            .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group {
              position: relative; }
              .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group .form-control {
                opacity: 1;
                font-size: 16px;
                color: #676767;
                font-weight: 400;
                font-family: "Roboto";
                border: 1px solid #2791d0;
                height: 50px;
                padding-right: 40px;
                padding-left: 15px;
                border-radius: 10px;
                transition: 0.3s;
                -webkit-transition: 0.3s; }
              .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group i.icon-search {
                position: absolute;
                right: 0px;
                top: 0px;
                cursor: pointer;
                width: 45px;
                height: 100%;
                font-size: 20px;
                display: flex;
                padding: 10px;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                color: #2791d0;
                border-radius: 0px 10px 10px 0px; }
                .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group i.icon-search:hover {
                  background: #2791d0;
                  color: #fff; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content {
          max-width: 350px;
          width: 100%;
          background: #fff;
          box-shadow: 0 0 0 13px #000;
          padding: 20px;
          border: 1px solid #000;
          border-radius: 8px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content h2 {
            font-size: 25px;
            color: #ffffff;
            font-weight: 700;
            background: #eb1d23;
            font-family: "Roboto";
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 15px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content .banner-qr-code-content h3 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 15px;
            color: #0c0c0c;
            font-weight: 500;
            font-family: "Roboto";
            text-align: center; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content .banner-qr-code-content .hmeStoreLabel {
            margin-top: 15px; }
  .banner-sec .videodiv {
    /*   overflow: hidden;
        -webkit-transform: translateZ(0);
      box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07);*/
    /* border-top: 1px solid #0093dd;*/
    /*   border-left: 1px solid #0093dd;*/ }
    .banner-sec .videodiv video {
      width: 100%;
      outline: none;
      margin-top: 10px;
      border: 4px solid #0093dd;
      border-radius: 22px;
      object-fit: fill;
      background: #dfdfdf; }
  .banner-sec .owl-nav .owl-next i {
    right: 5px; }
  .banner-sec .owl-nav .owl-prev i {
    left: 5px; }
  .banner-sec .owl-nav i {
    position: absolute;
    top: 46%;
    box-shadow: 1px 2px 11px 2px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    .banner-sec .owl-nav i:hover {
      background-color: #0093dd; }
  .banner-sec .owl-nav .owl-next.disabled i, .banner-sec .owl-nav .owl-prev.disabled i {
    cursor: not-allowed;
    background-color: transparent; }
  .banner-sec .banner-txt {
    /*position: absolute;
    width: 582px;
    top: 27%;
    left: 60px;
    padding-left: 32px;
    */
    padding-right: 32px;
    z-index: 99; }
    .banner-sec .banner-txt h1 {
      padding-top: 10px;
      font-size: 36px;
      letter-spacing: -1px;
      line-height: 26px;
      color: #0093dd;
      font-weight: 900;
      font-family: "Roboto"; }
    .banner-sec .banner-txt p {
      font-size: 20px;
      padding-top: 5px;
      letter-spacing: -1px;
      line-height: 26px;
      color: #000;
      font-weight: 400;
      font-family: "Roboto"; }
    .banner-sec .banner-txt .search-sec {
      /*  margin-top:20px;*/
      margin-top: 14px; }
      .banner-sec .banner-txt .search-sec .pet-id {
        position: relative;
        /* &:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 32px;
            background-color: #d9d9d9;
            top: 8px;
            left: 41px;
        }*/ }
        .banner-sec .banner-txt .search-sec .pet-id .icon-search {
          background: #0093dd;
          padding: 13px 2px 8px 2px;
          font-size: 15px;
          height: 49px; }
        .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
          border-radius: 30px;
          width: 246px;
          height: 49px;
          margin-right: 7px;
          display: inline-block;
          background-clip: unset;
          border: none;
          text-align: center;
          padding: 1rem;
          padding: .5rem 3rem;
          border: solid 3px transparent;
          background-image: linear-gradient(#fff, #fff), linear-gradient(101deg, #00beff, #008cff);
          background-origin: border-box;
          background-clip: content-box, border-box;
          box-shadow: 2px 1000px 1px #fff inset; }
          .banner-sec .banner-txt .search-sec .pet-id input[type="text"]:focus {
            border-color: transparent;
            outline: 0; }
          .banner-sec .banner-txt .search-sec .pet-id input[type="text"]::placeholder {
            font-size: 20px;
            letter-spacing: -2px;
            line-height: 20px;
            color: #000000;
            font-weight: 400;
            font-family: "Roboto";
            opacity: 1; }
        .banner-sec .banner-txt .search-sec .pet-id .find-pet-banner {
          font-size: 23px;
          width: 49px;
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          background: -webkit-linear-gradient(left, #00b3ff, #008cff);
          border: none;
          /* box-shadow: 0px 1px 8px #24c64f;*/
          cursor: pointer;
          color: white;
          height: 49px;
          border-radius: 50%;
          text-align: center;
          color: #fff; }
          .banner-sec .banner-txt .search-sec .pet-id .find-pet-banner:hover {
            background: #000; }
  .banner-sec .banner-txt-right {
    padding-left: 30px; }
    .banner-sec .banner-txt-right h1 {
      font-size: 20px;
      line-height: 22px;
      color: #313140;
      font-weight: 400;
      font-family: "Roboto";
      text-transform: uppercase; }
    .banner-sec .banner-txt-right h3 {
      font-size: 32px;
      letter-spacing: -1px;
      line-height: 40px;
      color: #0093dd;
      font-weight: 900;
      font-family: "Roboto";
      text-transform: uppercase; }
    .banner-sec .banner-txt-right h4 {
      font-size: 22px;
      color: #bc202e;
      font-family: "Roboto";
      font-weight: 700;
      padding-top: 10px; }
    .banner-sec .banner-txt-right a {
      font-size: 22px;
      color: #0093dd;
      font-family: "Roboto";
      font-weight: 700;
      text-decoration: underline; }
    .banner-sec .banner-txt-right a:hover {
      color: #000; }

.exclusive-benefits {
  background: #f4f4f4;
  padding-bottom: 20px; }
  .exclusive-benefits h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 400; }
  .exclusive-benefits p {
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 23px;
    color: #313332;
    font-weight: 400;
    font-family: "Roboto";
    padding-top: 15px;
    text-transform: capitalize; }

.service_work {
  padding: 40px 0; }
  .service_work h2 {
    font-size: 40px; }

.additional-benefits {
  padding: 50px 0;
  background: URL("../images/new_banner_bg1.jpg") no-repeat center;
  background-size: cover; }
  .additional-benefits .container > h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    margin-bottom: 50px; }
  .additional-benefits .videodiv {
    position: relative; }
    .additional-benefits .videodiv video {
      width: 100%;
      border: 3px solid #000;
      border-radius: 10px;
      /*height:100%;
      object-fit: cover;
      object-position: 62.5%;*/ }
    .additional-benefits .videodiv .play-button-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto; }
      .additional-benefits .videodiv .play-button-wrapper .video-control {
        background: transparent;
        border: none;
        cursor: pointer; }
        .additional-benefits .videodiv .play-button-wrapper .video-control:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          border-radius: 10px;
          z-index: 0;
          top: 0;
          left: 0; }
        .additional-benefits .videodiv .play-button-wrapper .video-control:not(.playing) .video-control-pause {
          display: none; }
        .additional-benefits .videodiv .play-button-wrapper .video-control.playing .video-control-play {
          display: none; }
        .additional-benefits .videodiv .play-button-wrapper .video-control.playing .video-control-pause, .additional-benefits .videodiv .play-button-wrapper .video-control.playing::after {
          display: none; }
        .additional-benefits .videodiv .play-button-wrapper .video-control span {
          position: relative;
          z-index: 9999; }
      .additional-benefits .videodiv .play-button-wrapper:hover .video-control.playing .video-control-pause, .additional-benefits .videodiv .play-button-wrapper:hover .video-control.playing::after {
        display: block; }
  .additional-benefits .addt_benefits_list .list_innner {
    width: 100%;
    background: #fff;
    /*outline: 13px solid rgba(255,255,255,0.451);*/
    border: 13px solid rgba(38, 145, 208, 0.351);
    padding: 30px 25px;
    border-radius: 8px;
    position: relative; }
    .additional-benefits .addt_benefits_list .list_innner::after {
      content: "";
      position: absolute;
      bottom: -35px;
      right: -35px;
      width: 122px;
      height: 122px;
      background: url("../images/fee_monthly.png") no-repeat center; }
    .additional-benefits .addt_benefits_list .list_innner h3 {
      font-size: 24px;
      color: #ffffff;
      font-weight: 700;
      background: #2791d0;
      font-family: "Roboto";
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      margin-bottom: 20px; }
    .additional-benefits .addt_benefits_list .list_innner ul {
      padding-left: 0px;
      margin-bottom: 0px; }
      .additional-benefits .addt_benefits_list .list_innner ul li {
        font-size: 16px;
        line-height: 24px;
        color: #676767;
        font-weight: 400;
        font-family: "Roboto";
        list-style: none;
        margin-bottom: 10px;
        /*list-style-image:url("../images/paw_bullet.png");
        list-style-position:outside*/ }
        .additional-benefits .addt_benefits_list .list_innner ul li:before {
          content: url("../images/paw_bullet.png");
          vertical-align: middle;
          padding-right: 10px; }
        .additional-benefits .addt_benefits_list .list_innner ul li:last-child {
          margin-bottom: 0px; }
  .additional-benefits .btm_benefit_wrap {
    margin-top: 50px; }
    .additional-benefits .btm_benefit_wrap .signUpBlock h2 {
      font-size: 20px;
      color: #2691d0;
      font-weight: 700;
      font-family: "Roboto";
      background: #fff;
      padding: 24px 30px;
      border-radius: 10px;
      text-align: center; }
    .additional-benefits .btm_benefit_wrap .signUpBtn {
      text-align: center; }
      .additional-benefits .btm_benefit_wrap .signUpBtn a {
        display: inline-block;
        padding: 21px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Roboto";
        width: 100%;
        border-radius: 10px;
        background: #2691d0; }

.firstdiv {
  width: 0;
  height: 120px;
  border-top: 50px solid #f4f4f4;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
  border-bottom: 0; }

.dog-sec {
  padding: 0px 0;
  /*background: url(../images/dog_secbg.png) no-repeat;*/ }
  .dog-sec .btn-sec a.btn-custom {
    width: 100%;
    display: block;
    padding: 17px 0;
    font-size: 21px;
    font-family: "Roboto";
    text-transform: capitalize;
    font-weight: 900; }
  .dog-sec .btn-sec ul {
    text-align: left;
    padding: 0;
    margin-bottom: 25px; }
  .dog-sec .btn-sec li {
    background: url(../images/Paw.png) no-repeat;
    background-position: left 0px;
    list-style-type: none;
    font-size: 16px;
    padding: 1px 0px;
    color: #231f20;
    font-family: "Roboto";
    /* list-style-image:url(../images/Paw.png);*/
    font-weight: 400;
    padding-left: 42px;
    margin-top: 5px; }
  .dog-sec .btn-sec .how_it_works img {
    text-align: left; }
  .dog-sec .btn-sec .how_it_works {
    padding: 5px 55px 0px 30px; }
  .dog-sec .btn-sec .how_it_works_img {
    padding-right: 80px;
    height: 70px; }

.seconddiv {
  	       /* width:0;
  	        height:130px;
  	        border-top: 80px solid #0eaaee;
  	        border-left: 50vw solid #fff;
  	        border-right: 50vw solid #fff;
  	        border-bottom:0;
  	        background:#fff;
              box-shadow:0px 1px 1px #de1dde;*/
  background: url(/../assets/images/dog_secbg.png) no-repeat;
  background-size: cover;
  padding: 90px 0; }

.dog_img_content .dog_content {
  position: relative;
  padding-top: 100px;
  align-items: center; }
  .dog_img_content .dog_content h2 {
    color: #313332;
    text-align: left;
    font-size: 36px;
    line-height: 30px;
    font-family: "Roboto";
    font-weight: 400; }
  .dog_img_content .dog_content p {
    font-size: 18px;
    color: #313332;
    font-weight: 400;
    font-family: "Roboto";
    padding-top: 25px;
    padding-bottom: 7px; }
  .dog_img_content .dog_content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 6px; }
    .dog_img_content .dog_content ul li {
      font-size: 18px;
      line-height: 25px;
      color: #313332; }
  .dog_img_content .dog_content h4.price {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 30px; }
    .dog_img_content .dog_content h4.price span {
      font-weight: normal; }
  .dog_img_content .dog_content a {
    /*position: absolute;*/
    bottom: 0;
    text-transform: capitalize;
    background: #2591cf;
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Roboto";
    padding: 10px 15px;
    min-width: 230px; }
    .dog_img_content .dog_content a img {
      vertical-align: -4px;
      max-width: 40px; }
  .dog_img_content .dog_content a:hover {
    background: #000;
    color: #fff; }

.how_it_works_head {
  max-width: 350px; }

.border-1px {
  border: 1px solid #c1c1c1; }

.footer_title {
  /*padding-left: 80px;*/
  background: #000;
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
  font-family: "Roboto"; }

.purchase-sec {
  background: url(/../assets/images/footerBanner.png) no-repeat;
  background-size: cover;
  height: auto;
  padding: 14px 0px;
  padding-bottom: 20px;
  /*display: flex;*/
  /* background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center top;
 /* display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 align-items: center;
 justify-content: center;
 flex-direction: column;
display: -ms-flexbox;
-webkit-box-align: center;
 -ms-flex-align: center;*/
  position: relative; }
  .purchase-sec .footerimage {
    position: absolute;
    height: 65px;
    left: 0;
    top: 0; }
  .purchase-sec ul {
    padding: 0; }
  .purchase-sec ul li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    color: #fff; }
  .purchase-sec .middle_sec {
    max-width: 290px;
    margin: auto;
    margin-top: 20px; }
  .purchase-sec .middle_sec h3 {
    padding: 3px 0;
    text-align: center; }
  .purchase-sec .middle_sec .left_sec {
    background: #c52c66; }
  .purchase-sec .middle_sec .right_sec {
    background: #f2653e; }
  .purchase-sec .middle_sec .col-md-6 {
    padding: 0; }
  .purchase-sec .middle_sec .bottom_sec {
    background: #a7abab;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 5px; }
  .purchase-sec .bottom_sec {
    margin-bottom: 15px; }
  .purchase-sec .middle_sec .bottom_sec img {
    max-width: 100%; }
  .purchase-sec .right_section {
    padding-left: 60px; }
  .purchase-sec p {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    padding: 0 10% 3% 10%; }
  .purchase-sec a {
    background-color: #ed1f24;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 8px;
    margin-top: 15px;
    min-width: 100px;
    width: 100px;
    margin-right: 100px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    .purchase-sec a:hover {
      background-color: #ed1c38; }
  .purchase-sec h3 {
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 1px; }
  .purchase-sec h2 {
    color: #fff;
    font-size: 25px;
    font-family: "quicksand";
    font-weight: 700; }
  .purchase-sec .footer_mb {
    margin-bottom: 35px; }

.banner-inner div.error, .banner-inner .static_error {
  margin-top: -7px; }

/*pet video captacha*/
#pet_id_captcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 36px;
  -webkit-transform-origin: 0 36px; }

/*Privacy Policy*/
.privacy-policy .col-12.text-center.signin-heading {
  padding: 45px 65px 45px 65px; }

/*footer*/
.footer-top {
  padding: 60px 0;
  box-shadow: 1px 2px 4px 2px #c1c1c1;
  padding-top: 40px;
  margin-top: 20px; }
  .footer-top .quick-links-list ul {
    padding-left: 30px; }
    .footer-top .quick-links-list ul li {
      list-style: disc; }
      .footer-top .quick-links-list ul li a {
        color: #000000;
        -webkit-transition: ease-in-out 0.3s;
        -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        -o-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s; }
        .footer-top .quick-links-list ul li a:hover {
          color: #0093dd; }
  .footer-top h5 {
    margin-bottom: 13px; }
  .footer-top .follow-us {
    padding-right: unset; }
    .footer-top .follow-us .social-links-list {
      padding-top: 15px; }
      .footer-top .follow-us .social-links-list li {
        display: inline-block;
        margin-right: 8px; }
        .footer-top .follow-us .social-links-list li a {
          background-color: #666666;
          color: #fff;
          padding: 11px 9px 6px 9px;
          border-radius: 50%;
          -webkit-transition: ease-in-out 0.3s;
          -moz-transition: ease-in-out 0.3s;
          -ms-transition: ease-in-out 0.3s;
          -o-transition: ease-in-out 0.3s;
          transition: ease-in-out 0.3s; }
          .footer-top .follow-us .social-links-list li a:hover {
            background-color: #0093dd; }
          .footer-top .follow-us .social-links-list li a i {
            font-size: 16px; }
  .footer-top .contact-sec p {
    margin-bottom: 10px; }
  .footer-top .contact-sec a {
    color: #000000;
    display: block; }

.footer-top .contact-sec a:hover {
  color: #0093dd; }

.footer-bottom {
  background-color: #191919;
  padding: 4px 0; }
  .footer-bottom p {
    color: #ffffff;
    font-size: 12px; }

/*auth css*/
.dob-txt, .additional-txt {
  font-size: 10px;
  display: inline-block;
  color: #040404; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-check-label::after {
    padding: 2px;
    position: absolute;
    width: 3px;
    height: 9px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    top: 4px;
    left: 6px;
    z-index: 1; }
  .custom-control-input:checked ~ .custom-check-label::before {
    border: 2px solid #7f7f7f; }

.custom-checkbox {
  cursor: pointer;
  display: inline-block;
  min-width: 16px;
  height: 16px;
  padding-left: 26px; }

.agreecheck label {
  font-size: 12px;
  color: #000; }
.agreecheck .custom-check-label:before {
  top: 8px;
  border: 1px solid #000 !important; }
.agreecheck .custom-control-input:checked ~ .custom-check-label::after {
  top: 10px; }
.agreecheck .custom-check-label {
  color: #000; }
  .agreecheck .custom-check-label i {
    font-size: 14px; }
    .agreecheck .custom-check-label i:hover {
      color: #3188e7; }

.activateid-form .custom-check-label:before {
  left: 34px !important; }
.activateid-form .custom-control-input:checked ~ .custom-check-label::after {
  left: 40px !important; }

.custom-check-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .custom-check-label:before {
    background: #fff;
    border: 2px solid #7f7f7f;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 22px;
    display: block;
    width: 18px;
    height: 17px;
    content: "";
    cursor: pointer; }
  .custom-check-label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer; }

.custom-radiobox .custom-radiobox-label {
  display: block; }
.custom-radiobox span {
  cursor: pointer; }
.custom-radiobox .radiobx-icon {
  font-family: 'icomoon' !important;
  color: #0093dd;
  position: relative;
  border: 3px solid #0093dd;
  min-width: 21px;
  height: 21px;
  background-color: #FFF;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .custom-radiobox .radiobx-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms; }
.custom-radiobox .default-radiobox {
  opacity: 0;
  position: absolute;
  width: auto !important; }
  .custom-radiobox .default-radiobox:checked + .radiobx-icon:before {
    width: 11px;
    height: 11px;
    background-color: #3188e7;
    border-radius: 50%;
    margin: 2px auto 0 auto; }
  .custom-radiobox .default-radiobox:focus + .radiobx-icon {
    border: 3px solid #0093dd;
    box-shadow: 0 0 1px #1a68b0; }

.pet-allergy-sec .lost-pet-checkbox.custom-checkbox {
  width: 100%;
  float: none;
  margin-bottom: 0; }
  .pet-allergy-sec .lost-pet-checkbox.custom-checkbox .custom-check-label:before {
    left: 0; }
.pet-allergy-sec .lost-pet-checkbox .custom-control-input:checked ~ .custom-check-label::after {
  left: 5px;
  top: 5px; }
.pet-allergy-sec .lost-pet-label.custom-label {
  display: inline-block;
  margin-bottom: 0;
  float: left; }

label.custom-check-label {
  color: #3d464d; }

.lost-pet-checkbox {
  position: relative;
  height: 25px; }
  .lost-pet-checkbox .custom-check-label {
    margin-bottom: 4px; }
    .lost-pet-checkbox .custom-check-label:before {
      border: 1px solid #7f7f7f;
      top: 2px;
      width: 15px;
      height: 15px;
      left: 0; }
  .lost-pet-checkbox .custom-control-input:checked ~ .custom-check-label:before {
    border: 1px solid #7f7f7f; }
  .lost-pet-checkbox .custom-control-input:checked ~ .custom-check-label:after {
    width: 2px;
    height: 7px;
    top: 5px;
    left: 5px; }

.profile-prev-block .lost-pet-checkbox .custom-check-label:before {
  top: -51px; }
.profile-prev-block .lost-pet-checkbox .custom-control-input:checked ~ .custom-check-label:after {
  top: -48px; }

.lost-pet-details-form label {
  margin-bottom: 4px; }

.pet_sec_border hr {
  border-top: 1px solid #dfdfdf;
  margin-top: 10px; }

.login-container {
  background-color: #f9f9f9;
  padding: 5% 0;
  box-shadow: 1px 2px 11px 2px rgba(0, 0, 0, 0.07);
  /*.pet-type-other, .pet-type-breed, .pet-type-owner, .pet-type-gender{
      display: inline-block;
      float: left;
      width: 46.3%;
  }*/ }
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div {
    transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .login-container.signup-inner .login-sec .signin-heading {
    padding: 25px 70px; }
    .login-container.signup-inner .login-sec .signin-heading p {
      font-size: 14px;
      /*padding-bottom: 22px;*/
      padding-bottom: 0px; }
  .login-container.signup-inner .pet_details_sec h2 {
    font-size: 36px;
    color: #333333;
    font-family: "Roboto";
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 18px;
    padding-right: 45px; }
  .login-container .form-group a, .login-container .signup-form-bottom a {
    text-decoration: underline;
    font-weight: 600; }
  .login-container .login-sec {
    border-top: 10px solid #0093dd;
    background-color: #ffffff;
    box-shadow: -1px 2px 11px 1px rgba(0, 0, 0, 0.07); }
    .login-container .login-sec .custom-check-label:before {
      left: 25px;
      border: 1px solid #7f7f7f;
      width: 17px;
      height: 17px; }
    .login-container .login-sec .custom-control-input:focus ~ .custom-check-label::before {
      border: 2px solid #7f7f7f; }
    .login-container .login-sec .custom-control-input:checked ~ .custom-check-label::after {
      left: 31px; }
    .login-container .login-sec .signin-heading {
      border-bottom: 1px solid #dfdfdf;
      padding: 25px 65px;
      margin-bottom: 25px;
      color: #333333; }
      .login-container .login-sec .signin-heading h1 {
        font-weight: 400;
        margin-bottom: 11px;
        font-size: 36px; }
      .login-container .login-sec .signin-heading h2 {
        font-weight: 400;
        margin-bottom: 11px;
        font-size: 36px; }
  .login-container input[type="button"] {
    font-size: 18px; }
  .login-container input[type=checkbox], .login-container input[type=radio] {
    box-sizing: border-box;
    padding: 0; }
  .login-container .selected_pet {
    display: none; }
  .login-container .pet-type-other, .login-container .pet-type-breed, .login-container .pet-type-owner, .login-container .pet-type-gender {
    display: block; }
  .login-container .pet-type-gender {
    display: inline-block;
    float: left;
    width: 46.3%; }
  .login-container .selected_pet {
    /*&.pet-type-owner{
        margin-right: 5px;
        clear: both;
    }*/ }
    .login-container .selected_pet.pet-type-other {
      /*    margin-right: 22px;*/ }
    .login-container .selected_pet.pet-type-breed {
      /* margin-left: 5px;*/ }
    .login-container .selected_pet.pet-type-gender {
      /*   margin-left: 22px;*/ }
  .login-container .deselected_pet.pet-type-other {
    display: none; }
  .login-container .deselected_pet.pet-type-breed {
    margin-left: 0;
    /* margin-right: 22px;*/ }
  .login-container .deselected_pet.pet-type-owner {
    margin-right: 0;
    /*  margin-left: 5px;*/ }
  .login-container .deselected_pet.pet-type-gender {
    margin-left: 0; }

.login-container .signup-form .pet-type-other, .login-container .signup-form .pet-type-breed, .login-container .signup-form .pet-type-owner, .login-container .signup-form .pet-type-gender {
  width: 100%; }

/*pet profile page css*/
.recall-sec {
  background-color: #e0cfd0; }
  .recall-sec a {
    display: inline-block;
    background-color: #be2230;
    color: #fff;
    padding: 22px;
    font-size: 18px;
    text-align: center;
    width: 20%;
    cursor: default; }
  .recall-sec marquee {
    display: inline-block;
    float: right;
    width: 80%;
    padding-top: 24px; }

.pet-details-sec {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .pet-details-sec .pet-profile-add-sec .pet-profile-add {
    background-color: #ffffff;
    width: 48%;
    display: inline-block;
    float: left;
    border-top: 5px solid #0093dd;
    box-shadow: -1px 2px 11px 1px rgba(0, 0, 0, 0.07);
    margin-right: 33px;
    min-height: 309px;
    padding-top: 30px;
    position: relative;
    margin-bottom: 33px; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add:not(:last-child) img {
      min-width: 99px;
      max-width: 99px;
      min-height: 98px;
      max-height: 98px;
      border-radius: 50%;
      box-shadow: 0 0 2px 0px #000; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add:nth-child(2n+2) {
      clear: right;
      margin-right: 0; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add:nth-last-child(2) {
      margin-bottom: 0; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add:last-child {
      padding-top: 65px;
      margin-bottom: 0; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add h5 {
      margin: 20px 0 6px 0;
      color: #3d464d;
      font-size: 19px;
      padding: 0 10px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .pet-details-sec .pet-profile-add-sec .pet-profile-add h5:hover {
        color: #0093dd; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add p {
      margin: 0px 0 25px 0;
      display: block;
      font-size: 15px;
      font-weight: 300;
      text-align: center;
      color: #000000;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 10px; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer {
      position: absolute;
      bottom: 0;
      display: block;
      border-top: 1px solid #d8d8d8;
      width: 100%;
      padding: 12px; }
      .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li {
        display: inline-block;
        border-right: 2px solid #e2e2e2;
        padding: 0 20px 0 20px; }
        .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li:last-child {
          border-right: none; }
        .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a {
          color: #363636;
          font-size: 16px; }
          .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a:hover {
            color: #0093dd; }
          .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a i {
            padding-right: 5px;
            text-shadow: 0px 0px 0px #000; }
  .pet-details-sec .pet-media-sec .profile-view-right-video {
    position: relative;
    /* .primary-btn {
     background-color:#49db35
    }
    .primary-btn:hover {
     background-color:#49db35
    }*/
    /* a.primary-btn{
        display: block;
        padding: 11px 0;
        text-align: center;
        font-size: 20px;
    }*/ }
    .pet-details-sec .pet-media-sec .profile-view-right-video .pet_video_img {
      /* min-height:397px;*/
      width: 100%;
      margin-top: -34px;
      pointer-events: none; }
    .pet-details-sec .pet-media-sec .profile-view-right-video .profile-view-right img {
      min-height: 309px; }
    .pet-details-sec .pet-media-sec .profile-view-right-video .profile-video-inner .play-icon {
      position: absolute;
      top: 40%;
      left: 44%;
      right: 50%; }
      .pet-details-sec .pet-media-sec .profile-view-right-video .profile-video-inner .play-icon:hover {
        transform: scale(1.3);
        -webkit-transition: ease-in-out 0.3s;
        -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        -o-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s; }
    .pet-details-sec .pet-media-sec .profile-view-right-video a.primary-btn span {
      display: block;
      /*padding: 11px 0; */
      padding: 21px 0;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      font-family: "quicksand"; }
    .pet-details-sec .pet-media-sec .profile-view-right-video .primary-btn span {
      color: #ffffff;
      background-color: #4bb749; }
  .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner {
    position: absolute;
    bottom: 16px;
    width: 141px;
    right: -15px; }
    .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner a {
      display: inline-block;
      padding: 10px 8px;
      font-size: 16px;
      font-family: "quicksand";
      font-weight: 700;
      color: #ffffff;
      background-color: #bb2d7c; }
    .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner a:hover {
      color: #ffffff;
      background-color: #0093dd; }

.profile-inner {
  border-bottom: 1px solid #d8d8d8;
  border-top: 5px solid #0093dd; }
  .profile-inner h5 {
    padding: 13px 0 13px 20px;
    font-size: 20px;
    color: #363636;
    font-weight: 400;
    display: inline-block; }
    .profile-inner h5 a.editable-link {
      background-color: #efe7e7;
      padding: 2px 8px;
      border-radius: 50%;
      cursor: pointer;
      margin-left: 5px;
      color: #000; }
      .profile-inner h5 a.editable-link i {
        font-size: 14px; }
  .profile-inner button {
    float: right;
    margin: 7px 14px;
    font-size: 17px;
    padding: 5px 0;
    height: 35px; }

.profile-inner-header {
  padding: 30px 0; }
  .profile-inner-header p {
    font-size: 15px; }

.pet-profile-user {
  box-shadow: -1px 2px 11px 1px rgba(0, 0, 0, 0.07);
  background-color: #ffffff; }

.pet-profile-user .profile-inner p {
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 16px; }
.pet-profile-user .notify-inner-single {
  margin: 10px auto; }
.pet-profile-user .notify-inner-single .privacy-tooltip:hover, .pet-profile-user .howIt_top_lft .howItWorks-tooltip:hover {
  color: #0093dd; }
.pet-profile-user .notify-inner-single .privacy-tooltip, .pet-profile-user .howIt_top_lft .howItWorks-tooltip {
  padding-top: 7px; }
.pet-profile-user .notify-inner {
  float: right;
  padding-right: 50px; }
.pet-profile-user .notify-inner-single label {
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 15px;
  font-size: 14px;
  color: #3d464d;
  font-family: "Roboto";
  font-weight: 400; }
.pet-profile-user .icon-information {
  font-size: 16px; }
.pet-profile-user .owner-profile-details .icon-information {
  font-size: 15px;
  vertical-align: text-top; }
.pet-profile-user .owner-profile-details .icon-information:hover {
  color: #0093dd; }

.addnl_textarea textarea {
  width: 100%; }

.info-icon {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #0093dd; }

.tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #0093dd;
  max-width: 350px;
  padding: 15px; }

/*profile owner edit page*/
.pet-owner-profile-sec {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .pet-owner-profile-sec .add-contact-inner .add-more, .pet-owner-profile-sec .add-contact-inner .remove-more {
    margin-top: 0;
    margin-bottom: 10px; }
  .pet-owner-profile-sec .additional-contact .add-contact .icon-information {
    font-size: 17px;
    vertical-align: middle;
    padding-left: 2px; }
  .pet-owner-profile-sec .additional-contact .add-contact .add-more {
    display: none; }
  .pet-owner-profile-sec .additional-contact .add-contact:last-child {
    margin-bottom: 0; }
    .pet-owner-profile-sec .additional-contact .add-contact:last-child .add-more {
      display: block; }
  .pet-owner-profile-sec .add-more {
    float: right;
    margin-top: 7px;
    cursor: pointer; }
    .pet-owner-profile-sec .add-more i {
      background-color: #000;
      padding: 6px;
      border-radius: 50%;
      font-size: 9px;
      vertical-align: middle; }
  .pet-owner-profile-sec .remove-more {
    float: right;
    margin-top: 7px;
    cursor: pointer; }
    .pet-owner-profile-sec .remove-more i {
      background-color: #e0cfd0;
      padding: 6px;
      border-radius: 50%;
      font-size: 9px;
      vertical-align: middle; }

.form-footer-sec {
  margin-top: 40px; }
  .form-footer-sec button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    min-width: 150px; }
    .form-footer-sec button span {
      font-size: 18px; }
      .form-footer-sec button span.social-icon {
        display: flex;
        column-gap: 10px; }
  .form-footer-sec input {
    font-size: 18px;
    margin-right: 20px; }
    .form-footer-sec input:last-child {
      margin-right: 0; }

/*Active Band*/
.activeBand {
  max-width: 590px; }

.col-sm-12.col-12.col-lg-6.col-sm-push-12.login-sec.reg_member {
  background: transparent;
  padding: 0;
  max-width: 590px; }

.logincontent input {
  max-width: 240px; }

.logincontent .btn-medium {
  font-size: 18px;
  margin-bottom: 48px; }

.reg_member .custom-checkbox .custom-check-label:before {
  border: 1px solid #7f7f7f;
  width: 17px;
  height: 17px; }

.reg_member .bg-white {
  padding-left: 15px;
  padding-right: 15px; }

.reg_member .custom-check-label:before {
  border: 1px solid #7f7f7f;
  width: 17px;
  height: 17px; }

.reg_member {
  margin-left: 15px;
  background: transparent; }

.reg_member .checkwidth {
  max-width: 250px; }

.activeBand .custom-input, .activeBand .custom-select {
  max-width: 240px; }

.activeBand .labelpet {
  width: 100%; }

.loginheading {
  font-size: 34px;
  color: #333333;
  font-family: "Roboto";
  line-height: initial;
  font-weight: 400;
  margin-bottom: 33px; }

.loginImg {
  margin-top: 115px; }

/*Confirm Delete Option*/
.deleteConfirm .btn-medium {
  min-width: 100px;
  max-height: 40px;
  padding: 7px 8px;
  font-size: 18px; }

.deleteConfirm .modal_btns {
  margin-top: 27px;
  padding-bottom: 9px; }

.deleteConfirm .btn-back {
  margin-left: 18px; }

.deleteConfirm .modal_content {
  font-size: 18px;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 7px; }

.deleteConfirm .modal_note {
  font-size: 18px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px; }

.deleteConfirm .modal-lg {
  max-width: 570px; }

.deleteConfirm .modal-title {
  font-size: 20px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: 8px; }

.deleteConfirm .modal-header {
  background-color: #0093dd;
  color: #ffffff; }

.deleteConfirm input {
  width: 100%; }

.deleteAccpassword-form {
  margin-bottom: 0; }

.deleteConfirm .confirm_Content {
  padding-top: 15px;
  padding-bottom: 7px;
  max-width: 330px;
  margin: 0 auto; }

.deleteConfirm span {
  font-weight: 500; }

.deleteConfirm {
  top: 30%; }

/*Croppie Css*/
.profile-wrap {
  width: 190px;
  height: 190px; }

.custom-datepicker.form-control[readonly] {
  background-color: transparent; }

.custom-datepicker.form-control:disabled[readonly] {
  background: url(/../assets/images/blur_calendar.png) no-repeat;
  background-position: right;
  background-color: #f2f2f2; }

.custom-select.form-control:disabled[readonly] {
  background: url(/../assets/images/blur_down_arrow.png) no-repeat;
  background-position: right;
  background-color: #f2f2f2; }

.profile-prev-block #profile-pic-preview {
  border-radius: 50%;
  max-width: 134px;
  min-width: 134px;
  max-height: 134px;
  min-height: 134px;
  margin-bottom: 13px;
  box-shadow: 0 0 2px 0px #000; }
.profile-prev-block #profile-pic-input {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1; }
.profile-prev-block.ready #profile-pic-preview {
  display: none; }
.profile-prev-block .upload-label {
  background: #e0cfd0;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 17px;
  width: 180px;
  padding: 11px 0;
  cursor: pointer;
  text-align: center;
  display: block;
  margin-top: 15px; }
  .profile-prev-block .upload-label:hover, .profile-prev-block .upload-label:focus {
    color: #ffffff;
    background: #191919; }
.profile-prev-block ul {
  display: none;
  margin-bottom: 10px;
  margin-top: -27px; }
  .profile-prev-block ul li {
    padding: 0;
    display: inline-block; }
    .profile-prev-block ul li:first-child {
      margin-right: 2px; }
    .profile-prev-block ul li a {
      font-size: 12px;
      padding: 11px 20px;
      text-transform: uppercase;
      font-weight: 400; }
      .profile-prev-block ul li a:hover, .profile-prev-block ul li a:focus {
        color: #191919;
        background-color: #dfcfd0; }
.profile-prev-block .error {
  color: #e42323; }

.doc_file__upload {
  position: relative; }

.doc_file__upload .form-group.file__input {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  z-index: -1;
  height: 100%; }

.doc_file__upload .form-group input[type="file"] {
  display: block;
  opacity: 0;
  pointer-events: none; }

.doc_file__upload_wrap .helpTextt p {
  font-size: 12px;
  color: #999; }

.doc_file__upload .custom-file-upload {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  padding-top: 60px;
  background: url("../images/blu_upload-icon.png") no-repeat center 15px;
  background-size: 35px;
  text-align: center;
  font-size: 13px; }

.doc_file__upload .fa-cloud-upload {
  position: absolute;
  right: 30px; }

.previeww_wrap ul li {
  list-style: none;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 10px;
  position: relative;
  border-radius: 5px; }

.previeww_wrap ul li span.docName {
  overflow: hidden;
  white-space: nowrap;
  max-width: 240px;
  text-overflow: ellipsis;
  display: block; }

.previeww_wrap ul {
  padding-left: 0;
  margin-top: 10px; }

.previeww_wrap ul li span.remove {
  position: absolute;
  right: 10px;
  background: url("../images/remove_icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 95%;
  top: 11px;
  cursor: pointer;
  text-align: center;
  text-indent: -9999px; }

.doc_file__upload_wrap .error__files ul {
  padding-left: 0px;
  margin: 5px 0; }
  .doc_file__upload_wrap .error__files ul li {
    list-style: none;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    position: relative;
    border-radius: 5px; }
    .doc_file__upload_wrap .error__files ul li span.errorMasssge {
      color: #be2230;
      font-size: 13px;
      font-style: italic;
      display: block;
      margin-top: 5px; }

.doc_file_uploaded_wrap ul {
  padding-left: 0px;
  margin: 5px 0; }
  .doc_file_uploaded_wrap ul li {
    list-style: none;
    padding: 10px;
    background: rgba(0, 147, 221, 0.03);
    box-shadow: 0 0 0 1px rgba(0, 147, 221, 0.5);
    margin: 0 0 10px;
    position: relative;
    border-radius: 5px; }
    .doc_file_uploaded_wrap ul li.disabled {
      background: #f2f2f2;
      opacity: 0.7;
      border: 1px solid #e0cfd0;
      box-shadow: none; }
    .doc_file_uploaded_wrap ul li span.docName {
      overflow: hidden;
      white-space: nowrap;
      max-width: 240px;
      text-overflow: ellipsis;
      display: block; }
    .doc_file_uploaded_wrap ul li span.removeIcon {
      position: absolute;
      right: 10px;
      top: 10px;
      display: inline-block; }
      .doc_file_uploaded_wrap ul li span.removeIcon span {
        width: 20px;
        height: 20px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        text-indent: -9999px;
        display: inline-block;
        vertical-align: middle; }
        .doc_file_uploaded_wrap ul li span.removeIcon span.fileDelete_icon {
          background: url("../images/delete_icon.png") no-repeat center;
          background-size: 90%; }
        .doc_file_uploaded_wrap ul li span.removeIcon span.fileDownlod_icon {
          background: url("../images/download_icon.png") no-repeat center;
          margin-right: 5px;
          background-size: 95%; }

.upload-demo .profile-wrap, .upload-demo upload-result {
  display: none; }
.upload-demo.ready .profile-wrap {
  display: block;
  margin: 0 auto; }

/*common modal css*/
.modal-content input.btn-small, .modal-content button.btn-small {
  height: 40px;
  font-size: 18px;
  min-width: 90px; }

.modal-body {
  padding: 20px; }

h5 {
  font-weight: 400; }

.modal-header {
  padding: 10px;
  background-color: #0093dd;
  color: #ffffff;
  border-radius: 0; }
  .modal-header button.close {
    background-color: #04608e;
    border-radius: 50%; }
  .modal-header .close {
    float: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 3px 6px;
    margin: 0; }

.modal-content {
  border: none;
  border-radius: 0; }

/*Add a pet css*/
.pet-bday-sec {
  width: 64%;
  display: inline-block;
  margin-right: 15px;
  float: left; }

.pet-age-sec {
  width: 31%;
  display: inline-block;
  float: left; }

.add-pet-type-breed {
  display: none; }

.spayed-label-sec .spayed-label {
  margin-right: 72px; }
  .spayed-label-sec .spayed-label:last-child {
    margin-right: 0; }

.pet-allergy-sec .custom-label {
  display: block;
  margin-bottom: 9px; }
.pet-allergy-sec .custom-check-label:before {
  left: -25px; }
.pet-allergy-sec .custom-control-input:checked ~ .custom-check-label::after {
  left: -19px; }
.pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+1) {
  width: 28%;
  clear: left; }
.pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+2) {
  width: 28%; }
.pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+3) {
  width: 29%; }
.pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+4) {
  width: 15%;
  padding-right: 0; }
.pet-allergy-sec .custom-checkbox {
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 25px;
  float: left;
  padding-right: 15px; }
.pet-allergy-sec .error {
  position: absolute;
  bottom: -2px; }

.pet-allergy-label {
  position: relative; }

.view-pet-form .custom-radiobox span {
  cursor: default; }
.view-pet-form .custom-checkbox {
  cursor: default; }
.view-pet-form .custom-check-label {
  cursor: default; }
  .view-pet-form .custom-check-label:before {
    cursor: default; }
  .view-pet-form .custom-check-label:after {
    z-index: -1; }

/*Found a pet*/
.found-a-pet-inner {
  align-items: flex-end; }

.found-pet-sec {
  padding: 50px 0 58px 0;
  background-color: #f9f9f9; }
  .found-pet-sec .warning-sec {
    display: none; }
    .found-pet-sec .warning-sec h5 {
      color: #e53030;
      line-height: 30px; }
    .found-pet-sec .warning-sec p.warningText {
      text-align: left;
      max-width: 992px;
      margin: 20px auto 0;
      font-size: 16px; }
    .found-pet-sec .warning-sec ul.warningList {
      text-align: left;
      max-width: 992px;
      margin: 20px auto 0;
      color: #e53030;
      line-height: 24px; }
      .found-pet-sec .warning-sec ul.warningList li {
        margin-bottom: 10px;
        font-size: 15px; }

.found-pet-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex; }
  .found-pet-search .search-sec img {
    max-width: 100% !important;
    width: auto !important; }
  .found-pet-search .search-sec .pet-id {
    position: relative; }
    .found-pet-search .search-sec .pet-id:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 32px;
      background-color: #d9d9d9;
      top: 8px;
      left: 41px; }
    .found-pet-search .search-sec .pet-id .icon-search {
      background: #fff;
      padding: 14px 11px 8px 11px;
      font-size: 18px;
      height: 49px;
      border: 1px solid #c9dbdf;
      border-right: none; }
    .found-pet-search .search-sec .pet-id input[type="text"] {
      border-radius: 0;
      width: 430px;
      height: 49px;
      display: inline-block;
      background-clip: unset;
      border-left: none;
      border-color: #c9dbdf;
      font-size: 18px; }
      .found-pet-search .search-sec .pet-id input[type="text"]:focus {
        border-color: #c9dbdf;
        outline: 0;
        box-shadow: none; }
    .found-pet-search .search-sec .pet-id .find-pet-banner {
      font-size: 18px;
      min-width: 160px; }

.owl-carousel .owl-item .search-sec img {
  max-width: 100%;
  width: auto;
  padding-top: 20px; }
.owl-carousel .owl-item .discount img {
  max-width: 170px;
  width: auto; }

.lost-pet-form label {
  color: #191919;
  font-size: 17px; }
.lost-pet-form input[type="button"] {
  font-size: 18px; }

#pet-owner-form button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  min-width: 150px; }
  #pet-owner-form button span {
    font-size: 18px; }
    #pet-owner-form button span.social-icon {
      display: flex;
      column-gap: 10px; }
#pet-owner-form input[type="button"] {
  font-size: 18px; }

.lost-pet-sec.found-pet-sec {
  padding: 50px 0 80px 0; }

.custom-radiobox label[disabled] .radiobx-icon {
  opacity: 0.7; }

/*Create poster sec*/
.lost-pet-owner-sec {
  padding: 40px 0 135px 0;
  background-color: #f9f9f9; }

.imagePreviewWidth {
  width: 350px;
  height: 220px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: -10%;
  display: flex;
  align-items: center;
  border: 6px solid #ffffff;
  box-shadow: 1px 2px 11px 2px rgba(0, 0, 0, 0.07); }

.create-poster-sec {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .create-poster-sec .create-poster-inner.profile-inner-header {
    padding: 0; }
  .create-poster-sec .create-poster-inner .lost-pet-heading {
    background-color: #0093dd;
    color: #ffffff;
    border-bottom: 1px solid #6cb6da;
    padding: 13px 0; }
    .create-poster-sec .create-poster-inner .lost-pet-heading h3 {
      color: #ffffff;
      font-size: 36px;
      font-weight: 400; }
  .create-poster-sec .create-poster-inner .lost-pet-content {
    background-color: #0093dd; }
    .create-poster-sec .create-poster-inner .lost-pet-content h4 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 400; }
    .create-poster-sec .create-poster-inner .lost-pet-content img {
      max-width: 100%;
      margin: auto;
      max-height: 100%; }
  .create-poster-sec .create-poster-inner .lost-pet-content-rewarded {
    padding-top: 12%; }
  .create-poster-sec .create-poster-inner .rewarded_amount {
    display: none; }
    .create-poster-sec .create-poster-inner .rewarded_amount label {
      font-size: 20px;
      display: block;
      margin-bottom: 0; }
    .create-poster-sec .create-poster-inner .rewarded_amount span {
      font-size: 30px;
      display: block;
      margin-bottom: 0px; }
  .create-poster-sec .create-poster-inner .reach-us-sec {
    /*padding: 0px 30px;*/
    /*     margin-bottom: 25px;*/ }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      /* border: 1px dashed #000;*/
      padding: 30px 0px 10px 0px;
      margin-top: -20px; }
    .create-poster-sec .create-poster-inner .reach-us-sec h4 {
      color: #ffffff;
      background-color: #191919;
      min-width: 160px;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content h5 {
      font-size: 17px;
      display: inline-block;
      width: 30%;
      text-align: left;
      line-height: 26px;
      vertical-align: top; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content span {
      font-size: 17px;
      display: inline-block;
      width: 68%;
      text-align: left;
      line-height: 26px;
      word-break: break-all;
      padding-left: 0px;
      text-indent: -11px; }
  .create-poster-sec .form-footer-sec {
    padding-bottom: 30px; }

.toast-message {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s; }
  .toast-message .message-inner {
    padding: 12px;
    display: inline-flex; }
    .toast-message .message-inner #ErrorMsg {
      display: inline-block;
      font-size: 18px; }
    .toast-message .message-inner i {
      font-size: 15px;
      padding-right: 13px;
      align-items: center;
      display: inline-flex; }
    .toast-message .message-inner h5 {
      padding: 9px 20px; }
  .toast-message.success-message .message-inner {
    color: #ffffff;
    background-color: #0093dd; }
  .toast-message.error-message .message-inner {
    color: #ffffff;
    background-color: #ed1c38; }

.video_page {
  padding: 75px 0; }
  .video_page iframe {
    width: 100%;
    height: 565px;
    padding: 0 40px; }

/*404 page*/
.page-and-session {
  align-items: center;
  height: 100%; }
  .page-and-session .page_not_found {
    background-color: #e0cfd0;
    padding: 5%; }
    .page-and-session .page_not_found h4 {
      font-size: 25px; }
    .page-and-session .page_not_found .primary-btn {
      font-size: 18px; }

.howItWorksPage {
  margin: 55px 0 0; }

.howItWorksPage > .container {
  padding: 0 0px 0px;
  background: #fff;
  margin-bottom: 65px;
  max-width: 1180px; }

.howItWorksPage .container > h1 {
  text-align: center;
  padding: 15px 25px;
  padding-top: 0;
  margin-bottom: 25px;
  color: #363636;
  font-size: 36px;
  font-weight: 400; }

.howIt_top_lft h2 span {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  width: 43px;
  height: 43px;
  border-radius: 21px;
  background-color: #0093dd;
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px; }

.howIt_top_lft h2 {
  font-size: 24px;
  line-height: 30px;
  color: #363636;
  font-family: "Roboto";
  font-weight: 400; }

.howIt_top_lft ul.parentList {
  padding-left: 40px;
  padding-top: 25px;
  margin-bottom: 0px; }

.howIt_top_lft ul.parentList > li {
  background: url("../images/hiw_paw_image.png") no-repeat left top;
  list-style: none;
  padding-left: 40px;
  font-size: 18px;
  padding-top: 2px;
  margin-bottom: 12px;
  line-height: 31px;
  color: #363636;
  font-family: "Roboto";
  font-weight: 400; }

.howIt_top_lft ul.parentList > li:last-child {
  margin-bottom: 0px; }

.howIt_top_lft ul.parentList > li img {
  vertical-align: 0px; }

.howIt_top_lft ul.parentList > li ul {
  padding-top: 0px;
  margin-bottom: 0px; }

.howIt_top_lft ul.parentList > li ul li span {
  color: #be202e; }

.howIt_top_lft ul.parentList > li ul li {
  font-size: 18px;
  padding-top: 5px;
  margin-bottom: 12px;
  line-height: 31px;
  list-style: none;
  color: #363636;
  font-family: "Roboto";
  font-weight: 400; }

.howIt_top_lft ul.parentList > li ul li span.blk_txt {
  display: block;
  color: #363636;
  padding-left: 60px; }

.hiw_purchse, .benefits_inner {
  max-width: 382px;
  padding-top: 20px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 16.74px 1.26px rgba(0, 0, 0, 0.19);
  text-align: center; }

.hiw_purchse .hiw_purchse_info {
  padding: 20px; }

.hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont h3 {
  font-size: 28px;
  color: #be202e;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1.5px; }

.hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont P {
  font-size: 22px;
  color: #be202e;
  font-family: "Quicksand";
  font-weight: 700;
  letter-spacing: 1px; }

.hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont h3 span {
  color: #333; }

.hiw_purchse .hiw_purchse_info .hiw_purchse_info_img {
  margin-top: -12px; }

.hiw_purchse > a {
  background: #bf202f;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 30px;
  display: block; }

.hiw_purchse > a:hover {
  background: #f5f1f1;
  box-shadow: 0 0 0 2px #bf202f;
  color: #bf202f; }

.benefits_inner {
  padding-top: 0px; }

.howIt_top_rgt .benefits_head {
  background: #0093dd;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 30px;
  display: block; }

.howIt_top_rgt .benefits_list {
  padding: 36px 20px 24px;
  margin-bottom: 0px;
  text-align: left; }

.howIt_top_rgt .benefits_list li {
  font-size: 18px;
  color: #231f20;
  font-family: "Roboto";
  font-weight: 400;
  background: url("../images/hiw_benefits.png") no-repeat left top;
  list-style: none;
  padding-left: 36px;
  padding-top: 2px;
  margin-bottom: 10px; }

.hiw_signup {
  text-align: center;
  background: #0093dd;
  padding: 30px 0; }

.hiw_protection-right {
  padding-left: 27px; }

.hiw_signup h1 {
  font-size: 28px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  margin-top: 14px;
  padding-left: 20px; }

.hiw_signup a {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  background-color: #000;
  padding: 16px 60px; }

.hiw_signup a:hover {
  background-color: #be2230;
  color: #fff;
  box-shadow: 0 0 0 1px #000; }

.hiw_protection h1 {
  font-size: 30px;
  color: #ffffff;
  background: #be2230;
  font-weight: 700;
  font-family: "Roboto";
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 33px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.hiw_protection-right p {
  padding-top: 5px;
  font-size: 20px; }

.hiw_protection-right h2 {
  font-size: 30px;
  font-weight: 400;
  padding-top: 56px;
  padding-bottom: 56px; }

.hiw_purchse_info_cont2 {
  padding-top: 42px; }

.hiw_protection-right h2 img {
  vertical-align: text-top; }

.id_band {
  padding-top: 10px; }

.hiw_smartlink_lg img {
  margin-right: 35px; }

.hiw_protection .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.333333%;
  flex: 0 0 34.333333%;
  max-width: 34.333333%; }

.hiw_protection .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65.666667%;
  flex: 0 0 65.666667%;
  max-width: 65.666667%; }

.hiw_banner {
  position: relative; }

.hiw_protection .container {
  padding: 0; }

.hiw_purchse_info_cont2 {
  color: #be2230;
  font-size: 26px;
  min-width: 175px; }

.hiw_purchse_info_cont2 h4 {
  font-size: 26px; }

.hiw_purchse_info_cont2 span {
  color: #000; }

.hiw_banner a {
  width: 100%;
  display: inline-block; }

.hiw_banner span.hiw_smartlink_lg, .hiw_banner .hiw_bannerInfo {
  position: absolute;
  right: 0;
  max-width: 1200px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: inline-block; }

.hiw_banner span.hiw_smartlink_lg {
  top: 60px;
  text-align: right; }

.hiw_banner .hiw_bannerInfo {
  top: 70px;
  max-width: 415px;
  margin-right: 0;
  font-size: 38px; }

.hiw_banner a > img {
  width: 100%; }

.hiw_banner .hiw_bannerInfo span.hiw_no_monthly_lg {
  display: block;
  text-align: right;
  padding-right: 55px; }

.hiw_banner .hiw_bannerInfo h3 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 500;
  padding-left: 20px;
  text-align: left; }

.hiw_mobile_blk {
  padding: 40px 0; }

.hiw_mobile_blk .container {
  max-width: 946px;
  margin: 0 auto; }

.hiw_mobile_blk h3 {
  font-size: 28px;
  line-height: 48px;
  color: #000000;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }

.hiw_mobile_blk h3 span {
  display: block; }

.hiw_mobile_blk ul {
  padding-left: 0px;
  padding-top: 30px; }

.hiw_mobile_blk ul li {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0 10px 48px;
  margin-bottom: 12px;
  list-style: none;
  color: #000000;
  font-family: "Roboto";
  font-weight: 400; }

.hiw_mobile_blk ul li.hiw_nfc_chip {
  background: url("../images/hiw_nfc_chip.png") no-repeat left 4px; }

.hiw_mobile_blk ul li.hiw_QRcode {
  background: url("../images/hiw_QRcode.png") no-repeat left 4px; }

.hiw_mobile_blk ul li.hiw_mouse {
  background: url("../images/hiw_mouse.png") no-repeat left 4px; }

.hiw_mobile_blk ul li.hiw_toll_free {
  background: url("../images/hiw_toll_free.png") no-repeat left 4px; }

.hiw_video_blk {
  padding: 60px 0;
  background: #727072; }

.hiw_video_blk .container {
  max-width: 940px;
  margin: 0 auto; }

.hiw_video_blk h3 img, .hiw_mobile_blk h3 img {
  vertical-align: -2px; }

.hiw_video_blk h3 {
  font-size: 28px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center; }

.hiw_video_blk h3 span {
  display: block; }

.hiw_video_blk ul {
  padding-left: 0px;
  padding-top: 30px; }

.hiw_video_blk ul li {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  background: url("../images/hiw_paw.png") no-repeat left top;
  list-style: none;
  padding-left: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 15px; }

.hiw_video_blk .hiw_purchse_info {
  padding: 20px 0; }

.hiw_video_blk .hiw_purchse_info .hiw_purchse_info_cont h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Quicksand";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1.5px; }

.hiw_video_blk .hiw_purchse_info .hiw_purchse_info_cont P {
  font-size: 18px;
  color: #fff;
  font-family: "Quicksand";
  font-weight: 700;
  letter-spacing: 1px; }

.hiw_video_blk .hiw_purchse_info .hiw_purchse_info_cont h4 span {
  color: #fff; }

.hiw_video_blk .hiw_purchse_btn {
  text-align: center; }

.hiw_purchse img {
  width: 100%; }

.hiw_video_blk .hiw_purchse_btn a {
  font-size: 22px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  padding: 16px 20px;
  width: 100%;
  line-height: 26px;
  display: inline-block;
  background-color: #be202e; }

.hiw_video_blk .hiw_purchse_btn a:hover {
  border: 2px solid #be202e;
  background: #fff;
  color: #be202e; }

.hiw_video_blk .hiw_video {
  margin-top: 30px; }

.hiw_video_blk .hiw_video video {
  width: 100%;
  height: 325px;
  border: 4px solid #333;
  background: #000;
  object-fit: fill; }

.howItWorksPage .parentList .icon-information {
  padding-left: 7px; }

@media only screen and (min-width: 1900px) and (max-width: 1950px) {
  .hiw_banner .hiw_bannerInfo {
    bottom: 102px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hiw_purchse_info_cont2 h4 {
    font-size: 21px; }

  .howIt_top_lft h2 {
    font-size: 18px;
    line-height: 25px; }

  .hiw_protection h1 {
    font-size: 27px; }

  .howIt_top_lft ul.parentList > li, .howIt_top_lft ul.parentList > li ul li, .howIt_top_rgt .benefits_list li {
    font-size: 15px; }

  .howIt_top_lft ul.parentList > li ul li span.blk_txt {
    padding-left: 0px; }

  .howIt_top_lft ul.parentList > li ul, .howIt_top_lft ul.parentList {
    padding-left: 25px; }

  .hiw_purchse > a, .howIt_top_rgt .benefits_head {
    font-size: 24px;
    padding: 20px; }

  .hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont h3, .hiw_signup h1 {
    font-size: 24px;
    text-align: left;
    padding-left: 0; }

  .hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont P {
    font-size: 18px; }

  .howIt_top_rgt .benefits_list li {
    padding-bottom: 4px; }

  .hiw_signup a {
    font-size: 18px;
    padding: 12px 25px;
    text-align: center; }

  .hiw_banner .hiw_bannerInfo h3 {
    font-size: 30px; }

  .hiw_banner span.hiw_smartlink_lg img {
    height: 30px;
    padding-right: 30px; }

  .hiw_banner .hiw_bannerInfo span.hiw_no_monthly_lg img {
    height: 70px; }

  .hiw_mobile_blk h3, .hiw_video_blk h3 {
    font-size: 18px;
    line-height: 35px; }

  .hiw_mobile_blk ul li, .hiw_video_blk ul li {
    font-size: 15px;
    padding-bottom: 10px; }

  .hiw_video_blk .hiw_purchse_info .hiw_purchse_info_cont h4 {
    font-size: 20px; }

  .hiw_video_blk .hiw_purchse_btn {
    padding-left: 10px !important; }

  .hiw_video_blk .hiw_purchse_btn a {
    padding: 14px 20px;
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .dog_img_content .dog_content {
    padding-top: 50px; }
  .dog_img_content h4.price {
    padding-bottom: 55px; }

  .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 75%, #fff 50%, #fff 100%); }

  .firstdiv {
    height: 60px;
    border-top: 35px solid #f4f4f4; }

  .howItWorksPage .row {
    margin: 0px !important; }

  .howIt_top_lft h2 {
    font-size: 16px;
    line-height: 21px; }

  .howIt_top_lft {
    padding-left: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px; }

  .howIt_top_lft ul.parentList > li, .howIt_top_lft ul.parentList > li ul li, .howIt_top_rgt .benefits_list li {
    font-size: 13px;
    margin-bottom: 6px; }

  .howItWorksPage > .container {
    padding-bottom: 20px;
    margin-bottom: 25px; }

  .howIt_top_lft ul.parentList > li ul li span.blk_txt {
    padding-left: 0px;
    display: inline; }

  .howIt_top_rgt.order-first {
    padding-bottom: 20px; }

  .howIt_top_lft ul.parentList > li ul, .howIt_top_lft ul.parentList {
    padding-left: 20px; }

  .hiw_video_blk .hiw_video {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .howIt_top_rgt .hiw_purchse > img {
    width: 100%; }

  .howIt_top_lft h2 {
    font-size: 15px; }
    .howIt_top_lft h2 span {
      width: 33px;
      height: 33px;
      font-size: 20px;
      line-height: 25px; }

  .hiw_banner {
    /*display:none;  */ }

  .howItWorksPage .container > h1 {
    margin-bottom: 0; }

  .hiw_purchse > a, .howIt_top_rgt .benefits_head {
    font-size: 20px;
    padding: 15px; }

  .hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont2 h3, .hiw_signup h1 {
    font-size: 20px;
    margin-top: 0; }

  .hiw_purchse .hiw_purchse_info .hiw_purchse_info_cont2 P {
    font-size: 16px; }

  .howIt_top_rgt .benefits_list li {
    padding-bottom: 5px;
    background-size: auto 25px;
    background-position: left -2px; }

  .hiw_signup a {
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 20px;
    text-align: center; }

  .hiw_banner span.hiw_smartlink_lg {
    top: 20px; }

  .hiw_banner .hiw_bannerInfo {
    top: 25px;
    max-width: 200px; }

  .hiw_banner .hiw_bannerInfo h3 {
    font-size: 15px; }

  .hiw_banner span.hiw_smartlink_lg img {
    height: 20px;
    padding-right: 30px; }

  .hiw_banner .hiw_bannerInfo span.hiw_no_monthly_lg img {
    height: 50px; }

  .hiw_mobile_blk h3, .hiw_video_blk h3 {
    font-size: 15px;
    line-height: 30px; }

  .hiw_mobile_blk ul li, .hiw_video_blk ul li {
    font-size: 13px;
    padding-bottom: 10px; }

  .hiw_video_blk ul li {
    padding-left: 45px;
    background-size: auto 28px;
    background-position: left top; }

  .hiw_video_blk .hiw_purchse_info .hiw_purchse_info_cont h4 {
    font-size: 18px; }

  .hiw_video_blk .hiw_purchse_btn {
    padding-left: 10px !important; }

  .hiw_video_blk .hiw_purchse_btn a {
    padding: 14px 20px;
    font-size: 13px; }

  .hiw_video_blk .hiw_purchse_info {
    max-width: 435px; }

  .hiw_video_blk .hiw_purchse_info > div {
    text-align: center;
    display: inline-block;
    padding-left: 0px !important;
    padding: 2px 0 !important; }

  .hiw_purchse_info_cont {
    padding-left: 0px !important; }

  .hiw_purchse_info_img {
    margin-top: 0px !important; }

  .lost-pet-content-rewarded div {
    padding: 0px; } }
/*Media query starts here*/
@media only screen and (min-width: 2526px) {
  html body .banner-sec {
    /*.banner-txt{
        left: 27%;
    }*/ } }
@media only screen and (min-width: 1880px) {
  body .banner-s ec {
    /*.banner-txt{
        left: 19%;
    }*/ }

  .purchase-sec {
    padding-top: 20px; } }
@media only screen and (min-width: 1563px) {
  .howItWorksPage .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 62%, #be2230 50%, #be2230 100%); }

  .owl-carousel .owl-item .search-sec img {
    padding-top: 27px; } }
@media only screen and (min-width: 1620px) {
  .purchase-sec {
    background-size: 100% 100%; }

  .howItWorksPage .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 60%, #be2230 50%, #be2230 100%); }

  .hiw_banner .hiw_bannerInfo {
    max-width: 390px;
    padding-left: 10px; }

  .hiw_smartlink_lg img {
    margin-right: 20px; }

  .hiw_signup {
    padding: 42px 0; } }
@media only screen and (min-width: 1440px) {
  .purchase-sec a {
    padding: 5px 8px; }

  .footer_title {
    padding: 20px 0; }

  .purchase-sec {
    padding: 55px 0; }

  .bottom_sec {
    margin-bottom: 15px; }

  .purchase-sec .middle_sec .bottom_sec {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px; }

  .find-pet-banner {
    /*min-width: 190px;*/ }

  .purchase-sec {
    /*a{
    font-size: 27px;
    width: 230px;
    padding:20px;
}*/ }
    .purchase-sec .footerimage {
      height: auto;
      left: 0;
      top: 0; }
    .purchase-sec ul li {
      margin-right: 0; }
    .purchase-sec .right_section {
      margin-left: 0px; }
    .purchase-sec h3 {
      font-size: 18px; }
    .purchase-sec h2 {
      font-size: 25px; }
    .purchase-sec .pt-15 {
      padding-top: 15px; }
    .purchase-sec .footer_title {
      padding-left: 100px; }
    .purchase-sec .margin-center {
      padding-left: 0px; }
    .purchase-sec .footer_txt_left {
      margin-left: 0px !important;
      padding-right: 0px; }

  .banner-sec .banner-txt h1 {
    padding-top: 25px; }

  .banner-sec .banner-txt-right {
    padding-left: 30px; }
    .banner-sec .banner-txt-right h1 {
      font-size: 28px; }
    .banner-sec .banner-txt-right h3 {
      font-size: 26px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 0px; }
    .banner-sec .banner-txt-right h4 {
      font-size: 26px;
      padding-top: 14px; }
    .banner-sec .banner-txt-right a {
      font-size: 26px; }

  .banner-sec .banner-txt h1 {
    font-size: 28px;
    padding-top: 15px; }

  .banner-sec .owl-nav .owl-prev i {
    left: 30px; }

  .banner-sec .owl-nav .owl-next i {
    right: 30px; }

  .pet-details-sec .pet-media-sec .profile-view-right-video {
    position: relative; }
    .pet-details-sec .pet-media-sec .profile-view-right-video a.primary-btn span {
      padding: 7px 0; } }
@media only screen and (min-width: 1403px) {
  .banner-sec .owl-carousel .owl-item .discount img {
    max-width: 90px; }

  .seconddiv {
    background-size: cover;
    background-position: 100% 100%;
    padding: 75px 0; }

  .banner-sec #banner-slider {
    /*min-height: 350px;*/ }

  .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 63%, #be2230 50%, #be2230 100%); } }
/*@media only screen and (max-width: 1024px){
    .dog-sec .dog-sec-inner .how_it_works {
    padding: 3px;
    font-size: 16px;
}
.dog-sec .dog-sec-inner li {
    font-size: 13px;
}
.dog-sec .dog-sec-inner ul {
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
}
}*/
@media only screen and (max-width: 1400px) {
  .banner-sec #banner-slider {
    /*min-height: 360px;*/ }
    .banner-sec #banner-slider .owl-stage {
      padding: 20px 0 !important; }
    .banner-sec #banner-slider .banner-img .banner-content {
      max-width: 900px; }
      .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content {
        max-width: 350px;
        padding: 25px;
        box-shadow: 0 0 0 1px #000 inset;
        border: 13px solid #2791cf;
        border-radius: 30px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content h1 {
          font-size: 20px;
          padding: 15px;
          margin-bottom: 20px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group {
          position: relative; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group .form-control {
            opacity: 1;
            font-size: 15px;
            height: 50px;
            padding-right: 60px;
            padding-left: 20px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group i.icon-search {
            width: 55px;
            font-size: 13px;
            background: #2791d0;
            color: #fff; }
      .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content {
        max-width: 350px;
        padding: 25px;
        box-shadow: none;
        border: 13px solid #000;
        border-radius: 20px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content h2 {
          font-size: 20px;
          padding: 15px;
          margin-bottom: 10px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content .banner-qr-code-content h3 {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 10px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-qr-content .banner-qr-code-content .hmeStoreLabel {
          margin-top: 15px; }
  .banner-sec .banner-txt-right h3 {
    font-size: 30px;
    padding-top: 10px; }

  .additional-benefits {
    padding: 65px 0; }
    .additional-benefits .container > h2 {
      font-size: 24px;
      margin-bottom: 65px; }
    .additional-benefits .addt_benefits_list .list_innner::after {
      bottom: -65px;
      right: -20px; }
    .additional-benefits .addt_benefits_list .list_innner h3 {
      font-size: 20px;
      padding: 20px; }
    .additional-benefits .addt_benefits_list .list_innner ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
    .additional-benefits .btm_benefit_wrap {
      margin-top: 65px; }
      .additional-benefits .btm_benefit_wrap .signUpBlock h2 {
        padding: 25px;
        font-size: 22px; }
      .additional-benefits .btm_benefit_wrap .signUpBtn a {
        padding: 25px;
        font-size: 16px; }

  .dog-sec .btn-sec a.btn-custom {
    font-weight: 500; } }
@media only screen and (max-width: 1200px) {
  .seconddiv {
    padding: 70px 0; }

  .hiw_purchse_info_cont2 {
    width: 100%;
    min-width: unset; }

  .howItWorksPage > .container {
    max-width: 100%; }

  .dog_img_content .dog_content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 10px; }
  .dog_img_content .dog_content h2 {
    font-size: 25px; }
  .dog_img_content .dog_content ul li {
    font-size: 18px; }
  .dog_img_content .dog_content h4.price {
    padding-bottom: 30px; }

  .banner-sec #banner-slider {
    /*min-height: 360px;*/ }
    .banner-sec #banner-slider .banner-img .banner-content {
      max-width: 900px;
      left: 60px; }
      .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content {
        max-width: 350px;
        padding: 25px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content h1 {
          font-size: 20px;
          padding: 15px;
          margin-bottom: 20px; }
        .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group {
          position: relative; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group .form-control {
            opacity: 1;
            font-size: 12px;
            height: 50px;
            padding-right: 45px;
            padding-left: 10px; }
          .banner-sec #banner-slider .banner-img .banner-content .banner-inner-content .search-sec .form-group i.icon-search {
            width: 55px;
            font-size: 14px;
            background: #2791d0;
            color: #fff; }
  .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
    width: 230px;
    text-align: left;
    padding: 0.5rem 1.5rem; }
  .banner-sec .banner-txt-right h3 {
    font-size: 36px; }

  .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 65%, #be2230 50%, #be2230 100%); }

  .reg_member {
    margin-left: 1px; }

  .dog-sec .dog-sec-inner .how_it_works {
    padding: 3px;
    font-size: 16px; }

  .dog-sec .dog-sec-inner li {
    font-size: 13px; }

  .dog-sec .dog-sec-inner ul {
    text-align: left;
    padding: 0;
    margin-bottom: 5px; }

  .footer_txt {
    padding-left: 0px; }

  .footer_txt_left {
    padding-right: 22px; }

  .purchase-sec a {
    font-size: 16px;
    min-width: 100px;
    margin-right: 60px;
    margin-top: 2px; }
  .purchase-sec .footer_title {
    font-size: 20px; }
  .purchase-sec h3 {
    font-size: 17px; }
  .purchase-sec ul li {
    /*margin-top:18px;
    margin-bottom:20px;*/ }
  .purchase-sec h2 {
    font-size: 20px; } }
@media only screen and (min-width: 1200px) {
  .purchase-sec .footer_txt_left {
    margin-right: 36px; }

  .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 64%, #be2230 50%, #be2230 100%); }

  .container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px; }

  .login-container form .col-5.pl-0.padding-right-25 {
    padding-left: 20px; }

  header {
    position: relative;
    padding-bottom: 98px; }

  .user_head {
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 1px 2px 11px 2px rgba(0, 0, 0, 0.07);
    left: 0;
    right: 0; }
    .user_head.fixed-bdr {
      top: 0; }
      .user_head.fixed-bdr .navbar-brand img {
        width: 130px; } }
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .dog-sec .btn-sec a.btn-custom {
    font-weight: normal;
    font-size: 18px; }

  .user_head .navbar-collapse .login-profile-sec .header_profile {
    width: calc(100% - 60px); }

  .user_head .navbar-collapse .login-profile-sec .profile_pic {
    width: 50px; }

  body .container {
    max-width: 100%;
    width: 100%; }

  .user_head .navbar-collapse li {
    margin-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1000px) {
  .user_head .navbar-collapse li a.nav-link {
    font-size: 14px; }

  .user_head .navbar-collapse .login-profile-sec li:last-child {
    padding-left: 40px; } }
@media only screen and (min-width: 992px) and (max-width: 1030px) {
  .hiw_signup h1 {
    padding-left: 15px; }

  .dog-sec .dog-sec-inner li {
    padding-top: 4px;
    padding-bottom: 4px; }

  .hiw_protection-right h2 {
    font-size: 22px; }

  .purchase-sec .middle_sec {
    max-width: 280px;
    margin-top: 20px; }

  .purchase-sec ul li {
    font-size: 16px;
    line-height: 22px; }

  .hiw_protection h1 {
    font-size: 25px; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .pet-details-sec .pet-profile-add-sec .pet-profile-add {
    margin-right: 25px; } }
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .profile-view-right-video {
    min-height: 400px; } }
.signup-form select::-ms-expand, .pet-owner-profile-sec select::-ms-expand, .activateid-form select::-ms-expand {
  display: none; }

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .col-sm-12.col-12.col-lg-6.col-sm-push-12.login-sec.reg_member {
    max-width: none; }

  .reg_member .checkwidth {
    max-width: 380px; }

  .pet-age-sec {
    width: 30%; }

  .banner-sec .banner-txt {
    width: 477px; }
    .banner-sec .banner-txt h1 {
      font-size: 32px; }

  .dog-sec .dog-sec-inner {
    margin-right: 43px; }

  .purchase-sec p {
    padding: 0 7% 3% 7%; }

  /*auth css*/
  .login-container .login-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }

  .login-container .pet-type-other, .login-container .pet-type-breed, .login-container .pet-type-owner, .login-container .pet-type-gender {
    /* width: 46.5%;*/
    width: 100%; }

  .user_head .navbar-collapse {
    /*after login header*/ }
    .user_head .navbar-collapse .login-profile-sec li {
      margin-right: 11px; }

  .user_head .navbar-collapse .login-profile-sec li.lostapet {
    /*margin-right: 50px;*/ }

  /*pet profile css*/
  .pet-details-sec .pet-profile-add-sec .pet-profile-add {
    width: 47%;
    margin-right: 38px;
    margin-bottom: 38px; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer {
      text-align: left; }
      .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a {
        font-size: 14px; }

  .recall-sec a {
    width: 25%; }
  .recall-sec marquee {
    width: 75%; }

  .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner {
    /*  top: 94px;*/ }

  .owner-profile-details .custom-radiobox label.mr-4 {
    margin-right: 0 !important; }
  .owner-profile-details .custom-radiobox label.ml-3 {
    margin-left: 6px !important; }

  /*fount a pet*/
  .found-pet-search .search-sec .pet-id input[type="text"] {
    width: 310px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0px 15px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      padding: 30px 0px 15px 0px; }

  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .pet-bday-sec {
    width: 63%; }

  .spayed-label-sec .spayed-label {
    margin-right: 25px; }

  .banner-sec .owl-stage-outer img {
    /*  min-height: 460px;*/ }

  .personal-details-sec img {
    max-width: 110px;
    min-width: 110px;
    max-height: 110px;
    min-height: 110px; }

  .purchase-sec .footer_title {
    font-size: 20px; } }
@media only screen and (max-width: 1023px) {
  .additional-benefits .videodiv video {
    object-fit: contain;
    object-position: center; }
  .additional-benefits .addt_benefits_list {
    margin-top: 20px; }
    .additional-benefits .addt_benefits_list .list_innner {
      padding: 20px; }
      .additional-benefits .addt_benefits_list .list_innner h3 {
        font-size: 20px;
        padding: 20px; }
      .additional-benefits .addt_benefits_list .list_innner ul li {
        font-size: 14px;
        line-height: 24px; }
  .additional-benefits .btm_benefit_wrap {
    margin-top: 65px; }
    .additional-benefits .btm_benefit_wrap .signUpBlock h2 {
      padding: 20px;
      font-size: 18px; }
    .additional-benefits .btm_benefit_wrap .signUpBtn a {
      padding: 20px;
      font-size: 14px; }

  .dog-sec .btn-sec .col-md-3 {
    padding-left: 5px;
    padding-right: 5px; }
    .dog-sec .btn-sec .col-md-3 a {
      letter-spacing: -1px;
      font-size: 16px; }

  .hiw_protection-right h2 {
    font-size: 26px; }

  .banner-sec .banner-txt p {
    font-size: 20px; }

  .dog_img_content .dog_content {
    padding-top: 50px; }
    .dog_img_content .dog_content a {
      position: relative; }
  .dog_img_content h4.price {
    padding-bottom: 20px; }

  .firstdiv {
    height: 100px; }

  .exclusive-benefits img {
    max-width: 60px; }
  .exclusive-benefits p {
    font-size: 19px; }

  .owl-carousel .owl-item .discount img {
    max-width: 100px; }
  .owl-carousel .owl-item .search-sec img {
    padding-top: 5px; }

  .banner-sec #banner-slider {
    /*height:280px;*/
    min-height: unset; }
  .banner-sec .banner-txt-right h1 {
    padding-top: 20px; }
  .banner-sec .banner-txt-right h3 {
    font-size: 35px; }
  .banner-sec .search-sec .pet-id input[type="text"] {
    text-align: left;
    padding: 5px; }

  .header-login {
    margin-top: 10px; }

  .seconddiv {
    background-size: contain;
    margin-top: 25px;
    padding: 60px 0; }

  .hiw_banner .hiw_bannerInfo {
    top: 55px;
    max-width: 270px; }

  .login-container .custom-checkbox {
    padding-left: 29px; } }
.pet-details-sec .pet-media-sec .profile-view-right-video .primary-btn span:hover {
  background-color: #000; }

@media only screen and (max-width: 991px) {
  .hiw_protection h1 {
    padding-left: 15px; }

  .seconddiv {
    margin-top: 0; }

  .dog_img_content .dog_content h4.price {
    padding-bottom: 10px; }

  .banner-sec #banner-slider {
    /*height: 270px;*/
    /*.banner-img {
        .banner-content {
            max-width:300px;
            position:relative;
            margin:0 auto;
           justify-content: center;
           left: 0px;
           top:-20px;
        }
    }*/ }
  .banner-sec .banner-txt-right h1 {
    padding-top: 10px; }
  .banner-sec .banner-txt p {
    padding-top: 0; }

  .purchase-sec a {
    font-size: 12px;
    width: 100px; }
  .purchase-sec ul {
    margin-bottom: 7px; }
  .purchase-sec .footer_txt_left {
    margin-left: -25px; }
  .purchase-sec .middle_sec {
    margin-top: 3px;
    max-width: 260px; }
  .purchase-sec .middle_sec .bottom_sec {
    padding-top: 7px;
    margin-bottom: 10px; }
  .purchase-sec .footer_title {
    padding-left: 0;
    font-size: 12px; }
  .purchase-sec ul li {
   /* margin-top:15px;
margin-bottom: 10px;*/
    font-size: 14px;
    line-height: 20px; }
  .purchase-sec .right_section {
    padding-left: 30px; }
  .purchase-sec .footer_txt_left {
    padding-right: 20px; }

  .dog-sec .dog-sec-inner li {
    background-size: 20px; }
  .dog-sec .dog-sec-inner .how_it_works {
    padding: 5px; }

  /* image Preview Width*/
  .imagePreviewWidth {
    height: auto;
    width: auto; }

  /*activeBand login*/
  .reg_member {
    margin-left: 0; }

  .loginImg {
    display: none; }

  .activeBand {
    margin-top: 10px; }

  .user_head .navbar-collapse .login-profile-sec li.lostapet {
    margin-right: 0; }

  .header-login {
    margin-top: 10px; }

  .user_head .navbar-collapse .login-profile-sec li a.nav-link {
    text-align: left; }
  .user_head .navbar-collapse .login-profile-sec li.user_profile {
    margin-bottom: 20px; }
  .user_head .navbar-collapse .login-profile-sec li:last-child {
    border-left: none;
    padding-left: 0;
    margin-top: 13px; }
  .user_head .navbar-collapse .login-profile-sec .profile-sub-sec li:last-child {
    margin-top: 0; }

  /*.form-group {
      margin-bottom: 30px;
  }*/
  .login-container .login-sec .btn-medium {
    margin-right: 0; }

  .video_page {
    padding: 75px 0; }
    .video_page iframe {
      height: 400px;
      padding: 0; }

  .login-container.signup-inner .pet_details_sec h2 {
    font-size: 30px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0px 15px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content h5 {
      font-size: 12px;
      width: 36%;
      line-height: 24px;
      text-align: left;
      text-shadow: 0px 0px 0px #000; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content span {
      font-size: 12px;
      width: 50%;
      text-align: left;
      padding-left: 5px;
      text-indent: -7px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      padding: 30px 10px 10px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dog-sec .dog-sec-inner .how_it_works_img {
    height: 37px;
    margin-left: -44px; }
  .dog-sec .dog-sec-inner a {
    padding: 10px 0; }

  .dog-sec .dog-sec-inner .footer_txt {
    margin-left: -50px; }

  .banner-sec .banner-txt-right {
    padding-left: 30px; }
    .banner-sec .banner-txt-right h1 {
      font-size: 18px; }
    .banner-sec .banner-txt-right h3 {
      font-size: 20px;
      padding-right: 0;
      line-height: 25px; }
    .banner-sec .banner-txt-right h4 {
      font-size: 20px; }
    .banner-sec .banner-txt-right .banner_dog {
      margin-top: 5px; }

  .hiw_mobile_blk h3 img, .hiw_video_blk h3 img {
    height: 20px; }

  .banner-sec .banner-txt .search-sec .pet-id .find-pet-banner {
    font-size: 16px;
    min-width: 49px;
    height: 49px; }

  .nopadding-howitworks {
    padding: 0; }

  .how_it_works_head img {
    width: 150px;
    padding-right: 50px; }

  .dog-sec .dog-sec-inner li {
    font-size: 11px;
    padding-left: 30px;
    margin-top: 2px; }

  .purchase-sec {
    /* a{
        width:160px;
        padding:10px;
        margin-right:50px;
    }*/ }
    .purchase-sec .footer_mb {
      margin-bottom: 25px; }
    .purchase-sec .mt-45 {
      margin-top: 25px; }
    .purchase-sec h3 {
      font-size: 14px;
      font-weight: 700; }
    .purchase-sec h2 {
      color: #fff;
      font-size: 12px; }

  .purchase-sec {
    padding-top: 10px; }

  .banner-sec .owl-stage-outer img {
    /*  min-height: 460px;*/ }

  .btn-medium {
    min-width: 140px; }

  .banner-sec .banner-txt {
    width: 347px; }
    .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
      width: 160px; }
    .banner-sec .banner-txt h1 {
      font-size: 22px; }

  .dog-sec .dog-sec-inner {
    margin-right: 31px; }

  .purchase-sec p {
    padding: 0 5% 3% 5%; }

  /*auth css*/
  .login-container {
    /*  .pet-type-other, .pet-type-breed, .pet-type-owner, .pet-type-gender{
          width: 45.2%;
     } */ }
    .login-container .login-sec {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%; }

  /*pet profile css*/
  .pet-details-sec .pet-media-sec .profile-view-right-video a.primary-btn {
    font-size: 13px;
    padding: 16px 0; }
  .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner {
    /*    top: 107px;*/
    width: 120px;
    left: 50px;
    font-size: 12px;
    padding: 5px; }
  .pet-details-sec .pet-media-sec .profile-view-right img {
    min-height: 240px; }
  .pet-details-sec .pet-profile-add-sec .pet-profile-add {
    width: 46%;
    margin-right: 38px;
    margin-bottom: 38px;
    min-height: 310px; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer {
      text-align: left;
      padding: 10px 5px; }
      .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li {
        padding: 0 10px 0 10px; }
        .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a {
          font-size: 12px; }

  .recall-sec a {
    width: 30%; }
  .recall-sec marquee {
    width: 70%; }

  .profile-prev-block .upload-label {
    width: 140px;
    font-size: 14px; }

  .form-control {
    font-size: 12px; }

  .owner-profile-details .custom-radiobox label.mr-4 {
    margin-right: 0 !important; }
  .owner-profile-details .custom-radiobox label.ml-3 {
    margin-left: 3px !important; }

  .pet-bday-sec {
    width: 61%;
    margin-right: 6px; }

  .pet-age-sec {
    width: 35%;
    margin-right: 0; }

  /*fount a pet*/
  .found-pet-search .search-sec .pet-id input[type="text"] {
    width: 160px; }
  .found-pet-search .search-sec .pet-id .find-pet-banner {
    font-size: 13px;
    min-width: 100px; }

  .found-a-pet-inner {
    align-items: flex-end;
    margin-top: 15px; }

  .lost-pet-details-form .padding-right-25 {
    padding-right: 14px; }

  .profile-prev-block .lost-pet-checkbox .custom-check-label:before {
    top: 0; }
  .profile-prev-block .lost-pet-checkbox .custom-control-input:checked ~ .custom-check-label:after {
    top: 2px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      padding: 30px 0px 15px 0px; }

  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .profile-inner button {
    font-size: 14px; }

  .padding-right-75 {
    padding-right: 35px; }

  .spayed-label-sec .spayed-label {
    margin-right: 1px; }

  .toast-message .message-inner h5 {
    padding: 9px 20px; }

  .personal-details-sec img {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px; }

  .create-poster-sec .create-poster-inner .lost-pet-content img {
    max-width: 100%;
    margin: auto;
    max-height: 100%; }

  .pet-allergy-sec .custom-checkbox {
    margin-bottom: 15px; }

  .footer-top .follow-us {
    padding-right: 10%; }

  .lost-pet-content {
    background-color: #0093dd; }
    .lost-pet-content h4 {
      margin-bottom: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .footer_title {
    display: none; }

  .banner-sec #banner-slider .owl-stage {
    padding: 20px 0 !important; }
  .banner-sec #banner-slider .banner-img .banner-content {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    left: 0px;
    top: 0px;
    flex-direction: column;
    row-gap: 20px; }

  .additional-benefits .container > h2 {
    margin-bottom: 20px;
    font-size: 20px; }
  .additional-benefits .btm_benefit_wrap {
    margin-top: 80px; }
    .additional-benefits .btm_benefit_wrap .signUpBlock {
      margin-bottom: 20px;
      text-align: center; }

  .owner_bday input {
    padding-left: 5px; }

  .howIt_top_lft ul.parentList > li img {
    height: 12px; }

  .hiw_mobile_blk h3 img, .hiw_video_blk h3 img {
    height: 15px;
    margin: 0 2px; }

  .hiw_purchse {
    display: none; }

  .special_needs {
    margin-top: 14px; }

  .imgFull {
    width: 100%; }

  .how_it_works_head {
    max-width: 100%; }

  .dog-sec .dog-sec-inner .how_it_works_img {
    padding-right: 280px; }

  .purchase-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none; }
    .purchase-sec .footer_txt_left {
      margin-left: -22px; }

  /*    .notify-inner-single{
          padding-left:0px;
        }
        .pet-profile-user .notify-inner-single .privacy-tooltip {
          padding-right:5px;
          }
       .pet-profile-user .profile-inner p {
          padding-top:5px;
          font-size:14px;
          margin-bottom:15px;
       }*/
  .pet-profile-user .notify-inner-single label {
    padding-right: 10px;
    font-size: 12px; }

  .pet-profile-user .notify-inner {
    float: left;
    padding-left: 25px;
    padding-right: 0; }

  /*Active Band Login*/
  .activeBand .custom-input, .activeBand .custom-select {
    max-width: 300px; }

  .padding-left-60 {
    padding-left: 36px; }

  .logincontent input {
    max-width: 300px; }

  .logincontent .ml-10px {
    margin-left: 23px; }

  .logincontent .padding-left-25 {
    padding-left: 10px; }

  .padding-right-40 {
    padding-right: 15px; }

  .padding-left-15 {
    padding-left: 33px; }

  .loginImg {
    display: none; }

  .loginheading {
    font-size: 24px; }

  .reg_member {
    margin-top: 10px; }

  .reg_member .bg-white {
    padding-left: 15px;
    padding-right: 15px; }

  /*Confirm Delete Option*/
  .deleteConfirm .btn-back {
    margin-left: 0px; }

  .deleteConfirm .confirm_Content {
    margin-left: 0px;
    font-size: 16px; }

  .deleteConfirm .modal_content {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px; }

  .deleteConfirm .modal_note {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px; }

  .tooltip .tooltip-inner {
    max-width: 200px; }

  .banner-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .banner-txt h1 {
      text-align: center; }

  .banner-sec .banner-txt .search-sec {
    padding-right: 20px; }
    .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
      width: 100%; }

  .banner-sec .center-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100px;
    padding-left: 15px;
    text-align: center; }

  .banner-txt-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none; }

  .banner-sec .banner-txt h1 {
    padding-top: 0;
    padding: 0px 20px; }

  .personal-details-sec .padding-left-25 {
    padding-left: 0px; }
  .personal-details-sec .padding-left-40 {
    padding-left: 15px; }

  .pet-age-sec {
    width: 30%; }

  .profile-prev-block .upload-label {
    font-size: 16px; }

  .top-mail .top-mail-inner {
    text-align: center; }

  label {
    font-size: 12px; }

  .user_head.fixed-bdr {
    position: relative; }

  /*pet profile page css*/
  .pet-details-sec .pet-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .pet-details-sec .pet-sec .profile-inner-header .col-2, .pet-details-sec .pet-sec .profile-inner-header .col-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .pet-details-sec .pet-sec .personal-form {
      margin-top: 20px; }
      .pet-details-sec .pet-sec .personal-form .form-group.mb-0 {
        margin-bottom: 20px !important; }
      .pet-details-sec .pet-sec .personal-form .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
  .pet-details-sec .pet-profile-add-sec .pet-profile-add {
    width: 100%;
    margin-right: 0; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add:nth-last-child(2), .pet-details-sec .pet-profile-add-sec .pet-profile-add:last-child {
      margin-bottom: 34px; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a {
      font-size: 14px; }
  .pet-details-sec .pet-media-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .pet-details-sec .pet-media-sec .profile-view-right .profile-view-inner {
      width: 168px; }
    .pet-details-sec .pet-media-sec .profile-view-right img {
      width: 100%; }

  .pet-owner-profile-sec .profile-inner-header .owner-profile, .pet-owner-profile-sec .profile-inner-header .owner-profile-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pet-owner-profile-sec .profile-inner-header .owner-profile-details {
    margin-top: 20px; }

  .pet-owner-profile-sec .add-more {
    margin-top: 4px; }

  .form-footer-sec input {
    font-size: 16px; }
  .form-footer-sec button span {
    font-size: 16px; }

  .btn-medium {
    min-width: 130px;
    margin-right: 15px; }

  /*fount a pet*/
  .lost-pet-sec .profile-inner-header .col-4, .lost-pet-sec .profile-inner-header .col-8, .lost-pet-sec .profile-inner-header .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-bottom: 30px; }

  .found-pet-sec .profile-inner-header .col-3, .found-pet-sec .profile-inner-header .col-7, .found-pet-sec .profile-inner-header .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-bottom: 30px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id input[type="text"] {
    width: 100px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id .find-pet-banner {
    font-size: 14px;
    min-width: 120px;
    height: 49px; }

  .lost-pet-owner-form .owner-profile-details .form-group {
    margin-bottom: 10px; }
  .lost-pet-owner-form .owner-profile-details .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .rewarded_amount label {
    font-size: 16px; }
  .create-poster-sec .create-poster-inner .rewarded_amount span {
    font-size: 25px; }

  div.error, .static_error {
    font-size: 11px; }

  .footer-top {
    padding: 0; }

  .profile-inner button {
    font-size: 14px; }

  .found-pet-sec .warning-sec h5 {
    font-size: 13px; }

  .video_page {
    padding: 40px 0; }
    .video_page iframe {
      height: 275px;
      padding: 0; }

  .pet-details-sec .pet-media-sec .profile-view-right-video .pet_video_img {
    margin-top: -41px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .login-container .signup-form .pet-type-other, .login-container .signup-form .pet-type-breed, .login-container .signup-form .pet-type-owner, .login-container .signup-form .pet-type-gender {
    width: 100%; }

  .found-pet-sec .profile-inner-header .search-sec .pet-id input[type="text"] {
    width: 150px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id .find-pet-banner {
    font-size: 14px;
    min-width: 120px;
    height: 49px; }

  .banner-sec .banner-txt {
    /*top: 16%;
    width: 487px;
    left: 81px;*/ }
    .banner-sec .banner-txt h1 {
      font-size: 30px; }

  .dog-sec {
    padding: 45px 0; }
    .dog-sec .dog-sec-inner {
      width: 99%;
      margin-bottom: 30px;
      margin-right: 0; }

  .purchase-sec {
    min-height: 273px; }
    .purchase-sec p {
      font-size: 15px;
      line-height: 30px;
      padding: 0 0 3% 0; }

  .footer-top .quick-links, .footer-top .follow-us, .footer-top .contact-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /*auth css*/
  .login-container.signup-inner .login-sec .signin-heading {
    padding: 25px 45px; }
  .login-container .pwd_forgot p {
    font-size: 12px;
    color: #3d464d; }
    .login-container .pwd_forgot p a {
      color: #0093dd; }
  .login-container .login-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .login-container .login-sec .signin-heading {
      padding: 25px 20px; }
    .login-container .login-sec .pet-type-other, .login-container .login-sec .pet-type-breed, .login-container .login-sec .pet-type-owner, .login-container .login-sec .pet-type-gender {
      width: 100%; }

  .recall-sec a {
    width: 40%; }
  .recall-sec marquee {
    width: 60%;
    padding-top: 6px; }

  .pet-bday-sec {
    width: 61%; }
    .pet-bday-sec input {
      font-size: 11px;
      height: 36px; }

  .pet-age-sec input {
    font-size: 11px;
    height: 36px; }

  .owner-profile-details .custom-radiobox label.mr-4 {
    margin-right: 0 !important; }
  .owner-profile-details .custom-radiobox label.ml-3 {
    margin-left: 3px !important; }

  .lost-pet-details-form label {
    margin-bottom: 6px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0px 15px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      padding: 30px 0px 15px 0px; }

  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #contactuscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(0.59);
    -webkit-transform: scale(0.59);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .recapcha .static_error {
    margin-top: -14px; }

  .recall-sec p {
    padding-top: 21px; }

  .padding-right-75 {
    padding-right: 30px; }

  .spayed-label-sec .spayed-label {
    margin-right: 7px; }

  .edit-pet-form .form-footer-sec input {
    font-size: 12px;
    min-width: 90px;
    margin-right: 10px; }
  .edit-pet-form .form-footer-sec button {
    display: inline-flex;
    justify-content: space-around;
    align-items: center; }
    .edit-pet-form .form-footer-sec button span {
      font-size: 12px; }

  .found-pet-search {
    margin-left: 0; }
    .found-pet-search .search-sec {
      margin: 0 auto;
      display: block;
      width: 63%; }

  .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec {
    left: 0; }

  .padding-right-25 {
    padding-right: 20px; }

  .padding-left-25 {
    padding-left: 20px; }

  .pet-allergy-sec .custom-checkbox {
    width: 33%; }
  .pet-allergy-sec label.custom-check-label {
    word-break: break-word; }

  .create-poster-sec .create-poster-inner .lost-pet-content img {
    max-width: 100%;
    margin: auto;
    max-height: 100%; }

  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+1) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+2) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+3) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+4) {
    width: 50%;
    padding-right: 15px; } }
.signup-form-bottom p {
  color: #3d464d; }

.resImg2 {
  display: none; }

.resImg1 {
  display: block; }

@media only screen and (max-width: 480px) {
  .hiw_signup {
    padding: 20px 0; }

  .resImg2 {
    display: block;
    margin-bottom: 10px; }

  .resImg1 {
    display: none; }

  .banner-sec #banner-slider {
    /*min-height:300px;*/ }
  .banner-sec .banner-txt p {
    font-size: 20px; }

  .exclusive-benefits p {
    padding-bottom: 20px;
    font-size: 19px; }

  .dog_img_content {
    padding-bottom: 30px; }
    .dog_img_content .dog_content {
      padding-top: 25px; }
      .dog_img_content .dog_content h2 {
        font-size: 24px;
        padding-top: 10px; }
      .dog_img_content .dog_content p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px; }
      .dog_img_content .dog_content ul li {
        font-size: 18px; }
      .dog_img_content .dog_content h4.price {
        padding-bottom: 20px; }
      .dog_img_content .dog_content img {
        padding-top: 15px; }
      .dog_img_content .dog_content a img {
        padding: 0; }

  .seconddiv {
    padding: 30px 0;
    margin-top: 20px; }

  .firstdiv {
    height: 30px; }

  .dog-sec .btn-sec .col-md-3 {
    margin-top: 10px; }

  .hiw_signup h1 {
    padding-left: 0; }

  .hiw_protection .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .hiw_protection .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pl-pr-45 {
    padding: 0 45px; }

  .hiw_protection-right {
    padding-left: 0px; }

  .hiw_protection h1 {
    padding-left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 24px; }

  .hiw_protection-right h2 {
    padding-bottom: 5px;
    padding-top: 20px; }

  .hiw_protection {
    background: linear-gradient(to left, #fff 0%, #fff 100%, #be2230 50%, #be2230 100%); }

  .pet-details-sec .pet-media-sec .profile-view-right-video .pet_video_img {
    margin-top: -41px; }

  .hiw_banner span.hiw_smartlink_lg img {
    padding-right: 5px;
    margin-right: 5px; }

  .hiw_banner .hiw_bannerInfo {
    top: 25px;
    max-width: 150px; }

  .banner-sec #banner-slider {
    padding: 40px 6px 50px 6px; }

  .user_head .navbar-brand img {
    width: 120px; }

  .btn-medium {
    min-width: 120px; }

  .banner-sec .owl-nav i {
    padding: 5px;
    font-size: 13px; }
  .banner-sec .banner-txt {
    padding: 0 36px;
    /*width: 260px;
    top: 21%;
    left: 55px;*/ }
    .banner-sec .banner-txt .search-sec .pet-id:before {
      height: 24px;
      background-color: #d9d9d9;
      top: 6px;
      left: 37px; }
    .banner-sec .banner-txt .search-sec .pet-id .icon-search {
      padding: 10px;
      font-size: 15px;
      height: 34px; }
    .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
      min-width: 110px;
      width: 100%;
      height: 34px; }
      .banner-sec .banner-txt .search-sec .pet-id input[type="text"]::placeholder {
        font-size: 15px;
        letter-spacing: -2px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
        font-family: "Roboto";
        opacity: 1; }
    .banner-sec .banner-txt .search-sec .pet-id .find-pet-banner {
      font-size: 15px;
      padding: 8px 0px; }
    .banner-sec .banner-txt h1 {
      font-size: 18px;
      text-align: left;
      padding: 0; }

  .dog-sec {
    padding: 45px 0;
    padding-bottom: 0; }
    .dog-sec .dog-sec-inner {
      width: 100%;
      margin-bottom: 30px;
      margin-right: 0; }
      .dog-sec .dog-sec-inner a {
        padding: 10px 0;
        font-size: 20px; }
      .dog-sec .dog-sec-inner .how_it_works_img {
        padding-right: 140px;
        height: auto; }
      .dog-sec .dog-sec-inner .how_it_works {
        padding: 10px 40px 0px 15px; }
      .dog-sec .dog-sec-inner li {
        font-size: 14px;
        padding: 3px 0px;
        font-weight: 400;
        padding-left: 35px;
        margin-top: 5px;
        background-size: auto; }
      .dog-sec .dog-sec-inner ul {
        margin-bottom: 25px; }

  .purchase-sec {
    min-height: 273px;
    padding-top: 47px; }
    .purchase-sec p {
      font-size: 14px;
      line-height: 28px;
      padding: 0 0 3% 0; }

  .footer-top .quick-links, .footer-top .follow-us, .footer-top .contact-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }
  .footer-top h5 {
    margin-bottom: 10px; }

  /*Auth css*/
  .login-container.signup-inner .login-sec .signin-heading {
    padding: 25px 30px; }
  .login-container .pwd_forgot p {
    font-size: 12px; }
  .login-container .form-group.mb-0 {
    margin-bottom: 15px !important; }
  .login-container .login-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
    .login-container .login-sec .signin-heading {
      padding: 17px 15px; }
      .login-container .login-sec .signin-heading h2 {
        font-size: 30px; }
    .login-container .login-sec .deselected_pet.pet-type-other {
      display: none; }
    .login-container .login-sec .pet-type-other, .login-container .login-sec .pet-type-breed, .login-container .login-sec .pet-type-owner, .login-container .login-sec .pet-type-gender {
      display: block;
      float: none;
      width: 100%; }
      .login-container .login-sec .pet-type-other input, .login-container .login-sec .pet-type-other select, .login-container .login-sec .pet-type-other .dob-txt, .login-container .login-sec .pet-type-breed input, .login-container .login-sec .pet-type-breed select, .login-container .login-sec .pet-type-breed .dob-txt, .login-container .login-sec .pet-type-owner input, .login-container .login-sec .pet-type-owner select, .login-container .login-sec .pet-type-owner .dob-txt, .login-container .login-sec .pet-type-gender input, .login-container .login-sec .pet-type-gender select, .login-container .login-sec .pet-type-gender .dob-txt {
        width: 100%;
        display: block; }
      .login-container .login-sec .pet-type-other input[type="radio"], .login-container .login-sec .pet-type-breed input[type="radio"], .login-container .login-sec .pet-type-owner input[type="radio"], .login-container .login-sec .pet-type-gender input[type="radio"] {
        width: 50%; }
    .login-container .login-sec .selected_pet.pet-type-breed, .login-container .login-sec .selected_pet.pet-type-gender {
      margin-left: 0; }
    .login-container .login-sec .selected_pet.pet-type-other, .login-container .login-sec .selected_pet.pet-type-owner {
      margin-right: 0; }
    .login-container .login-sec .deselected_pet.pet-type-owner {
      margin-left: 0; }
    .login-container .login-sec .deselected_pet.pet-type-breed {
      margin-right: 0; }
    .login-container .login-sec .col-5, .login-container .login-sec .col-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .login-container .login-sec .col-5.pl-0, .login-container .login-sec .col-10.pl-0 {
        padding-left: 15px !important; }
      .login-container .login-sec .col-5.padding-right-25, .login-container .login-sec .col-10.padding-right-25 {
        padding-right: 15px; }
      .login-container .login-sec .col-5.padding-left-25, .login-container .login-sec .col-10.padding-left-25 {
        padding-left: 15px; }
      .login-container .login-sec .col-5.pr-0, .login-container .login-sec .col-10.pr-0 {
        padding-right: 15px !important; }
  .login-container .custom-check-label:before {
    left: 15px; }
  .login-container .row.mt-4 {
    margin-top: 10px !important; }
  .login-container .row.mb-4 {
    margin-bottom: 10px !important; }

  .form-group {
    margin-bottom: 20px; }

  .custom-check-label:before {
    left: 25px; }

  /*pet profile page css*/
  .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li a {
    font-size: 14px; }

  .recall-sec a {
    width: 100%; }
  .recall-sec marquee {
    width: 100%;
    padding: 13px 15px; }

  .profile-inner button {
    font-size: 12px; }

  .pet-owner-profile-sec .profile-inner-header .owner-profile-details .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .form-footer-sec input {
    margin-bottom: 20px; }
  .form-footer-sec .btn-medium {
    width: 50%;
    margin: 10px auto;
    display: block; }
    .form-footer-sec .btn-medium:last-child {
      margin-right: auto; }

  /*lost a pet sec*/
  .lost-a-pet-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .lost-a-pet-sec .col-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

  .lost-a-pet-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .recall-sec .col-2, .recall-sec .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .edit-pet-form .form-footer-sec .btn-medium, .lost-pet-owner-form .form-footer-sec .btn-medium, .create-poster-sec .form-footer-sec .btn-medium {
    width: 50%;
    margin: 10px auto;
    display: block; }
    .edit-pet-form .form-footer-sec .btn-medium:last-child, .lost-pet-owner-form .form-footer-sec .btn-medium:last-child, .create-poster-sec .form-footer-sec .btn-medium:last-child {
      margin-right: auto; }
  .edit-pet-form .form-footer-sec button, .lost-pet-owner-form .form-footer-sec button, .create-poster-sec .form-footer-sec button {
    display: inline-flex !important;
    justify-content: center;
    column-gap: 10px;
    min-width: 150px;
    align-items: center; }
    .edit-pet-form .form-footer-sec button span, .lost-pet-owner-form .form-footer-sec button span, .create-poster-sec .form-footer-sec button span {
      font-size: 16px; }
      .edit-pet-form .form-footer-sec button span.social-icon, .lost-pet-owner-form .form-footer-sec button span.social-icon, .create-poster-sec .form-footer-sec button span.social-icon {
        display: flex;
        column-gap: 10px; }

  .lost-pet-details-form label {
    margin-bottom: 7px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0px 15px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content h5 {
      font-size: 10px;
      width: 36%;
      line-height: 15px;
      text-align: left;
      text-shadow: 0px 0px 0px #000; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content span {
      font-size: 10px;
      line-height: 15px;
      width: 50%;
      text-align: left;
      text-indent: -7px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content .special_needs {
      vertical-align: top;
      margin-top: 14px; }
    .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
      padding: 25px 0px 10px 0px; }

  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .recapcha .dob-txt {
    margin-top: 10px; }

  .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li {
    padding: 0 15px 0 15px; }

  .padding-right-75 {
    padding-right: 0; }

  .spayed-label-sec .spayed-label {
    margin-right: 20px; }

  .pet-allergy-sec {
    padding-left: 15px; }

  .profile-inner-header .owner-profile-details .col-12.padding-left-25 {
    padding-left: 15px;
    padding-right: 15px; }

  .found-pet-search {
    margin-left: 0; }
    .found-pet-search .search-sec {
      margin: 0 auto;
      display: block;
      width: 92%; }

  .owner-profile-details .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .login-container .login-sec .custom-check-label:before {
    left: 15px; }
  .login-container .login-sec .custom-control-input:checked ~ .custom-check-label::after {
    left: 20px; }

  .login-container .login-sec .btn-medium {
    min-width: 180px;
    margin-right: 0; }

  .user_head .navbar-collapse .login-profile-sec .profile_pic .profile-sub-sec {
    left: 0; }

  .create-poster-sec .create-poster-inner .lost-pet-content img {
    max-width: 100%;
    margin: auto;
    max-height: 100%; }

  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+1) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+2) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+3) {
    width: 50%; }
  .pet-allergy-sec .form-group .custom-checkbox:nth-child(4n+4) {
    width: 50%;
    padding-right: 15px; } }
@media only screen and (max-width: 414px) {
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #contactuscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media only screen and (max-width: 411px) {
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #contactuscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media only screen and (max-width: 375px) {
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #contactuscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media only screen and (max-width: 360px) {
  .purchase-sec {
    min-height: 273px;
    padding-top: 30px; }

  .btn-medium {
    min-width: 90px; }

  .profile-inner button {
    min-width: 106px; }

  .banner-sec .owl-nav i {
    padding: 5px;
    font-size: 13px; }
  .banner-sec .banner-txt {
    /*width: 260px;
    top: 21%;
    left: 45px;*/ }
    .banner-sec .banner-txt .search-sec .pet-id:before {
      height: 24px;
      background-color: #d9d9d9;
      top: 6px;
      left: 37px; }
    .banner-sec .banner-txt .search-sec .pet-id .icon-search {
      padding: 10px;
      font-size: 15px;
      height: 34px; }
    .banner-sec .banner-txt .search-sec .pet-id input[type="text"] {
      min-width: 100px;
      width: 100%;
      height: 34px; }
    .banner-sec .banner-txt h1 {
      font-size: 15px; }

  .purchase-sec a {
    font-size: 15px; }

  .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer {
    text-align: left; }
    .pet-details-sec .pet-profile-add-sec .pet-profile-add .pet-profile-footer ul li {
      padding: 0 10px 0 10px; }

  .form-footer-sec .btn-medium {
    min-width: 75px; }

  .owner-profile-details .custom-radiobox label.mr-4 {
    margin-right: 0 !important; }
  .owner-profile-details .custom-radiobox label.ml-3 {
    margin-left: 3px !important; }

  .pet-allergy-sec .custom-checkbox {
    width: 50%; }

  .pet-bday-sec {
    width: 61%; }
    .pet-bday-sec input {
      font-size: 11px;
      height: 36px; }

  .pet-age-sec input {
    font-size: 11px;
    height: 36px; }

  #pet-owner-form .owner-profile-details .col-4, .lost-pet-owner-form .owner-profile-details .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /*fount a pet*/
  .found-pet-sec .profile-inner-header .found-pet-search {
    margin-left: 5px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id:before {
    height: 27px;
    top: 5px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id .icon-search {
    height: 38px;
    padding: 11px 9px 11px 10px;
    font-size: 16px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id input[type="text"] {
    width: 85px;
    height: 38px; }
  .found-pet-sec .profile-inner-header .search-sec .pet-id .find-pet-banner {
    font-size: 11px;
    min-width: 110px; }

  /*create poster css*/
  .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content h5 {
    font-size: 10px;
    width: 100%;
    line-height: 24px;
    text-align: center; }
  .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content span {
    font-size: 10px;
    width: 100%;
    text-align: center; }
  .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-content .special_needs {
    margin-top: 0px; }
  .create-poster-sec .create-poster-inner .reach-us-sec .reach-us-sec-inner {
    padding: 30px 15px 15px 15px; }

  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .recapcha .dob-txt {
    margin-top: 0; }

  .found-pet-sec .profile-inner-header .search-sec .pet-id .find-pet-banner {
    height: 38px; }

  .found-pet-search {
    margin-left: 0; }
    .found-pet-search .search-sec {
      width: 100%; }

  .create-poster-sec .create-poster-inner .lost-pet-content img {
    max-width: 100%;
    margin: auto;
    max-height: 100%; } }
@media only screen and (max-width: 359px) {
  /*captcha css*/
  .login-container #signupcaptcha > div, .login-container #activatecaptcha > div, .login-container #businesscaptcha > div, .login-container #contactuscaptcha > div, .login-container #feedbackcaptcha > div {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  #contactuscaptcha > div {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@page {
  margin: 0; }
@media print {
  footer {
    display: none;
    position: fixed;
    bottom: 0; }

  header {
    display: none;
    position: fixed;
    top: 0; } }
.pt-20 {
  padding-top: 20px !important; }

.pet_profile_avatar {
  border-radius: 50%;
  max-width: 120px;
  margin: 0 auto;
  max-height: 120px;
  min-height: 120px;
  box-shadow: 0 0 2px 0px #000;
  display: flex;
  padding-left: 10px; }
  .pet_profile_avatar #profile-pic-preview {
    max-width: 90px;
    min-width: 90px;
    border-radius: unset;
    min-height: 90px;
    margin: auto; }

.pet-details-sec .pet-profile-add-sec .pet-profile-add:not(:last-child) .pet_profile_avatar {
  border-radius: 50%;
  max-width: 120px;
  margin: 0 auto;
  max-height: 120px;
  min-height: 120px;
  box-shadow: 0 0 2px 0px #000;
  display: flex;
  padding-left: 10px; }
  .pet-details-sec .pet-profile-add-sec .pet-profile-add:not(:last-child) .pet_profile_avatar img {
    max-width: 90px;
    min-width: 90px;
    border-radius: unset;
    min-height: 90px;
    margin: auto; }

#shareContainer {
  text-align: center;
  margin: 0 auto; }
  #shareContainer .social-share {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 0px; }
    #shareContainer .social-share a {
      display: flex;
      align-items: center;
      gap: 4px;
      border-radius: 6px;
      font-weight: 400;
      color: white;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 20px;
      text-decoration: none;
      transition: background-color 0.3s ease; }
      #shareContainer .social-share a svg {
        width: 20px;
        height: 20px;
        fill: currentColor; }
      #shareContainer .social-share a.facebook-share {
        background-color: #2d5bfa; }
        #shareContainer .social-share a.facebook-share:hover {
          background-color: #063aee; }
      #shareContainer .social-share a.x-share {
        background-color: #000000; }
        #shareContainer .social-share a.x-share:hover {
          background-color: #1a1a1a; }

#banner-slider .owl-item, #banner-slider .owl-wrapper, #banner-slider .owl-stage-outer, #banner-slider .owl-stage {
  -webkit-transform: none !important;
  -ms-transform: none !important; }

/*# sourceMappingURL=custom.css.map */
