/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/

.all-unset {
    all: unset;
}

/*---------------------------------------------------------------------
import Files
 ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

body {
     color: #000;
     font-size: 18px;
     font-family: "Open Sans", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     color: #0055FF;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}
h1{
    font-size: 40px;
    font-weight: 700;
}
h2 {
    color: #0889A9;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 36px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
    margin-bottom: 36px;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-top: 0;
}
.blogimg-section {
    margin-right: 20px;
}
h2.author-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.d-flex {
    display: flex;
}
.blog-auther.d-flex {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.img-width-100 img{
    width: 100%;
    border-radius: 10px;
}
.author-img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
}
.author-img img{
    width: 100%;
}
.custom-container{
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}
.quotes-part.d-flex {
    align-items: center;
}
.quotes-part img {
    flex: 0 0 27px;
    height: auto;
}
.quotes-part.d-flex {
    align-items: center;
    border: 1px solid #00A2CA;
    border-radius: 10px;
}
.quotes-part.d-flex {
    align-items: center;
    border: 1px solid #00A2CA;
    border-radius: 10px;
    background: #EBFBFF;
    margin: 30px 0;
    padding: 16px 28px;
}
.quotes-part p {
    margin-left: 28px;
    padding-left: 28px;
    border-left: 1px solid #00A2CA;
    margin-bottom: 0;
    margin-top: 0;
    font-style: italic;
}
.left-blog-section {
    width: calc(100% - 384px);
    padding-right: 60px;
}
.img-blog.img-width-100 {
    margin-bottom: 36px;
}
a.btn-orange {
    background: #FA803C;
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    display: inline-block;
}
.btn-center.d-flex {
    justify-content: center;
}
p.tick span {
    background: #00B900;
    flex: 0 0 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
p.tick {
    display: flex;
    /* align-items: center; */
}
span.start-rate {
    color: #FAB73C;
    font-size: 26px;
    margin-right: 3px;
}
.quates-review h4 {
    font-size: 20px;
    font-weight: 600;
}
.quates-review p {
    font-size: 16px;
    font-style: italic;
}
.quates-review {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}
.quates-review p {
    margin: 10px 0 0;
}
.quates-review .blog-auther.d-flex {
    margin-top: 0;
}
.money-back-sec.d-flex {
    border: 1px solid #FDD882;
    padding: 23px;
    border-radius: 10px;
    align-items: center;
    background: #fffdf0;
    margin-bottom: 36px;
}
h3.text-center.padd-tp {
    text-align: center;
}
.img-blog.img-margin-auto {
    text-align: center;
}
a.btn-orange.full-width {
    width: 100%;
    text-align: center;
}
.img-blog.img-margin-auto {
    text-align: center;
    margin-bottom: 36px;
}
.money-back-sec.d-flex h4 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}
.text-center {
    text-align: center;
}
.review-sec p {
    font-style: italic;
    margin-bottom: 15px;
}
span.customer-sec b {
    display: block;
}
.review-sec {
    border: 1px solid #CCCCCC;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.right-blog-section {
    position: sticky;
    width: 384px;
    top: 0;
}
.review-sec.text-center.p-mar-nt a {
    margin: 10px 0;
    display: inline-block;
}

.review-sec.text-center.p-mar-nt p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
}
.right-blog-section {
    position: sticky;
    width: 384px;
    top: 0;
    right: 0;
    height: 1860px;
    margin-bottom: 20px;
}
footer {
    background: #EEEEEE;
    padding: 60px 0;
}
footer p {
    font-size: 16px;
    margin-bottom: 25px;
}
footer p a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
footer {
    background: #EEEEEE;
    padding: 60px 0;
    margin-top: 100px;
}
.six6-page-section h2 {
    color: #00C1AC;
}
.six6-page-section .quotes-part p {
    padding: 0;
    border: none;
}
a.btn-orange:hover{
    background: #0BB64E;
}
.six6-page-section .quotes-part.d-flex {
    border: 1px solid #FDD882;
    background: #fffdf0;
    padding: 16px;
}
.six6-page-section  a.btn-orange {
    background: #0BB64E;
}
.six6-page-section  a.btn-orange:hover {
    background: #FA803C;
}
.six6-page-section p.tick span {
    background: transparent;
}
.bg-ornge {
    background: #FFFBEF;
    padding: 36px 24px;
}
.bg-ornge {
    margin-bottom: 36px;
}
.bg-ornge p.tick:last-child {
    margin-bottom: 0;
}
.w3-green {
    background: #00C1AC;
    margin-right: 10px;
}
.bar-width {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.bar-width span {
    font-weight: 700;
}
.age-progress-bar {
    flex: 0 0 90%;
    display: flex;
    align-items: center;
}
.bar-progress-age {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.six6-page-section p.tick span {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.six6-page-section p.tick {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
@media only screen and (max-width: 1099px) {
    .right-blog-section {
        width: 35%;
    }
    .left-blog-section {
        width: calc(100% - 35%);
        padding-right: 60px;
    }
    .review-sec.text-center.p-mar-nt img {
        width: 100%;
    }
    .review-sec.text-center.p-mar-nt a.btn-orange.full-width img {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 40px 0;
        margin-top: 30px;
    }
.inner-blog-section.d-flex {
    flex-wrap: wrap;
}
.left-blog-section {
    width: 100%;
    padding: 0;
}
.right-blog-section {
    position: static;
    width: 100%;
    height: auto;
}
footer p {
    text-align: center;
}
.six6-page-section .quotes-part.d-flex {
    align-items: start;
}
.age-progress-bar {
    flex: 0 0 80%;
}
}

img.product-circle {
    border-radius: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    object-fit: contain;
}
