/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,300'); 
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca:400,600,300'); */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
:root {
	
  
    --mybtns: #800080;
   --mybtns: #01295f;
   --mybtns: #3174ff;
   
    --nav-bg: #03000e;
	--nav-bg: #ffffff;
	--nav-color: #585858;
  --main-clr: dodgerblue;
  
}

body
{
	background:#f9f9f9;
	font-family: "Open Sans", sans-serif;
	font-family: "Lexend Deca", sans-serif;
	font-family: "Poppins", sans-serif;
	color:#444;
	color: #4a4a4a;
	  margin: 0;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input, select {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.leaflet-popup-content
{
	min-width:250px;
}
.leaflet-popup-content-wrapper
{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.leaflet-control-attribution {
    font-size: 12px !important;
}

.creditsdiv
{
	font-size:13px;
	text-align:center;
	margin-right:10px;
}

.creditsdiv a
{
	color:white;
}

.popup_mapoptions
{
	border-top:1px solid #aaa;
	padding-top:4px;
	font-weight:bold;
	font-size:14px;
	padding-bottom:6px;
	margin-top:4px;
}
.fs12
{
	font-size:12px !important;
}
.va_top
{
	vertical-align:top;
}
.va_m
{
	vertical-align:middle;
}
.d22
{
	display:inline-block;
	width:21%;	
}
.d78
{
	display:inline-block;
	width:77%;	
}
.d20
{
	display:inline-block;
	width:19%;	
}
.d40
{
	display:inline-block;
	width:39%;	
	    vertical-align: top;
}
.d30
{
	display:inline-block;
	width:29%;	
}
.d60
{
	display:inline-block;
	width:59%;	
}
.d70
{
	display:inline-block;
	width:69%;	
}
.d80
{
	display:inline-block;
	width:79%;
}

.footer_wrapper
{
	background-color: #43565c;
    color: white;
    font-size: 14px;
    padding: 10px;
	text-align:center;
}

.icon_pro
{
	display: inline-block;
    vertical-align: middle;
    height: 35px;
    margin-left: -30px;
    margin-top: -22px;
	
}
.icon_pro_inner
{
	display:inline-block;
	font-size:12px;
	background-color:#c14a4a;
	color:white;
	padding: 2px;
    font-weight: normal;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background: var(--nav-bg);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index:999;
}

nav .logo {
  color: var(--nav-color);
  text-decoration-color: var(--main-clr);
  font-size: 22px;
  font-weight: 100;
  text-decoration: none;
}
.logo a
{
	text-decoration: none;
	max-width:35px;
	vertical-align:middle;
}
.logo img
{
	max-width:40px;
	vertical-align: middle;
    margin-right: 8px;
}

nav ul {
  --padding: 16px;
  --font-size: 17px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: var(--font-size);
  overflow-y: hidden;
  transition: 1s cubic-bezier(.68,-0.55,.27,10.55);
  z-index: 999;
  
}
.ul_wrapper
{
	display:inline-block;
	    padding: 5px;
}
nav ul li {
  padding: var(--padding);
  padding-left:5px;
}

nav ul li a {
  color: var(--nav-color);
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  border-radius:5px;
}

nav ul li a:hover {
  /* background-color: #ddd; */
  color: black;
}

nav ul li a.active {
  background-color: var(--mybtns);
  color: white;
}

nav ul li a::after {
  content: "";
  width: 0%;
  height: 1.7px;
  border-radius: 99px;
  background: var(--main-clr);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

nav .menu {
  width: 22px;
  height: 16px;
  cursor: pointer;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 20px;
}

nav .menu span {
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: var(--nav-color);
  transition: 0.3s ease;
  transform-origin: left;
}

nav .menu.active span {
  background: var(--main-clr);
}

nav .menu.active span:nth-child(1) {
  transform: rotate(40deg);
}

nav .menu span:nth-child(3) {
  transform-origin: left;
}

nav .menu.active span:nth-child(3) {
  transform: rotate(-40deg);
}

nav .menu.active span:nth-child(2) {
  transform: scale(0);
}

@media (max-width: 800px) {
  nav .menu {
    display: flex;
  }

  nav ul {
    --height: 0px;

    flex-direction: column;
    background: var(--nav-bg);
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    height: var(--height);
    transition: 1s cubic-bezier(.68,-0.55,.27,1.55);
  }
  nav ul.active {
    --height: calc(
      (((var(--padding) * 2) + (var(--font-size) * 1.5))) * var(--childenNumber)
    );
    /*   (Block Level Padding + The Font Size) * The Number of Children   */
    
    
    transition: 1s ease;
  }

  nav ul li {
    width: 100%;
    text-align: center;
	    box-sizing: border-box;
		background-color: white;
  }
  nav ul li a {
    width: 100%;
    text-transform: capitalize;
  }
}


/*
.topnav {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    transition: 0.4s;
    padding-left: 20px;
	border-bottom: 1px solid #dbdbdb;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	  max-height: 56px;
	   transition: max-height 0.4s ease-out;
}

.topnav a {
  
  display: inline-block;
  color: #585858;
  text-align: center;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 17px;
   transition: 0.4s;
   border-radius:5px;
   margin-right:5px;
  
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  
}

.topnav a.active {
  background-color: var(--mybtns);
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;
      z-index: 999;
    width: 100%;
	 max-height: 90vh;
	  transition: max-height 0.5s ease-in;
	
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 5px;
    top: 6px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	 transition: 0.4s;
  }
  
  .topnav {
	  padding:5px;  
	}
}
*/
 /* animation: anim .3s ease-in-out; */
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
	height: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
	height:100%;
    transform: scale(1);
  }
}




.mbullets
{
	text-align:left;
	 list-style: square outside;
    margin-left: 20px;
    padding-left: 0;
}
.mbullets li
{
	margin-top:10px;
}
.div20
{
	width:19%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.div80
{
	width:79%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.div50
{
	width:48%;
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
}
.mw250
{
	max-width:300px;
}

.logosb img
{
	width:50px;
	display:inline-block;
}


.child {
 
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child,
.parent:focus .child {
  transform: scale(1.2);
  transition: all .5s;
  transition: transform .25s, visibility .25s ease-in;
 
}


.divsquarecolored
{
	
	padding:10px;
	box-sizing:border-box;
	vertical-align:middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.divsquare600
{
	 width: 620px;
	 display: inline-block;
    vertical-align: middle;
	padding:20px;
}


.divsquare300
{
	color:white;
    width: 320px;
    height: 280px;
    vertical-align: middle;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	vertical-align:middle;

	 overflow:hidden;	
}

.greenbg
{
	    background-color: #486923;
}
.purplebg
{
	    background-color: #552369;
}
.bluebg
{
	background-color:#3174ff;
}
.cyanbg
{
	background-color: #4b869b;
}
.creambg
{
	background-color: #f2ecd2;
    color: black;
}
.borderleft
{
	border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
}

.borderright
{
	border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

.borderall
{
	border-radius:14px;
}

.row2
{
	margin-bottom:10px;
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.row2r
{
	margin-bottom:10px;
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.top_section
{
	padding-top:40px;
	padding-bottom:20px;
	background-color: white;
	background-color: #800080;
    background-color: #01295f;
	background-image:url('images/map_banner3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	text-align: center;
    color: white;
    padding-left: 27px;
	height:365px;
	
}
.top_section_txt
{
	display:inline-block;
	width:100%;
	vertical-align: top;
	padding-left: 20px;
	text-align:left;
	padding-bottom: 15px;
	max-width:960px;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top_section_txt p
{
	line-height: 28px;
    font-size: 18px;
}
.top_section_img
{
	display:inline-block;
	width:46%;
	vertical-align: bottom;
}
.top_section_img img
{
	max-width:300px;
	width:100%;
}

.jdpopup
	{
		
		padding:20px;
		padding-right:10px;
		text-align: left !important;
		background: #ffffff;
		width:80%;
		color:black;
		
		display:none;
		z-index:9999;
		box-shadow: 5px 6px 8px #999;
		border-radius: 20px;
		max-width: 710px;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		border: 1px solid #eee;
		top: 85px;
		height:auto;
		min-height:200px;
	}
	
	.jdpopupscreen
	{
		 position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 50%;
	}
	
	.jdpopup .close {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  transition: all 200ms;
	  font-size: 30px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #333;
	      padding-left: 5px;
		  cursor:pointer;
}
.jdpopup .close:hover {
  color: #800080;
}
.jdpopup_inner {
  min-height:150px;
  overflow: auto;
 text-align: left !important;
  line-height: 20px;
}

/* width */
.jdpopup_inner::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.jdpopup_inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.jdpopup_inner::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.jdpopup_inner::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* ---- */

.scroll
{
	overflow-y: auto;
    max-height: 250px;
	overflow-x:auto;
}

.scroll::-webkit-scrollbar {
    width: 10px;
	
}

.scroll::-webkit-scrollbar-track {
    
	background-color:#eee;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
	background-color:var(--mybtns);
    border-radius: 10px;
	border:1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2); 
}

.thumbnail240 img
{
	max-width: 210px;
    border-radius: 17px;
}
.thumbnail320 img
{
	max-width: 310px;
    border-radius: 17px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
}
.thumbnail a
{
	 text-decoration: none;
}
.thumbnail 
{
	border-radius:17px;
	display:inline-block;
	margin:7px;	
	overflow: hidden;
	height: 189px;
    width: 311px;

}




.div_desc{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  background-color: #ffffff85;
    margin-top: -45px;	
}
.div_desc:hover {
  top: -60px;
}

.subtitle
{
	font-size:15px;
	color: #444;
	text-decoration:none;
	text-align:center;
	padding: 8px;
}
.subtitleover
{
	font-size: 15px;
    color: #2b2b2b;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.subtitle2
{
	font-size:14px;
	color: #444;
}

.selected
{
	border:3px solid var(--mybtns);
}
.center
{
	text-align:center !important;
	margin:0 auto;
}

.scontainer
{
	text-align:center;
	position:relative;
	    
}

input[type="range" i] {
  --c: orange; /* active color */
  --g: 5px; /* the gap */
  --l: 3px; /* line thickness*/
  --s: 20px; /* thumb size*/
  
  max-width: 250px;
  width: 100px;
  height: var(--s); /* needed for Firefox*/
  --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
  -webkit-appearance :none;
  -moz-appearance :none;
  appearance :none;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
input[type="range" i]:focus-visible,
input[type="range" i]:hover{
  --p: 25%;
}
input[type="range" i]:active,
input[type="range" i]:focus-visible{
  --_b: var(--s)
}

/* chromium */
input[type="range" i]::-webkit-slider-thumb{
  height: var(--s);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 1/0 100vw/0 calc(100vw + var(--g));
  clip-path:
    polygon(
       0     calc(50% + var(--l)/2),
      -100vw calc(50% + var(--l)/2),
      -100vw calc(50% - var(--l)/2),
       0     calc(50% - var(--l)/2),
       0 0,100% 0,
       100%  calc(50% - var(--l)/2),
       100vw calc(50% - var(--l)/2),
       100vw calc(50% + var(--l)/2),
       100%  calc(50% + var(--l)/2),
       100% 100%,0 100%);
  -webkit-appearance: none;
  appearance: none;
  transition: .3s;
}
/* Firefox */
input[type="range"]::-moz-range-thumb {
  height: var(--s);
  width: var(--s);
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 1/0 100vw/0 calc(100vw + var(--g));
  clip-path:
    polygon(
       0     calc(50% + var(--l)/2),
      -100vw calc(50% + var(--l)/2),
      -100vw calc(50% - var(--l)/2),
       0     calc(50% - var(--l)/2),
       0 0,100% 0,
       100%  calc(50% - var(--l)/2),
       100vw calc(50% - var(--l)/2),
       100vw calc(50% + var(--l)/2),
       100%  calc(50% + var(--l)/2),
       100% 100%,0 100%);
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
}
@supports not (color: color-mix(in srgb,red,red)) {
  input {
    --_c: var(--c);
  }
}
	


.rslider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius:10px;
}

.rslider:hover {
  opacity: 1;
}

.rslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #3174ff;
  cursor: pointer;
  border-radius:10px;
}

.rslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #3174ff;
  cursor: pointer;
  border-radius:10px;
}



/* switch button */ 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slbl
{
	font-size: 22px;
    position: absolute;
    left: 80px;
    top: 2px;
}

input:checked + .slider {
  background-color: var(--mybtns);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--mybtns);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end switch */

.thead {
  position: sticky;
  top: 0;
   background-color: rgba(255, 255, 255, 1);
   height:40px;
}

.tbody
{
	 border-bottom: 2px solid #e8e8e8;
}
.th
{
	font-weight:500;
	 padding: 5px;
	 border-left: 1px dotted rgba(200, 209, 224, 0.6);
  border-bottom: 1px solid #e8e8e8;
  background: #aac5fb;
  text-align: left; 
  box-shadow: 0px 0px 0 2px #e8e8e8;
  width:15%;
}
.td
{
	display: inline-block;	
	max-width:150px;
	width: 16%;
	 padding: 5px;
}
.tr
{
	 border-bottom: 2px solid #e8e8e8;
}
.tr:hover {
  background: #e6f7ff;
}


.col_color
{
	display: table-cell;
}
.col_statename
{
	display: table-cell;
}
.col_data
{
	display: table-cell;
}
.col_title
{
	display: table-cell;
}
.col_details
{
	display: table-cell;
}
.col_url
{
	display: table-cell;
}

.myForm
{
	max-width:980px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 0 auto;
	text-align:left;
	padding:18px;
	border-radius:8px;
	background-color:#fff;
	
}
.myFormeditor
{
	max-width:1140px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 0 auto;
	text-align:left;
	padding:18px;
	border-radius:8px;
	background-color:#fff;
	
}
.nopadding
{
		padding:0px !important;
}
.myFormL
{
	max-width:1024px;
}	
.label
{
	display:inline-block;
	width:30%;
}
.div_field
{
	display:inline-block;
	font-size: 20px;
	width: 44%;
	    vertical-align: middle;
}
.desc
{
	font-size:13px;
	color:#888;
	padding:8px;
	border:1px solid #eee;
	background-color:#fafafa;
	border-radius:10px;
	margin-bottom:10px;
}
.txtinput
{
	padding:5px;
	border-radius:7px;
	border:1px solid #ccc;
	font-size: 18px;
	width: 100%;
}
.txtinput:focus, .txtinput:active
{
	border:1px solid #999;
}
.row1
{
	margin-top:8px;
	margin-bottom:8px;
}

.bordertop
{
	border-top:1px solid #ccc;
}
.disabled
{
	pointer-events: none;
    filter: grayscale(1);
	opacity:0.8;
	border:none;
}
.form-control
{
	padding: 10px;
    border-radius: 7px;
    border: 1px solid #ddd;
    font-size: 19px;
	box-shadow: rgba(200, 200, 200, 0.1) 0px 4px 8px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
}
input[type=button], input[type=submit], button
{
	background-color: var(--mybtns);
    color: white;
    padding: 12px !important;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
    cursor: pointer !important;
}

button:hover
{
	background-color: #51d8e4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

input[type=button]:hover
{
	background-color: #51d8e4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


input[type=submit]:hover
{
	background-color: #51d8e4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.qrow
{
	background-color:#f1f1f1;
	padding:10px;
	border-radius:5px;
}
.qrow input
{
	width:100%;
	box-sizing:border-box;
}
.btnremove
{
	background-color: #df0505;
	color: white !important;
	font-size:13px;
	padding: 5px !important;
}
.btn
{
	
    color: white;
    padding: 12px;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
    cursor: pointer !important;
	text-decoration:none;
}
.redbtn
{
	background-color: #ff0000 !important;
}
.bluebtn
{
	 background-color: var(--mybtns);
    color: white;
    padding: 12px !important;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
    cursor: pointer !important;
}
.bluebtn:hover
{
	background-color: #51d8e4;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whitebtn
{
	background-color: #ffffff;
    color: #01295f;
    padding: 13px;
    border-radius: 5px;
    border: none;
    box-shadow: rgb(255 255 255 / 24%) 0px 3px 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
	text-decoration: none;
	display: inline-block;
    margin-top: 6px;
}

.mytbl input
{
	padding:5px;
	border-radius:5px;
	border:1px solid #ccc;
}
.colorfld
{
	width:50px;
	padding:0px !important;
}
.datafld
{
	width:100px;
}
.dataTables_wrapper {
    overflow-x: auto;
}

  .mycheckradio_btns {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
.mycheckradio_btns:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
 .mycheckradio_btns:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
.mycheckradio_btns:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
.mycheckradio_btns:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
.mycheckradio_btns:disabled + label {
    cursor: not-allowed;
  }
.mycheckradio_btns:hover:not(:checked):not(:disabled){
    --bc: var(--border-hover);
  }
.mycheckradio_btns:focus {
    box-shadow: 0 0 0 var(--focus);
  }
.mycheckradio_btns:not(.switch) {
    width: 21px;
  }
.mycheckradio_btns:not(.switch):after{
    opacity: var(--o, 0);
  }
.mycheckradio_btns:not(.switch):checked {
    --o: 1;
  }
.mycheckradio_btns + label{
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }

.inner_myform
{
	padding:10px;
}
.inline40
{
	display:inline-block;
	width:39%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline20
{
	display:inline-block;
	width:19%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline10
{
	display:inline-block;
	width:9%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline30
{
	display:inline-block;
	width:29%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline60
{
	display:inline-block;
	width:59%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline70
{
	display:inline-block;
	width:69%;
	box-sizing: border-box;
	vertical-align: middle;
}
.inline80
{
	display:inline-block;
	width:79%;
	box-sizing: border-box;
	vertical-align: middle;
}
.pad5
{
	padding:5px;
}
.pad10
{
	padding:10px;
}
.spacer5
{
	height:5px;
}
.spacer10
{
	height:10px;
}
.spacer20
{
	height:20px;
}
.spacer40
{
	height:40px;
}

.h20
{
	height:20px;
}
.h220
{
	 height: 220px;
}

.fwn
{
	font-weight:normal !important;
}
.fs13
{
	 font-size: 13px;
}

.hdng15
{
	font-size:15px;
	    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

.hdng18
{
	font-size:18px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
	font-weight:bold;
}
.hdng16
{
	font-size:16px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
	font-weight:bold;
}

#login_message
{
	padding: 5px;
    margin-right: 39px;
}

.cred
{
	background-color:red;
}
.cblue
{
	background-color:blue;
}
.cgreen
{
	background-color:green;
}
.cyellow
{
	background-color:yellow;
}
.corange
{
	background-color:orange;
}
.cpurple
{
	background-color:purple;
}
.cgrey
{
	background-color:gray;
}
.cblack
{
	background-color:black;
}
.colobox
{
	width:21px;
	height:21px;
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
	border-radius:5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.loadingbar {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
  width:200px;
  padding:6px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	margin: 0 auto;
	background-color:#333333a6;
	border-radius:8px;
	color:white;
	left: calc(50% - 150px);
	z-index:999;
	font-size: 12px;
	display:none;
}

.pin_div input[type=text]
{
	width:190px;
	padding:5px;
	border-radius:4px;	
	margin-bottom:3px;
	border: 1px solid #aaa;
}
.pin_div textarea
{
	width:190px;
	padding:5px;
	border-radius:4px;	
	margin-bottom:4px;
}

.markerrow
{
	border:1px solid #ccc;
	padding:2px;
	border-radius:5px;
	
}

.markerrow a
{
	text-decoration:underline;
	cursor:pointer;
}

.markerrow i
{
	    float: right;
		font-size:11px;
		color:#888;
		position: absolute;
		right: 23px;
}


.linearbar
{
	background-image: linear-gradient(to left, transparent, #ff0000);
	width:250px;
	height:15px;
	border:1px solid #ccc;
	display:inline-block;
	border-radius:8px;
	margin-left:5px;
	margin-top:-2px;
}


	.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 50%;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #8cc1f5;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: "\2713";
  display: inline-block;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #8cc1f5;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 14px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
      box-shadow: rgb(0 0 0 / 29%) 0px 3px 8px;
    border: 1px solid #00000040;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.accordion {
  background-color: #ccc;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activeacc, .accordion:hover {
  background-color: #51d8e4;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeacc:after {
  content: "\2212";
}

.panel {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
}

.smallbtn
{
	display: inline-block;
    padding: 5px !important;
    font-size: 12px !important;
}


.div_savemap_btns
{
	display:inline-block;
	margin-top: 11px;
}

.desc1
{
	padding:6px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	margin: 0 auto;
	position: absolute;
	background-color:#333333a6;
	border-radius:8px;
	color:white;
	top:11px;
	width:396px;
	left: calc(50% - 150px);
	z-index:999;
	font-size: 12px;
}





@media screen and (max-width: 680px) {
	.top_section_txt
	{
		width:100%;
	}
	.top_section_img
	{
		width:100%;
	}
	.div_field
	{
		display:inline-block;
		font-size: 20px;
		width: 99%;
	}
	
	.thumbnail320
	{
		display:block;
	}
	.div50
	{
		width:100%;
	}
	.div20
	{
		width:100%;
	}
	.div80
	{
		width:100%;
	}
	.moretext
	{
		display:none;
	}
	.hdng18 
	{
		font-size: 16px;
	}
	.label {
		display: inline-block;
		width: 100%;
	}
	
	.div_savemap
	{
	
		 max-width: 300px;
	}
	.div_savemap_btns
	{

	}
	.desc1
	{
		width:310px;
		font-size: 11px;
	}
	h1
	{
		line-height: 36px;
		font-size: 28px;
	}
	.thumbnail {
		width: 100%;
	}
	.jdpopupscreen {
		width: 85%;
	}
	.d30
	{
		width:49%;
	}
	.d70
	{
		width:49%;
	}
	.td {
		display: table-cell;
	}
}

@media screen and (max-width: 600px) {
	.divsquare300
	{
		width:100%;
		height:130px;
		font-size:12px;
		    margin-left: 0px;
	}
	.myForm
	{
		padding-left:5px;
		padding-right:5px;
		
	}
	.row2
	{
		margin-bottom:10px;
		flex-direction: column;
	}
	.row2r
	{
		margin-bottom:10px;
		flex-direction: column-reverse;
	}
	.borderleft {
		border-radius: 0px;
	}
	.borderright {
		border-radius: 0px;
	}
	
	.cyanbg {
		height: 74px !important;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	
	.creambg {
		height: 74px !important;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	
	.parent
	{
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
	}

}