
/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a,
div {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-weight: 700;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}

/* Header area css */

.logo img {
    width: 500px;
}
.mobile {
    display: none;;
}
/*Banner*/
.exh-wrap {
    margin-bottom: 30px;
}

.exh-logo-wrap {
    margin-bottom: 30px;
}

.exh-logo {
    margin-bottom: 20px;
}

.exh-logo img {
    width: 270px;
}

.up-note a {
    text-decoration: underline;
}

.banner-wrap h2 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}
.banner-wrap h2 span {
    color: #013e75;
}

.exh-details p {
    font-size: 18px;
}

.exh-details p span {
    color: #000000;
    font-weight: bold;
}

.exh-details p.bordered-copy {
    padding: 20px;
    border: 3px solid #013e75;
}
/*Share CSS*/


.share-details {
    max-width: 28%;
    padding-right: 20px;
}

.share-details p {
    font-size: 18px;
}

.share-details b {
    margin-bottom: 15px;
    display: block;
}

.share-details ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.share-details li {
    margin-bottom: 5px;
}

.share-details li:last-child {
    margin-bottom: 0px;
}

.share-offer-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.share-offer-wrapper.no-margin {
    margin-bottom: 0;
}

.share-box-wrapper {
    text-align: right;
}

.share-box {
    width: 190px;
    height: 190px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.share-box i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    color: #013e75;
    z-index: 1;
}

.share-box img {
    width: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    color: #000;
    z-index: 1;
}

.share-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.share-box:hover .share-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer;
}

.share-overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.share-overlay a {
    color: #000000;
    background: #fff;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    padding: 3px 0;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.share-overlay a:hover {
    cursor: pointer;
    outline: 1px solid #ffffff;
    outline-offset: 1px;
}


/* Promo */
.promo-wrap {
    text-align: center;
}

.promo-area a {
    width: 100%;
    display: inline-block;
    border: 1px solid #013e75;
    padding: 14px 0;
    border-radius: 4px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.promo-area a:hover {
    background: #013e75;
    color: #fff;
    border: 1px solid #013e75;
}

/*FAQ*/
.faq-area .heading h3 {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 700;
}

.nav-tabs.nav-justified {
    background: #EFEFEF;
}

.nav-tabs.nav-justified li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px;
    text-transform: uppercase;
}

.nav-tabs.nav-justified li a:hover {
    color: #013e75;
}

.nav-tabs.nav-justified li a i {
    margin-right: 10px;
}

.nav-tabs.nav-justified .active a i {
    color: #013e75;
}

.nav-tabs.nav-justified .active a,
.nav-tabs.nav-justified .active a:focus,
.nav-tabs.nav-justified .active a:hover {
    border-bottom-color: #fff;
    color: #013e75;
}

/*Accordian*/
.panel-group {
    margin-bottom: 0px;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0 none;
}

.panel.panel-default {
    border-color: #ddd;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.panel.panel-default:last-child {
    border-bottom: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border: 0 none;
    padding: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    font-size: 18px;
}

.faq-wrap .panel-title a {
    position: relative;
    font-size: 18px;
    padding: 10px 0px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    font-weight: normal;
    font-weight: 600;
}

.faq-wrap .panel-title a:hover {
    color: #013e75;
}

.faq-wrap .panel-title a[aria-expanded="true"] {
    color: #013e75;
}

.faq-wrap .panel-title a:before {
    content: '\f068';
}

.faq-wrap .panel-title a[aria-expanded="false"]:before {
    content: '\f067';
}

.faq-wrap .panel-title a:before,
.faq-wrap .panel-title a.collapsed:before {
    font-family: 'FontAwesome';
    width: 20px;
    display: inline-block;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    font-size: 16px;
}

.panel-body {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 17px;
}

.inner-img img {
    max-width: 750px;
    border: 1px solid #ddd;
    padding: 10px;
}

.ins-img .inner-img img {
    max-width: 320px;
}



/*Notice*/
.vendor img {
    width: 350px;
    margin-bottom: 30px;
}
.notice h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.notice h3 a {
    font-family: inherit;
    color: #013e75;
    font-weight: inherit;
}
.notice h3 a:hover,
.notice h3 a:focus,
.notice h3 a:active {
    text-decoration: underline;
}

.notice p {
    font-size: 18px;
    margin-bottom: 15px;
}

.notice p.last {
    margin-bottom: 0px;
}

.notice p a {
    color: #013e75;
    text-decoration: underline;
}

/*Footer*/
.footer-area {
    background: #013e75;
}
.inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lines span {
    width: 30px;
    margin-right: 10px;
}
.lines span:first-child {
    background: #2dbcb6;
}
.lines span:nth-child(2) {
    background: #03c0de;
}
.lines span:nth-child(3) {
    background: #5b91cd;
}
.lines span:nth-child(4) {
    background: #a8ce43;
    margin-right: 0px;
}
.footer-text {
    text-align: center;
    padding: 30px 0;
}
.footer-text h2, .footer-text h2 a {
    font-size: 130px;
    font-family: 'BigNoodleTitling';
    color: #a8ce43;
    line-height: 1;
    font-weight: normal;
}
.footer-text h2 span {
    font-family: 'Helvetica Neue LT Std';
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social li a {
    font-size: 40px;
    padding: 10px;
    color: #ffffff;
}
.social li a:hover {
    color: #f47a4d;
}
.social .hashtag {
    font-size: 52px;
    color: #f47a4d;
}