@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --color-primary: #322F35;
    --text: #79747E;
    --blue: #4A7CD2;
}

body {

    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

h1,
h2 {
    font-size: clamp(36px, 4vw, 46px);
    font-weight: 700;
    color: var(--color-primary);
}

h3 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}


h2 span {
    background: linear-gradient(90deg, #5b8fe2, var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1400px;
}

.hero-section {
    padding: 30px;
}

.hero-section.addtl {
    position: absolute;
    width: 100%;
}

.hero-section.addtl .row {
    overflow: visible;
}

section.get-covered {
    padding: 80px 30px;
}

section.help-section {
    padding: 50px 30px;
}

.help-section .container {
    padding: 0 50px;
}

section.testimonial-section {
    padding: 0 30px;
}

.hero-section h1 {
    font-weight: bold;
    margin-bottom: 12px;
}

.hero-section .row {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    z-index: -1;
}

.content-wrapper {
    padding: 100px;
}

.col-md-6.hero-img {
    padding: 0;
}



.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.p-3 {
    padding: 30px;
}

.rounded {
    border-radius: 16px;
}

.button,
button {
    background: #4A7CD2;
    border: 1px solid #4A7CD2;
    padding: 6px 14px 6px 6px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 14px 14px 0 #0000001a;
    background-image: linear-gradient(#ffffff33 30%, transparent 100%);
    transition: all 200ms ease-in-out;
    width: max-content;
    text-decoration: none !important;
    white-space: nowrap;
}

.button:hover,
button:hover {
    background: #ffffff;
    color: #4A7CD2;
}

.button:hover .arrow-bg,
button:hover .arrow-bg {
    background: #4A7CD2;
    color: #ffffff;
}

.arrow-bg {
    width: 32px;
    height: 32px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 10px 10px 0 #0000001a;
    color: #4A7CD2;
    transition: all 200ms ease-in-out;

}

.content-wrapper p {
    max-width: 500px;
}

.arrow-bg i {
    transform: rotate(-45deg);
}

.content-wrapper {
    padding: 100px 40px 100px 60px;
}

.content-wrapper .hero-con {
    padding: 40px;
    background: #ffffff80;
    border-radius: 24px;
    width: fit-content;
    margin-top: 80px;
    margin-bottom: 0;
    color: var(--color-primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    max-width: 420px;
    gap: 18px;
}

.hero-con strong {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--color-primary);
}


.hero-section p {
    margin-bottom: 30px;
}

img {
    display: block;
    width: 100%;
}

.hero-section .logo {
    background-image: url(../images/Health-Dental-Logo-bg.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-section .logo img {
    max-width: 180px;
    transform: translateY(9px);
}

.logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    min-width: 200px;
    padding: 0 60px 30px;
}

.get-covered .container {
    padding: 0 100px;
}

.get-covered .content-wrapper {
    padding-right: 0;
}

.get-covered .content-wrapper p {
    margin-top: 22px;
}

.get-covered .content-wrapper button {
    margin-top: 65px;
}

section.trust-section.py-5 {
    padding: 0 30px;
}

.trust-card img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.help-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 40px;
}

.trust-section .container {
    background: #C6D8F4;
    background: linear-gradient(180deg, rgba(198, 216, 244, 0) 0%, rgba(198, 216, 244, 1) 60%);
    padding: 50px 100px;
    border-radius: 30px;
}

.help-section .col-6 {
    padding: 0 8px;
}

.help-section .row {
    padding: 0 50px 0;
    margin-top: -100px;
}

.trust-card p,
.help-card p {
    margin: 0;
    font-weight: 500;
}

.trust-section h2 {
    width: 100%;
}

.trust-card p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    color: var(--color-primary);
}


.help-section .container>img {
    border-radius: 20px;
    margin-top: 50px;
}



.testimonial-section .container {
    display: flex;
    justify-content: center;
    border-radius: 24px;
    position: relative;
    background-color: #00000033;
}

.testimonial-section .content-wrapper {
    padding: 60px 30px;
    max-width: 860px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

.testimonial-section .content-wrapper h3,
.testimonial-section .content-wrapper strong,
.testimonial-section .content-wrapper p {
    color: #ffffff;
}

.testimonial-section .content-wrapper strong {
    opacity: .8;
}

.testimonial-section .content-wrapper button {
    margin: 30px 0 40px;
    color: #002060;
    background-color: #ffffff42;
    backdrop-filter: blur(100px);
    border-color: #ffffff7a;
}

.testimonial-section .content-wrapper button .arrow-bg {
    color: #002060;
    background-color: #ffffffa2;


}

.testimonial-section .content-wrapper button:hover {
    background-color: #ffffff;
}

.testimonial-section .content-wrapper button:hover .arrow-bg {
    color: #ffffff;
    background-color: var(--blue);
}

.testimonial-section video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 24px;
}

.user {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    border: 4px solid var(--blue);
}

.custom-footer p,
.custom-footer small {
    margin: 0;
}

.col-5th {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 6px;
}

.help-card,
.trust-card {
    background: #ffffff;
    height: 100%;
    border: 1px solid #0000000f;
}

.trust-card-wrap {
    margin-top: 55px;
}

.user-section .content-wrapper {
    padding: 72px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-section .content-wrapper p {
    font-weight: 400;
    font-size: 22px;
}

.user-section .content-wrapper p {
    font-weight: 400;
    font-size: 22px;
    max-width: 660px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #999999;
}

.user-section .content-wrapper p.user-name {
    padding: 0;
    margin: 0;
    border: none;
    color: var(--color-primary);
    font-size: 28px;
    font-weight: 600;
}

.custom-footer .container {
    background: #C6D8F4;
    background: linear-gradient(180deg, rgba(198, 216, 244, 0) 0%, rgba(198, 216, 244, 1) 60%);
    padding: 50px 100px;
    border-radius: 30px;
}

.custom-footer {
    padding: 30px;
}

.footer-logo img {
    max-width: 228px;
}


.profile-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #0000000f;
    border-radius: 24px;
    padding: 18px;
    max-width: 520px;
    margin: 0 0 0 auto;
}

.profile-img {
    width: 40%;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 18px;
}

.profile-name {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    color: #002060;
    margin-bottom: 6px;
}

.profile-info>a {
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    text-decoration: none;
}

.social-icons {
    margin: 24px 0;
}

.social-icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 39px;
    border: 1px solid #00000021;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    color: var(--color-primary);
    background: #fff;
}

/*  Form */
.modal-dialog {
    margin: 50px auto !important;
}

#leadFormModal .modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 10px !important;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 30px);
    max-width: 500px;
    margin: 0px auto !important;
}

#leadFormModal .modal-header {
    border: none;
    padding-bottom: 0 !important;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-content {
    display: flex;
    flex-direction: column;
}

.form-content label {
    margin-bottom: 10px !important;
}

.form-btn {
    margin: 0px auto !important;
}

#leadFormModal .modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #121212;
}

#leadFormModal .form-heading {
    font-size: 18px;
    font-weight: 600;
    /* margin: 20px 0 25px!important; */
    color: #121212;
}

#leadFormModal .form-control,
#leadFormModal select {
    color: #121212;
    border: 1px solid #01C9E233;
    border-radius: 200px;
    box-shadow: none;
    height: 44px;
    background: #01C9E20F;
    padding: 10px 15px !important;
    font-size: 14px;
}

#leadFormModal .form-control:focus,
#leadFormModal select:focus {
    border-color: #E7C873;
    outline: none;
    box-shadow: 0 0 5px rgba(42, 157, 143, 0.2);
}

#leadFormModal .checkbox {
    /* margin-bottom: 5px!important; */
    margin-top: 5px !important;
}

#leadFormModal .checkbox input[type="checkbox"] {
    margin-top: -.5px !important;
    cursor: pointer;
    accent-color: var(--blue);
}

#leadFormModal .checkbox label {
    color: #121212;
    font-size: 14px;
    font-weight: normal;
}

.modal-header .close span {
    color: var(--black);
}

#leadFormModal .checkbox-label {
    display: flex;
    gap: 10px;
}

#leadFormModal .checkbox-label span {
    margin-top: -3px !important;
}

@media (max-width:1260px) {
    .content-wrapper {
        padding: 30px;
    }

    .custom-footer .container {
        padding: 50px 60px;
    }

    .help-section .container {
        padding: 0 30px;
    }

    .help-section .row {
        padding: 0 30px 0;
    }

    .trust-section .container {
        padding: 50px 66px;

    }

    .get-covered .container {
        padding: 0 60px;
    }

    .content-wrapper .hero-con {
        padding: 30px;
        margin-top: 60px;
    }

}

@media (max-width:991px) {
    .get-covered .container {
        padding: 0 30px;
    }

    .content-wrapper {
        padding: 60px 0;
    }

    .custom-footer .container {
        padding: 30px;
    }

    .content-wrapper-hero {
        position: absolute;
        bottom: 0;
        z-index: 99;
        padding: 0 60px;
    }

    .get-covered .content-wrapper {
        padding-bottom: 0;
    }

    .trust-card-wrap {
        margin-top: 55px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-5th {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px;
    }

    .d-flex.heading {
        display: flex;
    }

    .trust-section .d-flex.heading {
        margin: 0;
    }

    .trust-card {
        text-align: center;
    }

    .trust-card img {
        margin: auto;
    }

    .help-section .col-6 {
        padding: 0;
        margin: 30px 0;
    }

    .help-section .row {
        padding: 0 60px 0;
    }


    .hero-section .row {
        background: #4a7cd21f;
    }

    .content-wrapper-hero h1,
    .content-wrapper-hero p {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .col-5th {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hero-section {
        padding: 15px;
    }

    .content-wrapper-hero {
        padding: 0 30px;
    }

    .content-wrapper {
        padding: 30px 0;
    }

    .content-wrapper .hero-con {
        padding: 20px;
        margin-top: 30px;
        border-radius: 12px;
        max-width: 310px;
        font-size: 14px;

    }

    section.get-covered {
        padding: 40px 15px 0;
    }

    .trust-section button,
    .get-covered button {
        margin: 30px auto;
    }



    section.trust-section.py-5,
    .get-covered .container {
        padding: 0 15px;
    }

    .get-covered .content-wrapper button {
        margin-top: 35px;
    }

    .get-covered .content-wrapper p {
        margin-top: 12px;
    }

    .trust-section .container {
        padding: 30px;
    }

    .trust-card-wrap {
        margin-top: 15px;
    }

    section.help-section {
        padding: 50px 15px;
    }

    .profile-card,
    .custom-footer .container,
    .trust-section .container,
    .testimonial-section video,
    .testimonial-section .container {
        border-radius: 12px;

    }

    .help-section .container>img {
        border-radius: 12px;
        margin-top: 30px;
    }

    .help-section .container {
        padding: 0;
    }

    .help-section .row {
        padding: 0 50px 0;
        margin-top: 0;
    }

    .testimonial-section .content-wrapper {
        padding: 15px 15px 30px 15px;
    }

    .user-section .content-wrapper {
        padding: 60px 15px;
    }

    .user-section .content-wrapper p {
        font-size: 18px;
    }

    .user-section .content-wrapper p.user-name {
        font-size: 22px;
    }

    .custom-footer {
        padding: 15px;
    }

    .profile-card {
        margin: auto;
    }

    .footer-logo {
        margin-bottom: 60px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .profile-info>a {
        font-size: 16px;
    }

    .custom-footer .container {
        padding: 15px;
    }

    .hero-section .row {
        overflow: hidden;
        border-radius: 12px;
    }

    .hero-section video,
    .rounded {
        border-radius: 12px;
    }

    .help-section .col-6 {
        margin: 15px 0;
    }

    .get-covered .content-wrapper {
        padding: 0 0 30px;
    }
}

@media (max-width: 480px) {
    .col-5th {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .profile-card {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .profile-card button {
        margin: auto;
    }

    .profile-info>*:not(button) {
        width: 100%;
        justify-content: center;
    }

    .profile-img {
        margin: 0;
        width: 100%;
    }

    .p-3 {
        padding: 20px 15px;
    }

    .help-section .row {
        padding: 0 15px 0;
    }

    .help-card img {
        margin: 0 auto 20px;
    }

    .content-wrapper-hero {
        position: relative;
        padding-top: 60px;
    }

    .col-md-6.hero-img {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .logo {

        padding: 0 40px 20px;
    }

    .col-md-6.hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        padding-left: 30px;
    }

    .content-wrapper-hero {
        padding: 0 15px;
        margin-top: 60px;
    }

    .content-wrapper .hero-con {
        padding: 15px;
    }

    .trust-section .container {
        padding: 20px 23px 10px;
    }

    section.testimonial-section {
        padding: 0 15px;
    }

    .user {
        width: 60px;
        height: 60px;
        border: 2px solid var(--blue);
    }

    .content-wrapper {
        padding: 15px 0;
    }

    .help-card img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width:991px) {
    .d-flex {
        display: flex;
    }
}

form > img {
	display: none;
}

#form-thanks {
	display: none;
}

.form-content {
	margin-bottom: 15px !important;
}

#submitButton {
	margin-top: 20px !important;
}

#loadingGraphic {
	display: none;
	padding: 2px 0 3px;
	margin: 10px auto !important;
	text-align: center;
}

#loader {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 6px auto;
	-webkit-animation: 1s ease-in-out infinite animball_two;
	animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
	width: 44px;
	height: 44px;
	position: absolute;
}

#loader .loaderBall .ball {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-animation: 1s ease-in-out infinite animball_one;
	animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
	background-color: var(--blue);
	top: 0;
	left: 0;
}

#loader .loaderBall .ball.ball2 {
	background-color: var(--blue);
	top: 0;
	left: 24px;
}

#loader .loaderBall .ball.ball3 {
	background-color: var(--blue);
	top: 24px;
	left: 0;
}

#loader .loaderBall .ball.ball4 {
	background-color: var(--blue);
	top: 24px;
	left: 24px;
}

@-webkit-keyframes animball_one {
	0% {
		position: absolute;
	}
	50% {
		top: 12px;
		left: 12px;
		position: absolute;
		opacity: 0.5;
	}
	100% {
		position: absolute;
	}
}

@keyframes animball_one {
	0% {
		position: absolute;
	}
	50% {
		top: 12px;
		left: 12px;
		position: absolute;
		opacity: 0.5;
	}
	100% {
		position: absolute;
	}
}

@-webkit-keyframes animball_two {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.3);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(1);
	}
}

@keyframes animball_two {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(360deg) scale(1.3);
	}
	100% {
		transform: rotate(720deg) scale(1);
	}
}

.social {
	margin: 5px 0 0;
	padding: 0;
}

.social li {
	display: inline-block;
	margin-right: 10px;
}

.social li .iconic * {
	fill: var(--blue);
	stroke: var(--blue);
}