.p_1_s211{ .healthygo { background-color: var(--themeBg1); padding: 150px 0px 80px; background-position: center; background-repeat: no-repeat; background-size: cover; } .healthycard { grid-template-columns: 1fr 1fr; display: grid; gap: 50px; max-width: 1200px; width: 90%; align-items: center; margin: 0 auto; } .bannerText { margin: 40px 0px 50px; } .text1 { font-size: 15px; background-color: var(--themeColor2); color: #0f6464; border-radius: 10px; padding: 5px 10px; width: fit-content; } .text2 { font-size: 50px; line-height: 60px; font-weight: 700; margin-bottom: 20px; color: var(--headingColor1); } .text3 { font-size: 16px; color: var(--paragraphColorBlack); } .healthygobtn { grid-template-columns: 1fr 1fr 1fr; display: grid; gap: 20px; } .btn { gap: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 20px; padding: 10px; border: 2px solid transparent; font-size: 14px; width: 100%; } /* Button 1 */ .healthybtn2 { background-color: var(--btnColor); transition: 0.3s; } .healthybtn2 .fa-calendar { color: var(--btnTextColor); } .healthybtn2 p { color: var(--btnTextColor); transition: 0.3s; } .healthybtn2:hover { background-color: var(--btnHoverColor); } .healthybtn2:hover .fa-calendar { color: var(--btnHoverTextColor); } .healthybtn2:hover p { color: var(--btnHoverTextColor); } /* Button 2 */ .healthybtn3 { border: 2px solid var(--btnColor); background-color: transparent; transition: 0.3s; } .healthybtn3 .fa-phone { color: var(--btnColor); transition: 0.3s; } .healthybtn3 p { color: var(--btnColor); transition: 0.3s; } .healthybtn3:hover { background-color: var(--btnHoverColor); } .healthybtn3:hover .fa-phone { color: var(--btnHoverTextColor); } .healthybtn3:hover p { color: var(--btnHoverTextColor); } /* Button 3 */ .healthybtn4 { background-color: #10b981; transition: 0.3s; } .healthybtn4 .fa-whatsapp { font-size: 16px; color: #ffffff; transition: 0.3s; } .healthybtn4 p { color: #ffffff; transition: 0.3s; } .healthybtn4:hover { background-color: #0d9769; } .healthybtn4:hover .fa-whatsapp { color: #ffffff; } .healthybtn4:hover p { color: #ffffff; } .image { line-height: 0px; overflow: hidden; } .image img { width: 100%; height: 100%; object-fit: cover; } @media only screen and (max-width: 900px) { .healthycard { grid-template-columns: 1fr; gap: 30px; } .healthygo { padding: 40px 0px; } .bannerText { margin: 20px 0px; } .text1 { font-size: 14px; } .text2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; } .text3 { font-size: 14px; line-height: 20px; } .healthygobtn { grid-template-columns: 1fr 1fr; gap: 10px; } } /*.image{*/ /* border: 5px solid #fff;*/ /* box-shadow: 0 0 10px 0px #ffbebe;*/ /*}*/ /*.healthybtn2{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639);*/ /*}*/ /*.healthybtn3{*/ /* border-color: #FA383B;*/ /*}*/ /*.healthybtn3 i{*/ /* color: #FA383B !important;*/ /*}*/ /*.healthybtn3 p{*/ /* color: #FA383B;*/ /*}*/ }.p_1_s211{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s212{ .small_card_section { padding: 80px 0px; background-color: var(--themeBg1); } .custGrid { grid-template-columns: 60px 1fr; } .iconSec { width: 60px; height: 60px; } .cardHead { font-size: 18px; line-height: 28px; color: var(--headingColor1); font-weight: 600; font-family: var(--hFont); } .carPara { line-height: 24px; font-size: 14px; font-weight: 500; color: var(--paragraphColorBlack); font-family: var(--pFont); } .cardMainOut { padding: 20px; background-color: var(--themeBg2); border-radius: 10px; transition: 0.3s; } .cardMainOut:hover{ margin-top: -10px; } @media only screen and (max-width: 900px) { .small_card_section { padding: 40px 0px; } } .maxWidth1400{ max-width: 1200px; } .cardMainOut{ border: 2px solid var(--themeColor1); } .cardHead{ font-size: 16px; } .custGrid { grid-template-columns: 50px 1fr; } .iconSec { width: 50px; height: 50px; } }.p_1_s212{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s214{ .testimonial_section_7 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .upSec { margin-bottom: 50px; } .mainHeading { font-size: 40px; font-weight: 600; line-height: 50px; margin-bottom: 10px; font-family: var(--hFont); color: var(--headingColor1); } .mainHeading span { color: var(--themeColor1); font-family: inherit; } .subPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); font-family: var(--pFont); } .benefitCard { padding: 20px; background-color: var(--themeBg2); border-radius: 10px; } .benefitCardGrid { grid-template-columns: 60px 1fr; } .benefitIconDiv { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; } .comment { margin-top: 20px; color: var(--paragraphColorBlack); font-size: 15px; line-height: 25px; font-family: var(--pFont); } .name { font-size: 16px; font-weight: 500; margin-top: 5px; color: var(--paragraphColorBlack); } /* BUTTON CSS START */ .btn { width: 130px; height: 42px; margin-top: 50px; position: relative; cursor: pointer; overflow: hidden; border: 2px solid var(--btnColor); transition: 0.4s; z-index: 1; font-size: 16px; border-radius: 6px; font-weight: 500; color: var(--btnTextColor); background-color: var(--btnColor); } .btn:before { content: ""; position: absolute; z-index: -1; background: var(--btnHoverColor); height: 150px; width: 200px; border-radius: 50%; } .btn:hover { color: var(--btnHoverTextColor); } .btn:before { top: 100%; left: 100%; transition: all 0.4s; } .btn:hover:before { top: -30px; left: -30px; } .btn:active:before { background: var(--btnHoverColor); transition: 0s; } /* BUTTON CSS END */ /* CUSTOM NAVIGATION CSS START */ .arrowMainSec { top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 2; } .arrowRightIconSec, .arrowLeftIconSec { pointer-events: all; cursor: pointer; width: 36px; height: 36px; background-color: var(--btnColor); border: 2px solid var(--btnColor); border-radius: 8px; transition: 0.4s; } .arrowRightIconSec i, .arrowLeftIconSec i { color: var(--btnTextColor); transition: 0.4s; } .arrowRightIconSec:hover, .arrowLeftIconSec:hover { background-color: var(--btnHoverColor); } .arrowRightIconSec:hover i, .arrowLeftIconSec:hover i { color: var(--btnHoverTextColor); } /* CUSTOM NAVIGATION CSS END */ /* GRID SETTING START */ .testimonial_section_7 .grid .item { background-color: var(--themeBg2); border-radius: 12px; } .testimonial_section_7 .grid .item .benefitCard { height: calc(100% - 40px); } .testimonial_section_7 .grid .item .benefitCard:hover { margin-top: 0px; } .testimonial_section_7 .grid .item .forGrid { display: flex; justify-content: space-between; flex-direction: column; height: 100%; } .testimonial_section_7 .grid .item { transition: 0.4s; } .testimonial_section_7 .grid .item:hover { box-shadow: 0px 0px 20px 0px #00000033; } /* GRID SETTING END */ .iconColor i { color: var(--themeColor1); } @media only screen and (max-width: 900px) { .testimonial_section_7 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 0px; } .upSec { margin-bottom: 30px; } .btn { margin-top: 30px; } .arrowRightIconSec, .arrowLeftIconSec { width: 30px; height: 30px; border-radius: 5px; } .arrowRightIconSec i, .arrowLeftIconSec i { font-size: 14px; } } /*.btn{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639);*/ /* border: none;*/ /*}*/ /*.arrowRightIconSec, .arrowLeftIconSec{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639);*/ /* border: none;*/ /*}*/ }.p_1_s214{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s216{ .map { background-color: var(--themeBg1); padding: 70px 0; } .mapcard { grid-template-columns: 1fr 1fr; display: grid; gap: 30px; max-width: 1200px; width: 90%; margin: 0 auto; align-items: center; } .visittext { font-size: 30px; font-weight: 600; padding-bottom: 5px; color: var(--headingColor1); } .visitPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); margin-bottom: 30px; } .visitican { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding-bottom: 20px; } .iconSec { width: 30px; height: 30px; } .locHeading { font-size: 16px; font-weight: 600; color: var(--headingColor2); } .location2 { font-size: 14px; color: var(--paragraphColorBlack); margin-top: 3px; } .visitbtn { display: flex; gap: 20px; cursor: pointer; border-radius: 20px; margin-top: 20px; } .btn { gap: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 20px; padding: 10px 20px; border: 2px solid transparent; font-size: 14px; width: 100%; } /* Button 1 */ .healthybtn2 { background-color: var(--btnColor); transition: 0.3s; } .healthybtn2 .fa-phone { color: var(--btnTextColor); } .healthybtn2 p { color: var(--btnTextColor); transition: 0.3s; } .healthybtn2:hover { background-color: var(--btnHoverColor); } .healthybtn2:hover .fa-calendar { color: var(--btnHoverTextColor); } .healthybtn2:hover p { color: var(--btnHoverTextColor); } /* Button 3 */ .healthybtn4 { background-color: #10b981; transition: 0.3s; } .healthybtn4 .fa-whatsapp { font-size: 16px; color: #ffffff; transition: 0.3s; } .healthybtn4 p { color: #ffffff; transition: 0.3s; } .healthybtn4:hover { background-color: #0d9769; } .healthybtn4:hover .fa-whatsapp { color: #ffffff; } .healthybtn4:hover p { color: #ffffff; } .mapiframe1 { border-radius: 15px; height: 400px; overflow: hidden; } .mapiframe { width: 100%; height: 100%; border: none; } @media only screen and (max-width: 900px) { .map { padding: 40px 0px; } .mapcard { grid-template-columns: 1fr; } .visittext { font-size: 25px; line-height: 35px; margin-bottom: 0px; } .visitPara { font-size: 14px; line-height: 20px; } .visitbtn{ margin-top: 10px; gap: 10px; } .mapiframe1{ height: 250px; } } /*.healthybtn2{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639); */ /*}*/ }.p_1_s216{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s217{ .video_gallery_1 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .uprSec { margin-bottom: 50px; } .mainHeading { font-size: 30px; line-height: 40px; color: var(--headingColor1); font-weight: 600; margin-bottom: 5px; } .subPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); } .cardSec { border-radius: 10px; overflow: hidden; cursor: pointer; transition: 0.3s; } .imgSec { line-height: 0px; transition: 0.3s; } .cardTextArea { background-color: var(--themeBg2); padding: 10px 15px; position: relative; z-index: 3; } .name { font-size: 20px; line-height: 30px; color: var(--headingColor2); margin-bottom: 5px; font-weight: 600; } .para { font-size: 14px; line-height: 24px; color: var(--paragraphColorBlack); } .playBtn { left: 50%; transform: translateX(-50%); top: 100%; transition: 0.3s; width: 50px; height: 50px; background-color: var(--btnColor); border-radius: 50%; cursor: pointer; z-index: 2; } .playBtn svg { width: 20px; height: 20px; stroke: var(--btnTextColor); margin-left: 4px; } .cardSec:hover .playBtn { top: 50%; transform: translate(-50%, -50%); } .cardSec:hover .imgSec { transform: scale(1.05); } .colorBox { top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 1; background-color: rgba(0, 0, 0, 0.2); transition: 0.3s; } .cardSec:hover .colorBox { background-color: rgba(0, 0, 0, 0.4); } .popUpMain { display: none; } .popUpSec { position: fixed; top: 0px; left: 0px; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.4); z-index: 9999; } .videoCardSec { width: 90%; max-width: 600px; background-color: var(--themeBg2); border-radius: 10px; } .popUpHeading { padding: 12px 20px; border-bottom: 1px solid var(--themeColor1); } .popUpHeading .name { margin-bottom: 0px; } .videoSec { line-height: 0px; aspect-ratio: 2/1; border-radius: 5px; overflow: hidden; } .botArea { padding: 20px; } .rightSec { text-align: right; } .videoCta { background-color: var(--themeBg1); padding: 30px; border-radius: 10px; margin-top: 20px; } .custGrid { grid-template-columns: 150px 1fr; } .ctaBtn { padding: 10px 20px; background-color: var(--btnColor); border: none; color: var(--btnTextColor); transition: 0.3s; margin-top: 10px; border-radius: 10px; cursor: pointer; } .ctaBtn:hover { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } .popUpImg { aspect-ratio: 1/1; line-height: 0px; } .headingGrid { grid-template-columns: 1fr 30px; } .iconSec { cursor: pointer; width: 30px; height: 30px; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--btnColor); color: var(--btnTextColor); } /* BUTTON CSS START */ .btn { width: 130px; height: 42px; margin-top: 50px; position: relative; cursor: pointer; overflow: hidden; border: 2px solid var(--btnColor); transition: 0.4s; z-index: 1; font-size: 16px; border-radius: 6px; font-weight: 500; color: var(--btnTextColor); background-color: var(--btnColor); } .btn:before { content: ""; position: absolute; z-index: -1; background: var(--btnHoverColor); height: 150px; width: 200px; border-radius: 50%; } .btn:hover { color: var(--btnHoverTextColor); } .btn:before { top: 100%; left: 100%; transition: all 0.4s; } .btn:hover:before { top: -30px; left: -30px; } .btn:active:before { background: var(--btnHoverColor); transition: 0s; } /* BUTTON CSS END */ @media only screen and (max-width: 900px) { .video_gallery_1 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 0px; } .subPara { font-size: 14px; line-height: 20px; } .uprSec { margin-bottom: 30px; } .name { font-size: 18px; line-height: 28px; } .playBtn { top: 50%; transform: translate(-50%, -50%); } .custGrid { grid-template-columns: 100px 1fr; gap: 10px; } .botArea { padding: 10px; } .popUpHeading { padding: 12px 10px; } .videoCta { padding: 10px; margin-top: 10px; } .ctaBtn { font-size: 12px; padding: 10px 10px; border-radius: 5px; } } .cardSec{ border: 2px solid var(--themeColor1); } /*.btn{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639);*/ /* border:none; */ /*}*/ /*.playBtn{*/ /* background-image: linear-gradient(to bottom,#FF7C7E, #fa3639);*/ /*}*/ }.p_1_s217{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s236{ .product_section_1 { padding: 60px 0px; } .uprSec { margin-bottom: 50px; } .navBtnMain { top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 99; } .navBtn { width: 40px; height: 40px; background-color: var(--btnColor); margin: 0px 10px; pointer-events: all; cursor: pointer; transition: 0.3s; border-radius: 10px; } .navBtn:hover { background-color: var(--btnHoverColor); } .navBtn i { color: var(--btnColorText); transition: 0.3s; } .navBtn:hover i { color: var(--btnHoverTextColor); } .smallHead { vertical-align: middle; font-size: 16px; line-height: 26px; font-family: var(--pFont); color: var(--headingColor1); font-weight: 600; margin-bottom: 10px; } .mainHeading { font-size: 40px; line-height: 50px; color: var(--headingColor2); font-weight: 700; font-family: var(--hFont); margin-bottom: 10px; } .subPara { font-size: 14px; line-height: 24px; color: var(--paragraphColorBlack); font-weight: 400; font-family: var(--pFont); } .product_section_1 .owl-carousel .owl-stage-outer { padding: 20px; margin: -20px; } @media only screen and (max-width: 900px) { .product_section_1 { padding: 20px 0px; } .uprSec { margin-bottom: 30px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 5px; } .subPara { line-height: 20px; } .navBtn { width: 30px; height: 30px; border-radius: 5px; } .navBtn i{ font-size: 14px; } } .maxWidth1800 { max-width: 1300px; } .product_section_1{ background-color: var(--themeBg1); } .product_section_1 .owl-carousel .owl-stage-outer{ padding: 0px; margin: 0px; } }.p_1_s236{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }