/* Shine Insured Intro Page Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{--underline-intrinsic-width:8;--underline-width:12;--underline-color:#f0c23a;--underline-cap-width:4px;--underline-offset-y:-2px;--underline-padding-x:.12em;--cap-image-left:url(../images/icons/underline-left.svg);--cap-image-right:url(../images/icons/underline-right.svg)}
.underline{display:inline;--underline-width-scale:calc(var(--underline-width) / var(--underline-intrinsic-width));padding:0;padding-left:0;box-decoration-break:clone;background-repeat:no-repeat;background-image:linear-gradient(180deg,var(--underline-color),var(--underline-color)),var(--cap-image-left),var(--cap-image-right);background-position-x:calc(var(--underline-cap-width) * var(--underline-width-scale)),0,100%;background-position-y:calc(100% - var(--underline-offset-y) * -1);background-size:calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),auto calc(var(--underline-width) * 1px),auto calc(var(--underline-width) * 1px)}
.underline--2{--underline-width:6;--underline-offset-y:-2px}
.underline--3{--underline-width:6;--underline-offset-y:-9px}

.shine-intro-container {
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
        margin-top: 58px;margin-top: 38px;
}
.shine-intro-container:after {
    content: "";
    background-image: url(../images/clouds-top.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 176px;
}   


.shine-intro-container::before {
    content: '';
    background-image: url(../images/clouds-bottom.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 176px;    

}
.shine-logo-content {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.shine-intro-container::after {
    content: '';
    z-index: 1;
}
.clouds-top img {
    width: 100%;
}

.shine-intro-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 40px 0;
    margin: 40px auto;
    max-width: 1600px;    margin-bottom: 0;
}

/* Left Section */
.shine-intro-left {
    padding: 40px;    text-align: center;    position: relative;padding-top: 0;
}
.arrow-divider {
    position: absolute;
    right: -9%;
    top: 65%;
    transform: translateY(-46%);
    font-size: 56px;
    color: #f0c239;
}
.shine-logo {
    margin-bottom: 30px;
}

.shine-circle {
    width: 200px;
    height: 200px;
    display: flex;
    position: relative;
}



.shine-tagline {
font-size: 20px;
    font-weight: 500;
    color: white;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat' , sans-serif;
}

.shine-main-heading {
    font-size: 52px;
    font-weight: 700;
    color: #2d2e2f;
    line-height: 1.2;
    max-width: 600px;
      font-family: 'Montserrat' , sans-serif;    max-width: 100%;
      width: 100%;


}

/* Right Section */
.shine-intro-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shine-card {
    background: linear-gradient(to bottom,  #ffffff 1%,#fefaf0 59%,#fdf7e6 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 20px;
    padding: 30px 40px;
    border: 1px solid #c5c6c9;
    max-width: 500px;
    width: 100%;
}

.card-heading {
    font-size: 32px;
    font-weight: 700;
    color: #2d3e50;
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 12px;
    letter-spacing: 1px;font-family: 'Montserrat', sans-serif;
}

.card-info {

    margin-bottom: 18px;
}

.card-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.highlight-text {
    color: #25D4CD;
    font-weight: 600;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    
}

.shine-intro-container .btn {
    width: 100%;
    padding: 18px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    transition: all 0.3s ease;
    position: relative;
}

.shine-intro-container .btn span:first-child {
    font-weight: 400;
}

.shine-intro-container .btn .arrow {
    font-size: 24px;
    font-weight: 700;
}

.shine-intro-container .btn-insured {
    background: linear-gradient(135deg, #f0b85a 0%, #e5a840 100%);
    color: #2d3e50;
    box-shadow: 0 4px 15px rgba(240, 184, 90, 0.3);
}

.shine-intro-container .btn-insured:hover {
    background: linear-gradient(135deg, #e5a840 0%, #d99830 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 184, 90, 0.4);
}

.shine-intro-container .btn-uninsured {
    background: linear-gradient(135deg, #7dd3d9 0%, #60c5cc 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(125, 211, 217, 0.3);
}

.shine-intro-container .btn-uninsured:hover
,.choice-buttons .btn:hover
{
    background: linear-gradient(135deg, #2d2e2f 0%, #2d2e2f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(125, 211, 217, 0.4);
    color: #fff;
}



.card-links {
    text-align: center;
}

.card-links p {
    font-size: 14px;
    color: #666;
    margin: 20px 0;
}
.card-links p:last-child {
    margin-bottom: 0;
}
.link-yellow {
    color: #f0b85a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.link-yellow:hover {
    color: #d99830;
    text-decoration: underline;
}

.choice-buttons .no-insurance-btn {
    background: #4acac9;
    border-color: #4acac9;
}

.choice-buttons button {
    min-height: 50px;
    border-radius: 6px;
    width: 100%;
    max-width: 370px;
    letter-spacing: 0;
    border: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    position: relative;    margin-top: 12px;
}
.choice-buttons .have-insurance-btn {
    background: #f0c239;
    border-color: #f0c239;color: #000;
}


.choice-buttons button i {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -10px;
    font-size: 22px;
}
.card-links p {
    font-size: 16px;
    font-weight: 500;
}



.section-our-members {
    padding: 35px 0;
    background: #2d2e2f;
    position: relative;
    z-index: 1;
    max-height: 110px;
    overflow: hidden;
}
.section-our-members .logo:not(.cnt-logo) img{
    max-height: 38px;
}
.slick-slide{
    margin: 0 30px;
}



/* Responsive Design */
@media (max-width: 1200px) {
    .shine-intro-content {
        gap: 40px;
    }
    
    .shine-main-heading {
        font-size: 42px;
    }
}

@media (max-width: 968px) {
    .shine-intro-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .shine-intro-left {
        text-align: center;
        padding: 20px;
    }
    
    .shine-logo {
        display: flex;
        justify-content: center;
    }
    
    .shine-tagline {
        text-align: center;
    }
    
    .shine-main-heading {
        margin: 0 auto;
        font-size: 38px;
    }
    .shine-intro-container:after
    ,.shine-intro-container::before
    {
        left: 0;
        background-size: 1400px;
         height: 90px;
    background-repeat: no-repeat;
    }
    .shine-intro-container{
            background: #4acac9;
            margin-top: 0px;
    }
    .shine-intro-content{
        margin: 0px auto;padding: 1px 0;
    }
    .arrow-divider{
        transform: translateY(46%);
        right: 0;
        left: 0;
        bottom: -42px;
        top: initial;
        transform: rotate(90deg);
    }
}

@media (max-width: 600px) {
    .shine-intro-container {
        padding: 20px 15px;
    }
    
    .shine-circle {
        width: 150px;
        height: 150px;
    }
    
    .shine-text {
        font-size: 36px;
    }
    
    .shine-smile {
        width: 60px;
        height: 30px;
    }
    
    .shine-tagline {
        font-size: 14px;
    }
    
    .shine-main-heading {
        font-size: 28px;
        padding: 20px;
    }
    
    .shine-card {
        padding: 30px 25px;
    }
    
    .card-heading {
        font-size: 24px;
    }
    
    .shine-intro-container  .btn {
        font-size: 14px;
        padding: 15px 20px;        margin-top: 28px;
    }
}





/* for invite popup modal */

form#shine_discount_registration_form{margin-top:2rem}
body .swal2-actions button,body .shine-modal .shine-btn,.shine-modal-content .woocommerce-form-login__submit,#wrapper .seeDiscountBtn .checkAvailability{background:#f5c600;border:none;padding:16px 1.5rem;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;max-width:100%;width:100%;margin:0 5px;font-family:'Montserrat';color:#2d2e2f;width:100%;max-width:250px;margin-left:auto;margin-right:auto}
button#send-my-discount{max-width:330px}
body .swal2-actions button:hover,body .shine-modal .shine-btn:hover,.shine-modal-content .woocommerce-form-login__submit:hover,#wrapper .seeDiscountBtn .checkAvailability:hover{background-color:#595858;border-color:#595858;box-shadow:none;color:#fff}
#wrapper .seeDiscountBtn .checkAvailability{width:100%;max-width:356px}
.logo-header{margin-bottom:1rem}
.swal2-popup.swal2-modal{padding:1rem}
div:where(.swal2-container) h2:where(.swal2-title){font-size:1.675em;font-weight:500}
.page-content-wrapper-mt{padding-top:0rem;max-width:1035px;margin:auto}
.page-content-wrapper-mt .price-cut:after{margin-top:-2px;top:50%}
.shine-lander-main{background:#25d4cd;margin-top:12px;position:relative;background-position:top;background-repeat:no-repeat}
.shine-hero{position:relative;overflow:hidden;padding:0 1rem;background-repeat:no-repeat;background-position:center bottom}
.shine-hero-content{position:relative;z-index:1;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:1.5rem 2rem 1.5rem;max-width:612px;width:100%;text-align:center;margin:auto 0 1rem;margin-left:auto;margin-right:auto}
.shine-logo{margin-bottom:1.2rem}
.shine-subtitle{color:#0e7c8b;font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:1px}
.shine-title{text-align:center;font-size:40px;font-weight:700;color:#fff;margin:1.5rem 0;    margin-bottom: 0;}
.shine-hero-content .shine-form-note{font-size:1.1rem;color:#2d2e2f;margin-bottom:20px;text-align:center}
.shine-form-note{font-size:.7rem;color:#fff;margin-bottom:20px;text-align:center}
.shine-modal .shine-input,.shine-modal .shine-select,.shine-modal-content .input-text{padding:.7rem 1rem;border:1px solid #d7d7d7;border-radius:8px;font-size:1rem;outline:none;width:100%;background:#f9f9f9;margin-bottom:.2rem;transition:border .2s;border:1px solid #cecfd1;min-height:65px}
.shine-modal .shine-input:focus,.shine-modal .shine-select:focus,.shine-modal-content .input-text:focus{border:1.5px solid #19c6d6}
#wrapper .login-popup-login-form .woocommerce-form-row--wide label{display:none}
.shine-btn:hover{background:#ffe066}
.shine-no-insurance{font-size:.95rem;color:#888;margin-top:.2rem}
.shine-link{color:#565759;text-decoration:underline;font-family:'Montserrat','BlinkMacSystemFont',-apple-system,'Roboto','Lucida Sans'}
.shine-footer{background:#222;padding:.7rem 0}
.shine-footer-nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none;margin:0;padding:0}
.shine-footer-nav li{color:#fff;font-size:1rem;letter-spacing:1px;font-weight:500}
 .page-content-wrapper-mt h2{font-family:'Montserrat';color:#2d2e2f;font-size:25px;line-height:1;text-transform:uppercase;margin-bottom:3px;text-align:center;font-weight:500;letter-spacing:0}
 .loadingToShow h2{font-size:38px;margin-bottom:6px;letter-spacing:1px}
 .loadingToShow p{font-size:22px}
 .popuForm{max-width:400px;margin:2.5rem auto 0}
 .custom-select p.dropdown-heading.toggle, .form-group input,.inc-popup-login-form .form-group input{display:flex;position:relative;background:#fff;margin:0 auto 35px;padding:15px;justify-content:space-between;border:1px solid #d7d7d7;border-radius:12px;width:100%;min-height:57px;font-family:"Montserrat";font-size:20px}
 .custom-select p.dropdown-heading.toggle i{color:#f0c23a;position:relative;top:4px}
 .custom-select .dropdown-wrapper p{max-width:100%;font-size:16px;text-align:left;color:#555759}
 .custom-select input[type="checkbox"], .custom-select .dropdown-content, .custom-select input[type="radio"]{display:none}
 .custom-select .dropdown-wrapper.active .dropdown-content{display:block}
 .custom-select input[type="radio"]+label{cursor:pointer;position:relative;font-size:16px}
 .custom-select input[type="radio"]+label:before{right:-110px;top:-15px;position:absolute;content:'\2713';font-size:28px;font-weight:700;color:green}
 .custom-select .dropdown-content{position:absolute;border:1px solid #b3b3bf;padding:0;top:-16px;width:100%;max-height:400px;overflow-x:hidden;z-index:9999;border-radius:10px 10px 0 0}
 .custom-select .dropdown-content ul, .custom-select .dropdown-content li{margin:0;padding:0}
 .custom-select .dropdown-content ul{list-style:none}
 .custom-select .dropdown-content:after, .dropdown-content:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
 .custom-select .dropdown-content:after{border-color:#0000;border-bottom-color:#fff;border-width:10px;margin-left:-10px}
 .custom-select .dropdown-content:before{border-color:#b3b3bf00;border-bottom-color:#b3b3bf;border-width:11px;margin-left:-11px}
 .custom-select .icon-wrapper{color:#b3b3bf}
 .custom-select .icon-wrapper i{position:relative;margin-left:5px;width:20px;height:20px;border-radius:50%;text-align:center;display:block;cursor:pointer;color:#2f255b}
 .custom-select .dropdown-content ul .featured{background:#fdf8e7;min-height:66px;border-bottom:1px solid}
 .featured-text{font-family:'Montserrat';position:absolute;left:0;top:84%;transform:translateY(50%) rotate(-90deg);transform-origin:left top;background:#e1b738;color:#333;font-weight:500;padding:4px 6px;font-size:8px;letter-spacing:1px;z-index:2;text-transform:uppercase}
#wrapper  .custom-select .dropdown-content ul li label{width:100%;max-width:100%;padding:20px 0;display:flex}
 .custom-select .dropdown-content ul li:hover{background:#17a2b859}
 .custom-select .dropdown-content ul li{padding-right:10px;position:relative;border-bottom:2px solid}
 .custom-select .dropdown-content ul li.featured{padding-left:38px}
 .custom-select .dropdown-content ul li.featured img{width:165px}
 .custom-select .icon-wrapper li:first-child{margin-top:0}
 .custom-select .dropdown-content ul li{padding-left:40px}
 .custom-select label{font-size:14px;display:flex;text-align:left;justify-content:start;margin-bottom:5px;align-items:center;color:#565759}
 .custom-select label img{margin-right:30px;width:100%;max-width:140px}
#wrapper  .onlySeo{display:none}
 .inc-popup-wrapper p{color:#fff}
 .seeDiscountBtn button.checkAvailability, .seeDiscountBtn .send-my-discount, .woocommerce-form-login__submit{background:#f0c23a;border-color:#f0c23a;letter-spacing:0;font-size:18px;color:#fff;width:100%;border-radius:12px;max-width:88%}
 .seeDiscountBtn button.checkAvailability:disabled{opacity:.5;cursor:not-allowed;border:1px solid #999;background:#ccc;color:#666}
 .seeDiscountBtn .send-my-discount, .woocommerce-form-login__submit{max-width:340px}
 .gehaLoginCustomer h3{font-size:20px;font-weight:300}
 .gehaLoginCustomer{margin-top:25px;width:100%}
 .seeDiscountBtn{margin-top:2rem}
 .form-notes p{font-size:11px;line-height:1.2}
 .form-group input.accessCodeOption, .custom-select p.dropdown-heading.toggle, .form-group input{margin-bottom:15px;text-align:center}
 .custom-select p.dropdown-heading.toggle, .form-group input{text-align:left}
 .custom-select p.dropdown-heading.toggle{cursor:pointer;font-size:20px;font-family:"Montserrat"}
 .custom-select p.dropdown-heading.toggle>span{font-weight:300}
 .popupHeader{position:relative;z-index:11;right:-28px;top:-28px}
.price-cut{position:relative}
.price-cut:after{width:100%;height:5px;border-radius:5px;background:#f0c23a;position:absolute;margin-top:-2px;top:50%;content:"";left:0}
.welcomeText{text-align:center;margin-bottom:2rem}
.welcomeText p:not(.shine-subtitle-int){font-family:"Open Sans",sans-serif;font-size:1.8rem;color:#2d2e2f;font-weight:400;margin:0;padding-top:0;line-height:1.2}
.welcomeText h3{font-size:24px;color:#fff;margin-top:2rem;font-weight:400}
.shine-registration-form{width:100%;margin:0 auto;max-width:700px}
.member-id-row,.member-id-note{transition:all .3s ease}
.member-id-row.hidden,.member-id-note.hidden{display:none!important}
.shine-form-row{display:flex;gap:24px;margin-bottom:18px;flex-wrap:wrap}
.shine-form-col{flex:1 1 0;min-width:220px;display:flex;flex-direction:column}
.shine-form-col-full{flex:0 0 100%;min-width:0}
#wrapper .shine-label{display:none}
.shine-input{padding:15px;border:1px solid #d7d7d7;border-radius:12px;font-size:1rem;background:#fff;margin-bottom:0;min-height:57px;outline:none;transition:border .2s}
.shine-input:focus{border:1.5px solid #19c6d6}
.shine-btn{background:#f5c600;color:#222;font-weight:700;border:none;border-radius:8px;padding:.8rem 0;font-size:1.1rem;cursor:pointer;width:100%;max-width:340px;margin:0 auto;transition:background .2s}
.shine-btn:hover{background:#ffe066}
.shine-no-insurance{font-size:.95rem;color:#888;margin-top:.2rem}
.shine-modal .shine-input.error{border-color:red!important;background:#fff0f0}
.input-error{font-size:12px;color:red;text-align:left}
.page-content-wrapper-mt .shine-title{margin-top:14px}
.wrapperContentWrap{max-width:88%;margin-left:auto;margin-right:auto}
.login-popup-login-form{padding-top:2rem;text-align:center}
.backtoForm{text-align:left;max-width:20px;display:flex;align-items:center;justify-content:flex-start;color:#565759;position:relative;top:-13px;text-transform:uppercase;font-size:13px;cursor:pointer}
.backtoForm img{filter:invert(1) brightness(0)}
span.text-tty{min-width:160px;text-transform:capitalize}
.login-popup-login-form h3{font-size:40px;color:#565759}
.uppercase{text-transform:uppercase}
.login-popup-login-form p{color:#565759}
.login-popup-login-form form.woocommerce-form.woocommerce-form-login{padding-right:15px;padding-left:15px}
.guardian-popup-login-form .form-group.first p{margin-bottom:0}
.login-popup-login-form .form-row-no-css .flex-div-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}
.login-popup-login-form .control{padding-left:30px;cursor:pointer;font-size:14px;position:relative}
.login-popup-login-form .control input{position:absolute;z-index:-1;opacity:0;width:auto}
.login-popup-login-form .control__indicator{position:absolute;top:2px;left:0;height:20px;width:20px;background:#e6e6e6;border-radius:4px}
.login-popup-login-form .control input:checked~.control__indicator{background:#007bff}
.login-popup-login-form .control input:checked~.control__indicator:after{display:block;color:#fff}
.login-popup-login-form .control--checkbox .control__indicator:after{top:50%;left:50%;margin-top:-1px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.login-popup-login-form .control__indicator:after{font:normal normal normal 14px / 1 FontAwesome;content:"\f00c";position:absolute;display:none;font-size:16px;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}
.login-popup-login-form .forgot-pass{position:relative;font-size:14px;color:#565759;text-decoration:underline;text-transform:none;font-weight:400;top:.2rem}
.login-popup-login-form .form-group.first p{margin-bottom:18px}
.login-popup-login-form form.woocommerce-form.woocommerce-form-login.login{max-width:88%;margin-left:auto;margin-right:auto}
.shineform-lander .shine-no-insurance{margin-top:25px;color:#565759;font-size:20px;font-weight:300}
span.logo-texture-look{color:#fff}
span.caption{position:relative;top:2px}
.section-our-members{padding:35px 0;background:#2d2e30;position:relative;z-index:1;max-height:110px;overflow:hidden}
.slick-list{margin:0 -10px}
.section-our-members .logo{color:#fff;font-family:'Montserrat';font-size:26px;text-transform:uppercase;line-height:1.4;font-weight:300;align-items:center;justify-content:center}
.section-our-members span.dot-yellow{display:inline-flex;width:11px;height:11px;border-radius:11px;background-color:#4dcac7;margin-left:1rem;margin-right:1rem}
.disclaimer-popup-wrapper{padding:1rem}
.disclaimer-popup-wrapper p{font-size:14px;color:#565759;line-height:1.4}


#shineCustomModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
}

#shineCustomModal.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

#shineCustomModal.show .shine-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
    animation: fadeInBounce 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes fadeInBounce {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }
    60% {
        opacity: 1;
        transform: scale(1.05) translateY(0);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}




@media(max-width:700px) {
.shine-form-row{flex-direction:column;gap:0}
.shine-form-col{min-width:0}
.shine-btn{max-width:100%}
}
.shine-modal{
    /* display:none; */
    position:fixed;z-index:9999999;left:0;top:0;width:100vw;height:100vh;overflow:auto;background:#00000080}
.shine-modal-content{background:#4acac9;background:#25d4cd;margin:5% auto;padding:0;border-radius:12px;max-width:900px;width:95%;position:relative;box-shadow:0 8px 32px #0000002e;background-position:top;background-repeat:no-repeat;background-position-x:-400px}
.shine-modal-close{color:#000;position:absolute;right:18px;top:12px;font-size:38px;font-weight:700;cursor:pointer;z-index:10;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:40px;background:#fff;border:2px solid #f5c600}
.shine-modal-close:hover{color:#000}
.shineform-lander{padding:2rem;position:relative;z-index:1}
h2.shine-title-int{font-size:86px;font-weight:700;margin-bottom:0;line-height:1;margin-top:1rem;color:#000}
.welcomeText p.shine-subtitle-int{text-align:center;font-size:37px;font-weight:700;color:#f5c600;margin:1.5rem 0;padding:0;line-height:1;margin-bottom:3px}
.shine-modal-content:after{content:"";background-image:url(https://asif.smilebrilliant.com/wp-content/themes/revolution-child/assets/images/shine-Insurance-lander-intro/circle-graphic-shine-insurance-bottom.jpg);position:absolute;bottom:2px;left:0;width:100%;background-size:contain;height:150px;background-repeat:no-repeat;background-position:center;z-index:0}
@media(max-width:700px) {
.shine-modal-content{max-width:99vw}
.logo-header.text-center{max-width:90px;margin-left:auto;margin-right:auto}
.shine-chevron-down svg{width:60px;height:60px}
.shine-chevron-down{max-height:60px;line-height:1;margin-top:-13px}
.disclaimer-popup-wrapper p{font-size:12px;text-align:left}
.section-our-members .logo{font-size:18px}
.page-content-wrapper-mt h2{font-size:24px;line-height:1.2}
h2.shine-title-int{font-size:51px}
.welcomeText p.shine-subtitle-int{margin-top:8px;font-size:22px}
.welcomeText p:not(.shine-subtitle-int){font-size:1.3rem;line-height:1.3;margin-top:7px}
.shine-modal-close{right:6px;top:3px}
.shine-form-row{margin-bottom:0}
.shine-modal-content:after{opacity:0}
.shineform-lander{padding:1rem;padding-bottom:2rem}
button#send-my-discount{margin-top:2rem}
 .seeDiscountBtn{margin-top:0}
.page-content-wrapper-mt{padding-top:1.5rem}
.welcomeText h3{margin-top:1rem}
.welcomeText{margin-bottom:1rem}
form#shine_discount_registration_form{margin-top:1rem}
.shine-modal .shine-input,.shine-modal .shine-select,.shine-modal-content .input-text{min-height:56px}
.shine-form-note{font-size:10px}
button#send-my-discount{margin-top:1rem}
.page-content-wrapper-mt .shine-title br{display:none}
.shine-hero-content{padding:1.2rem .7rem;max-width:100vw;font-weight:500;margin:auto 0 0;margin-left:-16px;margin-right:-16px;width:auto;border-radius:0}
}
@media(max-width:600px) {
.shine-title{font-size:1.3rem;font-weight:500}
.shine-footer-nav ul{gap:.7rem}
.shine-footer-nav li{font-size:.9rem}
}
@keyframes spin {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.swal2-icon.swal2-success.swal2-icon-show{margin-left:auto;margin-right:auto}
.have-insurance-button-desktop,.have-insurance-button-mobile{display:none!important}
@media only screen and (max-width: 767px) {
.header-spacer{height:28px!important}
.shine-lander-main{margin-top:-12px}
.page-content-wrapper-mt{padding-top:2rem}
}