@font-face {
    font-family: ConfigRounded;
    src: url(../fonts/ConfigRoundedLight.ttf);
}
@font-face {
    font-family: ConfigRoundedMedium;
    src: url(../fonts/ConfigRoundedMedium.ttf);
}
.configMedium {
    font-family: ConfigRoundedMedium;
}
body {
    font-family: ConfigRounded;
    font-size: 14px;
    overflow-x: hidden;
    color: #164168;
}
html {
    scroll-behavior: smooth;
}

.roboto {
    font-family: "Roboto", sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
.no-data-wrapper {
    padding: 30px 30px 20px;
    border: 1px solid #d8de53;
    border-radius: 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-data-wrapper p {
    font-size: 20px;
    margin: 20px 0px 0px;
    text-align: center;
}
.no-data-wrapper img {
    height: 70px;
}
.circle-container {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
}
.circle-container:nth-of-type(1) .circle {
    background: #1fd399;
}
.circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
}
.circle-container:nth-of-type(1) .circle-pulse {
    background: rgb(126 255 118 / 68%);
}
.circle-pulse {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulses 1.4s ease-out;
    -moz-animation: pulses 1.4s ease-out;
    animation: pulses 1.4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulses {
    0% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      -webkit-transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
}
.ar-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.ar-wrapper .a-button {
    background-color: #009688;
    color: #ffffff;
    min-width: auto;
}
.ar-wrapper .b-button {
    background: #E91E63;
    color: #ffffff !important;
    min-width: auto;
}
.ar-wrapper .a-button:hover {
    background-color: #006e63;
}
.ar-wrapper .b-button:hover {
    background-color: #c00b47;
}
a[href] {
    cursor: pointer;
}
.w-100 {
    width: 100%;
}
.header-sec .navbar {
    padding: 10px 0px;
}
.main-nav-area {
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
}
img.main-logo-img {
    width: auto;
    height: 60px;
}
ul.main-navbar {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: flex-end;
    margin: 0px;
}
.menu-r-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.menu-text {
    text-decoration: none;
    color: #164168;
    font-family: ConfigRoundedMedium;
    font-size: 16px;
    transition: all ease 0.2s;
}
a.menu-text:hover {
    color: #c6cd30;
    transition: all ease 0.2s;
}
a.sign-in-btn {
    color: #164168;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: ConfigRoundedMedium;
    font-size: 16px;
}
a.sign-in-btn i {
    color: #D8DE53;
    font-size: 40px;
    margin-left: 10px;
}
li.menu-item {
    margin-left: 30px;
}
.theme-btn {
    cursor: pointer;
    background-color: #D8DE53;
    color: #164168;
    text-decoration: none;
    font-family: 'ConfigRounded';
    font-size: 22px;
    border-radius: 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 0px 15px;
    border: 1px solid transparent;
    position: relative;
    overflow:hidden;
    transition: all ease 0.2s;
    line-height: 1;
}
.theme-btn:after, .theme-btn-2:after{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -100%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
  
.theme-btn:hover::after,
.theme-btn:focus::after,
.theme-btn-2:hover::after,
.theme-btn-2:focus::after {
    animation: shine 1s forwards;
}

.mt-3{
    font-size: 16px;
    font-weight: 600;
}
@keyframes shine {
    100% {
      transform: rotateZ(60deg) translate(2em, -9em);
    }
}
.bb-wrapper a.theme-btn:hover::after {
    animation: shine2 1s forwards;
}
@keyframes shine2 {
    100% {
      transform: rotateZ(60deg) translate(2em, -15em);
    }
}
a.theme-btn:hover {
    /* border: 1px solid #D8DE53; */
    /* background-color: transparent; */
    transition: all ease 0.2s;
}
.banner-section {
    background: #d8de53;
    padding: 60px 0px 60px;
    position: relative;
    min-height: 340px;
}
.banner-section h2 {
    width: 55%;
}
.main-banner-img {
    height: 350px;
    width: auto;
}
.main-banner-right {
    position: absolute;
    top: -20px;
    right: 20%;
}
.banner-left h1 {
    margin: 0px;
}
.banner-left h2 {
    margin: 20px 0px 0px 0px;
    line-height: 35px;
    font-size: 32px;
}
.benefits {
    padding: 70px 0px;
}
.theme-btn-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #164168;
    text-decoration: none;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
    border: 2px solid #164168;
    border-radius: 8px;
    margin-bottom: 12px;
    line-height: 1;
    padding: 10px 0px;
    transition: all ease 0.2s;
}
.theme-btn-2:hover {
    background: #164168;
    color: #ffffff;
    transition: all ease 0.2s;
}
.ben-header {
    text-align: center;
    margin-bottom: 20px;
}
.ben-subheader {
    width: 55%;
    text-align: center;
    margin: 0 auto;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 40px;
}
.benefits {
    padding: 70px 0px 40px;
}
.why-surity-inner {
    border: 2px solid #164168;
    border-radius: 8px;
    padding: 40px 40px 30px;
    text-align: center;
}
.why-surity-inner h1 {
    margin-bottom: 25px;
}
.why-surity-inner h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
}
.why-surity-inner p {
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    line-height: 21px;
    margin-bottom: 25px;
} 
.single-point {
    text-align: center;
}
.single-point i {
    font-size: 80px;
    margin-bottom: 20px;
    color: #d8de53;
}
.single-point p {
    font-size: 23px;
    margin: 0px;
    line-height: 24px;
}
.surity-plans h1 {
    margin-bottom: 35px !important;
}
.surity-select-perks {
    background: #d8de53;
    padding: 60px 0px 40px;
    position: relative;
}
.surity-select-perks .banner-right {
    position: absolute;
    top: -180px;    
    right: 0px;
}
/* .surity-select-perks .banner-right img {
    height: 450px;
    width: auto;
} */
.surity-select-perks .banner-right img {
    height: 450px;
    width: auto;
    filter: drop-shadow(18px 10px 6px #00000030);
}
.surity-select-perks h1 {
    padding-right: 20%;
}
.surity-select-perks .btn-wrapper {
    margin: 25px 0px;
    justify-content: flex-start;
}
.approval-message-wrapper p {
    font-size: 20px;
}
.approval-message-wrapper span {
    font-weight: 700;
    color: #d8de53;
}
button[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}
.btn-wrapper a.main-btn {
    background-color: #00426d;
    border: 1px solid transparent;
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'ConfigRounded';
    font-size: 22px;
    border-radius: 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 0px 15px;
    margin-right: 10px;
    transition: all ease 0.2s;
    cursor: pointer;
}
.btn-wrapper a.main-btn:hover {
    border: 1px solid #00426d;
    color: #00426d !important;
    background-color: transparent;
    transition: all ease 0.2s;
}
a.main-btn-text {
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    color: #00426d;
}
.future {
    font-size: 25px;
    margin: 0px;
}
.surity-plans {
    padding: 50px 0px 130px;
}
.footer-left img.main-logo-img {
    width: 300px;
    height: auto;
}
.footer {
    background-color: #00416A;
    padding: 40px;
    border-top: 8px solid #d8de53;
}
.footer-ul {
    padding-left: 75px;
    display: flex;
    gap: 30px;
    padding-top: 17px;
}
.footer-left p {
    padding-left: 75px;
    margin: 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.footer-left p.first{
    margin: -12px 0px 15px;
    font-size: 14px;
    opacity: 0.7;
}
ul.footer-menu-wrapper {
    list-style: none;
    padding: 0px;
}
.footer-left {
    padding-right: 25%;
}
li.single-footer-menu {
    font-size: 16px;
}
li.single-footer-menu {
    font-size: 16px;
    font-family: ConfigRoundedMedium;
    text-transform: uppercase;
}
.footer-left p a {
    color: #c0c727 !important;
}
.header-sec {
    border-bottom: 6px solid #d8de53;
}
.main-section {
    padding: 60px 0px;
}
.sign-in-center {
    width: 580px;
    text-align: center;
    padding: 50px 0px 100px;
    margin: 0 auto;
}
.sign-in-center h1 {
    margin-bottom: 30px;
}

.sign-in-center h3 {
    margin-bottom: 60px;
    font-size: 25px;
}
.sign-in-center form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sign-in-center form button {
    background-color: #00416b;
    color: #ffffff;
    border: 0px;
    height: 55px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-in-center input.form-input {
    border: 2px solid #00416b;
    height: 60px;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #00416b;
    padding: 0px 20px;
}
.sign-in-center input.form-input::placeholder {
    color: #c1c1c1;
}
.or-sec {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin: 40px 0px;
}
.or-sec span {
    position: absolute;
    background-color: #ffffff;
    font-size: 20px;
    color: #d1d1d1;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    font-weight: 600;
}
.social-btn {
    border: 2px solid #00416b;
    color: #00416b;
    height: 60px;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all ease 0.2s;
}
.social-btn:hover {
    background: #00416b;
    color: #ffffff;
    transition: all ease 0.2s;
}
.social-btn span {
    height: 25px;
}
.social-btn img{
   height: 30px;
   margin-right: 15px;
}
a.normal-link {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #00416b;
}
h1.uc-text {
    font-size: 70px;
    text-align: center;
    margin: 0px;
    height: 75px;
}
.uc-area {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.uc-small-text {
    text-align: center;
    font-size: 28px;
    margin: 0px;
}
.mm-menu {
    display: none;
}
.mobile-menu-header {
    display: none;
}
.sign-in-btn span{
    display: inline-flex;
}
.single-footer-menu a {
    color: #ffffff;
    text-decoration: none;
    transition: all ease 0.2s;
}
.single-footer-menu a:hover {
    color: #c6cd30;
    transition: all ease 0.2s;
}
.are {
    font-size: 50px;
    margin: 0px;
}
.surity-select-perks h1.sur {
    padding-right: 0%;
}
.text-type-3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
}
.text-type-3 span{
    font-size: 50px;
    font-weight: 600;
}
.mt-m-15 {
    margin-top: -15px !important;
}
.btn-wrapper {
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
.line-1 {
    line-height: 1
    ;
}
.membership .main-banner-right {
    top: -40px;
}
.member-perks-sec {
    padding: 60px 0px 60px;
}
.box-gradient {
    background-image: linear-gradient(to bottom , #fcfafa 5%, #d8de53);
    border-radius: 20px;
    padding: 40px;
}
.box-gradient.box-type-2 {
    background-image: linear-gradient(to bottom , #ffffff 34%, #d8de53);
}
.box-gradient .text-2 {
    margin: 0px;
}
.text-2 {
    font-size: 2.2rem;
    line-height: 1.2;
}
.box-gradient p.text-3 {
    margin: 0px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
}
.text-4 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0px;
}
.text-5 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0px;
}
.text-6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0px;
}
.strong {
    font-weight: 600;
}
.member-perks-sec-inner {
    margin: 0px 0px 50px;
}
.member-perks-sec-inner .row {
    /* align-items: center; */
}
.bb-green {
    height: 100%;
    padding: 10px 0px 10px 30px;
}
.bb-green-inner {
    border-bottom: 2px solid #d9df59;
    height: 100%;
}
.mb-80 {
    margin-bottom: 80px;
}
.disability .banner-section h2 {
    width: 60%;
}
.disability .main-banner-img {
    border-radius: 25px;
}
.disability-sec {
    padding: 100px 0px 0px;
}
.rsk {
    width: 62%;
    margin: 15px auto 0px;
}
.rsk2 {
    width: 70%;
    margin: 15px auto 0px;
}
.disability-sec .box-gradient .text-3 {
    font-weight: 500;
    text-align: center;
}
.disability-sec .box-gradient .text-3 {
    font-weight: 500;
    text-align: center;
}
.disability-sec .box-gradient .text-2 {
    text-align: center;
}
.disability-sec .box-gradient {
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
}
img.id-box-img {
    height: 120px;
    width: 120px;
    align-self: center;
}
.epdi {
    padding: 50px 0px 90px;
    border-top: 8px solid #d8de53;
    margin-top: 60px;
}
.epdi .rsk {
    width: 55%;
}
.disability.long .banner-section h2 {
    width: 65%;
}
.h-69 {
    height: 69px;
}
.disability-sec.long .box-gradient {
    padding: 50px 90px 40px;
    min-height: 260px;
    flex-direction: column;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: flex-start;
}
.single-number-box {
    width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.single-number-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d8de53;
    border: 8px solid #d8de53;
    font-size: 50px;
    font-weight: 700;
    height: 90px;
    line-height: 1;
    width: 90px;
    border-radius: 50%;
    padding-top: 11px;
}
.single-number-box .text-4 {
    font-size: 1.5rem;
}
.disability-sec.long.strat .box-gradient {
    padding: 50px 62px 40px;
}
.jg {
    justify-content: center;
    gap: 20px;
}
.strat .epdi {
    padding: 0px 0px 90px;
    border-top: 0px solid #d8de53;
    margin-top: 60px;
}
.pb-90 {
    padding-bottom: 90px;
}

.disability-sec.long.strat .box-gradient.di {
    padding: 50px 75px 40px;
}
.strat .epdi.pet {
    padding: 0px 0px 160px;
    margin-top: 30px;
}
.w-85 {
    width: 85%;
}
.join-now {
    color: #d8de53;
    font-weight: 600;
}
.pb-170 {
    padding-bottom: 170px;
}
.px-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.text-left {
    text-align: left;
}
.better-way {
    padding: 60px 0px;
    border-top: 8px solid #d8de53;
    border-bottom: 8px solid #d8de53;
    margin-top: 40px;
    position: relative;
}
img.better-way-image {
    height: 414px;
    position: absolute;
    top: -40px;
    right: 12%;
}

.enjoy-section {
    border-top: 8px solid #d8de53;
    margin-top: 170px;
    position: relative;
    padding-bottom: 120px;
}
img.enjoy-section-image {
    height: 250px;
    width: auto;
    margin: -150px auto 0px;
}
.single-features-surity {
    border: 2px solid #164168;
    border-radius: 20px;
    margin-bottom: 12px;
    padding: 1.5rem;
    text-align: center;
    transform: translateY(0px);
    box-shadow: 0px 0px #000;
    transition: all ease 0.4s;
    height: 100%;
}
.single-features-surity:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px #000;
    transition: all ease 0.4s;
}
p.sfs-heading {
    font-size: 35px;
    font-weight: 700;
    color: #d8de53;
    line-height: 1;
    margin-bottom: 0px;
}
h3.sfs-heading-2 {
    font-weight: 700;
}
.sfs-body {
    font-size: 20px;
    margin: 20px auto 30px;
    line-height: 1.2;
    width: 75%;
}
.text-1 {
    font-size: 2.5rem;
    line-height: 1.3;
}
.b-0 {
    border-top: 0px;
}
.text-primary {
    color: #d8de53 !important;
}
.strongest {
    font-family: ConfigRoundedMedium;
    font-weight: 700;
}
.w-80 {
    width: 80%;
}
.membership-feature-heading {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
}
.single-number-box img {
    height: 110px;
}
.join-sec .main-banner-img {
    height: 400px;
}
.join-sec .main-banner-right {
    top: -50px;
}
.join-sec .banner-left h2 {
    line-height: 1;
    font-size: 2.2rem;
}
.join-sec h2 {
    width: 75%;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    position: relative;
}
.form-group label {
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.form-input-custom {
    outline: none;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid #00416a;
    padding: 0px 10px 0px;
    font-size: 16px;
    background-color: transparent;
    appearance: none;
}
textarea.form-input-custom {
    border: 1px solid #00416a;
    height: 140px;
    border-radius: 8px;
    resize: none;
    margin-top: 10px;
    padding-top: 5px;
}
select.form-input-custom {
    position: relative;
}
.select-tri {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid green;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.a-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #d8de53;
    border: 0px;
    height: 50px;
    min-width: 140px;
    border-radius: 8px;
    padding: 0px 20px;
    color: #00416a;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
}
.a-button:hover {
    cursor: pointer;
    background: #00416a;
    color: #ffffff;
    transition: all ease 0.2s;
}
.b-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #00416a;
    border: 0px;
    height: 50px;
    min-width: 140px;
    border-radius: 8px;
    padding: 0px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
}
.b-button:hover {
    cursor: pointer;
    background: #d8de53;
    color: #00416a;
    transition: all ease 0.2s;
}
.sec-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
hr.theme-hr {
    border-top: 1px solid #00416a;
    opacity: 1;
}
.btn-3-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.btn-3-wrapper div {
    text-align: center;
}


.form-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #d8de53;
    border: 0px;
    height: 60px;
    min-width: 140px;
    border-radius: 8px;
    padding: 0px 20px;
    color: #00416a;
    position: relative;
    overflow: hidden;
    transition: all ease 0.2s;
}
.form-submit-button:hover {
    background: #00416a;
    color: #ffffff;
    transition: all ease 0.2s;
}
.form-submit-button:after,
.a-button:after,
.b-button:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
  
.form-submit-button:hover::after,
.form-submit-button:focus::after,
.a-button:hover::after,
.a-button:focus::after,
.b-button:hover::after,
.b-button:focus::after {
    animation: shine 1s forwards;
}



.radio-group label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}
.radio-group label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-group label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-group label:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio-group label input:checked ~ .checkmark {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px #00000061;
}
.radio-group label .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.radio-group label input:checked ~ .checkmark::after {
    display: block;
}

.radio-group label .checkmark::after {
    /* top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d8de53; */
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #a7ae0a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.question-mark {
    background: #00416a;
    color: #ffffff;
    height: 15px;
    width: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    margin-left: 10px;
    border-radius: 50%;
}
.membership-input {
    border: 2px solid #00416a;
    padding: 10px 10px;
    border-radius: 8px;
    padding-left: 50px !important;
}
.membership-input.large {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 10px 20px;
}
.membership-input.large p.main-t{
    margin: 0px 0px 5px;
    line-height: 1;
    font-weight: 700;
}
.membership-input.large p.sub-t{
    margin: 0px 0px 0px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.radio-group label.membership-input.large .checkmark {
    top: 20px;
}
.radio-group label.membership-input .checkmark {
    top: 13px;
    left: 13px;
}
.mem-amount {
    font-weight: 200;
    padding-left: 10px;
}


  
.theme-outline {
    font-size: 18px;
    background: #ffffff;
    height: 60px;
    min-width: 140px;
    border-radius: 8px;
    padding: 0px 20px;
    color: #00416a;
    transition: all ease 0.2s;
    border: 1px solid #00416a;
    transition: all ease 0.2s;
}
.theme-outline:hover {
    background-color: #00416a;
    color: #ffffff;
    transition: all ease 0.2s;
}
#dependentOnState {
    display: none;
}
.h-text {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.n-text {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0px;
}
.mb-150 {
    margin-bottom: 150px;
}

.side-fixed-tab {
    position: sticky;
    top: 25vh;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 200px;
    border-radius: 20px;
    text-align: center;
    padding: 1.5rem;
    transition: all ease 0.4s;
}
th, td {
    font-size: 18px;
}




.animated-button1 {
    overflow: hidden;
  }
  .animated-button1.reverse {
    background: linear-gradient(90deg, #d7eaff 30%, #e7f2ff 80%);
    transition: all ease 0.5s;
  }
  .animated-button1:hover {
    background: #f2f8ff;
    transition: all ease 0.5s;
  }
  
  /* .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
    opacity: 1;
  } */
  
  .animated-button1 span {
    position: absolute;
  }
  
  .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #2498fd);
    animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #2498fd);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  
  .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #2498fd);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  
  .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #2498fd);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
  }
  
@keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
}
.ss-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 1px 0px 0px black;
}
.ss-text span{
    font-weight: 400;
    text-shadow: none;
} 
.ss-center-text {
    text-align: center;
    margin: 50px 0px;
}
.ss-center-text h2 {
    margin-bottom: 20px;
}
.ss-center-text p {
    font-size: 20px;
    font-weight: 700;
}
.bill-fjeran {
    width: 50vw;
}
.font-18 {
    font-size: 18px;
}
.mail-link {
    position: relative;
    padding-left: 0px;
    transition: all ease 0.5s;
}
.mail-link:hover {
    padding-left: 20px;
    transition: all ease 0.5s;
}
.mail-link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    padding-right: 4px;
    padding-top: 2px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(30px);
    position: relative;
    top:1px;
    transition: all ease 0.5s;
}
.mail-link:hover::before {
    opacity: 1;
    transform: translateX(0px);
    transition: all ease 0.5s;
}
.trans {
    margin: 20px 0px 20px;
}
.accordion-button:not(.collapsed)::after {
    transition: all ease 0.4s;
}
.accordion-button::after {
    transition: all ease 0.4s;
}
.accordion-button:not(.collapsed) {
    background-color: white;
}
.accordion-button:focus {
    box-shadow: none;
}
/* .collapse.show {
    display: block;
    height: 50px;
    overflow: hidden;
    transition: all ease 0.4s !important;
}
.collapse:not(.show) {
    display: block;
    height: 0px;
    overflow: hidden;
    transition: all ease 0.4s !important;
} */
.social-media-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    font-size: 70px;
    margin: 80px 0px 60px;
    flex-wrap: wrap;
}
.social-media-icon-wrapper a {
    transition: all ease 0.2s;
}
.insta-icon:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 0.2s;
}
.fb-icon:hover {
    color: #1877F2;	
}
.twitter-icon:hover {
    color: #000000;	
}
.linkedin-icon:hover {
    color: #0077B5;
}
.pinterest-icon:hover{
    color: #E60023;
}

.acc-section .accordion-button {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #164168;
    justify-content: space-between;
}
.acc-section .accordion-button:hover span {
    text-decoration: underline;
}
.accordion-button:not(.collapsed) i {
    transform: rotate(0deg);
    transition: all ease 0.3s;
}
.accordion-button i {
    transform: rotate(90deg);
    transition: all ease 0.3s;
}


.acc-section .accordion-body {
    color: #164168;
    font-size: 19px;
}
.acc-section .accordion-item {
    border-color: #d8de53;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.acc-section .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #d8de53;
}

.acc-section .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-button::after{
    content: none;
}
.uo {
    font-size: 15px;
    padding-left: 5px;
    font-weight: 200;
}
.membership-input .mem-amount {
    font-size: 16px;
}
.career-subheading {
    width: 58%;
    margin: 0 auto;
}
.table>:not(caption)>*>* {
    color: unset;
}
.text-right {
    text-align: right;
}
.rg {
    border-bottom: 1px solid #00416a;
    padding-bottom: 10px;
}
.rg .radio-group {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 10px;
}
p.ag-main {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

.ag-detail {
    font-size: 24px;
    margin: 0px;
}
.ag-wrapper-main {
    border: 2px solid #d8de53;
    border-left: 0px;
    border-right: 0px;
    margin: 35px 0px;
    padding: 35px 0px;
}
.ag-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
a.ag-text {
    flex: 1;
}
a.ag-btn {
    background: #d8de53;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
}
a.ag-text {
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    padding-left: 20px;
}
.single-y-sec a {
    font-size: 20px;
    border-bottom: 2px solid transparent;
    color: #a1a1a1 !important;
    transition: all ease 0.4s;
}
.single-y-sec a:hover {
    border-bottom: 2px solid #a1a1a1;
    transition: all ease 0.4s;
}
.single-y-sec p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 30px;
}
.single-y-sec {
    border: 2px solid #d8de53;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
}
.agent-acc .acc-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.input-wrapper-acc {
    position: relative;
    height: 100%;
}
input.input-wrapper-acc-text {
    height: 100%;
    border: 0px;
    border-bottom: 1px solid #00416a2e;
}
.input-wrapper-acc i {
    position: absolute;
    top: 15px;
}
input.input-wrapper-acc-text {
    width: 50%;
    outline: none;
    padding: 0px 0px 5px 30px;
    font-size: 18px;
    color: #00416a;
}
p.acc-body-p {
    margin: 0px 0px 8px;
    line-height: 1;
}
.ab-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn-3-wrapper .a-button.ms-3 {
    margin-left: 0px !important;
}
.link-card {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.link-card:hover {
    transform: translateY(-2px);
}
.link-card a {
    font-size: 20px;
}
.b-button.disabled {
    opacity: 0.4;
}
.disabled {
    /* opacity: 0.4; */
    cursor: not-allowed !important;
}
.custom-modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    display: none;
}
.custom-modal.active {
    display: block;
    -webkit-animation: slide-down 1.3s ease-out;
    -moz-animation: slide-down 1.3s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.modal-main-content {
    min-width: 450px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00416a;
    border-radius: 10px;
    padding: 45px 40px 35px 50px;
}
.black-overlay {
    height: 100%;
    width: 100%;
    background: #00000059;
    position: absolute;
}

a.modal-close-icon {
    background-color: #ffffff12;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
a.modal-close-icon i {
    font-size: 24px;
    color: #ffffff;
}
h2.modal-heading {
    color: #ffffff;
}
p.modal-subheading {
    color: #ffffff;
    font-size: 18px;
}
.pulse {
    animation-duration: 1s;
}

.highlight-bg{
    animation-name:highlight;
    animation-duration: 1s;
}

@keyframes highlight {
    0% {
        background: transparent;
        transform: scaleX(1);
    }
    50% {
        background: rgb(216 222 83 / 23%);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        background: transparent;
        transform: scaleX(1);
    }
}
.first-ss-text {
    margin-right: 3rem !important;
}
.madeit br {
    display: none;
}

.error_mes {
    position: absolute;
    right: 0px;
    top: 10px;
    color: red;
    font-size: 15px;
    }

    .error_mes1 {
        position: absolute;
        right: 10px;
        top: -25px;
        color: red;
        font-size: 15px;
    }

 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.signOut{
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-body{
    padding-left: 35px !important;
}
.acc-body-a{
    color: #00416A;
    font-weight: bold;
    text-align: center;
}

.checkStatus{
    display: flex;
    justify-content: flex-end;
    width: 90%;
}


    .vs-pagination {
        display: flex;
        gap: 15px;
        list-style: none;
        align-items: center;
        margin-top: 40px;
        padding: 0px;
        position: relative;
    }
    .vs-pagination ul {
        display: flex;
        gap: 15px;
        list-style: none;
        align-items: center;
        margin-top: 0px;
        padding: 0px;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
button.page-link {
    background-color: #d8de53 !important;
    padding: 8px 25px;
    border-radius: 50px;
    color: #000000 !important;
    transition: all ease 0.3s;
}
button.page-link:hover {
  transition: all ease 0.3s;
  opacity: 0.6;
}
.disabled .page-link {
  cursor: not-allowed;
  opacity: 0.5;
}
li.pn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
button.page-number {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #d8de53;
    color: #164168;
    font-weight: 500;
    transition: all ease 0.3s;
}
button.page-number:hover {
  background-color: #d8de53;
  transition: all ease 0.3s;
}
button.page-number.active {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #d8de53;
    background-color: #d8de53;
    color: #164168;
    font-weight: 500;
}
.qna {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #164168;
    justify-content: space-between;
    padding: 15px 0px;
}
.qna p {
    margin-bottom: 0px;
}
.main-hr {
    opacity: 1;
    border-top: 2px solid #d8de53;
    margin: 0px 0px 0px 0px;
}
.d-w-75 {
    width: 75%;
}
.ss-privacy  .ss-text {
    margin-bottom: 0px;
}
.group-page .banner-section {
    background-color: #00416A;
    color: #ffffff;
    min-height: auto;
}
.link {
    color: #d8de53;
    font-family: 'ConfigRoundedMedium';
}
.group-page .text-1 {
    font-size: 2rem;
    line-height: normal;
}
.s-group-msg {
    display: flex;
    align-items: flex-end;
}
.center-align {
    text-align: center;
}
.s-group-msg {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.double-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.pb-40 {
    margin-bottom: 40px;
}
.autoc-wrapper {
    position: absolute;
    top: 100%;
    padding: 0px 10px 0px 10px;
    right: 0px;
    border: 1px solid #dddddd;
    left: 0px;
}
.autoc-wrapper p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}
.autoc-wrapper p:first-child {
    padding-top: 10px;
}
.autoc-wrapper p:last-child {
    padding-bottom: 10px;
}

.ssb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    margin: 30px auto 90px;
    border: 1px solid #d8de53;
    border-radius: 20px;
    padding: 20px;
}
.membership-cancel {
    border: 2px solid #d8de53;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}
p.ms-title {
    font-size: 20px;
    font-family: 'ConfigRoundedMedium';
    margin-bottom: 30px;
}
.single-ms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 10px;
    margin: 10px 0px 0px;
}
p.ms-sub {
    margin: 0px;
}
a.ms-cs {
    background-color: #00426d;
    border: 1px solid transparent;
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'ConfigRounded';
    border-radius: 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 0px 15px;
    margin-right: 10px;
    transition: allease 0.2s;
    cursor: pointer;
}
a.ms-cs:hover {
    border: 1px solid #00426d;
    color: #00426d !important;
    background-color: transparent;
    transition: allease 0.2s;
}
.single-bullet-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0px 0px 10px 0px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
}
.single-bullet-wrapper p::after {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background: #164168;
    left: 0px;
    border-radius: 30px;
    top: 7px;
}
.hac-m {
    margin-bottom: 90px;
}
.fw-3 {
    font-weight: 300;
}
.bb-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.bb-wrapper a.theme-btn {
    width: 400px;
}
.bb-wrapper a.theme-btn:first-child,
.bb-wrapper a.theme-btn:nth-child(3) {
    margin-left: auto;
}
.little-height .surity-select-perks .banner-right {
    top: -100px;
}
.little-height .surity-select-perks .banner-right img {
    height: 400px;
}
.lm-pad .better-way {
    padding: 60px 0px 100px;
}
.theme-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00416A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    min-width: 350px;
    border-radius: 25px;
    z-index: 2;
    border: 1px solid #ffffff2b;
}
a.tm-cross {
    color: #d8de53;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}
p.tm-heading {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}
.web-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
p.tm-subheading {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.tm-link-area {
    color: #d8de53;
    font-size: 20px;
}
.popup-wrapper{    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.overlay-fullpage {
    background-color: #000000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}
.video-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 300px;
    transform: translate(-50%, -50%);
}
.video-sec a {
    position: absolute;
    top: -50px;
    right: -0px;
    color: #ffffff !important;
    font-size: 40px;
    cursor: pointer;
}
.awsm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    width: 100%;
    justify-content: center;
}
img.imb {
    height: 90px;
}
p.mem-on-acc {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}
p.mem-on-acc-sub {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
}
.ssc-feature-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.single-surity-care-feature {
    border: 5px solid #d8de53;
    padding: 25px 15px;
    border-radius: 25px;
    width: 30%;
}
.single-surity-care-feature h3 {
    margin: 0px;
}
.surity-care-main-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    background: #d8de53;
    border-radius: 30px;
    display: inline-flex;
    padding: 20px 40px;
    margin: 70px 0px 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.surity-care-main-btn:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -100%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
  
.surity-care-main-btn:hover::after,
.surity-care-main-btn:focus::after {
    animation: shine2 1s forwards;
}
.msp-tet-wrapper {
    background: #d6e027;
}
p.msp-text {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 50px 0px 20px;
    letter-spacing: 4px;
    text-align: center;
    padding: 8px 0px;
}
.copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.copy-text-wrapper {
    font-size: 18px;
    border: 1px solid #dbdbdb;
    padding: 12px 20px;
    border-radius: 6px;
    pointer-events: none;
    cursor: not-allowed;
    overflow: hidden;
}
a.copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #00416a;
    border: 0px;
    height: 53px;
    border-radius: 6px;
    padding: 0px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.2s;
}
a.copy-btn:hover {
   background: #1a567b; 
   transition: all ease 0.2s;
}
a.copy-btn:active {
   transform: scale(0.95);
   transition: all ease 0.2s;
}




/* Responsive */
/* @media only screen and (min-width: 768px) and (max-width: 991px) {  */
@media (max-width: 991px) {
    .single-surity-care-feature {
        width: 45%;
    }
    .disability-sec.mb-5 {
        margin-bottom: 100px !important;
    }
    .little-height .surity-select-perks .banner-right img {
        height: 370px;
        width: auto;
    }
    .ssc-feature-wrapper {
        flex-wrap: wrap;
    }
    .group-page .disability-sec {
        padding: 0px 0px 0px !important;
    }
    .epdi br {
        display: none;
    }
    .s-group-msg {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .d-w-75 {
        width: 100%;
    }
    .single-y-sec {
        margin-bottom: 20px;
        padding: 20px;
    }
    .ab-wrapper {
        justify-content: center;
    }
    .career-subheading {
        width: 100%;
    }
    .bill-fjeran {
        width: 75vw;
    }
    .single-number-box img {
        height: 90px;   
    }
    .better-way {
        padding: 40px 0px;
    }
    img.better-way-image {
        height: 294px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .text-1 {
        font-size: 2.3rem;
        line-height: 1.2;
    }
    .header-sec .navbar {
        padding: 10px 0px 30px;
    }
    .md-px-1 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .md-px-15 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .md-pt-50 {
        padding-top: 50px !important;
    }
    .md-font-12 {
        font-size: 1.2rem !important;
    }



    .single-number-box {
        width: 100%;
    }
    .banner-section.inner-page {
        padding: 30px 0px 30px !important;
        min-height: auto;
    }
    .banner-section.inner-page .main-banner-right {
        position: unset;
    }
    .banner-section.inner-page .banner-wrapper {
        align-items: center;
    }
    .banner-section.inner-page .main-banner-img {
        height: auto;
        width: 100%;
    }
    .inner-page {
        padding: 50px 0px 0px !important;
    }
    .inner-page .box-gradient .text-2 {
        font-size: 1.6rem;
    }
    .disability-sec.long .box-gradient {
        padding: 15px !important; 
        min-height: 200px;
        justify-content: center;
    }
    .cud strong {
        display: block;
    }
    .epdi .rsk {
        width: 80%;
    }
    .disability-sec {
        padding: 70px 0px 0px;
    }
    .rsk {
        width: 90%;
    }
    .rsk2 {
        width: 90%;
    }
    .disability-sec .box-gradient {
        padding: 15px 15px;
        min-height: 260px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    .member-perks-sec {
        padding: 60px 0px 30px;
    }
    .text-2 {
        font-size: 2rem;
    }
    .tmb-4 {
        margin-bottom: 20px;
    }
    .bb-green-inner {
        padding-bottom: 20px;
    }
    .bb-green {
        height: 100%;
        padding: 0px 0px 0px 0px;
    }    
    .box-gradient {
        padding: 20px;
    }
    .membership .main-banner-right {
        top: 10px;
        right: 0px;
    }
    .membership .main-banner-img {
        height: 230px;
    }
    h1.uc-text {
        font-size: 70px;
        text-align: center;
        margin: 0px;
        height: auto;
    }
   
    .are {
        font-size: 50px;
        margin: 0px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .surity-select-perks h1 {
        padding-right: 20%;
    }
    .banner-section {
        padding: 30px 0px 30px;
        min-height: 250px;
    }
    .banner-section h2 {
        width: 80%;
    }
    .banner-left h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .main-banner-img {
        height: 250px;
    }
    .main-banner-right {
        top: 5px;
        right: 10%;
    }
    .ben-subheader {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
    }
    .theme-btn-2 {
        font-size: 28px;
        padding: 5px 10px !important;
    }
    .why-surity-inner p {
        width: 100%;
        line-height: 23px;
    }
    .single-point i {
        font-size: 60px;
    }
    .single-point p {
        font-size: 20px;
        line-height: 26px;
    }
    .surity-select-perks {
        padding: 30px 0px 30px; 
    }
    .surity-select-perks .banner-right {
        top: -120px;
        height: 100px;
        width: 40vw;
    }
    .surity-select-perks .banner-right img {
        height: auto;
        width: 100%;
    }
    .surity-plans {
        padding: 50px 0px 110px;
    }
    .footer-left {
        padding-right: 0%;
    }
    .footer {
        padding: 40px 0px 20px;
    }
    ul.main-navbar {
        /* display: none; */
        position: absolute;
        bottom: -21px;
        left: 0px;
        right: 0px;
        justify-content: center;
    }
    ul.main-navbar.active li.menu-item {
        margin-left: 0px;
        margin-bottom: 15px;
        
    }
    ul.main-navbar.active{
        position: fixed;
        display: block;
        background-color: #000000;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 1;
        padding: 10px 15px;
    }
    .mm-menu {
        display: inline-flex;
        margin-left: 20px;
    }
    .menu-icon {
        height: 20px;
    }
    a.menu-text {
        font-size: 13px;
        /* color: #ffffff; */
    }
    ul.main-navbar.active img.main-logo-img {
        height: 50px;
        width: auto;
    }
    img.menu-close-icon {
        height: 20px;
    }
    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .membership-feature-heading {
        font-size: 1.9rem;
    }
    .four-feature-wrapper {
        row-gap: 20px;
    }

    .single-features-surity {
        height: 100%;
    }
    .main-page .single-features-surity {
        padding: 1.5rem;
        margin-bottom: 20px;
        height: auto;
    }
    .sfs-body {
        width: 78%;
    }
}


@media (max-width: 767px) {
    .single-surity-care-feature {
        width: 100%;
    }
    .single-surity-care-feature .text-1 br {
        display: block;
    }
    p.mem-on-acc {
        font-size: 30px;
    }
    p.mem-on-acc-sub {
        font-size: 24px;
    }
    .surity-care-main-btn {
        line-height: 1.2;
        font-size: 24px;
    }
    .ssc-feature-wrapper {
        flex-direction: column;
    }
    .text-1 br,
    p.mem-on-acc br,
    p.mem-on-acc-sub br,
    .surity-care-main-btn br {
        display: none;
    }
    .video-sec {
        position: absolute;
        top: 50%;
        left: 5vw;
        min-height: auto;
        transform: translateY(-50%);
        width: 90vw;
        background: #000000;
        padding: 20px 0px;
        border-radius: 20px;
    }
    .video-sec iframe {
        width: 100%;
        height: auto;
    }
    .bb-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bb-wrapper a.theme-btn {
        width: 100%;
        font-size: 4.5vw;
    }
    .main-header-sc {
        font-size: calc(1.375rem + 1.5vw)!important;
    }
    .main-header-sc br {
        display: none;
    }
    .little-height .surity-select-perks .banner-right img {
        width: 100%;
        height: auto;
    }
    .tb-wrapper {
        row-gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fmw {
        padding-left: 14px!important;
    }
    .little-height {
        margin-top: 110px;
    }
    .better-way h2 br{
        display: none;
    }
    .membership-input.large p.main-t,
    .membership-input.large p.sub-t {
        font-size: 20px;
    }
    .membership-input .mem-amount {
        max-width: 100px;
        padding-left: 20px;
    }
    .footer .footer-menu-wrapper:first-child {
        padding-left: 45px;
    }
    .madeit br {
        display: block;
    }
    .agent-info-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .first-ss-text {
        margin-right: 0rem !important;
    }
    .bill-fjeran {
        width: 100%;
    }
    .modal-main-content {
        min-width: 90vw;
        padding: 45px 20px 35px 20px;
    }
    .mob-mt-4 {
        margin-top: 1.5rem !important;
    }
    input.input-wrapper-acc-text {
        width: 100%;
    }
    .input-wrapper-acc {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .ss-text {
        margin-bottom: 10px !important;
    }
    
    .sec-wrapper {
        flex-direction: column;
    }
    .btn-3-wrapper {
        flex-direction: column;
    }
    .sm-d-flex {
        display: flex;
    }
    .sm-align-items-center { 
        align-items: center;
    }
    .sm-justify-content-center { 
        justify-content: center;
    }
    .sm-ps-2 {
        padding-left: .5rem !important;
    }
    .left-sfs {
        padding: 0px !important;
    }
    .sfs-page .lightSpeedIn {
        visibility: visible;
        animation-name: none;
    }
    .disability-sec .box-gradient {
        justify-content: center;
    }
    .side-fixed-tab {
        position: fixed;
        bottom: -150px;
        top: unset;
        margin: 0px;
        left: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        transition: all ease 0.8s;
    }
    .side-fixed-tab.active{
        bottom: 5px;
        transition: all ease 0.8s;
    }
    .sft-main-wrapper {
        text-align: left;
        padding: 0px 15px 0px;
        flex: 1;
    }
    .single-features-surity .sft-main-wrapper h2 {
        margin-bottom: 0px !important;
        font-size: 1.3rem;
    }
    .side-fixed-tab .sfs-body {
        line-height: 1.2;
        font-size: 14px;
    }
    .side-fixed-tab a.theme-btn {
        font-size: 15px;
    }
    .side-fixed-tab img.id-box-img {
        height: 60px;
        width: 60px;
    }


    .product-banner .main-banner-img {
        height: auto;
        width: 100%;
    }
    .better-way {
        padding: 40px 0px 20px;
        position: relative;
    }
    .better-way img.better-way-image {
        height: auto;
        position: unset !important;
        width: 100%;
        transform: translateY(10px);
    }
    img.enjoy-section-image {
        height: auto;
        width: 100%;
        margin: -90px auto 0px;
    }


    ul.main-navbar {
        bottom: -25px;
    }
    .single-number-box {
        margin-bottom: 40px;
    }
    .single-d.dental {
        margin-top: 50px;
    }
    .strat .epdi.dental {
        padding: 0px 0px 130px;
        margin-top: 0px;
    }

    .single-d{
        margin-bottom: 40px;
    }    
    .epdi {
        padding: 40px 0px 90px;
        margin-top: 30px;
    }
    .m-m-p {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .rsk {
        width: 100%;
    }
    .rsk2 {
        width: 100%;
    }
    .disability-sec {
        padding: 40px 0px 0px;
    }
    .disability-sec .box-gradient {
        margin-bottom: 30px;
        min-height: 200px;
    }
    .disability .main-banner-img {
        width: 100%;
        height: auto;
    }
    .banner-wrapper .text-type-3.btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .banner-wrapper .text-type-3.btn-wrapper a {
        margin: 0px !important;
    }
    .member-perks-sec-inner .box-gradient {
        margin-bottom: 35px;
    }
    .membership .main-banner-img {
        height: 350px;
        object-fit: contain;
    }
    .are {
        font-size: 35px;
    }
    .sign-in-center {
        width: 95%;
        padding: 0px 0px 100px;
    }
    h1.uc-text {
        font-size: 40px;
        text-align: center;
        margin: 0px;
        height: unset;
    }
    .menu-icon {
        height: 17px;
    }
    img.menu-close-icon {
        height: 17px;
    }
    .banner-section {
        margin-bottom: 40px;
    }
    .why-surity-inner {
        padding: 20px 20px 20px;
    }
    .theme-btn-2 {
        font-size: 24px;
        padding: 12px 0px;
    }
    .benefits {
        padding: 30px 0px 30px;
    }
    img.main-logo-img {
        height: 40px;
        width: auto;
    }
    ul.main-navbar.active img.main-logo-img{
        height: 40px;
        width: auto;
    }
    a.theme-btn {
        font-size: 18px;
        height: 32px;
        min-width: 80px;
    }
    a.sign-in-btn i {
        color: #D8DE53;
        font-size: 22px;
        margin-left: 5px;
    }
    .header-sec .ms-4 {
        margin-left: 10px !important;
    }
    .main-banner-img {
        height: auto;
        margin-bottom: 00px;
        margin-top: 20px;
        width: 100%;
    }
    .banner-section .banner-wrapper {
        /* flex-direction: column-reverse; */
    }
    .main-banner-right {
        position: unset;
        text-align: center;
        margin-bottom: -70px;
    }
    .banner-section h2 {
        width: 100%;
        font-size: 23px;
    }
    .surity-plans .col {
        flex: 0 0 auto;
        width: 50%;
    }
    .surity-plans .row {
        justify-content: center;
    }
    .single-point {
        margin-bottom: 20px;
    }
    .single-point p {
        font-size: 20px;
        line-height: 24px;
    }
    .surity-plans h1 {
        margin-bottom: 40px !important;
    }
    .surity-select-perks .row {
        flex-direction: column-reverse;
    }
    .surity-select-perks .banner-right {
        position: unset;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
        width: auto;
    }
    .surity-select-perks h1 {
        padding-right: 0px;
    }
    .surity-select-perks .btn-wrapper {
        margin: 25px 0px;
        display: flex;
        align-items: center;
    }
    .surity-select-perks {
        padding: 20px 0px 20px;
    }
    .footer-left img.main-logo-img {
        width: auto;
        height: 40px;
    }
    .footer-left p.first {
        margin: -2px 0px 15px;
    }
    .footer-left p {
        padding-left: 45px;
    }
    .footer-ul {
        padding-left: 45px;
    }
    .footer {
        padding: 30px 0px 20px;
    }
    .footer-left {
        padding-right: 0%;
        margin-bottom: 20px;
    }
    ul.footer-menu-wrapper {
        margin: 0px;
    }
    .surity-select-perks .banner-right img {
        margin-top: -110px;
    }
    img.id-box-img {
        height: 80px;
        width: 80px;
    }
    .single-features-surity .text-1 {
        font-size: 1.5rem;
    }
    .sfs-body {
        line-height: 1.5;
        font-size: 15px;
        width: 100% !important;
    }
    .single-features-surity {
        padding: 0.5rem;
    }

    .main-page .sfs-body {
        line-height: 1.2;
        font-size: 20px;
        width: 75% !important;
    }
    .main-page .single-features-surity {
        padding: 1.5rem;
        margin-bottom: 20px;
        height: auto;
    }
    .btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
        flex-wrap: wrap;
    }

   
}


@media (max-width: 400px) { 
    .b-button, .a-button {
        font-size: 5vw;
    }
    .sign-in-btn span {
        /* display: none; */
        display: block;
    }
    .single-features-surity .text-1 {
        font-size: 7vw;
    }
    .sfs-body {
        font-size: 5vw;
    }
    a.menu-text {
        font-size: 3.5vw;
    }
    a.theme-btn {
        font-size: 5vw;
        min-width: 11vw;
    }
}
@media (max-width: 1200px) { 
    li.menu-item {
        margin-left: 12px;
    }
    
}
@media only screen and (min-width: 992px) and (max-width: 1399px)  {
    .disability .main-banner-img {
        width: 100%;
        height: auto;
    }
    .ac-box {
        min-height: 383px !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 385px)  {
    .member-perks-sec .single-features-surity {
        min-height: 260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
    .four-feature-wrapper h2 {
        font-size: 3vw;
        line-height: normal;
    }
    .single-features-surity {
        height: 100%;
    }
   
}





