@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'IBM Plex Sans';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-Bold.woff2') format('woff2'),
        url('IBMPlexSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
   
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-Medium.woff2') format('woff2'),
        url('IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-Regular.woff2') format('woff2'),
        url('IBMPlexSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('Georgia-Bold.woff2') format('woff2'),
        url('Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
	
.top_strip{
	float:left;
	width:100%;
	background:#5c8ff7;
	padding:4px 0 8px;
	}	
.top_strip p{
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.3px;
	font-weight:500;
	}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:80px;
	
	margin-top:-80px;
	top:80px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float:left;
	margin-top:17px;
	width:194px;
	}				
ul.menu-list{
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0 -28px;
	}
ul.menu-list li{
	float: left;
	}
ul.menu-list li a{
	float:left;
	font-size:16px;
	line-height: 16px;
	color:#4c4c4c;
	padding:0 15px;
	}	
ul.menu-list li a:hover{ color:#0074d9;}
ul.menu-list li a.active{ color:#0074d9;}
a.header-btn{
    float: right;
    width: 170px;
    height: 42px;
    margin: 19px 0 0 0;
    border: none;
    background: #f38f00;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
	}
a.header-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 12px;
	width:14px;
	}	

/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:122px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	letter-spacing:0.5px;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
	background:url(../images/banner-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:0 0 60px;
	overflow:hidden;
	background-size: cover;
	position:relative;
	}	
.bnr_content{
	float:left;
	width:60%;
	text-align:left;
	margin-top:45px;
	}
.banr-rev-text{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #edebe8;
    border-radius: 30px;
    padding: 4px 10px 6px;
	}
.banr-rev-text p{
	display:inline-block;
	vertical-align:middle;	
	font-size:14px;
	line-height:16px;
	color:#000;
	letter-spacing:0.3px;
	}		
.bnr_rev_star{
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 0;
	width:65px;
	}
.rev_pic{ 
	display:inline-block;
	vertical-align:middle;
	margin:2px 0 0 8px;
	width:98px;
	}
	
.bnr_heading{
    font-size: 54px;
    line-height: 64px;
	color:#232323;
	font-family: 'Georgia';
	font-weight: bold;
	margin-top:16px;
	}
.bnr_heading span{
	background:url(../images/bnr-heading-line.png) no-repeat center bottom -5px;
	}	
.bnr_text{
	width:100%;
	max-width:590px;
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
	margin-top:20px;
	}
	
ul.banner_point{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.banner_point li{
	background:url(../images/banner_check.png) no-repeat left 4px;	
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	text-align:left;
	background-size:16px;
	padding-left:27px;
	letter-spacing:0.3px;
	margin-top:10px;
	position:relative;
	}
ul.banner_point li:last-child{ padding-bottom:0;}	

.btn-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:333px;
	max-width:100%;
	margin-top:45px;
	}
.bnr_section .btn-box{ margin-top:35px;}	
.packageBtn{
	float:left;
    width: 100%;
    border-radius:5px;
    height:58px;
	line-height:58px;
    overflow: hidden;
	position:relative;
	background:#f38f00;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	}
.btn-arw{
	display:inline-block !important;
	vertical-align:middle;
	margin:0 0 0 14px;
	width:14px;
	}		
.btn_mnybk_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:600;
	margin-top:12px;	
	}
.btn_mnybk_text img{
	display:inline-block !important;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	width:11px;
	}		

.discont{
	display: inline-block;
    vertical-align: middle;
    background: #fffed9;
    border: 1px dashed #000;
    font-size: 16px;
    line-height: 18px;
	letter-spacing:0.3px;
    color: #000;
    font-weight: bold;
    padding: 8px 27px;
    border-radius: 4px;
	position:relative;
	animation:jump ease-in-out 1.5s infinite;
	margin-bottom:10px;
	}
.discont span{ font-weight:700;}	
.discont img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	width:17px;
	}
.discont:after{
	position: absolute;
    left: 16px;
    width: 10px;
    height: 10px;
    bottom: -6px;
    content: "";
    border-right: 1px dashed #000;
    border-top: 1px dashed #000;
    transform: rotate(137deg);
    background: #fffed9;
	}
@keyframes jump{
	0%{ transform: translateY(0);}
	50%{ transform: translateY(-10px);}
	100%{ transform: translateY(0);}
	}
			
.dot_animate{
	animation:breath 1s ease-in-out infinite;
	}
@keyframes breath{
0%{ opacity:1;}
30%{ opacity:0;}
100%{ opacity:1;}
}	
	
.bnr_testi{
	float: left;
    width: 100%;
    max-width: 540px;
    margin-top: 32px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.bnr_t_img{
	width:72px;
	border:2px solid #e2f3ff;
	border-radius:50%;
	overflow:hidden;
	}	
.bnr_t_img img{
	margin:0 auto 0;
	display:block;
	}		
.bnr_t_cont{
	width:calc(100% - 72px);
	padding-left:12px;
	text-align:left;
	}
.bnr_t_star{
	display:inline-block;
	width:80px;
	}	
.bnr_t_text{
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:2px;
	}	
.bnr_t_name{
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:bold;
	margin-top:10px;
	}	
.bnr_t_name span{
	font-size:12px;
	line-height:12px;
	font-weight:500;
	}	
.bnr_t_name span img{
	display:inline-block;
	vertical-align:middle;
	width:11px;
	margin:-2px 5px 0 5px;
	}
	
.bnr_dog_blk{
    position: absolute;
    top: 367px;
    right: 8px;
    width: 553px;
    height: 267px;
	}	
.bnr_dog_content{
	position:absolute;
	top:0;
	left:0;
    width: 100%;
    max-width: 180px;
	transform: translateX(-100px);
    opacity: 0;
    transition: all ease 0.5s;
	}
.bnr_dog_content.in-viewport{
    transform: translateX(0);
    opacity: 1;
    transition: all ease 0.5s;
	}	
.cont_box_text{
	background: #c8daff;
    border-radius: 0 45px 55px 80px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
    text-align: center;
	}
.bnr_cont_arrw{
    position: absolute;
    top: -15px;
    right: -8px;
	}
	
.bnr_dog_content2{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 180px;
	transform: translateY(100px);
    opacity: 0;
    transition: all ease 0.5s;
	}
.bnr_dog_content2.in-viewport{
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.5s;
	}		
.bnr_dog_content2 .cont_box_text{
	background: #c2f7d8;
    border-radius: 45px 0 80px 45px;
    padding: 8px 20px;
	}	
.bnr_dog_content2 .bnr_cont_arrw{
	 left:-15px;
	}		
	
/*-----------------------
scrollStrip
------------------------*/
.scrollStrip{
	float:left;
	position: relative;
	width:100%;
	overflow:hidden;
	background:#ccecf4;
	padding:20px 0;
	}
.logoSlider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000;
	position:relative;
	letter-spacing:0.5px;
	margin-right:50px;
	}
.slider_track li:before{
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#6787c9;
	position:absolute;
	top:9px;
	left:-28px;
	}
		
/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	}
.sec1_inner{
	float:left;
	width:100%;
	position:relative;
	padding:60px 0 70px;
	}	
.common_heading{
	font-size:50px;
	line-height:54px;
	color:#232323;
	font-family: 'Georgia';
	font-weight:bold;
	}
	
ul.s1_list{
	margin:60px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s1_list li{
	width: 30%;
    text-align: center;
    padding: 0 55px;
	position:relative;
	}	
ul.s1_list li:before{
	content: '';
    position: absolute;
    top: 19px;
    left: 54%;
    border-top: 2px solid #5c8ff7;
    width: 380px;
	}	
ul.s1_list li:last-child:before{ display:none;}	
.s1_stp_txt{
	display:inline-block;
	vertical-align:top;
    background: #5c8ff7;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
	font-weight:bold;
    line-height: 36px;
    color: #fff;
	}	
.s1_list_imgs{
	margin:40px auto 0;
	display:block;
	width:160px;
	}	
.s1_list_heading{
	font-size:20px;
	line-height:26px;
	color:#232323;
	font-weight:bold;
	margin-top:14px;
	}	
.s1_list_text{
	font-size:16px;
	line-height:22px;
	color:#232323;
	margin-top:14px;
	}
.section-1 .btn-box{ margin-top:60px;}				
.s1_btm_text{
	font-size:12px;
	line-height:16px;
	color:#585858;
	margin-top:25px;
	}
.s1_dog_img1{
	position:absolute;
	bottom:-10px;
	left:0;
	width:173px;
	z-index:2;
	}
.s1_dog_img2{
	position:absolute;
	bottom:-42px;
	right:0;
	width:143px;
	z-index:2;
	}		
			
/*-----------------------
Section-2
------------------------*/
.section-2{
	background:#f3fbff;
    float: left;
    width: 100%;
    padding:60px 0 0;
    position: relative;
	overflow:hidden;
	}
.common_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:20px;
	}	
	
.s2_mid_wrap{
	margin:40px auto 0;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}		
.s2_box_row{
	width:31.5%;
	}
.s2_box_col{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	border:1px solid #5c8ff7;
	border-radius:8px;
	padding:15px 20px 18px;
	box-shadow:0 0 6px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 4px rgba(0,0,0,0.1);
	margin-top:25px;
	position:relative;
	}	
.fl .s2_box_col{ border-left:5px solid #5c8ff7;}	
.fr .s2_box_col{ border-right:5px solid #5c8ff7;}	
.s2_box_col:before{
	content:'';
	position:absolute;
	top:50%;
	background:#5c8ff7;
	width:8px;
	height:8px;
	border-radius:50%;
	margin-top:-4px;
	}
.fl	.s2_box_col:before{ right:7px;}
.fr	.s2_box_col:before{ right:auto; left:7px;}
.s2_box_col:after{
	content:'';
	position:absolute;
	top:50%;
	background:#5c8ff7;
	width:60px;
	height:1px;
	}
.fl	.s2_box_col:after{ right:-48px;}
.fr	.s2_box_col:after{ right:auto; left:-48px;}	
.s2_box_col h3{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.s2_box_col .common_text{ margin-top:8px !important;}

.s2_clinicians_box{
    background: #fff;
    border: 5px solid #d2ebf7;
    padding: 20px;
    text-align: center;
    width: 32%;
	margin-top:25px;
	}	
.animal_logo{
	margin:0 auto 0;
	margin:0 auto 0;
	width:244px;
	}	
.multi_lines{
	display:inline-block;
	vertical-align:top;
	margin-top:28px;
	}	
.clinicians_text{
	font-size:14px;
	line-height:24px;
	color:#8d8d8d;
	text-align:left;
	margin-top:15px;
	}
.esa_seal{
	display:inline-block;
	vertical-align:top;
	width:67px;
	margin-top:28px;
	}
	
.s2_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:80px;
	}	
.s2_dog_img{
    position: absolute;
    top: -262px;
    right: 40px;
    width: 286px;
	}		
.s2_inner_box{
	float:left;
	width:100%;
	background:#5c8ff7;
	border-radius:25px;
	padding:50px 30px 55px;
	text-align:left;
	position:relative;
	}
.s2_bx_cont{
	float:right;
	width:45%;
	text-align:left;
	}	
.s2_bx_cont .common_heading{
	font-size:42px;
	line-height:49px;
	}	
.white_text{ color:#fff !important;}	
	
a.get_btn{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	border-bottom:2px solid #fff;
	padding-bottom:7px;
	margin-top:40px;
	}	
a.get_btn img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 14px;
    width: 14px;
	}	
.s2_bx_seal{
	float:right;
	width:198px;
	margin:78px 0 0 40px;
	}	
.s2_bx_dog{
    position: absolute;
    bottom: -16px;
    left: 25px;
    width: 353px;
	}	
.s2_paw_img1{
    position: absolute;
    top: 80px;
    left: 50px;
    width: 35px;
	}
.s2_paw_img2{
	position: absolute;
    top: 80px;
    right: -18px;
	}	
.s2_paw_img3{
    position: absolute;
    top: 65px;
    right: 126px;
    width: 38px;
    transform: rotate(-65deg);
	}		
.s2_paw_img4{
    position: absolute;
    bottom: -7px;
    right: 226px;
    width: 38px;
    transform: rotate(-60deg);
	}		
	
/*-----------------------
Section-3
------------------------*/
.section-3{
	background:#f3fbff;
	float:left;
	width:100%;
	padding:90px 0 80px;
	overflow: hidden;
	}
.s3_content{
	float:left;
	width:50%;
	text-align:left;
	}
.s3_list_blk{
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 7%;
	}		
ul.s3_list{ float:left;}
ul.s3_list li{
	font-size:16px;
	line-height:20px;
	color:#232323;
	font-family: 'Georgia';
	font-weight:bold;
	position:relative;
	padding-left:15px;
	margin-top:22px;
	}	
ul.s3_list li:before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	background:#636363;
	width:7px;
	height:7px;
	border-radius:50%;
	}
.s3_dog_img{
    position: absolute;
    top: -95px;
    right: -130px;
	}		

/*-----------------------
Section-4
------------------------*/
.section-4{
	background:#fff;
	float:left;
    width:100%;
	padding:60px 0 70px;
	}
.slide_tabClick{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:29px 0 29px 85px;
	}
.slide_tabClick img{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 10px;
    width: 64px;
    border-radius: 50%;
	}
.slide_tabClick span{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#232323;
	font-weight:bold;
	}
.slide_tabClick p{
	float:left;
	width:100%;
	font-size:12px;
	line-height:12px;
	color:#000;
	margin-top:4px;
	}
	
.slide_inner{
	float:left;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}				
.slide_testiImg_bx{
	float:left;
	width:410px;
	position:relative;
	}	
.slide_testiImg_bx img{
	max-width:100%;
	margin:0 auto;
	display:block;
	border-radius:12px;
	}
.slide_testCont{
	float:right;
	width:calc(100% - 440px);
	text-align:left;
	display: flex;
    align-items: center;
	}
.slid_cont_inner{
	float:left;
	width:100%;
	padding-right:30px;
	}
.slide_test_head{
	font-size:36px;
	line-height:40px;
	color:#232323;
	font-family: 'Georgia';
	font-weight:bold;
	}
.slider_degig{
	font-size:20px;
	line-height:22px;
	color:#232323;
	font-weight:500;
	margin-top:10px;
	}
.test_text{ margin-top:25px !important;}	

/*-----------------------
Section-5
------------------------*/
.section-5{
	float:left;
    width:100%;
	background:#f3fbff;
	padding:60px 0 0;
	}	
.s5_content{
	float:left;
	width:35%;
	text-align:left;
	}
.s5_dog_img{
	margin:30px auto 0;
	display:block;
	}
	
.s5_right{
	float:right;
	width:53%;
	margin-top:20px;
	}
.compare_block{
	float:left;
	width:100%;
	}
.comp_box1{
    float: left;
    width: 50%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-right: none;
	}
.comp_bx_top{
	float:left;
	width:100%;
	height:70px;
	background:#5c8ff7;
	}
ul.comp_bx_list{
	float:left;
	width:100%;
	}
ul.comp_bx_list li{
	float:left;
	width:100%;
	height:66px;
	background:#fff;
	display:-webkit-flex;
	display: flex;
    align-items: center;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:400;
	padding:0 20px 0; 
	text-align:left;
	letter-spacing:0.5px;
	}
ul.comp_bx_list li p{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.compare_box1 ul.comp_bx_list li{ padding-top:4px;}
ul.comp_bx_list li:nth-child(even){ background:#e7f0fa;}

.comp_box2{
    float: left;
    width: 24%;
    background: #fff;
    border: 3px solid #5c8ff7;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 25px 0 0;
    margin-top: -20px;
	}
.comp_logo{
	display:block;
	margin:9px auto 0;
	}
.comp_box2 ul.comp_bx_list li{
	background:#fff;
	}
.comp_box2 ul.comp_bx_list li{justify-content: center;}
.comp_box2 ul.comp_bx_list li:last-child{ height:20px;}
.comp_box2 .comp_bx_top{ background:#fff; padding:10px;}

.comp_list_img{
	display:block;
	margin:0 auto;
	width:23px;
	}
	
.comp_box3{
	float:left;
	width:26%;
	border-radius: 0 20px 20px 0;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-left: none;
	}
.comp_box3 .comp_bx_top{
    float: left;
    width: 100%;
    padding:22px 10px;
    background: #5c8ff7;
	}
.comp_box3 .comp_bx_top p{
	font-family: 'Georgia';
	font-size:24px;
	line-height:28px;
	color:#ffffff;
	font-weight:bold;
	}
.comp_box3 ul.comp_bx_list li{
	justify-content: center;
	}			
	
/*-----------------------
Section-6
------------------------*/
.section-6{
	background:#fff;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
	}	
ul.s6_icn_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    margin: 55px auto 10px;
	}
ul.s6_icn_list li{
	width:33.33%;
	text-align:center;
	position:relative;
	padding:0 30px 50px;
	}
ul.s6_icn_list li:after, ul.s6_icn_list li:before{
	content:'';
	position:absolute;
	}
ul.s6_icn_list li:after{
	top: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	background: #cccccc;
	}
ul.s6_icn_list li:nth-child(n + 4):before{
    top: 0;
    right: 30px;
    left: 30px;
    height: 1px;
    background: #cccccc;
	}
ul.s6_icn_list li:nth-child(n + 4){ padding-top:50px; padding-bottom:0;}
ul.s6_icn_list li:nth-last-child(3n + 1):after{ display:none;}
ul.s6_icn_list li:nth-child(n + 4):after{ top:30px; bottom:0;}	
.s6_icon{
	display:block;
	margin:0 auto;
	width:70px;
	}
ul.s6_icn_list li h3{
	font-family: 'Georgia';
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
	letter-spacing:0.3px;
	margin-top:20px;
	}

/*-----------------------
Section-7
------------------------*/
.section-7{
	background:#f3fbff;
    float: left;
    width: 100%;
    padding: 60px 0;
	overflow:hidden;
	}
.s7_trust_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	margin-top:25px;	
	}
.s7_trust_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	width:11px;
	}
	
.s7_left_box{
    float: left;
    width: 31.11%;
    background: #5c8ff7;
    padding:40px 40px 50px;
    border-radius: 20px;
    text-align: left;
	margin-top:50px;
	}
.s7_star_img{
	display:inline-block;
	vertical-align:top;
	width:80px;
	}
.viwers_img{
	display:inline-block;
	vertical-align:top;
    margin-top: 5px;
	}
.s7_left_bx_txt{
	font-size:99px;
	line-height:80px;
	font-weight:bold;
	color:#fff;
	margin-top:30px;
	}
.s7_left_box .common_text{ margin-top:35px}	
	
	
.s7_right_box{
	float:right;
	width:66%;
	margin-top:50px;
	}
.s7_slider{
	float:left;
	width:100%;
	position:relative;
	}
.s7_slider_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/s7-slider-img.jpg) no-repeat center top;
	padding:40px 50px 45px;
	border:2px solid #5c8ff7;
	border-radius:20px;
	}
.s7_slider_left{
	float:left;
	width:50%;
	text-align:left;
	}
.s7_slid_bx_hdng{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#000000;
	}
.s7_slid_bx_txt{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:15px;
	}

.sliderbx_inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
	}	
.letter_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #527aa4;
	}
.letter_box p{
	font-size:18px;
    line-height:46px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
	text-align:center;
	}
.name_box {
	width:calc(100% - 50px);
    padding-left: 20px;
	}
.people_name{
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-weight:bold;
	}
.verify{
	display:inline-block;
	vertical-align:top;
    font-size: 14px;
    color: #23ae40;
    letter-spacing: 0.3px;
    font-weight: bold;
    margin-top:5px;
	}
.s7_verify_img {
    display: inline-block !important;
    vertical-align: middle;
    margin: -2px 6px 0 0;
	}
	
.s7_note_text{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-style: italic;
    margin-top: 40px;
	}		
	
/*-----------------------
Section-8
------------------------*/
.section-8{
	background:#fff;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	}
.FAQ-container{
	display:inline-block;
	vertical-align:top;
	max-width:900px;
	width:100%;
	margin:20px 0 10px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #fff;
	border-radius:12px;
	-webkit-box-shadow:0 10px 20px 0 rgba(124, 139, 161, 0.2);
	box-shadow:0 10px 20px 0 rgba(124, 139, 161, 0.2);
	margin-top:20px;
	cursor:pointer;
	}
.up-slide-dwn.active{ border:1px solid #e1e1e1;}	
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 97% center;
	padding:18px 65px 20px 30px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 97% center;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 20px 10px 30px;
	}
.acdn-para{
    font-size: 17px;
    line-height: 26px;
    color: #000;
	margin-bottom:20px;
	}		
a.link_text{
	color:#1155cc;
	text-decoration:underline;
	}		
		
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#fff;
    padding:40px 0;
	border-top: 1px solid #ccc;
	}
.ftr_logo{
    margin: 0 auto 20px;
	display:block;
    width: 180px;
	}	
.ftr-txt{
    float:left;
	width:100%;
	font-size:16px;
	line-height:32px;
	color:#000000;
	}	
.footer .ftr-txt a{
    padding:0 5px;
    color:#000;
	}							
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_section{ background-position: right 43% top;}
.bnr_heading{ font-size: 46px; line-height: 56px;}	

.common_heading{ font-size: 44px; line-height: 46px;}

ul.s1_list li:before{ width:340px;}
ul.s1_list li{ padding:0 25px;}

.s2_box_col h3{ font-size:15px;}
.s2_bx_cont .common_heading{ font-size: 39px; line-height: 43px;}
.s2_bx_dog{ width:280px;}
.s2_bx_seal{ width: 175px; margin: 78px 0 0 28px;}
.s2_bx_cont{ width:49%;}

.section-3{ padding:70px 0;}
.s3_content{ width:43%;}
.s3_list_blk{ margin-top: 10px; column-gap: normal;}
ul.s3_list{ width:100%;}
ul.s3_list li{ margin-top: 16px;}
.s3_dog_img{ top:-72px;}

.slide-div{ padding:0 75px;}

.s5_content{ width:42%;}

.s7_slider_bx{ padding:30px 40px 40px;}
.s7_left_box{ padding: 40px 25px 45px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

ul.menu-list{ display:none;}
a.header-btn{ margin-right:50px;}

.bnr_rev_star{ margin: 0 5px 0 0; width: 60px;}
.banr-rev-text p{ font-size:12px; line-height:14px;}
.rev_pic{ width:76px;}
.bnr_heading{ font-size: 36px; line-height: 40px; padding-right: 30px;}
.bnr_text{ font-size: 17px; line-height: 25px; padding-bottom: 15px;}
.bnr_t_cont{ padding-right:50px;}
.bnr_t_text{ font-size: 15px;}
.bnr_dog_blk{ right: 0; width: 360px; height: 264px;}

.sec1_inner{ padding:50px 0 60px;}
.common_heading{ font-size: 34px; line-height: 38px;}
ul.s1_list li{ width: 33.33%; padding: 0 10px;}
ul.s1_list li:before{ width: 250px;}
.s1_list_imgs{ width:130px;}
.s1_btm_text{ font-size: 12px; line-height: 20px; padding: 0 150px;}

.section-2{ padding:50px 0 0;}
.s2_mid_wrap{ margin: 20px auto 0;}
.s2_clinicians_box{ padding:10px;}
.clinicians_text{ font-size: 10px; line-height: 22px;}	
.s2_box_col:after{ width: 40px;}	
.fl .s2_box_col:after{ right: -32px;}
.fr .s2_box_col:after{ left: -32px;}	
.s2_clinicians_box{ padding: 10px;}	

.s2_dog_img{ top: -150px; right: 0px; width: 186px;}
.s2_inner_box{ padding: 30px 20px 40px;}
.s2_bx_cont{ width: 60%;}
.s2_bx_dog{ width: 188px; left: 10px;}
.s2_bx_seal{ width: 100px; margin: 138px 0 0 10px;}
.s2_bx_cont .common_heading{ font-size: 34px; line-height: 38px;}

.section-3{ padding: 50px 0 60px;}
.s3_content{ width: 48%;}
.s3_dog_img{ top: -62px; width: 620px;}

.section-4{ padding:50px 0 60px;}
.slide_testCont{ width: calc(100% - 240px);}
.slid_cont_inner{ padding-right: 25px;}
.slide_test_head{ font-size: 30px; line-height: 34px;}
.slider_degig{ font-size: 17px; line-height: 18px; margin-top: 8px;}
.test_text{ margin-top: 20px !important;}
.slide_testiImg_bx{ width:240px;}

.section-5{ padding:50px 0 0;}
.s5_dog_img{ margin: 105px auto 0;}

.section-6{ padding:50px 0 60px;}
.s6_icon{ width:55px;}
ul.s6_icn_list li h3{ font-size:22px; line-height:28px;}

.section-7{ padding:50px 0 60px;}
.s7_left_box{ width:100%;}
.s7_left_box{ max-width: 430px; text-align: center; float: none; display: inline-block; vertical-align: top; padding: 35px 25px;}
.s7_right_box{ width:100%; float: none; display: inline-block; vertical-align: top; max-width:700px;}

.section-8{ padding:50px 0 60px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:5px 0 7px;}
.top_strip p{ font-size: 14px; line-height: 20px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px;background: #fff;}
.logo{ width: 125px; margin-top:10px;}
.mob-mnu-ic{ top:15px; right:15px;}
.mobilemenu{ top:102px;}
.mobimenu-top{ top: 50px;}

.bnr_section{ background:#f0f7f9; padding:0;}
.bnr_content{ width:100%; margin-top:20px;text-align: center;}
.banr-rev-text{ padding: 2px 6px 6px;}
.bnr_rev_star { margin: 0px 5px 0 0;width: 54px;}
.banr-rev-text p { font-size: 11px;line-height: 12px;}
.rev_pic { width: 68px;margin: 0px 0 0 5px;}
.bnr_dog_blk{ display:none;}
.bnr_heading{ font-size: 33px; line-height: 38px; padding: 0;}
.bnr_heading span {
    background: url(../images/bnr-heading-line.png) no-repeat center bottom -2px;
    background-size: 100%;
}
.bnr_text{ font-size: 14px;line-height: 22px;padding-bottom: 12px;margin-top: 15px;}
ul.banner_point{ margin-top:5px; max-width:330px;}
.bnr_testi{ margin-top:25px;align-items: self-start;}
.bnr_t_img{ width:65px;}
.bnr_t_cont{ width: calc(100% - 65px); padding: 0 0 0 10px;}
.bnr_t_text{ font-size: 14px; line-height: 20px;}
.bnr_t_name{ font-size:15px;}
.bnr_mob_img{ margin:20px auto 0;}

.btn-box, .bnr_section .btn-box{ margin-top:30px;}
.packageBtn{ font-size:18px;}
.btn_mnybk_text{ font-size:13px; line-height:19px;}

.scrollStrip{ padding:10px 0;}		
.slider_track li{ font-size: 14px; line-height: 20px;}
.slider_track li:before{ width: 7px; height: 7px; left: -28px; top:8px;}

.sec1_inner{ padding:30px 0 140px;}
.common_heading{ font-size: 28px; line-height: 32px;}
ul.s1_list{ margin: 40px auto 0; row-gap: 30px;}
ul.s1_list li:before{ max-width:100%; display:none;}
ul.s1_list li{ width:100%;display: flex;  align-items: self-start; padding:0;text-align:left;}
.s1_stp_txt{ width: 30px; height: 30px; font-size: 16px; line-height: 26px; position:absolute; left:0;top:0;}
.s1_list_imgs{ width: 100px; margin:0;}
ul.s1_list li div{ padding-left:15px;}
.s1_list_heading{ margin:5px 0 0;line-height: 24px;}
.s1_list_text{ margin-top: 12px; }
.s1_btm_text{ padding:0;}
.s1_dog_img1{ bottom: -5px; width: 103px; left:70px;}
.s1_dog_img2{ bottom: -33px; width: 113px; right:50px;}
.section-1 .btn-box{ margin-top:30px;}

.s2_mid_wrap{ margin: 5px auto 0;padding: 0 5px;}
.s2_box_col:before, .s2_box_col:after{ display:none;}
.s2_box_row{ width:100%;}
.s2_box_col{ padding: 15px 15px 18px; margin-top: 20px;}
.s2_box_col h3{ font-size:16px;}
.fl .s2_box_col, .fr .s2_box_col{ border:1px solid #5c8ff7 !important; border-left: 5px solid #5c8ff7 !important;}
.s2_clinicians_box{ width:100%; padding:20px;}
.clinicians_text{ font-size:14px; line-height:24px;}
.animal_logo{ width:220px;}
.s2_box{ margin-top:40px;}
.s2_bx_cont{ width:100%; text-align:center;}
.s2_dog_img{ top: -128px; right: 10px; width: 140px; display:none;}
.s2_inner_box{ padding: 22px 17px 175px; border-radius: 15px;}
.s2_bx_cont .common_heading{ font-size: 26px; line-height: 32px;}
a.get_btn{ font-size: 17px; line-height: 19px; margin-top: 25px;}
.s2_bx_dog{ width:160px;}
.s2_bx_seal{ position: absolute; right: 20px; bottom: 12px; float: none; width: 110px; margin: 0;}
.s2_paw_img1{ top: auto; bottom: 110px; left: 6px;}
.s2_paw_img2{ top: auto; bottom: 110px; right: 0; width:50px;}
.s2_paw_img3, .s2_paw_img4{ display:none;}

.section-3{ padding: 40px 0 35px;}
.s3_content{ width:100%;}
.s3_dog_img_mob{ margin:25px auto 0; background:#fff; border:3px solid #fff; border-radius:10px;}
ul.s3_list{ width:50%;}
ul.s3_list li{ font-size: 14px; line-height: 20px;}
	
.section-4{ padding:30px 0 35px;}	
.slide_tabClick{ padding:0;}
.slide_tabClick p, .slide_tabClick span{ display:none;}
.slide_tabClick img{ position:static; display:block; margin:0 auto 0; max-width:100%; width:100%; border-radius:5px;}
.slide_inner{ border: 1px solid #5c8ff7; padding:10px 10px 25px; border-radius:10px; margin:0 0;flex-wrap: wrap;}
.slide_testiImg_bx{ width:100%;}
.slide_testiImg_bx img{ height:250px; object-fit:cover;}
.slide_testCont{ width:100%; text-align:center;}
.slid_cont_inner{ padding:0 5px;}
.slide_test_head{ font-size:22px; line-height:26px; margin-top:20px;}
.slider_degig{ font-size:14px; line-height:22px; margin-top:5px;}	
	
.section-5{ padding:30px 0 35px;}	
.s5_content{ width:100%; text-align:center;}	
.s5_right{ width:100%; margin:50px 0 0;}	
.comp_bx_top{ height:60px;}	
.comp_box3 .comp_bx_top p{ font-size:18px; line-height:20px;}	
.comp_box2{ border: 2px solid #5c8ff7; border-radius: 10px; padding: 20px 0 0;}	
.comp_box2 .comp_bx_top{ padding:5px;}
ul.comp_bx_list li{ height: 60px; font-size: 13px; line-height: 17px; padding: 0 8px; letter-spacing: 0.3px;}

.section-6{ padding:30px 0 35px;}
ul.s6_icn_list{ margin: 10px auto 0; padding:0 30px;}
ul.s6_icn_list li{ width:100%; padding: 30px 0 !important; border-top: 1px solid #d3d3d3;}
ul.s6_icn_list li:after, ul.s6_icn_list li:before{ display:none;}
ul.s6_icn_list li:first-child{ border-top: none;}
ul.s6_icn_list li:last-child{ padding-bottom: 0 !important;}
ul.s6_icn_list li h3{ font-size: 20px; line-height: 24px; margin-top: 17px;}
ul.s6_icn_list li .common_text{ padding:0 28px; margin-top:15px;}
	
.section-7{ padding:30px 0 35px;}	
.s7_trust_text{ font-size: 14px; line-height: 14px;}	
.s7_left_box{ padding: 25px 15px; border-radius: 12px; margin-top: 30px;}	
.viwers_img{ width:130px;}	
.s7_left_bx_txt{ font-size: 70px; line-height: 60px; margin-top: 20px;}	
.s7_left_box .common_text{ margin-top: 25px;}	
.s7_right_box{ margin-top: 35px;}	
.s7_slider_bx{ padding: 0; border-radius: 12px; background:#fff;}	
.s7_slider_left{ width:100%;padding: 15px 20px 0;}	
.s7_slid_bx_hdng{ font-size: 21px; line-height: 27px;}
.sliderbx_inner{ margin-top:20px;}	
.s7_note_text{ font-size: 13px; line-height: 19px; margin-top: 25px;}
.name_box {padding-left: 14px;}
.verify{ margin:0;}
.s7_slide_imgs{ margin:0 0 0; border-radius:0 0 12px 12px; width:100%;}

.section-8{ padding:30px 0 35px;}
.FAQ-container{ margin:10px 0 0;}
.accordion{ padding: 12px 35px 16px 15px; font-size: 18px; line-height: 24px; background-size:12px;}
.acdn-heading.accordion-open{background-size:12px;}
.acdn-content{ padding:14px 15px 0;}
.acdn-para{ font-size: 16px; line-height: 24px;}

.footer{ padding:25px 0;}
.ftr_logo{ margin: 0 auto 10px; width: 125px;}
.ftr-txt{ font-size:15px; line-height:21px; margin-top:8px;}
}

@media only screen and (max-width:1021px) {
	.testing_btn_container {
		width: 100%;
		text-align: center;
	}
}