/*-------------------------------------------------------------------------------
  1. Header
-------------------------------------------------------------------------------*/
.animo-gps .navbar-toggle{
  margin-top: 20px;
}


.animo-gps-modal .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}


.product-compare-close{

  padding-bottom: 50px;
}

/* 1.1 Navigation */
.animo-gps .navbar{
  position: initial;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:2px 0;
  margin:0;
  border:0;
  border-radius: 0;
  background-color: #e6eeeb;
}

.animo-gps .navbar-nav li {
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0px 20px;
}


/* 
.animo-gps .navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  padding: 0px 20px;
} */


/* Desktop Menu :active */
 
.animo-gps .navbar-nav > .animo-gps-desktop-left.active > a {
  color: rgb(255, 255, 255) !important;
  background-color: #9020FE !important;
}

.animo-gps .navbar-nav > .animo-gps-desktop-middle.active > a {
color: rgb(255, 255, 255) !important;
background-color: #f95 !important;
}

.animo-gps .navbar-nav > .animo-gps-desktop-right.active > a {
color: rgb(255, 255, 255) !important;
background-color: #5AC367 !important;
}

/* Desktop Menu :Hover */

#li-reassurance a:hover{
  color: rgb(255, 255, 255);
  background-color: #9020FE !important;
  border-radius: 20px;
  padding: 10px 30px;
}

#li-speede a:hover{
  color: rgb(255, 255, 255);
  background-color: #f95 !important;
  border-radius: 20px;
  padding: 10px 30px;
}

#li-wellbeing a:hover{
  color: rgb(255, 255, 255);
  background-color: #5AC367 !important;
  border-radius: 20px;
  padding: 10px 30px;
}


.animo-gps .navbar-nav li a:focus {
  text-decoration: none;
  background-color: #ffffff00;
}
 
.animo-gps-product-button-title-cart {
    font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin: 0px 5px 0px 5px;
}

.logo-text-style-cart {
    font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.btn-cart {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 4px;
  user-select: none;
}
.pop-cart{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.logo-text-style-cart-classic {
    font-family: 'Rubik', sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}

 

 .animo-gps-pop-product-button {
  background: #00badf;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  color: #ffffff !important;
  display: inline-block;
  margin: 1rem auto;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* transition: .3s ease-in-out all; */
  width: calc(100% - 10px);
}

/* .menu-hover-bg-color{
  background-color: #3f09ff !important;
}

.menu-hover-bg-colo:hover{
  background-color: #0e5c3e;
}
   */

.menu-speed-non-active {
  color: #263a43 !important;
  font-weight: 800;
  font-size: 18px;
}

.animo-gps .navbar-toggle{
  margin-top: 0px;
}

.navigation-margin {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 50px;
}

.animo-gps .navbar-nav{
  margin:0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}



.animo-gps .navbar-nav li a{
  color: #263a43;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 1.3s;
  padding: 10px 30px;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  white-space: nowrap;
  border-radius: 20px;
  padding: 10px 30px;
}



.btn-animo-gps::after{
    content: "";
    position: absolute;
    top: calc(var(--y, 0) * 1px - 50px);
    left: calc(var(--x, 0) * 1px - 50px);
    background: radial-gradient(white, #3984ff00 80%);
    opacity: 0;
    transition: opacity 0.2s;
  }
  
.btn-animo-gps:hover::after {
  opacity: 0.4;
}

.animo-gps .navbar-nav li ul{
  font-size: 14px;
}

.animo-gps .navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.animo-gps .navbar-nav li li:last-child{
  border-bottom: 0;
}

.animo-gps .navbar-nav li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.animo-gps .navbar-nav li li a .fa{
  margin-right: 10px;
}

.animo-gps .navbar-nav li:hover{
  z-index: 1;
}

.animo-gps a:link {
  color: #000000;
  font-weight: 800;
  font-size: 18px;
}

/* 1.2 Affix */

.animo-gps .navbar.affix{
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:10px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.animo-gps .navbar.affix .brand-img-white{
  display: none;
}

.animo-gps .navbar.affix .brand-img{
  display: inline-block;
} 

/* ////////////// Responsive ///// */

/* 2.2 Navigation */

/* .animo-gps-mobile ul.horizontal-list li {
  display: inline-block;
  cursor: pointer;
} */

.animo-gps-mobile .mobile-menu {
  width: 100%;
  float: left;
  display: flex;
  margin: 0;
}

/* .animo-gps-mobile .animo-gps-mobile-left{
  text-align: left;
  width: 33.33%;
  padding: 0px 0px 0px 3px;
} */

.animo-gps-mobile .animo-gps-mobile-middle{
  text-align: center;
  width: 33.33%;
  padding: 0px 10px 0px 0px;

}

.animo-gps-mobile .animo-gps-mobile-right{
    text-align: right;
    width: 33.33%;
    padding: 0px 3px 0px 0px;
}

.animo-gps-mobile .animo-gps-mobile-top-left{
  text-align: left;
  width: 50%;
  padding: 6px 0;
  margin-left: 28px;
}

.animo-gps-mobile .animo-gps-mobile-top-right{
  text-align: right;
  width: 50%;
  padding: 10px 0;
  margin-right: 28px;
}

.menu-speed-active {
  border-radius: 50px;
  background-color: #ff9954;
  color: #fff !important;
  font-weight: 800;
 font-size: 18px;
 padding: 5px 14px;
 white-space: nowrap
}

.menu-speed-non-active {
  color: #263a43 !important;
  font-weight: 800;
  font-size: 18px;
}

.animo-gps-mobile{
  position: fixed;
  top: 5px;
  width: 100%;
  background-color: #e6eeeb;
  z-index: 9999;
  left: 0;
}

.brand-img-white{
  display: inline-block;
  width: 150px;
}

 .mobile-menu-hide{
    display: none;
  }

 
.animo-gps .navbar-header {
  float: right;
}

/* .animo-gps a:hover, a:visited {
  color: #000000 !important;
} */

.animo-gps  a:active{
  color: #ffffff !important;
}

/* .animo-gps .navbar-nav > .active > a{
  background-color: #f95 !important;
  border-radius: 20px;
  padding: 10px 30px;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
} */

.animo-gps-logo{
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 50px;
}

/* .btn-animo-gps{
  -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #02a6b6;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    letter-spacing: 1px;
    float: right;
    padding: 8px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    white-space: nowrap;
    overflow: hidden;
 
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background-color: #02a6b6;

} */

.buy-now {
  border-radius: 7px;
  padding: 10px 0;
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.71px;
  text-align: center;
  color: #fff;
}


/* Choose your device Product Compire Start*/
.animo-gps-product-button-title {
  font-family: 'Rubik';
  font-size: 38px;
  /* margin: 40px 0 5px 0; */
  color: #000;
}

.animo-gps-product-compare-style2 {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e515f;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.compare-product-bg {
  background-color: #fff;
}

.compare-modal-title {
  font-family: 'Rubik';
  font-size: 56px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0px;
  text-align: center;
  color: #263a43;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.compare-product-pop .compare-product-margin {
  margin: 40px 0px;
}

.compire-buy-bts{
padding: 20px 26%;
}


.get-your-dog.section-body {
  margin-top: 5px;
  margin-right: 50px;
  text-align: left;
  margin-left: calc(10% + 65px);
}

.compare-column2 {
  margin-top: 0px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.media-left, .media>.pull-left {
  padding-right: 10px;
}

.animo-gps-product-compare-style2 {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e515f;
}

.compare-column2 {
  margin-top: 0px;
}

.compare-product-icon::before {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: "";
  background: url(https://media.surepetcare.com/website/animo-gps/v4/images/Global/tick-icon%403x.png) no-repeat 0 0;
  background-size: 24px 24px;
  margin-top: 2px;
}
.logo-new-tag-margin {
  padding: 0px 20px 0px 20px;
}

.logo-new-tag-margin::before {
  background: url(https://media.surepetcare.com/website/animo-gps/v4/images/Global/Animo-GPS-Logo@3x.png)no-repeat 0 0;
  width: 180px;
  height: 32px;
  z-index: 1;
  position: relative;
  top: 4px;
  /* margin-left: 10px; */
  display: inline-block;
  content: '';
  background-size: 180px 32px;
}

.logo-new-tag-rectangle {
  color: #263a43;
  background-color: #02a6b61a;
  border-radius: 5px;
  border: solid 1px #02a6b6;
}
.logo-new-tag {
  padding: 0px 10px;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
}

.learn-more {
  margin-top: 32PX;
  margin-left: 15px;
  width: 260px;
  height: 60px;
  padding: 19px 0 22px;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  background-color: #02a6b6;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.29px;
  text-align: center;
  color: #fff;
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
  width: auto;
}


.lear-more-logo-margin{
  margin: 20px auto 10px auto;
}

.lear-more-product-size{
  max-width: 250px;
}


.animo-gps-logo-tag {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}

.lear-more-animo-gps-logo{
  padding: 5px;
  padding-right: 15px;
}

.lear-more-animo-gps-tag{
  padding: 5px;
  padding-left: 15px;
}


.product-learn-more-description {
  font-family: 'Source Sans Pro';
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #3e515f;
  margin-left: 52px !important;
}

.product-learn-more .text-block-speed-left {
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
  padding: 5px 10% 0px 10%;
}

.product-learn-more .text-block-speed-left li {
  padding: 5px 10%;
  list-style: none;
  border-bottom: 0px solid #f0f0f0;
  text-align: left;
} 

.product-learn-more .text-block-speed-500 {
  color: #2b2e3a;
  font-family: 'Rubik';
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.14px;
}

.product-learn-more .text-block-speed-100 {
  margin-left: 52px !important;
  margin-top: 0px !important;
  margin: 24px 0 0 20px;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e515f;
}


.product-learn-more .learn-more-icon::before {
  display: inline-block;
  height: 32px;
  width: 32px;
  content: "";
  background: url(https://media.surepetcare.com/website/animo-gps/v4/images/Global/tick-icon%403x.png) no-repeat 0 0;
  background-size: 32px 32px;
  margin-right: 0;
  position: absolute;
  margin-top: 0px;
  margin-left: -60px;
}

.animo-gps-product-compare-BG {
  width: 100%;
  height: 160px;
  padding: 50px;
  background-color: #2b2e3a;
  vertical-align: middle;
}


.animo-gps-product-description-style1 {
  height: 75px;
  margin: 10px 20px;
  font-family: 'Rubik';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #3e515f;
  padding: 10px 0px 50px 10px;
  margin-bottom: 50px;
}

.compare-product-bg {
  background-color: #fff;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 55px;
  margin-bottom: 0px;
}


/* .container-compare {
  width: 90%;
  margin-top: 80px;
} */

.compare-product-bg {
  background-image: linear-gradient(to bottom, #f7fdfb, #f2f2f2 97%);
}

.animo-gps-modal .modal-title{
font-family: 'rubik';
font-size: 56px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: -2px;
text-align: center;
color: #263a43;
}

.animo-gps-modal .modal-header {
  padding: 0px 0px 100px 0px;
  border-bottom: 0px solid #e5e5e5;
  min-height: 10px;
  text-align: center;
}

/* .container-compare {
  margin-top: 80px;
} */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  /* margin-top: 120px; */
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
}


/* .animo-gps-mobile .animo-gps-mobile-left {
  text-align: left;
  width: 33.33%;
  padding: 4px 0px 4px 28px;
} */



.animo-gps-mobile ul.horizontal-list li {
  display: inline-block;
  cursor: pointer;
}



.animo-gps-mobile .mobile-menu {
  width: 100%;
  float: left;
  display: flex;
  margin: 0;
}

.animo-gps-mobile .animo-gps-mobile-left{
  text-align: left;
  width: 33.33%;
  padding: 0px 0px 0px 14px;
}

.animo-gps-mobile .animo-gps-mobile-middle{
  text-align: center;
  width: 33.33%;
  padding: 0px;

}

.animo-gps-mobile .animo-gps-mobile-right{
    text-align: right;
    width: 33.33%;
    padding: 0px 20px 0px 0px;
}

/* Choose your device Product Compire End*/
.li-buy-now{
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 1.3s;
  white-space: nowrap;
  padding: 18px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #02a6b6;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.71px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}



.li-buy-now-margin{
  margin-top: 8px;
}

@media (max-width: 767px){
.navigation-margin {
    padding-top: 65px;
  }
}

@media (min-width: 1000px){
  .animo-gps .container {
      width: 100%;
  }
  }

@media (min-width: 767px){
  .animo-gps-mobile .mobile-menu {
  background-color: rgba(255, 0, 0, 0.021);
  }
}

@media (min-width: 767px) and (max-width: 1000px) {
  .animo-gps .container {
    width: 100%;
    margin-left: 0px;
}
  
.navigation-margin {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px;
}

.animo-gps .navbar-nav li a {
  padding: 10px 8px;
}
  
.animo-gps-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 5px;
}
  
.animo-gps .navbar-nav li {
  padding: 0px 10px;
}
}
  
  
@media (min-width: 320px) and (max-width: 767px){
  .desktop-menu-hide{
    display: none !important;
  }

  .mobile-menu-hide{
  display: block !important;
  }

  .animo-gps .navbar-header {
    float: unset;
margin-bottom: 10px;
}

.navigation-margin {
  padding-top: 65px;
  padding-bottom: 10px;
  margin-right: 0px;
}

.btn-animo-gps {
  padding: 0px;
}

.buy-now {
  border-radius: 4px;
  padding: 10px 30px;
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #02a6b6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}

.animo-gps-product-button {
  width: calc(100% + 0px);
  margin: 30px 0;
}

.product-button-text {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.animo-gps a:link {
  color: #000000;
  width: 140px;
  height: 30px;
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}

.animo-gps-modal .modal .modal-dialog .modal-content .modal-header button {
  float: right;
  background: transparent;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: 0;
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 120px;
}
.animo-gps-modal .modal-header {
  padding: 0px 50px 50px 50px;
  border-bottom: 0px solid #e5e5e5;
  min-height: 10px;
  text-align: center;
}

.animo-gps-modal .modal-title {
  font-family: 'Rubik';
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -1.25px;
  text-align: center;
  color: #263a43;
}


.modal-header .close {
  margin-top: 0px;
  font-size: 30px;
  color: #000000;
  border-radius: 10px;
  border: 10px;
}
.get-your-dog.section-body {
  margin-top: 5px;
  margin-right: 10px;
  text-align: left;
  margin-left: 10px;
}

.compire-buy-bts {
  padding: 50px 0px;
  width: 100%;
}

.compire-animo-product-img{

  width: 250px;
  height: auto;
}
.learn-more {
  margin-top: 32PX;
  margin-left: auto;
  width: auto;
  height: 60px;
 
}


#li-reassurance a:hover{
  color: rgb(255, 255, 255);
  background-color: #9020FE !important;
  border-radius: 20px;
  padding: 4px 10px 6px 10px;
}

#li-speede a:hover{
  color: rgb(255, 255, 255);
  background-color: #f95 !important;
  border-radius: 20px;
  padding: 4px 10px 6px 10px;
}

#li-wellbeing a:hover{
  color: rgb(255, 255, 255);
  background-color: #5AC367 !important;
  border-radius: 20px;
  padding: 4px 10px 6px 10px;
}

#li-speede a:active {
  background-color: #f95 !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #263a43;
}

}
  
@media (min-width: 970px) and (max-width: 1000px) {
.navigation-margin {
  padding-top: 65px;
}}

  

/*---------------------------------------------*/
/* Animo GPS  Full Responsive Layout Is Styling HEere */
/*-----------------------------------------------*/
@media only screen and (max-width: 1680px){
 
   
}
/*----------------*/
/*  Meduim Layout */
/*----------------*/
@media only screen and (max-width: 1445px){
   
 
 
 
}

@media only screen and (max-width: 1200px){
  
 
}

/*----------------*/
/* Tablet Layout */
/*----------------*/
@media only screen and (max-width: 1199px){
  
  
}

@media only screen and (max-width: 991px){
  
    
}   

@media only screen and (max-width: 767px){
   
    
}



/*----------------*/
/* Mobile Layout */
/*----------------*/
@media only screen and (max-width: 575px){

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}


.compare-product-pop .modal-header {
  padding: 0px 50px 30px 50px;
  border-bottom: 0px solid #e5e5e5;
  min-height: 10px;
  text-align: center;
}

.product-compare-close {
  padding-bottom: 16px;
  margin-top: -20px;
}


  .compare-product-pop .animo-gps-product-button-compare-title {
    font-family: 'Rubik';
    font-size: 38px;
    color: #000;
    margin-left: 0;
    margin-bottom: 24px;
  }


  .compare-product-pop .logo-new-tag {
    padding: 0px 10px;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5em;
}

.compare-product-pop .compare-product-margin {
  margin: 25px 25px;
}

.compare-product-pop .logo-new-tag-margin::before {
  background: url(https://media.surepetcare.com/website/animo-gps/v4/images/Global/Animo-GPS-Logo@3x.png)no-repeat 0 0;
  width: 180px;
  height: 45px;
  z-index: 1;
  position: relative;
  top: 4px;
  margin-left: 0;
  display: inline-block;
  content: '';
  background-size: 180px 32px;
}

.compare-product-pop.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 85%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.compare-product-pop .logo-new-tag-margin {
  padding: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 85%;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 120px;
}

  .animo-gps .mobile-menu > .animo-gps-mobile-left.active > a {
    color: rgb(255, 255, 255) !important;
    background-color: #9020FE !important;
    border-radius: 15px;
    padding: 4px 10px 6px 10px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
}

.animo-gps .mobile-menu > .animo-gps-mobile-middle.active > a {
  color: rgb(255, 255, 255) !important;
  background-color: #f95 !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}

.animo-gps .mobile-menu > .animo-gps-mobile-right.active > a {
  color: rgb(255, 255, 255) !important;
  background-color: #5AC367 !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}




  .animo-gps-mobile .animo-gps-mobile-left {
    text-align: left;
    width: 33.33%;
    padding: 0;
}


.animo-gps-mobile .animo-gps-mobile-right {
  text-align: right;
  width: 33.33%;
  padding: 0px 8px 0px 0px;
}

/* .animo-gps-product-nav a:hover, a:focus, a:active  {
  color: #ffffff !important;
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px;
}  */


#li-reassurance a{
  background-color: #9020fe00;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #263a43;
  white-space: nowrap;
}

#li-speede a{
background-color: #9020fe00;
border-radius: 13px;
padding: 3px 20px 6px 20px;
font-family: 'Source Sans Pro';
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 2;
letter-spacing: normal;
text-align: center;
color: #263a43;
white-space: nowrap;
}

#li-wellbeing a{
  background-color: #9020fe00;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #263a43;
  white-space: nowrap;
}


#li-reassurance a:hover{
  color: rgb(255, 255, 255);
  background-color: #9020FE !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
}

#li-speede a:hover{
  color: rgb(255, 255, 255);
  background-color: #f95 !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
}

#li-wellbeing a:hover{
  color: rgb(255, 255, 255);
  background-color: #5AC367 !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
}
   

#li-reassurance a:active {
  color: rgb(255, 255, 255)!important;
  background-color: #9020FE !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  white-space: nowrap;
}

#li-speed a:active {
  color: rgb(255, 255, 255);
  background-color: #f95 !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
}

#li-wellbeing a:active {
  color: rgb(255, 255, 255);
  background-color: #5AC367 !important;
  border-radius: 13px;
  padding: 3px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
}



/* 

#li-reassurance a:hover {
  color: rgb(255, 255, 255)!important;
  background-color: #9020FE !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
}

#li-reassurance a:hover {
  color: rgb(255, 255, 255);
  background-color: #f95 !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}

#li-reassurance a:hover {
  color: rgb(255, 255, 255);
  background-color: #5AC367 !important;
  border-radius: 15px;
  padding: 4px 10px 6px 10px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
} */




#li-speede a:hover{
  color: #ffffff;
  background-color: #ff9955 !important;
  border-radius: 20px;
  /* padding: 10px 30px; */
}

#li-wellbeing a:hover{
  color: #ffffff;
  background-color: #5ac366 !important;
  border-radius: 20px;
  /* padding: 10px 30px; */
}





}

@media only screen and (max-width: 320px) {
  
}


