body {
    padding:0;
    margin:0;
}
.lp25-wrapper {
    max-width:1200px;
    margin:0 auto;  
    padding:0 20px;
}
.header-logo img {
    max-width:200px;
}
.simple-header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items : center;
    padding:15px 0;
}

.simple-header-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.simple-header-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nbtn {
    padding:10px 20px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width:260px;
}

.nbtn.nbtn1 {
    background-color: #6F6EAD;
    color: #fff;
}

.nbtn.nbtn2 {
    background-color: #FFD43B;
    color: #000;
}
.nbtn.nbtn3 {
    background-color: #006A99;
    color: #FFF;
    font-size: 20px;
    padding:20px 20px;
}
.nbtn.nbtn4 {
    background-color: #868E96;
    border:1px solid #868E96;
    color: #FFF;
    font-size: 20px;
    padding:10px;
}
.nbtn.nbtn5 {
    background-color: #FFF;
    color: #0072AE;
    border:1px solid #0072AE;
    font-size: 20px;
    padding:10px;
}
.nbtn-block {
    display: block;
    width:100%;
}
.simple-header-col2 {
    max-width: 260px;
    margin-left:auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items : center;
    flex-direction: column;
}

.sh-mobile-menu-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.nbtn.nbtn2 i {
    rotate: 90deg;
}
.sh-new-menu {
    background-color: #0072AE;
    color:#fff;
}
.shnmi-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    align-items : center;
    height:50px;
}

.shnmi-container div {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    text-decoration: none;
    color:#FFF;
    height:100%;
    padding:0 15px;
}

.shnmi-container a {
    color:inherit;
    text-decoration: none;
}
.shnmi-container div.active {
    background-color:#34338C;
    border-bottom: 5px solid #34338C;
    position: relative;
}
.shnmi-container div.active::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #34338C;
    z-index: 1;
}
.lp25-section1 {
    padding:75px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.lp25s1-box {
    background-color: #fff;
    opacity: 0.9;
    padding:50px;
    border-radius: 12px;
    max-width:750px;
}
.lp25s1-box h1 {
    font-size:40px;
}

.lp25s1-box h6 {
    color:#798088;
    border-bottom: 1px solid #798088;
    display: inline-block;
    padding-bottom:4px;
}
.lp25s1-box ul {
    margin:0 0 0 20px;
    padding:0;
}
.lp25s1-box ul li {
    list-style-type: none;
    font-weight: bold;
}
.lp25s1-box ul li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #006A99;
	font-size: 20px;
}
.lp25-section2 {
    padding:75px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.lp25s2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    align-items : center;
    justify-content: center;
    text-align: center;
}
.lp25s2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lp25s2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp25s2-col1 a {
    text-decoration: none;
}

.coupon {
    border:2px dashed #1e1e1e;
    padding:10px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    text-align: left;
}
.coupon h5 {
    margin: 0;
}
.coupon p {
    margin: 0;
}
.coupon a {
    text-decoration: underline;
    font-size: 12px;
}
.coupon i {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 20px;
    color:#646D76;
}
.lp25-section3 {
    padding:50px 0;
}
.lp25s3-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    align-items: flex-end;
    max-width:880px;
    margin:0 auto;
}
.lp25s3-tab {
    background-color: #0072AE14;
    color: #666;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    border: none;
    position: relative;
    flex: 1;
    text-align: center;
    transition: all 0.2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lp25s3-tab span {
    display: inline-block;
}
.lp25s3-tab-active {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}
.lp25s3-tab-content {
    max-width:880px;
    margin:0 auto;
    border-top: 1px solid #d0d0d0;
    padding: 20px 0 0 0 ;
    min-height: 200px;
    background-color: #fff;
    position: relative;
}
.lp25s3-tab-panel {
    display: none;
    padding: 20px 20px 0 20px;
}
.lp25s3-tab-panel-active {
    display: block;
}
.lp25s3-tab-panel h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.lp25s3-tab-panel p {
    margin-bottom: 15px;
}

.lp25s3-tab-panel-img {
    width:640px;
    max-width:100%;
    display: block;
    margin:0 auto;
}

.ul-checks {
    margin:0 0 20px 0;
    padding:0 0 0 20px;
}
.ul-checks li {
	list-style-type: none;
}
.ul-checks li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #0179E4;
	font-size: 18px;
	display: inline-block;
}
.mb-0 {
    margin-bottom: 0;
}
.lp25-section4 {
    padding: 75px 0;
    /* background-color: #646D76; */
}
.lp25s4-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    /* align-items: center; */
    justify-content: center;
}
.lp25s4-card {
    background-color: #34338C95;
    border-radius: 8px;
    padding: 25px 40px;
    text-align: center;
    flex: 1;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color:#fff;
}
.lp25s4-card h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.lp25s4-card p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    font-weight: normal;
}
.lp25s4-stars {
    margin: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 5px;
    min-height: 24px;
}
.lp25s4-stars i {
    color: #FFD43B;
    font-size: 24px;
}



.lp25-section5 {
    padding: 75px 0;
    background-color: #fff;
}
.lp25s5-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    max-width:1030px;
    margin:0 auto;
}
.lp25s5-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.lp25s5-icon {
    width: auto;
    height: auto;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp25s5-icon img {
    width: auto;
    height: 37px;
    display: block;
}
.lp25s5-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.lp25s5-text span {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}

.lp25-section6 {
    padding: 75px 0;
    /* background-image: url('../images/s6-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top; */
    background-color: #0072AE;
    color:#fff;
    /* border-bottom:10px solid #1971C2; */
}
.lp25-section6 .lp2526-form {
    color:#000;
}
.lp25s6-header {
    text-align: center;
}
.lp25s6-header h2 {
    margin:0 0 25px 0
}
.lp25s6-coupon {
    max-width:560px;
    margin:0 auto;
}
.lp25s6-coupon .coupon {
    padding:30px;
    margin-bottom:25px;
}
.lp25s6-contact {
    margin:25px 0;
    font-style: italic;
}
.lp2526-form {
    background-color: #fff;
    border-radius: 8px;
    padding:35px;
    max-width:640px;
    margin:40px auto;
}

.gform-theme--foundation .gform_fields {
	grid-row-gap: 10px !important;
}
.gform_wrapper input[type="submit"] {
	background-color: #1C7ED6 !important;
	color: #ffffff !important;
	border: none !important;
	padding: 10px 20px;
	border-radius: 2px;
}
.gform_wrapper input[type="submit"]:hover {
	opacity: 0.5;
	cursor: pointer;
}
.gfield_label.gform-field-label {
    font-weight: bold !important;
}

.gform_required_legend {
    display: none !important;
}


.lp25s3-tabs-dropdown {
    display: none;
    position: relative;
    max-width: 880px;
    margin: 0 auto;
}
.lp25s3-dropdown-button {
    background-color: #fff;
    color: #000;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #d0d0d0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.lp25s3-tabs-dropdown.open .lp25s3-dropdown-button {
    border-bottom: none;
}
.lp25s3-dropdown-selected {
    flex: 1;
}
.lp25s3-dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
    font-size: 14px;
}
.lp25s3-tabs-dropdown.open .lp25s3-dropdown-arrow {
    transform: rotate(180deg);
}
.lp25s3-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}
.lp25s3-tabs-dropdown.open .lp25s3-dropdown-menu {
    display: block;
}
.lp25s3-dropdown-item {
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}
.lp25s3-dropdown-item:last-child {
    border-bottom: none;
}
.lp25s3-dropdown-item:hover {
    background-color: #f5f5f5;
}
.lp25s3-dropdown-item.active {
    background-color: #f5f5f5;
    color: #000;
    font-weight: bold;
}

.mobile-only {
    display: none;
}

.lp25-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
    overflow: auto;
    z-index: 999;
    display: none;
}

.lp25-popup-box {
    position: absolute;
    width: 800px;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.lp25-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    color:#ccc;
}
.lp25-close-btn:hover {
    color:#000;
}

@media only screen and (max-width: 900px) {
    .lp25s4-container {
        flex-direction: column;
    }
}


@media only screen and (max-width: 800px) {
    .lp25s3-tab {
        font-size: 13px;
    }
}
@media only screen and (max-width: 700px) {
    .lp25s3-tabs {
        display: none;
    }
    .lp25s3-tabs-dropdown {
        display: block;
        max-width: 880px;
        margin: 0 auto 0 auto;
    }
    .lp25s3-tab-content {
        padding: 15px 0;
        border-top: none;
    }

    .lp25s2-container {
        flex-direction: column-reverse;
    }
    .lp25s2-col1,
    .lp25s2-col2 {
        width:100%;
    }
    .lp25s5-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .lp25s5-container {
        max-width:400px;
        margin:0 auto;
    }
    .mobile-only {
        display: block;
    }
    .lp25s2-col1 .nbtn {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 900px) {
    .lp25-popup-box {
        width: unset;
        margin-left: unset;
        top: 100px;
        left: 20px;
        right: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .lp25-section1,
    .lp25-section2,
    .lp25-section3,
    .lp25-section4,
    .lp25-section5,
    .lp25-section6 {
        padding: 35px 0;
    }
    .lp25s1-box {
        padding: 30px;
    }
    .lp25s3-tab-panel {
        padding: 15px;
    }
    .lp25s1-box h1 {
        font-size: 31px;
    }
    .lp25s3-tab-panel h2,
    .lp25s4-container h2,
    .lp25s6-header h2 {
        font-size: 25px;
    }
    .lp25-popup-box {
        padding:15px;
    }
}

@media only screen and (max-width: 500px) {
    
    .simple-header-col2 .nbtn {
        width:180px;
    }
    .simple-header-col2 {
        max-width: 180px;
        margin: 0 auto;
    }
    .sh-new-menu .lp25-wrapper {
        padding:0;
    }
    .shnmi-container div {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .lp25s1-box h1 {
        font-size: 28px;
    }
    .lp25s3-tab-panel h2,
    .lp25s4-container h2,
    .lp25s6-header h2 {
        font-size: 23px;
    }
    

}

@media only screen and (max-width: 400px) {
    .simple-header-container {
        flex-direction: column;
    }
    .shnmi-container div {
        font-size:16px;
        padding:0;
    }
    .lp2526-form {
        padding: 25px 15px;
    }
}