/*
    Uniformiser la police
*/
@font-face {
    src: url(../../fonts/Oswald-Regular.ttf);
    font-family: Oswald-Regular;
}
@font-face {
    src: url(../../fonts/Oswald-Bold.ttf);
    font-family: Oswald-Bold;
    font-weight: bold;
}

:root {
    --red: #ff9900;
    --black: #000;
    --black_light: #3f474e;
    --bg_light: #f8f9fa;
    --border_light: #dee2e6;
}

body{
    font-family: Oswald-Regular !important;
}
.family_1{
    font-family: Oswald-Regular !important;
    letter-spacing:normal;
}
ul{
list-style:none;
    padding:0;
}

h1,h2,h3,h4,h5,h6{
    font-family: Oswald-Regular !important;
    letter-spacing:1px;
    line-height:1.4em;
    font-weight:bold;
}

a{
color: var(--black);
text-decoration:none;
 }
a:hover{
    text-decoration:none;
    color: var(--red);
}
a:focus{
    text-decoration:none;
    color: var(--red);
}

.link:hover{
    color: var(--red)!important;
}
.link:focus{
    color: var(--red)!important;
}
.link1:hover{
    color: var(--bs-gray-900);
}
.link1:focus{
    color: var(--bs-gray-900);
}


.button{
    transition: 0.3s;
    padding: 11px 30px 11px 30px;
    display: inline-block;
    background:var(--red);
    color:var(--bs-white);
    text-transform:uppercase;
    font-size:14px;
    font-family: Oswald-Regular !important;
}

.button:hover{
    background:var(--bs-gray-900);
    color:var(--bs-white);
}

.button:focus{
    background:var(--bs-gray-900);
    color:var(--bs-white);
}

.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
.col_red{
color: var(--red);
 }
.bg_red{
background-color: var(--red)!important;
 }


hr{
opacity:1;
margin-top:15px;
margin-bottom:20px;
background-color: var(--border_light);
 }

.font_8{
font-size:8px;
 }
.font_10{
font-size:10px;
 }
.font_14{
font-size:14px;
 }
.font_12{
font-size:12px;
 }
.font_13{
font-size:13px;
 }
.font_120{
font-size:120px;
 }
.lh-0{
line-height:0.8em;
 }


.p_4{
padding-top:40px;
padding-bottom:40px;
 }

.carousel_p .carousel-indicators {
bottom: -60px!important;
}
.carousel_p {
padding-bottom: 70px!important;
}



.border_line{
border-left:3px solid  var(--red);
 }
/*********************top****************/
.logo {
line-height:0.6em;
 }
.top_1_right .social a{
width:30px;
height:30px;
line-height:30px;
 }
/*********************top_end****************/

/*****************  header *****************/


#header .logo{
    display:none!important;
}
.nav_hide:after{
    display:none!important;
}
.nav_hide{
    color: var(--bg_light)!important;
}
.drop_search{
    left:0!important;
    right:auto!important;
    min-width:300px!important;
    margin-top:13px!important;
}

.navbar .dropdown-toggle::after {
	display:none !important;   /* hide bootstrap default icon */
}

.home-icon{
	fill:var(--blue);
}
.home-icon:hover{
	fill: var(--red);
}


.offcanvas-body{
	background-color: var(--dark);
}
.offcanvas-header {
		padding: 0px 1rem;
	}
.navbar{
	background-color: #388e3d;
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link{
	color: var(--bg_light);
	font-weight:bold;
}
.navbar-nav .nav-item .nav-link.active .home-icon{
	color: var(--red);
}
.dropdown-menu{border:none;border-radius:.5rem;box-shadow:var(--bs-box-shadow);line-height:1.5rem;padding:1rem 0;z-index:1021}
.dropdown-header{color:var(--bs-gray-800);font-size:1rem;font-weight:700;letter-spacing:1px;padding:.25rem 1.5rem;text-transform:uppercase}
.dropdown-text{color:var(--bs-gray-500);font-size:.75rem;line-height:1.4;padding:.25rem 1.2rem}
.dropdown-item{align-items:center;display:flex;font-weight:500;padding:.50rem 1.5rem;color:var(--dark)}
.dropdown-menu-xs{border-radius:.5rem;min-width:8rem!important}
.dropdown-menu-md{border-radius:.5rem;min-width:17rem!important}
.dropdown-menu-lg{border-radius:.5rem;min-width:22rem!important}
.dropdown-menu-xl{border-radius:.5rem;min-width:24rem!important}
.dropdown-menu-xxl{border-radius:.5rem;min-width:40rem!important}
.dropdown-mega-menu{border-radius:.5rem;min-width:1140px!important}
/*.dropdown-toggle:after{content:"\f282";float:right}
.dropdown-toggle:after,.dropup .dropdown-toggle:after{border:0;font-family:bootstrap-icons!important;margin-left:.255em;vertical-align:.255em}*/
.dropup .dropdown-toggle:after{content:"\e931";display:inline-block}
/*.dropend .dropdown-toggle:after{border:0;content:"\e930";display:inline-block;font-family:Feather!important;margin-left:.255em;vertical-align:.255em}*/
.dropstart .dropdown-toggle:before{border:0;content:"\e92f";display:inline-block;font-family:Feather!important;margin-right:.255em}

.dropdown-toggle:after,.dropup .dropdown-toggle:after{display:none;}
.dropend .dropdown-toggle::after{display:none;}

.navbar .navbar-brand{padding-bottom:.2rem;padding-top:.2rem}
.navbar .navbar-toggler{color:var(--bs-white);font-size:1.5rem;padding:0;}
.navbar .navbar-toggler:focus{box-shadow:none;outline:0}
/*.navbar .dropdown .dropdown-toggle:after{color:var(--bs-gray-500);content:"\f282";font-family:bootstrap-icons!important;line-height:1.5rem;margin-left:.625rem}*/
.navbar .dropdown .dropdown-toggle:after:hover{transform:rotate(180deg)}
.navbar .dropdown-menu{border-radius: 0px 0px 10px 10px;box-shadow:var(--bs-box-shadow);color:var(--bs-gray-800);margin-top:0;min-width:12rem;top:100%}
/*.navbar .dropdown-menu .dropdown-submenu a:after{position:absolute;right:1rem;transform:rotate(-90deg)}*/
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu{border-radius:0; border:1px solid var(--border_light); box-shadow:var(--bs-box-shadow);left:100%;min-width:12rem;right:auto;top:-18px}
.navbar .dropdown-fullwidth{position:static}
.navbar .dropdown-fullwidth .dropdown-menu{left:0!important;margin-left:auto;margin-right:auto;max-width:1140px;right:0!important;top:100%;transform:none!important;width:100%}

.navbar .navbar-nav .dropend>.dropdown-menu{transform:translateY(10px)}
.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a{font-size:14px; color: var(--dark);}
.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a:hover{font-size:14px; color: var(--red);}

.navbar .navbar-nav .nav-item .nav-link:focus-visible{box-shadow:none}
.navbar .navbar-nav .nav-item .nav-link.active{color:var(--red);}

.navbar .navbar-nav .nav-item:hover .nav-link{color:var(--red);}
.navbar .dropdown .dropend:hover .dropdown-toggle{color:var(--red);}

.navbar .navbar-nav .nav-item:hover .nav-link img{
	transform:rotate(180deg);
	transition:all .5s ease-in-out;
}


.navbar .dropdown .dropdown-toggle img{color:#ffffff;
    line-height: 1.5rem;
    margin-left: .625rem;

	transform:rotate(0deg);
	transition:all .5s ease-in-out;
}
.navbar .dropdown .dropend a{
	padding: .50rem 5px .50rem 1.5rem;
}
.navbar .dropdown .dropend .dropdown-toggle img{
	transform:none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--red);
	background:var(--bg_light);
}

.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    font-size: 14px;
    color: var(--dark_light);
}


.drop_border .dropdown-item {
    border-bottom:1px solid  var(--border_light);
}
/*****************  header_end *****************/



/*********************common****************/


.form-control:focus{
    box-shadow:none;
    border-color: var(--border_light);
}
.form-select:focus{
    box-shadow:none;
    border-color:var(--border_light);
}
.form-control{
    border-color:var(--border_light);
    box-shadow:none;
    border-radius:0;
    height:50px;
    font-size:17px;
}
.form-select{
    border-color:var(--border_light);
    box-shadow:none;
    border-radius:0;
    height:50px;
    font-size:14px;
}

.input-group .form-control{
    height:auto;
}
.input-group .form-control:focus{
    box-shadow:none;
}

.form_text{
height:200px!important;
}

::placeholder {
  opacity: 1; /* Firefox */
}

.blog_1_right_1_inner i{
width:60px;
height:60px;
line-height:60px;
 }
.blog_1_right_1_inner {
top:-30px;
left:40%;
 }
/*********************common_end****************/


/*********************footer****************/
.footer_1_left .social a{
    width:40px;
    height:40px;
    line-height:40px;
    background:var(--black_light);
}
.footer_1_center hr{
    background-color:var(--black_light);
}
/*********************footer_end****************/



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

.line{
margin-left:auto;
margin-right:auto;
 }
.center_sm{
text-align:center!important;
 }
.center_left{
text-align:left!important;
 }

#header .logo{
display:block!important;
 padding-top:5px;
 }
.navbar {
 padding-top:15px;
 padding-bottom:15px;
 }
.dropdown-fullwidth .d-none{
display:block!important;
 }
.navbar .dropdown .dropdown-toggle img {
    float:right!important;
}
.dropdown-submenu img{
float:right!important;
margin-left:auto!important;
 }
#top{
display:none;
 }
.drop_search {
	left: auto!important;
	right: 0!important;
	min-width: 250px!important;
	margin-top: 17px!important;
}
.center_home1_left {
padding-left:0!important;
padding-right:0!important;
border:none!important;
 }
.center_home1_left  br{
display:none;
 }
.center_home1_left  p{
text-align:left!important;
 }
.center_home1_left1_left  {
margin-top: 8px;
margin-bottom: 19px;
padding-bottom: 18px;
 }
.center_home1_right{
margin-top:20px;
 }
.life_style_left {
padding-left:0!important;
padding-right:0!important;
border:none!important;
 }

.life_style_left1_right{
margin-top:15px;
 }
.life_style_right{
margin-top:15px;
 }
.popular_1_left{
 margin-top:15px;
 }
.guide_1_left{
margin-top:15px;
 }
.blog_1_left {
padding-left:0!important;
padding-right:0!important;
border:none!important;
 }
.blog_1_left_1_right{
margin-top:15px;
 }
.blog_1_right{
margin-top:15px;
 }
.blog_1_right_1 img{
max-width:120px;
 }

.footer_1_center{
margin-top:20px;
margin-bottom:20px;
 }
.footer_1_left b{
text-align:center;
 }
.footer_1_center b{
text-align:center;
 }
.footer_1_center span{
text-align:center;
 }
.footer_1_left span{
text-align:center;
 }
.footer_1_center ul span{
text-align:left;
 }
 }
@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
#top{
display:none;
 }
#header .logo{
display:block!important;
 padding-top:5px;
 }
.navbar {
 padding-top:15px;
 padding-bottom:15px;
 }
.dropdown-fullwidth .d-none{
display:block!important;
 }
.drop_search {
	left: auto!important;
	right: 0!important;
	min-width: 250px!important;
	margin-top: 21px!important;
}

.life_style_left1_right img{
width:100px;
 }
.guide_1_left img{
width:100px;
 }
.blog_1_right_1 img{
width:50px;
 }
.blog_1_right_1 b{
font-size:12px;
 }
.footer_1_center img{
width:80px;
 }
.blog_1_right_1_inner {
    left: 32%;
}
.life_style_right2 img{
width:50px;
 }
.center_home1_left  br{
display:none;
 }
 }
@media (min-width:871px) and (max-width:991px) {

 }
@media (min-width:992px) and (max-width:1200px) {
.drop_search {
	margin-top:0!important;
	left: auto!important;
	right: 0!important;
	transform: translate(0%)!important;
}
.center_home1_left  br{
display:none;
 }
.blog_1_right_1 img{
width:90px;
 }
 }

@media (min-width:1201px) and (max-width:1350px) {
.drop_search {
	left: auto!important;
	right: 0!important;
	transform: translate(0%)!important;
}
.blog_1_right_1 img{
width:120px;
 }
 }



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .navbar .dropdown .dropdown-toggle img {
			color: #ffffff;
			float: right;
			margin-top: 10px;
		}
	.navbar .dropdown .dropend .dropdown-toggle img{
			float: none;
			    margin-left: auto !important;
		}

	.offcanvas .offcanvas-body .nav-link{
		font-size: 20px;
	}

	 .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a{font-size:16px; color: var(--dark_light);padding-left: 15%;}

	.navbar .nav_right .dropdown .dropdown-toggle img {
			margin-top: 0px;
		}


}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
   	  .navbar .dropdown-menu.show{display:block}
	  .navbar .dropdown-menu{display:none;opacity:0;transform:translate(-50%);transition:all .3s ease-in-out;visibility:hidden}
	  .navbar .dropdown:hover>.dropdown-menu{opacity:1;visibility:visible}
	  .navbar .dropdown-submenu:hover>.dropdown-menu{opacity:1;transform:translateY(10px);visibility:visible}

	.navbar .dropdown .dropdown-toggle img {
        float: none;
    }

	.navbar-expand-lg .navbar-nav .nav-link {
		 padding-right: 0.8rem;
         padding-left: 0.8rem;
		 font-size: 15px;
	 }

   .navbar .dropdown .dropdown-toggle img {
        margin-top: 0px;
    }
	.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a{font-size:14px;}
	/*
	.navbar-expand-lg .navbar-nav .nav-link{
        padding: 25px 10px;
     }
	 */
	 .navbar .navbar-nav .dropdown>.dropdown-menu {
		 left:100%;
        transform: translate(-50%, 1px);
        border-top: 1px solid var(--red);
      }


	 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

/********** navbar && dropdown START ************/

	.navbar .dropdown-menu.show{display:block}
	.navbar .dropdown-menu{display:block;}
	.navbar .dropdown-menu{transform:translate(-50%);transition:all .3s ease-in-out;}
	.navbar{
		padding:0px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px;
    }


	.navbar .navbar-nav > .dropdown-fullwidth:hover > a:before {
        left:51%;
    }

	.navbar .navbar-nav .dropdown>.dropdown-menu {
        left: 90%;
    }
	.dropdown-menu-xxl.tow_category {
		min-width: 60rem !important;
	}
/********** navbar && dropdown END ************/

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .navbar .navbar-nav .dropdown>.dropdown-menu {
        left: 50%;
    }

}

/* CUSTOM STYLE */
#footer{
    background-color: #222;
}
#footer_bottom{
    background-color: #388e3d;
}
.polyhlink{
    color: rgba(255, 255, 255, 0.25)!important;
}
.secureemail{
    color: #ff9900;
}
.logo img{
    width: 117px;
}
.dropdown-menu .fa{
    margin-right: 10px;
    font-size: 18px;
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible{
    outline: none !important;
}

.descriptioncontainer{
    text-align: justify;
}
.descriptioncontainer .ql-hidden{
    display: none;
}
.descriptioncontainer .ql-editor{
    pointer-events: none;
}
.descriptioncontainer .ql-clipboard{
    display: none;
}

.emptycomment{
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
}

.carousel-inner{
    height: 500px;
}
.titlebanner{
    font-size: 40px;
}
.carousel-caption{
    position: absolute;
    top: 200px;
}
.btnvoirplus{
    background-color: #ff9900;
    color: #fff;
    width: 168px;
}
.emptyblog{
    padding: 15px;
    border: 1px solid #eee;
    width: 73%;
}
.emptyblog p{
    font-size: 14px;
    color: #666;
    text-align: center;
}

.formclobalcontact{
    padding: 0px;
}
.formclobalcontact .itemform{
    text-align: left;
}
.formclobalcontact .itemform input{
    height: 39px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}
.formclobalcontact .itemform label{
    font-size: 15px;
    color: #666;
}
.formclobalcontact .itemform textarea{
    height: 100px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 5px;
    margin-bottom: 10px;
}
.capchatblog{
    margin-top: 18px;
}
.capchatblog .capchatimgcont{
    margin-right: 41px;
}
.capchatblog input{
    height: 36px !important;
}
.formclobalcontact button{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.emptylistfooter{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
}
.emptylistfooter p{
    color: #eee;
    font-size: 15px;
}

.emptyblog{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
    width: 100%;
}
.emptyblog p{
    font-size: 13px;
    color: #666;
}

.btnpremium{
    background-color: #388e3d;
    color: #fff;
}
.btnpremium:hover{
    color: #eee;
}

.submitmessagebtn{
    border: none;
}

.itemcapchatreload{
    text-align: left;
}

/* header page */
.headerpage{
    height: 200px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.headerpage .headerpageimage{
    height: 200px;
}
.headerpage .headerpageimage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.headerpage .routing ul{
    display: flex;
}
.headerpage .routing ul li{
    list-style: none;
    padding: 10px;
}

.coverabout{
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}

.seemorebtn{
    width: 96%;
    border: none;
    padding: 2px;
    background-color: #eee;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 21px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.seemorebtn:hover{
    background-color: #388e3d;
}
.seemorebtn a{
    width: 100%;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.seemorebtn a:hover{
    color: #fff;
}

.d-inline-block .active{
    background-color: #ff9900 !important;
    color: #fff;
}

/* AUTH PAGE */
.center_login{
    background-color: #fff !important;
    background-image: url('../../images/cover/cover1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#loginform{
    display: block;
}
#loginform{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.loginbtn{
    border: 1px solid #fff;
    width: 100%;
}
.hidepassbtn{
    position: absolute;
    margin-top: -33px;
    margin-left: 24%;
}
.hidepassbtn i{
    color: #666;
    font-size: 20px;
}

#signupform{
    display: none;
}
#signupform{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.signupbtn{
    border: 1px solid #fff;
    width: 100%;
}

#activationform{
    display: none;
}
#activationform{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.activationbtn{
    border: 1px solid #fff;
    width: 100%;
}

/* MANAGE CUSTOMER PAGE */
.body_customer{
    margin-top: 35px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.headercustomer{
    background-color: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.headercustomer .namecust{
    color: #000;
    font-weight: bold;
}
.headercustomer .newsinfo{
    color: rgb(148, 9, 9);
}
.body_customer .leftmenu{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-bottom: 0;
    margin-left: 5px;
    height: fit-content;
}
.containerbodycust{
    width: 74%;
}
.profiluser{
    margin-bottom: 10px;
    text-align: center;
}
.user_pp{

}
.user_pp img{
    width: 30%;
}
.user_name{
    vertical-align: initial;
    padding: 10px;
}
.user_name h4{
    font-size: 17px;
    font-weight: bolder;
}
.leftmenu ul li{
    padding: 15px;
}
.leftmenu ul li:hover{
    background-color: #eee;
    color: #388e3d !important;
}
.leftmenu ul li:hover a{
    color: #388e3d !important;
}
.leftmenu ul li a:hover{
    color: #666;
}
.leftmenu hr{
    margin: 0;
}

.containerstat{
    display: flex;
}
.containerstat .card{
    width: 23%;
    margin-right: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.containerstat .itemstat{
    padding: 10px;
    border-bottom: 2px solid #388e3d;
    border-top: 2px solid #ff9900;
    border-left: 2px solid #388e3d;
    border-right: 2px solid #ff9900;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #c6dec7;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, #ff9900 100%);
}
.containerstat .itemstat h4{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.containerstat .itemstat i{
    background-color: #eee;
    padding: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.containerstat .itemstat .statvalue{
    font-size: 25px;
    font-weight: bolder;
    color: #fff;
    padding-left: 28px;
}
.containerstat .itemstat small{
    font-size: 14px;
    color: #eee;
    font-weight: bolder;
}

.containerservice{
    margin-top: 20px;
    margin-bottom: 50px;
}
.containerservice h4{
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.info-service-caroussel{
    padding: 10px;
}
.btncontainer{
    width: 100%;
    text-align: center;
}
.btnsubscription{
    background-color: #ff9900;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.btnsubscription:hover{
    background-color: #388e3d;
    color: #fff;
}
.packageitem h4{
    font-size: 17px;
}
.pack_label{
    width: 50%;
    text-align: left;
}
.pack_value{
    width: 50%;
    text-align: end;
    font-weight: bold;
}

.logout-customer{
    color: #c43307;
}
.leftmenu ul li{
    cursor: pointer;
}

.headerpageimage h1{
    position: absolute;
    top: 241px;
    left: 320px;
    color: #fff;
    font-weight: bold;
}

.carousel-control-next-icon{
    background-color: #ff9900;
    padding: 12px;
    border-radius: 100px;
}
.carousel-control-prev-icon{
    background-color: #ff9900;
    padding: 12px;
    border-radius: 100px;
}
.itemmostread{
    margin-bottom: 20px;
}
.rowitemel{
    width: 50%;
}

.onlyresponssive{
    display: none;
}
.boldfirstletter{
    font-size: 61px;
    margin-top: -26px;
}

.premiumstatus{
    background-color: #388e3d;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 3px;
    opacity: .7;
}
.premiumstatus span{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.frimiumstatus{
    background-color: #ff9900;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 3px;
    opacity: .8;
}
.frimiumstatus span{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.premiumministatus{
    background-color: #fff;
    position: absolute;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: .7;
    margin-top: -52px;
    margin-left: 261px;
    padding-top: 0px;
    padding-bottom: 4px;
    cursor: default;
}
.premiumministatus span{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.frimiumministatus{
    background-color: #ff9900;
    position: absolute;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: .7;
    margin-top: -52px;
    margin-left: 261px;
    padding-top: 0px;
    padding-bottom: 4px;
    cursor: default;
}
.frimiumministatus span{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}


.premiummini2status{
    background-color: #ff9900;
    position: absolute;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: .7;
    margin-top: -99px;
    margin-left: 261px;
    padding-top: 0px;
    padding-bottom: 4px;
    cursor: default;
}
.premiummini2status span{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.frimiummini2status{
    background-color: #ff9900;
    position: absolute;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: .7;
    margin-top: -99px;
    margin-left: 261px;
    padding-top: 0px;
    padding-bottom: 4px;
    cursor: default;
}
.frimiummini2status span{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.premiummini1status span{
    font-size: 12px;
    font-weight: bold;
    color: #388e3d;
}
.frimiummini1status span{
    font-size: 12px;
    font-weight: bold;
    color: #ff9900;
}

.premiumstatusmenu {
    background-color: #388e3d;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: min-content;
    position: absolute;
    top: 50px;
    margin-left: 10px;
    opacity: .7;
}
.premiumstatusmenu span{
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.frimiumstatusmenu {
    background-color: #ff9900;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: min-content;
    position: absolute;
    top: 50px;
    margin-left: 10px;
    opacity: .7;
}
.frimiumstatusmenu span{
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.rowitemelcover{
    text-align: center;
}
.rowitemelcover img{
    width: -webkit-fill-available;
}

.footercard{
    padding: 10px;
}
.footercard h5{
    font-size: 23px !important;
    font-weight: bold;
}
.footercard span{
    font-size: 16px !important;
}
.emptysearch{
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #eee;
    margin-top: 20px;
}
.emptysearch p{
    text-align: center;
}

.dropdown-item img{
    height: 125px !important;
}

.item-service-caroussel img{
    height: 150px;
}

.life_style_left1_left{
    padding-bottom: 29px;
}
.footercard{
    padding: 10px;
}
.grid figure {
    height: 170px;
}

.link_active{
    background-color: #666;
}
.link_active a{
    color: #fff;
}

/* MAnage customer table */
.headertable{
    margin-bottom: 10px;
    background-color: #eee;
    padding: 10px;
}
.headertable h4{
    font-size: 20px;
}
.btnaddsubscription{
    text-align: end;
}
.btnaddsubscription a{
    background-color: #ff9900;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
}
.search-box input{
    height: fit-content;
}
.emptylistsubscription p{
    padding: 10px;
    color: #666;
}

.navbar .navbar-toggler{
    color: var(--bs-white);
    font-size: 1.5rem;
    padding: 0;
    border: 1px solid #eee;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-radius: 100%;
    margin-right: 5px !important
}
.copyrightnavbar{
    display: none;
}
.sidebarmenusep{
    margin-top: 0;
    margin-bottom: 0;
}

/* Customer sub form */
.containercustsub{
    padding: 10px;
}
#recapcommand{
    padding: 10px;
}
#recapcommand h4{
    font-size: 17px;
}

/**
* Modal Loader
*/
#loader{
    display: none;
    position: absolute;
    top: 41%;
    left: -1%;
    z-index: 999;
}
.loader {
    display: inline-block;
    border: 1px solid #fff;
    border-top: 4px solid #666;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    margin-left: 45%;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loader {
    background-color: #fff;
    pointer-events: none;
}

.newBtn{
    background-color: #ff9900;
    width: 100%;
    color: #fff;
}

.mandatoryinput{
    color: #c43307;
}
.label p{
    color: #666;
}
.value p{
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.total p{
    color: #666;
    font-size: 25px;
    font-weight: bold;
}
.labeltotal p{
    color: #666;
    font-size: 20px;
    margin-top: 5px;
}

#step2payment{
    display: none;
}
#recapcommand{
    display: none;
}
.validationtextpaymentcont{
    text-align: center;
}
.waitingpaymentloader{
    text-align: center;
}

#error_message{
    display: none;
}
#error_message{
    padding: 10px;
    background-color: #c6dec7;
    color: #c43307;
    margin-bottom: 10px;
}
#codevalidation{
    color: #c43307;
}

.dropdown-menu .imagecontainer img{
    height: 100px;
}

.containetitlemenu{
    margin-top: 10px;
}
.alertaccesspage{
    text-align: center;
    padding: 100px;
}
.alertaccesspage a{
    background-color: #ff9900;
    color: #fff;
}
.alertaccesspage a:hover{
    background-color: #388e3d;
    color: #fff;
}

@media screen and (max-width : 767px){
    .navbar {
        background-color: var(--bg_light) !important;
    }
    .nav_hide{
        color: #388e3d !important;
        font-size: 22px;
    }
}

/*Global Responsive*/
@media (max-width: 575px) {
    .headerpageimage h1{
        top: 180px;
        left: 50px;
        font-weight: bold;
    }
    .coverabout {
        height: 141px;
    }
    .rightblocabout{
        margin-top: 20px;
    }
    .navbar-nav{
        margin-top: 23px;
    }
    .navbar-nav .nav-item .nav-link{
        color: #666;
        padding: 14px;
        font-size: 17px;
    }
    .onlyresponssive{
        background-color: #388e3d;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
    .onlyresponssive a{
        color: #fff !important;
    }
    .onlyresponssive a:hover{
        color: #fff !important;
    }
    .onlyresponssive .linkauth i{
        margin-right: 5px;
    }
    .hidepassbtn {
        margin-left: 74%;
    }
    .carousel-inner {
        height: 225px;
    }

    .seemorebtn {
        margin-left: 5px;
        margin-bottom: 22px;
    }

    .blog_1_left_1_right {
        margin-bottom: 30px;
    }

    .onlyresponssive{
        display: block;
    }

    .btnpremium {
        width: 100%;
    }
    .life_style_left1_left{
        margin-bottom: 13px;
        padding-bottom: 19px;
    }

    .center_home1{
        margin-top: -26px;
    }

    .copyrightnavbar{
        text-align: center;
        display: block;
    }

    .carousel-caption {
        position: absolute;
        top: 70px;
    }
    .carousel-caption h1{
        font-size: 25px;
    }
    .carousel-caption a{
        width: max-content;
    }
    .containerbodycust {
        width: 100%;
    }

    .containerstat{
        display: contents;
    }
    .containerstat .card{
        width: 100%;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .containerstat .itemstat{
        padding: 12px;
        width: 100%;
        height: 126px;
    }
    .statvalue{
        width: 50%;
    }
    .statlogo{
        width: 50%;
        text-align: -webkit-right;
    }
    .containerstat .itemstat small{
        position: absolute;
        top: 15px;
        right: 21px;
    }
    .box-body{
        overflow: auto;
    }
    .btnaddsubscription{
        text-align: end;
    }
    .search-box{
        width: 100%;
    }
    .btnaddsubscription{
        width: 100% !important;
    }
    .btnaddsubscription a{
        width: 100%;
        margin-top: 12px;
    }
    .headertable .d-flex{
        display: -webkit-box;
    }
}

@media (max-width: 1133px) {
}
