@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Kaufmann Bd BT';
    src: url('../fonts/KaufmannBT-Bold.woff2') format('woff2'),
        url('../fonts/KaufmannBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
    outline: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
    outline: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1170px;}

/* **** Header **** */
.topbar{
    background: #0e9ffb;
    width: 100%;
    padding: 13px 0;
}
.topbar-cnt ul{
    display: flex;
    align-items: center;
}
.topbar-cnt ul li{
    margin-right: 15px;
}
.topbar-cnt ul li:last-child{margin: 0;}
.topbar-cnt ul li a{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: 'Roboto';
}
.topbar-cnt ul li a i{
    margin-right: 5px;
}
.helpline{
    #display: flex;
    align-items: center;
    justify-content: flex-end;
}
.helpline p{
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: 'Roboto';
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.helpline p img{
    margin-right: 10px;
}
.lang-bx{
    margin-left: 10px;
}
.lang-bx .form-control{
    padding: 0 35px 0 15px;
    height: auto;
    border-radius: 0;
    border: none;
    background:#0e9ffb;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    box-shadow: none;
    -webkit-appearance: none;
    background-image: url(../images/down-ar.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

header{
    position:relative;
    top: 0px;
    left: 0;
    background:#fff;
    right: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
} 
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
    display: none;
}
.navbar{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding: 0 0px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.in-header-bx{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.navbar .navbar-nav>li{
    margin-right:20px;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 25px 0px;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

ul.right-nav{margin-left: auto;display: flex;align-items: center;}
ul.right-nav li{
    margin-right:20px;
}
ul.right-nav li:last-child{margin: 0;}
ul.right-nav li a{
    padding: 25px 0px;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
ul.right-nav li .dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background:#0e9ffb;
    margin: 0;
}
ul.right-nav li .dropdown-menu li{
    margin: 0;
}
ul.right-nav li .dropdown-menu li a{
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
ul.right-nav li .dropdown-menu li a:hover{
    background: transparent;
    color: rgba(255,255,255,0.60);
}
.logobx{
    position: absolute;
    margin: 0 auto;    
    top: -50px;
    left: 50%;
    margin: auto;
    transform: translate(-50%,0);
}
.logobx img{
    padding: 25px 30px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    margin: 0 auto;
    width: 150px;
}

ul.right-nav li a.active,
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,ul.right-nav li a:hover,
.navbar .navbar-nav>li>a:hover{
    color: #0e9ffb;
}
.navbar .navbar-nav>li a.nav-link.active {
    color: #0e9ffb;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #0e9ffb;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #0e9ffb;
}
.navbar-toggler{
    background-color:#0e9ffb;
    border-radius:4px;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End Header **** */

/* **** Home Page **** */
.hero-slider-wrp{
    padding: 45px 0;
    width: 100%;
    background: #eaeaec;
}
.hero-slider-wrp .row{align-items: center;}
.slider-text h1{
    font-size: 75px;
    font-weight: bold;
    color: #0e9ffb;
    font-family: 'Poppins';
    margin: 0 0 15px;
    text-align: center;
    line-height: 85px;
}
.slider-text h2{
    font-size: 55px;
    font-weight: normal;
    color: #fc71b4;
    text-align: center;
    margin: 0 0 15px;
    font-family: 'Kaufmann Bd BT';
}
.slider-text a{
    margin: 0 auto;
    display: table;
}

.slider-img img{
    width: 80%;
    margin: 0 auto;
}
.hero-slider .slick-prev,
.hero-slider .slick-next{
    position: absolute;
    right:-100px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content:"\f104";   
    font-family: "Font Awesome 5 Pro"; 
    color: #fc71b4;
    font-weight:500;
    display: block;
    text-align: center;
    font-size:45px;
    transform: rotate(-180deg);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-slider .slick-prev {
    left:-100px;
    right: auto;
}
.hero-slider .slick-prev:before {
    content:"\f105";   
}
.hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover:before{
   color: #0e9ffb;
}

.abt-wrapper{
    padding: 130px 0;
    width: 100%;
    background: #fc71b4;
    position: relative;
}
.abt-wrapper .row{align-items: center;}
.abt-data{
    padding-right: 60px;
}
.abt-data h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
}
.abt-data p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 25px;
    text-align: justify;
    line-height: 26px;
    font-family: 'Roboto';
}
.abt-data .btn-main{
    margin: 35px 0 0;
}
.btn-main{
    font-size: 18px;
    font-weight: normal;
    color: #050505;
    padding: 10px 35px;
    border-radius: 0 30px 30px 30px;
    background: #fff;
    display: table;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #0e9ffb;
    color: #fff;
}

.category-wrp{
    padding: 60px 0;
    width: 100%;
}
.titlebar{
    margin: 0 auto 30px;
    display: table;
}
.titlebar h2{
    font-size: 40px;
    font-weight: 600;
    color: #0e9ffb;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin: 0;
}
.titlebar h2:after{
    position: absolute;
    content: '';
    width: 134px;
    height: 20px;
    background: url('../images/title-img.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.main-category-slider{
    margin: 0 0 80px;
}
.category-box img{
    width: 100%;
    height: auto;
  }
.sub-category-slider .slick-slide,
.main-category-slider .slick-slide {
    margin: 0 20px;
}
.sub-category-slider .slick-list,
.main-category-slider .slick-list {
    margin: 0 -20px;
}
.sub-category-slider .slick-prev,
.sub-category-slider .slick-next,
.main-category-slider .slick-prev,
.main-category-slider .slick-next{
    position: absolute;
    right:-60px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.sub-category-slider .slick-prev:before,
.sub-category-slider .slick-next:before,
.main-category-slider .slick-prev:before,
.main-category-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content:"\f061";   
    font-family: "Font Awesome 5 Pro"; 
    color: #333;
    font-weight:300;
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0,0.50);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.sub-category-slider .slick-prev,
.main-category-slider .slick-prev {
    left:-60px;
    right: auto;
}
.sub-category-slider .slick-prev:before,
.main-category-slider .slick-prev:before {
    content:"\f060";   
}
.sub-category-slider .slick-prev:hover:before,
.sub-category-slider .slick-next:hover:before,
.main-category-slider .slick-prev:hover:before,
.main-category-slider .slick-next:hover:before{
   color: #fff;
   background: #fc71b4;
}

.sub-category-slider .category-box img{
    margin: 0 0 15px;
}
.sub-category-slider .category-box h3{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.sub-category-slider .category-box:hover h3{
    color: #fc71b4;
}

.other-breads-wrp{
    width: 100%;
    position: relative;
    padding: 190px 0;
    background: url('../images/bread-back.png');
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
.other-breads-wrp .titlebar h2{color: #fff;}
.other-bread-bx{
    padding:50px 30px;
    background: #fff;
    border-radius: 15px;
}
.other-bread-bx img{
    margin: 0 auto 10px;
    width: 95px;
}
.other-bread-bx h3{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.other-bread-bx:hover h3{
    color: #fc71b4;
}
.other-bread-slider .slick-slide {
    margin: 0 15px;
}
.other-bread-slider .slick-list {
    margin: 0 -15px;
}
.other-bread-slider .slick-prev,
.other-bread-slider .slick-next{
    position: absolute;
    right:-60px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.other-bread-slider .slick-prev:before,
.other-bread-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content:"\f061";   
    font-family: "Font Awesome 5 Pro"; 
    color: #333;
    font-weight:300;
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0,0.50);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.other-bread-slider .slick-prev {
    left:-60px;
    right: auto;
}
.other-bread-slider .slick-prev:before {
    content:"\f060";   
}
.other-bread-slider .slick-prev:hover:before,
.other-bread-slider .slick-next:hover:before{
   color: #fff;
   background: #fc71b4;
}


.testimonial-wrp{
    padding: 70px 0;
    width: 100%;
}
.testimonial-wrp .slick-slide {
    margin: 0 15px;
}
.testimonial-wrp .slick-list {
    margin: 0 -15px;
}
.testimonial-wrp .slick-prev,
.testimonial-wrp .slick-next{
    position: absolute;
    right:-60px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.testimonial-wrp .slick-prev:before,
.testimonial-wrp .slick-next:before {
    width: 40px;
    height: 40px;
    content:"\f061";   
    font-family: "Font Awesome 5 Pro"; 
    color: #333;
    font-weight:300;
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0,0.50);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonial-wrp .slick-prev {
    left:-60px;
    right: auto;
}
.testimonial-wrp .slick-prev:before {
    content:"\f060";   
}
.testimonial-wrp .slick-prev:hover:before,
.testimonial-wrp .slick-next:hover:before{
   color: #fff;
   background: #fc71b4;
}
.testimonios-box img{
    width: 100%;
}


.dog-food-title{
    padding: 50px 0;
    background: #fde7f2;
}
.dog-food-title .titlebar{margin: 0 auto;}
.food-img img{
    width: 100%;
}

.food-combos-list{
    padding: 45px 0;
    width: 100%;
    background: #fde7f2;
}
.combo-offer img{
    width: 100%;
}
/* **** End Home Page **** */

/* **** Footer **** */
footer{
    padding: 35px 0;
    width: 100%;
    background: #0e9ffb;
}
.quicklinks ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    text-align: center;
}
.quicklinks ul li{
    margin-right: 30px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto';
    color: #fff;
    position: relative;
}
.quicklinks ul li a:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    right: -15px;
    top: 0;
}
.quicklinks ul li:last-child a:after{display: none;}
.quicklinks ul li a:hover{
    color: rgba(255,255,255,0.70);
}

.copyright p{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    font-family: 'Roboto';
}
.foot-cnt ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.foot-cnt ul li{
    margin-right: 15px;
}
.foot-cnt ul li:last-child{margin: 0;}
.foot-cnt ul li a{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Roboto';
}
.foot-cnt ul li a i{
    margin-right: 5px;
}
.foot-cnt ul li a img{
    margin-right: 10px;
}

.backstop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.backstop a{display: none;}
.backstop a.show{display: block;}
.backstop i{
    width: 45px;
    height: 45px;
    background-color: #0e9ffb;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.backstop i:hover{
    background-color: #fc71b4;
    color: #fff;
}
/* **** End Footer **** */

/* **** About Page **** */
.inner-banner{
    position: relative;
}
.inner-banner img{
    width: 100%;
}
.inner-banner h2{
    margin: 0;
    padding: 0 15px;
    font-size: 75px;
    font-weight: bold;
    color: #0e9ffb;
    text-align: center;
    font-family: 'Poppins';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.abt-pg-wrapper{
    padding: 90px 0;
    width: 100%;
    background: #f5f5f5;
}
.abt-pg-wrapper h2{
    font-size: 40px;
    font-weight: 600;
    color: #0e9ffb;
    margin: 0 0 35px;
}
.abt-dg img{
    width: 100%;
}
.abt-breaf-dt h3{
    font-size: 28px;
    font-weight: bold;
    color: #fb71b4;
    margin: 0 0 15px;
}
.abt-breaf-dt p{
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 25px;
    margin: 0 0 25px;
    font-family: 'Roboto';
}
.abt-breaf-dt li{
    font-size: 16px;
    padding: 0px 0 0 15px;
    line-height: 24px;
    font-family: 'Roboto';
    color: #1e1e1e;
    position: relative;
    display: block;
}
.abt-breaf-dt li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.abt-breaf-dt a{
    font-size: 24px;
    font-weight: 600;
    color: #fc72b5;
    text-align: center;
    margin: 25px auto 0;
    display: table;
}
.abt-breaf-dt a:hover{
    color: #0e9ffb;
}
/* **** End About Page **** */

/* **** Contact Page **** */
.contact-wrp{
    padding: 80px 0;
    width: 100%;
    background: #f5f5f5;
}

.contact-wrp1{
    padding: 80px 0 40px 0;
    width: 100%;
    background: #fdeff6;
}

.cnt-box{
    padding: 45px 35px;
    background: #fff;
    border-radius: 10px;
    min-height: 280px;
}
.cnt-icbx i{
    font-size: 70px;
    color: #fb71b4;
    margin: 0 auto 15px;
    display: table;
}
.cnt-box h3{
    font-size: 22px;
    font-weight: bold;
    color: #0e9ffb;
    text-align: center;
    margin: 0 0 10px;
}
.cnt-box p{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #646464;
    text-align: center;
    line-height: 22px;
    font-family: 'Poppins';
}
.cnt-box p a{
    line-height: 22px;
    color: #646464;
    width: 100%;
    display: block;
    text-align: center;
}
.cnt-box p a i,
.cnt-box p a img{
    margin-right: 5px;
    display: inline-block;
}
.cnt-box p a img{width: 15px;height: 15px;}
.cnt-box p a:hover{
    color: #fb71b4;
}

.contact-form-wrp{
    padding: 100px 0;
    width: 100%;
    background: #fdeff6;
}
.contact-form-wrp .form-group{
    margin: 0 0 30px;
}
.contact-form-wrp .form-group .form-control{
    padding: 12px 15px;
    background: #fff;
    border: none;
    border-radius: 15px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #717272;
    font-family: 'Poppins';
    resize: none;
}
.contact-form-wrp .btn-main{
    background: #fc72b5;
    border-radius: 15px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: table;
    margin: 0 auto;
}
.contact-form-wrp .btn-main:hover{
    background: #0e9ffb;
    color: #fff;
}
.map-bx{
    width: 100%;
    height: 600px;
}
/* **** End Contact Page **** */

/* **** Lenguaje Felino Page **** */
.danger-wrp{
    padding: 90px 0 45px;
    width: 100%;
    background: #f5f5f5;
}

.danger-box{
    margin: 0 0 45px;
}
.cat-img{
    margin: 0;
}
.cat-img img{
    width: auto;
    border-radius: 15px;
    margin: 0 auto;
}
.danger-box h3{
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.danger-box:hover h3{color: #0e9ffb;}
/* **** End Lenguaje Felino Page **** */

/* **** Puppy Selections Page **** */
.some-info-puppy{
    padding: 50px 0;
    width: 100%;
    background: #fde9f3;
}
.some-info-puppy p{
    font-size: 16px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 25px;
    font-family: 'Roboto';
    margin: 0 0 25px;
}
.some-info-puppy p:last-child{margin: 0;}
.some-info-puppy h3{
    font-size: 24px;
    font-weight: bold;
    color: #0e9ffb;
    font-family: 'Roboto';
    margin: 0 0 5px;
}
.puppy-list-wrp{
    padding: 45px 0 25px;
    width: 100%;
}
.puppy-box{
    margin: 0 0 30px;
}
.puppy-box img{
    border-radius: 30px;
    width: 100%;
}
/* **** End Puppy Selections Page **** */

/* **** Testimonial Page **** */
.testimonial-wrp{
    padding: 80px 0 60px;
    width: 100%;
}
.testimonios-block{
    margin: 0 0 30px;
    position: relative;
}
.testimonios-block img{
    border-radius: 15px;
    width: 100%;
}
.testimonios-block:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fb71b4;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonios-block i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size:42px;
    color: #0e9ffb;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    opacity: 0;
    visibility: hidden;
}
.testimonios-block:hover i{
    opacity: 1;
    visibility: visible;
    /*color: #fff;*/
}
.testimonios-block:hover:before{
    opacity: 0.90;
    visibility: visible;
}
/* **** End Testimonial Page **** */

/* **** Terms & Condition Page **** */
.terms-wrapper{
    padding: 75px 0 0 0;
    width: 100%;
}
.terms-wrapper h3{
    font-size:25px;
    font-weight: 600;
    color: #0e9ffb;
    margin: 0 0 20px;
}
.terms-wrapper li{
    font-size: 16px;
    padding: 3px 0 3px 15px;
    line-height: 26px;
    font-family: 'Roboto';
    color: #1e1e1e;
    position: relative;
    display: block;
}
.terms-wrapper li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
/* **** End Terms & Condition Page **** */

/* **** Travel Form Page **** */
.travel-frm-wrp{
    padding: 80px 0;
    width: 100%;
    background: #fdeff6;
}
.travel-frm-wrp .form-group{
    margin: 0 0 30px;
}
.travel-frm-wrp .form-group .row{align-items: center;}
.travel-frm-wrp .form-group label{
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    line-height: 30px;
    font-family: 'Poppins';
}
.travel-frm-wrp .form-group .form-control{
    padding: 12px 15px;
    background: #fff;
    border-radius:6px;
    height: auto;
    box-shadow: none;
    border: none;
    font-size: 16px;
    color: #525252;
    font-weight: 500;
}
.travel-frm-wrp .btn-main{
    background: #fc72b5;
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: table;
    margin: 55px auto 0;
}
.travel-frm-wrp .btn-main:hover{
    background: #0e9ffb;
    color: #fff;
}

.canino-wrp{
    padding: 60px 0;
}
.cat-img1{
    padding: 15px;
    border: 1px solid #e0e0e0;
	border-radius:10px;
    margin: 0 0 30px;
    text-align: center;
}
.cat-img1 img{
    margin: 0 auto;
    width: 150px;
}
.cat-img1 h3{
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    margin: 0;
    min-height:85px;
}

.pt75 {padding-top:75px;}

/* **** End Travel Form Page **** */