/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
body{
font-family:'Roboto', san-serif !important;
}
.downloads{
  padding:5% 0;
  font-family:'Roboto', san-serif !important;
  width:100%;
}
.downloads {
  font-size:2em;
  font-weight:400;
}
.download-logo{
   width:33.333333%;
   float: left;
   display :inline-block;
}
.download-logo img{
   padding: 0 30px;
}
.download-logo h4{
   text-align:center;
   font-size:1.6em;
   font-weight:400;
}
.download-logo p{
   text-align:center;
   font-size:1.2em;
   font-weight:400;
}
.about{
   width:100%;
   font-family:'Roboto', san-serif !important;
}
.admybrand-sec h2{
   font-size:1.8em;
   font-weight:400;
}
.admybrand-sec h3{
   font-size:1.5em;
   font-weight:400;
}
.admybrand-sec p{
   font-size:1.2em;
   font-weight:300;
}
.video-div{
   width:100%;
   text-align:center;
   margin:40px 0;
}

.div-vid{
    display: inline-block;
    float: left;
    width:50%;
}
.div-vid button{
   margin:20px 0;
}
.cnus_left {
    width: 48%;
    float: left;
    height: auto;
    border-right: 1px solid #ccc;
    padding-right: 3%;
}
.cnus_right {
    width: 48%;
    float: right;
    height: auto;
}
.cnus_right label{
   font-family:'Roboto', sans-serif;
   font-size:1em;
   font-weight:300;
}
.cnus_left h4{
   font-family:'Roboto', sans-serif;
   font-size:1.2em;
   font-weight:300;
}
.cnus_left h5{
   font-family:'Roboto', sans-serif;
   font-size:1em;
   font-weight:300;
}
.cn_inputs {
    background: #f1f1f1;
    border-radius: 0px;
    border: none;
    margin-top: 3%;
    margin-bottom: 5%;
}
#nine_dot_popup .modal-header, #country-selection .modal-header{
	background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65) !important;
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);
	color: #1A1A18;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border: none;
    padding-top: 30px;
    padding-right: 70px;
    padding-left: 70px;
}
#nine_dot_popup .modal-header .icon-admybrand, #country-selection .modal-header .icon-admybrand{
    float: left;
}
#nine_dot_popup .modal-header h3, #country-selection .modal-header h3{
    width: 49px;
    height: 49px;
    float: right;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 0%;
    border-radius: 4px;
    border:1px solid #fff;
}
.countries{
    padding:4% 0;
}
.countries img{
    margin: auto;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 50%;
}
.country-ind img{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
    cursor: pointer;
}
.countries p{
    padding-top: 15px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif
}
.admybrand {
    display: inline-block;
    float: left;
    position: relative;
    top: 30px;
    font-size: 16px;
}
.admybrand a{
    color:#fff;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: url(../images/close.png) no-repeat center center !important;
    top: -40px !important;
    left: -10px !important;
    width: 25px !important;
    height: 25px !important;
}
.fancybox-inner {
    width: 1100px !important;
}
.fancybox-skin {
    padding: 0 !important;
}
@media only screen and (min-width: 1920px){
.shortlisted-items {
	width: 285px !important;
	}
}
.bg-city{
    background-image: url(../images/8H_city.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
    height: 643px;
}
.bg-index{
	z-index: -2;
}
.bg{
	height: 643px;
	background-color: #009ee3;
	position: relative;
}
.outkart-top-header{
	position: absolute;
	top: 130px;
	text-align: center;
	z-index: 99;
	width: 100%;
}
.top-heading{
	position: relative;
	display: block;
	text-align: center;
	color: #FFF;
        z-index:999;
}
.top-heading h1{
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: 600;
      border: none !important;
z-index:999;
}
.top-heading h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 300;
}
.top_banner_inputfield{
	margin: 2% auto auto auto;
	width: 100%;
	
}
.navbar-brand{
     margin-left:0 !important;
}
.more-btn{
	width: 94px;
	height: 138px;
	margin: 0 2%;
	text-align: center;
	display: inline-block;
}
.more-btn button{
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 35px;
    width: 80% !important;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff !important;
    margin-top: 48px;
    background: #303F9F !important;
    border: none !important; 
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;

}
#three_dot{
	display: inline-block;
	float: left;
	margin-top: 6%;
}
#three_dot a{
	font-size: 2em;
}
@keyframes hoarding {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-webkit-keyframes hoarding {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-moz-keyframes hoarding {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-o-keyframes hoarding {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}
@keyframes hoardingTwo {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-webkit-keyframes hoardingTwo {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-moz-keyframes hoardingTwo {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-o-keyframes hoardingTwo {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}
@keyframes hoardingThree {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-webkit-keyframes hoardingThree {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-moz-keyframes hoardingThree {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-o-keyframes hoardingThree {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@keyframes Logo{
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    65% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-webkit-keyframes Logo{
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    65% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-moz-keyframes Logo{
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    65% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-o-keyframes Logo{
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    65% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}
@keyframes hoardingFour {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-webkit-keyframes hoardingFour {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-moz-keyframes hoardingFour {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}

@-o-keyframes hoardingFour {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    100%{
        opacity:0;
    }
}
.plane {
    width: 181px;
    height: 43px;
    left: 100px;
    top: 215px;
    position: relative;
    z-index:-1;
}

.plane {
    background-image: url(../images/Plane-01.png);
    animation: moveCar 60s linear infinite;
    -webkit-animation: moveCar 60s linear infinite;
    -o-animation: moveCar 60s linear infinite;
    -moz-animation: moveCar 60s linear infinite
}

.hoarging1{
    animation: Logo 20s ease-in-out infinite ;
    -webkit-animation: hoarding 20s ease-in-out infinite ;
    background-image: url(../images/Pointer-01.png);
    width: 120px;
    height: 196px;
    left: 510px;
    top: 430px;
    position: relative;
    z-index:-1;
}
.logo1{
    animation: Logo 20s ease-in-out infinite ;
    -webkit-animation: Logo 20s ease-in-out infinite ;
    background-image: url(../images/Solid8.png);
    width: 40px;
    height: 59px;
    left: 510px;
    top: -336px;
    position: relative;
    z-index:-1;
}
.hoarging2{
    animation: hoardingTwo 20s ease-in-out  infinite ;
    -webkit-animation: hoardingTwo 20s ease-in-out  infinite ;
    background-image: url(../images/Pointer-01.png);
    width: 120px;
    height: 196px;
    left: 240px;
    top: 200px;
    position: relative;
    z-index:-1;
}
.logo2{
    animation: Logo 20s ease-in-out  infinite ;
    -webkit-animation: Logo 20s ease-in-out  infinite ;
    background-image: url(../images/Solid8.png);
    width: 40px;
    height: 59px;
    left: 240px;
    top: -430px;
    position: relative;
    z-index:-1;
}
.hoarging3{
    animation: hoardingThree 20s ease-in-out  infinite ;
    -webkit-animation: hoardingThree 20s ease-in-out  infinite ;
    background-image: url(../images/Pointer-01.png);
    width: 120px;
    height: 196px;
    left: -180px;
    top: 70px;
    position: relative;
    z-index:-1;
}
.logo3{
    animation: Logo 20s ease-in-out  infinite ;
    -webkit-animation: Logo 20s ease-in-out  infinite ;
    background-image: url(../images/Solid8.png);
    width: 40px;
    height: 59px;
    left: -180px;
    top: -424px;
    position: relative;
    z-index:-1;
}
.hoarging4{
    animation: hoardingFour 20s ease-in-out infinite ;
    -webkit-animation: hoardingFour 20s ease-in-out infinite ;
    background-image: url(../images/Pointer-01.png);
    width: 120px;
    height: 196px;
    left: -457px;
    top: -185px;
    position: relative;
    z-index:-1;
}
.logo4{
    animation: Logo 20s ease-in-out infinite ;
    -webkit-animation: Logo 20s ease-in-out infinite ;
    background-image: url(../images/Solid8.png);
    width: 40px;
    height: 59px;
    left: -457px;
    top: -542px;
    position: relative;
    z-index:-1;
}

.flip-container1 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
	
}

.flip-container1:hover .flipper1,  
  .flip-container1.hover .flipper1 {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container1, .front1, .back1 {
	width: 285px;
	height: 40px;
	margin-top: -6px;

}

.front1 p, .back1 p{
	color: #fff;
	padding: 3%;
	background-color: #303F9F;
	text-align: center;
	border-radius:3px;
	font-size: 1em;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.flipper1 {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front1, .back1 {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

#all_notifications .noti-li a{
    color: #009ee3 !important;
}


.back1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/*width: 160px;
	background: #f8f8f8;*/
}

.close{
	outline: none;
}
.close:focus{
	outline: none;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
	
}
.flip-container2{
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
    
}
.flip-container3 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;    
}

.flip-container3 .flipper3{
    transform-origin: 100% 15px;
}
.flip-container:hover .flipper,  
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.panels:hover .flipper,  
.panels.hover .flipper, 
.ad8.hover .flipper2,.panels:hover + .flipper2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container3:hover .flipper3,  
.flip-container3.hover .flipper3 {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.flip-container, .front, .back {
	width: 150px;
	height: 150px;
	margin:0 2%;
}
.flip-container3, .front3, .back3 {
    width: 100%;
    height: 30px;
}

.s-link {
    color: #009ee3;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}

.s-link:hover{
    text-decoration: underline;
}

button.close{
    color: #fff;
    margin-right: 2%;
    padding-top: 26px;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 26px;
}
button.close:hover{
    color: #fff;
    opacity: 1;
    text-shadow: none;   
}
.login-title{
 font-family: 'Roboto',sans-serif;
 font-size:1.2em;
 font-weight:400;
}

.flipper img{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.front3 p, .back3 p{
    color: #000;
    padding: 2%;
    background-color: #f2f2f2;    
    text-align: center;
    border-radius:3px;
    font-size: 1.2em;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.flipper2 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.flipper3 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
.front3, .back3 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.flips_row {
	width: 89%;
	height: 140px;
	margin:  3% 12%;
}
.flip-row3{
    margin-bottom: 2%;
    margin-left: 14%;
    margin-right: 10%;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/*width: 160px;
	background: #f8f8f8;*/
}
.back3 {
    display: block;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    /*width: 160px;
    background: #f8f8f8;*/
}

.front .name {
	font-size: 2em;
	display: inline-block;
	color: #f8f8f8;
	font-family: Courier;
	border-radius: 5px;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

#nine_dot_popup .login_modal_footer, #country-selection .login_modal_footer {
    background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65) !important;
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65)!important;
    color: #fff;
    padding: 8px 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 0px 2px rgba(0,0,0,0.1),3px -1px 0 1px rgba(0,0,0,0.13);
}

@media only screen and (min-width:1280px ) and (max-width: 1920px){
	.section2 {
	height: 345px;
	}
	
.notion_heading {
	width: 100%;
}
.video_tag{
width:100%;
height:638px;
background: url(../images/8H_city.png) no-repeat;
background-color:#2196F3;
background-position:bottom;
}
.row_tech {
	height: 240px;
	position: relative;
	/* bottom: 100px; */
	background: white;
}
	
	}

.header.active {
    background: #009ee3 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
}
.list_hover.hover:hover {
    color: #black !important;
	 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) !important;
  
}

.video_overlay
{
	position: absolute;
	width: 100%;
	height: 900px;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;	
}
/*MAP-CAMPAIGN-NAVEEN*/


.pointerinfo{
	display: none;
}

.menudownarrow {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 160px;
	bottom: -5px;
}

.noti-li{
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.noti-li:hover{
    background-color: #f2f2f2;
}
.uparrow {
	height: 12px;
	width: 12px;
	position: relative;
	bottom: -75%;
	left: 100%;
}

.nocheckbox{
	display:none;
}

.populationtext {
	font-size: 16px;
	color: rgb(24, 54, 65);
	font-weight: bold;
	text-align: center;
	margin-left: 20%;
	margin-top: 3%;
}

.scaletext {
	margin: 0% 8%;
	padding-top: 21px;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.mapinfo-right {
	display: flex;
	flex-direction: column;
	width: 75%;
    margin-bottom: 15px;

}

.scale {
	display: flex;
	justify-content: space-between;
}

.pointerbtn {
	width: 100%;
	height: 45px;
	text-align: center;
    vertical-align: middle;
	border: medium none;
	color: black;
	font-size: 14px;
	border-radius: 3px;
	position: relative;
}

.pointerinfo span {
	position: relative;
	bottom: 7px !important;
	left: 5px;
}

.pointerinfo {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	color: white;
	font-size: 16px;
	padding: 10%;
	font-weight: bold;
	/* display: none; */
	position: relative;
	bottom: 223%;
	left: 8%;
	z-index:99;
}

.mapinfo{
	height: 125px;
}

.cityslider li {
	color: black !important;
	font-size: 16px;
	text-align: center;
	padding-top: 16px;
	text-transform: uppercase;
}

.slidecity .bxslider ,.slidecity .bx-wrapper{
	border-top: none;
	border-bottom: none;
}

.slidecity .bx-viewport {
	width: 250px !important;
	overflow: hidden;
	position: relative;
	height: 70px !important;
	bottom: 9px;
	border: 2px solid rgb(0, 158, 227) !important;
}

.comparemediabtn {
	background: #009ee3 none repeat scroll 0% 0%;
	border: medium none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 1%;
	border-radius: 5px;
	height: 45px;
	margin-top: 1%;
	width:200px;
}

.currentcity {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2%;
}

.slidecity {
	display: flex;
	background: rgb(50, 62, 74) none repeat scroll 0% 0%;
	height: 70px;
    width: 100%;
	padding: auto 10px;
    color: white;
}

.slidecity .bx-wrapper .bx-prev {
	left: -1px !important;
	background: url(../images/controls.png) no-repeat 0 -32px !important;
	top: 23px;
}

.slidecity .bx-wrapper .bx-next {
	right: 9px !important;
	background: url(../images/controls.png) no-repeat -43px -32px !important;
	top: 23px;
}

.slidecity .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	float: left;
	max-width: 100% !important;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	float: left;
	max-width: 76% !important;
}

.mapandslider {
	width: 890px;
}

.mapcontainer {
	width: 857px;
	height: 500px;
}

.listingtitle {
	color: rgb(24, 54, 65);
	font-size: 20px;
	font-weight: bold;
    margin-left: 20px;
}

.bx-wrapper {
	max-width: 100%;
	border-bottom: 2px solid #b1b2b3;
}

.bxslider {
	border-top: 2px solid #b1b2b3;
}

.mycontainer {
	border-top: 2px solid #8a8a8a;
	border-bottom: 2px solid #8a8a8a;
}

.greytext{
	/*color: #8a8a8a;*/
	color:#6f6f6e;
	font-size:16px;
}

.bx-wrapper .bx-prev {
	left: 10px !important;
	background: url(../images/controls.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
	right: 10px !important;
	background: url(../images/controls.png) no-repeat -43px -32px !important;
}

.bx-wrapper .bx-pager {
	display: none;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.finalprice {
	color: black;
	font-size: 20px;
	font-weight: 900;
}

.premiumprice {
	color: #1a1a18;
	font-weight: bold;
	font-size: 16px;
}

.premiumlistdetails {
	padding: 1%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:210px;
}

.premiumlisting {
	font-size: 16px;
	color: #1a1a18;
	margin-top:10px;
	
}

.font15 {
	/*font-size: 15px;*/
}

.iconpad {
	/*font-size: 10px;
	padding-right: 3%;*/
}

.lightblue {
	background: rgb(0, 158, 227) none repeat scroll 0% 0% !important;
	/*width:40px;
	padding: 1.7% !important;*/
}

.orange {
	background: rgb(240, 124, 0) none repeat scroll 0% 0% !important;
}

.rating {
	background: rgb(0, 150, 63) none repeat scroll 0% 0%;
	color: white;
	padding: 1%;
	border-radius: 5px;
	position: relative;
	/*top: 4px !important;*/
    cursor: pointer;
	border: none;
	width:40px;
}

.dropdownbtn {
	float: right;
	position: relative;
	top: 5px;
	right: 15px;
}

.submenu{
	margin-top: 3% !important;
	display: none;
	margin-left: 20px;
	margin-bottom:4%;
}

/*.shortlist {
	background: rgb(0, 158, 227) none repeat scroll 0% 0%;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 1% 5% 1% 5%;
	text-align: center;
	transform: rotate(270deg);
	position: relative;
	top: -74px;
	left: 150px;
	width: 45%;
	font-size: 13px;
	margin-bottom: -25px;
}
*/
input[type=checkbox].blue-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input[type=checkbox].blue-checkbox + label.blue-label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px !important;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].blue-checkbox:checked + label.blue-label {
	background-position: 0 -18px;
}

label.blue-label {
    background-image:url('../images/checkboxtype2.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.infowindowHeader{
    color: brown;
    font-size: 12px;
}

.checkboxlist {
	color: black;
	font-weight: lighter;
	padding-left: 15% !important;
	font-size: 16px !important;
}

.listheadingstyle {
    padding: 3% 0%;
    font-size: 16px;
}

.textinlist {
    color: #959595;
    padding-left: 3%;
    font-size: 16px;
}

.list-item {
    padding: 0px !important;
    font-size: 12px;
    border-bottom: 2px solid #B1B2B3;
	margin: 0px 0px 0px 6px;
}

.right-list {
	width: 250px;
	list-style: none;
	border-left: 2px solid #b1b2b3;
	height: 998px;
	/*border-bottom: 2px solid #b1b2b3;*/
}

.recommendedforyou {
	position: relative;
	text-align: center;;
    background: rgb(173, 68, 130) none repeat scroll 0% 0%;
    padding: 10px;
    border-radius: 8px;
}

.viewpositioning {
	margin: 5px 0px;
	border-right: 2px solid white;
	padding: 25px 2%;
	font-size: 18px;
	font-weight: bold;
	/*position: relative;
	left: -1%;*/
}

.recommend-position {
	position: relative;
	top: 25%;
}

.recommend-section {
	font-weight: bold;
	font-size: 18px;
	background: rgb(32, 86, 110) none repeat scroll 0% 0%;
	text-align: center;
    padding-top: 25px;
    position: relative;
	left: 0.3%; 
	width: 250px;

}
.mapicons {
	font-size: 28px;
	padding-top: 10px;
	
}

.mapbtns:hover {
	background: #20566e;
	border-bottom: 7px solid #32c1e3;
}

.mapbtns {		
	/* display: flex; */
	flex-direction: column;
	color: white;
	background: rgb(0, 158, 227) none repeat scroll 0% 0%;
	border: medium none;
	font-size: 16px;
	 padding: 1%; 
	margin: 0 0 0px 0px;
	width: 130px;
	padding-top: 8px !important;
}

.mapcontrols {
	background: #009ee3;
	color: white;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.flexbox {
	display: flex;
	justify-content: space-between;
}

.citysearch {
	width: 20%;
	background: rgb(217, 218, 218) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 4px;
	height: 34px;
	padding: 0%;
}

#localities, #citysearch {
    width: 80%;
    border: medium none;
    background: white;
    border-bottom: 2px solid #e6e6e6;
    color: black;
    font-size: 16px;    
    border-radius: 4px;
    height: 34px;
    padding: 0%;
    padding-left: 10px;
    margin-top: -5px;
}

.searchbar  .chosen-choices {
	background: rgb(217, 218, 218) none repeat scroll 0% 0% !important;
	border: none !important;
        border-radius: 4px;
}

.addlocalities {
	background: transparent none repeat scroll 0% 0%;
	border: medium none;
	font-size: 16px;
}

.mapselect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 35px;
	background: none;
	background: url('../images/dropdown2.ico') 99% / 10% no-repeat white;
	width: 9%;
	border: none;
	font-size: 16px;
}

.cart-btn {
	background: rgb(50, 193, 227) none repeat scroll 0% 0%;
	border: medium none;
	padding: 0.5%;
	border-radius: 4px;
	color: white;
	font-size: 17px;
	width:110px;
	height: 34px;
}

.searchbar #localities_chosen{
    	width: 300px !important;
    }

.searchbar {
	padding: 2%;
	margin-top: 18.7% !important;
}

.removemargin{
	margin: 0;
}


/*MAP-CAMPAIGN-NAVEEN*/


/*CREATE-NEW-CAMPAIGN-NAVEEN*/

input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:29px;
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}

label.css-label {
	background-image:url('../images/checkboxtype1.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.info-btn {
	color: rgb(134, 135, 134);
	font-size: 17px;
	padding-left: 1%;
}
#search_box_chosen {
	width: 335px !important;
}
.targethovereffect:hover {
	opacity: 1 ;
}

.targethovereffect {
	border-radius: 73px;
	width: 120px;
	height: 120px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
	border: 5px solid rgb(0, 158, 227);
	position: relative;
	bottom: 120px;
	margin-bottom: -50%;
	opacity: 0;
}

.targethoveradd {
	font-size: 40px;
	position: relative;
	top: 45%;
	color: white;
	left: 45%;
	/* text-align: center; */
	/* border: 5px solid rgb(0, 158, 227); */
}

.targetdiv {
	border: 5px solid rgb(0, 158, 227);
	border-radius: 73px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.iconstyle {
	color: rgb(0, 158, 227);
	font-size: 55px;
	position: relative;
	top: 22%;
}

.targetdiv .iconstyle{
    font-size: 55px;
}

.myselect {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.myselect{
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	height: 40px;
	padding: 2%;
	width: 100%;
	background: url('../images/dropdown2.ico') 97% / 5% no-repeat #eee;
	font-size:14px !important;
}


.custom-ielement{
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	height: 40px;
	padding: 2%;
	width: 308px;
	background: url('../images/dropdown2.ico') 97% / 5% no-repeat #eee;
}

.disabled-btn{
    background-color: #808080 !important;
    width: 25%;
    margin-bottom: 5%;
}

.enable-btn {
	background-color: #009ee3 !important;
    margin-bottom: 5%;
	/*border: medium none;
	color: white;
	padding: 1%;
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	width: 20%;*/
}

.subcategory {
	margin-top: 44px !important;
}

.interestsform {
	padding-bottom: 5%;
}

.bottomformheading{
	padding-bottom: 10px;
}

.targetcategory {
	color: black;
	padding-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

.img-row {
	padding: 2% 4% 0%;
}

.targetaudience {
	padding: 0% 0%;
	font-weight: bold;
	font-size: 16px;
	color: black;
	padding-top: 3%;
}

.hoardingheading {
	padding-top: 5%;
}

.hoardingtagline {
	font-size: 17px;
}

.textcentering {
	text-align: center;
}

.imgcenter {
	display: block;
	margin: 0 auto;
}

.addcities {
	position: relative;
padding-left: 1%;
bottom: 5px;
}

.checkbox-container {
	padding: 0px 18px;
	padding-bottom: 1%;
}

.padleft {
	padding-left: 3%;
}

/*.datepicker {
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	height: 40px;
	padding: 2%;
	width: 100%;
	background: url('../images/calendar.ico') 96% / 8% no-repeat #eee;
}*/

.input-elements {
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	height: 40px;
	padding: 1.5%;
	width: 100%;
	font-size:16px !important;
}

.rowbottommargin{
	margin-bottom: ;
}

.bottommargin {
	margin-bottom: 20px;
}

.padding3px {
	padding: 0% 3%;
	padding-bottom: 4%;
}

.campaign-heading {
	color: white;
	padding: 3%;
	font-weight: 700;
}

.bluetranslayer {
	height: 625px;
	width: 100%;
	background: rgba(1,130,190,0.7);
	margin-top: -645px;
	z-index: 2;
	position: relative;
}

.proceed-btn {
	background: rgb(24, 54, 65) !important;
    width: 25% !important;
}

.listheadingstyle .i_clr{
    width: 40px;
    padding-left: 4% !important;
    color:#0079ce !important;
}

.register_sec label {
	font-size: 16px;
}

.submenu label {
    font-size: 14px;
}

.addcity-btn {
	font-size: 35px;
	position: relative;
	/*top: 45px;*/
}

.blueform {
	color: #fff;
	font-size: 16px;	
}

.css-checkbox {
   /* display:none;*/
}

.column-flex{
	display: flex;
	flex-direction: column;
}

.nomargin{
	margin:0;
}

/*CREATE-NEW-CAMPAIGN-NAVEEN*/

/*CREATE-NEW-CAMPAIGN-NAVEEN*/

.column-flex{
	display: flex;
	flex-direction: column;
}

.nomargin{
	margin:0;
}

/*CREATE-NEW-CAMPAIGN-NAVEEN*/

/*HOME-PAGE-NAVEEN*/


@media only screen and (max-width: 320px){
	
	.video_text {
    position: absolute;
    top: 175px !important;
}
	.responsive_font
	{
		font-size:30px !important;	
	}
	.col-height {
		margin-top: 187% !important;
    padding: 10% !important;
    text-align: center;
	}

	.download_app {
		height: 230px !important;
		position: relative;
		bottom: 100px !important;
		padding: 7% 0%;
	}

	iframe {
		width: 260px;
	}

	.negative-margin{
		margin-top: -15% !important;
	}

	.ad-links{
		padding-left: 0% !important;
	}

	.bottom_col {
		height: 600px !important;
		position: relative;
		bottom: 100px;
	}

	.notion_hoarding {
		height: 1200px !important;
	}

	.notion_heading {
		padding-left: 0px !important;
	}

	.counter_row {
		height: 600px !important;
		margin-top: 5%;
	}

	.hoarding {
		height: 748px !important;
	}

	.hoarding_heading {
		width: 100% !important;
	}

	.hoarding_para {
		width: 100% !important;
		padding-left: 0px !important; 
	}

	.overlapbottomrow {
		position: relative;
		bottom: 130px !important;
	}

	.uni_feature {
		padding-top: 12% !important;
		font-size: 32px;
		position: relative;
		top: 37%;
	}
	.outdoor_adv {
    padding-top: 155px !important;
    font-size: 34px !important;
}

	.counter_circle
	{
		width:300px !important;		
	}
	.counter_heading
	{
		margin-top: -296px !important;
		font-size: 20px !important;
		margin-left: 29px;
	}
	.circle_top
	{
		margin-top:50px;
	}
	.respon_img
		{
			width:204px !important;
			height:40px !important;
		}
		.resp_ul
		{
			padding-top:0px !important;
		}
}

@media only screen and (min-width: 321px) and (max-width: 360px){
	
	.respon_img
		{
			width:204px !important;
			height:40px !important;
		}
		.resp_ul
		{
			padding-top:0px !important;
		}
		
	.counter_circle
	{
		width:300px !important;		
	}
	.counter_heading
	{
		margin-top: -296px !important;
		font-size: 20px !important;
		margin-left: 29px;
	}
	.circle_top
	{
		margin-top:50px;
	}
	.col-height {
		margin-top: 187% !important;
    padding: 9% !important;
    text-align: center;
	}
	.outdoor_adv {
    padding-top: 160px !important;
    font-size: 34px !important;
}
	.download_app {
		height: 230px !important;
		position: relative;
		bottom: 100px !important;
		padding: 7% 0%;
	}

	iframe {
		width: 300px;
	}

	.negative-margin{
		margin-top: -25% !important;
	}

	.ad-links{
		padding-left: 0% !important;
	}

	.bottom_col {
		height: 600px !important;
		position: relative;
		bottom: 100px;
	}

	.notion_hoarding {
		height: 1000px !important;
	}

	.notion_heading {
		padding-left: 0px !important;
	}

	.counter_row {
		height: 600px !important;
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.hoarding {
		height: 748px !important;
	}

	.hoarding_heading {
		width: 100% !important;
	}

	.hoarding_para {
		width: 100% !important;
		padding-left: 0px !important; 
	}

	.overlapbottomrow {
		position: relative;
		bottom: 130px !important;
	}

	.uni_feature {
		padding-top: 10% !important;
		font-size: 32px;
		position: relative;
		top: 37%;
	}

}

@media only screen and (min-width: 361px) and (max-width: 768px){
		
		
		.respon_img
		{
			width:204px !important;
			height:40px !important;
		}
		
		.resp_ul
		{
			padding-top:0px !important;
		}
		
		.counter_circle
	{
		width:300px !important;		
	}
	
	.counter_heading
	{
		margin-top: -296px !important;
		font-size: 20px !important;
		margin-left: 29px;
	}
	.circle_top
	{
		margin-top:50px;
	}

	.col-height {
		margin-top: 187% !important;
    padding: 9% !important;
    text-align: center;
	}
	.download_app {
		background: white;
		height: 300px !important;
		margin: 5% 0%;
		position: relative;
		bottom: -52px !important;
	}

	.postdownload-btn {
		position: relative;
		top: 90px !important;
	}

	.negative-margin{
		margin-top: -25% !important;
	}

	.ad-links{
		padding-left: 0% !important;
	}

	.bottom_col {
		height: 600px !important;
		position: relative;
		bottom: 100px;
	}

	.notion_hoarding {
		height: 600px !important;
	}

	.notion_heading {
		width: 100%;
		padding-left: 0px !important;
	}

	.counter_row {
		height: 1100px !important;
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.hoarding {
		height: 490px !important;
	}

	.hoarding_heading {
		width: 100% !important;
	}

	.hoarding_para {
		width: 100% !important;
		padding-left: 0px !important; 
	}

	.overlapbottomrow {
		position: relative;
		bottom: 130px !important;
	}

	.uni_feature {
		padding-top: 10% !important;
		font-size: 32px;
		position: relative;
		top: 18%;
	}

	.top-positioning {
		position: relative;
		top: 90px !important;
	}

}

@media only screen and (min-width: 769px) and (max-width: 990px){

	.heading_text {
		margin-left: 0;
	}

	.download_app {
		height: 200px !important;
		margin: 5% 0%;
	}

	.negative-margin{
		margin-top: -25% !important;
	}

	.ad-links{
		padding-left: 0% !important;
	}

	.bottom_col {
		height: 600px !important;
		position: relative;
		bottom: 100px;
	}

	.notion_hoarding {
		height: 600px !important;
	}

	.notion_heading {
		width: 100%;
		padding-left: 0px !important;
	}

	.counter_row {
		height: 1100px !important;
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.hoarding {
		height: 490px !important;
	}

	.hoarding_heading {
		width: 100% !important;
	}

	.hoarding_para {
		width: 100% !important;
		padding-left: 0px !important; 
	}

	.overlapbottomrow {
		position: relative;
		bottom: 145px;
		padding-bottom: 5%;
	}

	.uni_feature {
		padding-top: 10% !important;
		font-size: 32px;
		position: relative;
		top: 18%;
	}

	.top-positioning {
		position: relative;
		top: 90px !important;
	}

}

.footerad-links {
	padding: 0px 15%;
}

.negative-margin {
	margin-top: -315px;
}


.ad-links{
	padding-left:18%;
}

.bottom-heading-section {
	position: relative;
	/*bottom: 100px;*/
}

.overlaptoprow-uniqfeatures {
	position: relative;
	bottom: 215px;
	z-index: -1;
}

.overlapbottomrow-uniqfeatures {
	position: relative;
	bottom: 370px;
}

.avail-chikoop-1{
	margin-top: -6%;
}

.overlaptoprow{
  position: relative;
  top: 110px;
}

.overlapbottomrow {
	position: relative;
	bottom: 165px;
}

/*HOME-PAGE-NAVEEN*/

body
{
 font-family: "Roboto",sans-serif !important;
  overflow-x: hidden !important;
  color:black !important;
}

.coverafterhead {
    height: 400px;
    width: 100%;
    float: left;
    background: #666;
}
.coverafterhead > img
{
height: 505px;
object-fit: cover;
width: 100%;
}
.rows
{
    padding: 2% 0;
margin-top: 37%;
}
.background_img {
	/*margin-top: -19%;*/
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	height: 200px !important;
	z-index: 0;	
	background-position: 100% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-left: -2px;
}
.img {
    margin: -120px 0px 0 0px;
   /* height: 247px;
    width: 247px;*/
    border-radius: 247px;
    overflow: hidden;
	
	
}


	.formh
	{
	margin-right: 0px !important;
	margin-left: 0px !important;
		
	}	
	.imgr
	{
	width: 100%;
height: 247px;
object-fit: cover;
	}
	.imgt
	{
	max-width:50% !important;
	margin: -55px auto;
	}
	.bck
	{
	background-color:#ebebeb;
	}
	.brd
	{
	    border:none !important
		background-color: rgba(0, 0, 0, 0);
		border:none;
		color:black;
		font-size:24px;
	}
	
	.brdp::-moz-placeholder {
  color: black;
  font-size:35px;
  line-height:1;
  font-weight:bold;
  border-bottom:2px solid grey;
 /* padding-left:10px;*/
}
.brdp:-ms-input-placeholder {
  color: black; 
  font-size:35px;
  line-height:1;
  font-weight:bold;
   border-bottom:2px solid grey;
   /* padding-left:10px;*/

}
.brdp::-webkit-input-placeholder {
  color: black; 
  font-size:35px;
  line-height:1;
  font-weight:bold;
   border-bottom:2px solid grey;
   /* padding-left:10px;*/

}

.form-control
{
border :0px !important;
-webkit-box-shadow: none !important;

} 
.input-lg
{
padding:0px !important;
}

select:focus {
   outline:none !important;
     border: transparent !important;

}
.img_on
{
position:relative;
z-index:99;
left:10px;
bottom:-90%;
top:-385px;
left:550px;
}

.label
{
 color:#333 !important; 
 font-size:12px;
 padding-left:0px;
}

.frm
{
margin-left:-15px;
}

.fntfm
{
font-family:Arial;
}

.rw1
{
background-color:#ffffff !important;
padding-left:40px;
padding-right:40px;
}

.spl{
background:#ffffff !important;
}

.rw2
{
margin-top:-20px;
}
.rw3
{
margin-top:-11px;
padding-left:40px;
padding-right:40px;

}
.upload_dp
{
	z-index: 4;
	position: relative;
	height: 247px;
	width: 247px;
	margin-top: -100%;
	opacity: 0;
	cursor: pointer;
}

.upload_cover
{
	z-index: 4;
    position: relative;
    height: 43px;
    width: 342px;
    margin-top: -14%;
    opacity: 0;
    cursor: pointer;
    margin-left: 460px;
}
.circle {
  display: block; 
  /*margin: 1em auto;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  /* border: 5px solid #eee;*/
  box-shadow: -53px 33px 33px 33px rgba(0, 0, 0, 0.3);
  
}
.logoimg
{
	height: 43px ;
    width: 208px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navclass
{
	margin-bottom:-20px !important;		
	border: 0px  transparent !important;
	background: transparent !important;
    z-index: 999 !important;
	position: fixed;
	width: 100%;
}
.navul
{
	font-size: 16px;
    padding-top: 20px ;   
	
}
.navbar-nav > li >a {
    color:white !important;
}
.lockimg
{
	height: 35px;
    width: 40px;	
}
/*.listspace
{
    margin-left: 20px !important;
    margin-right: 20px !important;	
}*/
.listspace1
{
	    margin-top: -10px !important;
}
#video_id
{
	height: 600px !important;
	width: 100%;	
	object-fit: cover;	
}

.video_text
{
	margin: 15% 0;
}
.video_pad
{
	padding-left:7% !important;	
}


.video_mar
{
	margin-left:10% !important;	
}

.heading
{
	color:white;	
	font-size:21px;
font-weight:300;
}
.heading_text
{
	margin-left:10px;
}

.heading_link{
        border-radius:2px;
	color:white;
	font-size:16px;
	font-weight:bold;
	background-color: #303F9F;
	padding: 4% 25% !important;
	text-decoration: none !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.heading_link:hover{
        color:#fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
        outline:none;
}
.heading_link:focus{
    outline:none;
}
.col-height{
	padding: 6%;
	text-align: center;
	background-color: white;
}
.second_row
{
	font-size:22px !important;
	padding-top: 15px !important;
	font-weight: 800;
	color: #009DE2;	
}
.col-height p
{
	font-size:18px !important;	
	font-weight: 500;
	color: #009DE2;	
}
.hoarding
{
background-image: url("../images/8hoarding/8H Homepage-3.jpg");
color:white;
height: 550px;
background-repeat: no-repeat;
background-size: cover;
}
.hoarding_heading
{
	font-size: 32px;
	width: 70%;	
	padding-top: 120px !important;	
	float:left;
}
.hoarding_para
{
	width: 80%;
padding-left: 80px;
font-size: 16px;
padding-top: 20px !important;
float: left;
text-align: justify;
}

.work_row
{
	/*height: 200px;*/	
}
.pad_left {
	padding-top: 2% !important;
	/* font-size: 38px; */
	color: #83746C;
	border: none;
}

.button1
{
	border-radius:2px;
	color:white;
	font-size:16px;
	font-weight:400;
    border:none;            
	background-color: #303F9F;
	padding: 10px 30px !important;
	text-decoration: none !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);	
}
.button1:hover{
    color:white;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    outline:none;
}

.button2
{
    border-radius:2px;
    color:white !important;
    font-size:10px;
    font-weight:bold;
    border:none;            
    background-color: #009ee3;
    padding: 10px 15px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
}
.button2:hover{
    color:white;
    background-color: #009ee3;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.18),0 4px 6px 0 rgba(0,0,0,0.15);
    outline:none;
}
.button2:focus{
    color: white !important;
    background-color: #009ee3;
}
.button3
{
    border-radius:2px;
    color:white !important;
    font-size:20px;
    font-weight:bold;
    border:none;            
    background-color: #009ee3;
    padding: 10px 15px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
}
.button3:hover{
    color:white;
    background-color: #009ee3;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.18),0 4px 6px 0 rgba(0,0,0,0.15);
    outline:none;
}
.button3:focus{
    color: white !important;
    background-color: #009ee3;
}

.youtube
{
	
}
.section1
{
	background-color:#009DE2;
	color:white;
	padding: 35px 30px !important;
	border-radius:10px;
	text-align: center;
	font-size: 17px;
}
.section1_heading
{
	font-size: 22px !important;
	font-weight: 600;
	padding-top: 20px !important;
}
.box_pad
{
	padding:2% !important;
}
.section_pad
{
background-color:#183641;
color:white;
height:400px !important;
margin-top: -75px;
}

.outdoor_adv {
	padding-top: 185px;
	border: none;
}

.download_app
{
	height:200px;
	position: relative;
	bottom: 140px;	
}
.app_left {
	padding-top: 2% !important;
	color: #83746C;
	border: none;
}

.avail-chikoop-2 .section2 {
	height: 345px;
}

.avail-chikoop-1 .section1 {
	height: 345px;
}
.section2
{
	background-color:#183641;
	color:white;
	padding: 35px 30px !important;
	border-radius: 10px;
	text-align: center;
	font-size: 17px;
}
.section2_heading
{
	font-size: 22px !important;
	font-weight: 600;
	padding-top: 20px !important;
}
.section1_pad
{
background-color:#4698B6;
color:white;
height: 400px;
}

.offers_bg p {
	line-height: 25px;
	margin: 0px;
}
.uni_feature {
	padding-top: 15% !important;
	border: none;
}
.capture_row
{
	background-image: url("../images/8hoarding/video_background-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	height: 600px;	
}
.capture
{
	font-size: 4em;
	font-weight: 400;
	padding-top: 180px !important;	
	text-align: center;
	position: relative;
	top: -140px;
}
.capture_para
{
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	position: relative;
	top: -145px;
}
.capture_you
{
	padding-left:40px !important;	
}
.capture_you img{
   width:60px;
}
.counter_row
{
	height:280px;	
}
.counter_box
{
	padding: 11% 0% !important;
	border-radius: 50%;
	border: 8px solid rgb(46, 188, 244);
	display:inline-block;	
	width: 50%;
	font-weight: 300;
	font-size: 1.4em;
	color: rgb(87, 86, 86);	
}
.counter_col
{

padding-left: 6% !important;
}
.counter
{
	
}

.faq_sec {
    padding-top: 2%;
    padding-bottom: 2%;
    width: 50%;
    float: left;

    min-height: 320px;
	height: auto;
}
.faq_sec_head
{
	height:auto;
	width:100%;
	float:left;
	margin-bottom:3%;
	font-size:20px;
}
.faq_sec_body
{
	height:auto;
	width:100%;
	float:left;
}
.faq_single
{
	height:auto;
	width:100%;
	float:left;
	margin-bottom:2%;
}
.faq_q
{
	height:auto;
	width:100%;
	float:left;
	font-size:18px;
	margin-bottom:0.5%;
	cursor:pointer;
}
.faq_q > i
{
	margin-right:1%;
}
.faq_a {
    height: auto;
    width: 70%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    display: none;
    margin-left: 2.4%;
    color: #000;
	display:none;
}
.faq_a > ul > li
{
	display:list-item !important;
}
.innerpage_container
{
	width:100%;
	float:left;
	height:auto;
}
.innerpage_container1
{
	width:100%;
	float:left;
	height:auto;
	padding:160px;
}
.innerpage_heading
{
	height:auto;
	width:100%;
	float:left;
	font-size:25px;
	margin-bottom:2%;
}
.innerpage_content
{
	height:auto;
	width:100%;
	float:left;
	font-size:14px;
	text-align:justify;
}
.innerpage_content_ques
{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:2%;
}
.innerpage_content_ques > h4
{
	margin-bottom:1%;
}
.innerpage_content_ques > p
{
	margin-bottom:1%;
	line-height:20px;
}
.innerpage_content_row
{
	width:100%;
	float:left;
	height:auto;
	font-size:14px;
	padding-top:1%;
	padding-bottom:2%;
	line-height: 26px;
	border-bottom:1px dotted #999;

}
.notion_hoarding
{
	background-image: url("../images/8hoarding/nation_of_8hoarding.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	height: 600px;
}
.notion_heading
{
	padding-top: 80px !important;
	font-size: 36px;
	padding-left: 82px;	
	float:left;
	padding-bottom:20px !important;
	position: relative;
	right: 75px;	
}
.notion_para
{
	
	width: 72%;
	font-size: 16px;
	text-align: justify;
	padding-top: 20px !important;	
}
.row_tech {
	height: 200px;
	position: relative;
	/*bottom: 100px;*/
	background: white;
}

.home_frame
{
	height:500px;
	width:1250px !important;	
}
.elevt_tech
{
	
	padding-top: 2% !important;
	font-size: 32px;
	color: #83746C;
}
.elevt_you
{
	
}
.offers_head
{
	background-image: url("../images/home/13.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:white;
	height: 550px;
	padding-top: 130px !important;
}
.offers_head1
{
	
	font-size: 40px;	
	font-weight: bold;	
}
.offers_head2
{
	
	font-size: 40px;	
	font-weight: bold;	
}
.offers_body
{
	
	font-size: 22px;	
	
}
.offers_bg {
	padding: 1% 0%;
	font-size: 18px;
	background-color: rgba(0,157,226,0.5);
}
.bottom_col {
	height: 250px;
	position: relative;
	
}
.bottom_heading
{
	font-size: 38px;	
	color: #83746C;		
}
.bottom_heading1
{
	font-size: 22px;
	font-weight: bold;	
}
.bottom_link
{
	background-color:#2EBCF4;
	color:#fff;	
	border-radius: 2px;
	padding: 4% 25% !important;
	text-decoration: none !important;
	font-size:14px;
}
.bottom_link:hover
{
		color:#fff;	
}

footer {
    /* min-height: 200px; */
     min-height: 60px; 
	
    width: 100%;
    float: left;
    background: #19141b;
    box-shadow: 15px 0px 1px #19141b,-15px 0px 1px #19141b;
}
.footer_up
{
  min-height:150px;
  width:100%;
  float:left;
  padding-top:1% !important;
  margin-left:2% !important;
}
.footer_up_box
{
  height:auto;
  width:12%;
  float:left;
  margin-left:6% !important;
  margin-top:2% !important;
}
.footer_up_box > p
{
  height:auto;
  width:100%;
  float:left;
  font-size:14px;
  font-weight:bold;
  color:#2EBCF4;
  text-transform:uppercase;
 
}
.footer_up_box > ul
{
  height:auto;
  width:100%;
  margin:0 !important;
  padding:0 !important;
}
.footer_up_box > ul > li
{
  height:auto;
  width:100%;
  float:left;
  display:inline-block;
  margin-bottom:5px;
  
}
.footer_up_box > ul > li > a
{
  height:auto;
  width:100%;
  float:left;
  font-size:12px!important;
  color:#565655;
  text-decoration:none;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
  margin-top:1% !important;
}
.footer_up_box > ul > li > a:hover
{
  color:#fff;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
.footer_up_box_icon
{
    float: left;
    opacity: 0.7;
    transition-duration: 0.5s;
    height: 40px;
    width: 98px;
    margin-bottom: 7% !important;
    margin-right: 0% !important;
-webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
.footer_up_box_icon:hover
{
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
opacity:1;
}
.clr_link
{
color:#595958 !important;
text-decoration:none;	
}
.clr_link1
{
	color:#b1b2b3 !important;
}
.border_line
{
	border-right:1px solid grey;	
	
}
.border_line1
{
	/*border-top:1px solid grey;*/
	width: 88%;
	margin-left: 43px;
}

.col_media
{
padding-left:25px;	
}

.btn_margin
{
	margin-left:20px;
}
.inr_pad
{
	padding-left:70px;
	font-size:36px !important;
	color: #6f6f6e;	
}
.tentative_heading
{
	font-size:26px !important;	
}
.bold_heading
{
	font-weight:bold;		
}
.btn-margin1
{
/*	margin-left:60px;	*/
}
.campad_left
{
    font-size: 24px !important;
}
.btn-margin2
{
	margin-left:30%;
	background-color:#009ee3 !important;
}
.big_radio
{
	width:20em;
	height:20em;
}
.amt_margin
{
	margin-left:590px;	
}
.amt_padding
{
	padding-left:75px;
}
.prize_text
{
	text-align:center;
}
.bottom-line
{
border-left:1px solid grey;
	
}

.hdesc th{
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

.hdesc .button2{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.18),0 2px 2px 0 rgba(0,0,0,0.15);
}

.hdesc .button2:hover{
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.18),0 4px 6px 0 rgba(0,0,0,0.15);
}

.hdesc .btn-file input[type=file] {
    position: absolute;
    margin-top: -20px;
    margin-left: -10px;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    opacity: 0;
}

.hdesc td{
    padding: 10px;
    vertical-align: top;
}

.campad_margin
{
	margin-left:50px !important;	
}
.remove_pad
{
	padding-left:0px !important;
	padding-right:0px !important;
}
.remove_padright
{
	padding-right: 0px !important;	
}
.border_line2
{
	border-top:1px solid grey;	
}

.icon_color
{
	background-color:#32c1e3;
}
.analytics_prem
{
	height: 34px;
    width: 115px;
    float: right;
    background-color: #323e4a;
    margin-right: 40px;
    padding: 5px;
}
.arrow_img
{
	width: 40px !important;
	height: 50px !important;
	float: right;
	margin-top: -40px !important;	
}
.dashboard_width
{
	width: 99%;
	padding-left: 3%;
}
.dashboard_padtop
{
	padding-top: 25px !important;	
	padding-bottom:25px !important;
}
.btn-radius
{
	border-radius: 20px !important;
	border: 1px solid grey;
	width: 75px;
	height: 65px;
	background-color: #d9dada;
}
.dashboard-align
{
	text-align:center;	
}
.btn_manage
{
	background-color:#183641 !important;
	font-size:12px;
    width: 175px;
}
.btn_view
{
    background-color:#20566e !important;
    font-size:12px;
    width: 175px;
}
.btn_anal
{
    background-color:#5A7BBC !important;
    font-size:12px;
    width: 175px;
}
.dashboard_bold
{
	font-weight:bold;
	margin-top: 0px;
}

.dash-tab, .dash-tab-num{
    color: #fff !important;
    border-radius: 2px !important;
    padding: 8px 0px;
    text-align: center;
    font-weight: bolder;
    font-size: 10px;
    width: 90px;    
}

.dash-tab-num{
    font-size: 13px !important;
    width: 40px;
    margin-left: 3px;
    padding: 6px 0px;
}

.apprp_clr
{
	background-color:#fcc129 !important;
}
.app_clr
{
	background-color:#0a796b !important;
}
.publ_clr
{
	background-color:#5a7bbc !important;
}
.rejt_clr
{
	background-color:#d42e2e !important;
}
.delvd_clr
{
	background-color:#4baf4f !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
   /* margin: 10px;*/
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.table_img
{
	width:230px;
	height:200px;	
}
.table_heading
{
font-size:16px;
background-color:#009ee3;
color:white;
padding:14px !important;
text-align:center !important;
min-width:120px;

}
.table_heading1
{
font-size:16px;
font-weight:bold;	
background-color:#20566e;
color:white;
padding:14px !important;
text-align:center !important;
}
.table_headpad
{
padding-bottom:25px !important;	
}
.table_desc
{
	font-size:14px;	
	text-align:center;
}
.table_desc1
{
	font-size:14px;	
	font-weight:bold;
	text-align:center;
}
/* Bounce To Top */
.hvr-bounce-to-top1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #20566E;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 9px;
  cursor: pointer;
}
.hvr-bounce-to-top1:hover, .hvr-bounce-to-top1:focus, .hvr-bounce-to-top1:active {
  color: white;
}
.hvr-bounce-to-top1:hover:before, .hvr-bounce-to-top1:focus:before, .hvr-bounce-to-top1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009DE2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 9px;
  cursor: pointer;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header_list
{
	padding:6.2% 2% !important;	
	width:120px;
	text-align:center;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 100%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 157, 226, 0.35) 0%, rgba(0, 157, 226, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 157, 226, 0.35) 0%, rgba(0, 157, 226, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.leftShadow 
{ 
	
	box-shadow: -10px 0px 0px rgba(0,0,0,0.05); 
	-moz-box-shadow: -10px 0px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: -10px 0px 0px rgba(0,0,0,0.05);
	-o-box-shadow: -10px 0px 0px rgba(0,0,0,0.05);
} 

.hoarding_image
{
	width: 200px !important;
height: 170px;
}
.accept[disabled] + label {
    color: #868786;
}

.right_submenu
{
	font-size: 14px !important;
	margin-left: 22px !important;
	padding:0px !important;
}
/*sabarish css*/

.map_btn
{
width: 38%;
background-color: rgb(0, 158, 227);
color: white;
font-weight: 500;
border-radius: 6px;
margin-left: 1%;
border:none;
}

/*NAVEEN13/5*/

.frmSearch {
	margin-top: 2px;
}

.frmSearch .chosen-choices {
	border-radius: 4px !important;
	padding: 1% !important;
	width: 102% !important;
	padding-left: 2% !important;
}

.frmSearch .chosen-drop{
	width: 102% !important;
}

#startdatepicker ,#enddatepicker {
	background: url('../images/cal.png') 96% / 8% no-repeat #fff;
	border: none;
    height: 40px;
}

/*NAVEEN13/5*/
/**/

.theanaslider .bxslider{
	border: none;
}

.theanaslider .bx-wrapper .bx-viewport{
	border: 0px solid #fff;
}

.theanaslider .bx-wrapper{
	border: none;
}

.theanaslider, .theanaslider .bx-viewport{
	height: 96px !important;
	background: #323e4a;
}

.anaslider li:nth-child(2), .anaslider li:nth-child(3){
	display: flex;
	background: #323e4a;
	padding-left: 63px;
}

.ansliderimg {
	width: 106px;
	height: 80px;
	margin-right: 5px;
	margin-top: -10px;
}

/**/

.app_pend
{
	
margin-left: 3px;
text-align: center;
}

.dashboard_num
{
	margin-left: 3px;
text-align: center;
}

.dashboard_margin
{
	margin-bottom:-3px;
	padding:3px;
}
.progress_heading
{
	margin-top: -270px;
	font-size: 22px;	
}
.btn:focus
{
	outline:none !important;	
}

.shortmenuimg {
	display: block;
	margin: 0 auto;
}

.shortlistshortdesc{
	padding: 1% 10%;
}

.shortlistshortdesc p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.shortlisted-items{
	height: 100%;
	width: 200px;
	background: white;
}

.addposition{
	right: 11.2% !important;
}

.shortlisted-items {
	width: 200px;
	background: #fff;
	position: fixed;
	top: 0%;
	right: 0%;
	z-index: 99;
	height: 100vh;
	display: none;
	box-shadow: 4px 0px 10px 1px #000;
}

.shortlist {
	/*background: rgb(0, 158, 227) none repeat scroll 0% 0%;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 1%;
	text-align: center;
	transform: rotate(270deg);
	width: 10%;
	font-size: 13px;
	margin-bottom: -25px;
	position: fixed;
	bottom: 43%;
	right: -3.3%;
	font-size: 14px;
	cursor: pointer;*/
}

.shortlist_btn
{
	background: rgb(0, 158, 227) none repeat scroll 0% 0%;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 1%;
	text-align: center;
	transform: rotate(270deg);
	width: 10%;
	font-size: 13px;
	margin-bottom: -25px;
	position: fixed;
	bottom: 43%;
	right: -3.3%;
	font-size: 14px;
	cursor: pointer;	
}

.highlight
{
	background: #0083bc;
	border-bottom: 7px solid #fff !important;
	-webkit-transition-duration:0.5s !important;
	transition-duration:0.5s !important;	
	height: 78px;	
}

ul {
  list-style-type: none;
}
.highlight1
{
	text-align: center;
    padding-left: -110%;;
	background: #0083bc;
	border-bottom: 1px solid #fff !important;
	-webkit-transition-duration:0.5s !important;
	transition-duration:0.5s !important;	
	height: 54px;	
	text-transform: uppercase;
}
#normalmap .active
{
background-color:red;	
}

.catsearch 
{
	
}

.catsearch .chosen-choices {
	
	padding: 1% !important;
	width: 100% !important;
	padding-left: 2% !important;
	background-color:rgb(236, 236, 236) none repeat scroll 0% 0% !important;
	height:45px !important;
}

.catsearch .chosen-drop{
	width: 100% !important;
}


.budget::-webkit-input-placeholder {
   color: black;
}

.budget:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

.budget::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

.budget:-ms-input-placeholder {  
   color: black;  
}
.theGreenBtn {
	background: #090 !important;
	color: #fff !important;
}
.ananewslider li:nth-child(2), .ananewslider li:nth-child(3) {
	display: flex;
	background: #323e4a;
	padding-left: 55px;
}
.widthspecifier {
	float: left;
	list-style: outside none none;
	position: relative;
	width: 560px !important;
	padding-left: 2.5% !important;
	padding-bottom: 10px;
}
.theanaslider .bx-wrapper {
	max-width: 100% !important;
	border: none;
}

.widthspecifiernew {
	float: left;
	list-style: outside none none;
	position: relative;
	width: 560px !important;
	padding-bottom:10px;
}
#point_interest_chosen .chosen-choices, .input-elements {
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	padding: 1.5%;
	width: 100%;
}
#sub_cat + .select2 .select2-selection__rendered {
	background: rgb(236, 236, 236) none repeat scroll 0% 0%;
	border: medium none;
	border-radius: 3px;
	height: 40px;
/*	padding: 1.5%;*/
	width: 100%;
}
#sub_cat + .select2 .select2-selection {
	height: 40px;
	margin-top:3px;
}
.select2-container--default .select2-selection--multiple {
	border: none !important;
}

.select2-search {
    padding: 10px !important;
    color: #000000 !important;
}

.selection ul li
{
	color:#000 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]
{
	padding-top:0px !important;
	width:150px !important;	
	padding-left:5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	margin-top: 10px !important;	
	font-size:16px;
}
.analytics_text
{
	position: absolute;
   margin-top: 80px;
    text-align: center;
    left: 30px;
    font-size: 26px;
	color:#868786;
}
.analytics_accuracy
{
	position: absolute;
    margin-top: 49px;
    left: 174px;
    font-size: 42px;
	color:#009ee3;
}
.canvasjs-chart-credit {
   display: none;
}

 .norm{
	background: #20566e;
	border-bottom: 7px solid #32c1e3;
  }
  
  .satellite
  {
	 background: #20566e;
	 border-bottom: 7px solid #32c1e3;
  }
  .traffic
  {
	 background: #20566e;
	 border-bottom: 7px solid #32c1e3;
  }
   .traffic
  {
	 background: #20566e;
	 border-bottom: 7px solid #32c1e3;
  }
  .priceview
  {
	   background: #20566e;
	   border-bottom: 7px solid #32c1e3;
  }
  .alllocalities
  {
	 background: #20566e;
	 border-bottom: 7px solid #32c1e3;
  }
  .populationview
  {
	 background: #20566e;
	 border-bottom: 7px solid #32c1e3;
  }  
  .mapcalendar
  {
	float: right;
    right: 12px;
    top: 3px;  
  }
  .canvasjs-chart-canvas
  {
	 height:300px !important;
	 width:360px !important;
  }
  .select2-container .select2-search--inline .select2-search__field
  {
	font-size:14px !important; 
	margin-top:0px !important; 
  }
  .chosen-container-multi .chosen-choices li.search-field input[type="text"]
  {
	  font-size:14px !important;
  }
  .owl-item
  {
	  width:100px !important;
	  margin:2% !important;
  } 
  .chosen-container-multi .chosen-choices li.search-field input[type="text"]
  {
	  height:32px !important;
  }
  .chosen-container-multi .chosen-choices li.search-choice
  {
	  margin:7px 9px 3px 0 !important;
	  font-size:16px;
  }
  .rating_pad
  {
	  padding-left:10px;
	  padding-right:10px;
  }
  .greydis {
	background: url('../images/cal.png') 96% / 8% no-repeat #989898 !important;
}
#audi_camp {
	font-weight: bold;
	font-size: 15px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"]
{
	width:80px !important;
}
.i_clr
{
	padding-left: 8%;
	color:#0079ce !important;	
}
.i_clr_plus
{
	color:#0079ce !important;	
}
.shortlist_color
{
	background-color: transparent;
    border: none;
    color: white;
}
.inrstyle {
	font-size: 12px;
	font-weight: bold;
}	

.subpricestyle {
	font-size: 15px;
	font-weight: bold;
}

.pricereviewheading, .pricereviewprice {
	margin: 0px;
	font-style: italic;
	color: rgb(104, 104, 104);
	font-size: 15px;
}

.reviewremovemar {
	margin: 0px !important;
	font-size: 16px;
}
.rem_margin
{
	margin-top:5px !important;
	margin-bottom:0px !important;
	padding-left:10px;
}
.rem_padding
{	
	padding-right:0px !important;
	padding-left:0px !important;
}
.span_clr
{
	background-color:#323e4a !important;
	border:none;
}
.marg_top
{
	margin-top:0px !important;
}
.back_clr
{
	color:#FFF;
	background-color:#009ee3 !important;
	height:40px;
	text-align: center;
    padding-top: 10px;
}
.head_margin
{
	margin-top:5px !important;
	margin-bottom:0px !important;
	
}
.hoardowl .img-responsive{
	width: 75px;
	height: 75px;
}
.bx-wrapper .bx-controls-direction a
{
	z-index:0 !important;
}
.bx-viewport
{
	height:320px !important;
}
.addon
{
	border:none !important;
}
.chosen-container-multi .chosen-results
{
	font-size:16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color: #f4f4f4 !important;
}
.select2-container
{
	font-size:16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
	float:right;
	margin-right:0px !important;
	margin-left:5px !important;
}

