/* 
font-family: 'Minion-Pro';
font-family: 'Bliss-Pro';
font-family: 'Montserrat';
*/
@font-face {
    font-family: 'Minion-Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bliss-Pro';
    src: url('../fonts/BlissPro-Light.woff2') format('woff2'),
        url('../fonts/BlissPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bliss-Pro';
    src: url('../fonts/BlissPro.woff2') format('woff2'),
        url('../fonts/BlissPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bliss-Pro';
    src: url('../fonts/BlissPro-Bold.woff2') format('woff2'),
        url('../fonts/BlissPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none
}
b, strong{
    font-weight: 700;
}
body {
    font-size: 18px;
    line-height: normal;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #004A8F;
}
a{
    color: #004A8F;
    display: block;
    font-weight: 700;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
p a, ul li a{
    display: inline-block;
}
p{
    margin-bottom: 20px;
    line-height: 30px;
}
header{
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header.sticky {
	transform: translateY(-90px);
}
img{
    max-width: 100%;
}
.ht-logo a, .hb-logo a, .ft-logo a {
	display: inline;
}
.header-top{
    background: #fff;
    padding: 25px 0;
}
.ht-logo img {
	max-width: 150px;
}
.hb-logo img{
    max-width: 170px;
}
.header-bottom{
    padding: 30px 0;
    background: #004A8F;
}
.home-banner {
	margin-top: 205px;
	min-height: calc(100vh - 205px);
}
.hb-desc {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: max-content;
	top: 75px;
	bottom: 75px;
    flex-direction: column;
}
.hb-desc .small-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.hb-desc h1 {
	color: #EF4130;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 70px;
}
.hb-desc h1 sup {
	font-size: 34px;
	top: -1.5em;
}
.hb-desc p {
	font-size: 40px;
	font-family: 'Montserrat';
	font-weight: 400;
    margin: 0;
}
.btn-blue {
	width: max-content;
	background: #004A8F;
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
	line-height: 1.5;
	border-radius: 30px;
	box-shadow: none;
	outline: none;
	font-weight: 700;
	border: 4px solid #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
    color: #004A8F;
    background: #fff;
    border-color: #004A8F;
}
.better-line{
    background: #EF4130;
    padding: 15px 0;
}
.better-line h2{
      color: #fff;
    font-weight: 200;
    margin: 0;
    font-size: 55px;
    font-family: 'Montserrat';
}
.home-abt{
    margin-top: 50px;
}
h2 {
	font-size: 46px;
	margin-bottom: 25px;
}
h2 sup {
	font-size: 20px;
	top: -1em;
}
.home-abt .btn-red{
    margin: 50px auto 0;
}
.btn-red {
	width: max-content;
	background: #EF4130;
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
	line-height: 1.5;
	border-radius: 30px;
	box-shadow: none;
	outline: none;
	font-weight: 700;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
    color: #fff;
    background: #004A8F;
}
.abt-img {
	margin: 0 0 30px;
}
.abt-img img{
    width: 100%;
}
.home-package{
    padding: 75px 0;
    background: #C4DAF1;
}
.home-package .row .row{
    margin-top: 50px;
}
.pack-img img {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.home-options{
    margin: 50px 0;
}
.home-options h3{
   text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 25pt;
}
.home-options .table-responsive {
	margin: 30px auto 0;
	display: block;
	
    text-align: left;
    font-family: 'Bliss-Pro';
}
.home-options .table-responsive th, .home-options .table-responsive td{
    color: #000;
}
.home-options .table-responsive thead{
    border: 0;
}
.home-options .table-responsive th {
	background: #C4DAF1;
	padding: 10px;
	border: 0;
       font-family: 'Bliss-Pro';
    font-size: 20.6393pt;
    font-weight: 700;
}
.home-options .table-responsive td {
	min-width: 120px;
    padding: 10px;
    font-size: 18.693pt;
    font-family: 'Bliss-Pro';
    font-weight: 400;
}
.home-options .table-responsive tr {
	border-bottom: 1px solid #000;
}
.home-options p{
    color: #000;
    font-size: 16px;
}
.home-options .table-responsive p {
	margin: 0 14%;
}
footer{
    background: #004A8F;
    padding: 50px 0;
}
.ft-logo{
    margin-bottom: 30px;
}
.ft-logo img{
    max-width: 150px;
}
footer ul{
    margin-bottom: 30px;
}
footer ul li, footer ul li a {
	color: #fff;
	line-height: 1.5;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active{
    opacity: .75;
}
footer p{
    font-family: 'Montserrat';
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
/* Responsive */
@media screen  and (max-width: 1599px) {
    .hb-desc .small-title, .hb-desc h1 sup{
        font-size: 24px;
    }
    .hb-desc h1{
        font-size: 60px;
    }
    .hb-desc p{
        font-size: 30px;
    }
    .better-line h2{
        font-size: 44px;
    }
}
@media screen  and (max-width: 1399px) {
    .header-top {
        padding: 15px 0;
    }
    .ht-logo img {
        max-width: 120px;
    }
    .header-bottom{
        padding: 20px 0;
    }
    header.sticky {
        transform: translateY(-62px);
    }
    .hb-logo img {
        max-width: 150px;
    }
    .home-banner {
        margin-top: 151px;
        min-height: calc(100vh - 151px);
    }
    .better-line h2 {
        font-size: 34px;
    }
    h2{
        font-size: 40px;
    }
    h2 sup {
        font-size: 18px;
        top: -1em;
    }
    .better-line h2 sup{
        top: -.5em;
    }
}
@media screen  and (max-width: 1199px) {
    .home-banner{
        min-height: 100%;
        height: 515px;
    }
    .hb-desc .small-title, .hb-desc h1 sup {
        font-size: 16px;
    }
    .hb-desc h1 {
        font-size: 50px;
    }
    .hb-desc p {
        font-size: 26px;
    }
    .btn-blue, .btn-red{
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media screen  and (max-width: 991px) {
    .hb-desc {
        left: 30px;
        right: auto;
        justify-content: normal !important;
        width: calc(100% - 60px);
    }
    .hb-link {
        margin-top: 15px;
    }
    .hb-link .ms-auto {
        margin-left: 0 !important;
    }
    .home-banner{
        height: 455px;
    }
    h2 {
        font-size: 30px;
    }
    .home-package .row .row{
        row-gap: 30px;
    }
    .home-package .row .row .col-lg-3 {
        width: 50%;
    }
    .pack-img img{
        max-width: 100%;
    }
}
@media screen  and (max-width: 767px) {
    .hb-desc {
        left: 15px;
        width: calc(100% - 30px);
        top: 50px;
        bottom: 50px;
    }
    .better-line{
        padding: 10px 0;
    }
    .better-line h2 {
        font-size: 20px;
    }
    h2 sup {
        font-size: 10px;
        top: -1em;
    }
    .better-line h2 sup {
        top: -.3em;
        font-size: 16px;
    }
    h2 {
        font-size: 25px;
    }
    .home-abt .btn-red {
        margin: 20px auto 0;
    }
    .home-package{
        padding: 50px 0;
    }
    .home-package .row .row {
        margin-top: 30px;
    }
    .home-options .table-responsive{
        width: 100%;
    }
    .home-options .table-responsive td, .home-options .table-responsive th{
        padding: 5px;
    }
}
.w-25{
width:25%;
}
table{
    width: unset;
    margin: 0 auto;
}
.fs-22{
font-size:22px;
}
