body{
    font-family: "DM Sans";
}
/* font size and weight class */
.font-12{
    font-size: 12px;
    line-height: 18px;
}
.font-14{
    font-size: 14px;
    line-height: 21px;
}
.font-16{
    font-size: 16px;
    line-height: 24px;
}
.font-18{
    font-size: 18px;
    line-height: 27px;
}
.font-20{
    font-size: 20px;
    line-height: 30px;
}
.font-24{
    font-size: 24px;
    line-height: 36px;
}
.font-28{
    font-size: 28px;
    line-height: 40px;
}
.font-32{
    font-size: 32px;
    line-height: 44px;
}
.font-40{
    font-size: 40px;
    line-height: 56px;
}
.font-48{
    font-size: 48px;
    line-height: 62px;
}
.font-64{
    font-size: 64px;
    line-height: 83.2px;
}

.font-italic{
    font-style: italic;
}

.b-400{
    font-weight: 400;
}
.b-500{
    font-weight: 500;
}
.b-600{
    font-weight: 600;
}
.b-700{
    font-weight: 700;
}

/* color class */
.color-brand{
    color: rgba(var(--brand-color-rgb), 1);
}
.color-brand-1{
    color: rgba(var(--brand-color-rgb-1), 1);
}
.color-brand-2{
    color: rgba(var(--brand-color-rgb-2), 1);
}
.color-dark{
    color: rgba(61, 71, 79, 1);
}
.color-dark1{
    color: rgba(20, 24, 26, 1);
}
.color-dark2{
    color:rgba(101, 119, 132, 1);
}
.color-gray{
    color: rgba(239, 241, 243, 1);
}
.bg-white{
    background: white;
}
.bg-green{
    background: #4BB543;
}
.bg-trans{
    background: rgba(255, 255, 255, 0);
}
.bg-gray{
    background: rgba(229, 235, 239, 1);
}
.bg-brand {
    background: rgba(var(--brand-color-rgb), 1);
}
.bg-brand-1{
    background: rgba(var(--brand-color-rgb-1), 1);
}
.bg-brand-2{
    background: rgba(var(--brand-color-rgb-2), 1);
}
.shadow1{
    box-shadow: 0px 30px 80px 0px rgba(var(--brand-color-rgb-1), 0.3);
}
.shadow2{
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.05);
}
.bg-grad1{
    background: linear-gradient(180deg, rgb(var(--brand-color-rgb-2)) 0%, rgba(var(--brand-color-rgb-2), 0) 100%);
}
.bg-grad2{
    background: linear-gradient(180deg, rgb(var(--brand-color-rgb)) 0%, rgb(var(--brand-color-rgb)) 100%);
}
.bg-grad3{
    background: linear-gradient(180deg, rgb(var(--brand-color-rgb-1)) 0%, rgba(var(--brand-color-rgb-1), 0) 100%);
}
.bg-grad4{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.bg-grad5{
    background: linear-gradient(180deg, rgb(var(--brand-color-rgb-1)) 0%, rgba(var(--brand-color-rgb), 1) 100%);
}
.bg-grad-6{
    background: linear-gradient(180deg, rgba(240, 241, 243) 0%, #FFF 100%);
}

.border-color-brand-1{
    border-color: rgba(var(--brand-color-rgb-1), 1) !important;
}
.border-color-gray{
    border-color: rgba(193, 201, 206, 1) !important;
}
.border-color-gray1{
    border-color: rgba(224, 228, 230, 1) !important;
}
.border-gray{
    border: 1px solid rgba(224, 228, 230, 1) !important;
}
.border-gray1{
    border: 1px solid rgba(163, 173, 181, 1)
}
.green-bg-btn {
    background-color: #276327;
}
.change-hover:hover {
    color: rgba(var(--brand-color-rgb), 1);
}

/* border class */
.r-3 {
    border-radius: 3px;
}
.r-4{
    border-radius: 4px;
}
.r-8{
    border-radius: 8px;
}
.r-16{
    border-radius: 16px;
}
.r-20{
    border-radius: 20px;
}
.r-24{
    border-radius: 24px;
}
.r-30{
    border-radius: 30px;
}
.r-48{
    border-radius: 48px;
}
.rt-48{
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}
.r-100{
    border-radius: 100px;
}
.border-1{
    border:1px solid !important;
}
.left-border-2{
    border-left: 2px solid rgb(var(--brand-color-rgb-1));
}
.left-border-3{
    border-left: 3px solid rgb(var(--brand-color-rgb-1));
}

/* width and height class */
.w-max-content{
    width: max-content;
}
.w-20{
    width: 20px;
}
.w-90{
    width: 90%;
}
.w-60{
    width: 60px;
}
.w-72{
    width: 72px;
}
.w-89{
    width: 89px;
}
.w-107{
    width: 107px;
}
.w-146{
    width: 146px;
}
.w-165{
    width: 165px;
}
.w-178{
    width: 178px;
}
.w-190{
    width: 190px;
}
.w-194{
    width: 194px;
}
.w-220{
    width: 220px;
}
.w-298{
    width: 298px;
}
.w-410{
    width: 410px;
}
.w-542{
    width: 542px;
}
.w-700{
    width: 700px;
}
.w-768{
    width: 768px;
}
.w-80p{
    width: 80%;
}
.min-h-536{
    min-height: 536px;
}
.min-h-648{
    min-height: 590px;
}
.h-20{
    height: 20px;
}

/* space class */
.px-btn-20{
    padding-left: 20px;
    padding-right: 20px;
}
.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.pt-70{
    padding-top:70px;
}
.pt-100{
    padding-top:100px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.p-15{
    padding: 15px;
}
.p-10{
    padding: 10px;
}
.px-btn-10{
    padding-left: 10px;
    padding-right: 10px;
}
.px-25{
    padding: 0 25px;
}
.p-30{
    padding: 30px;
}
.pe-30{
    padding-right: 30px;
}
.mt-50{
    margin-top:50px;
}
.mt-100{
    margin-top:100px;
}
.ms-20{
    margin-left:20px;
}
.blog-cta-btn {
    padding: 20px 40px;
    border-radius: 20px;
}

/* form class */
.focus-visible-none:focus-visible{
    outline: none;
}
input::placeholder{
    font-size: 18px;
    color: rgba(101, 119, 132, 1);
    font-weight: 400;
}
.input-border-gray{
    border: 1px solid rgba(193, 201, 206, 1)
}

/* normal class */
.top-bar{
    border-radius: 30px 30px 0 0;
}
.desktop-flex{
    display: flex;
}
.desktop-block{
    display: block;
}
.desktop-show{
    display: block;
}
.mobile-show{
    display: none;
}
.mobile-flex{
    display: none;
}
.display-inline {
    display: inline;
}
.sun-img{
    position: absolute;
    bottom: 0;
    right:0;
}
.z-999{
    z-index: 999;
}
.hr1{
    border-top: 1px solid rgba(224, 228, 230, 1);
    opacity: 1;
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}
.row>*{
    padding-right: 20px;
    padding-left: 20px;
}
.week_mark{
    cursor: pointer;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-item{
    background-color: #fff0;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top-left-radius:0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed){
    background-color: #cfe2ff00;
}
.accordion-button, .accordion-body{
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
}
#accordionFaq .accordion-button:not(.collapsed)::after {
    content: '\f146';
}
#accordionFaq .accordion-button::after {
    background-image: none;
    content: '\f0fe';
    width: unset;
    height: unset;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: rgb(var(--brand-color-rgb-1));
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    opacity: 1;
    background: #C1C9CE;
    margin-right: 7px;
    margin-left: 7px;
}
.carousel-indicators .active {
    background: rgb(var(--brand-color-rgb-1));;
}
.carousel-indicators{
    bottom: -70px;
}
.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    font-weight: 900;
    color: rgb(var(--brand-color-rgb-1));
}
.carousel-control-prev-icon::after {
    content: '\f0a8';
}
.carousel-control-next-icon::after {
    content: '\f0a9';
}
.carousel-control-next, .carousel-control-prev{
    top: unset;
    bottom:-63px;
    z-index: 99999;
}
.carousel-control-next{
    right: 150px;
}
.carousel-control-prev{
    left: 150px;
    z-index: 99999;
}
.cloud-img-div{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.cloud-img-div1{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.user-img-div{
    position: absolute;
    top: 190px;
    left: 121px;
}
.featured-events-box:hover{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    cursor: pointer;
}
.desktop-align-items-center{
    align-items: center;
}
.most-popular-div{
    position: absolute;
    top: 0;
    left: 37%;
    border-radius: 0 0 8px 8px;
}
.plan-btn{
    position: absolute;
    bottom: 30px;
    left: 28%;
}
.form-check-input:checked {
    background-color: rgb(var(--brand-color-rgb-1));;
    border-color: rgb(var(--brand-color-rgb-1));;
}

.text-shadow {
    text-shadow: 1px 1px 3px rgb(var(--brand-color-rgb));
}

.text-decoration-none{
    text-decoration: none;
}

.rotate-45 {
    transform: rotate(45deg);
}

.color-brand-1-dental {
    color: #04b7c3;
}

.bg-brand-2-dental {
    background-color: #e5f8f9;
}

.color-brand-1-medical {
    color: #990202;
}

.bg-brand-2-medical {
    background-color: #f5e5e5;
}

/* post styling */
h1#post-title {
    margin: 3rem 0 1.5rem;
    text-align: center;
    color: rgba(var(--brand-primary-light));
}

h1#post-title + p {
    text-align: center;
    margin-bottom: 3rem;
}

h1#post-title + p > img {
    /* width: 540px; */
    height: 400px;
}

#blog-cta-message-medical h3,
#blog-cta-message-dental h3 {
    color: rgba(var(--brand-color-rgb), 1);
}

@media (min-width: 768px) {
    .bg-md-grad1{
        background: linear-gradient(180deg, rgb(var(--brand-color-rgb-2)) 0%, rgba(var(--brand-color-rgb-2), 0) 100%);
    }
    .lg-w-548{
        width: 548px;
    }
    .lg-min-h-536{
        min-height: 536px;
    }
}

@media (min-width: 992px) {
    #blog-cta-img{
        position: relative;
    }
    #blog-cta-message-medical{
        position: absolute;
        margin-top: -250px;
    }
    #blog-cta-message-medical h3{
        color: white;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1290px;
    }
}
@media (max-width: 1399px) {
    .nav-item>a{
        /* border-bottom: 1px solid rgba(224, 228, 230, 1); */
        padding: 15px 6px !important;
    }
    .desktop-flex{
        display: block;
    }
    .desktop-block{
        display: flex;
    }

    .mobile-mb-15{
        margin-bottom: 15px;
    }

    .navbar-toggler{
        background: rgba(var(--brand-color-rgb-1), 1) !important;
        border-color: rgba(var(--brand-color-rgb-1), 1) !important;
        width: 40px;
        height: 40px;
        padding: 5px !important;
        border-radius: 8px;
        box-shadow: 0px 30px 80px 0px rgba(var(--brand-color-rgb-1), 0.3);
    }
    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    .navbar-toggler>.navbar-toggler-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-image: url('/assets/uploads/menu.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler[aria-expanded="true"]{
        background: rgba(163, 173, 181, 1);
        border-color:rgba(163, 173, 181, 1);
        width: 40px;
        height: 40px;
        padding: 5px !important;
        border-radius: 8px;
        box-shadow: 0px 30px 80px 0px rgba(rgb(var(--brand-color-rgb-1)), 0.3);
    }
    .navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-image: url('/assets/uploads/close-square.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .font-20{
        font-size: 18px;
        line-height: 27px;
    }
    .font-24{
        font-size: 20px;
        line-height: 30px;
    }
    .font-32{
        font-size: 24px;
        line-height: 36px;
    }
    .font-40{
        font-size: 32px;
        line-height: 48px;
    }
    .font-48{
        font-size: 36px;
        line-height: 50px;
    }
    .font-64{
        font-size: 40px;
        line-height: 52px;
    }
    .mt-50{
        margin-top:0px;
    }
    .mt-100{
        margin-top:0px;
    }
    .w-178{
        width: 100%;
    }
    .w-194{
        width: 100%;
    }
    .w-220{
        width: 120px;
    }
    .w-298{
        width: 100%;
    }
    .w-410{
        width: 100%;
    }
    .w-542{
        width: 100%;
    }
    .w-700{
        width: 100%;
    }
    .w-768{
        width: 100%;
    }

    input::placeholder{
        font-size: 16px;
    }
    .desktop-show{
        display: none !important;
    }
    .mobile-show{
        display: block;
    }
    .mobile-flex{
        display: flex;
    }
    .mobile-border-none{
        border-radius: 0 !important;
    }
    .mobile-text-left{
        text-align: left !important;
    }
    .mobile-center{
        text-align: center;
    }
    .sun-img {
        right: -197px;
    }
    .mobile-hide{
        display: none;
    }
    .subscribe-input{
        width: 100%;
    }
    .ms-20{
        margin-left:0;
    }
    .pt-70{
        padding-top:50px;
    }
    .pt-100{
        padding-top:50px;
    }
    .py-100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-10{
        padding: 0;
    }
    .px-25{
        padding: 0;
    }
    .pe-30{
        padding-right: 0px;
    }
    .order1{
        order: 2;
    }
    .order2{
        order: 1;
    }
    .px-btn-20{
        padding-left: 10px;
        padding-right: 10px;
    }
    .left-border-3{
        border-left: none;
    }
    .carousel-control-next, .carousel-control-prev{
        top: unset;
        bottom:-60px;
        z-index: 99999;
    }
    .carousel-control-next{
        right:60px;
    }
    .carousel-control-prev{
        left: 60px;
        z-index: 99999;
    }
    .carousel-indicators{
        display: none;
    }
    .time-divide{
        margin-top: 15px !important;
    }
    .time-divide>img{
        width: 6px;
    }
    .desktop-align-items-center{
        align-items: flex-start !important;
    }
    .plan-btn {
        position: absolute;
        bottom: 30px;
        left: 32%;
    }
    .carousel-indicators-priceplan{
        display:flex !important;
    }
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( 1.25 );
  }
  40%
  {
    transform: scale( 1 );
  }
  60%
  {
    transform: scale( 1.25 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

.heartbeat {
  animation: heartbeat 1s infinite;
}

/* #popup-promo {
    position: fixed;
    top: 4%;
    left: 4%;
    width: 385px;
    z-index: 1;
    height: auto;
    animation: fadeIn 1s;
    background-color: #fff;
    border: 2px solid  rgba(4, 183,195, 1);
  } */