/********************new-landing page***********************/
img.landing-page-logo {
    width: 30%;
    margin-bottom: 40px;
}
.landingpageBanner .quoteform {
    background: #ffffff;
    position: relative;
    padding-top: 60px;
}
.band {
    left: 0px;
    width: 356px;
    padding: 8px 0px;
    position: absolute;
    background: linear-gradient(120deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0) 60%);
    background-size: 200% 100%;
    background-position-x: 180%;
    background-color: #2c38a6;
    animation: new-health-banner_loading__uFr4p 1.5s ease-in-out infinite;
    z-index: 9999;
    top: 20px;
    border-top-left-radius: 7px;
} 
@keyframes new-health-banner_loading__uFr4p {
    to {
        background-position-x: -20%
    }
}
img.price-ribbon {
    margin-left: 10px;
}
.band:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.full-circle {
    position: absolute;
    width: 18px;
    height: 20px;
    top: 100%;
    left: -1%;
    background-color: #27337a;
    border-radius: 10px 0 0 10px;
}
.new-health-banner_discount-text {
    display: flex;
    color: #fff;
    text-align: center;
    width: 100%;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.landing-form {
	position: relative;
	z-index: 9;
}
.semi-circle {
    position: absolute;
    top: 0;
    left: -5px;
    width: 18px;
    height: 59px;
    background-color: #2c38a6;
    border-radius: 10px / 10px;
}
h1.heading-Typography {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
	margin-top: 30px;
}
.landingpageBanner img.banner {
    width: 90% !important;
}
section.samePadding.landingpageBanner {
    background-color: #eaefff;
}
.landing-whyChoose img.card-img-top {
    width: 100px;
	    margin: 0 auto;
}
.landing-whyChoose .card {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.161);
    border: 1px solid #ffffff;
    min-height: 245px;
    margin: 20px 50px;
    border-radius: 16px !important;
}
span.network-hospital_border-pipe__7Q0I7 {
    height: 30px;
    background-color: #27337a;
    width: 100%;
    display: inline-block;
    border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	margin-top:0px;
}
h5.card-title span {
    color: #27337a;
    font-weight: 700;
    font-size: 20px;
}
.main-heading-landing {
    font-size: 32px;
    font-weight: 700;
}
.row.detail-sec {
    margin-top: 50px;
}
.row.detail-sec .MuiTypography-root {
    color: #27337a;
    font-size: 14px;
    font-weight: 700;
}
.row.detail-sec h5 {
    font-size: 32px;
    font-weight: 800;
    margin: 20px 0px;
}
.row.detail-sec img {
    border-radius: 16px;
}
.row.suitabledivContent li {
    padding-bottom: 12px;
    line-height: 22px;
    position: relative;
    list-style: none;
}
section.samePadding.disclaimer.colorBG {
    background: #45bb9a1c;
} 
.row.suitabledivContent li:after {
    content: "";
    background-image: url(icons8-tick.webp);
    position: absolute;
    left: -22px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 17px;
    top: 7px;
}
.landing-plans .card.text-center {
    background: transparent linear-gradient(180deg,#e7efff,#fff 46%,#fff) 0 0 no-repeat padding-box;
    border: 1px solid #EAEFFF;
    box-shadow: 0px 0px 22px rgb(185, 209, 255);
    min-height: 360px;
    margin: 20px 20px;
    border-radius: 16px !important;
}
.landing-plans h5.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #27337a;
    margin-bottom: 30px;
}
.landing-plans ul {
    text-align: left;
	list-style: none;
}

.landing-plans ul li {
    position: relative;
    margin-top: 25px;
}
.landing-plans ul li:after {
    content: "";
    background-image: url(icons8-tick.webp);
    position: absolute;
    left: -22px;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 17px;
    top: 7px;
}
img.plan-image {
    width: 170px;
	margin: 0 auto;
}
.landing-somuchBenefits div#nav-tabContent {
    max-width: 800px;
    margin: 0 auto;
}
.landing-somuchBenefits {
    background-color: #f2f4f7;
}
.landing-somuchBenefits div#nav-tab {
    justify-content: center;
    border: 0px;
}
.landing-somuchBenefits .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #27337a;
}
.landing-somuchBenefits .nav-tabs .nav-link {
    color: rgba(0, 0, 0, 0.87);
    background: #d7dee8;
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid #ffffff;
}
.rbt-policy-bp h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.howworks img {
    height: 70px;
    border: 2px solid #293277;
    padding: 10px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 18px;
    margin-top: 20px;
}
section.samePadding.howworks.colorBG .col-md-4 {
    background-color: #fff;
    margin: 0px 10px;
    width: 30.5%;
    padding: 20px;
    border: 1px dotted #293277;
	border-radius: 16px;
}
.grecaptcha-badge{
	z-index:9;
}
.rbt-policy-bp p {
    margin-bottom: 0px;
}
.landing-somuchBenefits .benifitsContent {
    background: #fff;
    padding: 20px 40px;
    border: 1px dashed #293277;
}
.landing-somuchBenefits .nav-tabs .nav-link h6 {
    margin: 0px;
    font-size: 16px;
}
.landing-faq {
    background-color: #f9fbff;
}
.landing-faq .question {
    border-radius: 12px;
	width:100%;
}
.landing-faq  button.accordion-button {
    border-radius: 6px;
}
.landing-faq .accordion-item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    border-radius: 6px !important;
}
.landing-faq button.accordion-button strong {
    font-size: 15px;
    font-weight: 600;
}
.landing-faq button.accordion-button:after {
    background-size: 15px;
}
section.samePadding.trusted-families {
    background-color: #27337a;
}
h4.MuiTypography-heading.text-white {
    font-size: 37px;
}
.grw-score , .grw-based small{
    color: #fff;
	text-align:center;
}
.grw-stars {
    text-align: center;
}
img.award-image {
    width: 200px;
}
.award-image img {
    width: 250px;
}
.award-image {
    display: flex;
    justify-content: flex-end;
}
.box-sec {
    padding: 20px 16px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: flex-start;
    background-color: #333b91;
}
.box-sec img.star-award-image {
    margin-right: 10px;
}
.landing-review_testimonials .author-groups {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #eaefff;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom: 0;
    height: 200px;
    padding: 0;
    position: relative;
}
.landing-review_testimonials .avatar {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.landing-review_testimonials .avatar img {
    width: 100px !important;
    border: 3px solid #2b3175;
    border-radius: 50%;
	margin: 0 auto;
}
.landing-review_testimonials .wd-testimonials .description {
    font-size: 16px;
    line-height: 20px;
    color: var(--bs-body-color);
    margin-bottom: 30px;
    padding: 0px 30px;
    margin-top: 15px;
    height: 200px;
    font-weight: 500;
}
.landing-review_testimonials .wd-testimonials {
    box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
    border-radius: 20px;
    background: #fff;
    padding: 40px 0px 0px 0px;
}
.landing-review_testimonials .owl-nav {
    display: none;
}
.landing-review_testimonials ul.rating li img {
    margin: 0 auto;
}
.quotation {
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 9999;
}
.landing-review_testimonials .avatar h6 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}
.landing-review_testimonials  .owl-dots {
    display: none;
}
.landing-review_testimonials.review_testimonials {
    padding-bottom: 0px;
}
.samePadding.rbt-badge-area-branchs h4 {
    font-size: 20px;
    font-weight: bold;
    color: #293277;
}
.rbt-badge-area-branchs  p.footer-address {
    margin-bottom: 0px;
}
.rbt-badge-area-branchs .card {
    padding: 20px;
    min-height: 255px;
    background: transparent linear-gradient(331deg, #e7efff, #fff 46%, #fff) 0 0 no-repeat padding-box;
    border: 1px dotted #293277;
    box-shadow: 0px 0px 15px #EAEFFF;
}
.rbt-badge-area-branchs .icon i {
    color: #aa0100;
    margin-right: 8px;
}
.rbt-badge-area-branchs .content a {
    color: var(--bs-body-color);
    text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 0px;
}
.custom-video {
    width: 100%;
    height: auto;
    pointer-events: none; 
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    color: white;
    cursor: pointer;
    display: block;
}

.stop-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    cursor: pointer;
    display: none; 
}

.video-caption {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    display: none;
    background-color: #242424;
    width: 94%;
    padding: 12px;
    font-size: 13px;
}
.view-more {
	font-size:16px;
}
.custom-video:playing ~ .stop-icon {
    display: block;
}
.view-more a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.view-more a:hover {
    color: #00ACED;
}
.grecaptcha-badge {
    z-index: 9;
    bottom: 124px !important;
}
span.viewInsta {
    padding-right: 5px;
}
span.iconinsta i.fa.fa-instagram {
    color: red;
}
.slick-initialized .slick-slide {
    display: block;
    padding: 10px;
	height:460px;
}
.grecaptcha-logo {
    display: none;
}
.grecaptcha-badge {
    display: none !important;
}
.rbt-badge-area-branchs .owl-item {
    padding: 10px;
} 
.rbt-badge-area-branchs .owl-dots {
    display: none;
}
span.owl-prev.instafeedPrev,span.owl-next.instafeedNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    /* font-size: 24px; */
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
span.owl-prev.instafeedPrev {
    left: 20px;
}
span.owl-next.instafeedNext {
    right: 20px;
}
span.owl-prev.instafeedPrev:hover, span.owl-next.instafeedNext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.whyChoose.ourpartners ul.row.mt-3.mb-4.border-rbt {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #45bb9a, #293277) border-box;
    border: 2px solid transparent;
    padding: 50px 20px;
    border-radius: 10px;
    margin: 0px !important;
}
.whyChoose.ourpartners .mainHeading .small-text {
    position: relative;
    background-color: #fff;
    padding: 0px 20px;
	font-size: 50px;
} 
.whyChoose.ourpartners .large-text {
    background: linear-gradient(105.42deg, #293277 2.46%, #45bb9a 94.16%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 800;
}
.border-rbt .box {
    margin: 90px 0px;
    border: 0px;
    padding: 10px 0px;
}
.whyChoose.ourpartners .box img {
    display: flex;
    transition: 0.3s;
    height: 50px;
    margin: 0px auto;
}
.whyChoose.ourpartners h3.mainHeading.text-center {
    position: relative;
    top: 50px;
}
.whyChoose.ourpartners .mainHeading.text-center span {
    background-color: #fff;
    position: relative;
    display: inline-block;
}
span.whatsapp_help {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-inline-start: 7px;
    color: #fff;
    text-decoration: none;
}
a.float.desktopView {
    background-color: rgb(46 46 50 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
}
a.float.desktopView img {
    height: 25px;
    width: 25px;
}
.landing-review_testimonials.review_testimonials .owl-item {
    padding: 0px 10px;
}
/*************Start responsive****************/
@media screen and (max-width:1400px){
	.band {
    width: 300px;
}
.new-health-banner_discount-text {
    font-size: 15px;
}
.landing-review_testimonials .wd-testimonials .description {
    font-size: 15px;
	line-height: 20px;
}
.landing-review_testimonials .owl-carousel .owl-item img {
    width: 60%;
}
.video-caption {
    font-size: 10px;
    margin-bottom: 0px !important;
}
.view-more a {
    font-size: 10px;
}
.video-caption p {
    margin-bottom: 0px;
}
.border-rbt .box {
    margin: 20px 0px;
}
.whyChoose.ourpartners ul.row.mt-3.mb-4.border-rbt {
    padding: 50px 0px;
}
}
@media screen and (max-width:1199px){
	.slick-initialized .slick-slide {
    height: auto;
}
}
@media screen and (max-width:991px){
.landing-whyChoose .card {
    flex: 1 0 25%;
    margin: 20px 30px !important;
}
section.samePadding.howworks {
    margin-bottom: 0px;
}
.band {
    width: 530px;
}
.landing-faq .accordion.faqAccordion .col-md-8 {
    padding: 40px;
    width: 100%;
}
section.samePadding.landing-plans .container {
    width: 100% !important;
    max-width: 100%;
}
.landing-plans ul li {
    margin-top: 15px;
    font-size: 14px;
}
.landing-plans h5.card-title {
    font-size: 15px;
    margin-bottom: 20px;
}
.formSubhead {
    font-size: 15px;
}
.landing-somuchBenefits .nav-tabs .nav-link {
    margin-bottom: 10px;
}
h4.MuiTypography-heading.text-white {
    font-size: 26px;
}
.award-image {
    margin-bottom: 10px;
}
h1.heading-Typography {
    margin-top: 0;
}
section.disclaimer p {
    padding-bottom: 0px;
}
.landingpageBanner img.banner {
    width: auto;
}
.landing-faq .question {
    width: 100%;
}
.video-caption {
    top: 75%;
}
.video-caption p {
    font-size: 14px;
}
.view-more a {
    font-size: 13px;
}
section.samePadding.landing-insurace img {
    margin-bottom: 20px;
    width: 100%;
}
a#bp_whatsapp_support img {
    height: 25px;
    margin-right: 10px;
}
}
@media screen and (max-width:767px){
section.samePadding.landingpageBanner {
    text-align: center;
}
.landingpageBanner img.banner {
    margin: 0 auto;
    width: auto;
    display: none;
}
.landing-whyChoose .card-group {
    display: block;
}
.landing-whyChoose .card {
    width: 46%;
    display: inline-block;
    margin: 5px !important;
}
h4.MuiTypography-heading.text-white {
    font-size: 30px;
    margin-top: 0px;
    text-align: center;
}
section.samePadding.trusted-families p.text-white {
    margin: 0px;
}
p.text-white.stand-out {
    text-align: center;
}
.award-image {
    justify-content: center;
    margin: 20px 0px;
}
.landing-plans .card-group {
    display: block;
    flex-flow: row wrap;
}
.new-health-banner_discount-text {
    font-size: 14px;
}
.landing-faq .question {
    padding: 25px;
    width: 95%;
    margin: 0 auto;
}
.landing-somuchBenefits button#benefit4-tab h6 {
    width: 150px !important;
}
section.samePadding.landing-insurace {
    text-align: center;
}
.row.detail-sec img {
    margin-bottom: 40px;
}
.landing-review_testimonials .owl-carousel .owl-item img {
    width: 50%;
}
.landing-review_testimonials .avatar img {
    width: 70px !important;
}
.trusted-families h4.MuiTypography-heading.text-white {
    font-size: 22px;
}
section.samePadding.howworks.colorBG .col-md-4 {
    width: 90%;
    margin: 5px auto;
}
.landing-somuchBenefits .benifitsContent {
    width: 100%;
    margin: 0 auto;
}
.band {
    left: 0;
    top: 10px;
    width: 80%;
    right: 0;
    margin: 0 auto;
    border-radius: unset;
}
.semi-circle,.full-circle {
	display:none;
}
.band:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.row.detail-sec {
    margin-top: 0;
}
h1.heading-Typography {
    margin-top: 0;
}
img.landing-page-logo {
    width: 90%;
    margin-bottom: 20px;
}
.landing-review_testimonials .wd-testimonials .description {
    font-size: 17px;
    line-height: 25px;
	margin-bottom: 60px;
}
.landing-review_testimonials .author-groups {
    height: 150px;
}
.landing-faq .accordion.faqAccordion .col-md-8 {
    width: 90%;
}
.landing-plans h5.card-title {
    font-size: 20px;
}
section.samePadding.landing-plans .container {
    width: 100% !important;
     max-width: 540px; 
}
section.samePadding.disclaimer.colorBG p {
    padding-top: 0px;
}
.video-caption p {
    font-size: 18px;
}
.landing-whyChoose h5.card-title span {
    font-size: 16px;
}
.landing-whyChoose .card-body p.card-text {
    height: 70px;
}
span.network-hospital_border-pipe__7Q0I7 {
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.landing-whyChoose .card {
    min-height: 220px;
}
.landing-whyChoose img.card-img-top {
    width: 60px;
}
.border-rbt .box {
    margin: 0px 0px;
}
.whyChoose.ourpartners .box img {
    height: auto;
    width: 130px;
}
.border-rbt .box {
    padding: 10px 4px;
}
.whyChoose.ourpartners h3.mainHeading.text-center {
    top: 40px;
}
.whyChoose.ourpartners ul.row.mt-3.mb-4.border-rbt {
    padding-bottom: 20px;
}
.landing-somuchBenefits .nav-tabs .nav-link {
    width: 50%;
    padding: 10px 5px;
}
.landing-somuchBenefits .nav-tabs .nav-link h6 {
    font-size: 12px;
    text-align: center;
}
}
@media screen and (max-width:540px){
.band {
    width: 280px;
}
.landing-faq .question {
    padding: 10px;
}
h1.heading-Typography {
    font-size: 25px;
    line-height: 35px;
}
.new-health-banner_discount-text {
    font-size: 12px;
}
.landing-review_testimonials .author-groups {
    height: 150px;
}
.landing-review_testimonials .wd-testimonials .description {
    height: 175px;
}
ul.row.mt-3.mb-4.border-rbt {
    padding: 20px;
}
.whyChoose.ourpartners .large-text {
    font-size: 44px;
}
.whyChoose.ourpartners .mainHeading .small-text {
    font-size: 30px;
}
}
@media screen and (max-width:400px){
.landingpageBanner img.banner {
    width: 100%;
}
}
/*************End responsive****************/