@font-face {
  font-family: Arial Narrow;
  src: url('../fonts/ARIALN.TTF');
}
@font-face {
  font-family: Arial Narrow Bold;
  src: url('../fonts/ARIALNB.TTF');
}

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

img {
	max-width: 100%; 
}

a {
	text-decoration: none;
	cursor: pointer;

}
body {
    background: #fff !important;
}
a:hover {
	text-decoration: none;
}

body, h2, h1, p, * {
	font-family: 'Open Sans', sans-serif;
}
body {
    margin: 0 !important;
}

.container{
	max-width:888px;
	margin:0 auto;
}

.container.main-wrapper {
	padding: 0;
}


@media(min-width:768px){
	.reference-wrap ul li a, .reference-wrap ul li {
		font-size: 14px !important;
		color: #a3a3a3;
		line-height: 25px !important;
	}

}



.flex-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
/* 
.header {
   // padding-top: 30px;
} */

.header .head-left {
    flex: 0 0 35%;
	position: relative;
    right: 0;
	top: -3px;

}
.head-left.teal img {
    max-width: 71.2%;
}
.header .head-right img {
    max-width: 40%;
}
.header .head-right {
	flex: 0 0 61%;
    float: right;
    text-align: right;
	position: relative;
    /* top: -11px; */
    top: -2px;
    right: 3px;
}
.header  h1 a{
		font-family: 'Arial';
	font-size:32px;
	text-transform:uppercase;
	font-weight:600;
	color:#2a6a7e;
}

.header  h1 a span{
		font-weight:400;
	color:#595959
}
.header  h2{
	font-weight:normal;
	font-size:24px;
	color:#545454;
	text-transform:capitalize;
	margin-top:10px;
}
.navigation ul li {
    display: inline-block;
    list-style: none;
}
.navigation ul li a { 
    /* font-size: 15px; */
    font-size: 14px;
    color: #444444;
	font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
/*     padding-left: 8px;
    padding-right: 8px; */		    margin: 0 8px;
   
}
.navigation ul li a:hover {
    border-bottom: 2px solid #387cba;
}
.navigation ul li a.lastm {
    border-right: unset;
    margin-right: 0;
}

section#banner {
    background: #d6dce5;
/* //	border-bottom: 2px solid #84a5e5; */
	height: 338px;
}
.unde-bar {
    height: 5px;
    background-image: url(https://agingdogblog.com/images/Under%20Bar.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-right img {
    width: 300px;
    visibility: hidden;
}
#banner .banner-left {
    width: 50%;
    float: left;
    display: inline-block;
    margin-top: 55px;
    PADDING-RIGHT: 20px;
}
body.home #banner .banner-left {
	margin-top: 52px;
}
.container.homebanner {
    max-width: 756px;
}
#banner .banner-right {
    width: 50%;
    display: inline-block;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    background-image: url('https://agingdogblog.com/images/Slider Image 4.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 336px;
}
.banner-left h1 {
    color: #262626;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    font-weight: 600;
}
body.home .banner-left h1 {
    color: #262626;
    font-size: 44px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.banner-left p {
    font-size:23.5px;
    color: #262626;
    margin-top: 8px;
	font-family: "Open Sans", sans-serif;
} 
body.home .banner-left p {
    margin-top: 16px;
} 
section#blog {
    padding: 50px 0;
	overflow: hidden;
}

.blog-content {
    width: 49%;
    float: left;
    padding-right: 2px;
}
.blog-sidebar {
    width: 40%;
    float: right;
    border-top:8px solid #262626;
}
.blog-content h2 {
    font-size: 19.5px !important;
    color: #262626 !important;
    font-weight: 600 !important;
}
.blog-content h1 {
    margin: 0;
    margin-top: 15px;
	font-size: 30px;
    line-height: 35px;
    color: #262626;
    font-weight: 500;
font-family: "Open Sans", sans-serif;
	/* //text-transform: capitalize; */
}

button.prod-btn {
    position: absolute;
    /* bottom: 36px; */
    bottom: 31px;
}
.blog-sidebar h2 {
    margin-top: 15px;
    color: #262626;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}
.blog-content p {
	font-family: arial !important;
    font-size: 16px;
    color: #262626;
    line-height: 23px;
    margin: 15px 0;
}
.side-left {
    width: max-content;
    float: left;
}
.side-right {
	font-size: 15px;
	font-weight: 500;
	width: 68%;
	padding-left: 20px;
	float: left;
	/* //padding-top: 8px; */
	color: #262626;
	line-height: 18.5px;
}
.sidebar-content {
    overflow: hidden;
    padding: 19px 10px 15px 10px;
    border-top: 2px solid #e6e6e6;
}

.notify {
    /* width: 320px; */
    width: 100%;
    background: #d6dce5;
    margin: 0 auto;
    padding: 31px 15px 36px 15px;
    text-align: center;
    margin-top: 20px;

}
.sb-disclaimer {
    width: 369.5px;
    margin: 0 auto;
}
.notify h2 {
	font-size: 19px;
    line-height: 24px;
    margin: 0;
    color: #262626;
    font-weight: 600;
    text-transform: capitalize;		
}
.notify input[type="email"] {
    /* width: 161px; */
    width: 260px;
    height: 32px;
    text-align: center;
    border: 2px solid #b1b1b1;
    margin: 17px auto 22px auto;
    font-size: 14.5px;
    display: block;
	color: #b1b1b1!important;

}
.notify input[type="submit"] {
    width: 88px;
    height: 27px;
    background: #007cac;
    border: unset;
    box-shadow: unset;
    color: #fff;
    font-size: 14.5px;
	cursor: pointer;
	transition: 0.5s ease;
}
input[type="submit"]:hover {
    opacity: 0.8;
}

.sb-disclaimer p {
    font-size: 8px;
    text-align: center;
    font-style: italic;
    padding: 16px 17px 0;
    line-height: 13px;
}
section#rising-bar {
    background: #f3f3f3;
    /* padding: 40px 0 25px; */
    padding: 45px 0 30px;
	overflow: hidden; 
}
.rising-bar-left {
    width: 50%;
    float: left;
	padding-top: 0;
    position: relative;
    top: -4px;

}
.bar-list img {
    position: unset;
    top: 14px;
}

.bar-list.plus img {
    position: unset;
}

.rising-bar-right {
    width: 50%;
    float: right;
}
.rising-bar-left.img {
    width: 12%;
}
.rising-bar-left.content {
    width: 88%;
	padding-top: 16px;
    padding-left: 22px;
}
.rising-bar-right.content {
    width: 100%;
    padding-left: 50px;
}
.rising-bar-right.content {
    width: 100%;
    padding-left: 50px;
}
.bar-list {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.bar-list img {
    width: max-content;
    float: left;
	padding-top: 5px;
}
.bar-list.plus img {
    padding-top: 6px;
}
.bar-list p {
    width: 97%;
    float: right;
    padding-left: 12px;
    font-size: 13.5px;
    line-height: 18.5px;
    color: #262626;
}
.rising-bar-left.content h2 {
    font-size: 21px;
	 font-weight: 500;
    color: #262626;
}
.rising-bar-left.content p {
    font-size: 12.5px;
    line-height: 17.5px;
    margin-top: 10px;
    color: #262626;
}
.blog-content img {
    margin: 25px auto 7px auto;
    text-align: center;
    max-width: 100%;
}
a.readmore {
    color: #43619c;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
input[type="email"]::placeholder {
    font-family: arial;
    color: #a4a4a4;
    font-style: italic;
}

.footer {
    padding: 30px 0;
    background: #595959;
    /* //height: 130px; */
}
.footer-inner p {
    font-size: 8px;
    color: #a3a3a3;
    line-height: 13px;
}



/********************* Blog Page ********************/

section#blog-top {
    text-align: center;
    padding: 65px 0 70px 0;
    border-top: 2px solid #e6e6e6;
}
section#blog-top h2 {
    font-size: 39.5px;
    color: #262626;
    text-transform: capitalize;
}


section#blog-banner {
    background-image: url(https://agingdogblog.com/images/Transparent.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;

}
section#blog-top p {
    /* font-size: 19px; */
    font-size: 19.5px !important;
    color: #262626;
    font-style: italic;
    padding: 6px 0px 0;
    text-align: center;
    line-height: 27px;
	width: 670px;
    margin: 0 auto;
}
section#blog-autor {
    overflow: hidden;
    margin-bottom: 25px;
}
section#blog-autor h4 {
    text-align: center;
} 

.auth-review {
    width: 88%;
    float: right;
    padding-left: 9px;
    position: relative;
    top: 10px;
}
.auth-img {
    width: 12%;
    float: left;
    transform: translateY(-4px);
}
section#blog-autor h4 {
        text-align: center;
    font-size: 13.5px;
    color: #262626;
    position: relative;
    top: 20px;
    font-weight: normal;
}
.auth-review p {
    font-size: 11.5px;
    color: #262626;
    position: relative;
    top: 15px;
    line-height: 16.5px;
}
section#blog-content {
    padding: 30px 0;
}
section#blog-content p {
    font-size: 17px;
    color: #262626;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: Arial;
}
section#blog-content h3 {
    font-size: 20px;
    margin: 22px 0 22px 0;
    color: #262626;
	font-family: 'Open Sans', sans-serif;
}
span.heighlight, .heighlight {
    background: yellow;
}
.img-wrapper {
    width: 100%;
    margin: 30px auto;
	background-image: url(https://agingdogblog.com/images/new-xray.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* //height: 455px; */

}
.img-wrapper img {
    visibility: hidden;
}


section#box-one {
    margin: 0px 0 30px 0;
}
.box-one-inner {
    border: 3px solid #008a3e;
    padding: 60px 90px;
}
.box-one-inner h4 {
    font-size: 21px;
    text-align: center;
    line-height: 26.5px;
    color: #262626;
}
.box-one-wrapper {
    padding: 30px 0 0;
}
.box-one-wrapper p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #262626;
    /* //font-family: Arial; */
}
.box-one-wrapper h3, .box-one-wrapper ul li {
   
	font-family: 'Arial';   
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	line-height: 22px;
	color: #262626;


	}
.box-one-inner.red {
    border-color: #fd5353;
}
.box-one-wrapper img {
    padding-right: 12px;
}
.box-one-inner.red .box-one-wrapper {
    width: 100%;
    margin: 0 auto;
}
h4.red-h {
    margin: 25px 0 22px 0;
}

.box-one-inner.red p {
    font-size: 16px;
    line-height: 25px;
    color: #262626;
    font-family: Arial;
}
section#blog-medium p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #262626;
    font-family: Arial;
}
section#blog-medium h3 {
    font-size: 20px;
    color: #262626;
    margin: 20px 0 20px;
    font-weight: 600;

}
#blog-medium .center {
   /*  text-align: center; 
    margin-bottom: 15px;
    margin-top: 20px;*/
}
#blog-medium .center h3 {
    display: inline-block;
    vertical-align: super;
    padding-left: 0px; 
    position: relative;
    top: -4px;
    font-size: 20.5px;
    font-weight: 700;
}
.center img {
    display: inline-block;
    width: 2%;
    align-items: center;
	position: relative; 
    top: -5px;
}
section#blog-medium {
    margin-bottom: 30px;
}


section#product-list {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 50px;

}
section#product-list  h2 {
    background: #007Dc0;
    color: #fff;
    font-size: 24px;
    text-align: center; 
    padding: 6px 0;
    font-weight: 600;
}

.product-wrapper {
   padding: 40px 0 0;
    overflow: hidden;
    position: relative;
    top: 10px;
}
.heading-left {
    width: 72%;
    float: left;
}
.heading-right {
    width:28%;
    float: right;
    text-align: right;
	padding-right: 0;

}
.product-listfirst .heading-right {
	padding-right:0;   
	position: relative;
    top: -15px;	
    
} 
.heading-left h3 {
    /* font-size: 30.5px; */
    font-size: 34px;
    color: #262626;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.heading-left p {
    font-size: 24px;
    color: #262626;
	font-family: 'Open Sans', sans-serif; 
}
.product-row {
    margin: 0 auto;
    text-align: center;
	overflow: hidden;
    clear: both;
}
.product-col {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0 auto;
}
.product-col.two {
    position: relative;
    top: 75px;
    left: 22px;
}
.product-col.three img {
   /* // width: 160px; */
    position: relative;
    top: -68px;
    left: 20px;
}

.qualities {
    padding: 60px 0 21px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	position: relative;
    left: -6px;
}
.qual-left {
    width: 28%;
    float: left;
    padding-right: 2%;
}
.qual-right {
    width: 70%;
    display: inline-block;
}
.qual-left p {
    font-size: 17px;
    margin-bottom: 50px;
    position: relative;
    top: 15px;
    color: #262626;
}
.pros {
    background: #26b072;
    width: 35%;
    /* padding: 20px 22px 20px 28px; */
    padding: 20px 22px 50px 28px;
    float: left;
    margin-right: 50px;
}
.pros ul li {
    list-style: none;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.pros ul li img {
    padding-right: 9px;
}
.pros h3 {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    margin-bottom: 15px;
}
h3.cons {
    margin-top: 30px;
}
.bottom-line {
    width: 58.33%;
    float: right;
    padding-left: 0;
    padding-top: 0;
}
.bottom-line h3 {
    font-size: 20px;
    color: #262626;
    margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}
.bottom-line p {
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 18px;
    line-height: 25px;
    color: #262626;
	TEXT-ALIGN: unset;
	padding-right: 0;
}
p.desc {
    font-size: 12px;
}
button.prod-btn {
    background: #fa6233;
    border: unset;
    padding: 5px 15px;
    color: #fff;
    font-size: 17.5px;
    float: right;
    cursor: pointer;
    transition: 0.5s ease;
	margin-top: 69px;
	margin-right: 10px;
	outline: none;

}
button.prod-btn:hover {
    opacity: 0.8;
}
.pros-cons {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
	display: block;
    width: 100%;
    margin: 0 auto;
	position: relative;

}
.pros-cons.last {
    border-bottom: unset; 
}
.pros-cons {
	position: relative;
    left: -6px; 
}



section#blog-autor .container {
    overflow: hidden;
	padding: 3px 35px 25px;
	border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
}
.auth-img img {
    max-width:75%;
    position: relative;
    left: 15px;
    top: 22px;
}

section#blog-top .container {
/*     padding-top: 23px; */
}

.pros ul li span {
    font-family: Arial;
	font-size: 15px;
}
#box-one h4 {
    font-family: "Open Sans", sans-serif;
}
.heighlight b u {
    font-family: Arial;
	
}

.box-one-inner .heighlight b u {
  
	/* //font-size: 14px; */
	text-transform: capitalize;
}

.side-right p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}
.navigation ul li img {
 
    position: relative;
    top: -2px;
    left: 2px;
}
.header-search input[type="text"] {
    width: 218px;
    height: 32px;
	padding-left: 11px;
	position: relative;
    left: 15px;
   
}
.header-search {
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* top: 0; */
    top: 6px;
    left: -5px;
    padding: 22px 0 40px;
}
section.main-banner {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 21px;
}

i.fa.fa-search {
    position: relative;
    left: -15px;
    top: 7px;
	color: #a9a9a9;
}
.rising-bar-left.img img {
    height: 95px;
}
#blog-banner-xs{display: none;}
   
@media(max-width:767px){    
	
	#blog-banner{display: none;}
	#blog-banner-xs{display: block !important;}
	
	#banner .banner-left {
		PADDING-RIGHT: 25px;
		padding-left: 25px;
	}
	body.home .banner-left h1 {
		font-size: 37px;
		line-height: 56px;
	}
	.device_android body.home .banner-left h1 {
		font-size: 36px;
		line-height: 56px;
	}
	body.home #banner .banner-left {
		margin-top: 58px;
	}
	.header-search input[type="text"] {
		width: 207px;
	}
	#rising-bar .container, section.footer .container{
	    padding-left: 25px;
        padding-right: 25px;
	
	}
	.head-left.teal img {
        /* max-width: 100%; */
        max-width: 100% !important;   
		position: relative;
		top: 2px;
    }
	section.header { 
        padding-left: 30px;
        padding-right: 0;
    } 
    .navigation ul li a {
        /* font-size: 16px; */
        font-size: 18px;
		    margin: 0 6px; 
    }
    .header .head-right {
        top: -8px;
		    flex: 0 0 65%;
    }
	
}     

.navigation ul li {
    position: relative;
}
.submenu {
    position: absolute;
    padding-top: 18px;
    left: 130px;
    z-index: 999;
    display: none;
}

.submenu-wrap{
     background: #fff;
    text-align: left;
   /* // padding: 25px; */
    box-shadow: -3px 1px 12px #888888;
    width: 300px;
    padding-top: 10px;
   


}

.submenu-wrap h2 {
    background-image: linear-gradient(to right, #3e75a8 , #1a854a);
    height: 33px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: max-content;
    padding-right: 30px;
} 
.submenu-wrap h2 span {
    /* //background: #96bada;
    //width: 13px;
   // height: 33px; */
    margin-right: 30px;
}
.list-item h3 {
    /* font-size: 12px; */    font-size: 15px;
    font-weight: bold;
    color: #242424;
}
.list-item p {
    /* font-size: 10px; */    font-size: 12px;
    line-height: 12px;
    color: #898989;
    font-family: Arial;
    padding: 3.5px 0 7px 0;
    line-height: 15px;
}
.list-item  a{
	color: #242424;
}
.list-item  a:hover{
	text-decoration:underline;
}
.list-item-wrap {
    padding: 15px 30px 10px;
}
.list-item {
    /* margin-bottom: 30px; */
    border-bottom: 2px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-item.last {
    border-bottom: unset;
    margin-bottom: 0;
}
.submenu:hover {
    display: block !important;
}



/*  6-1-2019 */


.bottom-line-wrap ul {
    width: fit-content;
    padding: 0 5px;
}
.bottom-line-wrap ul li {
    list-style: none;
}
.boldlist li {
    font-weight: bold;
}
ul.boldlist.heighlight {
    float: left;
    margin-right: 30px;
}
.undrlnedhdline{text-decoration: underline;}
.product-row.paddingtop {
    padding-top: 10px;
}


.product-col.img {
    width: 192px;
}

.product-col.three.gmax img {
    top: 92px  !important;
    left: 60px;
}
.product-col.img2 {
    width: 200px;
}

.product-col.three img {
    top: 50px !important;
}
.product-row.paddingtop.two .product-col.two {
    position: relative;
    top: 30px;
    left: 158px; 
}
.product-row.paddingtop.two .product-col.three img {
   /* // width: 160px; */
    position: relative;
    top: -60px;
    left: 174px;
}

.product-col.mobgrade img {
   /* // width: 160px; */
    left: 167px !important;
    position: relative;
    top: 40px !important;
}
.product-col.mobrank {
    position: relative;
    left: 140px;
    top: 25px;
}


@media(max-width:768px){
	
	.product-row.xsalignself .product-col.NOMNOMNOW.three {
    text-align: right;
}
.product-row.xsalignself .product-col.NOMNOMNOW.three img {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
} 
	.product-row.xsalignself { 
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
	.product-col.first {
    width: 200px !important;
	top: 0 !important;
	}
	.product-col.NOMNOMNOW.two {
	left: 40px;
	top: 0 !important;
	}
	.product-col.two {
    top: 68px !important;
	}
	.product-col.NOMNOMNOW.three img {
    left: 33px !important;
	}
	
	.navigation .submenu {
	left: 130px;
	}
	.submenu-wrap {
	width: 100%;
	}
	button.prod-btn {		
    font-size: 20.5px;
    width: 58.5%;
    margin-right: 0 !important;
	padding: 10px 25px;
	}
	section#blog-medium h3, section#blog-content h3{
    font-size: 23px !important;
	}
	.bar-list p {
    width: 96%;
	} 
	.footer-inner p {
    font-size: 11px;
	}
	.notify, .sb-disclaimer {
    width: 100%;
	}
	#blog-medium .center h3.secondheading {
		font-size: 35px !important;
	}
	.product-col.three img {
		width: 150px;
		top: -50px;
		left: -4px;
	}
	.product-col.two {
		top: -34px;
		left: 9px;
	}
	.product-row.paddingtop.two .product-col.two {
		top: -47px;
		left: 35px;
	}
	.product-row.paddingtop.two .product-col.three img {
		width: 160px;
		top: -60px;
		left: 10px;
	}
	.product-col.mobgrade img {
		left: 5px;
	}
	.product-col.mobrank {
		left: 40px;
	}
	.qual-left p {
		font-size: 13px;
		margin-bottom: 36px;
		top: 9px;
	}
	.blog-content {
        width: 52%;
        float: left;
        padding-right: 10px;
    }
    .product-listfirst .heading-right, .heading-right {
        padding-right: 8px;
    }
}

ul.heighlight li {
    font-weight: 700;
	font-size: 13.5px;
}
.fontitalic{font-style: italic;}

.bottom-line-wrap h3 u {
    font-size: 18px;
}



.graph-line {
    margin-bottom: 18px;
}
p.graph-label {
    width: 35%;
    margin-right: 50px;
    float: left;
    height: 28px;
    color: #262626;
    font-size: 20.5px;
	position: relative;
    top: 0px;
	font-weight: normal;
}
.graph-line img {
    width: 58.33%;
    display: inline-block;
}
/* .heading-right img {
    width: 210px;
} */

.heading-right img {
    width: 165px;
}
.product-col.two img, .product-col.mobrank img {
    width: 178px;
}
.product-col.three img, .product-col.mobgrade img {
    /* max-width: 78%; */
    max-width: 70%;
}

.product-col.gmax-bot {
    width: 36%;
    position: relative;
    left: -12px;
    top: 20px;
    padding-bottom: 15px;
}
.product-col.gmax-col {
    width: 32%;
}
section#blog-content h3 {
    font-size: 20px;
    color: #262626;
    margin: 20px 0 20px;
    font-weight: 600;
}

.rising-bar-left.img img {
	height: 90px;
    position: relative;
    top: 10px;
}
.sidebar-content a:hover .side-right p {
    text-decoration: underline;
}

a.readmore:hover {
    opacity: 0.9;
}
.mob-navigation {
    display: none;
}



@media(max-width:768px){
	
	section#blog-top p {
		max-width: 100% !important;
		width: 710px !important;
		
	}
		
	.auth-img img {
		max-width:19%;
	}
	.box-one-inner h4 {
    /* font-size: 23px; */
    font-size: 24.5px;
	}
	.header-search {
		padding: 23px 0 36px;
	}
	.header-search input[type="text"] {
		left: 13px; 
	}
	.bar-list img {
		position: unset;
	}
	.rising-bar-left.img img {
		height: 80px !important;
		position: relative !important;
		top: 13px !important;
	}
	.rising-bar-left {
		top: 7px !important;
	}
	.rising-bar-left.content {
		padding-left: 13px !important;
	}
	.rising-bar-left.content h2 {
		font-size: 19px !important;
	}
	
	section#blog-content p, .box-one-inner.red p, .box-one-wrapper p , section#blog-medium p 
	{
		font-size: 16px;
		/* font-size: 17px; */
		/* line-height: 31.5px; */
		line-height: 40.5px;
	}
	.auth-review p {
		line-height: 20.5px;
	}
	
	.footer {
		padding: 15px 0;
	}
	
	
	.mob-navigation {
		display: block;
	}
	.navigation, .header-search {
		display: none;
	}
	.header-flex.flex-box {
		padding: 0;
		display: flex;
		align-items: center;
	}
	.header .head-left {
		height:100%;
		top: 0;
		flex: 0 0 32%;
		padding: 30px 0;
	}
	.header .head-right {
		top: 0;
		flex: 0 0 68%;
		height:100%;

	}
	.search-mob {
		width: 74%;
		float: left;
		position: relative;
		/* //top: -1px; */
		padding: 30px 0;
	}
	.mob-subbar {
		position: absolute;
		background: #fff;
		right: -3px;
		width: inherit;
		height: 100vh;
		padding: 38px 20px 20px 20px;
		top: 111px;
		width: 442px;
		box-shadow: -3px 1px 12px #888888;
		display: none;
		 z-index: 999;
	}
	/* .mob-topnav{
		//position: relative;
	} */
	.mob-subbar.active{
		display:block;
	}
	.mob-subbar ul li a {
		font-size: 31px;
		text-align: center;
		color: #262626;
		font-weight: bold;
		font-family: Arial;
	}
	.list-item-wrap .list-item {
		border-bottom: unset;
	}
	.mob-subbar ul li {
		text-align: center;
		padding: 32px  0;
		border-bottom: 2px solid #e6e6e6;
		text-transform: uppercase;
	}
	.mob-subbar ul li.last{
		border-bottom: unset;
	}
	.mob-subbar ul li a img {
		max-width: 72%;
		width: 25px;
		position: relative;
		left: 5px;
		top: -2px;
	}
	
	.list-item h3 {
		font-size: 20.5px;
		font-family: Arial;
		color: #262626;
	}
	.submob-wrap {
		display: none;
	}
	.search-mob form {
		float: left;
		padding-right: 0;
		border-right: 2px solid #b2b2b2;
		clear: both;
		overflow: hidden;
		width: 295px;
		position: relative;
		top: 8px;
		display: none;
		right: -21px;
	}
	.search-mob.searchon form{
		display:block;
	}
	.search-mob input[type="text"] {
		height: 32px;
		border: unset;
		font-size: 23.5px;
		font-family: Arial;
		float: left;
		position: relative;
		left: 8px;
		top: 0px;
		text-align: center;
		color: #262626;
		outline: none;

	}
	img.mob-search {
		position: relative;
		top: 2px;
	}
	.search-mob.searchon .mob-search {
		width: 12%;
	}
	input[type="text"]::placeholder{
		color: #b2b2b2;
		font-style:italic;
	}
	i.fa.fa-bars.toggactive {
		font-size: 50px;
		padding: 30px;
		margin-right: 15px;


	}
	i.fa.fa-bars.toggactive.open {
		background: #3e75a7;
		color: #fff;
	}
	.search-mob.searchon .mob-search {
		width: 10%;
		top: 5px;
		position: relative;
	}
	a.under {
		text-decoration: underline;
	}
	.list-item-wrap {
		padding: 70px 30px 10px;
	}
	.list-item {
		padding-bottom: 54px;
	}
	.list-item.last {
		padding-bottom: unset;  
	}
	
	section#blog-top h2 {
		/* font-size: 35px !important; */
		font-size: 40px !important;
	}
	.auth-img img {
		position: unset;
		padding: 0 0;
		
	}
	section#blog-autor h4 {
		padding-bottom: 10px !important;
	}
	.auth-review p {
		font-size: 13px  !important;
		padding: 0 5px !important; 
	}
}
 

/* New changes */
button.prod-btn {
    margin-top: 15px;
    right: 0;
    margin-right: 0;
}
body.fifed {
    position: fixed;
}

  
li {
    list-style: none;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
	display:none;
}
a.trend-top:hover {
    text-decoration: underline;
    color: #262626;
    font-weight: normal;
	
	
}

.ban-header a {
    COLOR: #262626;
}
.ban-header a:hover h1 {
    text-decoration: unset;
    color: #187aab;
}


p.based-banner {
    font-size: 11px;
    line-height: 15.5px;
    font-family: Arial;
	margin-top: 27px;
    display: block;
    clear: both;
    padding-top: 27px;
} 


.pros.gmax {
    height: 580px;
}

.product-col.img.extend {
    position: relative;
    left: 50px;
}

body.home {
    position: relative;
}

.popup {
	display:none;
    position: fixed;
    top: 30%;
    left: 50%;
	width: 590px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    margin-left: -290px;
    z-index: 999;
    height: 334.5px;
	box-shadow: -2px 10px 25px #000;

    
}
.popup img {
    position: relative;
    top: -8px;
}
.popup-inner{
	 padding: 50px;
}	
.popup-inner h2 {
    font-size: 33px;
    color: #262626;
	margin-bottom: 15px;
}

.popup-inner p.meassage {
    font-size: 22px;
    line-height: 30px;
    font-family: Arial;
    font-weight: normal;
	text-align: left;
    color: #262626;
}

.pop-ok {
    text-align: center;
    margin: 25px    0;
}

.pop-ok button {
    width: 170px;
    height: 52px;
    background: #007cac;
    border: unset;
    box-shadow: unset;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
	cursor: pointer;
}
.pop-ok button:hover {
	    opacity: 0.7;
}
.popup-inner p {
    font-size: 11px;
    text-align: center;
    color: #262626;
    font-family: Arial;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 99;
}

@media(min-width:800px){
	.pros ul li span {
		line-height: 20px;
	}
	.bottom-line-wrap ul {
		width: 29% !important;
	}
	.footer-inner p {
		font-size: 11px !important;
	}
	
}

.ranking{
	font-style:italic !important;
	font-size: 36px !important;
	color: #262626 !important;
    margin: 20px 0 20px !important;
    font-weight: 600 !important;
}


@media (max-width: 768px){
	.header .head-left {
		flex: 0 0 40%;
	}
	.header .head-right {
		flex: 0 0 60%;
	}
	.search-mob {
		width: 76%;
	}
	i.fa.fa-bars.toggactive {
		padding: 30px 30px 30px 0;
		margin-right: 0; 
	}
	.device_android .search-mob form {
		width: 274px;
		right: -15px;
	}
	.search-mob form {
		width: 241px;
		right: -43px;
	}
	.search-mob.searchon .mob-search {
		width: 10%;
		top: 10px;
		position: relative;
	}
	.search-mob input[type="text"] {
		left: 2px; 
	}
	.rising-bar-left.content {
		padding-top: 0;
	}
	.rising-bar-left {
		top: 0 !important;
	}
	.rising-bar-left.img img {
		height: 60px!important;
		position: relative!important;
		top: 8px!important;
	}
	.rising-bar-left.img {
		width: 8%;
	}
	.rising-bar-left.content {
		width: 92%;
	}
	.rising-bar-left.content h2 {
		font-size: 22px !important;
	}
	.rising-bar-left {
		width: 55%;
	}
	.rising-bar-right {
		width: 45%;
	}
	.rising-bar-right.content {
		padding-left: 15px;
	}
	.device_android .search-mob input[type="text"] {
		left: -5px;
	}
	.device_android section#blog-top h2 {
		font-size: 48px !important;
	}
	.device_android section#blog-top p {
		font-size: 25px !important;
		line-height: 36px;
	}
}                

@media (max-width: 400px){
	.device_android section#blog-top p {
		font-size: 13px !important;
		line-height: 30px;
	}
}   

p.discadd {
    margin-top: 5px;
}


@media (min-width: 768px){
	.rising-bar-left.content p {
		font-size: 13.5px;
	}
}

@media (max-width: 768px){

.pros ul li img {
    top: 18px !important;
}

.pros ul li {
    margin-bottom: 10px;
}
.pros ul li span {
    width: 93%;
}
}    


ul.new-footrs {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.new-footrs li {
    display: inline-block;
}

a.last.fists {
    padding-right: 20px;
}
.new-footrs a.last {
    color: #a3a3a3;
    font-family: 'Open Sans';
    font-size: 11px;
    text-decoration: underline;
}
  p.disccopy {
      text-align: center;
  
}

@media(min-width:768px)
{
    
    .new-footrs a.last {
        font-size: 13px;
    }
    p.disccopy {
    text-align: center;
    font-size: 12px !important;
    padding-top: 8px;
    margin-top: 0;
}

p.discadd {
    margin-top: 5px;
}

}


@media(max-width:767px){
    p.disccopy {
   
    padding-top: 5px;
}
    
   ul.new-footrs {
   margin: 0px 0 0 0;
    line-height: 11px;
    padding-left: 0;
    margin: 0;
    display: flex;
    vertical-align: middle !important;
    justify-content: center;
    margin-top: 20px !important;
} 
.footer-inner p {
    font-size: 14px;
    line-height: 1.3;
}

.footer .new-footrs a.last {
    font-size: 30px;
}

.footer p.disccopy {
    padding-top: 20px;
}

.footer ul.new-footrs {
    margin-top: 30px !important;
}
.footer ul.new-footrs li a {
    font-size: 27px;
}

.footer-inner p.disccopy {
    margin-top: 20px;
}
}

.auth-img img {
	top: 0px !importa;
}
