﻿@charset "utf-8";

@font-face {
	font-family: raleway;
	src: url(../fonts/raleway.ttf);
	}
@font-face {
	font-family: karla-regular;
	src: url(../fonts/karla-regular.ttf);
	}
@font-face {
	font-family: karla-bold;
	src: url(../fonts/karla-bold.ttf);
	}
@font-face {
	font-family: karla-italic;
	src: url(../fonts/karla-italic.ttf);
	}
@font-face {
	font-family: centurygothic;
	src: url(../fonts/centurygothic.ttf);
	}


img {
	max-width: 100%;
}

body {
	font-family: raleway, helvetica, arial, sans-serif;
	background-color: #ffffff;
}

.padding_reset {
	padding-left: 0px;
	padding-right: 0px;
}

.margin_reset {
	margin-left: 0px;
	margin-right: 0px;
}

.topbottom_very_less_spacing {
	padding-top: 10px;
	padding-bottom: 10px;
}

.topbottom_less_spacing {
	padding-top: 20px;
	padding-bottom: 20px;
}

.topbottom_medium_spacing {
	padding-top: 30px;
	padding-bottom: 30px;
}

.topbottom_spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}

.transition-all {
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}

.assignfixedwidth {
	max-width: 1200px;
	margin: 0 auto;
}

.nav-position-fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

/*index*/
.topnav-bg {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topnav-menu-btn {
    margin-left: 35px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
	font-size: 15px;
	font-family: karla-bold;
}
.topnav-menu-btn:hover, .topnav-menu-btn:focus {
    background-color: #00bbe4;
    border: 1px solid #009cbd;
} 

.credentials {
	text-align: right;
	padding-top: 13px;
}

.search-container {
	display: inline-block;
    /*margin-right: 5%;*/
}

.credentials .search-container .topnav-search {
	display: inline-block !important;
	float: left;
	width: 270px !important;
	border: none;
	border: 1px solid #00bbe4;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #00bbe4;
    border-left: 1px solid #00bbe4;
    border-bottom: 1px solid #00bbe4;
    border-right: 0px;
	font-size: 15px;
	font-family: karla-regular;
}

.credentials .search-container .topnav-search:focus {
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
	border-bottom: 1px solid #fc7f19;
	width: 290px;
}

.credentials .search-container .topnav-search-btn {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    border-top: 1px solid #00bbe4;
    border-right: 1px solid #00bbe4;
    border-bottom: 1px solid #00bbe4;
    border-left: 0px;
	color: #00bbe4;
	margin-right: 20px;
	font-size: 15px;
}

.credentials a.cart-icon {
	display: inline-block;
	color: #00bbe4;
	font-size: 24px;
	text-decoration: none;
	margin-right: 10px;
}

.credentials a.cart-icon:hover {
	color: #fc7f19;
}

.cart-count {
	font-size: 18px;
}

.topnav-sign-in {
	display: inline-block;
	background-color: #7bc147;
	border: 1px solid #7bc147;
	margin-right: 6px;
	font-size: 15px;
	font-family: karla-bold;
}

.topnav-sign-up {
	display: inline-block;
	background-color: #ff9900;
	border: 1px solid #ff9900;
	font-size: 15px;
	font-family: karla-bold;
}

.topnav-sign-in:hover, .topnav-sign-up:hover {
	background-color: #fc7f19;
    border: 1px solid #fc7f19;
}

a.download-app-top {
	display: inline-block;
    color: #02bce4;
    border-radius: 50%;
    padding: 4px 7px;
    font-size: 24px;
    margin-left: 5px;
}
a.download-app-top:hover {
	color: #ff9900;
}

.bottomnav-bg {
	background-color: #00bbe4;
}

.bottomnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bottomnav>li {
	float: left;
}

.bottomnav>li:last-child {
	float: right;
}

.bottomnav>li:last-child a {
	color: #00667b;
}

.bottomnav>li>a {
	display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
	font-size: 16px;
	font-family: karla-bold;
}

.bottomnav>li .bottomnav-sub { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 30px;
	background-color: #009cbd; /* remove. this is for illustration purposes only */
    max-width: auto; /* you need a width to accommodate tertiary menus */
    position: absolute;
    z-index: 100;
	margin-top: 1px;
    max-height: 0;
    overflow: auto;
	-webkit-transition: max-height 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in;
    -o-transition: max-height 0.2s ease-in;
    -ms-transition: max-height 0.2s ease-in;
     transition: max-height 0.2s ease-in;
}

.bottomnav>li .bottomnav-sub li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
    text-decoration: none;
	font-size: 16px;
	font-family: karla-regular;
	color: #ffffff;
}

.bottomnav>li:hover .bottomnav-sub {
    max-height: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottomnav>li .bottomnav-sub-mega {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	background-color: #f4f4f4; /* remove. this is for illustration purposes only */
    /* max-width: auto; /* you need a width to accommodate tertiary menus */ 
	width: 1070px;
    position: absolute;
    z-index: 100;
	margin-top: 1px;
    max-height: 0;
    overflow: hidden;
	-webkit-transition: max-height 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in;
    -o-transition: max-height 0.2s ease-in;
    -ms-transition: max-height 0.2s ease-in;
     transition: max-height 0.2s ease-in;
}

.bottomnav>li:hover .bottomnav-sub-mega {
	max-width: 100%;
    max-height: 500px;
	padding-bottom: 10px;
	overflow-y: scroll;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
	-moz-box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
	box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
}

.bottomnav>li .bottomnav-sub-mega::-webkit-scrollbar {
    width: 8px;
}

.bottomnav>li .bottomnav-sub-mega::-webkit-scrollbar-thumb {
    background-color: #dddddd;
	opacity: 0.5;
	border-radius: 10px;
}

.bottomnav>li .bottomnav-sub-mega::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc;
	opacity: 1;
}

.bottomnav>li .bottomnav-sub-mega .bottomnav-sub-mega-sub {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.bottomnav>li .bottomnav-sub-mega .bottomnav-sub-mega-sub li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 14px;
	font-family: karla-bold;
	color: #009cbd;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
}

.bottomnav>li .bottomnav-sub-mega .bottomnav-sub-mega-sub li a:hover, .bottomnav>li .bottomnav-sub-mega .bottomnav-sub-mega-sub li.active a {
	background-color: #009cbd;
	color: #ffffff;
}

.bottomnav-sub-mega .bottomnav-sub-mega-sub-expanded-wrapper {
	float: left;
    width: 85%;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 1%;
    background-color: #fff;
}

.bottomnav-sub-mega .bottomnav-sub-mega-sub-expanded-wrapper .mega-expanded {
	display: block;
	float: left;
	width: 100%;
	background-color: #ffffff;
	float: left;
}

.mega-expanded-sub-cat {
	display: block;
	float: left;
	width: 19%;
    margin-right: 1%;
	margin-bottom: 10px;
    
}

.mega-expanded-sub-cat h5 {
	margin: 0px;
	margin-bottom: 10px;
}

.mega-expanded-sub-cat h5 a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: karla-bold;
	color: #f75259;
	text-transform: uppercase;
}

.mega-expanded-sub-cat ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
    height: 201px;
    overflow: auto;
}

/* width */
.mega-expanded-sub-cat ul::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.mega-expanded-sub-cat  ul::-webkit-scrollbar-track {
    background: #ffffff; 
}
 
/* Handle */
.mega-expanded-sub-cat  ul::-webkit-scrollbar-thumb {
    background: #02bbe3; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Handle on hover */
.mega-expanded-sub-cat  ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* width */
.mega-expanded-sub-cat  ul::-moz-scrollbar {
    width: 4px;
}

/* Track */
.mega-expanded-sub-cat  ul::-moz-scrollbar-track {
    background: #ffffff; 
}
 
/* Handle */
.mega-expanded-sub-cat::-moz-scrollbar-thumb {
    background: #02bbe3; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Handle on hover */
.mega-expanded-sub-cat  ul::-moz-scrollbar-thumb:hover {
    background: #555; 
}

.mega-expanded-sub-cat ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: karla-regular;
    color: #009cbd;
    margin-bottom: 2px;
    margin-right: 10px;
}

.mega-expanded-sub-cat ul li a:hover {
    color: #3c3c3c;
}

a.mob-home-link {
	display: inline-block;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    padding: 16px 15px;
    text-decoration: none;
    font-size: 13px;
    font-family: karla-bold;
    background-color: #287f9a;
}
a.mob-home-link:hover {
    color: #ffffff;
}

a.bottomnav-credential-btn {
	display: inline-block;
	text-decoration: none;
    color: #ffffff;
    text-align: center;
    padding: 16px 15px;
    text-decoration: none;
	font-size: 13px;
	font-family: karla-bold;
	background-color: #2c94b5;
}

.bottomnav-credential {
	text-align: right;
}

.bottomnav-credential .dropdown {
	display: inline-block;
}



a.bottomnav-credential-btn:hover {
	background-color: #0086a2;
}

/*header shopping cart start*/
.header-cart {
	display: block;
    width: 300px;
	padding: 10px 5px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #d6d4d4;
    position: absolute;
    top: 70px;
    left: 55%;
    max-height: 500px;
	border-radius: 5px;
    overflow-y: auto;
    z-index: 1000;
	-webkit-box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
	-moz-box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
	box-shadow: -4px 1px 41px -6px rgba(179,179,179,1);
}
.no-items-cart {
	display: block;
	width: 95%;
	margin: 0 auto;
	background-color: #ececec;
	color: #5f5f5f;
	text-align: center;
	padding: 6%;
	font-family: karla-regular;
    font-size: 20px;
    line-height: 20px;
}
.items-cart-box {
	display: inline-block;
	width: 95%;
	margin: 5px 2.5%;
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.shop-cart-img-box {
	width: 25%;
	float: left;
}
.shop-cart-img-box img {
    width: 60px;
    height: 60px;
}
.shop-cart-content-box {
	width: 75%;
	float: left;
	font-family: karla-regular;
    font-size: 14px;	
}
.cart-see-more {
	display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: karla-regular;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.items-cart-total {
	display: block;
	width: 95%;
	margin: 10px auto;
	background-color: #ececec;
	color: #5f5f5f;
	text-align: center;
	padding: 6%;
	font-family: karla-regular;
    font-size: 20px;
    line-height: 20px;
}
.header-cart-btns {
	display: inline-block;
    width: 95%;
    margin: 0 2.5%;
	font-family: karla-bold;
}
.header-view-cart-btn {
	display: block;
	background-color: #00bbe4;
	border: 1px solid #00bbe4;
	margin-right: 5px;
	color: #ffffff;
	float: left;
	font-size: 12px;
}
.header-checkout-cart-btn {
	display: block;
	background-color: #f75259;
	border: 1px solid #f75259;
	margin-right: 5px;
	color: #ffffff;
	float: left;
	font-size: 12px;
}
.header-view-cart-btn:hover, .header-checkout-cart-btn:hover {
	background-color: #fc7f19;
	border: 1px solid #fc7f19;
}
/*header shopping cart end*/

.carousel-inner-custom {
	max-height: 520px; /*409*/
}

.carousel-caption-custom {
	top: 16%;
    left: 13%;
	text-align: left;
	font-family: centurygothic;
	font-size: 60px;
	line-height: 59px;
}

.carousel-caption-custom span {
	font-family: centurygothic;
	font-size: 30px;
}

.slider-btn {
	background-color: #fc7f19;
	border-color: #fc7f19;
	color: #ffffff;
	font-family: karla-bold;
    font-size: 14px;
	padding: 10px 15px;
	margin-top: 1%;
}

.services-bg {
	background-color: #f4f4f4;
	padding-top: 15px;
	padding-bottom: 50px;
}

.index-services h2 {
	display: block;
	margin: 0px;
	text-align: center;
	color: #f75259;
	font-family: karla-bold;
    font-size: 32px;
}

.index-services .heading-underline {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #f75259;
	margin: 10px auto 20px auto;
}

.box {
	width: 95%;
    margin: 0 auto;
}

a.index-service-block-1 {
	display: block;
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-top: 5px;
	text-decoration: none;
	background-color: #7bc147;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

a.index-service-block-1 .index-service-block-img-1 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #588934;
	background-color: #ffffff;
}

a.index-service-block-1 .index-service-block-title-1, a.index-service-block-2 .index-service-block-title-2, a.index-service-block-3 .index-service-block-title-3, a.index-service-block-4 .index-service-block-title-4, a.index-service-block-5 .index-service-block-title-5 {
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	margin-top: 15px;
	color: #ffffff;
	font-family: karla-bold;
    font-size: 15px;
}

a.index-service-block-1:hover {
	background-color: #69a53d;
}

a.index-service-block-1:hover .index-service-block-img-1, a.index-service-block-2:hover .index-service-block-img-2, a.index-service-block-3:hover .index-service-block-img-3, a.index-service-block-4:hover .index-service-block-img-4, a.index-service-block-5:hover .index-service-block-img-5 {
	border: 4px solid #ffffff;
	transform: scale(0.9);
}

a.index-service-block-2 {
	display: block;
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-top: 5px;
	text-decoration: none;
	background-color: #f75259;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

a.index-service-block-2 .index-service-block-img-2 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #c54147;
	background-color: #ffffff;
}

a.index-service-block-2:hover {
	background-color: #c54147;
}

a.index-service-block-3 {
	display: block;
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-top: 5px;
	text-decoration: none;
	background-color: #33b7e1;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

a.index-service-block-3 .index-service-block-img-3 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #4290b2;
	background-color: #ffffff;
}

a.index-service-block-3:hover {
	background-color: #4290b2;
}

a.index-service-block-4 {
	display: block;
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-top: 5px;
	text-decoration: none;
	background-color: #ffc729;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

a.index-service-block-4 .index-service-block-img-4 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #e0a809;
	background-color: #ffffff;
}

a.index-service-block-4:hover {
	background-color: #e0a809;
}

a.index-service-block-5 {
	display: block;
	float: left;
	width: 16%;
	margin-top: 5px;
	text-decoration: none;
	background-color: #ff9900;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}

a.index-service-block-5 .index-service-block-img-5 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
	border: 4px solid #e88b00;
	background-color: #ffffff;
}

a.index-service-block-5:hover {
	background-color: #e88b00;
}

.our-products-bg {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 10px;
}

.index-our-products h2 {
	display: block;
	margin: 0px;
	text-align: center;
	color: #7bc147;
	font-family: karla-bold;
    font-size: 32px;
}

.index-our-products .heading-underline {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #4fb0da;
	margin: 20px auto;
}

.index-products-nav-tabs>li>a {
	border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #f75259;
	font-family: karla-bold;
	font-size: 16px;
}

.index-prod-scroll-row {
	padding-top: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    padding: 5px 12px;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #f75259;
	opacity: 1;
    float: left;
    position: absolute;
    left: 0%;
    top: 30%;
	font-family: karla-bold;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    padding: 5px 12px;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #f75259;
	opacity: 1;
    float: left;
    position: absolute;
    right: 0%;
    top: 30%;
	font-family: karla-bold;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #02bce4;
    border: 1px solid #02bce4;
}

.highlighted-services-bg {
	padding-bottom: 15px;
}

.highlighted-service-bg-1 {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/highlighted-service-vet.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	height: 315px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlighted-service-bg-2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/highlighted-service-adoption.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	height: 315px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlighted-vet-content {
	display: inline-block;
	background-color: #ffffff;
	margin-top: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #eaeaea;
}

.highlighted-vet-content h2 {
	font-family: karla-bold;
	margin: 0px;
	margin-bottom: 10px;
	color: #3c3c3c;
}

.highlighted-btn-1 {
	border-radius: 0px;
	background-color: #f75259;
    border-color: #f75259;
	font-family: karla-regular;
	font-size: 16px;
}

.highlighted-btn-1:hover {
	background-color: #00bbe4;
    border-color: #00bbe4;
}

.highlighted-btn-2 {
	border-radius: 0px;
	background-color: #7bc147;
    border-color: #7bc147;
	font-family: karla-regular;
	font-size: 16px;
}

.highlighted-btn-2:hover {
	background-color: #00bbe4;
    border-color: #00bbe4;
}

.footer-logo-scroll h2 {
	display: block;
    width: 35%;
	margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-family: karla-bold;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #4fb0da;
    padding-top: 5px;
    padding-bottom: 5px;
}

.download-app-bg {
	background-color: #7bc147;
	padding-top: 20px;
	padding-bottom: 20px;
}

.download-app span {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-family: karla-regular;
	font-size: 20px;
}

a.download-app {
	display: inline-block;
	background-color: transparent;
	font-family: karla-bold;
	border: 1px solid #ffffff;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

a.download-app:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #3c3c3c;
}

/*adopt btn more css start*/
.product-details .adopt-more-btn
{
	width: 35%;
    margin: 0 auto;
    border-radius: 0px;
    padding: 8px 0px;
    background-color: #3fb4dd;
    border: 1px solid #3fb4dd;
    color: #fff;
    font-family: karla-regular;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;	
	
}

/*adopt btn more css closed*/

/*menu flash text starts*/
.blink_me {
	display: inline-block;
	background-color: red;
	font-size: 14px;
	padding: 2px 4px;
	color: #fff;
	font-family: karla-bold;
	animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
/*menu flash text ends*/

@media only screen and (max-width: 1300px) {
	/*index*/
	.bottomnav>li>a {
	font-size: 11px;
	}
	a.bottomnav-credential-btn {
    font-size: 9px;
	}
	.topnav-sign-in {
	font-size: 13px;
	}
	.topnav-sign-up {
	font-size: 13px;
	}
	.bottomnav>li .bottomnav-sub-mega .bottomnav-sub-mega-sub li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
	}
	.mega-expanded-sub-cat h5 {
    font-size: 12px;
    margin-bottom: 5px;
	}
	.mega-expanded-sub-cat ul li a {
    font-size: 11px;
    margin-bottom: 2px;
	}
	.carousel-caption-custom {
    font-size: 36px;
    line-height: 48px;
	}
	.slider-btn {
    font-size: 11px;
    padding: 8px 15px;
	}
	.carousel-caption-custom {
    top: 32%;
	}
}

@media only screen and (max-width: 1200px) {
	.header-cart {
    left: 60%;
	}
}

@media only screen and (max-width: 1080px) {
	.credentials .search-container .topnav-search {
    width: 155px;
	}
	.header-cart {
    left: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	a.index-service-block-1 .index-service-block-title-1, a.index-service-block-2 .index-service-block-title-2, a.index-service-block-3 .index-service-block-title-3, a.index-service-block-4 .index-service-block-title-4, a.index-service-block-5 .index-service-block-title-5 {
		font-size: 13px;
	}
	a.index-service-block-1, a.index-service-block-2, a.index-service-block-3, a.index-service-block-4 {
		width: 17%;
		margin-right: 3%;
	}
	a.index-service-block-5 {
		width: 17%;
	}
    .carousel-inner>.item>img {
    height: auto;
    }
}

@media only screen and (max-width: 991px) {
	/*index*/
	.credentials {
    text-align: left;
	}
	a.bottomnav-credential-btn {
    font-size: 12px;
	}
	.bottomnav-credential {
    text-align: left;
	}
	.credentials .search-container .topnav-search {
    width: 85px;
	}
	.credentials .search-container .topnav-search-btn {
    margin-right: 9px;
	}
	.credentials a.cart-icon {
	font-size: 20px;
	margin-right: 10px;
	}
	.topnav-sign-in {
    font-size: 11px;
	}
	.topnav-sign-up {
    font-size: 11px;
	}
	.header-cart {
    left: 40%;
	}
	.carousel-caption-custom span {
    font-size: 20px;
	}
	.carousel-caption-custom {
    top: 20%;
	}
	.carousel-caption-custom {
    font-size: 30px;
    line-height: 34px;
	}
	.slider-btn {
    margin-top: 3%;
	}
}

@media only screen and (max-width: 880px) {
	a.index-service-block-1, a.index-service-block-2, a.index-service-block-3, a.index-service-block-4 {
    width: 25%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 2%;
	}
	a.index-service-block-5 {
	width: 25%;
	margin-left: 4%;
	margin-bottom: 2%;
	}
}

@media only screen and (max-width: 767px){
	/*index*/
	.credentials {
    text-align: left;
	}
	.header-cart {
    top: 130px;
    left: 1%;
	}
	.carousel-caption-custom span {
    font-size: 14px;
	}
	.carousel-caption-custom {
    font-size: 18px;
    line-height: 24px;
	}
	.slider-btn {
    font-size: 11px;
    padding: 5px 10px;
	}
	.product-details p {
    font-size: 12px;
	}
	.footer-logo-scroll h2 {
	font-size: 22px;
	}
}

@media only screen and (max-width: 650px) {
	a.index-service-block-1, a.index-service-block-2, a.index-service-block-3, a.index-service-block-4 {
    width: 28%;
    margin-right: 4%;
    margin-left: 1%;
    margin-bottom: 2%;
	}
	a.index-service-block-5 {
	width: 28%;
	margin-left: 1%;
	margin-bottom: 2%;
	}
}

@media only screen and (max-width: 535px) {
	a.index-service-block-1, a.index-service-block-2, a.index-service-block-3, a.index-service-block-4 {
    width: 35%;
    margin-right: 1%;
    margin-left: 10%;
    margin-bottom: 2%;
	}
	a.index-service-block-5 {
	width: 35%;
	margin-left: 10%;
	margin-bottom: 2%;
	}
}

@media only screen and (max-width: 480px){
	/*index*/
    .xs-col-reset {
    padding-left: 0;
    padding-right:0;
    }
	.topnav-bg img {
	width: 100px;
	}
	.credentials .search-container .topnav-search {
    width: 155px;
	margin-bottom: 10px;
	}
	.credentials .search-container .topnav-search:focus {
	width: 180px;
	margin-bottom: 15px;
	}
	.header-cart {
    top: 150px;
    left: 1%;
	}
	.carousel-caption-custom {
    font-size: 14px;
    line-height: 21px;
	top: 10%;
	}
	.carousel-caption-custom span {
    font-size: 12px;
	}
	.slider-btn {
    font-size: 8px;
    }
	.index-products-nav-tabs>li>a {
    font-size: 12px;
	}
	.highlighted-service-bg-1, .highlighted-service-bg-2 {
    height: 175px;
	}
	.highlighted-vet-content {
    margin-top: 15%;
	}
	.highlighted-vet-content h2 {
    font-size: 18px;
	}
	.highlighted-btn-1, .highlighted-btn-2 {
    font-size: 12px;
	}
	.footer-logo-scroll h2 {
	width: 100%;
    font-size: 13px;
    margin-top: 10px;
	}
	a.index-service-block-1 .index-service-block-img-1 img, a.index-service-block-2 .index-service-block-img-2 img,
	a.index-service-block-3 .index-service-block-img-3 img, a.index-service-block-4 .index-service-block-img-4 img, 
	a.index-service-block-5 .index-service-block-img-5 img	{
		width: 60px;
	}
	a.index-service-block-1 .index-service-block-title-1, a.index-service-block-2 .index-service-block-title-2, a.index-service-block-3 .index-service-block-title-3, a.index-service-block-4 .index-service-block-title-4, a.index-service-block-5 .index-service-block-title-5 {
		font-size: 9px;
	}
	a.index-service-block-1, a.index-service-block-2, a.index-service-block-3, a.index-service-block-4 {
    width: 60%;
    margin-right: 0;
    margin-left: 20%;
    margin-bottom: 2%;
	}
	a.index-service-block-5 {
	width: 60%;
    margin-right: 0;
    margin-left: 20%;
    margin-bottom: 2%;
	}
    .carousel-inner>.item>img {
    height: auto;
    }
    a.download-app {
    width: 100%;
    }
    .topnav-menu-btn {
    margin-left: 30%;
    font-size: 11px;
    }
}

@media only screen and (max-width: 320px){
	/*index*/
	.topnav-bg img {
	width: 90px;
	}
	.credentials .search-container .topnav-search {
    width: 190px;
	margin-bottom: 10px;
	}
	.credentials .search-container .topnav-search:focus {
	width: 180px;
	margin-bottom: 15px;
	}
	.header-cart {
    top: 140px;
    left: 1%;
	}
	.carousel-caption-custom {
    top: 1%;
	}
	.carousel-caption-custom {
    font-size: 12px;
    line-height: 18px;
	}
	.slider-btn {
    font-size: 8px;
    padding: 3px 5px;
	}
}


@import url("../css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
ol, ul, li{
	list-style: none;
	list-style-type: none;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: inherit;
}
/*body{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	background-color: #f1f3f6;
}*/
.my-accountbg{
	background-color: #f1f3f6;
	padding: 50px 0;
}
.user-info-block{
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px;
	min-height: 100px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	margin: 0 0 20px;
}
img.user-icon{
	float: left;
	margin: 0 20px 0 0;
}
.user-info-block > .name {
    vertical-align: middle;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
}
.user-dasboard-menu-area, .order-right-block, .enquiry-right-block{
	background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.myaccount-right-block{
	background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.user-dasboard-menu-area ul{
	padding-left: 0px;
}
.user-dasboard-menu-area ul li {
    display: block;
    padding: 25px 15px;
    border-bottom: 1px solid #dfdfdf;
}
.user-dasboard-menu-area ul li a.active, .user-dasboard-menu-area ul li a:hover{
	color: #00bbe4;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}
.user-dasboard-menu-area ul li:last-child{
	border-bottom: none;
}
.user-dasboard-menu-area ul li ul li{
	border-bottom: none;
	padding-bottom: 0;
}
input.myaccount {
    width: 100%;
    padding: 7px;
    margin-top: 5px;
}
.mytitle{
    font-size: 19px;
    color: #000;
    font-weight: 500;
}
i.my-icon {
    color: #00bbe4;
    font-size: 25px;
    vertical-align: middle;
}
.enquiry-right-block .address {
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin: 15px auto;
}
.enquiry-right-block .address > span{
	font-size: 14px;
}
.enquiry-right-block .address > span > strong{
	font-weight: 500;
	font-size: 15px;
}


/* Pet Info */
table.table.table-bordered.pet-info > thead > tr > th {
    vertical-align: middle;
    background: #00bbe4;
    color: #fff;
    font-size: 13px;
}
table.table.table-bordered.pet-info > thead > tr > td:nth-of-type(1){
	width:60px;
}
table.table.table-bordered.pet-info > thead > tr > td:nth-of-type(2){
	width:80px;
}
table.table.table-bordered.pet-info > tbody > tr > td:last-child {
    text-align: center;
    font-size: 16px;
}


/* 22-02-2019 =============== Oredrs Style ====================*/

ul#myTab > li.active > a {
    color: #00bbe4;
    font-weight: 500;
    color: #fff;
}
.order-nav{
	padding-left: 0;
}
.order-style {
    padding: 20px 0;
}
select.monhts {
    padding: 3px 10px;
    border-radius: 2px;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
}
.product-item {
    border: 1px solid #dfdfdf;
    border-radius: 2px 2px 0 0;
    padding: 0 0 15px;
    margin-bottom: 15px;
}
thead.top-productbg {
    background: #f3f3f3;
    color: #000;
    padding: 0;
    margin: 0;
}
thead.top-productbg > tr > td {
    font-size: 13px;
    font-weight: 600;
    color: #292929;
}
thead.top-productbg > tr > td > a {
    color: #00bbe4;
}
.delivered-product > .title {
    padding: 15px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
.product-detail > p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #f75259;
}
.product-detail > p > a {
    color: #00bbe4;
}
.product-detail > p > span.return{
	color: #313131;
}
span.place-order-history{
	margin-top: 20px;
	font-size: 14px;
}
.order-img {
    display: block;
    text-align: center;
    width: 100px;
    margin: auto;
    height: auto;
}
.order-img > img{
	width: 100px;
}
.product-detail > input[type="button"] {
    margin-top: 10px;
    background: #00bbe4;
    border: 1px solid #00bbe4;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-detail > input[type="button"]:hover {
    margin-top: 10px;
    background: #f75259;
    border: 1px solid #f75259;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
input.return-itembtn{
	margin-top: 10px;
    background: #00bbe4;
    border: 1px solid #00bbe4;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
input.return-itembtn:hover {
    margin-top: 10px;
 	background: #f75259;
    border: 1px solid #f75259;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
/*input.review-btn {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    width: 190px;
}*/
input.buttonreview-btn{
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    width: 190px;
    border-radius:2px;
    border: 1px solid #efefef;
    background: #efefef;
}
span.single-line {
    color: #ccc6c6;
    margin: 0 10px;
}


@media(min-width: 768px) and (max-width: 979px){
	input.buttonreview-btn{width: 100%; font-size: 10px;}
	input.buttonreview-btn{width: 100%; font-size: 10px;}
}

@media(min-width: 320px) and (max-width: 767px){
	.product-item > .table-responsive {border: none; margin-bottom: 0; padding-bottom: 25px;}
	.order-img{margin: 0px 0 15px 0; width: auto; text-align: inherit;}
	.product-detail > input[type="button"]{margin-bottom: 10px;}
	ul#myTab > li > a {font-size: 12px;padding: 7px;}
}
ul.vet-app li:first-child {
    margin-top:0;
}
ul.vet-app li {
    display: inline-block;
    margin: 7px 0;
    width: 190px;
}
a.buttonreview-btn{
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 190px;
    display: block;
    border-radius: 2px;
    border: 1px solid #efefef;
    background: #efefef;
}
@media(min-width: 768px) and (max-width: 979px){
	a.buttonreview-btn{width: 100%; font-size: 10px;}
	a.buttonreview-btn{width: 100%; font-size: 10px;}
}


/*  */
.review-your-purchases{
   	background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.top-edit-profile ul {
    margin-bottom: 0;
    padding: 0;
}
.top-edit-profile ul li {
    display: inline-block;
    padding: 0 5px;
}
.top-edit-profile ul li > i.fa.fa-user {
    background: #00bbe4;
    padding: 15px;
    border-radius: 50%;
    height: 40px;
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 0.5;
}
.top-edit-profile ul li:first-child {
    padding-right: 0;
}
.top-edit-profile ul li{
	font-size: 14px;
	font-weight: 500;
}
.top-edit-profile ul li a{
	color: #00bbe4;
}

.review-your-purchases >.title {
    font-size: 18px;
    font-weight: 600;
    margin: 11px 0;
}

.review-your-purchases img {
    width: 36px;
    margin: 0 10px 10px 0;
}
.review-your-purchases > p {
    font-size: 14px;
    font-weight: 500;
}
.overall-rating > .title {
    font-size: 15px;
    font-weight: 600;
}
.overall-rating ul{
	padding: 0;
	margin: 5px 0 20px;
}
.overall-rating ul li {
    display: inline;
}
.overall-rating ul li > a > i.fa.fa-star{
	font-size: 20px;
}
.add-photo-or-video{
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fa.fa-plus.file-upload {
    border: 1px dashed #00bbe4;
    color: #00bbe4;
    background-color: white;
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 20px;
}
.add-photo-or-video input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.add-photo-or-video > .title{
	font-size: 15px;
    font-weight: 600;
}
.add-photo-or-video > p{
	font-size: 14px;
	font-weight: 400;
}
.write-your-review > form > textarea {
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

input.write-your-review-btn {
    float: right;
    background: #00bbe4;
    border: 1px solid #00bbe4;
    color: #fff;
    margin-top: 10px;
    padding: 4px 15px;
    display: inline-block;
    text-align: right;
}
input.write-your-review-btn:hover {
    float: right;
    background: #f75259;
    border: 1px solid #f75259;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    text-align: right;
    -transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

a.return-itembtn{
	margin-top: 0px;
    background: #00bbe4;
    border: 1px solid #00bbe4;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    width: 190px;
    display: block;
}
a.return-itembtn:hover {
    margin-top: 0px;
 	background: #f75259;
    border: 1px solid #f75259;
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    width: 190px;
    display: block;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  display: inline-block;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


/*New Change Added by Sagar*/
.search-bg-box{
padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    margin: 0 auto;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
}
.price-package-box-search .columns{
		    padding: 0px 5px;
		    font-size: 15px;
font-family: karla-regular;
margin-bottom: 25px;

}
.price-package-box-search .columns ul{
list-style-type: none;
padding-left: 0;
background-color: #f7f9f9;
}
.price-package-box-search  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 25px !important;
    padding: 15px;

/*  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;*/
}

.price-package-box-search .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}



.price-package-box-search .header {
background-color: #eeeeee;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
background: rgba(5,198,241,1) !important;
	background: -moz-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,198,241,1)), color-stop(49%, rgba(2,165,201,1)), color-stop(100%, rgba(8,148,199,1))) !important;
	background: -webkit-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: linear-gradient(to right, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c6f1', endColorstr='#0894c7', GradientType=1 ) !important;
}

.price-package-box-search li {
  font-size: 14px;
  color: #000;
}

.price-package-box-search .grey {
  background-color: #f7f9f9;
  font-size: 20px;
  display: block;
}

.price-package-box{
	    border-radius: 15px;

}
.price-package-box .columns{
		    padding: 15px;

}
.price-package-box .columns ul{
list-style-type: none;
padding-left: 0px;
background-color: #f7f9f9;
}
.price-package-box  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
/*  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;*/
}

.price-package-box .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}



.price-package-box .header {
background-color: #eeeeee;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
background: rgba(5,198,241,1) !important;
	background: -moz-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,198,241,1)), color-stop(49%, rgba(2,165,201,1)), color-stop(100%, rgba(8,148,199,1))) !important;
	background: -webkit-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	background: linear-gradient(to right, rgba(5,198,241,1) 0%, rgba(2,165,201,1) 49%, rgba(8,148,199,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c6f1', endColorstr='#0894c7', GradientType=1 ) !important;
}

.price-package-box li {
  font-size: 14px;
  color: #000;
}

.price-package-box .grey {
  background-color: #f7f9f9;
  font-size: 20px;
  display: block;
  overflow: auto;
}

.addon-box-services h3{
font-size: 18px;
text-align: left;
font-weight: 500;
transition: all ease 0.5s;
margin-top: 0;
line-height: 45px;
margin-bottom: 0;
color: #f75259;
position: absolute;
z-index: 99;
width: 150px;

}

ul.addon-box{
	padding: 15px !important;
}

.addon-box .input-group{
	text-align: left;
}
.addon-box .input-group-addon{
	  background-color: transparent;
    border: transparent;
    text-align: left;
   padding: 0px;}

.addon-box .addon-box-price{
	    background-color: transparent;
    border: transparent;
text-align: left;
display: block;
float: right;
color: #fc7e19;
}
.addon-box .checkbox-box{
	margin-top: 5px !important;
}
.addon-box .addon-inside-box{
	margin-bottom: 10px;
}
.addon-box .checkbox{
margin: 0px;
}


.circle::before {
	    color: #fff;
    content: "+";
    font-size: 15px;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    font-weight: bold;
    /* line-height: 10px; */
    padding: 8px;
    padding-top: 8px;
    height: 18px;
    /* margin: 2px; */
    top: -5;
    position: absolute;
    background-color: #f75259;
    border-radius: 50%;
    line-height: 5px;
    margin: 5px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-radius: 50%;
    padding-left: 7px;
}
