*, *:before, *:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html{
    font-size:16px;
    transition: all .5s;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input{
    font-family:'Open Sans', sans-serif;
    font-weight:normal;
    margin:0;
    padding:0;
    outline:0;
    font-size: 1rem;
    font-weight:normal;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

button:focus, button:active {
    outline: 0;
    outline: none;
} 


ol, ul{
    list-style:none 
}
b, strong{
    font-family:Arial;
    font-weight:bold;
}
.header__logo {
	text-align: center;
}
.wrapper{
    margin:0 auto;
    max-width:1200px;
    overflow:hidden!important;
}
#popUp{
    background-color:rgba(45, 41, 41, 0.7);
    color:#fff;
    font-size:15px;
    display:none;
    position:fixed;
    bottom:55px;
    width:94%;
    padding:5px 2%;
    margin:0 3% 0 0;
    z-index:22;
    font-family:sans-serif;
    
}

.header{
    height:60px;
    width:100%;
    background-color: rgba(255,255,255,0.8);
    position:fixed;
    display:block;
    z-index:9999;
}


.topnav {
    overflow: hidden;
    min-height: 51px;
    display: none;
    width: 100%;
    /* background-color: #f3dfdc; */
}

.topnav .logo {
    max-height: 50px;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}

.topnav #myLinks {
    display: none;
    background: white;
    margin-top: 0px;
}

.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    color: black;
}


.header .wrapper{
    padding:5px 0;
}

.clearfix::after{
    content: "";
    display: table;
    clear:both;
}



.row{
    width:100%;
    margin:0 auto;
}
.col-1-of-2{
    width: calc((100% - 30px) / 2);
}

.col-1-of-3{
    width: calc((100% - (30px * 2)) / 3);
}

.row [class^="col-"] {
    float:left;
}

.row [class^="col-"]:not(:last-child){
    margin-right: 20px;
}
/*================================ Menu & Footer changes*/
footer .wrapper {
	max-width: 100%;
	width: 1010px;
}
.terms-wrapper {
	max-width: 100%;
	width: 1200px;
	padding: 0 5px;
	margin: 0 auto;
}
.stamps_btm {
    display: block;
    width: 280px;
    max-width: 100%;
    margin: 0 auto 10px;
}
#shop {
	border-bottom: 2px solid #e2e2e2;
}
footer {
	padding-top: 10px;
	background: #f3f3f3;
}
.foot-links {
	display: flex;
    vertical-align: top;
}
.foot-links > div {
    width: 100%;
    max-width: 300px;
    line-height: 1.6;
    color: #656565;
    text-align: left;
}
.foot-1 {
	text-align: left;
	margin-right: 10%;
}
.foot-links > div > a {
	display: block;
    text-align: left;
    color: #656565;
    font-size: 15px;
}
.foot-2 h2,
.foot-3 h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
.foot-3 h3 {
	font-weight: bold;
}
.foot-3 > p {
	vertical-align: middle;
	margin-bottom: 20px!important;
}
.foot-3 > p img {
	vertical-align: middle;
    margin-right: 5px;
    border-radius: 5px;
    padding-left: 5px;
}

.social-network {
	margin-top: 15px;
}
.choice-tab:hover {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
	box-shadow: 0px 6px 5px 0px rgba(224,224,224,1);
}
@media (max-width: 767px) {
	.foot-links {
		flex-direction: column;
	}
	footer .wrapper {
		padding: 0 10px;
	}
	.foot-2 {
		margin-bottom: 20px;
	}
	.foot-links > div > a {
		font-size: 13px;
    	padding: 2px 10px;
	}
	.foot-1 {
		margin-bottom: 10px;
	}
	.foot-1 > a {
		font-size: 16px!important;
	}
}

/*================================ END Menu & Footer changes*/
.logo-box{
    float:left;
    width: 18%;
}
.button-box{
    float:right;
}

.nav{
    float:left;
    position:relative;
    margin-right: 0px;
    transition: all .5s;
}

.navigation{
    list-style: none;
    text-align:center;
    transition: all .5s;
}

.navigation li{
    display:inline-block;
    padding:15px 0;
    transition: all .2s;
    
}

.navigation li:not(:last-child){
    margin-right:15px;
}



.navigation li a{
    color: #004a8e;
    text-decoration: none;
    font-size: 15px;
}
.line{
    width:100%;
    height:5px;
    background-color: #004a8e;
    margin-top:15px;
}
.navigation li:hover{
    border-bottom:2px solid #004a8e;
    transform: scale(1.1);
    
}

.badges{
    width:100%;
    text-align:center;
    margin-top:50px;
}
.old_price {
    color: #FF084A !important;
    text-decoration: line-through;
}
.new_price {
    color: #12c630 !important;
    font-size: 22px !important;
    font-weight: bold;
}
.info-box-btn {
	border: none;
	padding: 10px 10px;
	margin: 10px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background-color: #ff0e17;
	border-radius: 10px;
	width: 200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.choice-tab:hover {
	background: #fff;
}



.btn, .btn:link, .btn:visited{
    text-transform: uppercase;
    text-decoration: none;
    padding:15px 40px;
    display:inline-block;
    border-radius:100px;
    transition: all .2s;
    position:relative;
    border:none;
    cursor:pointer;
    
}

.btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn:hover::after{
    transform: scaleX(1.4) scaleY(1.6);
    opacity:0;
}

.btn:active, .btn:focus{
    outline:none;
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.btn::after{
    content: "";
    display:inline-block;
    height:100%;
    width:100%;
    border-radius:100px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    transition: all .4s;
}

.btn-red{
    background-color:red;
    color:white;
}

.btn-white::after{
    background-color:red;
}
/*.section-one{
    height: auto;
    background-image: linear-gradient(to right bottom,#00BFFF, #4169E1);
    padding-top:60px;
    background-image: url("../images/background-desktop.jpg");
    background-size: cover;
    min-height:500px;
}*/

.section-title{
    text-align:center;
    color:white;
    font-size:35px;
    padding-top:50px;
    font-weight:bold;
}
.ct-qt {
	text-transform: uppercase;
    margin: 20px 0;
}

.ct-hd {
	background: #004a8e;
    color: #fff;
    display: block;
    padding: 10px 0;
    margin: -10px -10px 5px -10px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sub-title{
    text-align:center;
    color:white;
    font-size:28px;
    padding-top:50px;
}
.section-left{
    text-align:left;
}
.black{
    color:black;
}

.prod-image{
    width:75%;
}

.secTwoUl li{
    color:white;
    font-size:22px;
    position:relative;
    top:50px;
    left:20px;
}

.secTwoUl li::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    left: -12px;
    top: -4px;
    background-color: green;
}

.secTwoUl li:not(:last-child){
    margin-bottom:15px;
}

.boxes{
    text-align:center;
    width:100%;
    display:inline-block;
    margin-top:50px;
}
.box{
    width:24%;
    display:inline-block;
    float:left;
    
    
}

.box img{
    width:100%;
}

.box p{
    color: #004a8e;
}

.section-two-text{
    display:block;
    margin-top:50px;
    text-align:center;
}

.section-two-text p{
    color: #004a8e;
}

.section-two-text p:not(:last-child){
    margin-bottom:15px;
}

.section-three{
    /* background-image: linear-gradient(to right bottom,#00BFFF, #4169E1); */
    background-color: #9dc7d7;
}
#yt-video {
    display: block;
    margin: 30px auto;
    max-width: 90%;
}
.section-three-text{
    display:inline-block;
    width:100%;
}
.secThreeUl{
    text-align:center;
}
.secThreeUl li{
    color:white;
    font-size:22px;
    position:relative;
    left:20px;
    
}

.secThreeUl li::before{
    content: "✓";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    left: -12px;
    top: -4px;
    color:white;
}

.howToUse{
    margin-top:50px;
    display:inline-block;
    width:100%;
}

.how{
    text-align:center;
}

.how img{
    width:170px;
    border-radius:100px;
}

.how p{
    color:white;
}

.howToUseSide{
    width:49%;
    display:inline-block;
    float:left;
}

.ingredient{
    text-align:center;
    vertical-align: top;
    display:inline-block;
}
.ingredient img{
    width: 150px;
    display: block;
    margin: 0 auto;
}

.ingredient h3{
        vertical-align: top;
    text-align: center;
    font-size:18px;
    font-weight: bold;
}
.marginBottom20{
    margin-bottom:20px;
}

.marginBottom50{
    margin-bottom:50px;
}
.hamburger{
    height:5px;
    color:white;
    width:100%;
}

.prod-btn-scroll{
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 5px 0;
        background-color:white;
        text-align:center;
        z-index: 1;
}

.mobileShow{
    display:none;
}

.badges img{
    width:20%;
}

.badges img:last-child{
    width:25%;
}

.sec2img{
    
        height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    position: relative;
    margin: 20px 20px;
    border: 2px solid #22466a;
    background-size: 180px 180px;
    background-position: center center;
    display:block;
    margin:0 auto;
    margin-bottom:10px;
}

.checkmark{
    background: #22466a;
    color: white;
    font-size: 30px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 5px;
}

.image-title{
        text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #464748;
}
.secTwoImage{
    width:20%;
    float:left;
    display:inline-block;
}
.sec2img-1{
    background-image: url("../images/b1.png");
}
.sec2img-2{
    background-image: url("../images/b2.png");
}
.sec2img-3{
    background-image: url("../images/b3.png");
}
.sec2img-4{
    background-image: url("../images/b4.png");
}
.sec2img-5{
    background-image: url("../images/b5.png");
}

.prem__container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    padding-top: 2%;
}

.prem__div {
    width: 18%;
    margin-top: 2%;
}

img.prem__img {
    display: block;
    margin: 5% auto;
    width: 90%;
}

p.prem__text {
    text-align: center;
    margin-bottom: 40%;
}
.review{
    width:48%;
    float:left;
    display:inline-block;
    border-radius:5px;
   box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    padding:10px;
     margin-right:10px;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:10px;
}

.star{
    color: gold;
    font-size: 26px;
}
.purchased{
    padding:2px;
    background-color:rgb(56, 193, 114);
    color:white;
}
.review-date{
    float:right;
    position: relative;
    top:5px;
    color:darkgray;
}
.review-text{
    color:rgb(101, 101, 101) !important
}

.review h4{
    font-weight: bold;
}

.review-author{
    text-align:right;
}
.review-author h4{
    color: rgb(96, 111, 123) !important;
    padding:10px;
}

.sat-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.single-sat {
    max-width: 45%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

/*footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/*footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook {
    background-color:#3B5998;
}
.social-network a.icoInstagram {
    background-color: orangered;
}
 .social-network a.icoFacebook i, .social-network a.icoInstagram i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: black;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social{
    margin-bottom:15px;
}
.single-sat h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:10px;
}

.section-eight{
    background-image: linear-gradient(to right bottom,#00BFFF, #4169E1);
}

.lastP{
    text-decoration: underline;
}

.fixP{
    color:white;
    text-align:center;
    font-size:18px;
    margin: 20px 0;
}

.prod-mob{
    display:block;
    margin:0 auto;
}

.lastBtn{
    text-align:center;
    margin-top:50px;
    margin-bottom:30px;
}
.disc{
    text-align:center;
}
footer {
    text-align: left;
    margin: 0px auto;
    font-size: 15px;
}

footer a {
    color: #000;
    text-decoration: none;
}
.disclaimer{
    margin-bottom:20px;
}

#myform {
    width: 400px;
    max-width: 95%;
    margin: 0 auto;
}

.form-style-6 input[type="text"], .form-style-6 input[type="date"], .form-style-6 input[type="datetime"], .form-style-6 input[type="email"], .form-style-6 input[type="number"], .form-style-6 input[type="search"], .form-style-6 input[type="time"], .form-style-6 input[type="url"], .form-style-6 textarea, .form-style-6 select {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.mobileShow{
        display:none;
    }

.btn-form {
    background: #50b83c;
    border: 1px solid #50b83c;
    padding: 10px 80px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.discOne{
       left: 241px;
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 16%;
    display:none;
}

.discTwo{
        position: absolute;
    width: 16%;
    right: 128px;

}
.boxFixed{
    position:relative;
    width:50%;
    display:block;
    margin:0 auto;
}
.sat-mob {
	display: none;
}
.sat-thums img {
	max-width: 100%;
	margin: 0 auto;
}

/*================================ ORDER SECTION*/

.foot-new h1 {
	font-size: 31px;
	color: #004a8e;
}
.foot-new p {
	margin: 5px 0;
}
.foot-new hr {
	height: 3px;
    background-color: #3a7ee8;
}
.section_04 .wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 14px 10px 0;
    /* flex-direction: column; */
}
.choice-tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
    padding: 10px;
    margin: 0 10px 15px;
    background-color: #dde6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    flex-direction: column;
}
.pack-box {
    position: relative;
    max-width: 310px;
    width: 100%;
    text-align: center;
}
.pack-box img {margin: 0 3px;max-width: 100%;}
.pack-box span {
    position: absolute;
    top: 19%;
    left: 59%;
    font-size: 67px;
    font-weight: 900;
    -webkit-text-fill-color: #ff0e17; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}
.info-box {
    align-items: center;
    width: 100%;
}
.info-box h2 {font-size: 23px;text-align: center;width: 200px;max-width: 100%;}
.info-box h2 span {
	display: block;
	font-size: 15px;
	margin-top: 15px;
}
.info-box p {
    font-size: 18px;
    text-align: center;
}
.info-box p span {
    font-weight: 200;
    font-size: 16px;
    margin: 0 4px;
}
.info-box button {
    border: none;
    padding: 10px 10px;
    margin: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #ff0e17;
    -webkit-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    -moz-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    border-radius: 10px;
}
.info-box button:hover {box-shadow: none;}

.info-box span img {
	vertical-align: middle;
	width: 30px;
}
.info-box span b {
	    vertical-align: middle;
	    color: #007233;
	    font-size: 14px;
}
.hotoffer {
	position: absolute;
    margin: 0!important;
    left: -10px;
    top: -10px;
    border-top-left-radius: 8px;
}
.get_free {
	background: #ff0e17;
    color: #fff;
    font-size: 22px!important;
    padding: 5px;
}
@media (min-width: 720px) and (max-width: 768px) {
	.hotoffer {
		 left: -22px;
	}
}
@media (max-width: 768px) {
    .section_04 .wrapper {
    	flex-direction: row;
    	align-items: inherit;
    }
    .choice-tab, .info-box {flex-direction: column;}
    .choice-tab {margin: 0 10px 15px;}
    .pack-box {margin: 0 auto 20px;}
    .price-info {margin: 9px 0;}
    .get_free {
    	    font-size: 16px!important;
    }
}
@media (max-width: 582px) {
    .pack-box img {
    	margin: 0;
    	/* width: 71px; */
    }
    .pack-box span {
    	top: 23%;
	    left: 56%;
	    font-size: 44px;
    }
}
@media (max-width: 640px) {
	.choice-tab {
		margin: 0 4px 15px;
		width: 32%;
	}
	.pack-box img {
		margin: 0 0 -20px 0;
		/* width: 73px; */
	}
	.quant_three .pack-box img {
		width: 43px;
	}
	.hotoffer {
		width: auto!important;
		max-width: 58px!important;
		top: -20px;
	}
	.foot-new h1 {
	    font-size: 17px;
	}
	.quant_three .pack-box{
		margin-top: 10px;
	}
	.info-box p {
    	font-size: 12px;
 }
	.ct-qt {
		    min-height: 42px;
		    margin: 10px 0;
	}
}
@media (max-width: 360px) {
	.info-box span b {
		    font-size: 13px;
	}
}
@media (max-width: 320px) {
	.quant_three .pack-box img {
	    width: 37px;
	}
}
/*END ORDER SECTION*/

@media only screen and (max-width:1025px){

    .prod-image {
    width: 100%;
}
    .review{
        width:97%;
    }
    .footer{
        /* margin-bottom:70px; */
    }
    .disclaimer {
    margin-bottom: 3px;
}
        .mobileHidden{
    display:none;
}
    .topnav{
        display:block;
    }
    .mobileShow{
        display:block !important;
    }
}

@media only screen and (max-width:768px){
	.sat-mob {
		display: block;
		padding: 0 10px;
	}
	.sat-desktop {
		display: none;
	}
    .discOne {
    left: 214px;
    position: absolute;
    right: 0;
    bottom: 89px;
    width: 18%;
}
    .section-one {
    background-position: 65%;
    }
    .discTwo{
        display:none;
    }
    .prod-mob{
        display:none;
    }
}

@media only screen and (max-width:767px){
    .section-one{
        min-height:586px;
        background-image: url(../images/mobile-back.jpg);
        padding-top:50px;
    }
    .section-one h1{
        font-size:23px;
        padding-top: 2px;
    }
    .badges {
    margin-top: 3px !important;
}
    .section-one h2{
        font-size: 17px;
    padding-top: 3px;
        padding-bottom:3px;
}
    
    .col-1-of-2{
        width:100%;
    }
    .sub-title{
        padding-top: 21px;
        padding-bottom: 23px;
    }
    .section-title{
        padding-top:10px;
    }
    .badges{
        margin-top:15px;
    }
    .secTwoImage{
        width: 49%;
            margin-bottom: 15px;
    }
    .secThreeUl li{
        left: 0px;
        margin-left: 13px;
    }
    .col-1-of-3{
        width:100%;
    }
    .prem__div{
        width:100%;
    }
    .review {
    width: auto;
    margin: 10px 5px;
}
    .boxFixed{
        width:auto;
    }
    .discTwo {
    position: absolute;
    width: 20%;
    right: 35px;
}
    .section-title{
        text-align:center;
        font-size: 28px;
    }
    .sub-title{
        text-align:center !important;
        font-size:25px;
    }
    .mobileHide{
        display:none;
    }
    .mobileShow{
        display:block;
    }
    .section-two-text{
        margin-top:20px;
    }
    .howToUseSide{
        width:100%;
    }
    .howToUse{
        margin-top:15px;
    }
    .disclaimer{
        font-size:12px;
    }
    .secTwoImage:last-child{
        display:block;
        float:left;
        margin:0 auto;
        position:relative;
        left:50%;
        transform:translateX(-50%);
    }
    .review-date{
        float:left;
    }
    .header{
        height:49px
    }
    .topnav .logo {
    max-height: 44px;
    }
    .topnav a.icon{
        top:0px;
    }
}

@media only screen and (min-width:2000px) {
	.section-one {
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    min-height: 600px;
	}
}

/*=================== DESIGN v3*/
.hands {
	position: absolute;
    right: 0;
    height: 430px;
    width: auto;
}
.section-one {
	height: auto;
	min-height:500px;
	padding-top: 70px;
	background-image: url(../images/s1_bg.jpg);
}
.section-one h1,
.section-one .sub-title,
.section-one .secThreeUl li,
.section-one .secThreeUl li::before {
	color: #004a8e;
}
.section-one h2 {
	margin-bottom: 0px;
   	padding-top: 20px;
}
.section-one .btn {
    display: block!important;
    margin: 0 auto;
    width: 270px;
    text-align: center;
    font-weight: bold;
}
.section-one .sub-title {
	font-size: 31px;
}
.box_mobile {
	display: none;
}
.section-one .section-three-text {
	margin-top: 10px;
}
.section-one .secThreeUl {
	text-align: left;
	margin-bottom: 20px;
}
.section-one .secThreeUl li::before {
	top: 0;
	font-weight: bold;
}
.prod_dt {
	width: 220px;
	max-width: 100%;
	margin-left: 50px;
}
#cookie-consent-bar {
    text-align: center;
    padding:10px;
    font-size: 18px;
    background-color: rgba(45, 41, 41, 0.85);
	position:fixed;
	bottom:0;
	z-index:2222;
	width:100%;
	color:#fff;
}



#accept-cookies, #read-cookie-policy {
    padding:5px;
    font-size: .8em;
    border-width: 2px;
    border-style: solid;
    background-color: #4ba353; 
	display:inline-block;
	width:200px;
	height:50px;
	margin:5px;
	color: #fff;
	cursor: pointer;
}



#read-cookie-policy {

	background:#333;

}
#cookie-consent-bar a {
	color: #337ab7;
	text-decoration: none;
}
.section-five .button-box {
	float: none;
	text-align: center;
}
p.prem__text {
    margin-bottom: 20%;
}
.secThreeUl li {
	margin-bottom: 15px;
}
.topnav a.icon {
    background: rgb(0, 74, 142);
    top: 7px;
    color: white;
    border: 2px solid #fff;
    padding: 10px 14px;
    margin-top: -5px;
}
.topnav #myLinks {
	    background: #004a8e;
}
.topnav a {
	color: #fff;
}
@media only screen and (max-width:1500px) {
	.hands {
		display: none;
	}
}
@media only screen and (max-width:1200px) {
	.mobileHidden{
    	display:none;
	}
    .topnav{
        display:block;
    }
    .mobileShow{
        display:block !important;
    }
    .row [class^="col-1-of-2"]:not(:last-child) {
    	margin-left: 20px;
    	padding-bottom: 20px;
    }
    .prod_dt {
    	margin-top: 30px;
    }
    .section-one .section-title {
    	padding-top: 10px;
    }
}
@media only screen and (max-width:1000px) {
	.prod_dt {
	    margin-top: 50px;
	}
}
@media only screen and (max-width:767px) {
	.prod_dt {
		display: none;
	}
	.row [class^="col-1-of-2"]:not(:last-child) {
    	margin-left: 5px;
    }
    .section-one {
    	padding-top: 45px;
    	min-height: auto;
    	background-position: 20%;
    }
    .section-one .sub-title {
	    font-size: 18px;
	    padding-top: 5px;
	}
	.secThreeUl li {
		font-size: 19px;
		margin-left: 10px;
	    max-width: 94%;
	    text-align: center;
	}
	.box_mobile {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}
	.section-one .secThreeUl {
		margin-bottom: 0px;
	}
	.section-one h1 {
    	font-size: 24px;
    	padding-right: 5px;
    }
}