body{
    font-family: Montserrat;
}
*{margin: 0px;outline: 0px;}
img{max-width: 100%;} 

.gray_bg {
    padding: 60px 0;
    background: #f4f4f4;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.world_maping_banner .banner_carousel.owl-carousel .owl-dots{
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 9%;
	display:none;
}

.comman_headings {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
p.common_pg {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
}
.world_maping_banner {
    position: relative;
	border-bottom: 10px solid #03099e;
}
.world_maping_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #009af4;
    width: 100%;
    height: 5px;
    bottom: -15px;
    z-index: 1;
}
.all_name_address_blog {
    background: #f1f1f1;
    padding: 30px 30px 10px;
    border-top: 1px solid #b9b9b9;
    margin-top: 20px;
}
.all_name_address_blog .comman_headings {
    margin-bottom: 40px;
}
.horizontal_border {
    border-top: 1px solid #b9b9b9;
}
.pt_40 {
    margin-top: 40px;
}
.m_facility_blog .name_address {
    width: 20%;
}
.name_address {
    width: 16.66%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.name_address .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #03099e;
    font-family: Montserrat;
    font-weight: 700;
    width: 94%;
}
.global_highlight .name_address {
    text-align: center;
    width: 60%;
    margin: 0px auto 40px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 20px;
}
.name_address .address p{
	font-size: 14px;
    color: #000000;
    font-family: MOntserrat;
    font-weight: 600;
}
.global_highlight .name_address .name {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #00b2ff;
    font-family: Montserrat;
    font-weight: 800;
}
.global_highlight .name_address .address h4 {
    font-size: 15px;
    color: #3a3a3a;
    font-family: MOntserrat;
    font-weight: 700;
    margin-bottom: 4px;
}
.global_highlight .name_address .address p {
    font-size: 15px;
    color: #003761;
    font-family: MOntserrat;
    font-weight: 700;
    margin-bottom: 0px;
}
.global_highlight .name_address .address p span {
    display: block;
}

.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pin {
    width: 25px;
    height: 42px;
    position: absolute;
    left: -17px;
    top: -24px;
    z-index: 1;
    background-image: url(../images/nw_location.png);
	background-repeat: no-repeat;
}
.pulse {
    background: transparent;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -19px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* New */

.contact-map {
  text-align: center;
}
.pry_statement input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
    width: 46px;
    height: 24px;
}
.gip_location {
    width: 98px;
    margin: 14px auto;
}
.gip_location .glocation {
    padding-bottom: 8px;
    display: none !important;
}
.glocation{
	background: url(../image/map_marker_logo.png) no-repeat;
    font-size: 16px;
    background-size: 16px;
    padding-left: 24px;
    font-family: MOntserrat;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    display: none !important;
    
}
.glocation a{
  color: #000000;
    text-decoration: none;
	font-weight: 500;
}
.glocation a:hover{
  color: #1dcfe7;
}

/*============ NEW-CSSSSSSSSSSSSS =============*/
.locations {
    padding-top: 40px;
}

.locations ul.locationtab {
    display: flex;
    border: 0;
}
.locations li.tabbutton {
    float: left;
    display: inline-block;
    text-align: center;
    zoom: 1;
    position: relative;
    min-width: 180px;
    margin-right: 25px;
	width: auto;
}
.locations li.tabbutton a.nav-link {
    display: block;
    padding: 8px 32px;
    transition: all .3s;
    font-family: Montserrat;
    font-weight: 800;
    color: #03099e;
    font-size: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    position: relative;
	#border-radius: 10px;
	background: #e8f8ff;
}

.locations li.tabbutton a.nav-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    #border-radius: 10px;
    height: 3px;
    background: rgb(25,87,224);
    background: -moz-linear-gradient(top, rgba(25,87,224,1) 0%, rgba(1,178,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(25,87,224,1) 0%,rgba(1,178,255,1) 100%);
    background: linear-gradient(to bottom, rgba(25,87,224,1) 0%,rgba(1,178,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1957e0', endColorstr='#01b2ff',GradientType=0 );
    transition: all 0.4s;
    z-index: 1;
}
.locations li.tabbutton a.nav-link.active:before {
    height: 100%;
	z-index: -1;
}
.locations li.tabbutton a.nav-link, .locations li.tabbutton a.nav-link:hover {
    border: 0px;
}
.locations li.tabbutton a.nav-link.active {
    background: transparent;
    border: 0;
}
.tab-content .tab-pane.show .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.tab-content .tab-pane .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.9s ease;
}
.global_highlight {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.location_mark {
    display: flex;
    align-items: center;
}
.location_icon {
    min-width: 120px;
    margin-right: 30px;
}
.location_name {
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    font-family: Montserrat;
    color: #03099e;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 3px 0px 0px #009af4;
}
.location_name p {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    text-shadow: none;
    line-height: normal;
}
.address_mark {
    position: relative;
    padding:15px 0px 15px 50px;
    height: 100%;
}
.address_mark:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 5px;
    border-radius: 50px;
}
.address_mark h4 {
    font-weight: 700;
    color: #03099e;
    font-size: 26px;
    margin-bottom: 12px;
}
.address_mark p {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    width: 84%;
    text-transform: uppercase;
}
.gip_location_mark_icon.glocation {
    position: inherit;
    padding-left: 26px;
}
.address_mark.ja_jp_amark {
    display: flex;
}
.address_mark.ja_jp_amark>div {
    width: 60%;
}
.address_mark .branch_name {
    width: 40%;
}
.address_mark .branch_name h3 {
    font-size: 20px;
    color: #009af4;
    font-weight: 800;
}
.address_mark .branch_name h4 {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}
.e_mail, .phone {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.e_mail img, .phone img {
    width: 18px;
}
/*============ NEW-CSSSSSSSSSSSSS =============*/


.tabheading{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
}

/*=================== contact-form css ===================*/
.contect_us_form {
    padding: 60px 0;
}
.modal-content.modal-content-bodyform {
    background: hsl(0deg 0% 95%);
    padding: 25px 40px;
    border: 0px solid #676767;
    margin-top: 40px;
}

.modal-content.modal-content-bodyform .contact-form label {
    position: absolute;
    color: rgb(58 58 58 / 0.70);
    margin-top: 0px;
    margin-left: -12px;
    display: block;
    pointer-events: none;
    transition: 0.2s;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #01b2ff;
    background: transparent;
}

/*=================== custom floting_contact_form css ===================*/

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 0px;
    display: block;
    width: 100%;
    color: #3a3a3a;
    height: 34px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #00b2ff;
}

/* .floting_contact_form .floating-input, .floting_contact_form .floating-select {
    font-size: 16px;
    color: #3a3a3a;
} */
/* .floting_contact_form .floating-label label {
    opacity: 0.8;
    color: #676767;
	padding: 4px 10px;
} */
.floting_contact_form .floating-input:focus ~ label, .floting_contact_form .floating-input:not(:placeholder-shown) ~ label {
    opacity: 0.8;
    font-size: 75%;
    padding-left: 0;
}
.pry_statement span {
    font-size: 14px;
    
    font-family: Montserrat;
    color: #000000;
}
.pry_statement span a{
	border-bottom: 2px solid #1c80ff;
    text-decoration: none;
}
.modal-content.modal-content-bodyform .contact-form .form-group .btn-billed {
    background: transparent;
    border-radius: 0;
    padding: 7px 40px;
    box-shadow: none;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    float: left;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 15px;
}
.modal-content.modal-content-bodyform .contact-form .form-group .btn-billed:hover {
    background: #00b2ff;
    color: #fff;
    border-color: #00b2ff;
}

img.mobilemapimg {
	display: none;
}



/*============== ANIMATION ===================*/
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }
	.banner_carousel.owl-carousel .first_banner_bg img {
		width: 100% !important;
	}
}

@media (max-width: 1599px)  {
	.comman_headings {
		font-size: 32px;
	}
	.location_name {
		font-size: 36px;
		line-height: 42px;
	}
	.location_name p {
		font-size: 15px;
	}
	.address_mark p {
		font-size: 15px;
		width: 100%;
	}
	.location_icon img {
		width: 80%;
	}
	.location_icon {
		margin-right: 10px;
	}
	.address_mark {
		padding: 15px 0px 15px 30px;
	}
	.address_mark.ja_jp_amark>div {
		width: 50%;
	}
	.address_mark .branch_name {
		width: 50%;
	}
	.name_address .name {
		width: 100%;
	}
}


@media (min-width:992px) and (max-width:1199px){
	.name_address .name {
		font-size: 15px;
	}
}

@media (max-width:1199px){
	.comman_headings {
		font-size: 28px;
	}
}
@media (max-width:991px){
	img.mapimg {
		display: none;
	}
	img.mobilemapimg {
		display: block;
	}
	.m_facility_blog .name_address {
		width: 33.33%;
	}
	.location_name {
		font-size: 28px;
		line-height: 34px;
	}
	.locations ul.locationtab {
		display: flex;
		width: auto;
		padding: 0;
	}
	.locations li.tabbutton a.nav-link {
		padding: 8px 30px;
		font-size: 26px;
	}
	.address_mark {
		padding: 0;
		margin-top: 30px;
	}
	.address_mark:before {
		opacity: 0;
	}
	.address_mark.ja_jp_amark {
		display: block;
	}
	.address_mark.ja_jp_amark>div, .address_mark .branch_name {
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px){
	.name_address {
	  width: 33%;
	}
}

@media (max-width:767px){
	.comman_headings {
		font-size: 24px;
	}
	.locations li.tabbutton {
		min-width: auto;
		margin-right: 15px;
	}
	.locations li.tabbutton a.nav-link {
		padding: 8px 20px;
		font-size: 24px;
	}
	.location_icon {
		min-width: 80px;
	}
	.name_address {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.all_name_address_blog {
		padding: 30px 20px 10px;
	}
	.name_address:after {
		position: absolute;
		content: "";
		top: -30px;
		left: -5px;
		right: -5px;
		width: auto;
		height: 1px;
		background: #ccc;
	}
	.m_facility_blog .name_address {
		width: 100%;
	}
	.pt_40 {
		margin-top: 0;
	}
	.horizontal_border {
		border-top: 0;
	}
	.modal-content.modal-content-bodyform {
		padding: 25px 20px;
	}
}

@media (max-width:425px){
.location_name {
    font-size: 26px;
    line-height: 30px;
}
}

@media (max-width:360px){
	.locations li.tabbutton a.nav-link {
		font-size: 20px;
	}
}