
a:hover{
	text-decoration:none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
   background-color: var(--org);
  overflow: hidden;
  transition: 0.5s;
  padding-top: 0px;
    z-index: 9999999;
	    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.21);
}
.sidenav  li{ padding-left:7px;
}
.sidenav a {
    padding:4px 8px;
  text-decoration: none;
  //font-size: 25px;
  color: #e8f7e7;
  display: block;
  transition: 0.3s;
  font-size: 15px;
      line-height: 20px;
	      text-transform: uppercase;
}
.sidenav a:hover {
color: #fff;
}

.sidenav .closebtn {    color: #898ea0;
    position: absolute;
top: 4px;
    right: 0;
    font-size: 37px;
	z-index: 9999999;
	line-height: 60px;
}
.sidenav .closebtn:hover{
	color:var(--org);
}

.sidenav a span{    float: right;
    text-align: center;
    position: relative;
    border-radius: 36px;
    font-size: 18px;
	margin-top: 0;
}
.main_menu a:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
}
.main_menu a:hover:before{ background:#fff;
   border: 1px solid #fff;
}
.main_menu li li a:before { content:none;

}
.main_menu li li a {
    border-left: 1px solid #ffffff7a;
	    text-transform: capitalize;
}
.main_menu li li a:hover{
    border-left: 1px solid #fff;
}
.main_menu ul{ //padding:15px 0;
	    margin-left:20px !important;
}
.sidebar-account { float:left;
width:100%;
    padding:10px 10px;
    border-top: 1px solid #ffffff7a;
	text-align:center;
}
.sidebar-account li{ display:inline-block;
}
.lan_g a{    padding: 1px 5px;
    border: 1px solid #ffffff7a;
    border-radius: 4px;
}
.lan_g a.active,
.lan_g a:hover{    background: #ffffff;
    color: var(--org);
	border: 1px solid #fff;
}
.foot_bottom p {
    font-size: 12px;
    color: #e8f7e7;
}

.sidebar-header {
    background: #fff;
    border-bottom: 1px solid #dee1eba1;
	    height: 69px;
}
.sidebar-header a{
	    padding: 5px 8px;
}
.sidebar-header img {
    max-height: 47px;
    margin: 6px auto;
}
.side_bar_bottombx {
    position: absolute;
    bottom: 0;
}
.sidebar-account ul{ margin:0;
padding:0;
}
#sidebar ul li.active > a, #sidebar ul li a[aria-expanded="true"] {
    background: var(--d_org);
}
.main_menu {
    padding: 10px 9px 15px 2px;
}
.mobile_meu{
	display:none !important;
}
.mobile_meu a{
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 35px;
    float: left;
    margin-top: -2px;
}
.mobile_meu a i{
	color:#fff !important;
}
.main-header .header-top .top-right .social-links li {
    margin-right:10px;
}

.connecter_link a{
      border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 35px;
    margin-top: -3px;
    font-size: 13px !important;
}
.connecter_link a:hover{
		border:1px solid #fff;
		color:#fff !important;
}
.connecter_link a.inscrire:hover,
.inscrire{
	background:#fff;
	color:#162e40 !important;
}
.hed_left{
	    width: 20%;
    float: left;
    margin-left: 40%;
    text-align: center;
    position: absolute;
    left: 0;
	display:none;

}
.hed_left img{	
    max-height: 38px;
}
.logowhite{
	display:none;
}
.fixed-header .logowhite{
	display:block;
}
.fixed-header .logoblue{
	display:none;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 20px 20px;
    font-size: 16px;
}
.main-footer .footer-bottom {
    color: #ffffff66;
}
.outline_btn {
    min-width: auto;
    padding: 6px 20px !important;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 85px;
}
/*************************************************/
.signup_box{
	float:left;
	width:100%;
}
.signup_box_inner{
	max-width: 760px;
    margin: 0 auto;
    //width: 90%;
}

.signup_hed{
display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
	//padding:0 15px;
}
.signup_hed img {
    max-height: 18px;
}
.stepbox{
	float:left;
	width:100%;
	padding:15px 0;
}
.signup_center{
	float:left;
	width:100%;
	//padding:0 15px;
	padding-top:10%;
}
.signup_center b{
	font-weight:bold;
}
.signup_center p{
	float:left;
	width:100%;
}
.signup_center h3{
	align-self: center;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
    font-weight: bold;
    margin: 0 0 5% 0;
}
.signup_center p{
	color:#000;
	    font-size: 17px;
}

.mail_3step{
	float:left;
	width:100%;
	text-align:left;
}
.mail_3step p{
	margin-bottom:3px;
}
.mail_3step .form-control{
	    font-size: 16px;
    height: 42px !important;
}
.mail_3step .form-control:focus{
	border-color:var(--org);
	box-shadow:none;
}
.m3s_i,
.m3s_ii{    margin-top: 0;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.m3s_ii_left{
	width:49%;
	float:left;
}
.m3s_ii_right{
	width:49%;
	float:right;
}
.signup_center .form-control{
	font-size:14px;
}
.signup_center .form-control:focus{
	border-color:var(--org);
}
.mail_3step .drop_box{width: 100%;
 
    height: 42px !important;
	    line-height: 27px;
}
.stepbox .nice-select{
	border-color:#ced4da;
}
.stepbox .nice-select:after{
	    width: 9px;
		height: 9px;
			border-color:var(--org);
}
.stepbox .nice-select .list{
margin-top: 1px;
margin-left: -1px;
    width: calc(100% + 2px);
    border-radius: 0;
    overflow: auto;
    max-height:250px;
}
.top_view .list{
	    bottom: 100%;
		top:auto;
}

.deviennent{
	width:100%;
	float:left;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
}
.deviennent .card-link img{
	max-height:25px;
	margin-right:10px;
}
.deviennent .card{
	background:#f2f2f2;
}
.deviennent .card-header{
	background:none;
	color:var(--balck);
}
.deviennent .card-header a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.deviennent .card-header a{
	color:#000;
    width: 100%;
    float: left;
	    background: none;
	
}
.sign_hedcard{
	display: flex;
    align-items: center;	
}
.deviennent .card-header a i{
	float:right;
	margin-top:7px;
	color:var(--org);
}
.données a {
   color:#000;
}
.données li{
	list-style-type: disc;
}
.données ul{
	margin-left:30px;
}
.signup_footer{
	width:100%;
	float:left;
	padding: 1em 0px;
    text-align: center;
    margin-top: 3em;
}
.signup_footer Button{
	    background:var(--org);
    color:#fff;
    text-decoration: none;
	padding:0 20px;
	border-radius:35px;
	border:none;
	width:100%;
	max-width:200px;
	font-weight:bold;
	    height: 42px;
    line-height: 42px;
}
.signup_footer Button:hover{
	 background:#063085;
}

.tous_que{
	width:100%;
	float:left;
	    padding: 0 30px;
}
.tous_que_i_left{
	width:49%;
	float:left;
}
.tous_que_i_right{
	width:49%;
	float:right;
}
.tqtab{ text-align:left;
	width:100%;
}
.tqtab td:first-child{
	    width: 45px;
}
.tqtab td:first-child img{
	max-width:35px;
}
.tqtab h5{
	font-weight:bold;
}
.tqtab a{ text-decoration:underline;
	color:var(--gray);
}
.tqtab a:hover{
	color:var(--org);
}
.tous_que_ii{
	float:left;
	margin-top:20px;
	width:100%;
}
.tous_que_i{
	float:left;
	width:100%;
	margin-top:20px;
}
.tous_que_iii{
	background:#f2f2f2;
	float:left;
	margin-top:20px;
	border:1px solid #a9a9a9;
	border-radius:4px;
	padding:15px;
}
.tous_que_iii p{
	margin:0;
}
.footsp_link{
	    width: 100%;
    float: left;
    margin-top: 10px;
}
.footsp_link a{
	    text-decoration: underline;
    color: #000;
}
.footsp_link a:hover{
	color: var(--org);
}
.choice_bx{
	width:100%;
	float:left;
	border:1px solid #eaeced;
	padding:15px;
	border-radius:4px;
	line-height:110%;
	position:relative;
	    text-align: center;
}
.choice_bx.active{
	border:1px solid var(--org);
}
.choice_bx:hover{
	background: #f2f2f2;
}
.choice_bx a{
    color: #000;
    float: left;
    width: 100%;
}
.choice_bx small {
    text-decoration: underline;
    color: var(--gray);
}
.choice_bx h5{ font-weight:bold;
	font-size:16px;
}
.choice_bxflag{
    position: absolute;
    right: 2px;
    top: -10px;
    display: flex;
    //background: #fff;
}
.choice_bxflag img{ margin:0 3px;
	    height: 20px;
	
}

.choice_bx_img{    float: left;
	height:40px;
		margin-right: 10px;
	 
}

.choice_bx_text{
	   width: calc(100% - 50px);
}

.cant_scroll{
	display:flex;
}
.cant_scroll marquee{
	max-width:250px;
font-weight:600;
}



.effectbto_top.fade .modal-dialog { transform: translate3d(0, 100vh, 0);}
.effectbto_top.show .modal-dialog, .modal-bio.show .modal-dialog { transform: translate3d(0, 0, 0);}


.chice_pppp{
	//background:none;
	border:none;
	box-shadow: 1px 1px 8px #e8e8e8;
	    height: 100vh;
		
    border-radius: 0;
}
.chice_pppp .choice_bx {
    padding: 10px 15px;
}
.chice_pppp .tous_que_i_right,
.chice_pppp .tous_que_i_left {
    width: 100%;
    float: left;
	margin-bottom: 22px;
}
.chice_pppp .tous_que_i {
    margin-top: 0;

}
.chice_pppp .signup_center h3 {
     margin: 10px 20px 15px;
}
.chice_pppp .signup_center {

    padding-top: 1%;
}
.chice_pppp .stepbox{
	padding:0;
}
.chice_pppp .signup_hed{
height: 20px;
}
.chice_pppp .choice_bx h5 {
    color: var(--org);
}
.bank_hed .navbar-nav .nav-link.compte_btn:focus{
	 color: var(--org) !important;
}
.chice_ppppr_btn{
width:100%;
float:left;
}

.chice_ppppr_btn input[type=button]{
	width: 100%;
    border-radius: 36px;
	background:var(--org);
	border:none;
	padding:5px 0;
	color:#fff;
	cursor:pointer;
	float:left;
}
.chice_ppppr_btn a{
	color:var(--org);
	padding:7px 0;
	margin-top:7px;
	float:left;
	width: 100%;
	text-align:center;
}



.connex_mobile{
	display:flex;

}
.connex_mobile_left{
	padding-right:10px;
	width:27%;
}
.connex_mobile_right{
	width:73%;
}
.red_email select {
    border-color: red !important;
}
/********************************************************/
.mobile_menubx{ 
    display: none;
    padding: 3px 15px;
    justify-content: space-between;
    align-items: center;
}
.mobile_menubx_right,
.mobile_menubx_left{
	width:35%;
}
.mbx_menu{
	border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 35px;
    float: left;
    margin-top: -2px;
	color:#fff;
	//height:39px;
	    font-size: 16px;
}
.mbx_menu:hover{
		color:#fff;
	text-decoration:none;
}
.mbx_menu i{
	margin-right:7px;
}
.mobile_menubx_right{
	text-align:right;
}
.mobile_menubx_center{
	text-align:center;
}
.mobile_menubx_center a{
margin:0;
}
.mobile_menubx_left{
	text-align:left;
}
.mobile_menubx_left button{
	float:left;
}

.connecter_linkbx { color:#fff;
    border: 1px solid #fff;
    padding: 9px 20px;
    border-radius: 35px;
    margin-top: -3px;
      font-size: 16px;
}
.connecter_linkbx:hover{
	 color:#fff;
	 text-decoration:none;
}
.mbx_menu_ii {    color: #fff;
    border: 1px solid #fff;
    padding: 7px  22px;
    border-radius: 35px;
    font-size: 14px;
}
.mbx_menu_ii:hover{
	color:#fff;
	text-decoration:none;
}
.compte_btn{
	margin-top:0;
	margin-left:15px;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}
select.form-control:not([size]):not([multiple]) {
height:44px;
}
/********************************************/
.mega_menu{
	    position: absolute;
    top: 100%;
    width: 100%;
    background:var(--d_org);
    left: 0;
}
.toggled_mega{ display:block !important;
	//min-height:366px;
	//height:auto;

}
.drop_mega,
.mega_menu_ii{
	    position: absolute;
    top: 100%;
    width: 100%;
    background:var(--d_org);
    left: 0;
	padding:10px 0;
	    border-top: 1px solid #fff9;
}
.toggled_mega_i,
.toggled_mega_v,
.toggled_mega_iv,
.toggled_mega_iii,
.toggled_mega_ii{ display:block !important;
	//min-height:366px;
	//height:auto;

}
.drop_mega li,
.mega_menu_ii li{
	width:20%;
	float:left;
	list-style-type: disc;
    color: #fff;
	    list-style-position: inside;
}
.drop_mega li a,
.mega_menu_ii li a{
	color:#fff;
	font-size:16px;
	padding:5px;
}

.navbar .dropdown:hover .mega_menu {
    display: block !important;
}
.mega_menu_inner{    margin: 0 auto;
	    max-width: 1200px;
		    width: 90%;
}
.MM_box{
	//display:flex;
	justify-content: space-around;
	padding:20px;
}
.MM_box_i{    padding: 10px 10px;
	width:20%;
	color:#fff;
	float:left;
	height:100%;
    min-height: 257px;
}
.MM_box_i h6{ margin-bottom:10px;
	font-weight:bold;
	position:relative;
	padding-left:15px;
	//border-left: 1px solid #ffffff7a;
	font-size:14px;
}
.MM_box_i h6::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #ffffff;
      top: 5px;
    position: absolute;
	       left: -2px;
}
.MM_box_i a{float:left;
	font-size:16px;
    padding: 5px 10px 5px 20px;
	width:100%;
	color:#fff;
	//border-left: 1px solid #ffffff7a;
}
.MM_box_i_link{
	    border-left: 1px solid #ffffff7a;
    float: left;
    height: calc(100% - 34px);
	        min-height: 210px;
}
.txt_upper{
	text-transform:uppercase;
	
}
.txt_upper a{
//font-size:14px;	
}
/*******************************************************/

.page-title{
    position: relative;
    display: block;
    padding: 110px 0px 110px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}


.page-title .content-box .bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
    margin-right: 12px;
}

.page-title .content-box .bread-crumb li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .content-box .bread-crumb li:before{
    position: absolute;
    content: "-";
    font-family: 'Flaticon';
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    top: 1px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
    display: none;
}

.page-title .content-box .bread-crumb li i{
    margin-right: 8px;
}

.page-title .content-box .bread-crumb li a{
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{

}

.title-box{
    position: relative;
    display: block;
    margin-bottom: 31px;
    padding-bottom: 14px;
}

.title-box:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.dotted-box .dotted{
    position: absolute;
    left: 44px;
    width: 3px;
    height: 3px;
    bottom: 0px;
}



.title-box h1{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}


.page_bx{
	width:100%;
	float:left;
	padding:30px 0;
}
.page_bx_left{
	width:28%;
	float:left;
	
}
.pageleft_menu{ float:left;
width:100%;
padding:10px;
	background:var(--org);
}
.pageleft_menu a {
    padding: 6px 8px;
    text-decoration: none;
    //font-size: 25px;
    color: #e8f7e7;
    display: block;
    transition: 0.3s;
    font-size: 16px;
}
.pageleft_menu a span{
    float: right;
    text-align: center;
    position: relative;
    border-radius: 36px;
    font-size: 18px;
    margin-top: 0;
}


.page_bx_right{
	float:right;
	width:69%;
}

.group-title{
    position: relative;
    display: block;
    padding-bottom: 17px;
    margin-bottom: 27px;
}

.group-title h2{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #222;
    font-weight: 600;
    margin: 0px;
}
.group-title:before {
    background: #ec4e4f;
}
.dotted-box .dotted {
    background: #ec4e4f;
}
.group-title:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.dotted-box .dotted{
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
}

.dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.dotted-box .dotted:last-child {
    left: 55px;
}


.image-box{
    position: relative;
    display: block;
    margin-bottom: 52px;
}

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

.text h3{
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 500;
    margin-bottom: 15px;
}
.text h6{
    position: relative;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 500;
    margin-bottom: 7px;
	margin-top:10px;
}

.text p{
    margin-bottom: 28px;
}

.text p:last-child{
    margin-bottom: 0px;
}

.content-style-one{
    position: relative;
    margin-bottom: 56px;
}

.content-box h3{
    margin-bottom: 15px;
}

.content-box span{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.list li{
    position: relative;
    display: block;
    font-weight: 300;
}

.list li a{
    display: inline-block;
    color: var(--org);
    line-height: 16px;
    border-bottom: 1px solid var(--org);
}

.two-column{
    position: relative;
    margin-bottom: 53px;
}

.coaching-details-content .content-style-two h3{
    margin-bottom: 15px;
}

.text{
    position: relative;
    margin-bottom: 65px;
}

.single-item{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0px;
}

.single-item:before{
    position: absolute;
    content: '';
    background: #e0e6ed;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.single-item:before{
    display: none;
}

.icon-box{
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    color: var(--org);
    margin-bottom: 30px;
}

.single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.content-style-two{
    position: relative;
    margin-bottom: 56px;
}
.NO_mobi_p{    max-width: 600px;
	margin:0 auto !important;
}
/*************************************/
.sidenav_inner_top{
		    height: calc(100vh - 230px);
			    overflow-y: auto;
}
.sidenav_inner_top::-webkit-scrollbar{
  width:5px;
}
 
.sidenav_inner_top::-webkit-scrollbar-track{
    background-color: #dedcdc;
}
.sidenav_inner_top::-webkit-scrollbar-thumb{
  background-color: var(--org);
  //outline: 1px solid slategrey;
}
.sbb_fmenu_top{
float:left;
width:100%;
border-top:1px solid #ffffff7a;
}
.sbb_fmenu_top  li{ padding-left:7px;
display:inline-block;
width:49%;
}
.sbb_fmenu_top  li:first-child a{
	border-right:1px solid #ffffff7a;
}
.sbb_fmenu_top a {
    padding:4px 8px;
  text-decoration: none;
  //font-size: 25px;
  color: #e8f7e7;
  display: block;
  transition: 0.3s;
  font-size: 13px;
text-transform: uppercase;
	     line-height: 20px;
		     width: 100%;
			 margin:5px 0;
			 text-align:center;
}
.sbb_fmenu_top a:hover {
color: #fff;
}
/*
.sbb_fmenu_top a:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
}*/
.sbb_fmenu_top a:hover:before{ background:#fff;
   border: 1px solid #fff;
}

/*********************about****************************/
.about_box{
	    float: left;
    width: 100%;
    padding: 25px 0;
	margin-bottom: 20px;
}
.about_box a{
	color:#000;
}
.about_box a:hover{
text-decoration:none;
}
.aboutbx_con{
	    width: 100%;
    float: left;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 14px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    transition: opacity 1s ease;
    margin: 10px 0;
	padding:25px 15px;
	text-align:center;
	color:#000;
}
.aboutbx_con:hover{
	    //background: var(--l_gray);
		  box-shadow: 4px 4px 20px 0 rgb(0 52 158 / 22%);
}
.aboutbx_con_icon{
	width:100%;
	    display: flex;
    justify-content: center;
}

.aboutbx_con_icon span{
	height:80px;
	width:80px;
    background: var(--l_org_ii);
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:100%;
}
.aboutbx_con_icon img{
	max-height:35px;

}
.aboutbx_con h4{ font-weight:bold;
font-size:18px;
color:var(--org);
margin:15px 0 5px;
}
.aboutbx_con small{ font-weight:bold;
font-size:15px;
color:var(--org);
margin:15px 0 5px;
display:block;
text-decoration:underline;
}
.aboutbx_con p{
font-weight:bold;
font-style: italic;
font-size: 16px;
margin:0;
}
.aboutbx_con p span{
color:var(--red);	
}
.page_title{
	width:100%;
	float:left;
	margin:25px 0 10px 0;
	position: relative;
}
.page_title h3{ font-weight:bold;
    font-family: 'muller_narrow_demoextrabold';
	font-size:24px;
}
.ab_btn_bx{
	width:100%;
	margin-top:10px;
	float:left;
}
.ab_btn{    padding: 0px 30px;
    display: inline-block;
    margin: 7px 0;
    background: var(--org);
    color: #fff !important;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
}
.ab_btn:hover{
	background:var(--d_org);
	color:#fff !important;
	text-decoration:none;
}

.ab_btn_bx_ii a{    padding: 0 14px;
	margin-left:2px;
	margin-right:2px;
	    height: 42px;
    line-height: 42px;
	
}
/******************************/
.our_team_btn{
	width:100%;
	float:left;
	margin-top:25px;
}
.our_team_btn a{ color:#fff;
padding:9px 20px;
border-radius:35px;
	background:var(--org);
	width:calc(100% - 10px);
	display:block;
	text-align:center;
	margin:2px 5px;
	
}
.our_team_btn li{
	width:25%;
}

.our_teambx .tab-pane.fade {
  transition: all 1s;
  transform: translateY(3rem);
}

.our_teambx .tab-pane.fade.show {
  transform: translateY(0rem);
}
.team_user{
	padding:0;
	//width:100%;
	float:left;
	width:calc(100% - 20px);
	background:var(--org);
	border-radius:3px;
	margin:10px;
	    box-shadow: 2px 2px 14px 0 rgb(0 0 0 / 10%);
		padding-bottom:20px;
		color:#fff;
}
.team_user:hover {
    box-shadow: 4px 4px 20px 0 rgb(0 52 158 / 22%);
}
.team_user_pic{
	height:320px;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size:cover  !important;
	margin-bottom:15px;
}
.team_user h4{ font-size:20px;
 font-weight:bold;
 
}
.team_user p{ font-size:18px;
	margin:0;
}

.our_teambx_list{
	//display: flex;
    //justify-content: center;
    float: left;
    width: 100%;
    margin: 0;
	text-align:center;
}
.our_teambx_list li {
       width: 33.1%;
    /* float: left; */
    display: inline-block;
		//width:25%;
	//float:left;
}

/*********************************/
.team_user_ii{
	float:left;
	width:100%;
}
.arrow_sliderbx{
	width:100%;
	float:left;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
	margin:20px 0 15px 0;
}

.arrow_sliderbx .swiper-button-next{
	background:url(images/left-arrow_sub.png) no-repeat center; 
}
.arrow_sliderbx .swiper-button-prev{
	background:url(images/right-arrow_sub.png) no-repeat center; 
}
.arrow_sliderbx .swiper-button-next, .arrow_sliderbx .swiper-button-prev{
	top: 0;
	width:40px;
    position: static;
    position: relative;
    z-index: 99999;
    text-align: center;
	    background-size: 20px;
}
.arrow_sliderbx .swiper-button-next:hover, .arrow_sliderbx .swiper-button-prev:hover{
	 background-size: 30px;
}
.team-list-sec{
    width:100%;
    display:inline-block;
    padding:10px 0 0 0;
}
.team-list-sec ul{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    padding:0;
    flex-wrap:wrap
}
.team-list-sec ul li{
    list-style-type:none;
    display:block;
    position:relative;
    overflow:hidden;
    transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    width:10%;
    height:120px
}
.team-usr-img-sec{
    width:100%;
    height:100%;
    display:block;
    position:relative;
    -webkit-transition:1s ease-in-out;
    -moz-transition:1s ease-in-out;
    -o-transition:1s ease-in-out;
    transition:1s ease-in-out;
    transition:1s ease-in-out;
    background:#e5e5e5
}
.team-usr-img-sec img{
    filter:grayscale(1);
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.team-usr-img-sec i img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
.team-usr-img-sec p{
    font-style:normal;
    width:100%;
    font-size:14px;
    line-height:24px;
    font-family:var(--font-family-medium);
    color:#fff;
    opacity:0;
    position:absolute;
    bottom:0;
    text-align:center;
    text-shadow:0 2px 5px rgba(0,0,0,.4);
    padding:5px 10px;
    background-image:linear-gradient(to top,rgba(0,0,0,0.95),rgba(0,0,0,0.6),rgba(0,0,0,0.2),rgba(255,255,255,0.01));
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    transform:translateY(31px)
}
.team-usr-img-sec p span{
    font-size:8px;
    display:block;
    font-family:var(--font-family-regular)
}
.team-usr-img-sec i p span{
    font-size:8px;
    display:block;
    font-family:var(--font-family-regular)
}
.team-list-sec ul li:hover{
    z-index:111;
    transform:scale(1.4);
    -webkit-transform:scale(1.4);
    border-radius:10px
}
.team-list-sec ul li:nth-child(1n):hover{
    border:1px solid var(--yellow)
}
.team-list-sec ul li:nth-child(2n):hover{
    border:1px solid var(--sky-blue)
}
.team-list-sec ul li:nth-child(3n):hover{
    border:1px solid var(--purple)
}
.team-list-sec ul li:nth-child(4n):hover{
    border:1px solid var(--green)
}
.team-list-sec ul li:hover .grey-bg img{
    filter:none
}
.team-list-sec ul li:hover .team-usr-img-sec{
    z-index:111;
    -webkit-transition:1s ease-in-out;
    -moz-transition:1s ease-in-out;
    -o-transition:1s ease-in-out;
    transition:1s ease-in-out
}
.team-list-sec ul li:hover .team-usr-img-sec i{
    width:110px;
    height:134px;
    top:calc(50% - 5px)
}
.team-list-sec ul li:hover .team-usr-img-sec p{
    opacity:1;
    z-index:111;
    transform:translateY(0)
}
.team-list-sec ul li:hover .team-usr-img-sec:after{
    display:block
}
.team-list-sec ul li.team-info{
    overflow:inherit;
    transform:none!important
}
.team-list-sec ul li.team-info .team-usr-img-sec:before{
    display:none
}
.team-list-sec ul li.team-info .team-usr-img-sec{
    height:100px;
    -webkit-transform:scale(1.8);
    -moz-transform:scale(1.8);
    -o-transform:scale(1.8);
    -ms-transform:scale(1.8);
    transform:scale(1.8);
    -webkit-transition:1s ease-in-out;
    -moz-transition:1s ease-in-out;
    -o-transition:1s ease-in-out;
    transition:1s ease-in-out;
    background:#1196cc;
    z-index:99;
    text-align:center;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column
}
.team-list-sec ul li.team-info .team-usr-img-sec h3{
    margin-bottom:5px;
    font-size:14px;
    color:#fff;
    font-family:var(--font-family-bold)
}
.team-list-sec ul li.team-info .team-usr-img-sec p{
    font-size:7px;
    color:#000;
    opacity:1;
    position:static;
    color:#fff;
    font-family:var(--font-family-regular)
}
.team-list-sec ul li.team-info:hover .team-usr-img-sec:after{
    display:none
}

/*********************contact popup*******************/
.Talk_lets{
	    //text-align: left !important;
    font-weight: bold;
    color:#fff;
	font-family: 'muller_narrow_demoextrabold';
	//margin-top:20px;
		margin: 10px 20px 10px !important;
    font-size: 24px !important;
}

.Talk_bx{
	width:100%;
	float:left;
	border:1px solid #d9d9d9;
	padding:8px 10px 5px 10px;
	border-radius:5px;
			margin-bottom:9px;
			background:#fff;
}
.Talk_bx label{
	float:left;
	width:100%;
	    color: #11111f;
		font-weight:bold;
		margin:0;
		font-size:14px;
    line-height: 14px;
}
.Talk_bx input{ font-size:16px;
	width:100%;
	border:none;
}
.Talk_bx:hover{
		border:1px solid #11111f;
}
#LetTalk .chek_nir input:checked + label:before,
#contact_popup .chek_nir input:checked + label:before {
    border: 2px solid #11111f;
    background: #11111f;
}

#contact_popup  .Talk_lets_full .chek_nir label {
    font-size: 16px;
    color: #fff;
}
.Talk_lets_btn button:hover,
.Talk_lets_btn button{
	  color: #fff;
	  background: #11111f;
}
.lets_table{
	width:100%;
	float:left;
}
.lets_table td:first-child{
		width:90px;
		padding-right:12px;	
		    vertical-align: top;
}
.Talk_bx_seldrop{
	padding:0;


}
.Talk_bx_msg textarea,
.Talk_bx select:focus,
.Talk_bx input:focus{
	outline:none;
	border:none;
}
.Talk_bx select{font-size:16px;
	    height: 55px;
    width: 100%;
    border: none;
	border-radius:5px;
	padding:0 10px;
	background:none;
}
.Talk_bx_seldrop_ii select{
 height: auto;	
 background:none;
}
.Talk_bx_msg textarea{
	width:100%;
	float:left;
	height:55px;
		outline:none;
	border:none;
	font-size:16px;
}
.Talk_lets_btn{
	padding:0 0 10px 0;
	margin-top:0;
}
.Talk_lets_btn button{ width:100%;
	    border-radius: 7px 7px 20px 7px;
		max-width:100%;
}
.Talk_lets_full .chek_nir label{
	font-size: 16px;
	color:#fff;
}

.Talk_lets_full::-webkit-scrollbar{
  width:5px;
}
 
.Talk_lets_full::-webkit-scrollbar-track{
    background-color: #dedcdc;
}
.Talk_lets_full::-webkit-scrollbar-thumb{
  background-color: var(--org);
  //outline: 1px solid slategrey;
}
/***********************ProgramGWP*********************/
.page_title_ii{
	margin-bottom:20px;
	    padding-right: 35px;
}
.gwp{
	max-width:100%;
	width:100%;
}
.gwp_right{
	position:relative;
}
.gwp_right label{
	font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 3px solid black;
    display: inline-block;
}
.gwp_right h4{
	    font-family: 'muller_narrow_demoextrabold';
    display: block;
    font-style: normal;
    font-size: 52px;
    line-height: 57px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 900;
    margin-bottom: 18px;
}
.gwp_right p{
	    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
	line-height:140%;
}
.gwp_btn{
	width:100%;
	float:left;
	//margin-top:15px;
}
.gwp_btn a{
	width:100%;
	background:var(--org);
	color:#fff;
	width:100%;
	text-align:center;
	padding:8px 0;
	display:block;
	border-radius:36px;
	font-weight:bold;
	font-size:16px;
}
.gwp_btn p{
	margin:12px 0;
}
.gwp_btn_ii{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	float:left;
}
.gwp_btn_ii a{ font-size:16px;
	font-weight:bold;
	color:var(--org);
}
.gwp_btn_iii{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	float:left;
	    margin-top: 15px;
}
.gwp_btn_iii a{ font-size:16px;
	font-weight:bold;
	color:var(--org);
}
.social_ions{ 
padding-top:10px;	
}

.social_ions img{
height:30px;	
width:30px;	
}
.social_ions_bx{
	position:absolute;
	right:0;
	top:0;
	width:30px;
	    z-index: 2;
}
.social_ions_btn img{
	height:25px;	
width:25px;	
}
.social_ions_btn{
	display:block;
	//padding-bottom:10px;
}
.social_ions_btn,
.social_ions{
	width:30px;
	text-align:center;
	    float: left;
}
.social_ions a{
	margin:5px;
	width:100%;
	display:block;
}

.book_box{
	width:100%;
	float:left;
	background: rgb(226,226,226);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 89%, rgba(228,226,226,1) 100%);
padding:20px;
margin-top:40px;
border-radius:4px;
display:flex;
    align-items: center;
}
.book_box_left{
    width: 250px;
    text-align: right;
}
.book_box_left img{
	max-height:260px;
}
.book_box_right{
	
}
.book_box_right h3{
	 font-family: 'muller_narrow_demoextrabold';
	 font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.book_btns{
	width:100%;
	float:left;
	margin-top:10px;
}
.book_btns a{
	background:var(--org);
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 30px;
    border-radius: 7px 7px 20px 7px;
	font-weight:bold;
	font-size:16px;
	margin-right:15px;
}
/*********************************************/
.clearfix_new{
	float:left;
	width:100%;
}
.home_row{ float:left;
width:100%;
	margin-top:20px;
	//margin-bottom:30px;
}
.home_row_left{
	float:left;
	width:49%;
}
.home_row_right{
	float:right;
	width:49%;
}
.home_row_ii{ float:left;
width:100%;
    margin-top: 40px;
	//margin-bottom:20px;
}
.home_row_ii_left{
	float:left;
	width:49%;
}
.home_row_ii_right{
	float:right;
	width:49%;
}
.home_photo_ii{
	margin-bottom:40px;
}
.home_row_iii{
	margin-bottom:10px;
}
.lp__primary_card{
	float:left;
	width:100%;
}
.lp__primary_card a{
	 color:#000;
}
.lp__primary_card a:hover{
	text-decoration:none;
}
.lp__primary_card h2{ color:#000;
font-weight:bold;
	    font-size: 2.625rem;
    line-height: 3rem;
}
.lp__card {
    position: relative;
    margin-bottom: 1.5rem;
}
.lp__card .lp__card_wrapper {
    box-shadow: none;
}

.lp__card.lp__card_lg_text .lp__card_wrapper:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    padding-right: 1rem;
    height: 25px;
    cursor: pointer;
    float: left;
    border-left: 12px solid var(--org);
}
.lp__card.lp__card_lg_text .lp__card_wrapper:before {
    height: 40px;
    padding-right: 1.5rem;
    border-left: 20px solid var(--org);
}
.lp__card.lp__card_lg_text .lp__card_content {
    display: table-cell;
}
.lp__solid_pink_btn {
    border-radius: 35px;
    background-color:  var(--org);
    color: #ffffff !important;
	    font-size: 0.75rem;
    line-height: 29px;
    padding:8px 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight:bold;
	display:inline-block;
}
.lp__solid_pink_btn:hover{
	    background-color:  var(--d_org);
}
.lp__btn img{ margin-left:15px;
	max-height:18px;
}
.home_photo{
	width:100%;
	float:left;
}
.home_photo img{
	max-width:100%;
	width: 100%;
}
.home_photo_ii{
	margin-top:20px;
} 
/********************************************************/
.btn_rdio{
background: #11111f;
    padding: 10px 20px 10px 15px;
	    //padding: 10px 14px 10px 10px;

    font-size: 16px;
    color: #fff;
border-radius:5px;
font-weight:bold;

    width: calc(100% - 6px);
    /* float: left; */
    margin: 0 3px;
}
.btn_rdio .check{
	top: 10px;
	    background: url(images/radiobx_new.png) left center no-repeat;
}
.btn_rdio input[type=radio]:checked ~ .check {
    background: url(images/radiobx_org_w.png) left center no-repeat;
}

.gift_btn .btn_rdio{
	margin: 6px 0;
	width: 100%;
}
.gift_btn .btn_rdio label{
	    font-size: 15px;
    font-weight: bold;
	    font-family: 'muller_narrow_demoextrabold';
}
.amout_bxtx{
	float:left;
	width:100%;
	position:relative;
		margin: 6px 0;
}
.amout_bxtx span{
	position:absolute;
		    font-size: 16px;
    font-weight: bold;
	    font-family: 'muller_narrow_demoextrabold';
		    left: 10px;
    top: 9px;
}
.amout_bxtx input{ height:42px;
padding:5px 10px 5px 66px;
	width:100%;
		    font-size: 15px;
    font-weight: bold;
	    font-family: 'muller_narrow_demoextrabold';
		    border: 0.0625rem solid #afafaf;
			border-radius:4px;
}
.btn_rdio_new{
	    position: absolute;
    left: 16px;
    top: 7px;
	    width: 35px;
		    font-weight: bold;
	    font-family: 'muller_narrow_demoextrabold';
}
.check_feeop{
	margin-top:15px;
}
.check_feeop .fees{
	margin:0;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  opacity:1;
      z-index: 1;
}

.tooltip .tooltiptext {
  //visibility: hidden;
  width:250px;
  background-color: var(--org);
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding:10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -264%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:12px;
      display: none;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--org) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
   display: block;
}
/************************************************************************************/
.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
  z-index:9;
}



  .adminButton {
    height:50px;
    width:50px;
    background-color:var(--org);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 8;
	 
  }



    .adminButton i {
      font-size: 22px;
    }

  .adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .adminButtons a {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.15;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      position: relative;
      //box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
	  z-index:99;
	  display:none;
    }
	    .adminButtons a  img{
			max-height:40px;
		}

      .adminButtons a:hover {
        transform: scale(1.10);
      }

      .adminButtons a:nth-child(1) { transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(2) {transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(3) { transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(4) { transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

      .adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
      }

  .adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index:9;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
  }

    .adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
    }

    .adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
	  display:block;
    }
	
	
	.adminButton img{  margin-top:15px;
height:20px;
width:20px;
	 transition: transform 0.5s;

}
  
    .adminToggle:checked + .adminButton img{
   transform: rotate(45deg);
}
.bg_overlap {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220,220,220,0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  will-change: opacity;
}
  
.bg_overlap.show{
    visibility: visible;
    opacity: 1;
  }



.addres_bx{
	width:100%;
	float:left;
}
.addres_bx li{
	display:flex;
	width:100%;
	margin:7px 0;
	font-weight:bold;
}
.addres_bx img{ margin-right:10px;
	max-height:20px;
}
/***********************************************/
.Assurance_bx .modal-content,
.Assurance_bx .modal-body{
	padding:0;
	border:none;
}
.Assurance_bx .modal-body{
	background:var(--org);
}
.Habitation_pop{
	display:flex;
	    justify-content: space-between;
}
.Habitation_pop_left{
	width:50%;
	    border-radius: 0.3rem 0 0 0.3rem ;
}
.Habitation_pop_right{
	width:50%;
	text-align:center;
	padding:50px 20px;
	color:#fff;
}
.Habitation_pop_right label{
	font-weight:bold;
	color:#fff;
	    width: 100%;
		margin-bottom:20px;
}
.Habitation_pop_right label img{

    max-height:20px;
	margin-right:5px;
	margin-top:-5px;
}
.Habitation_pop_right h2{
	font-weight:bold;
	    font-family: 'muller_narrow_demoextrabold';
			color:#fff;
			    width: 100%;
		margin-bottom:20px;
}
.Habitation_pop_right a{
	width:100%;
	display:block;
}

.Faire_linka{ color:var(--org);
padding:0px 20px;
border-radius:4px;
	background:#fff;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	   height: 42px;
    line-height: 42px;
}
.Faire_linka:hover{ color:var(--org);
	background:#fff;
}
.Faire_linkb{     color: #fff;
    padding: 0px 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.Faire_linkb:hover{color:#fff;
		border:1px solid  #fff;
}
.Faire_linkc{ color:#fff;
padding:6px 20px;
	margin-bottom:10px;
		font-weight:bold;
		font-size:15px;
}
.Faire_linkc:hover{color:#fff;
}

.m250show{
	display:none !important;
}
.Habitation_pop_close{
	position:absolute;
	right:15px;
	top:7px;
}
.Habitation_pop_close img{
	max-height:15px;
}
.effectbto_bottom.fade .modal-dialog { transform: translate3d(0, -100vh, 0);}
.effectbto_bottom.show .modal-dialog, .modal-bio.show .modal-dialog { transform: translate3d(0, 0, 0);}



/*****************************************/


/********************************/
.plo_page{
	width:100%;
	float:left;
}
.plo_page p{
	font-size:17px;
}
.plo_page h5{
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	font-size:18px;
}
.plo_page a{
	font-weight:bold;
	color:var(--org);
}
.plo_page ul li {    position: relative;
	list-style-type:disc;
	//list-style-position:inside;
	font-size:16px;
}
.plo_page ul{
	margin-left:40px;
	margin-bottom:20px;
}

/*******************************/
.pay_link{
	float:left;
	width:100%;
	text-align:center;
}
.pay_link img{ margin:0 5px;
	max-height:30px;
}
.my_qr{
	float:left;
	width:100%;
margin-bottom:20px;	
}
.my_qr img{
    max-width: 250px;
	width:100%;
	height:auto;
	    max-height: 100%;
    //padding: 20px;
    //border-radius: 10px;
    //background: #fff;
    //box-shadow: 2px 2px 7px #cfcfcf
}
.my_qr_title{
	float:left;
	width:100%;
}
.my_qr_title h4{ color:#000;
	margin-bottom:0;
	font-size:22px;
}

.my_qr_title p{	margin-bottom:0px;
	font-weight:bold;
}
.my_qr_title img{
	max-height:18px;
	margin-left:5px;
}
.my_qr_logo{
		float:left;
	width:100%;
	margin-bottom:10px;
}
.my_qr_logo img{
max-height:40px;	
}


.VOLUNTEERS_artitle{
	    margin-bottom: 0;
    margin-top: -18px;
    font-weight: bold;
	color:var(--org);
}

/**********************************************************************/
/****************change side bar color***********************************/
/*****************************************************************/
.rev_color{
	background:#fff;
}
.rev_color .sidebar-header{
	background:var(--org);
	    border-bottom: 1px solid #d3d3d3;
}
.rev_color .closebtn:focus,
.rev_color .closebtn:hover,
.rev_color .closebtn{
	color:#fff;
	outline:none;
}
.rev_color .main_menu a{
	color:var(--org);
}
.rev_color .main_menu a:before{
	
    border: 1px solid #ff00bf3b;
}
.rev_color .main_menu a:hover:before {
    background: var(--org);
    border: 1px solid var(--org);
}
.rev_color .main_menu li li a {
    border-left: 1px solid #ff00bf3b;
}
.rev_color .main_menu li li a:hover {
    border-left: 1px solid var(--org);
}
.rev_color .sbb_fmenu_top a{
	color: var(--org);
}
.rev_color .sidebar-account,
.rev_color .sbb_fmenu_top{
	    border-top: 1px solid #ff00bf3b;

}
.rev_color .sbb_fmenu_top li:first-child a {
    border-right: 1px solid #ff00bf3b;
}
.rev_color .outline_btn:hover,
.rev_color .outline_btn{
	    border: 1px solid var(--org);
			color:var(--org);
}
.rev_color .lan_g a {
color: var(--org);
    border: 1px solid var(--org);
}
.rev_color .lan_g a.active, 
.rev_color .lan_g a:focus, 
.rev_color .lan_g a:hover {
    color: #fff !important;
    border: 1px solid var(--org)!important;
    text-decoration: none;
    outline: none;
    background: var(--org)!important;
}

/**********************************************************************/
/****************change side bar color***********************************/
/*****************************************************************/
.join_usweb{
	    display: block !important;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.outline_btn_org{
	border-color: var(--org)!important;
}



.bx_categ_view{
	float:left;
	width:100%;
	padding:50px 0 50px 0;
}
.no_mbx{
	margin-left:0;
	margin-right:0;
}
.bcv_v,
.bcv_iv,
.bcv_iii,
.bcv_ii{
	//width:calc(20% - 20px);
	float:left;
	//width:calc(100% - 4px);
	width:100%;
	//margin:0 10px;
}
.bcv_i{
	//width:calc(20% - 10px);
	width:100%;
	float:left;
	//margin:0 10px 0 0;
}
.bcv_v{
	//width:calc(20% - 10px);
	width:100%;
	float:left;
	//margin:0 0 0 10px;
}
.bcv_bluebx{
		width:calc(100% - 4px);
	float:left;
	background:var(--org);
	color:#fff;
	text-align:center;
	padding:30px 10px 0 10px;
	border-radius:4px;
	border:2px solid var(--org);
	    min-height: 260px;
}
.bcv_bluebx a{
color:#fff;	
}
.bcv_bluebx_border{
	width:calc(100% - 4px);
	float:left;
	background:#fff;
	color:#000;
	text-align:center;
	padding:30px 10px 0 10px;
	border-radius:4px;
	border:2px solid var(--org);
    min-height: 260px;
}
.bcv_bluebx_border a{
color:#000;
}
.bcv_bluebx a:hover,
.bcv_bluebx_border a:hover{
	text-decoration:none;
}
.bcv_bluebx_border h4,
.bcv_bluebx h4{
	font-weight:bold;
	font-size:16px;
	margin:20px 0 5px 0;
}
.bcv_bluebx_border p,
.bcv_bluebx p{ margin:0;
	font-size:15px;
	line-height: 113%;
}
.bcv_im{
    width:120px;
    height:120px;
    background: var(--l_blue);
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:100%;
	margin:0 auto;
}
.bcv_im img{
	max-height:60px;
}
/**********************************/
.gray_bxmake{
	background:#11111f;
	padding:20px;
	color:#fff;
	    border-radius: 4px;
		    text-align: center;
}
.gray_bxmake p{ margin-bottom:5px;
	font-size:16px;
}
.gray_bxmake .list-cta a{
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}
.gray_bxmake .list-cta a:hover,
.gray_bxmake .list-cta a:hover{
	text-decoration:none;
}
.onl_border{ background:none  !important;
	    color: #fff !important;
    border: 1px solid  #fff  !important;
}
/**********************************************************/
.pro_listbx{
	float:left;
	width:100%;
	display:flex;
	    margin-bottom: 15px;
    align-items: center;
    font-weight: bold;
}
.pro_listbx_left{
	width:60px;
	padding-right:25px;
}
.pro_listbx_left img{
	max-width:100%;
}



.up_photobx_dgi{
	    width: calc(100% + 15px);
    margin:15px -7px 0 -7px;
	
}
.att_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.att_two li {
    width: calc(33.33% - 20px);
    max-width: 235px;
    min-width: auto;
    margin: 0 10px;
}
.att_two li p {
    font-size: 16px;
    text-align: center;
}



.att_btn Button{
	max-width:400px;
}




.qrscannew{
background: #000;
    padding: 10px 10px 10px 15px;
    border-radius: 12px;
    //position: fixed;
    //left: 20px;
    bottom: 21px;
    z-index: 9;
    color: #fff;
    //display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
	    font-family: 'muller_narrow_demoextrabold';
		    float: left;
}
.qrscannew_right img{
    max-height: 125px;
}
.qrscannew_left{
	    text-align: center;
    margin-top: 12px;
}



.wait-box {
     
   
   
      width:215px;
      position: fixed;
      bottom: -400px;
        left: 20px;
      //transform: translateX(-50%);
      transition: bottom 0.6s ease;
      z-index: 2;
    }

    .wait-box.show {
         bottom: 20px;
    }










/********************************************/

@media only screen and (min-width: 100px) and (max-width: 767px){
.mobile_meu{
	display:block !important;
	    margin-right: 0  !important;
		//margin-bottom:18px  !important;
}	
.mobile_meu_hide{
	display:none !important;
}
.connecter_link li:last-child{
	display:none !important;
}
.connecter_link li{
	   margin-right: 0px !important;
}
.new_top .top-left{
	float: left !important;
    width: 49% !important;
    text-align: left !important;
	margin-bottom:0 !important;
}
.new_top .top-right{
	float: right !important;
    width: 49% !important;
    text-align: right !important;
	margin-bottom:0 !important;
}
.main-header .header-upper{
	display:none;
}
.hed_left{
	display:block;

}
.connecter_link a {
    padding: 5px 20px;
}
.fixed-header .header-top {
	    position: fixed;
    width: 100%;
}
.signup_box_inner {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.tous_que_i_left {
    width: 100%;
    margin-bottom: 15px;
}
.tous_que_i_right {
    width: 100%;
}
.tous_que {
    padding: 0;
}
.tqtab h5 {
    font-weight: bold;
    font-size: 15px;
}
.tous_que_i, .tous_que_ii{
	margin-top: 15px;
}
.center_box {
    padding-top: 55px;
}
.team_user_pic {
    height: 200px;
	
}
.our_team_btn li {
    width: 50%;
}
.our_team_btn a {
    margin: 5px;
}
.our_teambx_list li {
    //width: 50%;
	width: 49.5%;
}
.gwp_right{
	margin-top:20px;
}
.book_box{
	display:block;
}
.book_box_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.book_btns a{
margin: 7px !important;
    width: calc(50% - 16px) !important;
    padding: 10px 14px !important;
    display: inline-table;
}

.team-list-sec ul li {
    width: 25%;
    height: 120px;
}
.ab_btn_bx_ii a {
    padding: 0px 10px;
}
.home_photo{
	margin:40px 0;
}
.home_row_ii,
.home_row{
	     margin-top: 0px;
    margin-bottom: 0px;
}
.home_row_left,
.home_row_right,
.home_row_ii_left,
.home_row_ii_right{
	width:100%;
}
.home_row_iii{
	margin-top:40px;
}
.banner-carousel .content-box h1 {
    font-size: 35px;
    line-height: 38px;
}
.monthly_btn .btn_rdio {
width: calc(100% - 6px);
    margin: 0 3px;
}
.Habitation_pop_left{
	display:none;
}
.Habitation_pop_right{
	width:100%;
}
.gwp_right h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.book_box_right h3 {
    font-size: 20px;
}
.book_box_right p{
	font-size:16px;
	margin-bottom: 0;
}



.bcv_i{
	//width:calc(50% - 7px);
	float:left;
	//margin:7px 7px 7px 0;
}
.bcv_ii{
	//width:calc(50% - 7px);
	float:right;
	//margin:7px 0 7px 7px;
}

.bcv_iii{
	//width:calc(33.33% - 7px);
	float:left;
	//margin:7px 7px 7px 0;
}
.bcv_iv{
		//width:calc(33.33% - 14px);
	float:left;
	//margin:7px 7px;
}
.bcv_v{
	//width:calc(33.33% - 7px);
	float:left;
	//margin:7px 0 7px 7px;
}
.bcv_i .bcv_bluebx,
.bcv_ii .bcv_bluebx_border{
	 min-height:270px;
}
.bcv_iii .bcv_bluebx,
.bcv_iv .bcv_bluebx_border,
.bcv_v .bcv_bluebx{
	min-height:270px;
}



.att_two li {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: 10px;
}
}
@media only screen and (min-width: 100px) and (max-width:420px){
.hMV_all{
	display:none;
}
.main-header {
    position: fixed;
}


.m3s_ii_left {
    width: 100%;
    margin-bottom: 7px;
}
.m3s_ii_right {
    width: 100%;
}
.m3s_i, .m3s_ii {
   margin-bottom: 7px;
}
.signup_center {
    padding:10% 0 0 0;
}
.signup_hed {
padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    height: 50px;
}
.signup_box_inner {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.stepbox {
    padding: 50px 0 90px 0;
}
.stepbox_bottomh{
	    padding: 50px 0 131px 0;
}
.choice_nsp{
	padding: 50px 0 20px 0;
}
.signup_footer {
padding: 10px 15px;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    //background: #fff;
       border-top: 1px solid #ffffff73;
}
.signup_footer Button {
    max-width: 100%;
}
.connecter_linkbx {
    padding: 9px 25px;
background:#fff;
color:var(--org);
height:39px;
font-weight:bold;
    font-size: 14px;
    height: 40px !important;
    line-height: 40px;
}
.connecter_linkbx:focus,
.connecter_linkbx:hover{
	background:#fff;
color:var(--org);
}
.banner-section .owl-nav{
	display:none;
}


.page-title{
	display:none;
}
.page_bx_left{
	width:100%;
	display:none;
}
.page_bx_right{
width:100%;
}
.page_bx {
    margin-top: 10px;
}
.NO_mobi_p{
	margin:0;
	padding-top:10px;
}
.chice_pppp .signup_hed {
    height: 47px;
}
.chice_pppp .signup_center h3 {
    margin: 10px 0 20px 0;
}
.chice_pppp{padding-top: 20px;
	height: calc(100vh - 10px);
    border: none;
    border-radius: 0;
}
.chice_pppp .choice_bx {
    padding: 13px 15px;
}
.our_team_btn li {
    width: 100%;
}
.our_teambx_list li {
    width: 100%;
}
.team_user_pic {
    height: 300px;
}

.Talk_lets_full_bx{
	padding:0;
}
.Talk_lets_full{
	    height: calc(100vh - 98px);
    overflow: auto;
	padding:15px !important;
}
.Talk_lets{    //margin: 10px 0 !important;
	//text-align: left !important;
	    //margin: 0 !important;
    /* text-align: left !important; */
    //padding: 0 !important;
}
.mobipaddlets {
    padding: 0 15px 64px 15px !important;
}
.Talk_lets_full_bx .signup_hed{
	//background:#f7f7f7;
	    background: var(--org);
}
#contact_popup  .signup_footer,
#contact_popup .Talk_lets_full_bx .signup_hed{
	background:var(--org);
	border-color: #ffffff57;
}

.book_btns a{
margin: 7px 0 !important;
    width:100% !important;
    padding: 10px 14px !important;
    display: inline-table;
}
.team-list-sec ul li {
    height: 86px;
}
.team-list-sec ul li:hover {
    transform: scale(1);
    -webkit-transform: scale(1);

}
.team-list-sec ul li:hover .team-usr-img-sec p {
    margin-bottom: 0;
}
.ab_btn_bx_ii a {
    padding: 5px 15px;
}
.gift_btn li,
.monthly_btn li {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 5px 0;
}
.gift_btn .btn_rdio {
    width: calc(100% - 6px);
    margin: 0 3px;
}
.amout_bxtx{width: calc(100% - 6px);
	 margin: 0 3px;
}
.m250show{
	display:block !important; 
}
.book_box_left{
	display:none;
}
.bookbtnhide_M{
	display:none !important;
}
.h_m_view{
	display:none;
}

/*
.tous_que .lets_table:nth-child(2) table tr{
	display: inline-grid;
    width: 100%;
}*/

}
@media only screen and (max-width: 991px){
.menu-area .mobile-nav-toggler{
	margin-top: 27px  !important;
}	
.mobile_menubx{ 
    display: flex;
	    height: 69px;
}
.mobile_hed{
	display:none;
}
.navbar{
	padding:0;
}
.meu_text:hover, .meu_text:focus, .meu_text {
    padding: 16px 0;
    border: none;
    float: right;
    color: var(--white) !important;
    outline: none;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.meu_text img {
    max-height: 20px;
}
.page_bx_left{
	width:100%;
	display:none;
}
.page_bx_right{
width:100%;
}
.page_bx {
    margin-top: 10px;
}

.connecter_linkbx {
    padding: 9px 18px;
background:#fff;
color:var(--org);
height:39px;
font-weight:bold;
}
.connecter_linkbx:focus,
.connecter_linkbx:hover{
	background:#fff;
color:var(--org);
}
.tooltip .tooltiptext{
left: auto;
    right: -139%;
}
.tooltip .tooltiptext::after{
    left: auto;
    right: 13%;
}
.no_mbx {
    margin-left: -15px;
    margin-right:-15px;
}
}
@media only screen and (min-width: 768px) and (max-width:990px){
	.our_teambx_list li {
    //width: 33.33%;
	width: 32.9%;
}
.our_team_btn li {
    width: 50%;
}


.lp__primary_card h2 {
    font-size: 30px;
    line-height: 44px;
}
.dondgi_ii_left {
    width: 100%;
    margin-bottom: 20px;
}
.dondgi_ii_right {
    width: 100%;
}


.bcv_i{
	//width:calc(50% - 7px);
	float:left;
	//margin:7px 7px 7px 0;
}
.bcv_ii{
	//width:calc(50% - 7px);
	float:right;
	//margin:7px 0 7px 7px;
}

.bcv_iii{
	//width:calc(33.33% - 7px);
	float:left;
	//margin:7px 7px 7px 0;
}
.bcv_iv{
		//width:calc(33.33% - 14px);
	float:left;
	//margin:7px 7px;
}
.bcv_v{
	//width:calc(33.33% - 7px);
	float:left;
	//margin:7px 0 7px 7px;
}
.bcv_i .bcv_bluebx,
.bcv_ii .bcv_bluebx_border{
    min-height: 260px;
}
.bcv_iii .bcv_bluebx,
.bcv_iv .bcv_bluebx_border,
.bcv_v .bcv_bluebx{
	    min-height: 260px;
}
.book_btns a {
    margin: 7px !important;
    width: calc(50% - 16px) !important;
    padding: 10px 14px !important;
    display: inline-table;
}

.up_photobx_dgi{
	
}


}

@media only screen and (min-width: 991px) and (max-width:1040px){
.bank_hed .navbar-nav .nav-link {
  margin: 0 4px;
}	
.bcv_bluebx_border,
.bcv_bluebx{
	    min-height: 225px;
}
.book_btns a {
    margin: 7px !important;
    width: calc(33.33% - 17px) !important;
    padding: 10px 14px !important;
    display: inline-table;
}	
}
@media only screen and (min-width:1041px) and (max-width:1200px){
	
.bcv_bluebx_border,
.bcv_bluebx{
	  
    min-height: 270px;

}
.paragraph--type--contact-us .call-center .smartphone .bulle {
    top: -15px;
}
.book_btns a {
    margin: 7px !important;
    width: calc(33.33% - 17px) !important;
    padding: 10px 14px !important;
    display: inline-table;
}	
}