dl, ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear_both{
	float: none;
	clear: both;
}

#element canvas{
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	background: none;
}

.padding_top{
	padding-top: 70px;
}

.earth-overlay{
	pointer-events: all !important;
}

.warning {
	transform: translate(-50%, -50%);
	cursor: pointer;
	pointer-events: all;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.state_warning {
	cursor: pointer;
	pointer-events: auto !important;
}

.earth-overlay{
	pointer-events: auto !important;
	-webkit-user-select: auto !important; 
	-ms-user-select: auto !important; 
	user-select: auto !important;
}

.usa_state, .ind_state{
	background: url(../img/locationpin.png) no-repeat center top;
	width: 16px;
	height: 33px;
	cursor: pointer;
	pointer-events: auto !important;
}

.usa_state.earth-occluded, .ind_state.earth-occluded{
	display: none !important;
}

.usa_state.activate, .ind_state.activate{
	z-index: 9998 !important;
}

/*.ind_state.bihar_pos{
	margin: -7px 0 0 -7px;
}

.details_box.bihar_pos{
	transform: translate(-7px,-7px);
}*/

.ind_state.goa_pos{
	margin: -10px 0 0 0;
}

.details_box.goa_pos{
	transform: translate(0,-10px);
}

.ind_state.chhattisgarh_pos{
	margin: 0 0 0 -15px;
}

.details_box.chhattisgarh_pos{
	transform: translate(-15px,0px);
}

.ind_state.jharkhand_pos{
	margin: -10px 0 0 -5px;
}

.details_box.jharkhand_pos{
	transform: translate(-5px,-9px);
}

.ind_state.tamil_pos{
	margin: -30px 0 0 -8px;
}

.details_box.tamil_pos{
	transform: translate(-9px,-29px);
}

.ind_state.wb_pos{
	margin: -10px 0 0 -35px;
}

.details_box.wb_pos{
	transform: translate(-35px,-9px);
}

.ind_state.vijay_pos{
	margin: 0 0 0 -35px;
}

.details_box.vijay_pos{
	transform: translate(-36px,0px);
}

.ind_state.tel_pos{
	margin: -10px 0 0 -10px;
}

.details_box.tel_pos{
	transform: translate(-10px,-10px);
}

.usa_state.florida_pos{
	margin: -10px 0 0 -7px;
}

.details_box.florida_pos{
	transform: translate(-8px,-9px);
}

.usa_state.virginia_pos{
	margin: -15px 0 0 -15px;
}

.details_box.virginia_pos{
	transform: translate(-15px,-14px);
}

.usa_state.nc_pos{
	margin: 0 0 0 -25px;
}

.details_box.nc_pos{
	transform: translate(-25px,0);
}

.usa_state.ny_pos{
	margin: -10px 0 0 -20px;
}

.details_box.ny_pos{
	transform: translate(-21px,-10px);
}

.usa_state.mary_pos{
	margin: 0 0 0 -15px;
}

.details_box.mary_pos{
	transform: translate(-15px,2px);
}

.usa_state.texas_pos{
	margin: 0 0 0 -5px;
}

.details_box.texas_pos{
	transform: translate(-5px,0);
}

.usa_state.louisiana_pos{
	margin: -30px 0 0 -20px;
}

.details_box.louisiana_pos{
	transform: translate(-20px,-28px);
}

.usa_state .state_warning, .ind_state .state_warning{
	position: absolute;
	left: 50%;
	top: -18px;
	padding: 1px 3px 0 3px;
	font-size: 10px;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	white-space: nowrap;
	visibility: hidden;
	/*pointer-events: none;*/
}

.usa_state.activate .state_warning.active, .ind_state.activate .state_warning.active{
	visibility: visible;
}

.usa_state .state_warning:after, .ind_state .state_warning:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -5px;
	width: 0; 
  	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff;
}

.details_box{
	width: 300px;
	/*height: 90px;*/
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 8px;
	margin-left: -150px;
	/*margin-top: -45px;*/
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-left: -145px;
}

.details_box:after{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255, 255, 255, 0.8);
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -5px;
}

.details_box span.close_details{
	position: absolute;
	right: 10px;
	top: 3px;
	color: #616161;
	cursor: pointer;
	display: block;
	font-size: 16px;
	z-index: 998;
	font-weight: 700;
}

.details_box p.name{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 0;
	color: #000;
	text-transform: capitalize;
}

.details_box p.post, .details_box p.title{
	font-size: 12px;
	margin: 0 0 0 0;
	color: #3262aa;
	line-height: 16px;
	text-transform: capitalize;
}

.details_box .pic_box{
	width: 75px;
	margin: 0 10px 0 0;
}

.details_box .pic_box figure{
	height: 100%;
	width: 75px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
   	justify-content: center;
   	margin: 0;
}

.details_box .pic_box figure img{
	max-height: 75px;
	max-width: 75px;
	border-radius: 10px;
}

.details_box p.location, .details_box p.state{
	font-weight: 600;
	color: #4f5150;
	background: url(../img/cardlocation.png) no-repeat left 4px;
	padding: 0 0 0 15px;
	font-size: 12px;
	float: left;
	margin: 0;
	text-transform: capitalize;
}

.details_box a.linkedin{
	display: block;
	background: url(../img/linkedIn.png) no-repeat;
	width: 21px;
	height: 20px;
	margin: 1px 0 0 0;
	cursor: pointer;
}

.tooltip_box{
	cursor: pointer;
	pointer-events: all;
	background: url(../img/state_icon.png) no-repeat center top;
	width: 16px;
	height: 16px;
}

.earth-occluded .warning, .earth-occluded .state_warning {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiNGRjAwMDAiIGQ9Ik0yNCAyM2gtMjRsMTItMjIgMTIgMjJ6bS0yMi4zMTUtMWgyMC42M2wtMTAuMzE1LTE4LjkxMi0xMC4zMTUgMTguOTEyem0xMC4zMTUtMmMuNDY2IDAgLjg0NS0uMzc4Ljg0NS0uODQ1IDAtLjQ2Ni0uMzc5LS44NDQtLjg0NS0uODQ0LS40NjYgMC0uODQ1LjM3OC0uODQ1Ljg0NCAwIC40NjcuMzc5Ljg0NS44NDUuODQ1em0uNS0xMXY4aC0xdi04aDF6Ii8+PC9zdmc+);
	opacity: 0.7;
	display: none;
}

#element::after {
/*	content: "";
	position: absolute;
	top: 9.85%;
	left: 9.85%;
	bottom: 9.85%;
	right: 9.85%;
	box-sizing: border-box;
	border: 1px #D0D0D0 solid;
	border-radius: 50%;*/
}


#wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 92%;
	max-width: 100em;
	font-family: 'Montserrat', sans-serif;
	min-height: 100vh;
}



h3 {
	font-size: 1.1em;
	cursor: pointer;
	margin-bottom: -0.2em;
	line-height: 140%;
}

#zoom-out {
	/*position: absolute;*/
	width: 80px;
	height: 80px;
	background: #000;
	cursor: pointer;
	z-index: 100;
	transition: transform 0.3s ease;
	border-radius: 50%;
}

.globe_wrapper{
	/*min-height: 100vh;*/
	background: #060709;
	padding: 50px 0 60px 0;
	/*overflow: hidden;*/
}

.globe_wrapper h2{
	color: #2896d3;
	padding: 0 0 50px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
	font-weight: 700;
	line-height: 42px;
	margin: 0;
}

.country_name_usa{
	margin: 0 0 40px 0;
	cursor: pointer;
	width: 165px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 48px;
	border: 1px solid #353c44;
	background: #2f3438 url(../img/us_flag.png) no-repeat 12px 9px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 18px;
	float: left;
}

.country_name_ind{
	margin: 0 35px 40px 0;
	cursor: pointer;
	width: 165px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 48px;
	border: 1px solid #353c44;
	background: #2f3438 url(../img/ind_flag.png) no-repeat 12px 9px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 18px;
}

.usa_scroll, .ind_scroll{
	height: 430px;
	width: 360px;
	background: #fff;
	padding: 20px 20px 0px 20px;
	border-radius: 12px;
	margin: 0 0 0 0;
	position: relative;
	box-shadow: 0 0 15px #33383b;
}

.usa_scroll:after{
	position: absolute;
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 13px solid transparent;
  	border-right: 13px solid transparent;
  	border-bottom: 15px solid #fff;
	left: 265px;
	top: -15px; 
}

.ind_scroll:after{
	position: absolute;
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 13px solid transparent;
  	border-right: 13px solid transparent;
  	border-bottom: 15px solid #fff;
	left: 72px;
	top: -15px;  
}

.usa_scroll .txt_wrapper, .ind_scroll .txt_wrapper{
	margin-bottom: 15px;
}

.usa_scroll .txt_wrapper:after, .ind_scroll .txt_wrapper:after{
	display: block;
	background:url(../img/search.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 10px;
	content: "";
}

.usa_scroll .txt_wrapper input[type="text"], .ind_scroll .txt_wrapper input[type="text"], .usa_select_wrapper .txt_wrapper input[type="text"], .ind_select_wrapper .txt_wrapper input[type="text"]{
	border-radius: 20px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: block;
	-webkit-box-shadow: 5px 5px 5px 0px #e8e8e8;
	-moz-box-shadow: 5px 5px 5px 0px #e8e8e8;
	box-shadow: 5px 5px 5px 0px #e8e8e8;
	height: 35px;
	padding: 0 40px 0 12px;
	width: 100%;
	border: 0;
	background: #fff;
}

.select2-container {
	color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	}

.usa_select_wrapper .txt_wrapper input[type="text"], .ind_select_wrapper .txt_wrapper input[type="text"]{
	-webkit-box-shadow: 0 0 0 0px transparent;
	-moz-box-shadow: 0 0 0 0px transparent;
}

.usa_scroll .txt_wrapper input[type="text"]::placeholder, .ind_scroll .txt_wrapper input[type="text"]::placeholder, .usa_select_wrapper .txt_wrapper input[type="text"]::placeholder, .ind_select_wrapper .txt_wrapper input[type="text"]::placeholder{ 
  color: #a0a0a0;
  opacity: 1; 
}

.usa_scroll .txt_wrapper input[type="text"]:-ms-input-placeholder, .ind_scroll .txt_wrapper input[type="text"]:-ms-input-placeholder, .usa_select_wrapper .txt_wrapper input[type="text"]:-ms-input-placeholder, .ind_select_wrapper .txt_wrapper input[type="text"]:-ms-input-placeholder{ 
  color: #a0a0a0;
  opacity: 1; 
}

.usa_scroll .txt_wrapper input[type="text"]::-ms-input-placeholder, .ind_scroll .txt_wrapper input[type="text"]::-ms-input-placeholder, .usa_select_wrapper input[type="text"]::-ms-input-placeholder, .ind_select_wrapper input[type="text"]::-ms-input-placeholder{ 
  color: #a0a0a0;
  opacity: 1; 
}

.usa_scroll .txt_wrapper input[type="text"]:focus-visible, .ind_scroll .txt_wrapper input[type="text"]:focus-visible, .usa_select_wrapper .txt_wrapper input[type="text"]:focus-visible, .ind_select_wrapper .txt_wrapper input[type="text"]:focus-visible{
	outline: none;
}

.usa_select_wrapper .txt_wrapper, .ind_select_wrapper .txt_wrapper{
	padding: 0 0 1rem 0;
}

.usa_select_wrapper .select2-container--default .select2-selection--single, .ind_select_wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
}

.usa_select_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .ind_select_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 10px;
}

.usa_select_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder, .ind_select_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a0a0a0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.usa_select_wrapper .select2-container .select2-selection--single .select2-selection__rendered, .ind_select_wrapper .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 12px;
}

.usa_select_wrapper .select2-container .select2-selection--single, .ind_select_wrapper .select2-container .select2-selection--single{
	height: 35px;
}

.usa_select_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .ind_select_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 35px;
}

.scrolling_ind, .scrolling_usa{
	height: 345px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.scrolling_usa_mobile, .scrolling_ind_mobile{
	height: 345px;
}

.usa_mobile, .ind_mobile{
	min-height: 345px;
}

.usa_wrapper_mobile, .ind_wrapper_mobile{
	position: absolute;
	z-index: 999;
	display: none;
	width: calc(100% - 30px);
}

.scrolling_ind ul li.state_ind, .scrolling_usa ul li.state_usa{
	display: block;
	line-height: 40px;
	color: #020202;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}

.scrolling_ind ul li.state_ind:after, .scrolling_usa ul li.state_usa:after{
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 16px;
	transition: all 500ms;
	background: url(../img/arrow.png) no-repeat;
	width: 8px;
	height: 10px;
}

.scrolling_ind ul ul li:after, .scrolling_usa ul ul li:after{
	display: none;
}

.scrolling_ind ul li.state_ind:hover, .scrolling_usa ul li.state_usa:hover, .scrolling_ind ul li.active.state_ind, .scrolling_usa ul li.state_usa.active{
	color: #2896d3;
}

.scrolling_usa ul li.state_usa.active, .scrolling_ind ul li.state_ind.active{
	background: #e0e0e0 url(../img/Bluelocation.png) no-repeat 12px 10px;
	border-radius: 10px;
	padding-bottom: 15px;
}

.scrolling_usa ul li.state_usa.active ul li, .scrolling_ind ul li.state_ind.active ul li{
	color: #000000;
}

.scrolling_usa ul li.state_usa.active ul li.active, .scrolling_ind ul li.state_ind.active ul li.active, .scrolling_usa ul li.state_usa.active ul li:hover, .scrolling_ind ul li.state_ind.active ul li:hover{
	color: #2896d3;
}

.scrolling_ind ul li.state_ind:hover:after, .scrolling_usa ul li.state_usa:hover:after{
	/*border-top: 8px solid #17568c;*/
}

.scrolling_usa ul li.state_usa.active:after, .scrolling_ind ul li.state_ind.active:after{
	transform: rotate(90deg);
}

.overflow-hidden{
	overflow: hidden;
}

.scrolling_ind ul ul, .scrolling_usa ul ul{
	display: none;
}

.scrolling_ind ul ul li, .scrolling_usa ul ul li{
	height: auto;
	padding: 0 0 0 20px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 32px;
	background: url(../img/usericon.png) no-repeat left 8px;
	font-weight: 400;
	position: relative;
}

.name_list_wrapper{
	z-index: 999;
}

ul.name_list{
	display: none;
	height: auto;
	width: 100%;
	left: 0;
	top: 0;
	background: white;
	padding: 0;
	overflow: hidden;
}

ul.name_list li{
	cursor: pointer;
	display: block;
	line-height: 34px;
	border-bottom: 1px solid #d7d7d7;
	color: #2896d3;
	padding: 0 5px;
	font-size: 14px;
}

ul.name_list li:last-child{
	border-bottom: 0;
}

.select2 .selection{
	display: block;
}

ul.usa_mobile li.state_usa_heading, ul.ind_mobile li.state_ind_heading{
	display: none;
}

.mobile_tab{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.carousel_team .item .box{
	position: relative;
	width: 206px;
	height: 206px;
	overflow: hidden;
	margin: 0 auto;
}

.carousel_team.owl-carousel .owl-item img{
	max-width: 100%;
	width: auto;
}

.carousel_team .item .box article{
    top: 65%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    background: #4a95ce;
}

.carousel_team .item .box article h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.carousel_team .item .box article p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    font-family: 'Montserrat';
    padding: 0 25px;
}

.customNextBtn {
    cursor: pointer;
    border-right: 5px solid #ff9800;
    border-bottom: 5px solid #ff9800;
    height: 25px;
    width: 25px;
    transform: rotate(-45deg) translateY(-50%);
    display:inline-block;
    margin-left: 10px;
    margin-top: 15px;
}

.customPrevBtn {
    cursor: pointer;
    border-right: 5px solid #ff9800;
    border-bottom: 5px solid #ff9800;
    height: 25px;
    width: 25px;
    transform: rotate(135deg) translateY(50%);
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

@media (max-width: 1199px) {
	#wrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
	}
/*	#earth-col {
		-webkit-order: 0;
		order: 0;
		flex: 0 1 100vw;
		max-width: 50em;
	}*/
	
}

@media only screen and (max-width:1024px){

	.globe_wrapper h2 {
	    padding: 0 0 35px 0;
	    font-size: 30px;
	    line-height: 35px;
	}

	.lav_margin {
    	margin-left: 110px;
	}

	.scrolling_ind ul li.state_ind:hover, .scrolling_usa ul li.state_usa:hover{
		color: #020202;
	}

}

@media only screen and (max-width: 1000px){

	section.our-team .one-title .title-main {
	    font-size: 30px;
	    letter-spacing: 0;
	    text-align: center;
	}

	footer h5 {
    	font-size: 14px;
	}

	.our-team, .globe_wrapper{
		padding: 30px 0;
	}

	section.our-team .one-title .title-sub-container .title-sub{
		padding-left: 0;
		text-align: center;
	}

	section.our-team .one-title{
		width: auto;
	}

	.globe_wrapper h2 {
	    text-align: center;
	}

	.mCSB_scrollTools .mCSB_draggerRail {
    	background-color: transparent;
	}

	.mobile_tab{
		position: static;
	}

	.globe_wrapper{
		min-height: 0;
	}

	.country_name_ind{
		margin: 0 10px 25px 0;
		width: 160px;
		background-position: 5px 9px;
		position: relative;
		font-size: 16px;
		line-height: 50px;
	}

	.country_name_usa{
		margin: 0 0 25px 0;
		width: 160px;
		background-position: 5px 9px;
		position: relative;
		font-size: 16px;
		line-height: 50px;
	}

	.country_name_ind.active:after {
	    position: absolute;
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 10px solid #fff;
	    left: 70px;
	    bottom: -26px;
	}

	.country_name_usa.active:after {
	    position: absolute;
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 10px solid #fff;
	    left: 70px;
	    bottom: -26px;
	}

	#earth-col{
		opacity: 0.3;
		position: relative;
		width: 100%;
		/*height: 100%;*/
		left: 0;
		top: 0;
		z-index: 1;
	}

	.usa_select_wrapper, .ind_select_wrapper{
		padding-bottom: 1rem;
		display: none;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details, ul.usa_mobile li.state_usa_heading ul li div.display_details{
		display: none;
	    width: 320px;
	    background: rgba(255, 255, 255, 0.9);
	    position: absolute;
	    z-index: 999;
	    left: 0;
	    top: 35px;
	    padding: 8px;
	    border-radius: 10px;
	    box-sizing: border-box;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details:after, ul.usa_mobile li.state_usa_heading ul li div.display_details:after{
		width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
	    content: "";
	    display: block;
	    position: absolute;
	    left: 15%;
	    top: -10px;
	    margin-left: -5px;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details.top, ul.usa_mobile li.state_usa_heading ul li div.display_details.top{
		
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details.top:after, ul.usa_mobile li.state_usa_heading ul li div.display_details.top:after{
		top: 100%;
		border-bottom: 0;
		border-top: 10px solid rgba(255, 255, 255, 0.9);
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details span.close_details, ul.usa_mobile li.state_usa_heading ul li div.display_details span.close_details{
		position: absolute;
	    right: 10px;
	    top: 0;
	    color: #616161;
	    cursor: pointer;
	    display: block;
	    font-size: 14px;
	    z-index: 1000;
	    font-weight: 700;
	    cursor: pointer;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details img, ul.usa_mobile li.state_usa_heading ul li div.display_details img{
		max-height: 64px;
	    max-width: 64px;
	    border-radius: 10px;
	    display: block;
	    margin: 0 10px 0 0;
	    float: left;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details p.name, ul.usa_mobile li.state_usa_heading ul li div.display_details p.name{
	    font-size: 14px;
	    font-weight: 600;
	    margin: 0 0 0 0;
	    color: #000;
	    text-transform: capitalize;
	    line-height: 18px;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details p.title, ul.usa_mobile li.state_usa_heading ul li div.display_details p.title{
	    font-size: 12px;
	    margin: 0 0 0 0;
	    color: #3262aa;
	    line-height: 16px;
	    text-transform: capitalize;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details p.state, ul.usa_mobile li.state_usa_heading ul li div.display_details p.state{
		font-weight: 600;
		color: #4f5150;
		background: url(../img/cardlocation.png) no-repeat left 4px;
		padding: 0 0 0 15px;
		font-size: 12px;
		float: left;
		margin: 0;
		text-transform: capitalize;
	}

	ul.ind_mobile li.state_ind_heading ul li div.display_details a.linkedin, ul.usa_mobile li.state_usa_heading ul li div.display_details a.linkedin{
	    display: block;
	    background: url(../img/linkedIn.png) no-repeat;
	    width: 21px;
	    height: 20px;
	    margin: 2px 0 0 0;
	    cursor: pointer;
	    float: right;
	}

  .ind_state, .usa_state{
    display: none !important;
  }

  .usa_scroll, .ind_scroll{
  	display: none !important;
  }

	.globe_wrapper	.padding_top {
		padding-top: 0;
	}

	.select2-container--default .select2-results__option{
		color: #000;
	}

	ul.ind_mobile li.state_ind_heading, ul.usa_mobile li.state_usa_heading {
	/*    background: url(../img/Bluelocation.png) no-repeat 0 10px;
	    color: #2896d3;
	    line-height: 40px;
	    font-size: 18px;
	    font-weight: 600;
	    position: relative;
	    padding-left: 30px;*/
	}

	ul.ind_mobile li.state_ind_heading ul li, ul.usa_mobile li.state_usa_heading ul li{
		height: auto;
		padding: 0 0 0 22px;
		text-transform: capitalize;
		font-size: 14px;
		line-height: 30px;
		background: url(../img/usericon.png) no-repeat left 8px;
		font-weight: 600;
		color: #fff;
		cursor: pointer;
		position: relative;
	}

	.name_list_wrapper{
		z-index: 2000;
	}

	.dsn-nav-bar{
		z-index: 3000;
	}

	.footer .footer-links {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}

@media (max-width: 767px) {

	.country_name_usa.active:after, .country_name_ind.active:after{
		left: 50px;
	}

	.d-xs-none{
		display: none !important;
	}

	.scrolling_usa_mobile, .scrolling_ind_mobile{
	height: 345px;
}

	.usa_mobile, .ind_mobile{
		min-height: 345px;
	}

	.country_name_ind{
		width: 120px;
	}

	.country_name_usa{
		width: 120px;
	}
}

