@font-face {
    font-family: futura-std-extra-bold;
    src: url(../fonts/FuturaStd-ExtraBold_0.otf);
}
@font-face {
    font-family: futura-std-book;
    src: url(../fonts/FuturaStd-Book_0.otf);
}
@font-face {
    font-family: futura-std-heavy;
    src: url(../fonts/FuturaStd-Heavy_1.otf);
}

* {
    margin: 0;
    padding: 0;
}
html{
	margin: 0 !important;
}
body {
    font-family: arial;
    font-size: 14px;
    color: #000;
	background: #f5f4f4;
	font-family: futura-std-book;
}

.top {
    height:95vh;
}

header {
    padding: 10px 0;
    background: #ffebdc;
}


/* 
.banner {
    height: 100vh;
} */
.header .dropdown {
	width:100px;
	float:right;	
	
}
.header .dropdown select{
	background: #ffebdc;
	border: 1px solid #ffebdc;
	color: #41413f;
    border: none;
    padding: 5px;
    margin-top: 8px;
	width:100px;
	font-weight:bold;
	outline:none;
	cursor:pointer;

}
.header .dropdown select option{
	border-bottom:1px solid #41413f;
}
.header .dropdown select option:first-child{
	border:none;
}
.banner img {
    width: 100%;
    height: 100%;
}

.banner {
    background: url(../images/banner.jpg);
    width: 100%;
    background-size: cover;
    height: 100%;
    position: relative
}

.banner .banner_text {
    width: 100%;
    position: absolute;
    top: 25%;
    color: #fff;
    text-align: center
}

.banner .banner_text h2 {
    font-size: 65px;
    position: relative;
    display: inline-block;
}

.banner .banner_text h2:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.banner .banner_text h4 {
    font-size: 48px;
    position: relative;
	font-family: futura-std-book;
}

.banner .banner_text h2:before {
    content: "";
    border-bottom: 1px solid #fff;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: -14%;
    left: 0;
}

.banner .banner_text h5 {
    font-size: 30px;
	font-family: futura-std-book;
}

.banner .banner_text h6 {
    font-size: 20px;
	font-family: futura-std-book;
}

.banner .banner_text p {
    font-size: 10px;
    margin-left: 250px;
	font-family: futura-std-book;
}

.form {
    width: 350px;
    background: rgba(229, 203, 187, 0.8);
    padding: 20px;
    position: fixed;
    top: 20%;
    right: 8%;
}

.form h3 {
    color: #f15a31;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
	font-family: futura-std-book;
}

.form .form_wrapper form {
    padding: 5px 15px;
}

.form .form_wrapper form input {
    width: 100%;
    background: #fff;
    border: none;
    color: #f15a31;
    padding: 5px;
    margin-top: 8px;
}
.form .form_wrapper form input, .form .form_wrapper form select, .form .form_wrapper form textarea, .form .form_wrapper form button{
	font-family: futura-std-book;
}
.form .form_wrapper form ::placeholder {
    color: #f15a31;
}

.form .form_wrapper form select {
    width: 100%;
    background: url(../images/down-arrow.png) no-repeat right #fff;
    border: none;
    color: #f15a31;
    padding: 5px;
    margin-top: 8px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.form .form_wrapper form textarea {
    width: 100%;
    background: #fff;
    border: none;
    color: #f15a31;
    padding: 5px;
    margin-top: 8px;
    height: 80px;
}

.form .form_wrapper form button {
    background: #f15931;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 10px;
}

.form .form_wrapper form button:hover {
    background: #c33f1c;
}

.who_grid {
    margin-top: 120px;
    margin-bottom: 70px;
}

.who_grid h3 {
    color: #414141;
    font-size: 45px;
	font-family: futura-std-heavy;
}

.who_grid h6 {
    color: #414141;
    font-size: 28px;
    margin-bottom: 20px;
	font-family: futura-std-book;
}

.who_grid img {
    width: 100%;
    margin-bottom: 15px;
}

footer {
    padding: 3px 0 2px 0;
    background: #f15930;
	display: inline-block;
	width: 100%;
}
footer .footer-links{
	display: inline-block;

}
footer .footer-links a{
	border-right:1px solid #fff; padding:0 5px;
	color:#fff;
	font-size: 12px;
	font-family: futura-std-book;
}
footer .footer-links a:last-child{
	border:0px solid;
}
footer .footer-links a:hover, footer .footer-links a:active{
	text-decoration:none;
}
footer .copy{
	float:right;
	color:#fff;
	font-size: 12px;
	margin-top: 2px;
	font-family: futura-std-book;
}
#myDropdown > li > a > .fa{
    visibility:hidden;
	float: right;
	margin-top: 4px;
}
#myDropdown > li > a.selected{
	background:#fff;
}
#myDropdown > li > a.selected > .fa{
    visibility:visible;
}
.header .dropdown .dropdown-toggle{
	background: #ffebdc;
	border: 0px solid #ffebdc;
	color: #41413f;
    border: none;
    padding: 5px;
    margin-top: 0px;
	width:110px;
	outline:none;
	cursor:pointer;
	font-family: futura-std-book;
	font-size:18px;

}
.header .dropdown  ul{
	background:#ffebdf;
	margin: 0;
    padding: 0px;
	border-radius:10px;
}
.header .dropdown li{
	border-bottom:1px solid #d9c8be;
	background:#ffebdf;
	float: left;
	clear:both;
	width: 100%;
}
.header .dropdown li:hover{
	
}
.header .dropdown  li a{
	font-family: futura-std-book;
	float: left;
	clear:both;
	width: 100%;
}
.header .dropdown  li a span{
	float: left;
	clear: both;
}
.header .dropdown  li:first-child, .header .dropdown  li:first-child a:hover, #myDropdown > li:first-child > a.selected{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.header .dropdown  li:last-child, .header .dropdown  li:last-child  a:hover, #myDropdown > li:last-child > a.selected{
	border-bottom:0px solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header .dropdown .dropdown-toggle:active:hover{
	background: #ffebdc;
	border: none;
	color: #41413f;
	outline:none !important;
	border:0px solid;
}
.header .open>.dropdown-toggle.btn-default{
	background: #ffebdc;
	border: 0px solid #ffebdc;
	color: #41413f;
	outline:none;
}
.header .dropdown .open>.dropdown-toggle.btn-default:focus, .header .dropdown .open>.dropdown-toggle.btn-default:hover{
	background: #ffebdc;
	border: none;
	color: #41413f;
	outline:none !important;
}
.header .dropdown select option{
	border-bottom:1px solid #41413f;
}
.header .dropdown select option:first-child{
	border:none;
}
.who_grid {
	padding:0 10px;
}
.header .dropdown  .btn.active, .header .dropdown  .btn:active{
	box-shadow:none;
	margin:0 !important;
	outline:none !important;
	outline-offset: 0px;
}
.header .dropdown ul{
	left: inherit;
    right: 0;
	top: 53px;
}
.mikasa-mobile{ 
	display:none !important;
}
.mikasa-desktop{ 
	display:block !important;
	float: left;
    clear: both;
}

span.error-msg{
    color:red;
    font-weight:700;
	margin-top: 0px;
    margin-bottom: -7px;

}
.form.thank-you-page{
	top: 46%;
}
.form.thank-you-page h3{
    margin: 15px 0;
    line-height: 24px;
}
.form.thank-you-page .big-text {
	margin-bottom: 35px;
	margin-top: 5px;
	text-transform: initial;
	line-height: 48px;
	float: none;
	color: #f15a31;
	font-size: 77px;
	font-weight: bold;
	text-align: center;
	
}
.address p{
	margin: 0 auto;
}
.form.thank-you-page .thanks-para {
	display: block;
	color: #f15a31;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
button:focus {outline:0 !important;}
[type="submit"]:focus {
   outline: none;
}
.content-popup .pop-up-body{
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
}
.btn{
	border:0px !important;
	margin:0 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
	border:0px;
	margin:0;
	
}
.banner .banner_text img{
	width:auto;
	height:auto;
	max-width:500px;
}
/* Magnific popup */
.mfp-close-btn-in .mfp-close{ background: url("../images/popup-close.png"); width:30px; height:30px; font-size:0; right: -15px; top: -16px !important; opacity:1;}
.mfp-bg{ background: #fff !important; }
.mfp-move-horizontal .mfp-with-anim{opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}
.mfp-move-horizontal.mfp-bg{opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.mfp-move-horizontal.mfp-ready .mfp-with-anim{opacity:9;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow: 0px 0px 20px rgba(10, 10, 10, 0.4);box-shadow: 0px 0px 20px rgba(10, 10, 10, 0.4);}
.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:0.8}
.mfp-move-horizontal.mfp-removing .mfp-with-anim{-webkit-transform:translateX(50px);opacity:0}
.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0} 
.content-popup{ position: relative; border:1px solid #f15a31; margin: 20px auto; background:#fff; padding:20px 0; max-width:700px; width:100%; }
.content-popup h4{ text-align:center; color: #414141; font-size: 20px; font-family: futura-std-book; border-bottom:1px solid #f15a31; padding:0 0 20px 0; margin:0 0 6px 0; font-weight:normal; }
#terms-conditions ul, #contact-us ul, #privacy ul{ margin: 15px 0 0 26px; }
.privacy-page{
	height: 300px;
	overflow-y: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;	
}
.cust-btn-listing li, .privacy-page p, .privacy-page li{
	font-size: 14px;
	font-family: futura-std-book;
} 
.privacy-page h2{
	font-size: 16px;
	color: #ef4123;
	font-family: futura-std-book;
} 
.footer-links a:focus, .footer-links a:hover{
	text-decoration: none;
}
footer .footer-links a.no-border{
	border: 0px solid;
}
/* media query */
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
.form{
	top:12.5%;
}
.banner .banner_text img{
	max-width: 450px;
}

}
@media only screen and (min-width: 1065px) and (max-width: 1300px) {
	.banner .banner_text{
		left: -80px;
	}
	
	.form{
	    right: 6%;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1065px) {
	.banner .banner_text{
		left: -80px;
	}
	.form{
	    right: 1%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.banner .banner_text {
    top: 18%;
	left: -95px;
}

.top {
    height: auto;
}

.banner {
    height: 500px;
}
    
.form {
    padding: 8px;
	width: 260px;
	top: 14%;
    right: 1%;
	z-index: 99;
}
/*     
.form .form_wrapper form input , .form .form_wrapper form select {
    width: 49%;
}
 */
.who_grid .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form .form_wrapper form textarea {
    width: 99%;
}
.form h3{
	font-size:15px;
	margin: 8px 0 2px 0;
}
.form .form_wrapper form input{
	font-size:15px;
}
.header .dropdown ul{
	right: 2.5%;
    top: 38px;
}
.form.thank-you-page{
	top: 30%;
}
.form.thank-you-page{
	padding:15px 8px;
}
.banner .banner_text img {
    width: 60%;
	
}
}

@media only screen and (min-width: 120px) and (max-width: 767px){    
.banner .banner_text{
	left:inherit;
	top: 18%;
}
.banner .banner_text h2 {
    font-size: 42px;
}

.top {
    height: auto;
}

.banner {
    height: 350px;
}

.form {
    padding: 8px;
	width: 300px;
    position: relative;
    margin: 0 auto 30px auto;
    top: 0;
    left: 0;
}
.form .form_wrapper form {
    padding: 5px 7px;
}
.form_wrapper{
	max-width: 310px;
    width: 95%;
    margin: 0 auto;
}
.form h3{
	font-size: 16px;
}
.who_grid h3 {
    font-size: 33px;
}
.form .form_wrapper form input, .form .form_wrapper form select, .form .form_wrapper form textarea{
	font-size: 13px;
}
.banner .banner_text h4 {
    font-size: 32px;
}

.form .form_wrapper form input , .form .form_wrapper form select {
    width: 100%;
}
footer{
	text-align:center;
}
footer .copy{
	float:none;
}
header .container {
    max-width: none;
    width: 100%;
	padding: 0 !important;
}
.who_grid{
	margin-top:50px;
	margin-bottom:45px;
	text-align: center;
}
.who_grid h6{ 
	font-size:14px;
}
.who_grid h3 {
    font-size: 25px;
}
.header .dropdown{
	width: 100%;
    text-align: center;
	/* -webkit-box-shadow: 0px 15px 10px -17px #111;
    -moz-box-shadow: 0px 15px 10px -17px #111;
    box-shadow: 0px 15px 10px -17px #111; */
	margin-bottom: 15px;
}
.input-group-btn{
	-webkit-box-shadow: 0px 15px 10px -17px #111;
    -moz-box-shadow: 0px 15px 10px -17px #111;
    box-shadow: 0px 15px 10px -17px #111;
}
.mikasa-mobile{ 
	display:block !important;
	text-align:center;
	width:100%;
	margin-bottom: 6px;
}
.mikasa-desktop{ 
	display:none !important;
}
.header .dropdown .dropdown-toggle{
	line-height: 30px;
	margin-bottom: 10px;
}
.form.thank-you-page{
	padding:15px 8px;
}

.header .dropdown ul{

	width:96%;
	min-width:none;
	right: 2%;
}
}
@media only screen and (max-width: 767px) {
	.content-popup{
		width:90%;
	}
}
@media only screen and (max-width: 500px) {
    .banner .banner_text h2 {
		font-size: 32px;
		margin-top: 20px;
	}
	.banner .banner_text h4 {
		font-size: 22px;
		margin: 4px 0;
	}
	.banner .banner_text h5 {
		font-size: 20px;
		margin: 4px 0;
	}
	.banner .banner_text h6 {
		font-size: 14px;
		margin: 4px 0;
	}
	.banner .banner_text p {
		font-size: 8px;
	}
	.banner{
		height: 255px;
	}
	.banner .banner_text img{
	    max-width: 202px;
		margin-left: 110px;
		margin-top: 20px;
	}
	
}