
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');

/*General Divs*/
body{ 
    color:#fff; 
    background: url(../images/body-bg.png) #010b40;
    background-repeat: repeat;
    margin: 0px; padding:0px;
    /*! letter-spacing: .6px; */ 
    font-size: 18px; 
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
	
 }
h1{ font-size:26px; transition: all 0.5s ease; margin: 0px; padding: 0px; }
p{margin:0px  !important; padding: 0px}
.primerColor{color: #04d9c4;}.primerBg{background-color:  #1c252c; padding: 20px 0px;}
.secColor{color:#bbb0a5;}.secBG{background-color: #bbb0a5; padding: 20px 0px;}
a{text-decoration: underline; color: #333;}
.img-responsive{display: block; max-width: 100%; margin: 0 auto; height: auto;}
.wrapper{ margin: 0 auto;overflow-x: hidden;}
input, select {
    font-size: 18px;
    width: 94%;
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #333;
    padding-left: 15px;
    background: white;
    margin-left: auto;
    border-radius: 6px;
    margin-right: auto;
    display: block;
}
select{ width:100%; float: left;  background:#bbb0a5;border: 1px solid #bbb0a5; padding-left: 0px;color: #000;}
.text-center{text-align: center;}
.clearFix{clear:both;}
.pull-left{float:left}
.pull-right{float:right}
.cntMarg{padding:0 30px;}
/*General Divs*/



/*Header Divs*/
.headerFix{ width: 100%; }
header{
    display: flex !important;
    justify-content: space-between;
    align-items: center;padding:0px 0px;
    background: #04d9c4;
    z-index: 1111;
    width: 100%;
    padding-bottom: 20px;
}
/*Header Divs*/


/* Menu Navigation */
.sidenav {
  height: 100vh;
  width: 0px;		
  position: absolute;
  top: 90px;
  left: 0px;
  background-color: #1c252c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
	z-index: 111111;
	
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 16px;
	text-align: left;
	
	
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;

}

.sidenav a img {
	
	margin-right: 13px;
}

span.nav-span {
	
}
/* Menu Navigation */





/*Body Divs*/


.cartCircle {
    background: #020f59;
    top: 10px;
    position: relative;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    right: 12px;
    float: right;
}
.plusMinusFull{display: flex; justify-content: space-between; align-items: center;  }
.plusMinus { background: #031ca6;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.plusMinus a{color:#fff;}.plusMinus a:hover{color:#bbb1a5;}
.plusMinusFull input{width:30px; text-align: center; height: 30px; margin: 0 10px; border: 0px;}
.container{padding: 20px 10px 50px 10px;}
.strip{background:white; padding: 10px; border-bottom: 1px solid #28353e;display: flex;justify-content: space-between;align-items: center;}
.strip h1{ text-transform: uppercase; }
.topImg { display: flex; justify-content: space-around; align-items: center;position: relative; margin-bottom: 100px}
.topImg h1{position: absolute;}
.panierTopBg{width:100%; padding: 0 5%; height: 95px; background: url(../images/panier-top-bg.png) center top; background-repeat: no-repeat;}
.panierTopBg i a{color:#fff;}


.btn{background: #031ca6; font-size: 14px;  padding: 10px 20px; font-weight: bold; color:#1c252c;-webkit-box-shadow: 4px 7px 12px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 7px 12px -7px rgba(0,0,0,0.75);
	box-shadow: 4px 7px 12px -7px rgba(0,0,0,0.75);text-align: center;}
.btn a {color:#fff; text-decoration: none;}
.btn a:hover{color: #bbb1a5}
.primerBg .btn{width:25%; float: left;}
.secBG .btn{width:180px; text-align: center!important; margin:0 auto !important; }

/*Body Divs*/



@media only screen and (max-width: 600px) {
	h1{font-size: 14px;}
	body{font-size:12px;}
	.strip img{width:80px; height: 60px;}
	
}

@media only screen and (max-width: 540px) {
	.btn{font-size:11px; padding: 10px -5px}
	.plusMinus,.plusMinusFull input{width:20px; height: 20px; line-height: 20px;}
	.plusMinusFull input{margin: 0 2px;}
	
	
}

@media only screen and (max-width: 420px) {
	.strip img{width:100px; height: 100px;}
	.btn{font-size: 12px;}
	.cartCircle {
		top: 25px;
    right: 10px;
	}
	
}

@media screen and (max-width: 380px) and (min-width: 360px) {
  .cartCircle {
		top: 32px;
		right: 5px;
	}
}

@media only screen and (max-width: 360px) {
	.cartCircle {
		top: 32px;
    	right: 0;
	}
	
}




/* Afaq's Coding */

.sidenav a {
  padding: 15px 8px 8px 22px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	/*! width: 220px; */
	
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
	padding: 10px 8px 8px 22px;
	margin-left: 0px;

}

.sidenav a img {
	
	margin-right: 13px;
}


.input-area {
	margin: 0 auto;
    padding: 150px 0px 50px 0px;
}

.hd-btn-main{
	background: #04d9c4;
    margin-top: 5px;
    text-align: center;
	float: left;
    width: 100%;
    line-height: 40px;
	z-index: 111;
	position: relative;
	margin-bottom: 20px;
}

.hd-btn a{
	float: left;
	width: 50%;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    color: #000;
	text-align: center;
	font-size: 13px;
    font-weight: 300;
    padding: 3px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.5s;
}

.hd-btn {
	text-align: center;
}

a.liv-btn {
    background: #04d9c4;
    width: 45%;
}

a.emp-btn {
	background: #fff;
    width: 55%;
}

a.liv-btn:hover {
	background: #04d9c4;
	width: 50%;
}

a.liv-btn:hover + a.emp-btn {
	width: 50% !important;
}

.input-group {
	width: 100%;
}



.form-box .input-group .form-control, .form-box .input-group .btn-default {
	border-radius: 0;
	background: #00000085;
	font-size: 20px;
    font-weight: 300;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .5s ease-in-out;
	box-shadow: none;
}

.form-box .input-group .btn-default {
	font-size: 14px;
	background: #bab0a4;
	border: none;
	color: #000 !important;
	text-shadow: none;
	font-weight: 500;
	
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
	height: 45px;
    width: 90%;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.form-box .input-group .form-control, .form-box .input-group .btn-default {
	border-radius: 0;
	background: #00000085;
	font-size: 20px;
    font-weight: 300;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .5s ease-in-out;
	box-shadow: none;
}

.form-box .input-group .btn-default {
	font-size: 14px;
	background: #bab0a4;
	border: none;
	color: #000 !important;
	text-shadow: none;
	font-weight: 500;
	
}

.form-control option {
    background: rgba(0,0,0,0.9);
    border: 1px #333 solid;
	color: #fff;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}


/* input-group-btn */

.BtnShadow {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 2;
    color: #000 !important;
    height: 45px;
    width: 10%;
    line-height: 45px;
}

.BtnShadow.small {
    font-size: 20px;
    line-height:45px;
    margin:7px;
}
.BtnShadow.mini {
    font-size: 15px;
    line-height:32px;
    margin:7px;
}
.BtnShadow.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.BtnShadow:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.BtnShadow:before {
    speak: none;
    font-size: 48px;
    line-height: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
 .BtnShadow.btnEffects {
    background: #04d9c4;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.BtnShadow.btnEffects:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.BtnShadow.btnEffects:hover {
    background: #bab0a4;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.BtnShadow.btnEffects:hover:after {
    -webkit-animation: btnEffect 1.3s ease-out 75ms;
    -moz-animation: btnEffect 1.3s ease-out 75ms;
    animation: btnEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.hd-icons{
	display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    margin: 20px 0;
}

.hd-icons a{
	color: #fff;
   font-size: 13px;
   padding-left: 5px;
   padding-bottom: 0px;
}

.hd-icons img{float: left;}
.hd-icons img:hover{ 
  animation: img 1s infinite;
  animation-timing-function: linear;   
}

@keyframes img {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  
}

.clearFix {
	clear: both;
}

h2 {
	font-weight: 700;
	color: #04d9c4;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px -11px 0px 2px;
	margin-top: 1px;
	line-height: normal;
    display: inline;
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.secColor{color: white !important;font-weight: 600;font-size: 16px;}
.popUpSmRdo{float:left; margin: 10px 20px 10px 0;width: 272px;}
.popUpSmRdo input{float: left; width:15px; height: 15px;-moz-appearance:none;-webkit-appearance:none;appearance:none;}
.popUpSmRdo img{margin: -5px 1px 0 18px; float:left;}
 .popUpSmRdo p{font-size:16px;float:left;text-transform: capitalize; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin:0 10px 0 0;}
.popUpSmRdo:hover p{ padding-left:3px; font-style:blique;letter-spacing:0.5px;color: #04d9c4;}

input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        top: 0px;
        left: 3px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #d1d3d1;
    }

    input[type='checkbox']:checked:after {

        width: 15px;
        height: 15px;
        top: 0px;
        left: 3px;
        position: relative;
        background-color: #04d9c4;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #fff;
  	 border: 3px solid #d1d3d1;
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    }

/* form page */
.payment-container {
    padding: 20px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    font-size: 18px;
    width: 94%;
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #333;
    padding-left: 15px;
    background: white;
    margin-left: auto;
    border-radius: 6px;
    margin-right: auto;
    display: block;
    color:black;
    padding-left: 10px !important;
}

.col-100 {
	width: 100%;
}

.col-50 {
	width: 50%;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cta-btn {
	text-align: center;
}

.cta-btn a {
	
    line-height: 40px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cta-btn a span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #04d9c4;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color: #01284c;
	margin-top: 5px;
    text-align: center;
    border-radius: 10px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
    width: 300px;
}

 .cta-btn a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #04d9c4;
	content: attr(data-hover);
	color: #fff;
	
	
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	text-align: center;
	border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
	
}

 .cta-btn a:hover span::before,
 .cta-btn a:focus span::before {
	background: #031ca6;	
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
background: #031ca6;	
}



.btn-outline {
	border: 1px solid #04d9c4;
	background: none;
}

.btn-outline a {
	color: #04d9c4 !important;
}

.cta-btn a {
	color: #fff;
	font-weight: 700;
	opacity: 1;
	font-size: 14px;
}

.cta-btn:hover {
	opacity: 1;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
}

.btn-width a span {
    width: 165px;
}

input[type=text]:focus, input[type="date"]:focus {
    border: 1px solid #04d9c4;
    box-shadow: none;
}

.panier .input-group .form-control {
	padding-left: 10px;
    margin-right: 8px;
	width: 72%;
	border-radius: 0px;
	background: #bbb0a5;
    color: #000;
	font-weight: bold;
}

.panier .BtnShadow {
	width: 25%;
	background: #bc1501;	
}

.panier .BtnShadow a {
	 color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.no-border {
	border-bottom: none;
}

.BtnShadow.total {
    width: 100%;
    background: #bbb0a5;
    margin: 10px 0;
}

.BtnShadow.total a {
	color: #000;
}

.BtnShadow.valider-com {
    width: 28%;
    background: #04d9c4;
    margin: 10px auto;
	display: block;
	clear: both;
}

.BtnShadow.valider-com a {
	color: #010b40;
    font-weight: 900;
    
}

.input-area.popup-box {
	text-align: center;
	padding: 185px 10px 50px 10px;
}

.popup {
    background: url(../images/bg-popup.png);
    background-size: cover;
    background-position: center;
	text-align: center;
}

.popup-content {
    background: #404040bf;
    display: inline-block;
    padding: 40px 30px;
}

.popup-content img {
	margin-top: 10px;
}

.BtnShadow a {
	text-decoration: none;
}

.BtnShadow.valider-com.popup-btn {
	background: transparent;
    border: 2px solid #bc1501;
}

.BtnPopup {
    border: 2px solid #bc1501;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.BtnPopup a {
	color: #fff;
	text-decoration: none;
}

.icon-item {
    margin: 10px 10px;
}

.icon-item a {
	color: #fff;
    padding-left: 5px;
}

.checkOutInfoTit {
	color: #04d9c4 !important;
	line-height: 40px;
	color: #000;
	font-size: 22px;
	margin: 10px 0px;
	text-align: left;
	font-weight: bold;
}
.checkOutPTable {
	margin: 5px 0 0 0px;
	font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkOutokBt {
	background-color: #efd9b9;
	text-align: left;
	line-height: 40px;
	padding: 0 20px;
}
.checkOutokBt a {
	color: #000;
}
.checkOutokBt a:hover {
	text-decoration: underline;
}

.smQuantiyFull, .img-responsive {
	margin: auto;
}

.img-responsive_sterilisation_chat{
    width: 100%;
}

.img-fluids-chat {
margin: auto;
display: block;
width: 200px;
max-width: 200px;
height: auto;
}
.prodHead {
	width: 15%;
	line-height: 40px;
	background-color: #efd9b9;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	color: #fff;
}

.greyDarkBg {
	background-color: #04d9c4;
	line-height: 50px;
	color: #010b40;
    padding: 0 10px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}


.smQuantiyFull {
	width: 100%;
	margin: 0 auto;
}
.smQuantiyFull .smMinus, .smPlus {
	float: left;
	
	font-weight: bold;
}
.smQuantiyFull .smMinus a, .smPlus a {
	color: #FFF;
	display: block;
	background-color: #04d9c4;
	-webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
	border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.smQuantiyFull .smMinus a:hover, .smPlus a:hover {
	background-color: #031ca6;
	color: #fff;
}
.smQuantiyFull input {
	background-color: white;
	border: 0 none;
	float: left;
	height: 25px;
	margin: 0 5px;
	text-align: center;
	width: 30px;
}
.popUpsmQuantiyFull {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.popUpsmMinus, .popUpsmPlus {
	float: left;
	background-color: #39393d;
	padding: 1px 5px;
	font-weight: bold;
}
.popUpsmMinus a, .popUpsmPlus a {
	color: #FFF;
}
.popUpsmMinus a:hover, .popUpsmPlus a:hover {
	color: #efd9b9;
}
.popUpsmQuantiyFull input {
	width: 30px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #333;
	height: 25px;
	border: 0px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.popUpDetailSmQuantiyFull {
	width: 25%;
	float: right;
	margin-top: 10px;
}
.popUpDetailsmMinus, .popUpDetailsmPlus {
	float: left;
	background-color: #39393d;
	padding: 1px 5px;
	font-weight: bold;
}
.popUpDetailsmMinus a, .popUpDetailsmPlus a {
	color: #FFF;
}
.popUpDetailsmMinus a:hover, .popUpDetailsmPlus a:hover {
	color: #efd9b9;
}
.popUpDetailSmQuantiyFull input {
	width: 30px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #282828;
	height: 22px;
	border: 0px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.popUpPrice {
	width: 350px;
	margin-top: 15px;
	float: right;
}
.popUpPrice h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.popUpPrice .popUpvalider {
	width: 300px;
	margin: 10px 25px 10px 0px;
	font-size: 14px;
	float: right;
}
.popUpPrice .popUpvalider a {
	width: 300px;
	border: 1px solid #ff0300;
	text-align: center;
	float: right;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000;
	display: block;
}
.popUpPrice .popUpvalider a:hover {
	width: 300px;
	border: 1px solid #999;
	border-radius: 10px;
	float: right;
}
.pouletPopDetails {
	margin-top: 20px;
}

.col-70 {
	width: 70%;
}

.col-30 {
	width: 30%;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px -11px 0px 2px;
	margin-top: 1px;
	line-height: normal;
	width: 20px;
    height: 21px;
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.popup-detials .strip {
	justify-content: space-between;
}

a.icon-al {
    display: inline-block;
    background: #fff;
    width: 220px;
    margin-bottom: -7px;
    padding: 19px 0px 0px 21px;
	color: #000;
    margin-top: 21px;

}

a.icon-al img {
	float: right;
	position: relative;
	bottom: 9px;
}

a.icon-al span.nav-span {
	
}

.popup-allergene, .popup-filtarage {
    text-align: left;
	margin: 50px 0px;
}

.popup-checkboxes input[type='checkbox']:after {
    background-color: transparent;
    border: 3px solid #04d9c4;
	border-radius:100%;
}

.popup-checkboxes input[type='checkbox']:checked:after {
	background-color: #04d9c4;
	border: 3px solid #fff;
	border-radius:100%;
}

.popup-checkboxes .popUpSmRdo img {
    margin-left: 25px;
    margin-top: -5px;
    margin-right: 15px;
}

.popup-checkboxes .popUpSmRdo {
	margin:  20px 20px 10px 5px;
}

.popup-allergene h2 {
	color: #fff;
}

.filtarage-item img {
	width: 80px;
	margin: 0px;
}

.filtarage-item .popUpSmRdo p {
    margin: 16px 10px;
	text-transform: capitalize;
}

.popup-detials .cta-btn {
    margin-bottom: 10px;
    text-align: left;
}


/* Product Animation End */
a.model-btn {
  background-color: #bc1500;
  position: fixed;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgb(255, 224, 191);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

a.model-btn:hover {
  background: #bc1500;
	color: #fff;
}
a.model-btn:focus {
  outline: none;
}

.animation-btn {
	position: fixed;
	z-index: 11111;
	right: 85px;
	bottom: 85px;
	animation-name: new;
	animation-duration: 2.5s;
	animation-delay: 3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

/*
@keyframes new {
  0% {
    opacity: 0;
	bottom: 780px;
  }
  
  100% {
	bottom: 150px;
	  
  }
}
*/

.fa-phone {
    margin: 14px 0px 0 14px;
}

i.fa.fa-phone.fa-3x {
    font-size: 32px;
    color: #fff;
}

.emporter-box {
    text-align: center;
	width: 100%;
}

.emporter-item {
	margin: 10px 0;
}

.emporter-box img {
	width: 100%;
}

.emporter-box .primerColor {
    text-transform: uppercase;
}

.nav-span i {
	float: right;
    position: relative;
	font-size: 24px;
}

img.img-icon {
    position: relative;
    float: right;
    right: -16px;
}

/*----ProdDiv Start----*/
.linkPage{
    color: black;
    margin-bottom: 20px;
    padding: 20px 10px;
    background: white;
    border: 1px solid white;
    /*! margin-top: 50px; */
    text-align: justify;
}
.linkPage h1{color: #031ca6;}
.linkPage h2{font-size:18px;font-weight:bold;text-align:center;line-height:20px;color: #04d9c4;}
.linkPage h3{ font-weight:500;text-align:center;/*! line-height:50px; */color: #031ca6;margin: 30px 0px;background-color: #f5f5f5;padding: 10px 0px;}
.linkPage ul{/*! margin-left:20px; */ margin-bottom: 30px;}





.redColor{color:#04d9c4 !important;}
.linkPage p{text-align:justify;}
.prodTitles2{color: #010b40;text-transform:uppercase;font-size:18px !important;line-height:23px;text-align:center; font-weight: 700; background: #04d9c4;
    margin-top: 20px; margin-bottom: 20px;-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
padding: 10px;
}

/* Votre-Appreciation */

.ProgressMainDiv{ margin: 0 auto;}
.ProgressMainDiv p{ line-height: 25px;}
.ProgressMainDiv hr{ clear: both; color: #fff;}
.ProgressMain{margin:3px auto;width:100%;height:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-family:sans-serif;font-weight:normal;font-size:0.8em;color:#fff;}
.wrap{padding:0px;}
.bar-percentage{float:right;padding:0px 2px;line-height: 25px;font-size: 13px; width: 35px; text-align: right;}
.bar-container{float:left;height:10px;background:rgba(255,255,255,1);width:78%;margin:8px 0px;overflow:hidden;}
.percentage-bar{float:left;background:#04d9c4;height:100%;}
.mrDtail{ width: 97%; margin:0 auto;}
.pagination{ margin: 30px auto; display: table;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #04d9c4;
    border-color: #04d9c4;
}

.col-lg-6 {
    width: 100%;
    float: left;
}

/*
.col-lg-7 {
    width: 58.33333333%;
	float: left;
}

.col-lg-5 {
    width: 41.66666667%;
	float: left;
}
*/

.col-lg-9 {
    width: 70%;
	float: left;
}

.col-lg-3 {
    width: 30%;
	float: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination {
    margin: 30px auto;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 7px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #04d9c4;
    border-color: #04d9c4;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ratingStar {
    margin-bottom: 10px;
}


.sidenav hr {
    width: 250px;
    margin: 10px 21px;
    float: left;
}


span.nav-span.primerColor {
    font-style: italic;
    font-weight: 600;
    color: #04d9c4;
}

.mrDtail img {
	float: left;
	margin-right: 10px;
    padding-top: 2px;
}

.mar-l {
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.menuLink1 {
    text-align: center;
    color: #04d9c4;
    position: relative;
    padding-bottom: 0px;
    margin: 7px 0px;
    font-size: 20px;
}

.menuLink {
     padding-top: 1px;
    position: relative;
    margin: 30px 20px;
    font-size: 20px;
}

span.titleText {
    position: absolute;
    color: #FFFFFF;
    right: 80px;
    text-align: left;
    width: 212px;
    margin: 0 auto;
    padding-left: :30px;
    font-size: 15px;
}

.modifer {
	color:  #bab0a4;
	text-decoration: none;
}

.strip h1 {
	color: #bab0a4;
	font-size: 15px;
}

.topImg h1 {
	    position: absolute;
    top: 23px;
    
    text-align: center;
    background: #04d9c4;
    padding: 6px;
    width: 160px;
    margin: 0 auto;
    z-index: 11;
    color: #010b40;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.prodDetail h1 {
	font-size: 18px;
	color:#031ca6;
}


.strip .prodDetail h1 {
	font-size: 12px;
	font-weight: 900;
}

.panier-box .btn-width a span {
	width: 100%;
}


.panier-box .col-30 {
    width: 30%;
    float: left;
    margin-left: 10px;
}

.panier-box .form-control {
	float: left;
	padding-left: 0px;
}

.hdCompte img {
	margin-right: 15px;
}


table select {
	color: #fff;
}

.product-name {
    width: 162px;
}

.checkOutPTable .text-center {
	margin-left: -5px;
}

.product-price {
    width: 53px;
    text-align: right;
}

.strip img {
    width: 50px;
    height: 50px;
}

.prodDetail {
    width: 100% !important;
	margin-top: 5px;
}

.prodDetail-2 h1 {
	font-size: 12px;
	color: #031ca6;
}

center h1 {
	font-size: 18px;
}

.link {
	color: #fff;
	text-decoration: none;
}

.product-img {
   
	width: 100%;
}

.product-content {

	width: 100%;
}

.prodDetail p {
	float: left;
    width: 100%;
}

.prodDetail .select-btn-box {
	float: left;
	width: 50%;
    padding-left: 25%;
    padding-top: 25px;
    padding-bottom: 30px;
}

.select-btn-box select {
	height: 30px;	
}

.select-btn-box .btn {
    padding: 7px 0px;	
}

.product-img img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;

}

.product-item {
    margin: 10px 0;
    text-align: center;
    padding-top: 30px;
}

.panier-page hr {
	border: 1px solid #28353e;
}

.top-links {
	
}

h1.main-h1 {
    text-align: center;
    font-size: 11px;
    color: #04d9c4;
}

.alert {
        padding: 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #020f59;
    color: white;
    text-align: center;
    FONT-WEIGHT: normal;
    font-size: 11px;
        margin-bottom: 0px !important;
}

.alert a {
	color:#fff;
}

.alert .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}



/*Body Divs*/

@media only screen and (max-width : 544px) {
	.BtnShadow.valider-com { width: 80%; }
	.select-btn-box select { font-size:12px;}
}

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


}





@media screen and (max-width: 621px) {
	.popUpSmRdo p {
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.popUpSmRdo {
		width: 250px;
	}
	
	.prodTitles2 {
		font-size: 18px;
	}
}



@media screen and (max-width: 360px) {
	.cartCircle {
		top: 32px;
    	right: 0;
	}
	
	
}

@media screen and (max-width: 320px) {
	a.liv-btn {
		width: 50%;
	}
	
	a.emp-btn {
		width: 50%;
	}
	
	.btn {
    	font-size: 8px;
	}
	
	.product-img img {
		width: 85px;
		height: 85px;
	}
	
	.input-area.popup-box {
		text-align: center;
		padding: 125px 10px 50px 10px;
	}
	
	.popup-content {
	    padding: 40px 10px;
	}
	
	.smQuantiyFull input {
	    width: 20px;
	    height: 22px;
	}
	
	.smQuantiyFull .smMinus a, .smPlus a {
		width: 18px;
    	height: 18px;
	}
	
	.topImg h1 {
		top: 13px;
    	right: 50px;
	padding-bottom:65px;
	}
	.select-btn-box select { font-size:10px;}
	
}
.alert b{
    color:#04d9c4;
    font-weight: normal;
}
.logo{
    margin: 0px auto;
}
.cross-icon-header {
    margin-top: 27px;
    margin-left: 15px;
}
.cross-icon-header a{
    text-decoration: none;
    color: #f00000;
    font-weight: bold;
}
.right-main-menu{
    margin-top: 27px;
    margin-right: 15px;
    text-align: center;
}
.right-main-menu a{
    text-decoration: none;
    color: #031ca6;
    font-weight: 900;
}
.new-services {
    text-align: center;
    background-size: cover;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}
.heading-sec{
display: inline-flex;
text-align: center;
margin: 0px auto;
 /*! margin-bottom: 20px; */
}
.heading-sec h1{
    background: #04d9c4;
    padding-bottom: 0px;
    display: table;
    padding: 11px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 10px;
    color: #010b40;
    font-size: 16px;
    font-weight: 900 !important;
    font-family: 'Poppins', sans-serif;
}
/*professor-slider-start*/
.mySlides {display: none}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prevs, .nexts {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: none !important;
    text-decoration: none;
}
.prevs {
    left: 0;
}

/* Position the "next button" to the right */
.nexts {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevs:hover, .nexts:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Fading animation */
.fades {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.service-box{
    background: white;
    border-radius: 11px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 15px 15px;
}

.cl-40{
    width: 40%;
 }
.cl-60{
    width: 60%;
}
.my-responsive {
    max-width: 155px;
    height: auto;
}
.service-box-content{
    display: inline-flex;

}
.titleNavbar {
    background: #04d9c4 !important;
    color: white;
    margin: 20px 0px;
    text-align: center;
    font-weight: 800;
    padding: 15px 0px;
    font-size: 24px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 320px) {
.services-heading-sec h1{
font-size: 14px;
}
}
.cl-60 h1 {
    color: #04d9c4;
    font-weight: 900 !important;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 5px;
}
   
   .cl-60 p{
     color: #010b40;
    text-align: left;
    font-size: 12px;
    padding-right: 2px;
    padding-left: 5px;
}
.aliments-sec {
    text-align: center;
    background: url(../images/aliments-bg.png) center top no-repeat;
    background-size: cover;
    margin-top: -36px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1rem;
    padding-right:1rem;
    position: relative;
    margin-bottom: 35px;
}
.aliments-sec h2{
    padding-top: 11px;
    background: #010b40;
    color: white;
    padding-bottom: 11px;
    font-size: 15px;
    font-weight: 900 !important;
}
.aliment-container{
    width: 100%;
    display: inline-flex;
    margin-bottom: 20px;
}
.aliment-left{
    width: 50%;
}
.aliment-right{
    width: 50%;
}
.img-fluids{
    max-width: 100%;
    height: auto;
}
.bdr-rights{
    border-right: 2px solid #010b40;
}

.new-commander-btn{
    background-color: #010b40;
    color: white;
    text-decoration: none;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 900;
    padding: 7px;
    padding-left: 21px;
    padding-right: 25px;
    font-family: 'Poppins', sans-serif;
}
.new-commander-btn:hover{
    background: #070a7c;
    color: #fff;
}
.new-commander-btn:focus{
    background: #070a7c;
}
.medicaments-sec{
    text-align: center;
    background: url(../images/medicaments-bg.png) center top no-repeat;
    background-size: cover;
    margin-top: -36px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    margin-bottom: 50px;
}

.medicaments-sec h2{
    padding-top: 11px;
    background: #010b40;
    color: white;
    padding-bottom: 11px;
    font-size: 15px;
    font-weight: 900 !important;
    margin-top: -8px;
}

.img-medoc-cat {
    position: relative !important;
    top: 40px !important;
    width: 100px !important;
    display: flex;
    flex-direction: column;
}
    .block-img-medoc {
    height: 130px;
    position: relative;
    bottom: 0;
}
.img-responsiveCom{
    display: block;
    max-width: 150px;
    margin:auto;
}
/*auto-carousel-start*/

.mySlides2 {display: none;}




.active2 {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade{
  from {opacity: .4} 
  to {opacity: 1}
}
.slider-heading{
     position: relative;
    float: right;
    margin-right: 14px;
    margin-top: -102px;
}
.slider-heading h2{
   margin-bottom: 0px;
    font-size: 20px;
    color: #010b40;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.slider-heading p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #04d9c4;
    font-weight: 900;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/*auto-carousel-end*/
.footer{
    background: #deebf7;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer h1{
    font-weight: bold !important;
    color: #070a7c;
    font-size: 18px;

}
.footer h2{
  font-weight: 600 !important;
    color: #070a7c;
    font-size: 11px;
    margin-top: 0px;
}
.bottom-bar{
    background: white;
    color: black;
    text-align: center;
}
.bottom-bar p{
    padding: 11px;
    font-size: 12px;
    font-weight: 600 !important;
}
.bottom-bar a{
    color: black;
    text-decoration: none !important;
}
.bottom-bar a:hover{
    color: #04d9c4 !important;
    text-decoration: none !important;
}
.bottom-bar a:focus{
    color: #04d9c4 !important;
    text-decoration: none !important;
}
.product-page-main-container{
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}
.prod-head{
    font-size: 15px !important;
        margin-top: 30px !important;
} 

.prod-name{
    color:#031ca6;
}
.prod-name h2{
    color:#031ca6;
    font-weight: bold;
    font-size: 16px;
}
.prod-size{
color:#010b40;
}
.prod-size h2{
    color:#010b40;
    font-weight: normal;
    font-size: 14px;
}
.prod-btn{
    background: #031ca6;
    display: table;
    margin: 0px auto;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 900;
}
.prod-btn a{
    text-decoration: none;
    color: white;
}
.prod-btn:hover{
    background: #04d9c4;
    cursor: pointer;
}
.prod-btn:hover a{
    color: black;
}


/*papersheet*/
.mainProd {
    margin-top: 15px;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prod-box {
    position: relative;
    transition: all 0.7s;
}
.papersheet {
    position: absolute;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all 200ms;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}
.papersheet__trigger {
    z-index: 1;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    top: 15px;
    right: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}
.papersheet__trigger:before {
    content: "";
    background-color: rgba(26, 35, 83, .95);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-delay: 2s;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.papersheet__face-item.animated.fadeInUp.desc-area {
    color: white !important;
    text-align: left;
}
.desc-area p {
    position: relative;
}
.mainProd p {
    color: #010b40;
    font-size: 15px;
    text-align: center;
}
a.model-btn{
    display: none;
}
::-webkit-input-placeholder { /* Edge */
  color: #333 !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #333 !important;
}

::placeholder {
  color: #333 !important;
}
.aliments-sec h3{
    color:#031ca6;
    margin-top: 0px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px;
}
.medicaments-sec h3{
    color:#031ca6;
    margin-top: 0px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px;
}
.new-services .carousel-control {top: 90px !important;}
.new-services .carousel-control.left {background: none !important; left:-20px;}.new-services .carousel-control.right {background: none !important; right:-20px !important;}



.mrg20{margin:20px 0px;}
.greyStrap{background-color: #F1F1F1; }


.whiteStrap{background-color: #fff; }
.whiteStrap img{margin:30px auto !important;}.greyStrap img{margin:30px auto !important;}
.sidenav a:hover{color:#04d9c4 !important;}

@media only screen and (min-width: 1200px) {
.linkPage ul, .linkPage p, .linkPage h1, .linkPage h3
    { width: 900px; margin:30px auto !important;  }
}



.slide2-h3 {
    text-align: center;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    color: #031ca6;
    margin-bottom: 15px;
}
    .slide2-text{
    text-align: center;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #04d9c4;
    line-height: 26px;

    }
    .slider2-cont {
    background-color: white;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
}
    .mobile-slide2-text{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .my-responsive2 {
    max-width: 120px;
    height: auto;
    margin: auto;
    display: block;
}