@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap');


html {
	height: 100%;
}

body {
	height: 100%;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 40px;
	font-weight: 600;
}
h2 {
	font-size: 52px;
	padding-bottom: 10px;
	font-weight: 300;
	color: #222222;
	text-align: center;
}
h3 {
	font-size: 25px;
	padding-bottom: 10px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 45px;
	color: #fff;
	text-transform: uppercase;
}
.container {
	max-width: 1280px;
}
.no-padding {
	padding: 0px;

}
.main-section {
	padding: 70px 0;
}
a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-orange {
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #E6AA27;
	text-transform: uppercase;
}
.btn-orange:hover {
	color: #fff;
	background: #1898C6;
}

.btn-white-outline {
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fff;
}
.btn-white-outline:hover {
	color: #fff;
	background: #E6AA27;
	border: 1px solid #E6AA27;
}

.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}

.affix ~ .container-fluid {
	position: relative;
	top: 50px;
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 1000;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-shadow: 0 1px 4px #ddd;
}
.fixed-nav .navbar-nav .nav-link {
	padding-top: 1.2rem !important;
	padding-bottom: 1.2rem !important;
}
.fixed-nav .logo img {
	width: 120px !important;
}
nav {
    width: 100%;
    position: fixed;
    z-index: 10;
}



/*Top nav*/
.top-nav {
	background: #1898C6;
	color: #fff;
	padding: 12px 0;
}
.social-icons {
	text-align: left;
}
.social-icons a {
	width: 25px;
	height: 25px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	display: inline-block;
	margin-left: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.top-nav .cont-info span {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	display: inline-block;
}
.top-nav .cont-info span .fas {
	padding-right: 3px;
}


/*Header*/

header .navbar {
	padding: 0; 
	background: #fff;
}
header .navbar .navbar-nav {
	margin-left: auto;
	font-size: 15px;
	font-weight: 500;
}
.navbar .navbar-nav .nav-link{
	color: #000;
	padding: 2rem 1rem;
	border-bottom: 2px solid #fff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
	color: #1898C6;
	border-bottom: 2px solid #1898C6;
}

header .navbar-nav .btn-contact {
	border: 2px solid #F1763F;
	color: #F1763F !important;
	padding: 10px 25px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header .navbar-nav .btn-contact:hover {
	background: #F1763F;
	border-color: #F1763F;
	color: #fff !important;
}
.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 0.5em;
    color: #000;
    font-size: 18px;
    position: absolute;
    margin-top: 4px;
    margin-left: -6px;
}
.navbar-toggler {
	font-size: 1rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

/*For mobile and ipad View*/
.menu {
	position: fixed;
	top: 0;
	z-index: 5000;
	width: 280px;
	height: 100%;
	background-color: #1898C6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu .navbar-nav {
	padding: 45px 30px 30px 30px;
}
.menu .navbar-nav a{
	display: block;
    color: #fff;
    padding-bottom: 20px;
    text-decoration: none;
    position: relative;
    z-index: 11;
}
.menu .backBtn {
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 20px;
    top: 15px;
}
.menu-right {
	right: -280px;
}
.right-open {
	right: 0;
}

/*Slider banner*/
#carousel .carousel-item.slide1 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/slider1.png');
		background-position: right;
}
#carousel .carousel-item.slide2 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/slider2.png');
}
#carousel .carousel-item.slide3 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/slider3.png');
		background-position: right;
}
#carousel .carousel-item.slide4 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/slider4.png');
		background-position: center;

}
#carousel .carousel-item {
	height: 600px;
	width: 100%;
	min-height: 350px;
	background: no-repeat center center scroll;
	background-size: cover;
}
#carousel .carousel-inner .carousel-item {
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption {
	color: white;
	animation-duration: 1s;
	animation-delay: 2s;
}
#carousel .caption h2 {
	width: 95%;
	text-align: left;
	line-height: 50px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	animation-duration: 1s;
	animation-delay: 2s;
}
#carousel .caption p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
	animation-duration: 1s;
	animation-delay: 2.2s;
}
#carousel .caption strong {
	font-size: 20px;
	animation-duration: 1s;
	animation-delay: 2.4s;
}
#carousel .caption strong big {
	color: #1898C6;
	font-weight: 600;
	font-size: 30px;
}
#carousel .caption span {
	animation-duration: 1s;
	animation-delay: 2.6s;
}

#carousel .caption a {
	margin-top: 30px;
	animation-duration: 1s;
	animation-delay: 2.4s;
}
.carousel-control-next, 
.carousel-control-prev {
	width: 4%;
}
/* Button */
.delicious-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-transform: capitalize;
	background-color: #E6AA27;
}
.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #1898C6;
}

/*Header title*/
.header-title {
	margin-bottom: 70px !important;
}
.header-title span {
	color: #F1763F;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-title h1:before {
	content: '';
    border-bottom: 3px solid #1898C6;
    position: absolute;
    width: 120px;
    left: 47%;
    top: 62px;
}

/*Insurance benefits*/
.benefits {
	padding: 70px 0 20px 0;
}
.benefits .inner-details strong {
	font-size: 20px;
	font-weight: 600;
}
.benefits .inner-details .price-plan {
	padding: 10px 0;
	border-top: 1px solid #E2E2E2;
	
}
.benefits .inner-details .price-plan .vert-bar{
	margin-top:7px;
	margin-bottom:7px;
	margin-left:1%;
	border-left: 2px solid #E2E2E2;
	
}
/* .benefits .inner-details .price-plan {
	display: inline-block;
} */
.benefits .inner-details .price-plan span big {
	font-weight: 600;
	font-size: 18px;
}
.benefits .inner-details a {
	text-decoration: none;
	float: right;
	color: #E6AA27;
	font-size: 18px;
}
.benefits .inner-details i {
	width: 38px;
    height: 38px;
    border: 2px solid #E6AA27;
    text-align: center;
    padding: 9px;
    border-radius: 100px;
}
.benefits .item {
	margin-bottom: 50px;
}

/*Apply section */
.cta-content {
	color: #fff;
	background: url(../img/bg-applynow.jpg) no-repeat;
	height: 148px;
}
.cta-content strong{
	font-weight: 600;
	font-size: 34px;
	color: #fff;
}
.cta-content span {
	font-size: 15px;
	padding-top: 15px;
	display: inline-block;
}
.cta-content .items {
	padding-left: 30px;
    padding-right: 60px;
	margin-top: 45px;
 	justify-content: space-between;
	
}
.cta-content .items .btn {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
}
.cta-content .items a small {
	display: block;
	font-size: 12px;
}
.cta-content a.apply {
	text-decoration: none;
	color: #E6AA27;
	font-weight: 600;
	text-align: right;
	margin-right: 70px;
}
.cta-content a.apply:hover {
	text-decoration: underline;
}

/*Why Mirai section*/
.why-mirai {
	margin-top: 70px;
	background: #FBFBFB;
}
.why-mirai p {
	font-weight: 400;
	font-size: 15px;
}

/*Insurance plan*/
.insurance-plans .mb-def {
	margin-bottom: 60px;
}
.insurance-plans .item .age {
	width: 92px;
	color: #fff;
	text-align: center;
	background: #C4BAC6;
	margin-right: 20px;
	padding: 10px 5px;
	border-radius: 5px;
	float: left;
}
.insurance-plans .item .age span {
	display: block;
	font-size: 20px;
}
.insurance-plans .item .age strong {
	font-size: 25px;
	font-weight: 600;
}
.insurance-plans .item .annual {
	float: left;
	margin-left: 20px;
	width: 55%;
}
.insurance-plans .item .annual .link {
	display: flex;
	justify-content: space-around;
}
.insurance-plans .item .annual .link a {
	position: relative;
	bottom: 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 50px;
	padding-right: 50px;
}
.insurance-plans .item .annual .link a:hover {
	color: #1898C6;
	border-bottom: 1px solid #1898C6;
}
.insurance-plans .item .annual .amount {
	padding: 10px 0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	justify-content: space-between;
}
.insurance-plans .item .annual .amount span {
	font-size: 24px;
	font-weight: 600;
}
.insurance-plans .item .annual .amount span small {
	color: #989898;
	font-size: 14px;
}

/*Inquiry form section*/
.inquiry-form {
	color: #fff;
	background-image:linear-gradient(to bottom, rgba(3, 67, 132, 0.8), 
		rgba(3, 67, 132, 0.8)), url('../img/bg-inquiry.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.inquiry-form .img-fluid{
	padding-top: 100px;
}
.inquiry-form p {
	width: 80%;
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.inquiry-form form {
	color: #000;
	padding: 40px;
	background: #fff;
	border-radius: 5px;
}
.inquiry-form form .form-control {
	height: 40px;
	font-size: 14px;
}
.inquiry-form form textarea {
	height: 80px !important;
}
.contact-info .detail{
	position: absolute;
	width: 100%;
	top: -500px;
	z-index: 500;
	background: #fff;
	padding: 30px;
}
.contact-info h3 {
	font-size: 22px;
}
.contact-info .list .fas {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
    color: #777777;
    background: #F2F2F2;
    text-align: center;
    padding: 11px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    vertical-align: top;
}
.contact-info .list span {
	 width: 80%;
	 display: inline-block;
}
.contact-info .office-time {
	margin-top: 30px;
}
.contact-info .office-time p {
	display: flex;
	justify-content: space-between;
}
.special .box {
	position: relative;
	align-self: center;
	width: 70px;
	height: 75px;
	margin-right: 20px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}	
.special .box:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}
.special .box.n1 {
	background: #1898C6; 
}
.special .box.n1:before {
	background: #1898C6;
}
.special .box.n2 {
	background: #E6AA27; 
}
.special .box.n2:before {
	background: #E6AA27;
}
.special .box.n3 {
	background: #1898C6; 
}
.special .box.n3:before {
	background: #1898C6;
}
.special .box span {
	font-size: 60px;
	font-weight: 700;
	line-height: 75px;
	display: inherit;
	width: 70px;
	text-align: center;
}
.special p {
	font-size: 17px;
}
/*footer*/
footer {
	background: #273141;
	color: #888D94;
	font-weight: 300;
	padding: 60px 0 20px 0;
}
footer h4:before {
	content: '';
    border-bottom: 1px solid #1898C6;
    position: absolute;
    width: 50px;
    top: 35px;
}
footer .abt {
	width: 80%;
}
footer .abt img {
	margin-bottom: 3rem;
}
footer .abt .social-icons a {
	color: #DFA924;
}
footer ul.quick-links {
	padding-left: 0px;
	vertical-align: top;
	display: flex;
}
footer ul.quick-links div {
	margin-right: 30px;
}
footer ul.quick-links li {
	list-style: none;
}
 ul.quick-links li:before {
	content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    color: #888D94;
}
footer ul.quick-links li a {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 18px;
	text-decoration: none;
	color: #888D94;
}
footer ul.quick-links li a:hover {
	color: #fff;
}
footer form .form-control {
	font-size: 14px;
	height: 45px;
	background: #222C3B;
	border: 1px solid #888D94;
	border-radius: 0;
}
footer form .btn {
	border-radius: 0;
	font-size: 18px;
	padding: 9px 20px;
}
footer .copy-right {
	border-top: 1px solid #474F5B;
	padding-top: 25px;
	margin-top: 25px;
}
footer .copy-right ul {
	padding-left: 0;
}
footer .copy-right ul li{
	list-style: none;
	display: inline-block;
}
footer .copy-right ul li a {
	color: #888D94;
	text-decoration: none;
	padding-left: 15px;
}


.lo-info-content {
	font-family: "Montserrat", Sans-serif;
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
.lo-info-content:hover {
	background: #004A7C;
}
.lo-info-content:hover a,
.lo-info-content:hover h3,
.lo-info-content:hover p {
	color: #fff !important;
}
.lo-info-content a {
	text-align: center;
	text-decoration: none;
	color: #000;
}
.lo-info-content a h3 {
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;	
}
.lo-info-content .meet-the-team.position {
	color: #7A7A7A;
	font-weight: 400;
}
.lo-info-content .c-info {
	margin: 20px 0;
}
.lo-info-content .c-info p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 300;
}
.lo-info-content  .find_lo_applynow_button {
	background: #EC6628;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	margin-top: 6px;
	display: inline-block;
}

.c-link {
		position: absolute;
		bottom: 0;
	}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/* .selectBoxDiv {
	width: 100px;
	height: 17px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: url(images/downarrow_blue.png) no-repeat right white;
	border: 2px double red;
	display: inline-block;
	position: relative;	
} */
.selectBox {
	width: 80%;
	text-align-last:center;
    height:40px;
    border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:2px;
	margin-top: 10px;
	margin-bottom: -5px;
	background-color: white;
	border:none;
}

.selectBox:focus {
	outline: none;
	border: 1px solid #999;
    color: #000;
}

[class*=icheck-]>input[type=radio]:first-child+label::before {
	background-color: white
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.vert-bar { display: none; }  /* hide it on small screens */
	.banner_text_div{ display: none }
	.promo_vid_div{ text-align: center }
	.iframe_promo_div{width:300px; height:200px}
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
	.vert-bar { display: none; }  /* hide it on small screens */
	.banner_text_div{ display: none }
	.promo_vid_div{ text-align: center }
	.iframe_promo_div{width:420px; height:315px}
  }
  
  @media screen and (min-width: 1024px) and (max-width: 2000px) {
	.vert-bar { display: block; }   /* show it elsewhere */
	.banner_text_div{ display: block; }
	.promo_vid_div{ text-align: left }
	.iframe_promo_div{width:470px; height:350px}

  }
