@charset "utf-8";

/* CSS Document */

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none!important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none!important;
}

* { margin: 0; padding: 0; }
a:hover, a{text-decoration:none;}
@font-face {
	font-family: 'ink-free';
	src: url('../font/ink-free.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans';
	src: url('../font/OpenSans-Regular.ttf') format('truetype');
}


@font-face {
	font-family: 'OpenSansL';
	src: url('../font/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSansSB';
	src: url('../font/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSansB';
	src: url('../font/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Oswald';
	src: url('../font/Oswald.ttf') format('truetype');
}
@font-face { src: url(../font/Roboto-Regular.ttf); font-family: Roboto; }
@font-face { src: url(../font/Roboto-Medium.ttf); font-family: RobotoM; }
@font-face { src: url(../font/Roboto-Bold.ttf); font-family: RobotoB; }
h1, h2, h3, h4, h5, h6 { }

section, nav, header, footer, figure, article, canvas { display: block; }



body{font-family:Roboto;}
html {
  scroll-behavior: smooth;
}
.navbar-b {

    /* padding-top: 15px; */
    /* padding-bottom: 6px; */
    transition: all .5s ease-in-out;
}
/* .navbar-b.navbar-reduce { box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); } */

.navbar-b.navbar-reduce .nav-link { color: #222; }
.navbar-b .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative; padding-right:10px; padding-left: 10px; font-size:16px; }
.navbar-b .nav-link, .navbar-b.navbar-reduce .nav-link {
    font-size: 16px;
    list-style: none;
    color: #006838;
    font-family: Roboto;
    text-transform: uppercase;
    display: inline-block;
}
/* .navbar-b .nav-item:last-child .nav-link, .navbar-b.navbar-reduce .nav-item:last-child  .nav-link{ */
	
	/* color:#222;   text-decoration-color: #676767!important; text-decoration:underline; */
	
/* } */
.navbar-b.navbar-reduce { transition: all .5s ease-in-out; padding-top: 15px; padding-bottom: 15px; }
.banner p:hover a {
    background: #222; transition: all .5s ease-in-out; 
}
.navbar-b.navbar-reduce .nav-link:hover ,
.navbar-b .nav-link.active, ul.contact-info li:hover a{   color: #006838; transition:0.5s ease-in-out; }
.navbar-b.navbar-reduce .navbar-brand img { transition: all .5s ease-in-out;  }
.navbar-b.navbar-reduce .navbar-toggler span { background-color: #fff; }


.navbar-b .navbar-brand img { transition: all .9s ease-in-out;  }

header.main-head {
    position: relative;
    background: #fff;
    padding: 10px 0;
}
/*--/ Hamburger Navbar /--*/

.navbar-toggler { position: relative; }
.navbar-toggler:focus, .navbar-toggler:active { outline: 0; }
.navbar-toggler span { display: block; background-color: #fff; height: 3px; width: 25px; margin-top: 4px; margin-bottom: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); left: 0; opacity: 1; }
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) { transition: -webkit-transform .35s ease-in-out; transition: transform .35s ease-in-out; transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
.navbar-toggler:not(.collapsed) span:nth-child(1) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(135deg); transform: rotate(135deg); opacity: 0.9; }
.navbar-toggler:not(.collapsed) span:nth-child(2) { height: 12px; visibility: hidden; background-color: transparent; }
.navbar-toggler:not(.collapsed) span:nth-child(3) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); opacity: 0.9; }
.call-btn a{margin-left:30px;font-size:16px; color:#056a3a;}
.call-btn a span{color:#222;}
.btn.focus, .btn:focus{box-shadow:0!important;}
.search-bar form {
    background: #fff;
    border-radius: 30px 0 0 30px;
    max-width: 617px;
    float: right;
    margin-right: 30px;
    border: 1px solid #006839;
}
.search-bar form ::placeholder{color:#222;}
.search-bar input#text {
    width:490px;
    text-align: left;
    font-size: 16px;
    color: #222;
}
.search-bar form button {
    background: transparent!important;
    border: 0!important;
    font-size: 16px;	
    font-family: Roboto;
    margin-right: 16px; color: #222;
}
.search-bar form button:hover{ color: #222;}
.search-bar form button i {
    /* padding-left: 50px; */
    background: #006839;
    text-align: center;
    height: 55px; color: #fff;
    position: absolute;
    top: 0;
    width: 55px;
    line-height: 60px;
    line-height: 50px;
    margin-left: 70px;
    border-radius: 50%;
    margin-top: -5px;
    border:0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}
.banner-mob-p,
.mob-search {display:none;}
.call-btn {
    margin-right: 65px;
}
/* ======================================  */

/* banner  */
.banner {
   
    background: url(../img/home-banner.jpg) no-repeat center center / cover;
    overflow: hidden;
	position:relative;
}	
.banner h2 {
    font-size: 30px;
    color: #222;
    font-family: RobotoB;
    line-height: normal;
    max-width: 510px;
    margin: 0 0 40px;
    text-align: left;    position: relative;
    z-index: 9;
}

.banner-text {
    position: relative;
    /* background: rgba(255,255,255,0.5); */
    z-index: 9;
}
.banner-text:after {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,0.3);
       width: 100%;
    height: 70%;
    content: '';
    left:-100%;
    top: 80px;
}

.banner-text:before {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,0.3);
       width: 54.5%;
    height: 70%;
    content: '';
    left:0%;
    top: 80px;
}

/* .banner h2 em { */
    /* font-size: 48px; */
    /* text-decoration: underline; */
/* } */
.banner .modal-dialog {
    max-width: 70%;
    margin: 40px auto 0;
}
.banner button.close {
    position: absolute;
    right: -9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #078249;
    text-shadow: none;
    color: #fff;
    opacity: 1;
	z-index:999;
    top: -10px;
}
.banner .modal-body {
    text-transform: none;
}
.banner h2 span{
    font-size: 32px;
    color: #006838
}

.banner h5 {
    font-size: 14px;
    padding: 5px;
    font-family: RobotoB;
    margin: 0 0 2px;
    color: #222;
    background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,0.01));
    width: max-content;
    position: absolute;
    bottom: -23px;
	
}
.banner .carousel-indicators{display:none;}
.banner .carousel-caption{padding-bottom:0; margin-bottom:0; top:0;}
.banner p a {
    font-size: 22px;
    transition: all .5s ease-in-out;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    display: block;
    background: #006838;
    line-height: 50px;
    height: 50px;
    max-width: 350px;
	position: relative;
    z-index: 9;
}
.banner-text{
    padding: 150px 0px 70px ;
}
div#ap-bx {
    margin: 60px 0 0;
}

/* slider banner  */

/* pets meditaion */
.pets_meditation {
background:#fff;
    padding: 60px 0 54px;
}
.pets_meditation .col-lg-4:nth-child(3) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.meditation-bx h3  span,
.pets_meditation h2 span{color:#006838; }
.pets_meditation h2 {
    font-size: 56px;
    color: #222;
    font-family: OpenSansB;
    margin: 0 0 55px;
}
.pets_meditation h4{margin:40px auto 46px; font-size:50px; color:#222; text-align:center; font-family:OpenSansB;}
.meditation-img, .dosage-img {
    height: 95px;
}
.dosage-bx h3,
.meditation-bx h3 {
    font-size: 24px;
    margin: 0 auto 35px;
    position: relative;
    font-family: OpenSans;
}.dosage-bx h3:after, .meditation-bx h3:after {
    position: absolute;
    left: 50%;
    background: #006838;
    width: 80px;
    height: 2px;
    margin-top: 15px;
    content: '';
    transform: translate(-50%);
    top: 100%;
}
.dosage-bx h3{font-size:32px; font-family:OpenSansSB;}
.dosage-bx h3:after {
    background: url(../img/bottom-green.png) no-repeat;
    width: 77px;
}
 .meditation-bx {padding:0 20px; margin: 0 auto 18px;}
 .dosage-bx {padding:0 20px; margin: 0 auto 60px;}
.dosage-bx  p, .meditation-bx p {
    font-size: 14px;
	line-height:24px;
	color:#676767;
    font-family: OpenSans;
}
.appointment-box {
    background: #006838;
    padding: 75px 15px;
       position: relative;
	 
}


.appointment-box h2 {
      font-size:45px;
	  margin:0 auto 15px;
    font-family:OpenSansB;
	color:#fff;
}
.appointment-box p {
      font-size:24px;
    font-family: OpenSans;
	margin:0;
}

.flavours {
    overflow: hidden;
	color:#fff;
	position:relative;
}

.flavours:before {
    position: absolute;
	left:60%;
    right: 0;
    width: 40%;
    background: #ff7e33;
    content: '';
    height: 100%;
    z-index: 1;
}

.right-flavors img {
  
    margin-top: -66px;
}
.left-flavors  {padding:150px 0 100px;}
.left-flavors  h2 {
      font-size:52px;
	  margin: 0 0 35px;
    font-family: OpenSansB;
	font-style:italic;
	color:#222;
}
.left-flavors  ul li {
      font-size:24px;
	  line-height:57px;
	  list-style:none;
    font-family: OpenSans;
	font-weight:400;
	float:left;
	color:#222;
	width:33.33%;
	position:relative;
}
.contact-form textarea.form-control {
    height: 87px;
    /*resize: none;*/
}

/* dosage-forms  */
.contact-form .g-recaptcha > div { margin: 0 auto;}
.dosage-forms{padding:130px 0 70px;}
.dosage-forms h2{font-size:56px; font-family:RobotoB; margin: 0 auto 10px;}
.dosage-forms h5{font-size:18px; max-width:920px; text-align:center; color:#676767; line-height:25px; font-family:Roboto; margin: 0 auto 60px;}
.dosage-forms h2 span {
    color: #006838;
}
.dosage-forms a.see-all-btn , .why-choose a.see-all-btn {
    display: block;
    background: #006838;
    width: 208px;
    height: 60px;
    font-size: 22px;
    font-family: OpenSansSB;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
}
.dosage-bx a, .meditation-bx a {
    color: #212529;
}

/* why choose  */
.why-choose{padding: 70px 0 60px;  background:#efefef;}
.why-choose .row .col-lg-6:last-child{position:relative;}
.why-choose .row .col-lg-6:last-child:before{background:#d6d6d6;   width:1px; height:100%; left:-15px; content:''; position:absolute;}
.why-choose .choose-text:last-child:before {
    background: #d6d6d6;
    width: 91%;
    height: 1px;
    top: -15px;
    content: '';
    position: absolute;
}
.why-choose .col-lg-6:nth-child(3):before {
    position: absolute;
    left: -20px;
    background: #ddd;
    content: '';
    width: 1px;
    height: 88%;
}
.why-choose h2{font-size:56px; font-family:RobotoB; color:#006838; margin: 0 auto 90px;}
.why-choose h3{font-size:50px; font-family:RobotoB; color:#222; margin: 0 0 30px;}
.why-choose ul li{font-size:14px; font-family:Roboto; color:#676767; list-style:none; padding-left:15px; position:relative;}
.why-choose ul li:before{position:absolute; left:0; width:6px; top:7px; height:6px; border-radius:50%; background:#006838; content:'';}
  .why-choose h2 span{color:#222;}
.choose-text {
    height: 170px;
    margin: 0 0 37px;
    position: relative;
    padding: 0 30px 0 0;
}
.search-sec button.btn  i{margin-right:10px;}
.search-sec input.btn.btn-lg {
   
    outline: none;
    font-size: 16px;
    color: #000;
    width: calc(100% - 170px);
    height: 46px;
    line-height: 46px;
    background: #fff;
    position: relative;
    text-align: left;
		border-radius:8px;
}
.search-sec .input-group {
    margin: 20px auto;
    width: 100%;
    border: solid 2px #ddd;
	border-radius:8px;
}
.search-sec button.btn {
    background: #121212;
    float: right;
    font-size: 22px;
    color: #fff;
    width: 170px;
    border: solid 1px #fff;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 42px;
    padding: 0;
	text-transform:uppercase;
}
.search-sec {
    padding: 148px 0 130px;
    text-align: center;
}

.search-sec h2 {font-size:56px; font-family:OpenSansB; color:#006838; margin: 0 auto 30px;}


footer#footer {
    background: url(../img/footer-back.jpg) no-repeat center center / cover;
	
}
.left-footer{background:#056a3b;}
.left-footer,.middle-footer,.right-footer  {
	padding-top:40px;
	padding-bottom:35px;
}
img.d-block.f-logo {
    margin: 0 auto;
    text-align: center;
}#footer ul{margin:0;}
#footer  h4.f-title {
    font-size: 30px;
    font-family: OpenSansSB;
	margin: 0 0 25px;
}
#footer ul li{list-style:none; font-size:14px; line-height:27px;}
#footer ul li a{color:#fff; transition: all .5s ease-in-out; 
}
#footer ul li:hover a{color: #000; transition: all .5s ease-in-out; 
}
.content-ftr{padding:0 20px;}
.middle-footer ul li{ position:relative; padding-left:15px;}
.left-footer ul li:last-child{padding-top:30px;}
.left-footer ul li{line-height:24px; font-size:16px; position:relative; padding-left:5px;}
.middle-footer ul li:before {
    content: '\f105';
    font-family: FontAwesome;
left:0; top:0px; position:absolute; }
.middle-footer .content-ftr{padding:0 0px; max-width:50%; margin:0 auto;}
.left-footer p{font-size:14px; padding:30px 0px; margin:0;}

.back-to-top {
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 45px;
    bottom: 15px;
	z-index:9999;
    transition: background 0.5s ease-in-out;
}
.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}
.copyright {
	padding:5px 0;
    background: #333333;
}
.copyright p{font-size:14px; padding-left:20px;}
.copyright ul {
    float: none;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    position: relative;
}
.copyright ul li a i {
    height: 24px;
    line-height: 24px;
}
.copyright ul li a{color:#222;}
.copyright ul li{display:inline-block; list-style:none; background:#056a3b; border-radius:4px; margin-left:4px; color:#222; font-size:18px; line-height:24px; text-align:center; height:24px; width:24px;}
button.navbar-toggler {
    background: #006838!important;
    margin-top: 16px;
    position: absolute;
    right: 0;
}
.search-bar input#text {
    width: 490px;
    text-align: left;
    font-size: 16px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    outline: none;
    padding: .5rem 1rem;
    background-color: transparent;
    border: 1px solid transparent;
}
.pets-flavour {
	
    background: #efefef;
    max-width: 1366px;
    margin: 0 auto;
	overflow:hidden;
}
.pets-flavour .container{max-width:100%; padding:0;}
.flavor-text{max-width:610px; padding:80px 25px 30px;}
.flavor-text h2{font-size:47px; font-family:Roboto; color:#222;}
.flavor-text h3{font-size:59px; font-family:RobotoB; color:#222; margin: 0 0 5px;}
.flavor-text p{font-size:18px; font-family:Roboto; color:#676767;line-height:28px; margin: 0 0 20px;}
.flavor-text a{
	font-size:22px; font-family:Roboto;
 text-transform:uppercase;
 color:#fff; 
 line-height:50px; 
 background:#006838;
 text-align:center;
 height:50px; display:block; max-width:300px;}
.testimonials .text-testimonials p {
    font-family: ink-free;
    font-size: 18px;
    line-height: 30px;
}
 .testimonials{padding:70px 0 60px;}
 .testimonials .text-testimonials{max-width:920px; margin:0 auto 30px;  padding:30px;  position:relative; background:#f8f8f8;}
 .testimonials .owl-theme .owl-nav{display:none;}
 .testimonials .owl-item .item {font-size:16px; line-height:23px; margin:0 0 15px; color:#222; font-family:Roboto;}
 .testimonials .owl-item .item span{font-size:18px; color:#222;  font-weight:600; font-family: ink-free; font-style:italic;}
.testimonials .text-testimonials:after {
    border-right: 0 solid transparent;
    border-left: 27px solid transparent;
    border-top: 25px solid #f8f8f8;
    position: absolute;
    width: 22px;
    height: 28px;
    content: '';
    bottom: -25px;
    left: 40px;
}
button:focus{outline:0!important;}
.testimonials .owl-theme .owl-dots .owl-dot.active span,.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #056a3b;
}
.mob-logo{display:none;}

/* flavour and dosage page */
.page-title-sec.flavr-banner{padding:0px 0; background:url(../img/flavors-banner.jpg) no-repeat center center /cover;}
.page-title-sec{background:#006838; padding:100px 0;}
.page-title-sec.flavr-banner h2 {
    background: rgba(00,104,56,0.8);
    width: 100%;
    max-width: 373px;
    padding: 60px 40px	;
}
.page-title-sec h2{font-size:39px;  font-family:RobotoB;}
.flavors-dosage {
    position: relative;
}
.flavors-dosage:before {
    position: absolute;
    width: 67%;
    right: 0;
    background: #006838;
    height: 2px;
    content: '';
    top: 110px;
}
.flavors-dosage.dosage-2:before {     width:68%;  top: 60px;}
.flavors-dosage{padding:70px 0px 20px;}
.flavors-dosage.dosage-2{padding:20px 0px 40px;}
.flavors-dosage h3 {
    font-size: 71px;
    position: relative;
    color: #222;
    font-family: RobotoB;
    width: max-content;
    background: #fff;
    padding: 0 15px 0 0;
}
.flavour-box {border:1px solid #c9c9c9; height:261px; margin: 0 0 50px;}
.flavour-box h4 {
    padding: 15px 27px;
    background: #efefef;
    margin: 0;
	font-size:28px;
    font-family: RobotoM;
}
.flavour-box ul {margin:0; padding: 13px 15px 13px 27px;}
.flavour-box ul li{list-style:none; font-size:16px; line-height:28px; font-family:RobotoM; 
	position:relative; color:#676767;    padding-left: 22px;
}
.flavour-box ul li:before {
    position: absolute;
    content: '';
    left: 0;
    font-size: 20px;
    background: transparent;
    height: 8px;
    width: 8px;
    top: 9px;
    border-radius: 50%;
    border: 1px solid #006838;
}
.flavour-box.dosage-box {
    height: 350px;
}
.flavors-dosage .col-xl-4.col-lg-6:nth-child(4) .flavour-box.dosage-box,
.flavors-dosage .col-xl-4.col-lg-6:nth-child(5) .flavour-box.dosage-box,
.flavors-dosage .col-xl-4.col-lg-6:nth-child(6) .flavour-box.dosage-box{height:250px;}
.flavors-dosage .row:before {
    position: absolute;
    content: 'Flavors';
    font-size: 75px;
    color: #efefef;
    text-transform: uppercase;
    font-family: RobotoB;
    transform: rotate(-90deg);
    left: -200px;
	top:140px;
}
.flavors-dosage.dosage-2 .row:before {
    position: absolute;
    content: 'SOLUTIONS';
    font-size: 75px;
    color: #efefef;
    text-transform: uppercase;
    font-family: RobotoB;
    transform: rotate(-90deg);
    left: -240px;
	top:250px;
}
.flavors-dosage .row{position:relative;}

.pets-banner{background:url(../img/pets-banner.jpg) no-repeat center center / cover;}
.pets-banner p {
    font-size: 18px;
	margin:0;
}
.pets-banner p.lg-p {
    font-size: 30px;
}
.pets-banner{font-size:45px;}
.pets-banner p i {
    font-size: 38px;
    padding: 0 5px;
    font-weight: 600;
}
.vets-banner{background:url(../img/vets-banner.jpg) no-repeat center center / cover; padding:100px 0;}
.dawn-medication{position:relative;}
.medication-1{padding:120px 0 0px;} 
.dawn-text{padding:50px 50px; position:relative; z-index:99;}
.dawn-text h3 span{font-size:40px; color:#222;}
.dawn-text h3 {
    font-size: 32px;
    color: #676767;
    font-family: RobotoM;
    line-height: 45px;
}
.dawn-text p span{font-family:RobotoM;}
.dawn-text p {
    font-size: 16px;
    color: #676767;
    font-family: Roboto;
    line-height: 22px;
}
.dawn-medication .row:first-child{margin-bottom:120px;   }
.dawn-medication .row:last-child{margin-bottom:70px;   }
.dawn-img img {
    display: block;
    width: 100%;
	z-index:99;
	position:relative;
	    border: 1px solid #d3d3d3
}
.dawn-img:after {
    border: 1px solid #bfbfbf;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 100%;
    left: -10px;
}
.dawn-img{position:relative; width:90%; margin:0 auto;}
.dawn-medication:after {
    background: #efefef;
    content: '';
    width: 50%;
    height: 388px;
    right: 0;
    bottom: 00px;
    position: absolute;
}
.medication-4.medication-4n:after {
 content:none;
}
.dawn-medication .row:nth-child(2){background:#efefef; height: 388px; padding-bottom:70px;}
.dawn-medication .row:nth-child(2) .dawn-img:after {
    
	left:auto;
    right: -10px;
}
.dawn-medication .row:nth-child(2) .dawn-img{margin-top:-50px;}
.dawn-medication .row:nth-child(2) .col-md-6:first-child {
    order: 2;
}
.contact-sec {
  background: #115d37 url(../img/contact-banner.jpg) no-repeat center center / cover;
}
.contact-qstn h2{font-size:39px; color:#fff; font-family:RobotoM;}
.contact-qstn {
    
    text-align: center;
    padding: 85px 0 283px;
}
.contact-form {
    background: #fff;
    padding: 50px 40px 30px;
   box-shadow: 0px 0px 14px #1e1f1f;
    margin-top: -270px;
	border-bottom:3px solid #006838;
}
.contact-details{padding:60px 0 70px;}

.contact-form .form-control {
 
    border-radius: 0;
    height: 45px;
}
.contact-form textarea#message {
 
    border-radius: 0;
    height: 150px;
}
.contact-form .btn_send {
    display: block;
    width: 100%;
    max-width: 285px;
    margin: 20px auto 0;
    background: #006838;
    font-size: 26px;
    border: 0;
    font-family: RobotoM;
    color: #fff;
	transition:0.5s ease-in-out;
}
.contact-form .btn_send:hover {background:#222;transition:0.5s ease-in-out;}
.contact-details .contact-info li {
    list-style: none;
    font-size: 20px;
    font-family: RobotoB;
    line-height: 47px;
    color: #222;
    position: relative;
    padding-left: 30px;
}
.contact-details .contact-info  li a{
	font-family:Roboto;color:#222;
	}
.contact-details .contact-info{padding-top:55px;}
.contact-details .contact-info  li i{
	color:#006838;
		position:absolute;
	left:0;
	top:13px;font-size:18px;
	}
	.contact-details .contact-info li i.fa.fa-phone {
    transform: rotate(45deg);
}
.contact-details .time-list{padding:35px 20px;margin:0; background:#efefef;
border-top:2px solid #006838;
border-bottom:2px solid #006838; }
.contact-details .time-list li{
	list-style:none; 
	font-size:19px; 
	font-family:Roboto;
	line-height:38px;
	color:#222;
	}
	.login-form {
    padding: 25px 35px 10px;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 20px #969696;
}
.innovate-login{padding:50px 0 40px;}
.innovate-login .innovate-top  p {color:#222; font-size:21px; line-height:31px; padding:0 0 0px;}
.innovate-login h3{font-size:32px; margin:0 0 10px;
    font-family: RobotoB; color:#222;}
.innovate-login p{font-size:14px; margin:0 0 15px;
    font-family: Roboto; color:#676767;}
.innovate-login form ::placeholder{ color:#919191;}
.innovate-login form a{font-size:14px; margin:0 0 15px;
    font-family: Roboto; color:#676767;}
	.innovate-login form p a {
    color: #0665d0;
}
.innovate-login form input{padding:0;font-size:14px;color:#919191; border-radius:0;border:0; border-bottom:2px solid #919191; height:40px;} 
.innovate-login form .login_btn {
    /*background: #006838;*/
    background: #094a4a;
    width: 100%;
    display: block;
    max-width: 150px;
    padding: 0;
	color:#fff;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
}
.quality-bx{padding:20px  0; border-bottom:1px solid #b4b4b4;}
.quality-bx h4{font-size:32px; font-family:RobotoM; color:#222;}
.quality-bx p{font-size:14px; font-family:Roboto; color:#676767; line-height:22px; margin:0;}
.solution-right{background: #006838; max-width:90%;} 
.solution-inner{padding:25px 15px 10px; }
.solution-inner h4{font-size:24px; font-family:RobotoB; color:#fff;}
.solution-inner h4 span{ color:#5edaa1; font-size:32px; }
.solution-inner p{font-size:14px; font-family:Roboto; line-height:22px;color:#fff;}


.faq-sec{padding:0px 0 99px;}
.faq-sec h1{font-size:32px; font-family:RobotoB; color:#222;}
.solution-inner .card-body {
    padding: 5px 25px;
}
.solution-inner	 .accordion .card-header,
.faq-sec .accordion .card-header{position:relative; }
.solution-inner .accordion .card-header:after,
.faq-sec .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f0d7";
   font-size: 22px;
   position:absolute;
   left:5px;
   top:13px;
   color: #676767;	
}
.solution-inner .accordion .card-header:before,
.solution-inner .accordion .card-header:after{color:#fff;    top:10px;}
.solution-inner .card{background:transparent;}
.solution-inner .accordion .card-header.collapsed:after,
.faq-sec .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
     content: "\f0da";
}
.faq-sec a.card-title {
    color: #676767;
    font-size: 22px;
    font-family: Roboto;
}
.solution-inner .accordion .card-header.collapsed:after,
.solution-inner .card-header.collapsed a.card-title{color:#fff;}
.solution-inner .card-header a.card-title,
.solution-inner .accordion .card-header:after,
.solution-inner a.card-title:hover {
color: #5edaa1;}
.solution-inner a.card-title {
    color: #fff;
    font-size: 22px;
    font-family: Roboto;
}
.solution-inner .accordion>.card,
.faq-sec .accordion>.card{border:0;}
.solution-inner .accordion>.card .card-header,
.faq-sec .accordion>.card .card-header {
    padding: 15px 5px 15px 25px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.solution-inner .accordion>.card .card-header{border:0;padding: 10px 5px 10px 25px;} 
.contact-icon {height:85px;}
.cont-info{background:#efefef; padding:px 0 0px;}
.cont-info h3 a{font-size:22px; color:#222; font-family:RobotoM; }
.cont-info p{font-size:14px;  color:#676767; font-family:Roboto; line-height:22px;}
.cont-icon-text {
	padding:50px 0;
    position: relative;
}
.cont-info .col-xl-3.col-6:last-child .cont-icon-text:after{content:none;}
.cont-icon-text:after {
    position: absolute;
	right:-15px;
	background:#d3d3d3;
	width:1px;
	height:100%;
	content:'';
	top:0;
}
/* sign up page */

.signup-form h1{font-size:36px; font-family:RobotoB; color:#222;}
.signup-form h2{font-size:26px;margin:15px 0 10px; font-family:RobotoB; color:#222;}
.signup-form p{font-size:16px; color:#222;}
.signup-form {
    background: #fcfcfc;
    padding: 103px 0;
    border-top: 2px solid #f3f3f3;
}
form#sign-form .form-control:focus {
    color: #006838;
	box-shadow:none;
	border-color:#006838;
}
form#sign-form ::placeholder{color:#8a8a8a;}	
form#sign-form .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid  #cac6c6;
    padding: 0;
    font-size: 14px;
}
form#sign-form input{position:relative;}
form#sign-form input::-webkit-input-placeholder:after /* Only for Chrome */
{
   color:red;
   content:"*";
   opacity: 1
}
form#sign-form label{    font-size: 14px; color:#8a8a8a;}
form#sign-form .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
select:focus{outline:none!important;}
select.state-list {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cac6c6;
    padding: 0;
    font-size: 14px;
    height: calc(1.5em + .75rem + 2px);
    color: #8a8a8a;
}
form#sign-form  input.btn_send {
     text-align: center;
    display: block;
    width: 250px;
    border: 0;
    background: #006839;
    color: #fff;
    font-size: 26px;
    height: 54px;
    line-height: 54px;
    margin: 60px auto 0;
}
.heading-signup{
    margin: 0 0 30px;
}
.help-sec {
    background: #fbfbfb url(../img/back-keyboard.png) no-repeat left top;
    padding: 105px 0;
}
.help-sec h2 {
    font-size: 36px;
    color: #222;
    font-family: RobotoB;
    margin: 0 auto 45px;
}
.help-sec  .card-title{
    font-size:26px;
    color: #222;
font-family: RobotoB;}
.help-sec  .accordion>.card {
    overflow: hidden;
    background: transparent;
    border: 0;
}
.help-sec input:focus{outline:0; box-shadow:none;background:transparent;}
.help-sec select, .help-sec input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #8a8a8a;
    background: transparent;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.help-sec .card-body {
       padding: 0 20px;
}
.help-sec .card-header {
    padding:10px 15px;
	position:relative;
    margin-bottom: 20px!important;
    background-color: #dedede;  border: 0;
}

.help-sec .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f0d7";
   font-size: 22px;
   position:absolute;
   right:15px;
   top:13px;
   color: #676767;	
}
.help-sec .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
     content: "\f0da";
}
.help-sec .input-group{width:100%;}
.help-sec input#text {
    text-align: left;
    font-size: 14px;
}
.help-sec  .form-group .search-btn {
    position:absolute;
	right:0;
    background: none;
    color: #676767;
    border: 0;
    font-size: 20px;
}
/* medication-page */
.medication-sec{background:#fcfcfc; padding:100px 0 90px; border-top:1px solid #d3d3d3;}
.medication-sec form h3{font-size:22px; color:#222; font-family:RobotoM; display: block;
    width: 100%; margin:40px 0 10px;}
.medication-sec form h4{font-size:16px; color:#222; font-family:Roboto; display: block;
    width: 100%;}
.medication-sec form h5{font-size:19px; color:#222; font-family:Roboto; display: block;
    width: 100%;}
.medication-sec form p{font-size:16px; color:#222; font-family:Roboto; margin: 0 0 5px;}
.medication-sec form .submit-btn {
    background: #006838;
    width: 100%;
    display: block;
    max-width: 220px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    height: 52px;
    font-size: 26px;
    line-height: 52px;
    margin: 40px auto 0;
}
.medication-sec .medication-srch input{border-right:0;}
.medication-sec .medication-srch button{border:1px solid #ced4da; border-left:0;}



/* line 27, bootstrap-select.scss */
/* select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
*/

/* line 32, bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 37, bootstrap-select.scss */
.bootstrap-select.btn-group > .dropdown-toggle {
  height: 100%;
}
/* line 43, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  
    background: #fff;
}
/* line 48, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
 .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
 .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
 .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #495057;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #006838;
}
/* line 56, bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 67, bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 77, bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 82, bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 86, bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 90, bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 97, bootstrap-select.scss */
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    background: #fff;
    border: 1px solid #d3d3d3;
	height:36px;
}
/* line 102, bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 106, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 110, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 119, bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
  max-width:480px;
}

/* line 130, bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 135, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 141, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 145, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 155, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 159, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 163, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 168, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
/* line 173, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 180, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 187, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 196, bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 201, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 205, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 216, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
  position: relative;
  cursor: pointer;
  user-select: none;
}
/* line 221, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
  color: #fff;
}
/* line 225, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
  cursor: not-allowed;
}
/* line 229, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
  display: none;
}
/* line 233, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
  display: block;
}
/* line 236, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 241, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  display: none;
}
/* line 245, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
  display: inline-block;
}
/* line 250, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
  padding-left: 0.5em;
}
/* line 257, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
  display: none;
}
/* line 261, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
  display: inline-block;
}
/* line 266, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 282, bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 290, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 294, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 302, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 309, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px;
}

/* line 316, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 321, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 332, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 345, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 352, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 361, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 366, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 373, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 380, bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-searchbox input.form-control {
   float: left;
	width:calc(100% - 30px);
    margin: 0 0 10px;
    border-right: 0;
    border-radius: 0;
}
.form-control:focus {
	border-color:#d3d3d3!important;
    box-shadow: none!important;
}
.bs-searchbox i{  float: right;
width:30px; border:1px solid #d3d3d3; color:#d3d3d3; line-height:36px; border-left:0;
}
.bs-searchbox{overflow:hidden;}
/* line 386, bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 390, bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 395, bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 400, bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 406, bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 410, bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* line 417, bootstrap-select.scss */
.input-group .bs-searchbox .form-control {
  width: 100%;
}
.form-group.pet-name,
.medication-srch{max-width:480px; margin: 0 0 15px;}

.medication-sec form input[type=checkbox], input[type=radio] {
    vertical-align: top;
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}
.medication-sec form .check-list {
    margin: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.medication-sec form .check-list label {
    font-size: 16px;
    max-width: 100%;
    font-weight: 600;
    color: #676767;
    display: block;
    width: 450px;
    float: left;
    height: 100px;
}
.medication-sec form .check-list label:last-child {
    width: 762px;
}
.medication-sec form .modal-body {
    padding: 40px;
}
.medication-sec form .modal-body .formvalue{overflow:hidden;}

.medication-sec form .modal-footer {
    justify-content: center;border:0; padding-bottom:50px;
}
.medication-sec form .modal-footer button {
    display: block;
    max-width: 170px;
    height: 47px;
    font-size: 18px;
    background: #006838;
    border-radius: 0;
    color: #fff;
    padding: 0;
    line-height: 47px;
    width: 100%;
    font-family: 'Roboto';
}
.medication-sec form .modal-footer button:first-child {
    background: transparent;
    color: #222;
    border: 1px solid #222;
    max-width: 150px;
}
.medication-sec form .modal-body .formvalue {
    overflow: hidden;
    padding: 20px 0 14px;
	
    border-top: 1px solid #e0e0e0;
}
.medication-sec form .modal-body .formvalue:first-child{padding:0 0 14px; border:0;}
.medication-sec form .modal-body .formvalue p{padding:0 15px; font-size:14px; color:#676767;}
.medication-sec form .modal-body .formvalue h4{
	font-size:22px; font-family:RobotoM; color:#222;
margin: 0 0 5px;	
}
.medication-sec form .modal-body .formvalue h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: RobotoM;
    color: #222;
    padding: 0 15px;
    float: left;
    width: 50%;
    text-transform: capitalize;
}
.medication-sec form .modal-body .formvalue h6 span {
    color: #222;
    font-size: 16px;
	margin-right:5px;
}
.medication-sec form .modal-body .formvalue h6{margin: 0 0 5px;
	font-size:14px; font-family:RobotoM;color:#222;  
    float: left;
    width: 50%;	
}
.medication-sec .modal-content{border-radius:0;}
.medication-sec form .modal-dialog {
    max-width: 992px;
    border-top: 5px solid #006838;
    z-index: 9999;
    box-shadow: 1px 1px 16px #615d5d;
}
select#Flavors {
    width: 180px;
    height: 34px;
    border-radius: 4px;
    border-color: #d3d3d3;
    color: #676767;
    font-size: 14px;
    margin-left: 92px;
}
.inner-formvalue {
    width: 100%;
    clear: both;
    margin: 20px 0 0;
    overflow: hidden;
}
.inner-formvalue2 {
	float:left; max-width:50%;
    width: 100%;
}
.medication-sec form .check-list ul {padding-left:30px;}
.medication-sec form .check-list ul li {font-weight:normal; font-size:12px;}
.medication-sec form .check-list p {
    font-weight: normal;
    color: #676767;
    font-size: 12px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 77px;
    text-align: left;
    float: left;
}
.black-checkbox .fill-control-input:checked~.fill-control-indicator{
  background-color: #006838;
  border-color:#006838;
}
.fill-control-input{
  display: none;
}
.black-checkbox .fill-control-input:checked~.fill-control-indicator{
  background-color: #006838;
  border-color: #006838;
  background-size: 80%;
}
.fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: .3s;
    background: transperent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/download.svg);
}
.medication-sec form label{padding:15px 15px 0;     margin: 0;}
.medication-sec form label.active {
    background: #ececec;
  
}
.medication-sec form .form-group b {
    float: left;
    width: 38px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}


.tinybox {
    display: none;
    margin: 0 0 0px;
    background: #ececec;
    padding: 28px 20px 24px;
    float: left;
    height: 100px;
}
.medication-sec form .form-group.active {
    background: #f3f3f3;
}
.form-group h5 {
    margin-top: 10px;
}
/* Media Queries  */

@media all and (max-width: 1199px) {
	.flavors-dosage:before {
    width: 61%;
}
.flavors-dosage.dosage-2:before {
    width: 65%;
}
.flavors-dosage .row:before,
.flavors-dosage.dosage-2 .row:before {

    left: -164px;
}
.flavors-dosage .row:before {
    top: 186px;
}
	}
	
@media all and (max-width: 1024px) {
	.navbar-b .nav-link, .navbar-b.navbar-reduce .nav-link {
    font-size: 13px;}
	.banner h5 {
    width: 100%;
}.navbar-b .navbar-brand img {
    width: 184px;
}
.flavors-dosage {
    margin-left: 100px;
}
.banner-text {
    padding: 50px 0px;
}
}

@media all and (max-width: 991px) {
.search-bar form {
    background: #006839;
    border-radius: 30px 0 0 30px;
    float: none;
    margin: 20px auto 0;
}
.banner-text:before {
        width:100%;
    height: 60%;
    top:90px;
}


.pets_meditation .col-lg-4:nth-child(3) {
border:0;
}
.flavors-dosage h3 {width:auto;}	
.why-choose {
    padding: 40px 0;
}
.call-btn a {
    margin-left: 10px;
    color: #056a3a;
}
.meditation-bx,.dosage-bx {
    max-width: 340px;
}.appointment-box h2 {
    font-size: 30px;
}.appointment-box p {
font-size:18px;}
.appointment-box {
    padding: 30px 15px;
}.pets_meditation h4 {
    margin: 20px auto 20px;
    font-size: 30px;
}.left-flavors h2 {
    font-size: 40px;
    margin: 0 0 15px;
}.left-flavors ul li {
    font-size: 18px;
    line-height:36px;
    width: 50%;
}.dosage-forms {
    padding:50px 0  50px;
}.dosage-forms h2 {
    font-size: 30px;
    margin: 0 auto 10px;
}
.medication-sec {
    padding: 40px 0 40px;
}
.left-flavors {
    padding: 70px 0px;
}.why-choose h2 ,.search-sec h2{
    font-size: 30px;
    margin: 0 auto 30px;
}.why-choose h3 {
    font-size: 24px;
    margin: 0 0 20px;
}.choose-text {
    height: auto;
    margin: 0 0 25px;
}.why-choose .row .col-lg-6:last-child:before{content:none;}
.search-sec {
    padding: 50px 0 50px;
}.search-sec button.btn {
    font-size: 15px;
width: 130px;}
.search-sec input.btn.btn-lg {
		width: calc(100% - 130px);
	}.middle-footer .content-ftr {
    padding:  0 20px;
    max-width: 100%;
    margin: 0 auto;
}.dosage-forms a {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.left-footer, .middle-footer, .right-footer {
    padding-top: 20px;
    padding-bottom: 15px;
}#footer h4.f-title {
    font-size: 24px;
    margin: 0 0 15px;
}.copyright p {
    text-align: center;
    padding-left: 0;
    margin: 0 0 10px!important;
    display: block;
    width: 100%;
}.pets_meditation h2 {
    font-size: 36px;
    margin: 0 0 25px;
}
.pets_meditation {
    padding: 40px 0px;
}
.pets_meditation .col-lg-4:nth-child(3) {
    margin: 50px 0;
}
.banner-text{
    padding: 100px 0;
}
.banner h2 em {
    font-size: 38px;
}
.banner h2 {
    font-size: 36px;
    line-height: 46px;
    max-width: 433px;
}

.banner h2 span {
    font-size: 40px;
}
.banner .text-2 h2 span {
    font-size: 36px;
}
.pets-flavour img{display:block; width:100%;}
.pets-flavour .container {
    max-width: 720px;
    padding: 0;
}
.flavor-text {
    max-width: 100%;
    padding: 30px 15px;
    text-align: center;
    margin: 0 auto;
}
.flavor-text a {
    margin: 0 auto;
}
.col-lg-3.d-logo {
    display: none;
}
.mob-logo{display:block;}
.flavors-dosage .col-xl-4.col-lg-6:nth-child(5) .flavour-box.dosage-box,
.flavors-dosage .col-xl-4.col-lg-6:nth-child(6) .flavour-box.dosage-box,
.flavour-box.dosage-box,
.flavour-box {
	max-width:100%;
	height:auto;
	margin:  0 0 20px;
}
.flavors-dosage {
    padding:30px 0;
}
.flavors-dosage h3 {
    font-size: 36px;
}
.flavors-dosage.dosage-2 .row:before,
.flavors-dosage .row:before {
      font-size: 36px;  
    left: -85px;
    top: 100px;
}
.flavors-dosage.dosage-2:before, .flavors-dosage:before {
    width: 25%;
    top: 50px;
}
.flavors-dosage.dosage-2:before {
    width: 25%;
    top:40px;
}
.flavors-dosage h3{position:relative;}
.flavors-dosage h3:after {
    position: absolute;
    width: calc(100% - 175px);
    right: 0;
    background: #006838;
    height: 2px;
    content: '';
    top: 20px;
}
.flavors-dosage.dosage-2 h3:after {
		width: calc(100% - 320px);
		}

.page-title-sec.flavr-banner h2 {
    background: rgba(00,104,56,0.8);
    width: 100%;
    max-width: 258px;
    padding: 50px 20px;
	font-size:28px;
}
.page-title-sec {
    padding: 30px 0;
}
.medication-1{padding:40px 0 0;}
.dawn-text h3 {
    font-size: 24px;
    line-height: 36px;
}
.dawn-text h3 span {
    font-size: 30px;
}
.dawn-text {
    padding: 20px 15px;
   
}
.dawn-medication .row:nth-child(2) {
    height: 280px;
}
.dawn-medication:after {

    height: 280px;
}
.contact-qstn {
    padding: 40px 0 200px;
}
.contact-form {
    padding: 15px;
    margin-top: -180px;
}
.solution-right {
    max-width: 100%;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}
.cont-info   .cont-icon-text{margin: 0 0 30px;}
.cont-info .col-xl-3.col-md-6:nth-child(2) .cont-icon-text:after{content:none;}
.cont-info ,.innovate-login {
    padding: 40px 0;
}
.faq-sec {
    padding: 0px 0 30px;
}img.d-block.f-logo {
    margin: 0;
    text-align: left;
}
.signup-form {
    padding: 40px 0;
}
.heading-signup {
    margin: 0 0 30px;
}
form#sign-form input.btn_send {
    font-size:20px;
    height: 44px;
    line-height: 44px;
    margin: 30px auto 0;
}
.signup-form h1 {
    font-size: 30px;
}
.signup-form h2 {
    font-size: 22px;
    margin: 10px 0;
}
.signup-form p {
    font-size: 15px;
}
.help-sec {
    padding: 40px 0;
}
.help-sec h2 {
    font-size: 24px;
    margin: 0 auto 25px;
}
.help-sec .card-title {
    font-size: 18px;
}
.help-sec .card-header {
    padding: 10px 35px 10px 15px;
}
.mob-search, .mob-search .search-bar{display:block;}
.search-bar{display:none;}
.mob-search  .search-bar input#text {
    width: auto;
	display:none;
}	
.mob-search {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
	padding:10px 0; 

}


.mob-search .form-control:focus{box-shadow:none;}
.mob-search .navbar-right form{
  width:100%;
  
    background: #f8f8f8;
}
.mob-search .form-group{
  position:relative;
width:0%;
  min-width:55px;
height:55px;
overflow:hidden;
transition: width 1s;
margin:0;
backface-visibility:hidden;
}
.mob-search .form-group input.form-control {
    position: absolute;
    top: 3px;
    right: 0;
    outline: none;
    width: 90%;
    height: 50px;
    margin: 0;
    z-index: 10;
    border: 0;
    background: transparent;
}
input[type="text"].form-control{
  -webkit-appearence:none;
  -webkit-border-radius:0;
}
.mob-search .form-control-submit,
.mob-search .search-label{
  width:55px;
  height:55px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  border-radius:50%;
  text-align:center;
  cursor:pointer;
  line-height:55px;
color:#fff;
    border: 2px solid #fff;
background: #006839;;
}
.mob-search .form-control-submit{
  background:#fff; 
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
.mob-search .search-label {
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-search .form-group.sb-search-open,
.mob-search .no-js .sb-search-open{
  width:100%;
background: #f8f8f8;
    border-radius: 40px;
}
.mob-search .form-group.sb-search-open .search-label,.mob-search .no-js .sb-search .search-label {
    background: #006838;
    color: #fff;
    z-index: 11;
    line-height: 55px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.mob-search .form-group.sb-search-open .form-control-submit,
.mob-search .no-js .form-control .form-control-submit {
	z-index: 90;
}
.mob-search .form-group input.form-control,
.mob-search .search-bar form button i{position:relative;}
.copyright {
    padding: 5px 0 80px;
}
.dawn-medication.medication-4 {
    margin-bottom: 30px;
}.medication-sec form .modal-dialog {
    max-width: 90%;
    margin: 50px auto 0;
}
.medication-sec form .modal-body {
    padding: 15px;
}
.inner-formvalue2 {
    float: none;
    max-width: 100%;
    margin: 10px 0 0px;
    display: block;
    overflow: hidden;
}
.medication-sec form .modal-body .formvalue h5,
.medication-sec form .modal-body .formvalue h6{
	float: none;
	width: 100%;
	padding: 0 5px;
	display: block;
	overflow: hidden;
}
	}
	
	
	
	
@media all and (max-width: 767px) {
.flavours:before{content:none;}
.navbar-b .navbar-brand img {
    width: 170px;
}.left-flavors {
    padding: 40px 15px;
}
.banner-text:before {
        width:70%;
    height: 100%;
    top:00px;
}

 .banner-text:after {
    top:00px;
	height:100%;
}

.medication-1 {
    padding: 0px 0 0px;
}
header.main-head {
        padding: 0px 0 10px;
}.pets_meditation h2 {
    font-size: 30px;
}
.banner h2 span{
    font-size: 36px;
}
.banner-text{
    padding: 50px 0;
	margin-bottom:20px;
}.banner h2 {
    font-size: 28px;
    line-height: 36px;
    max-width: 350px;
}
.banner .text-2 h2 span {
    font-size: 28px;
}
.flavor-text h2 {
    font-size: 24px;
}.flavor-text h3 {
    font-size:30px;
    margin: 0 0 15px;
}.flavor-text p {
    font-size: 16px;
    line-height: 24px;
    max-width:550px;
}.flavor-text a {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    max-width: 200px;
}
.testimonials {
    padding: 40px 0px;
}

.search-bar form .input-group{display:block!important;}
.search-bar form button {
    background: transparent!important;
    float: right;
}
.search-bar form button span {
    display: none;
}
.search-bar form button i{margin-left:0;}
.dawn-medication .row:nth-child(2) .col-md-6:first-child {
    order: unset;
}
.dawn-medication .row:first-child,
.dawn-medication .row:nth-child(2) {
    height: auto;
}
.dawn-medication:after {
    height: 0;
}
.dawn-text p {
    margin: 0;
}
.dawn-medication .row:nth-child(2) .dawn-img {
    margin-top: 0;
}
.dawn-medication .row:nth-child(2) {
    padding-bottom: 00px;
}
.dawn-medication .row:first-child ,
.dawn-medication .row:last-child {
    margin-bottom: 0px;
}
.dawn-medication .row .dawn-img {
    margin-bottom:30px!important;
}
.contact-qstn h2 {
    font-size:30px;
}
.contact-details {
    padding: 30px 0;
}
.contact-details .contact-info {
    padding-top:00px;
}
.cont-info .cont-icon-text {
    margin: 0 0 0px;
	padding: 20px 0px;
}.cont-info p {
    max-width: 300px;
    margin: 0 auto;
}
.help-sec .card-body .form-group{
    padding: 0;
}
.cont-icon-text:after{content:none;}
.flavors-dosage h3 {
    font-size: 30px;
    line-height: 44px;
	width:auto;
}
.flavors-dosage h3:after {
    width: calc(100% - 140px);
}
.dosage-forms .row:nth-child(2) {
    display: none;
}
.medication-sec form .check-list label {
    width: 100%;
    float: none;
    height: auto;
	overflow:hidden;
}
.tinybox {
    padding: 0 0 15px;
    float: none;
    height: auto;
}
.medication-sec form .check-list label:last-child {
    width: 100%;
}
.meditation-img, .dosage-img {
    height: 75px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dosage-bx h3, .meditation-bx h3 {
      margin: 0 auto 25px;
}
}

@media all and (max-width: 600px) {
footer#footer {
    background: url(../img/footer-back.jpg) no-repeat bottom / 520%;
    background-position-x: 64%;
}
}
@media all and (max-width: 480px) {
	.why-choose h2 {
    font-size: 24px;
} .search-sec h2 {
    font-size: 20px;
	margin: 0 auto 10px;
}.middle-footer .content-ftr, .content-ftr {
    padding: 0;
}#footer ul li {
    list-style: none;
    font-size: 13px;
    line-height: 24px;
}
 .banner-text:before {
        width:100%;
 height:85%;
}

.banner-text:after {
 
	height:85%;
}
.banner .carousel-control-prev,
.banner .carousel-control-next{display:none;}
.cont-info h3 a {
    font-size: 20px;
}
.cont-info .cont-icon-text {
    padding: 10px 0;
}

.contact-icon {
    height: 70px;
    display: flex!important;
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
}
.testimonials .text-testimonials p {
    font-size: 16px;
    line-height: 24px;
}
.medication-sec form .check-list label {
    font-size: 14px;
    max-width:100%;
}
.medication-sec form .check-list ul {
    padding-left: 15px;
}
.banner .modal-dialog {
    max-width: 90%;
}
.left-flavors h2 {
    font-size: 24px;
}

 .pets_meditation h2 {
    font-size: 30px;
    text-align: center;
}
.left-flavors ul li {
    width: 100%; float:none;
}
.banner-text {
    padding: 30px 0 20px;
}
.banner {
    background-position: left;
    background-size:110% 100%;
   
}
.banner p a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    max-width: 180px;
}
.dosage-bx h3 {
    font-size: 24px;
}.dosage-forms h2 {
    font-size: 30px;
	max-width:300px;
    margin: 0 auto 20px;
}
.banner h2 span {
    font-size: 20px;
}
.search-sec {
    padding:20px 0 30px;
}
.banner h2 em {
    font-size: 22px;
}
.banner h2 {
    font-size: 17px;
    line-height:24px;
    max-width: 282px;
    margin: 0 0 15px;
  
}
.banner .text-2 h2 span {
    font-size: 18px;
}
.testimonials .text-testimonials {
    padding: 15px 15px 30px;
}
.flavors-dosage {
    margin-left: 0px;
}
.flavors-dosage.dosage-2 .row:before, .flavors-dosage .row:before {
   content:none;
}
.flavour-box h4 {
    padding: 15px;
    font-size: 22px;
}
.flavour-box ul {
    padding:15px;
}
.contact-details .contact-info li {
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 10px;
}
.contact-details .contact-info li i {
   
    top: 7px;
}
.contact-details .time-list {
    padding: 15px;
}
.contact-details .time-list li {
    font-size: 16px;
    line-height: 30px;
}
.login-form {
    padding: 20px;
}
.innovate-login h3,
.solution-inner h4,.quality-bx h4 {
    font-size: 20px;
}
.solution-inner h4 span{ font-size:28px; }
.solution-inner {
    padding:20px 5px;
}
.faq-sec .accordion .card-header:after,
.faq-sec a.card-title {
    font-size: 18px;
}
.banner h5 {display:none;}
.banner-mob-p {display:block;}
.banner-mob-p {
    padding: 5px 0;
}
.banner-mob-p .container {
    padding: 0 5px;
}
.banner-mob-p p{font-size:11px; line-height:12px;
 color:#222; margin:0;
}
.banner{position:relative;}
.banner-text p{display:none;}

.medication-sec form .modal-footer button, .medication-sec form .modal-footer button:first-child {
    width: 100%;
    max-width: 100%;
    display: table-footer-group;
    margin: 0 0 20px;
}
.medication-sec form .modal-footer {
    padding-bottom: 50px;
    display: -webkit-inline-box;
    margin: 0 auto;
    padding: 0 0 0px;
}
.medication-sec form .modal-body .formvalue h5,
.medication-sec form .modal-body .formvalue p{padding: 0 5px;}

}
@media all and (max-width: 414px) {
	.search-sec input.btn.btn-lg {
    width: 100%;
}.search-sec button.btn {
    width: 100%;
    float: none;
}
.pets-banner p.lg-p {
    font-size: 24px;
}

.page-title-sec.flavr-banner h2 {
    font-size: 20px;
    background: rgba(00,104,56,0.8);
    width: 100%;
	margin:0;
    max-width: 185px;
    padding: 20px 15px;
}
header.main-head .col-lg-3 {
    padding: 0;
}.contact-qstn h2 {
    font-size: 24px;
}
.page-title-sec{padding:30px 0;}
.page-title-sec h2 {
    font-size: 21px;
}
.pets-banner p {
    font-size: 16px;
}
.pets-banner p i {
    font-size: 25px;
}
header.main-head {
    padding: 0;
}
.banner-text {
    /* padding: 30px 0 40px; */
    padding: 10px 0 10px;
}
.flavors-dosage.dosage-2 h3:after {
    width: calc(100% - 257px);
}
}
@media all and (max-width: 384px) {

}
@media all and (max-width: 375px) {
}
@media all and (max-width: 360px) {
}
@media all and (max-width: 320px) {
}

.help-block-error {
    font-size: 11px !important;
    color: #ff0000 !important;
    font-weight: 300 !important;
    margin: 0 !important;
}
.custom-captcha {
    padding: 24px 0 15px !important;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.dawn-medication .custom-same-btn{
    margin: 50px auto 0;
    color: #fff;
    text-transform: uppercase;
}

.dawn-medication .custom-same-btn:hover {color: #fff;}
.custom-same-btn {
    font-size: 22px;
    transition: all .5s ease-in-out;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    display: block;
    background: #006838;
    line-height: 50px;
    height: 50px;
    max-width: 280px;
}
/*new style */

.login-main-logo{
    margin: 60px auto 30px;
}
.login-main-logo-wrapper{
     width: 260px;
    margin: 0 auto;
}
.login-form-cs{
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border: 0 none;
    padding: 50px 70px;
}

.login-heading-main{
    text-align: center;
    margin: 0 0 40px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}
.login-copyright-login{
    margin-top: 100px;
    background: #094A4A;
    text-align: center;
    padding: 20px 0;
}
.data-lastpass-wrapper{
    position: absolute !important; top: 0px !important; left: 0px !important; height: 0px !important; width: 0px !important;
}
.data-lastpass-div{
    position: absolute !important; top: 0px !important; left: 0px !important;
}
.unknow-div-wrapper{
    background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;
}
.unknow-div1-empty{
    width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.05;
}
.g-recaptcha-bubble-arrow1{
    border: 11px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;
}
.g-recaptcha-bubble-arrow2{
    border: 10px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;
}
.login-form-wrapper{
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  border: 0 none;
  padding: 2rem;
}
.heading-h3 {
  text-align: center;
  margin: 0 0 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.rouned-0 {
  border-radius: 0 !important;
}
.login_btn {
  /*background: #1b8a8a !important;*/
  
  border: 0 !important ;
  max-width: 100% !important;
}
.login_btn:hover {
  background: #1b8a8a !important;
}
.have-an-account {
  margin: 20px 0 0;
  text-align: center;
}
.have-an-account a {
  color: #1b8a8a !important;
}
.have-an-account a:hover {
  color: #094a4a !important;
  text-decoration: underline;
}
.text-green, .text-green a {
  color: #1b8a8a !important;
}
.text-green:hover, .text-green a:hover {
  color: #094a4a !important;
  text-decoration:underline;
}

.heading-h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 20px;
}
.data-lastpass-icon-root {
  position: relative !important;
  height: 0px !important;
  width: 0px !important;
  float: left !important;
}
.ifrma-wrapper {
  width: 304px;
  height: 78px;
}
.g-recaptcha-response-cs {
  width: 250px;
  height: 40px;
  border: 1px solid rgb(193, 193, 193);
  margin: 10px 25px;
  padding: 0px;
  resize: none;
  display: none;
}

.d-flex-cs .checkbox label{
    display:flex;
    align-items:center;
}
.d-flex-cs .checkbox label #signupform-subscribe_to_news{
    margin-right:6px;
}
.field-signupform-state{
    margin-top:5px;
}
.copyright-login {
  margin-top: 100px;
  background: #094a4a;
  text-align: center;
  padding: 20px 0;
}
.copyright-login a{
        color: #B3F2F2;
}
.copyright-login a:hover{
    text-decoration:underline;
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .login-form-cs {
    padding: 24px 16px;
  }
}



