@media only screen and (max-width: 991px) {
    .ugduesi{
        display: none !important;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 73px;
        padding: 3px 0;
    }
    .ashdus{
        align-items: center;
    }
}
.dfe .readon2:hover{
    background: transparent;
}
.rs-footer.style1 .footer-top .site-map li i{
    color: #fff;
    font-size: 17px;
  padding-right: 15px;
}
.dfe .readon2{
    background: transparent;
    font-size: 17px;
    padding: 5px 0px !important;
}
.dfe hr:not([size]) {
    height: 1px;
    color: #fff;
    opacity: 1;
}
.fhrgdv {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.mjg {
    -webkit-animation: fadeInUp 1.2s ease-in-out;
    animation: fadeInUp 1.2s ease-in-out;
}
.codepen-info {
	max-width: 950px;
	margin: 0 auto;
	background: #f4f4f4;
	padding: 20px 30px;
	margin-top: 40px;
	h1 {
		font-weight: 500;
		text-align: center;
		color: black;
		margin-top: 0;
	}
	p {
		color: #777;
	}
	.src {
		padding: 15px;
		background: white;
		border-radius: 5px;
		margin-bottom: 15px;
		p.coded {
			background: #f1f1f1;
			color: black;
		}
	}
}
.page-width {
	max-width: 900px;
	margin: 0 auto;
	h2 {
		text-align: center;
	}
}
.splide {
	max-width: 800px;
	margin: 0 auto;
}
.splide__slide {
	img {
		max-width: 100%;
	}
}
.splide__arrow--prev {
	margin-left: -50px;
}
.splide__arrow--next {
	margin-right: -50px;
}
.splide__pagination {
	margin-bottom: -35px;
}
.splide__pagination__page.is-active {
	background: green;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
:root{ --main-color: #068FDD; }
.pricingTable{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
	content: "";
	background: var(--main-color);
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	z-index: -2;
	height: 240px;
}
.pricingTable:after{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	top: 80px;
	left: 15px;
	right: 15px;
	bottom: 19px;
	height: 540px;
}
.pricingTable .pricingTable-header{ margin: 0 0 60px; }
.pricingTable .title{
	color: #fff;
	font-size: 33px;
	font-weight: 550;
	text-transform: capitalize;
	margin: 0;
	line-height: 40px;
}
.pricingTable .price-value{
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0 0 30px;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
	color: #393939;
	font-size: 17px;
	line-height: 25px;
	text-transform: capitalize;
	padding: 0 0 14px 0px;
	margin: 0 0 14px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: var(--main-color);
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
	display: none;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 30px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.pricingTable .pricingTable-signup a:hover{ 
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.pricingTable.pink{ --main-color: #FD0263; }
.pricingTable.orange{ --main-color: #F15E1B; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
#chartdiv {
	width	: 100%;
	height	: 500px;
}

.map-marker {
    /* adjusting for the marker dimensions 
    so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulse {
		width: 20px;
		height: 20px;
		border: 5px solid #f7f14c;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background-color: #716f42;
		z-index: 10;
		position: absolute;
	}
.map-marker .dot {
		border: 10px solid #fff601;
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		height: 50px;
		width: 50px;
		-webkit-animation: pulse 3s ease-out;
		-moz-animation: pulse 3s ease-out;
		animation: pulse 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		position: absolute;
		top: -25px;
		left: -25px;
		z-index: 1;
		opacity: 0;
	}
	@-moz-keyframes pulse {
	 0% {
	   	-moz-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	   	-moz-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	   	-moz-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	   	-moz-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	   	-moz-transform: scale(1);
	   	opacity: 0.0;
	 }
	}
	@-webkit-keyframes "pulse" {
	 0% {
	    -webkit-transform: scale(0);
	   	opacity: 0.0;
	 }
	 25% {
	    -webkit-transform: scale(0);
	   	opacity: 0.1;
	 }
	 50% {
	    -webkit-transform: scale(0.1);
	   	opacity: 0.3;
	 }
	 75% {
	    -webkit-transform: scale(0.5);
	   	opacity: 0.5;
	 }
	 100% {
	    -webkit-transform: scale(1);
	   	opacity: 0.0;
	 }
	}		
.gray-bg-new{
	background: #42b7e3;
}
.text-left{
	text-align: left !important;
}
.desc1 {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	text-align: justify;
}
.fsc {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 30px;
}
/*******CSS**********/
.floating-toll-free-number {
	position: fixed;
	top: 170px;
	left: 0px;
	z-index: 999;
  }
  .floating-toll-free-number a {
	display: block;
	margin-left: 0px;
	height: 47px;
	width: 47px;
	line-height: 47px;
	border-radius: 50px;
	background: #f89d17;
	  background-color: rgb(248, 157, 23);
	transition: all .4s ease;
	color: #ffffff;
  }
  .floating-toll-free-number a:hover {
	cursor: pointer;
	width: 172px;
	color: #fff;
	background-color: #e67e22;
	border-radius: 0px 60px 60px 0px;
  }
  .floating-toll-free-number a:hover {
	cursor: pointer;
	color: #fff;
  }
  .floating-toll-free-number a span {
	padding: 2px 20px 0 15px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	left: -150px;
	-webkit-transition: left .4s ease;
	transition: left .4s ease;
	line-height: 19px;
	height: 47px;
  }
  .floating-toll-free-number a:hover span {
	left: 0;
  }
  .floating-toll-free-number span b {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
  }
  .floating-toll-free-number a:hover {
	cursor: pointer;
	color: #fff;
  }
  .floating-toll-free-number a {
	line-height: 47px;
	color: #ffffff;
  }
  .floating-toll-free-number a span {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
  }
  .floating-toll-free-number a i {
	position: absolute;
	top: 51%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
  }
  .floating-whatsapp-number {
	position: fixed;
	top: 225px;
	left: 0px;
	z-index: 999;
  }
  .floating-whatsapp-number a {
	display: block;
	margin-left: 0px;
	height: 47px;
	width: 47px;
	line-height: 47px;
	border-radius: 50px;
	font-size: 17px;
	background: #2dbc40;
	transition: all .4s ease;
	color: #ffffff;
  }
  .floating-whatsapp-number a:hover {
	cursor: pointer;
	width: 172px;
	color: #fff;
	background-color: #2dbc40;
	border-radius: 0px 60px 60px 0px;
  }
  .floating-whatsapp-number a span {
	padding: 2px 20px 0 15px;
	font-size: 17px;
	font-weight: 500;
	position: absolute;
	left: -150px;
	-webkit-transition: left .4s ease;
	transition: left .4s ease;
	line-height: 19px;
	height: 47px;
  }
  .floating-whatsapp-number a:hover span {
	left: 0;
  }
  .floating-whatsapp-number a:hover {
	cursor: pointer;
	color: #fff;
  }
  .floating-whatsapp-number span b {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
  }
  .floating-whatsapp-number a span {
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
  }
  .floating-whatsapp-number a:hover {
	cursor: pointer;
	color: #fff;
  }
  .floating-whatsapp-number a {
	line-height: 47px;
	font-size: 17px;
	color: #ffffff;
  }
  .floating-whatsapp-number a i {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
  }
  /*******CSS**********/
  