/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

body{
    font-family: 'Roboto',sans-serif;
}
.header-bg{
   position: relative;
   background-color: rgba(0,0,0,.5);
    height: 683px;
    padding: 15% 5%;
    color: #fff;
}
.header-bg h1{
    font-size: 3em;
    font-weight: 700;
}
.header-bg h3{
    font-size: 2em;
    font-weight: 300;
}
.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
}
.reach{
    padding: 5% 0;
    color: #1A1A18;
}
.reach h1{
    font-size: 3em;
    font-weight: 700;
}
.reach h3{
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
}
.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: #221F1F;
}
.top-heading h1{
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
	font-weight: 700;
}

@media only screen and (min-width: 1920px){
.shortlisted-items {
	width: 285px !important;
	}
}
.navbar-brand{
	padding: 15px 0 !important;
	margin-left: 15px !important;
}
#three_dot{
	display: inline-block;
	float: left;
	margin-top: 35px;
}
#three_dot a{
	font-size: 2em;
}
.material-icons{
	color: #1A1A18;
	font-size: 1.6em;
}

.modal-dialog{
    width: 75% !important;
    margin-top: 2.1%;
}
.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;
}

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;   
}
.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: 15%;
}
.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;
}

.login-header{
    background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    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;
}
.login-header .icon-admybrand{
    float: left;
}
.login-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;
}
.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;
}
#button {
    display: inline-block;
    position: relative;
    border: none;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    background: transparent;
}

#button span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#button:before,
#button:after {
    content: '';
    position: absolute;
    /*top: 0.67em;*/
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

#button:before {
    content: attr(data-hover);
    -webkit-transform: translate(-90%,0);
    -moz-transform: translate(-90%,0);
    -ms-transform: translate(-90%,0);
    -o-transform: translate(-90%,0);
    transform: translate(-90%,0);
}

/* :after */

#button:after {
    content: attr(data-active);
    -webkit-transform: translate(90%,0);
    -moz-transform: translate(90%,0);
    -ms-transform: translate(90%,0);
    -o-transform: translate(90%,0);
    transform: translate(90%,0);
}

/* Span on :hover and :active */

#button:hover span,
#button:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

#button:hover:before,
#button:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

/* 
  We hide :before pseudo-element on :active
*/

#button:active:before {
    -webkit-transform: translate(-90%,0);
    -moz-transform: translate(-90%,0);
    -ms-transform: translate(-90%,0);
    -o-transform: translate(-90%,0);
    transform: translate(-90%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.login-header{
	background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
	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: 50px;
    padding-left: 50px;
}
.login-header .icon-admybrand{
    float: left;
}
.login-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;
}
.line-adv{
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #1A1A18;
	padding: 5% 0;
}
.modal-body-left{
	border-right: 1px solid #ddd;
    float: left;
    padding: 0 5%;
    margin: 5% 0;
    width: 50%;
}
.modal-body-right{
	float: left;
	padding: 0 5%;
	margin: 5% 0;
	width: 50%;
}
.login-fields{
	border: 1px solid #1A1A18;
	border-radius: 2px;
	color: #1A1A18;
}
.login-fields:hover, .login-fields:focus{
	outline: none;
	border-color: #1A1A18;
}
.login_modal_footer {
    background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    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);
}
.login_modal_btn{
	height: 35px;
    width: 40% !important;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #1A1A18 !important;
    background: #FFDE00 !important;
    border: none !important; 
    margin-top: 5%;
    text-shadow: 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;
}
.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: #1A1918 !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;

}
/* Showreel Popup video (HTML5) */

.videoclose{
	cursor: pointer;
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 20px;
	top: 20px;
	overflow:hidden;
	border:none;
	background:url(../images/close.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 99999;
}

#bgvid{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 9999;
	background:#000;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
#bgvid2{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 9999;
	background:#000;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
.top_banner_inputfield{
	margin: 2% auto auto auto;
	width: 100%;
	display: none;
}
.top_banner_inputfield select{
	height: 40px;
	width: 20%;
	opacity: .9;
	color: #1A1A18;
	padding: 0 1%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	border: none;
	-webkit-appearance:none;
}
.top_banner_inputfield input[type=button]{
	height: 40px;
	box-shadow: none;
	background-color: #1A1A18;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	padding: 0 15px;
}

/*.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
}
*/
/*.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}
*/
/*.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}*/
@media only screen and (min-width:1280px ) and (max-width: 1920px){
	.section2 {
	height: 375px;
	}
	.section1{
		height: 375px;
	}
.notion_heading {
	width: 100%;
}

.row_tech {
	height: 240px;
	position: relative;
	/* bottom: 100px; */
	background: white;
}
	
	}

.header.active {
    background: #595353 !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;
	opacity: 0.6;
}

.header.active:hover {
	opacity: 1.0;
}

.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;
  
}
.admybrand {
    display: inline-block;
    float: left;
    position: relative;
    top: 35px;
    font-size: 16px;
    margin-left: 15px;
}
.admybrand a {
    color: #fff;
}

.mid-sec{
    background-image: url(../images/bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 5%;
    margin-top: 5%;
     color: #fff;
}
.mid-sec h1{
    font-size: 3em;
    font-weight: 700;
}
.mid-sec p{
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 3%;
}
.partner{
    margin: 5% 0;
}
.partner h1{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 5%;
}
.power-section{
    background-image: url(../images/snapshot.jpg);
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    color: #fff;
}
.power-section h1{
    font-weight: 700;
    font-size: 3em;
}
.margin-top h3{
    font-size: 2em;
    font-weight: 400;
}
.power-section h3{
    font-weight: 300;
    font-size: 2em;
}
.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;
}

.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: 40px;
	text-align: center;
	border: medium none;
	color: black;
	font-size: 14px;
	border-radius: 3px;
	position: relative;
	top: 11%;
	left: 8%;
}

.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{
	display:flex;
	margin-top: 2%;
	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: rgb(173, 68, 130) 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%;
	margin-left:250px;
	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%;
	margin: 1%;
	height: 70px;
	padding: 1% 10%;
}

.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;
	text-align: center;
	width: 76%;
}

.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;*/
	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:18px;
	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;
}

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

.listheadingstyle {
	padding: 3% 0%;
}

.textinlist {
	color: #959595;
	padding-left: 3%;
}

.list-item {
	padding: 0px !important;
	font-size: 18px;
	border-bottom: 2px solid #b1b2b3;
}

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

.recommendedforyou {
	position: relative;
	top: 33%;
	left: 6%;
	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%;
	padding-top: 3%;
	padding-left: 1%;
	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%;
}

.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: 30%;
	color: white;
	left: 35%;
	/* 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%;
}

.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;
}

.enable-btn {
	background: #009ee3 none repeat scroll 0% 0%;
	border: medium none;
	color: white;
	padding: 1%;
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	margin-bottom: 5%;
	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) none repeat scroll 0% 0%;
	border: medium none;
	color: white;
	padding: 1% 4%;
	border-radius: 8px;
	font-weight: 800;
	font-size: 20px;
	width: 20%;
}

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

.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*/

iframe{
	width:550px;
}

@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;
}
.item img{
    width: 100%;
}
.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: 49px ;
    width: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navclass
{
	margin-bottom:-20px !important;	
		margin-left: -15px;
		margin-right: -15px;
	border: 0px  transparent !important;
	background: transparent !important;
    z-index: 999 !important;
	position: fixed;
	width: 100%;
}
.navul
{
	font-size: 16px;
    padding-top: 20px ;   
	margin-right: 1%;
}

.lockimg
{
	height: 30px;
    width: 25px;	
}
.navbar-nav>li>a{
   /* margin-left: 20px !important;
    margin-right: 20px !important;*/
    color: #1A1A18 !important;
    text-shadow: none !important;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 800;	
}
.listspace1
{
	    margin-top: -10px !important;
}
#video_id
{
	height: 600px !important;
	width: 100%;	
	object-fit: cover;	
}

.video_text
{
	position:absolute;
	top: 200px;
	
}
.video_pad
{
	padding-left:7% !important;	
}


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

.heading
{
	color:white;	
	font-size:21px;
}
.heading_text
{
	margin-left:10px;
}
.heading_link
{
	color:white;
	font-size:16px;
	font-weight:bold;
	background-color: rgba(255,255,255,0.4);
	padding: 4% 25% !important;
	text-decoration: none !important;
	
}
.heading_link:hover
{
	background-color: rgba(0,0,0,0.6);	
	color:white;
}

.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;
}



/*.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: 58px;
	font-weight: 900;
	padding-top: 180px !important;	
	text-align: center;
	position: relative;
	top: -140px;
}
.capture_para
{
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	position: relative;
	top: -145px;
}
.capture_you
{
	padding-left:40px !important;	
}
.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
{
	
}
.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:60px;
  width:100%;
  float:left;
  background:#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:#fff !important;
  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
{
	/*padding-left: 35px;*/
font-size: 24px !important;
padding-top: 31px;
}
.btn-margin2
{
	margin-left:40%;
	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;
	
}
.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;	
}
.btn_width
{
	width:115px !important;
	padding: 3px 5px !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_clr
{
	background-color:#183641 !important;
	font-size:12px;
}
.btn_clr1
{
	background-color:#20566e !important;
	font-size:12px;
}
.btn_clr2
{
	background-color:#4699b7 !important;
	font-size:12px;
}
.dashboard_bold
{
	font-weight:bold;
	margin-top: 0px;
}
.apprp_clr
{
	background-color:#ffed00 !important;
	color:black !important;
	border-radius: 5px !important;
	padding:2%;
}
.apprp_line
{
	padding-left:17px;
}
.apprp_num
{
	padding-right:32px;
	float:right;
}
.app_clr
{
	background-color:#ad4482 !important;
	color:#fff !important;
	border-radius: 5px !important;
	padding:2%;
}
.app_line
{
	padding-left:10px;
}
.app_num
{
	padding-right:32px !important;
	float:right;
}
.publ_clr
{
	background-color:#333b47 !important;
	color:#fff !important;
	border-radius: 5px !important;
	padding:2%;
}
.publ_line
{
	padding-left:10px;
}
.publ_num
{
	padding-right:32px !important;
	float:right;
}
.rejt_clr
{
	background-color:#e3000f !important;
	color:#fff !important;
	border-radius: 5px !important;
	padding:2%;
}
.rejt_line
{
	padding-left:18px;
}
.rejt_num
{
	padding-right:32px;
	float:right;
}
.delvd_clr
{
	background-color:#00963f !important;
	color:#fff !important;
	border-radius: 5px !important;
	padding:2%;
}
.delvd_line
{
	padding-left:12px;
}
.delvd_num
{
	padding-right:32px;
	float:right;
}
.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 */

.header_list
{
	padding:6.2% 2% !important;	
	width:120px;
	text-align:center;
}

/* Float Shadow */

.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;	
}
#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;
	height: 40px !important;
	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: 100px;
	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;
}



