body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.head1 {
    color: var(--neutral-900, #111827);
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;    
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.white-block h4 {
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.block .img-container img {
    margin-bottom: 20px!important;
}

.shop-intro {
    padding: 96px 100px;
}

.section-about {
    padding: 96px 100px;
    text-align: center;
    color: #374151;
    background: #FAFAFA;
}

.section-3 h4 {
    color: #4B5563;
    font-size: 28.777px;
    font-weight: 700;
}

.about-section-green {
    padding-top: 170px!important;
}

.section-about h3 {
    font-size: 60px;
    font-weight: 700;    
    margin-bottom: 24px;
    margin-top: 0;
}

.section-about h5 {
    color: #4B5563;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 0;    
}

.section-about h4 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 105px;    
}

.about-promis-item {
    border-radius: 10.586px;
    background: #EBFAF5;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    padding: 15px;
    display: inline-block;
    width: calc(50% - 26px);
    margin-right: 24px;
    margin-bottom: 24px;    
}

.about-promis-item .icon-img-container {
    width: 100px;
    height: 100px;
    display: block;    
    background: white;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 15px;
}

.about-promis-item .icon-img-container img {
    width: 100%;
    height: 100%;
}

.about-promis-item h6 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.about-promis-item p {
    color: black;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.about-doctors {
    width: 70%;
    margin-bottom: 54px;
    margin-top: 54px;
}



.blog-container {
    background: #FAFAFA;
    padding: 40px 100px;
}

.post-container {

}

.post-container h1 {
    color: #374151;
    text-align: center;
    font-size: 51.68px;
    font-weight: 700;
    margin-bottom: 51px;
}

.post-container img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 13px;
}

.post-container h3 {
    margin-bottom: 37px;
    color: #374151;
    font-size: 44px;
    font-weight: 700;
}

.post-table-content {
    color: #299470;
    font-size: 20px;
    font-weight: 400;   
    margin-bottom: 37px;
}

.post-container p {
    margin-bottom: 0px;
    color: #374151;
    font-size: 24px;
    font-weight: 400;
    max-height: 350px;
      scrollbar-width: thin;
      scrollbar-color: green lightgray;    
    overflow-y: scroll;
}

.post-container p::-webkit-scrollbar {
  width: 12px; /* Adjust width */
}

.post-container p::-webkit-scrollbar-track {
  background: lightgray; /* Adjust track background */
}

.post-container p::-webkit-scrollbar-thumb {
  background-color: #299470; /* Adjust thumb color */
}


.blog-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    display: inline-block;
    width: calc(33.33% - 44px);
    margin-right: 41px;
    margin-bottom: 41px;
    color: inherit!important;
    text-decoration: none!important;
}

.blog-category-title {
    font-size: 34px;
    color: #000;
    margin-bottom: 44px;
    font-weight: 700;
}

.blog-category-title .pull-right a {
    color: #299470;
    font-size: 20px;
    font-weight: 600;
}

.blog-category-title b {
    color: #299470;
}


.blog-item img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-item h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0 16px;
}

.blog-item p {
    padding: 16px;
}


.blog-search-container {
    padding: 0px 100px;
    padding-bottom: 24px;
}

.blog-search-container div {

}

.search-input-icon {
    display: inline-block;
    width: 100%;
    margin-right: 32px;
    position: relative;
}

.blog-select-filter {
    display: inline-block;
    width: calc(15% - 32px);    
    margin-right: 32px;
}

.blog-select-filter:last-child {
    margin-right: 0px;
}

.search-input-icon input,
.blog-select-filter select {
    height: 66px;
}

.search-input-icon img {
    position: absolute;
    right: 20px;
    top: 23px;
    height: 18px;
    width: 18px;
}

.blog-select-filter select {

}


.info-tip {
    display: inline-block;
    background: url(/img/info-tip.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.block h4 {
    font-size: 17px;
}


.small-info {
    width: 16px;
    height: 16px;
}

.intro-block-bg a {
    margin-top: 200px;
}

.shop-intro h1 {
    color: var(--neutral-900, #111827);
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 27px;
}

.shop-four-imgs-container {
    padding: 96px 100px;
    float: left;
    width: 100%;
}

.shop-into-2 {

}

.shop-into-2 .left {
    float: right!important;
    width: calc(45% - 44px)!important;
    margin-right: 0!important;
    margin-left: 44px!important;
}

.shop-into-2 .right {
    width: 55%!important;
    float: left!important;
}

.shop-into-2 .btn-solid {
    margin-top: 30px;
}

.shop-testimonials {
    background: var(--g, linear-gradient(180deg, #E4F5EF 0%, rgba(228, 245, 239, 0.00) 103.39%))!important;
    color: black!important;
}

.shop-testimonials h1 {
    color: black!important;
}

.shop-testimonials .testimonial-item p {
    color: black!important;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10)!important;
}

.shop-testimonials .testimonial-author {
    color: black!important;
}

.shop-img {
    float: left;
    width: calc(50% - 36px);
    margin-bottom: 36px;
    margin-right: 36px;
    height: 340px;
    position: relative;
    text-align: center;
    border-radius: 37.963px;

}

.shop-img a {
        margin-top: 250px;
}

.intro-block-bg {
    width: 100%;
    padding: 44px 284.721px;
    border-radius: 37.963px;
    height: 340px;
    background: url('/img/shop-intro-bg.jpeg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}



.shop-intro h1 b {
    color: var(--priamry, #299470);
}

a {
    text-decoration: none!important;
}


.login-container {
    max-width: 865px;
    padding: 32px;
}

.login-container h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 24px 0;
}

.login-icon {
    border-radius: 13.452px;
    border: 1.345px solid #D3D3D3;
    background: #FFF;
    margin-bottom: 16px;
    padding: 32px 23px;

}

.login-icon img {
    float: left;
}

.inner-login-container {
    padding: 0px 20px;
    margin-bottom: 24px;
}

.border-line-text {
    margin: 24px;
}

.link {
    color: var(--priamry, #299470);
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    text-decoration-line: underline;    
    cursor: pointer;
}

.btn-full {
    width: 100%;
}

.border-line-text line {
    border-bottom: 1.5px solid #9CA3AF;
    display: block;
    margin-bottom: -13px;
}

.border-line-text span {
    background: white;
    padding: 0px 20px;
    color: var(--field-title, #9CA3AF);
    font-size: 17.405px;
    font-weight: 600;
}

.login-icon span {
    color: #283743;
    text-align: center;
    font-size: 21.524px;
    font-style: normal;
    font-weight: 600;
}



.login-container p {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    color: var(--neutral-600, #4B5563);
}

.login-container input {
    border-radius: 10.786px;
    border: 1.348px solid var(--neutral-300, #D1D5DB);
    height: 64.714px;
    font-size: 18.875px;
    padding: 0px 13.482px 0px 10.786px;

}

.login-container label {
    color: var(--neutral-700, #374151);
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.border-btn {
    border-radius: 8px;
    border: 1px solid var(--priamry, #299470);
    background: #FFF;    
    color: var(--priamry, #299470);
    font-size: 16px;
    font-weight: 700;
    padding: 26px;
    display: block;
    cursor: pointer;
}

.otp-input {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.otp-input input {
    float: left;
    width: 66px;
    height: 85px;
    margin-right: 24px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    
}

.header {
    background: #FFF;
    height: 100px;
    padding: 28px 100px;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    font-size: 16px;
    display: inline-block;
    width: 100%;    
    font-weight: 600;    
    margin-bottom: 0;
    border: 0;
}

.left-links {
    margin-left: 32px;
    display: inline-block;
}

.right-links {
    display: inline-block;
    float: right;
    margin-top: -6px;
}

.left-links a {
    margin-right: 24px;
    color: #4B5563;
    font-size: 16px;
    font-weight: 500;
}

.right-links a {
    color: #299470;
    margin-right: 16px;
}

.btn-border {
    border-radius: 8px;
    padding: 16px 23px;
    border: 1px solid var(--priamry, #299470);
    background: #FFF;    
}

.btn-solid {
    border-radius: 8px;
    padding: 16px 23px;
    border: 1px solid var(--priamry, #299470);
    background: #299470;    
    color: white!important;
    display: inline-block;

}

.intro {
    height: 641px;
    margin-top: -10px;
    background: var(--g, linear-gradient(180deg, #E4F5EF 0%, rgba(228, 245, 239, 0.00) 100%));
    padding: 50px 100px;
}

.intro .right {
    float: right;
    width: 50%;
}

.intro .left {
    float: left;
    width: 50%;
}

.footer .store-links-container {
    position: absolute;
    top: 0px;
}

.footer .right {
    padding-top: 80px;
}


.intro .left h3 {
    color: var(--neutral-700, #374151);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 40px;
}

.intro .left h1 {
    color: var(--priamry, #299470);
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 27px;
}

.intro .left h4 {
    color: var(--priamry, #1F2937);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 27px;
}

.intro .left h4 b {
    color: #299470;
    font-weight: bold;
}

.store-link {
    width: calc(33.333% - 16px);
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--priamry, #299470);
    background: #FFF;
    display: inline-block;
    float: left;
    margin-right: 16px;
    text-align: center;
    max-width: 173px;
    max-height: 60px;
}

.store-link img {
    width: 85%;
}

.intro .btn-container {
    display: block;
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 21.579px;
}

.intro-trust {
    background: var(--neutral-100, #F3F4F6);
    padding: 26px 261px;
    font-size: 24px;
    float: left;
    width: 100%;
}

.intro-trust img {
    margin-right: 8px;
}

.intro-trust span {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}


.section-1 {
    padding: 96px 100px;
    background: url('/img/section1bg.png');
    background-size: cover;
    background-repeat: no-repeat;  
    margin-top: 87px;  
}


.section-1 h1 {
    font-weight: bold;
    color: #374151;
    font-size: 60px;
    text-align: center;
}

.section-1 h1 b {
    font-weight: bold;
    color: #299470;
}

.block {
    border-radius: 10.586px;
    background: #EBFAF5;
    padding: 16px;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);    

}

.block .img-container {
    text-align: center;
    width: 100%;
    display: block;
}

.block .img-container img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: white;
    padding: 16px;
    margin: 0 auto;
}

.block a {
    color: var(--priamry, #299470);
    font-size: 23.819px;
    font-weight: 700;
}

.three-blocks .block {
    width: calc(33.333% - 24px);
    float: left;
    margin-right: 24px;
}

.three-blocks {
    margin-bottom: 44px;
    margin-top: 32px;
    float: left;
    width: 100%;
}

.section-1 h2 {
    color: var(--neutral-600, #4B5563);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 37px;
}

.line-btn {
    line-break: anywhere;
    margin-top: 44px;
    display: inline-block;
}

.section-2 {
    padding: 44px 100px;
    background: var(--neutral-100, #F3F4F6);
    float: left;
    width: 100%;
}

.section-2 h2 {
    color: var(--neutral-700, #374151);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.twoblocks {
    margin-top: 28px;
}

.white-block {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    padding: 17px 104px;
    text-align: center;
    box-shadow: 0px 8px 8px -4px rgba(17, 24, 39, 0.04), 0px 20px 24px -4px rgba(17, 24, 39, 0.10);
}

.white-block .solid-btn {

}

.white-block img {

}

.link-btn {
    color: var(--priamry, #299470);
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline!important;    
}

.white-block h4 {
    color: var(--neutral-700, #374151);
    font-size: 24px;
    font-weight: 400;
}

.white-block .btn-solid {
    font-size: 18px;
    font-weight: 700;
}

.twoblocks {
    float: left;
    width: 100%;
}

.twoblocks .white-block {
    width: calc(50% - 39px);
    margin-right: 39px;
    float: left;
}

.section-3 {
    padding: 108px 66px;
    float: left;
    width: 100%;
}


.section-3 .left {
    width: calc(35% - 44px);
    margin-right: 44px;
    float: left;
}

.section-3 .left img {
    width: 100%;
}

.section-3 .right {
    width: 65%;
    float: right;
}


.twoblocks .block {
    display: inline-block;
    width: calc(50% - 22px);
    margin-right: 20px;
}

.section-3 h3 {
    margin: 0;
    color: var(--neutral-600, #4B5563);
    font-size: 39.33px;
    font-weight: 700;
}

.section-3 h1 {
    margin: 30px 0;
    font-size: 78.661px;
    font-weight: 700;
}

.section-3 h1 b {
    color: #299470;
}

.section-3 .twoblocks {
    margin: 0;
}

.section-3 .block img {
    background: transparent;
    border-radius: 0;
}

.section-3 .block .img-container {
    text-align: left;
}

g {
    color: #299470;
}

.line-get-started {
    float: left;
    width: 100%;
}

.section-4 {
    background: linear-gradient(180deg, #E4F5EF 0%, rgba(228, 245, 239, 0.00) 100%);
    padding: 60px 100px;
    float: left;
    width: 100%;

}

.section-4-img {

}

.section-4-img img {
    width: 70%;
}

.section-4 h1 {
    color: var(--neutral-700, #374151);
    font-size: 78.661px;
    font-weight: 700;
    margin-top: 34px;
    margin-bottom: 0;
}

.section-4 .three-blocks {
    margin: 51px 0;
}

.section-4 h5 {
    margin: 51px 0;
    text-align: center;
    color: var(--neutral-800, #1F2937);
    font-size: 24px;
    font-weight: 700;
}

.section-4 .line-btn {
    margin-top: 0;
}

.section-5 {
    padding: 96px 100px;
    background: var(--g, linear-gradient(180deg, #E4F5EF 0%, rgba(228, 245, 239, 0.00) 100%));
    float: left;
    width: 100%;

}

.section-5 h1 {
    color: var(--neutral-900, #111827);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin: 0;

}


.section-5 .line-get-started {
    margin-top: 0;
}
.promise-boxes {
    float: left;
    width: 100%;
    margin-top: 48px;
}

.promis-item {
    padding: 12px;
    background: white;
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 48px;
    float: left;
    display: inline-block;
}

.promis-item img {
    width: 80px;
    margin-right: 24px;
    float: left;
}

.promis-item h4 {
    color: var(--neutral-900, #111827);
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 8px;
}

.promis-item h5 {
    color: var(--neutral-700, #374151);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.section-6 {
    float: left;
    width: 100%;
    padding: 96px 100px;
}

.section-6 h1 {
    color: var(--priamry, #299470);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px; /* 125% */
}

.section-6 .three-blocks {
    text-align: center;
}

.section-6 .three-blocks h5 {
    color: var(--neutral-900, #111827);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.section-6 .three-blocks h4 {
    color: var(--neutral-700, #374151);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}


.section-7 {
    float: left;
    width: 100%;
    padding: 96px 100px;
}

.green-container {
    border-radius: 26px;
    background: var(--priamry, #299470);
    padding: 48px;
    position: relative;
    width: 100%;
    float: left;
}

.green-container h2 {
    color: var(--white, #FFF);
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 32px;
}

.floating-phone {
    position: absolute;
    right: -43px;
    top: -120px;
    width: 422px;
}

.store-links-container {
    width: 620px;

}

.green-container h1 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 290px;
}

.green-container .block {
    border-radius: 10.586px;
    background: transparent;
    padding: 16px;
    box-shadow: none;
    color: white;
    text-align: center;
}

.green-container .block img {
    background: rgba(255, 255, 255, 0.40);
}

.green-container .block h4 {
    font-size: 30px;
    font-weight: 700;
}

.green-container .block h5 {
    font-size: 16px;
    font-weight: 400;
}

.bottom-app-links h4 {
    color: white;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.bottom-app-links .store-links-container {
    margin: 0 auto;
}

.section-8 {
    background: var(--priamry, #299470);    
    float: left;
    width: 100%;
    padding: 96px 100px;

}

.section-8 h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
}

.testimonial-item {
    text-align: center;
}

.testimonial-item p {
    border-radius: 10px;
    background: var(--white, #FFF);
    padding: 32px;
    position: relative;
    margin-bottom: 20px;
}

.testimonial-item img {
    width: 56px!important;
    float: left;
    margin-right: 16px;
}

.testimonial-author {
    color: white;
    width: 155px;
    margin: 0 auto;
    overflow: hidden;
}


.triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}


.section-9 {
    float: left;
    width: 100%;
    padding: 96px 100px;
}

.section-9 .left {
    width: calc(30% - 20px);
    margin-right: 20px;
    float: left;
}

.section-9 .left img {
    width: 100%;
}

.section-9 .right {
    width: 70%;
    float: right;
}

.section-9 h2 {
    color: var(--neutral-900, #111827);
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 64px;
}

.panel-title {
    border-radius: 10px;
    border: 1px solid var(--neutral-400, #9CA3AF);
    padding: 32px;
    background: white;
    color: var(--neutral-900, #111827);
    font-size: 18px;
    font-weight: 500;
}

.panel-default>.panel-heading {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border: 0!important;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    color: var(--neutral-600, #4B5563);
    font-size: 16px;
    font-weight: 400;
}

.footer {
    float: left;
    width: 100%;
    padding: 96px 100px;
    background: #299470;
    color: var(--white, #FFF);
    position: relative;
}

.footer .left {
    width: 50%;
    float: left;
    z-index: 9;
    position: relative;    
}

.footer .right {
    width: 50%;
    float: right;
    z-index: 9;
    position: relative;    
}

.footer .left h3 {
    color: var(--white, #FFF);
    font-size: 24px;
    font-weight: 700;
}

.canada-license {
    margin: 32px 0;
}

.canada-license-left {
    float: left;
    margin-right: 32px;
}

.canada-license-left img {

}

.canada-license p {
    float: left;
    color: var(--white, #FFF);
    font-size: 20px;
}



.footer p {
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 600;
}

.accredited {
    float: left;
    width: 100%;
    margin-top: 32px;
}

.quick-links {
    float: left;
    margin-right: 32px;
    width: 176px;
}

.quick-links h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
}

.quick-links a {
    margin-bottom: 12px;
    font-size: 16px;
    display: block;
    color: white!important;
    font-weight: 400;
}

.footer .bottom-app-links {
    margin-bottom: 100px;
}

.footer-bg {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
}

#transparent-bg-close {
    z-index: 98;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgb(0 0 0 / 25%);
    left: 0;
}

#contact-us-box {
    background: white;
    position: fixed;
    top: 130px;
    width: 340px;
    right: 0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    z-index: 99;
    right: 30px;
    text-align: c;
    display: none;
}

.contact-green-box {
    border-radius: 8px;
    padding: 15px;
    background: #D8F0E8;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.contact-green-box img {
}

.contact-green-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact-us-white-link a {
    text-decoration: none;
    color: inherit;
}

.contact-green-box .btn-solid {
    font-size: 20px;
}

.contact-us-white-link {
    padding: 10px 0;
    border-bottom: 1px solid #D1D5DB;;
    margin-bottom: 10px;

}

.contact-us-white-link:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-us-white-link img {
    float: left;
    height: 46px;
    margin: auto;
    margin-top: 5px;
    margin-right: 16px;
}

.contact-us-white-link h5 {
    color: var(--neutral-700, #374151);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
}

.contact-us-white-link h6 {
    color: var(--priamry, #299470);
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline;
    margin: 0;
}

.navbar-toggle {
    margin-right: 0;
}

.close-modal {
    display: inline-block;
    margin: 15px;
    cursor: pointer;
}

.login-container {
    max-width: 100%;
    padding: 0;
}

.loader {
  color: #FFF;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 4px;
  box-sizing: border-box;
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  right: 70px;
  bottom: 10px;
  height: 24px;
  width: 5.15px;
  background: currentColor;
}
.loader::after {
  content: '';  
  width: 8px;
  height: 8px;
  position: absolute;
  left: 125px;
  top: 2px;
  border-radius: 50%;
  background: red;
  box-sizing: border-box;
  animation: animloader 1s ease-in infinite;
}

@keyframes animloader {
  0% {
    transform: translateY(8px) scaleY(1) scaleX(1.25);
  }
  25%, 75% {
    transform: translateY(-5px) scaleY(1.2) scaleX(1);
  }
  50% {
    transform: translateY(-10px) scaleY(1) scaleX(1);
  }
  100% {
    transform: translateY(8px) scaleY(0.8) scaleX(0.8);
  }
}

.input-icon {
    position: relative;
}

.input-icon span {
    position: absolute;
    left: 10px;
    top: 41px;
    color: var(--neutral-500, #6B7280);
    font-size: 18.875px;
    font-weight: 500;
    border-radius: 10.786px;
    background: var(--neutral-100, #F3F4F6);
    padding: 15px;
    height: 43px;
    padding-top: 9px;
}

.input-icon input {
    padding-left: 90px;
}

.otp-input input {
    float: left;
    width: calc(16.666% - 10px);
    height: 85px;
    margin-right: 10px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.intro .right img {
    width: 100%;
    height: auto;
}

.service-special-container {
    text-align: center;
    padding: 44px 100px;
}

.service-special-container h4 {
    color: #299470;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 100px;
}

.service-special-container h3 {
    color: #374151;
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 32px;
}

.service-item {
    display: inline-block;
    overflow: hidden;
    width: calc(50% - 26px);
    margin-bottom: 24px;
    margin-right: 24px;
    border-radius: 10.586px;
    background: #EBFAF5;
    padding: 16px;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
}

.service-item .s-img-container {
    width: 132px;
    height: 132px;
    background: white;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 16px;
}

.service-item img {
    width: 100%;
}

.service-item h5 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.three-block-item {
    width: calc(33.33% - 27px);
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 24px;
    text-align: center;
    padding: 32px;
    border-radius: 10.586px;
    background: #EBFAF5;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    float: left;
    height: 267px;
}

.three-block-item .block-img-container {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 11px;
    height: 132px;
    width: 132px;
    background: white;
    padding: 16px;
    border-radius: 50%;
}

.three-block-item .block-img-container img {
    width: 100%;
}

.three-block-item h4 {
    color: #299470;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin: 0;
}

.main-head {
    color: black;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}



.three-blocks-container {
    float: left;
    width: 100%;
}

.services-after-bio {
    margin-top: 44px;
    float: left;
    width: 100%;
    color: black;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.intro-services {

}

.intro-services-item {
    display: inline-block;
    width: calc(50% - 26px);
    margin-right: 24px;
    margin-bottom: 24px;
    border-radius: 10.586px;
    background: #FFF;
    box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.05), 0px 12px 16px -4px rgba(17, 24, 39, 0.10);
    padding: 16px;
    text-wrap: nowrap;
    overflow: hidden;
}

.int-serv-img-container {
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background: rgba(235, 250, 245, 0.80);
} 

.int-serv-img-container img {
    width: 33.333px;
    height: 33.333px;    
}

.intro-services-item h5 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;    
    color: black;
}

.header {
    background: #299470;
    color: white;
    border-radius: 0;
}

.right-links a {
    color: white;
}

.header .btn-border {
    color: #299470!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: transparent;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: white!important;
    font-weight: 400;
}

.home-intro-btns {

}

.hibtn {
    border-radius: 5.182px;
    background: #FFF;
    display: inline-block;
    padding: 10px;
    width: calc(25% - 20px);
    margin-right: 17px;
    margin-bottom: 17px;
    box-shadow: 0px 5.18239px 5.18239px -2.5912px rgba(17, 24, 39, 0.04), 0px 12.95598px 15.54717px -2.5912px rgba(17, 24, 39, 0.10);
    height: 121px;
    text-align: center;
    float: left;
}

.hibtn img {
    width: 50px;
    height: 50px;
}

.hibtn h5 {
    font-size: 12.956px;
    font-weight: 700;
    color: #1F2937;   
    margin-top: 8px;
    margin-bottom: 0; 
}

.modal-content .hibtn {
    float: inherit;
    display: inline-table;
}

.btn-solid {
    font-size: 21.579px;
}

.header .btn-solid {
    font-size: 14px;
}

.blog-filter {
    padding-top: 126px;
    padding-bottom: 96px;
    background: url('/img/blog-bg.svg'); 
    margin-top: 0;
    background-size: cover;
    background-position: center center;
}

.blog-filter h1 {
    font-size: 53px;
    font-weight: 700;
    margin-bottom: 44px;
}

.article-time {
    color: var(--neutral-400, #9CA3AF);
    font-size: 18px;
    font-weight: 400;
}

.article-time img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}

.blog-item .article-time {
    padding: 16px;
    padding-top: 0;
}

.trending-blog {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 44px;
    margin-top: 27px;
    box-shadow: -12px 12px 0px #299470;
}

.trending-blog .article-img {
    display: inline-block;
    width: 50%;
    float: left;
}

.trending-blog .article-img img {
    width: 100%;
}

.trending-blog .article-text {
    width: calc(50% - 4px);
    display: inline-block;
    padding: 44px;
}

.trending-blog .article-text h4 {
    font-size: 28px;
    margin-top: 0;
    font-weight: 700;
}

.trending-blog .article-text p {
    color: var(--neutral-600, #4B5563);
    font-size: 18px;
    font-weight: 400;
}

.blog-item h3 {
    color: #299470;
}

.right-post {
    width: 40%;
    background: white;
    display: inline-block;
    box-shadow: -12px 12px 0px #299470;
    border-radius: 8px;
    padding: 20px;
    float: right;
    position: sticky;
    top: 0;
}

.post-container {
    float: left;
    width: 100%;
}

.right-post img {
    width: 100%;
}

.right-post .hibtn {
        width: calc(33.33% - 20px);
}

.left-post {
    width: calc(60% - 48px);
    margin-right: 44px;
    text-align: left;
    display: inline-block;
    float: left;
}

.left-post h1 {
    text-align: left;
    font-size: 39.68px;
}

.left-post .green-shadow {
    box-shadow: -12px 12px 0px #299470;
    border-radius: 8px;
    margin-bottom: 40px;
}

.arrow-img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.intro-under {
    background: url(/img/under/intro-bg.svg); 
    background-size: cover; 
    background-position: center center;
}

.intro-under .right {
    width: calc(70% - 40px);
    margin-left: 40px;
    padding: 24px 64px;
    background: white;
    border-radius: 12px;
    text-align: center;
}

.intro-under .left {
    width: 30%;
}

.inline-btn {
    padding: 13px 16px;
    display: inline-block;
    font-size: 21px;
    border-radius: 8.089px;

}

.inline-btn img {
    width: 24px!important;
    height: 24px!important;
}

.solid-btn {
    border: 1.348px solid var(--priamry, #299470);
    background: var(--priamry, #299470);
    color: white;
    font-weight: bold;
}

.white-btn {
    border: 2px solid var(--priamry, #299470);
    background: white;

}

u {
    color: #299470;
}

.intro-under .right h1 {
    font-size: 68.026px;
    margin-bottom: 24px;
}

.intro-under .right h3 {
    color: #111827;
    font-size: 39.579px;
    margin-bottom: 24px;
}

.shaddow-btn-whit {
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.21), -7px 8px 0px 0px #299470;
    color: var(--priamry, #299470);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 60px;
    margin-bottom: 24px;
    display: inline-block;
}

.intro-under .right h4 {
    font-size: 27.211px;
    font-weight: 700;
    margin-bottom: 24px;    
}

.under .section-4 h4 {
    color: var(--neutral-600, #4B5563);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;

}

.under .section-4 h1 {
    font-size: 60px;
}

.section-3-under .right {
    float: left;
    text-align: left;
}

.section-3-under .left {
    float: right;
    text-align: right;
}

.section-3-under h2 {
    color: var(--neutral-900, #111827);
    margin-top: -20px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 28px;
}

.section-3-under p {
    font-size: 18px;

}

.section-3-text {
    margin-bottom: 75px;
}

.section-3-text .right {
    text-align: left!important;
    float: right!important;
    padding-left: 40px;
}

.section-3-text .left {
    text-align: right!important;
    float: left!important;
}

.section-3-text .left img {
    width: 70%;
}

.section-3-text h5 {
    color: var(--neutral-600, #374151);
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-3-text h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-3-text h3 {
    color: var(--neutral-600, #1F2937);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-3-video .right {
    width: 35%;
}

.section-3-video .left {
    width: calc(65% - 44px);
}

.section-3-video .left h1 {
    padding-top: 115px;
}

.social-media a {
    float: left;
    margin-right: 12px;
}

.license-links {
    float: left;
    display: block;
    padding-left: 75px;
    margin-bottom: 50px;
}

.license-links p {
    margin-bottom: 0;
    width: 100%;
}

.license-links a {
    color: white;
    font-weight: normal;
    font-size: 16px;
    text-decoration: underline!important;
}


@media (max-width: 768px) {

.license-links {
    padding-left: 65px;
}

    .right-post {
        width: 100%;
        display: none;
    }

    .left-post {
        width: 100%;
        margin-right: 0;
    }

.hibtn {
    width: calc(50% - 20px);
}

.main-head {
    font-size: 32px;
}

.intro-services-item {
    width: 100%;
    margin-right: 0;
}

.three-block-item {
    width: 100%;
    margin-right: 0;
}

.service-item {
    width: 100%;
    margin-right: 0;
}

.service-item h5 {
    font-size: 25px;
}

.inner-login-container {
    padding: 0;
    margin-bottom: 24px;
    zoom: 0.8;
}

.header {
    padding: 28px 15px;
    height: 85px;
    padding-top: 17px;
}

.btn-solid {
    padding: 16px 16px;
}

.intro {
    padding: 10px 15px;
}

.intro .right {
    width: 100%;
}

.intro .right img {
    width: 100%;
    height: auto!important;
    margin-top: 20px;
}

.intro .left {
    width: 100%;
}

.intro .left h3 {
    font-size: 16px;
}

.intro .left h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.intro .left h4 {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 15px;
}

.store-link {
    width: calc(33.333% - 8px);
    padding: 7px 2px;
    border-radius: 8px;
    border: 1px solid var(--priamry, #299470);
    height: 38px;
    margin-right: 8px;
}

.intro-trust {
    padding: 26px;
    font-size: 18px;
    padding-bottom: 16px;
}

.intro-trust span {
    width: 100%;
    margin-bottom: 10px;
}

.section-container {
    padding: 35px 15px;
}

.three-blocks .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
}

.section-1 h1 {
    font-size: 44px;
    margin-top: 0;
}

.section-1 {
    background: transparent;
}

.twoblocks .white-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

.section-3 .right {
    width: 100%;
}

.section-3 .left {
    width: 100%;
    margin-right: 0;
}

.twoblocks .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

.promis-item {
    padding: 12px;
    background: white;
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
}

.same-day-img {
    margin-right: 0!important;
    width: calc(100% - 80px);
    height: auto;
    margin-left: -80px;
}

.line-btn {
    margin-top: 36px;
    font-size: 22px;
    font-weight: 600;
}

.white-block {
    padding: 17px;
}

.promis-item img {
    padding-bottom: 20px;
    margin-top: 26px;
}

.white-block h4 {
    font-size: 32px;
    font-weight: 700;
}

.section-3 .left img {
    width: 75%;
    margin-bottom: 20px;
}

.section-3 h3 {
    font-size: 22px;
}

.section-3 h1 {
    font-size: 43px;
}

.twoblocks .block {
    width: calc(50% - 16px);
    margin-right: 13px;
    margin-bottom: 30px;
    zoom: 0.7;
}

.section-4-img img {
    width: 100%;
}

.section-4 h1 {
    font-size: 58px;
}

.block h4 {
    font-size: 28px;
    font-weight: 700;
}

.green-container h2 {
    color: var(--white, #FFF);
    font-size: 48px;
    font-weight: 700;
    margin-top: 340px;
    margin-bottom: 32px;
    text-align: center;
}

.store-links-container {
    width: 100%;
    float: left;
}

.green-container {
    padding: 48px 15px;
    border-radius: 0;
}

.green-container .store-link {
    width: 100%;
    height: 77px;
    margin-bottom: 23px;
    padding-top: 11px;
    float: initial;
}

.green-container h1 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
    float: left;
}

.three-blocks .block {
    margin-bottom: 0;
}

.green-container .block h5 {
    margin-bottom: 0;
}

.three-blocks {
    margin-bottom: 0;
    margin-top: 0;
}

.green-container .store-links-container {
    margin: 0 auto;
    padding: 25px 40px;
    text-align: center;
}

.section-8 h1 {
    font-size: 36px;
}

.testimonial-author {
    margin-bottom: 30px;
}

.section-9 .left {
    width: 100%;
    margin-right: 0;
    float: left;
}

.section-9 .right {
    width: 100%;
    float: right;
}

.section-9 h2 {
    color: var(--neutral-900, #111827);
    font-size: 40px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer .left {
    width: 100%;
}

.footer {
    width: 100%;
    padding: 96px 15px;
}

.footer .store-links-container {
    padding-right: 80px;
    position: inherit;
}

.footer .right {
    width: 100%;
    padding-top: 0;
}

.footer .store-link {
    height: 77px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
}

.canada-license-left {
    float: left;
    margin-right: 20px;
    padding-bottom: 21px;
}

.footer p {
    font-size: 12px;
    font-weight: normal;
    float: inherit;
}

.accredited p {
    width: 100%;
}

.accredited img {
    height: 50px!important;
    width: auto;

}

.accredited {
    margin-bottom: 32px;
}

.section-1 h2 {
    margin-top: 60px;
    float: left;
}

.section-3 .block h4 {
    font-size: 17px;
}

.section-7 {
    margin-top: 120px;
}

.section-8 {
    margin-top: -70px;
}

#testimonials {
    padding: 15px;
}

.section-7 {
    padding: 35px 0;
}

.floating-phone {
    right: -28px;
}

.footer-bg {
    width: 270px;
}

.footer .left h3 {
    font-size: 22px;
}

.accredited {
    margin-top: 10px;
}

.quick-links {
    margin-bottom: 20px;
}


.navbar-collapse {
    background: white;
    padding: 20px;
    margin-top: 11px;
    width: calc(100% + 6px);
    left: 10px;
    position: absolute;
    border-bottom: 1px solid #000;
}

.right-links {
    width: 100%;
    padding-right: 30px;
}

.right-links a {
    margin-right: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

#contact-us-box {
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px -5px 10px #00000047;
    border-radius: 0;
}

.shop-intro,
.shop-four-imgs-container {
    padding: 35px 15px;
}

.intro-block-bg {
    padding: 0;
}

.section-3 .left img {
    width: 100%;
}

.mobile-full {
    width: 100%!important;
}

.shop-img {
    width: 100%;
    margin-right: 0;
}

.shop-into-2 .left {
    width: 100%!important;
}

.shop-into-2 .right {
    width: 100%!important;
}

.intro-block-bg a {
    margin-top: 250px;
}

.blog-search-container,
.blog-container {
    padding: 27px 16px;
}

.blog-select-filter {
    display: none;
}

.search-input-icon {
    width: 100%;
}

.blog-item {
    width: 100%;
    margin-right: 0;
}

.blog-category-title {
    font-size: 24px;
}

.blog-item h3 {
    font-size: 24px;
}

.post-container h1 {
    font-size: 44px;
}

.post-container h3 {
    font-size: 28px;
}

.post-table-content {
    font-size: 18px;
}

.post-container p {
    font-size: 21px;
}

.about-promis-item {
    width: 100%;
    margin-right: 0;
}

.section-3 {
    text-align: center;
}

.section-3 .left img {
    width: 74%;
    margin-right: 26%;
}

.about-doctors {
    width: 100%;
}

.about-section-green {
    padding-top: 30px;
}

.intro {
    text-align: center;
    height: auto!important;
    float: left;
    width: 100%;

}

.blog-filter {
    background: url('/img/blog-bg.svg'); 
    background-size: cover;
    background-position: center center;
}

.trending-blog .article-img {
    width: 100%;
}

.trending-blog .article-text {
    width: 100%;
    padding: 12px;
}

.trending-blog .article-text p {
    font-size: 12px;
    max-height: 130px;
    overflow: hidden;
}

.navbar-default .navbar-nav>li>a {
    color: black!important;
    font-weight: 400;
}

.header .right-links a {
    color: #299470!important;
    padding: 15px 0;
}

.header .right-links a img {
    display: none;
}

.header .right-links .btn-solid {
    color: white!important;
}

.btn-border {
    text-align: center;
}

.intro-under {
    background: white;
}

.head1 {
    font-size: 28px;
    margin-top: 16px;
    float: left;

}

.intro-under .right {
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: white;
    border-radius: 0;
    text-align: center;
}

.section-3-video .left h1 {
    padding-top: 0;
}

.inline-btn img {
    margin-right: 8px!important;
    margin-top: 0!important;
}

.inline-btn {
    zoom: 0.55;    
    margin-bottom: 12px;
}

.section-3-video .left {
    margin-bottom: 20px;
}

.intro-under .right h1 {
    font-size: 30px;
}

.intro-under .right h3 {
    font-size: 18px;
}

.shaddow-btn-whit {
    font-size: 12px;
}

.intro-under .right h4 {
    font-size: 16px;
}


.intro-under .left img {
    height: auto!important;
    width: 145px;
}


}

.search-input-icon input {
    padding-right: 50px;
}

.btn-solid {
    text-align: center;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #087a54;
}

.nav>li>a {
    padding: 10px 30px;
}

#faqs .panel-body a {
    color: black;
    text-decoration: underline!important;
}

.video-js {
    background: white;
    width: 100%;
}

.my-player-dimensions {
    width: 100%;
    height: 500px;
}

.inline-btn {
    cursor: pointer;
}


