/** Shopify CDN: Minification failed

Line 145:21 Expected identifier but found whitespace
Line 145:23 Unexpected "{"
Line 145:32 Expected ":"
Line 171:14 Expected identifier but found whitespace
Line 171:16 Unexpected "{"
Line 171:25 Expected ":"
Line 171:57 Expected ":"
Line 172:10 Expected identifier but found whitespace
Line 172:12 Unexpected "{"
Line 172:21 Expected ":"
... and 14 more hidden warnings

**/
.page-width.page-width--narrow.section-template--17680933257316__main-padding {
    display: none;
}
.right_iconss {
    position: absolute;
    right: 0;
    width: 15%;
     bottom: 0; 
}
.right_iconss img {
    width: 100%;
}
.left_iconss {
    position: absolute;
    left: 0;
    width: 15%;
}
.left_iconss img {
    width: 100%;
}

.Circle-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.circle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #f7e8db;
    margin-bottom: 30px;
    border: 1px solid #934f2d;    
}

.circle-item {
    position: absolute;
    width: 100px;
    height: 100px;
}

.element-link {
    display: block;
    width: 100%;
    height: 100%;
}

.circle-icon {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.circle-item:nth-child(1) {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.circle-item:nth-child(2) {
    top: 42%;
    right: -50px;
    transform: translateY(-50%);
}

.circle-item:nth-child(3) {
    bottom: 0px;
    left: 20%;
    transform: translateX(-50%);
}

.circle-item:nth-child(4) {
    top: 42%;
    left: -42px;
    transform: translateY(-50%);
}

.circle-item:nth-child(5) {
    bottom: -8%;
    right: -4%;
    transform: translate(-50%, -50%);
}

.circle-content {
    text-align: center;
}

.section-title {
    font-family: Bitter, serif !important;
    font-size: 30px;
    margin-bottom: 20px;
     font-style: italic; 
}

.section-description {
    font-size: 1.2em;
    color: #70564d;
    max-width: 600px;
}

.circle-content {
    position: absolute;
    top: 30%;
    width: 22%;
}
.section-description p {
    font-size: 13px;
}
.section-template--17680933257316__rich_text_AyfGEn-padding h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #4A5D5E;
    font-family: Bitter, serif !important;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
}
section.outer_stonesec.ayurveda_stone {
    position: relative;
    width: 100%;
   float: left; 
    background-color: {{ section.settings.background_color }};
}

.stone_bg {
    position: relative;
    width: 100%;
}

.stone_bg img {
    width: 100%;
}

.ayurveda_stone .stone_sec {
    position: absolute;
     top: 45px !important;
    margin: 0 auto;
}

.ayurveda_stone .stone_text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.ayurveda_stone h1 {
    font-family: "Bitter", serif !important;
    font-size: {{ section.settings.heading_font_size }}px;
    color: {{ section.settings.heading_color }};
}

.ayurveda_stone span.highlighted-text {
    color: {{ section.settings.highlighted_text_color }};
    font-weight: 400;
    font-size: {{ section.settings.highlighted_text_size }}px;
    font-family: "Bitter", serif !important;
}

.ayurveda_stone .stone_text p {
    color: {{ section.settings.paragraph_color }};
    font-size: {{ section.settings.paragraph_font_size }}px;
}



@media screen and (max-width: 767px) {
  .ayurveda_stone .stone_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.outer_stonesec.ayurveda_stone {
    padding-bottom: 70px;
}

.section-template--17680933257316__custom_liquid_d8FHUf-padding {
    float: left;
    width: 100%;
    background: #fff3e8;
}
.logo-container {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
	}
.logo-container .circle-same {
       width: 33% !important;
        float: left;
}
.logo-circle {
    width: 80px;
    height: 80px;
}
.logo-container .inner_div {
    width: 80px;
    height: 80px;
}
.logo-text {
    margin-top: 4px;
    font-size: 13px;
    color: #4A5D5E;
    margin-bottom: 20px;
}
.inner-symbol {
    font-size: 48px;
    color: #C0A57E;
    font-family: "Arial", sans-serif;
}
.circle-container {
    width: 300px;
    height: 300px;
}
.circle-item:nth-child(5) {
    bottom: -19%;
    right: -26%;
    transform: translate(-50%, -50%);
}
.circle-content {
    position: absolute;
    top: 21%;
    width: 70%;
}
.section-title {
    font-family: Bitter, serif !important;
    font-size: 24px;
    margin-bottom: 20px;
    font-style: italic;
}
.section-description p {
    font-size: 11px;
}
.circle-icon {
    width: 65%;
    height: auto;
    border-radius: 50%;
}  
}
@media screen and (max-width: 420px) {
    .section-description p {
        font-size: 10px;
        width: 60%;
        margin: 0 auto;
    }
 .logo-container.third .circle-same:nth-child(3) {
    margin-left: 18%;
} 
}