html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'myfont' ;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
	background-color: transparent;
	border: 0px;
}
input:focus,input:active, button:focus,button:active , select:focus , select:active , textarea:focus , textarea:active{
	outline: none;
	border: 0px !important;
}
.btn-check:focus+.btn, .btn:focus, textare:focus , input:focus{
	box-shadow: 0px 0px 0px !important;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
body[dir=rtl] .text-right ,body[dir=ltr] .text-left{
	text-align: right;
}
body[dir=rtl] .text-left ,body[dir=ltr] .text-right{
	text-align: left;
}
body{
	background-color: var( --bodybackground ) ;
	color: var( --bodycolor ) ;
}
.blocks-style{
	background-color: var( --blocksbackground ) ;
	color: var( --blockscolor ) ;
}
.blocks-style-rounded{
	margin: 20px 0px;
	padding: 20px;
	border-radius: 40px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.011 ) ;
	overflow: auto;
}
a,a:hover{
	color: var( --links_color_background ) ;
}
a[href]{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a[href]:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
select{
	-webkit-appearance: none;
}
.smart_loader{
	z-index: 100000;
	background-color: #fff;
	position: fixed;
	width: 200px;
	height: 200px;
	right: calc( 50% - 100px );
	top: calc( 50% - 100px ) ;
	direction: ltr;
	border-radius: 50%;
	box-shadow: 0px 0px 60px rgba( 0, 0, 0, 0.172 ) ;
}
.load {
  position: relative;
  margin: 50px auto;
  width: 100px;
  height: 80px;
}
.gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 5s infinite;
          animation: spin 5s infinite;
}

.two {
  left: 40px;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-reverse 5s infinite;
          animation: spin-reverse 5s infinite;
}

.three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}
.lil-circle {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
  width: 100px;
  height: 100px;
  opacity: 0.65;
}

.blur-circle {
  position: absolute;
  top: -19px;
  left: -19px;
}

.text {
  color: lightgray;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
#dd-dd{
	display: none;
}





/*/////////////////////////toggler-front//////////////////////////*/
.toggler-front,.toggler-front *{
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.toggler-front > label{
	display: inline-block;
	vertical-align: middle;
}
.toggler-front > label input{
	display: none;
}
.toggler-front > label > span.inn-span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
}
.toggler-front > label > span.inn-span i{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 20pt;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.toggler-front > label > span.inn-span .fa-circle-notch{
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	color: var( --buttonsbackground ) ;
}
.toggler-front > label > span.inn-span .fa-check{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0 ;
	color: var( --buttonsbackground ) ;
	font-size: 12pt;
}
.toggler-front > label > input:checked + span.inn-span .fa-check{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var( --buttonsactivebackground ) ;
	opacity: 1 ;
	color: var( --buttonsactivebackground ) ;
}
.toggler-front > label > input:checked + span.inn-span .fa-circle-notch{
	-moz-transform: rotate(49deg);
	-webkit-transform: rotate(49deg);
	-o-transform: rotate(49deg);
	-ms-transform: rotate(49deg);
	transform: rotate(49deg);
	color: var( --buttonsactivebackground ) ;
}
.toggler-front > label > input:checked ~ span:not(.inn-span){
	color: var( --buttonsactivebackground ) ;
}
.toggler-front > label >  span:not(.inn-span){
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
/*///////// checkbox /////////  */
.toggler {
	display: inline-block;
	padding-top: 4px;
}
.toggler input {
  display: none;
}
.toggler > label {
  display: block;
  position: relative;
	width: 50px;
	height: 25px;
  border: 1px solid #d6d6d6;
  border-radius: 36px;
  background: #e4e8e8;
  cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}
.toggler > span{
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
	font-size: 13pt;
}
.toggler label::after {
  display: block;
  border-radius: 100%;
  background-color: #d7062a;
  content: '';
  -webkit-animation-name: toggler-size;
          animation-name: toggler-size;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.toggler label::after,
.toggler label .toggler-on,
.toggler label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
  transition: left .15s ease-in-out, background-color .2s ease-out, width .15s ease-in-out, height .15s ease-in-out, opacity .15s ease-in-out;
}
.toggler input:checked + label::after,
.toggler input:checked + label .toggler-on,
.toggler input:checked + label .toggler-off {
  left: 75%;
}
.toggler input:checked + label::after {
  background-color: #50ac5d;
  -webkit-animation-name: toggler-size2;
          animation-name: toggler-size2;
}
.toggler .toggler-on,
.toggler .toggler-off {
  opacity: 1;
  z-index: 2;
}
.toggler input:checked + label .toggler-off,
.toggler input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}
.toggler .path {
  fill: none;
  stroke: #fefefe;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.checkbox-holdera button{
	background-color: transparent;
}
#multi_cat_lvl_4_select{
	display: none;
}
.fileuploader-action-start{
	display: none !imprtant;
}
.map-content-container{
	position: relative;
	z-index: 5;
	height: 400px;
	width: 100%;
	margin-bottom: 25px;
	border-radius: 40px;
}
.main-padd-map-cc{
	position: relative;
	z-index: 5;
	height: 100%;
	width: 100%;
}
.mapxasdasdx{
	height: 100%;
	width: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
.mapppxxx_locator{
	width: 50px ;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	z-index: 4;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba( 0,0,0,0.1 );
	left: 10px;
	bottom: 10px;
}
.mapppxxx_locator img{
	width: 50%;
	height: auto;
}
.map-input-seracher{
	width: calc( 100% - 90px ) ;
	height: 40px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	z-index: 4;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba( 0,0,0,0.1 );
	left: 11px !important;
	top: 11px !important;
	line-height: 30px;
	border: 0px;
}
.mapxasdasdx .gm-fullscreen-control{
	display: none !important;
}
.main-map-cc-button  [accept_map_select]{
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	background-color: #098607;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba( 0,0,0,0.1 );
	right: 10px;
	bottom: 10px;
	padding: 0px 20px;
}
.tox-tinymce{
	margin-bottom: 25px; 
}

body[dir=rtl] .float-left, body[dir=ltr] .float-right{
	float: left;
}
body[dir=rtl] .float-right, body[dir=ltr] .float-left{
	float: right;
}
img{
	max-width: 100%;
	height: auto;
}
.smart_loader_cc:before{
  content: "" ;
  position: fixed;
  background-color: rgba( 255, 255, 255, 0.902 ) ;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 1000 ;
  display: none;
}
.select2{
	display: block;
	width: 100%;
}
.select2-selection{
	padding: 5px;
}
.select2-container .select2-selection--single{
	height: auto;
}
#main-frame{
	z-index: 2;
	position: relative;
}
.iti{
	display: block;
	width: 100%;
	direction: ltr;
}
.aos-fix[data-aos][data-aos].aos-animate {
    transform: unset;
}
header{
	position: relative;
	z-index: 85;
}
*::-webkit-scrollbar-track
{
  background-color: transparent;
}
*::-webkit-scrollbar
{
  width: 1px;
	height: 1px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb
{
	background-color: var( --mainblocksbackground ) ;
	border-radius: 10px;
}
*{
	scrollbar-width: thin;
	scrollbar-color: var( --mainblocksbackground ) transparent ;
}
*::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
*::-webkit-scrollbar-track-piece  {
    background-color: transparent;
}
*::-webkit-scrollbar-thumb:vertical {
    height: 1px;
		background-color: var( --mainblocksbackground ) ;
}
.small_notics{
	margin-top: -10px;
	background-color: #f6ca73;
	border-radius: 40px;
	color: #333;
	padding: 0px 10px;
	font-size: 10pt;
}
.small_notics:before{
	content: '\10f06a' ;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	position: relative;
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
}
.small_notics.n{
	margin-bottom: 10px;
}
.main-logo img{
	max-height: var( --max-h ) ;
}
.uploader{
	position: relative;
	display: block;
}
.uploader > label{
	display: block;
	cursor: pointer;
}
.uploader > label:after{
	display: block;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.uploader input{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.input-image-cc{
	display: inline-block;
	vertical-align: middle;
	margin: 10px ;
}
.input-image-cc img{
	width: 70px ;
	height: 70px;
	border-radius: 50%;
	margin: 0px 5px;
	display: inline-block;
	vertical-align: middle;
}
.input-image-cc > button{
	display: inline-block;
	vertical-align: middle;
	background-color: #962b3d ;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	width: 20px;
	height: 20px;
}
.input-image-cc > button i{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 10pt;
}
.uploader i{
	display: inline-block;
	vertical-align: middle;
	color: var( --buttonsactivebackground ) ;
	font-size: 14pt;
	margin: 0px 5px;
}
.banner-holders{
	text-align: center;
}
.banner-item {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
}
.banner-item img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.hide{
	display: none;
}







