.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.saginiSec {
    background: rgba(102, 113, 190, 0.8);
    position: relative;
    height: 100vh;
}

.transformBox {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.box1 {
    transition: all 3s ease-in;
}

.bigmap {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
}

.bigmap {
    transition: transform 0.25s ease;
    cursor: zoom-in;
    transform: scale(1.2);
}

.wid1300 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.saginiSec .logoAdani {
    right: 35px;
    top: 30px;
}

.vid {
    background: url(../images/videoBg.jpg) no-repeat;
    background-size: cover;
}

.saginiImg {
    right: 0;
    width: 650px;
    position: absolute;
    bottom: 0;
}

.saginiCont {
    position: absolute;
    left: 242px;
    top: 40%;
    max-width: 350px;
}

.saginiPara {
    font-size: 22px;
    font-family: 'GillSans';
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.4;
}

.mainContainer {
    overflow: hidden;
    position: relative;
}

.sanginiTxt {
    position: absolute;
    left: 0;
    top: 230px;
}

.scrollTop {
    bottom: 25px;
    display: block;
    font-size: 37px;
    position: fixed;
    right: 28px;
    z-index: 6;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
}

.scrollTop i {
    color: #ffffff;
}

.scrollBottom {
    bottom: -50px;
    display: block;
    font-size: 40px;
    position: absolute;
    right: 0;
    z-index: 3;
    width: 50px;
    left: 0;
    margin: 0 auto;
}

.scrollBottom img {
    outline: none;
}

.malnutrition {
    background-size: cover;
    position: relative;
    padding: 80px 0 350px 0;
}

.malnutrition:after {
    position: absolute;
    background: url(../images/kidsnew.jpg) repeat;
    content: "";
    top: 0;
    width: 200%;
    height: 100%;
    background-size: cover;
    animation-name: mymove;
    animation-delay: 0s;
    animation-duration: 30s;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes mymove {
    from {
        left: -650px;
    }
    to {
        left: -150px;
    }
}

.malnutritionCont {
    margin: 0 60px;
    position: relative;
    z-index: 4;
}

.suPoshan .malntritionText h3 {
    font-size: 35px;
    color: #0f4c63;
    font-family: 'GillSansStd';
    margin: 20px 0;
}

.malntritionText {
    max-width: 100%;
}

.malntritionText h2 span {
    display: block;
}

.malnutrition .malntritionText h2:after {
    right: initial;
}

.spearDing {
    width: 70%;
    margin: 0 auto;
}

.spearDing .sectionTitle {
    font-size: 35px;
    padding-bottom: 40px;
}

.spearDing p span {
    display: block;
}

.yellowPanel {
    background: rgba(253, 209, 32, 1);
    width: 355px;
    position: absolute;
    right: 60px;
    top: -190px;
    border-radius: 20px;
    padding: 30px 70px 30px 45px;
    text-align: left;
    z-index: 4;
    -webkit-box-shadow: 6px 6px 33px -7px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 6px 6px 33px -7px rgba(0, 0, 0, 0.56);
    box-shadow: 6px 6px 33px -7px rgba(0, 0, 0, 0.56);
}

.malnutritionCont h2 {
    padding-bottom: 50px;
}

.yellowPanel p {
    color: #20556a;
    font-size: 22px;
    font-family: 'GillSans';
    line-height: 1.5;
    word-spacing: 5px;
}

.suPoshan,
.trueCompanion {
    background: url(../images/gradient-tile.jpg) repeat;
    padding-bottom: 60px;
    position: relative;
}

.trueCompanion,
.needRightDiv,
.formPop .formCont,
.driveCol.yelbgdiv,
.ourRootsuposhan .yelbgdiv {
	background-color: #f1f1f1;
    padding: 60px 0;
}

.journeyData.yelbgdiv {
	background-color: #f1f1f1;
    padding: 0;
}

.blueTiles {
    background: url(../images/blue-gradient-tile.jpg) repeat;
    position: relative;
}

.suPoshan .malnutritionCont {
    padding: 85px 0 20px 0;
}

.suPoshan:before,
.trueCompanion:before,
.needRightDiv:before,
.blueTiles:before,
.formPop .formCont:before,
.driveCol.yelbgdiv:before,
.whatCanFortuneDo:before,
.journeyData.yelbgdiv:before,
.ourRootsuposhan .yelbgdiv:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*background: -moz-linear-gradient(left, rgba(241, 241, 241, 0.2) 0%, rgba(241, 241, 241, 0.82) 48%, rgba(241, 241, 241, 0.74) 57%, rgba(241, 241, 241, 0.73) 58%, rgba(241, 241, 241, 0.2) 100%);
background: -webkit-linear-gradient(left, rgba(241, 241, 241, 0.2) 0%, rgba(241, 241, 241, 0.82) 48%, rgba(241, 241, 241, 0.74) 57%, rgba(241, 241, 241, 0.73) 58%, rgba(241, 241, 241, 0.2) 100%);
background: linear-gradient(to right, rgba(241, 241, 241, 0.2) 0%, rgba(241, 241, 241, 0.82) 48%, rgba(241, 241, 241, 0.74) 57%, rgba(241, 241, 241, 0.73) 58%, rgba(241, 241, 241, 0.2) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33f1f1f1', endColorstr='#33f1f1f1', GradientType=1);
*/
}

.whatCanFortuneDo:before {
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3262f+0,f8323d+37,f8323d+66,f3262f+100&0+0,0.63+37,0.64+66,0+100 */
    background: -moz-linear-gradient(left, rgba(243, 38, 47, 0) 0%, rgba(248, 50, 61, 0.63) 37%, rgba(248, 50, 61, 0.64) 66%, rgba(243, 38, 47, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243, 38, 47, 0) 0%, rgba(248, 50, 61, 0.63) 37%, rgba(248, 50, 61, 0.64) 66%, rgba(243, 38, 47, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243, 38, 47, 0) 0%, rgba(248, 50, 61, 0.63) 37%, rgba(248, 50, 61, 0.64) 66%, rgba(243, 38, 47, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f3262f', endColorstr='#00f3262f', GradientType=1);
    /* IE6-9 */
}

.needRightDiv:before,
.driveCol.yelbgdiv:before,
.ourRootsuposhan .yelbgdiv:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe426+0,ffdb47+62,ffdb47+100&0.74+0,0.29+62,0+100 */
    background: -moz-linear-gradient(45deg, rgba(255, 228, 38, 0.74) 0%, rgba(255, 219, 71, 0.29) 62%, rgba(255, 219, 71, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 228, 38, 0.74) 0%, rgba(255, 219, 71, 0.29) 62%, rgba(255, 219, 71, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 228, 38, 0.74) 0%, rgba(255, 219, 71, 0.29) 62%, rgba(255, 219, 71, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bdffe426', endColorstr='#00ffdb47', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.blueTiles:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dddf9+0,6ecbf8+43,73d8f6+100&0.74+0,0.29+43,0+100 */
    background: -moz-linear-gradient(45deg, rgba(125, 221, 249, 0.74) 0%, rgba(110, 203, 248, 0.29) 43%, rgba(115, 216, 246, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(125, 221, 249, 0.74) 0%, rgba(110, 203, 248, 0.29) 43%, rgba(115, 216, 246, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(125, 221, 249, 0.74) 0%, rgba(110, 203, 248, 0.29) 43%, rgba(115, 216, 246, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bd7dddf9', endColorstr='#0073d8f6', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.zIndexThree {
    z-index: 3;
    position: relative;
}

.block {
    display: block;
}

.suPoshan .malntritionText {
    text-align: center;
    max-width: 100%;
}

.suPoshan .malntritionText h2:before {
    width: 70%;
    background: #fff;
}

.suPoshan .malntritionText h2 {
    color: #fe4200;
}

.suPoshan .malntritionText h2:after {
    background-color: #fe4200;
}

.suposhanImg {
    padding: 40px 0px;
    cursor: pointer;
}

.suposhanImg figure {
    position: relative;
    width: 438px;
    height: 438px;
    border-radius: 50%;
}

.suposhanImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #00a49a;
    padding: 15px;
}

.sliderTxt {
    position: absolute;
    bottom: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    pointer-events: none;
}

.suposhanInner {
    width: 100%;
}

.sliderTxt h2 {
    font-size: 85px;
    font-family: 'GillSansStd-BoldItalic';
    line-height: 1;
    text-shadow: 6px -5px #000;
}

.sliderTxt h3 {
    font-size: 20px;
    color: #ffd21b;
    font-family: 'GillSansStd';
    text-transform: uppercase;
    text-shadow: 3px 0px #000;
}

.trueCompanion {
    position: relative;
    /* z-index: 2; */
}

.trueCompanion .malntritionText {
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 4;
}

.companionPanel {
    padding: 30px 0 0;
    justify-content: center;
    margin-left: -5%;
    position: relative;
    z-index: 4;
}

.companionBox {
    position: relative;
    margin-left: 5%;
    transition: all 0.5s ease-in;
}

.companionBox:after {
    background: url(../images/home-new/shodow.png) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    height: 21px;
    width: 282px;
    display: block;
    transform: translate(-50%, -50%);
}

.companionPanel.swiper-container {
    z-index: 2;
}

.companionBox figure {
    margin: 0 auto;
    overflow: hidden;
}

.smallMap {
    cursor: pointer;
}

.companionBox figure img {
    transition: all 0.5s ease-in;
    height: 270px;
    width: 270px;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    object-fit: cover;
}

.textPanel {
    position: absolute;
    padding: 15px 5px 15px 5px;
    background: #69c6f7;
    text-align: center;
    transition: all .5s ease-in;
    width: 250px;
    bottom: -20px;
    right: -20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.trueCompanion .sanginiLogo {

    margin: 0 auto;
}

.beginningText {
    transition: all .5s ease-in;
    text-align: center;
}

.textPanel h2 {
    font-family: 'GillSansStd-Bold';
    color: #ffffff;
    color: #3a3a3a;
    font-size: 28px;
    text-transform: capitalize;
}

.whatDataOuter h2 {
    color: #ffce06;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.bmiContainer {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.bmiSection {
    padding: 50px 0;
    background: #2b2b2e;
    position: relative;
}

.bmiLeft {
    background: #212123;
    width: 70%;
    padding: 38px 40px;
}

.bmiRght {
    width: 30%;
    background: #fff;
}

.bmiTable {
    margin-top: 50px;
}

.bmiTable table {
    margin-top: 50px;
    border: 2px solid #ebbe6f;
    width: 100%;
    text-align: center;
}

.bmiTable table th {
    font-size: 32px;
    color: #212123;
    background: #ebbe6f;
    width: 50%;
}

.bmiTable table th:first-child {
    border-right: 2px solid #212123;
}

.bmiTable table td {
    font-size: 30px;
    color: #ebbe6f;
    border-right: 2px solid #ebbe6f;
    border-bottom: 2px solid #ebbe6f;
    padding: 2px 5px;
}

.bmiTable table tr.active {
    background: #fff
}

.bmiTable table tr.active td {
    color: #000;
}

.bmiCalcutor {
    margin-top: 70px;
}



.lbl {
    color: #29c1eb;
    font-size: 32px;
    width: 100%;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.inpt {
    border: 0;
    border-bottom: 2px solid #555555;
    font-size: 32px;
    width: 80%;
    color: #000;
}

.totalBmi {
    border: 2px solid #2b2b2e;
    padding: 5px;
    width: 100%;
    margin-top: 20px;
}

.totalBmi h4 {
    font-size: 35px;
    font-family: 'GillSansStd-ExtraBold';
    color: #000;
}

.totalBmi h4 span {
    font-size: 35px;
    font-family: 'GillSans-Light';
}

.globalBtn {
    background: #eb5147;
    padding: 10px 0 8px 0;
    margin: 20px 8px 15px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.globalBtn a {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.globalBtn:hover a {
    color: #212123;
}

#myVideo {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: auto;
}

.err {
    font-size: 14px;
    color: red;
    display: block;
    padding: 5px 0 0;
    width: 100%;
    visibility: hidden;
}

.ui-textinput {
    width: 100%;
}

.sanginiLogo img {
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
}


/*** What Can I Do ***/

.whatCanFortuneDo {
    padding: 60px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #000000;
    z-index: 4;
}

.redTiles {
    background: url(../images/red-gradient-tile.jpg) repeat #f32f37;
    position: relative;
}

.leftRecipe {
    position: absolute;
    top: -40px;
    left: 0;
}

.rightRecipe {
    position: absolute;
    top: 110px;
    right: 0;
}

.rightRecipe.logo-fortune {
    position: absolute;
    top: 0px;
    right: 10px;
}

.whatDataOuter {
    margin: 0 auto 30px;
    width: 50%;
}

.whatDataOuter p {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3;
    color: #fff;
}

.whatDataOuter h3 {
    font-family: 'GillSansStd-Bold';
    font-size: 20px;
}

.btnFourTune {
    font-family: 'GillSansStd-Bold';
    background: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 35px;
    display: inline-block;
    margin: 25px 0 0;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
}

.btnFourTune:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px dashed #000000;
    background: transparent;
    color: #000000;
}

.takePleDge {
    width: 72%;
    margin: 0 auto;
}

.takePleDgeFlow {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.recipeBigImg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    /*width: 275px;
            height: 275px;*/
    margin: 0 auto -1px;
}

.recipeBigImg img {
    /* width: 100%;
             height: 286px;*/
    position: relative;
    /* object-fit: cover;
             -webkit-object-fit: cover;*/
    z-index: -1;
}

.takeAcitonData .btnTransparent {
    background: #fff;
    border: solid 2px #fff;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.takeAcitonData .btnTransparent:hover {
    background: transparent;
    color: #232323;
}

.suposhanHead {
    overflow: hidden;
}

.suposhanHead.blueTiles:before {
    display: none;
}

.suposhanHead .socialIcons h5 {
    text-align: right;
}

.suposhanHead .socialIcons {
    left: auto;
    right: 20px;
    z-index: 2;
}

.suposhanBox {
    position: relative;
}

.suposhanBox img {
    margin: 0 auto;
    width: 100%;
}

.supheadInfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 17vw;
    width: 50vw;
}

.homeTag {
    font-family: 'GillSansStd-Bold';
    font-size: 18px;
    padding-bottom: 15px;
}

.journeyDetails {
    width: 95%;
    padding-left: 25px;
}

.homeTag span {
    text-transform: uppercase;
    background-color: #0f6fb4;
    padding: 2px 8px;
    color: #fff;
}

.combatNuriio .homeTag span {
    background-color: #7e3b97;
}

.healthyIndia .homeTag span {
    background-color: #c03761;
}

.homeInforText {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3;
}

.homeInforText span {
    display: block;
}

.combatNuriio .homeInforText span.projectText {
    font-family: 'GillSans';
    font-style: italic;
    font-size: 16px;
}

.supheadInfo h2 {
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #fff;
    line-height: 1;
}

.supheadInfo a {
    border: 2px solid transparent;
    color: #fff;
    background-color: #e79e42;
    padding: 15px 20px;
    font-family: 'GillSansStd-Bold';
    display: inline-block;
    font-size: 17px;
    min-width: 210px;
    text-align: center;
}

.supheadInfo a:hover {
    background: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px dashed #e79e42;
}

.suposhanSlider .slick-next,
.suposhanSlider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    font-family: 'GillSansStd-Bold';
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: none;
    top: 50%;
}

.suposhanSlider .slick-next:focus,
.suposhanSlider .slick-prev:focus {
    outline: none;
}

.suposhanSlider .slick-next:after {
    position: absolute;
    top: 50%;
    content: "";
    background: #fff;
    width: 50px;
    height: 2px;
    right: -60px;
}

.suposhanSlider .slick-prev:after {
    position: absolute;
    top: 50%;
    content: "";
    background: #fff;
    width: 50px;
    height: 2px;
    left: -60px;
}

.suposhanSlider .slick-prev {
    left: 30px;
}

.suposhanSlider .slick-next {
    right: 30px;
}

.beginningText h2 {
    font-family: 'GillSans';
}

.needLeftDiv,
.needRightDiv {
    width: 50%;
    position: relative;
}

.needLeftDiv figure img {
    width: 100%;
}

.needRightDiv,
.proSuposan .divOne,
.proSuposan .divThree,
.driveGoal .driveCol {
    padding: 50px;
    background-color: #c46400;
    text-align: left;
}

.needRightDiv {
    position: relative;
}

.proSuposan .divOne,
.proSuposan .divThree,
.driveGoal .driveCol {
    background-color: #29c1eb;
}

.sectionTitle {
    font-size: 44px;
    padding-bottom: 15px;
    color: #2b2a2a;
    line-height: 1;
}

.sectionTitle1 {
    font-size: 30px;
    padding-bottom: 15px;
    color: #2b2a2a;
    line-height: 1;
	display:block !important;
}

.section2 {
    font-size: 22px;
    padding-bottom: 15px;
    color: #2b2a2a;
    line-height: 1;
}

.needCont h3,
.proSuposan .divOne h3,
.malntritionText h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.logoAdani {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 150px;
}

.needCont p,
.proSuposan .divOne p,
.driveGoal .driveCol p,
.malntritionText p {
    font-size: 18px;
    padding-bottom: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.aos-init.aos-animate {
    z-index: 2;
}

.btnTransparent {
    color: #2b2b2b;
    padding: 10px 20px;
    font-family: 'GillSansStd-Bold';
    display: inline-block;
    font-size: 16px;
    position: relative;
    transition: all 0.5s ease-in;
    border: 2px solid #2b2b2b;
}

.whatDataOuter .btnTransparent {
    color: #fff;
    border: none;
}

.nextLine {
    display: block;
}

.whatDataOuter .btnTransparent:hover {
    color: #fff;
    border: none;
    cursor: initial;
}

.whatDataOuter .btnTransparent:after {
    position: absolute;
    left: -60px;
    background: url(../images/whatprevBtn.png) left center no-repeat;
    content: "";
    width: 49px;
    height: 5px;
    top: 17px;
    transition: all 0.5s ease-in;
}

.whatDataOuter .btnTransparent:before {
    position: absolute;
    right: -60px;
    background: url(../images/whatnextbtn.png) right center no-repeat;
    content: "";
    width: 49px;
    height: 5px;
    top: 17px;
    transition: all 0.5s ease-in;
}

.proSuposan .divOne {
    width: 35%;
    position: relative;
}

.proSuposan .divTwo {
    width: 50%;
    position: relative;
}

.proSuposan .divTwo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.proSuposan .divTwo figure {
    width: 100%;
    height: 100%;
}

.proSuposan .divThree {
    width: 25%;
}

.proSuposan .divThree h2 {
    font-size: 30px;
    padding-bottom: 50px;
    color: #2b2a2a;
}

.proSuposan .divThree ul li {
    font-family: 'GillSansStd-Bold';
    list-style: disc;
    color: #232323;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom: solid 1px #4ea3d5;
    line-height: 1.3;
}

.proSuposan .divThree ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.divThree ul li a {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.driveGoal .driveCol {
    width: calc(100% / 3);
    position: relative;
}

.driveGoal .driveCol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driveGoal .driveCol.imgDiv {
    padding: 0;
}

.socialIcons h5 {
    font-size: 14px;
    padding-bottom: 14px;
    color: #fff;
    text-align: left;
}

.socialIcons ul {
    display: flex;
    justify-content: start;
}

.socialIcons ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-top: 3px;
}

.socialIcons ul li a {
    font-size: 16px;
    color: #1d1a49;
    cursor: pointer;
}

.nxtLne {
    display: block;
}

.socialIcons {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.socialSqure {
    position: relative;
    left: auto;
    bottom: auto;
    border-top: 2px solid #0a3f69;
    margin-top: 108px;
    padding-top: 27px;
}

.socialSqure h5 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #0a3f69;
    font-family: 'GillSansStd-Bold';
}

.socialSqure ul li {
    width: 42px;
    height: 42px;
    border-radius: 2px;
    background-color: #0a3f69;
    text-align: center;
    padding-top: 0;
}

.socialSqure ul li a {
    font-size: 30px;
    width: 42px;
    height: 42px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.socialSqure ul li:hover {
    background: #ffc018;
}

.divaderLine {
    height: 2px;
    background: #ffffff;
    width: 100%;
    position: relative;
    left: -100px;
    margin-bottom: 30px;
}

.divaderLine.divaderLeft {
    right: -150px;
    left: auto;
}

.divaderLine:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.divaderLine.divaderLeft:after {
    right: 0;
    left: auto;
}

.divaderLine.divaderRight:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.divaderLine.divaderLeft:before {
    background: #55b3f8;
    left: 5%;
}

.divaderLine.divaderRight:before {
    left: 50%;
    background: #55b3f8;
}

.divaderLine:before {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -3px;
    color: #ffffff;
    line-height: 0;
    padding: 4px;
    border: 2px solid #fff;
    transform: rotate(-45deg);
    border-bottom: 0;
    border-left: 0;
    z-index: 1;
    background: #ffb417;
}

.yelbgdiv .divaderLine:before {
    background: #ffb417;
}

.divaderLine span {
    width: 100%;
    height: 2px;
    background: #fff;
    left: auto;
    right: -150px;
    display: block;
    position: relative;
}

.divaderLine.divaderLeft span {
    right: 100%;
}


/*** Swiper Slider ***/

.swiper-container {
    width: 100%;
    height: 100%;
}

.sanginiSwiper.swiper-button-next,
.sanginiSwiper.swiper-button-prev {
    background-image: none;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    font-family: 'GillSansStd-Bold';
}

.sanginiSwiper.swiper-button-next {
    right: 40px;
}

.sanginiSwiper.swiper-button-prev {
    left: 30px;
}

.sanginiSwiper.swiper-button-prev.swiper-button-disabled,
.sanginiSwiper.swiper-button-next.swiper-button-disabled {
    opacity: .4;
    background-image: none;
}

.sanginiSwiper.swiper-button-prev:after {
    position: absolute;
    top: 7px;
    content: "";
    background: #fff;
    width: 50px;
    height: 2px;
    left: -55px;
}

.sanginiSwiper.swiper-button-next:after {
    position: absolute;
    top: 7px;
    content: "";
    background: #fff;
    width: 50px;
    height: 2px;
    right: -65px;
}

.suposhanSlider .slick-prev {
    left: 30px;
}

.suposhanSlider .slick-next {
    right: 30px;
}

.loading-animation,
.loading-animation1 {
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

.loading-animation {
    bottom: -40px;
    left: 10px;
}

.loading-animation1 {
    top: -40px;
    right: 10px;
}

.loading-animation .one,
.loading-animation1 .one {
    animation: arrow-one .8s;
    opacity: .3;
    animation-iteration-count: infinite;
}

.loading-animation .two,
.loading-animation1 .two {
    position: relative;
    left: -10px;
    animation: arrow-two .8s;
    opacity: .6;
    animation-iteration-count: infinite;
}

.loading-animation .three,
.loading-animation1 .three {
    position: relative;
    left: -20px;
    animation: arrow-three .8s;
    opacity: 1;
    animation-iteration-count: infinite;
}

.loading-animation i,
.loading-animation1 i {
    color: #fff;
    font-size: 30px;
}

@keyframes arrow-one {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}

@keyframes arrow-two {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}

@keyframes arrow-three {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    69% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.beginningToEnd .beginningText h2 {
    color: #2b2a2a;
    font-size: 50px;
    text-transform: uppercase;
}

.beginningToEnd .beginningText p {
    font-family: 'GillSans-Light';
    font-size: 18px;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    text-transform: uppercase;
}

.beginningToEnd .beginningText p .block {
    margin: 0 -5px;
    padding-top: 2px;
}

.beginningToEnd .companionBox {
    margin-left: initial;
    text-align: center;
}

.beginningToEnd .companionBox:after {
    display: none;
}

.beginningToEnd .companionBox figure img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.beginningToEnd .companionBox figure img:hover {}

.whatDataOuter .btnTransparent {
    margin: 70px 0 30px 0;
}


/* video section00 */

.videoContainer {
    position: relative;
}

.videoContent {
    position: absolute;
    top: 20px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.videoContent .btnTransparent {
    margin-top: 40px;
    background: #ffffff;
    padding: 13px 40px;
    border: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
    margin: 5px auto;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContent .btnTransparent:hover {
    color: #000;
}

.btnTransparent:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    border: 2px dashed #fff;
}

.videoContent h1 {
    font-family: 'GillSans-Light';
    font-size: 44px;
    color: #fff;
    text-shadow: 0px 6px 9px rgba(0, 0, 0, 0.4);
}

.videoContent h1 span {
    display: block;
}

.playBtn img {
    border-radius: 50px;
    margin: 0 auto 20px auto;
}

.deskimg {
    display: block;
    width: 100%;
}

.mobimg {
    display: none;
}

.saginiPanel {
    padding: 30px 0 0;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.tabPanel {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.subPanel {
    background: #69c6f7;
    padding: 19px 0;
    width: 33.33%;
    transition: all 0.5s ease-in;
    border-right: 1px solid #549ec6;
    text-align: center;
}

.subPanel:last-child {
    border-right: 0;
}

.subPanel h2 {
    font-size: 28px;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
}

.tabsection {
    background: #ffce06;
    padding: 90px 70px;
}

.tabsection li {
    font-size: 16px;
    color: #2b2b2e;
    padding: 0 0 5px 30px;
    line-height: 1.5;
    position: relative;
}

.tabsection li:before {
    width: 5px;
    height: 5px;
    background: #2b2b2e;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.saginiPanel .active:after,
.saginiPanel li:hover:after {
    background: url(../images/drop.png) center center no-repeat;
    height: 16px;
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: -13px;
}

.saginiPanel li:hover {
    background-color: #f3c711;
    position: relative;
}

.saginiPanel li.active {
    background-color: #f3c711;
    position: relative;
}

.homeContainer {
    width: 80%;
    margin: 0 auto;
    z-index: 3;
    padding: 30px 0;
    position: absolute;
    right: -5000px;
    top: 50%;
    transform: translateY(0);
}

ul.tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tab-content .close {
    bottom: 0;
    top: initial;
}

ul.tabs li {
    background-color: #f3c711;
    padding: 12px 0;
    width: 33.33%;
    transition: all 0.5s ease-in;
    border-right: 1px solid #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}

ul.tabs li:last-child {
    border: 0;
}

ul.tabs li.current,
ul.tabs li:hover {
    background: #69c6f7;
    position: relative;
}

ul.tabs li.current:after,
ul.tabs li:hover:after {
    background: url(../images/drop.png) center center no-repeat;
    height: 16px;
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: -13px;
    z-index: 4;
}

.tab-content {
    display: none;
    background: #ffce06;
    padding: 50px 30px 0 30px;
    line-height: 1.5;
    position: relative;
    min-height: 250px;
}

.homeContainer .close {
    right: -40px;
    top: 15px;
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.bmiTitle2 {
    font-size: 30px;
    color: #ebbe6f;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.homeContainer .close:hover {
    transform: none;
    color: #000;
}

.tab-content p {
    font-size: 16px;
    color: #2b2b2e;
    padding: 0 0 5px 20px;
    line-height: 1.5;
    position: relative;
}

.tab-content p:before {
    width: 5px;
    height: 5px;
    background: #2b2b2e;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.tab-content.current {
    display: inherit;
}

.TabsCont {
    display: none;
}


/* file upload */

.upImgCnt {
    margin: 0 10px 0 1px;
    width: 80px;
    position: relative;
}

.imgclose {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #ef262c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.9;
    font-size: 1.1em;
    color: #fff;
}

.imgclose:hover {
    transform: scale(1.2);
    color: #000;
}

.upImgCnt img {
    height: 80px;
    width: 80px;
    border-radius: 5px;
}

.formCont .inputField div.upload {
    width: 100%;
    height: 50px;
    background: url(../images/browse.png) no-repeat;
    overflow: hidden;
    float: left;
    cursor: pointer;
    border: 0;
    background-size: contain;
}

.formCont .inputField div.upload input {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    left: 0;
}

.inputField .errImage {
    text-align: left;
    color: #ff0000;
    font-size: 1.3em;
    width: 100%;
    float: left;
    padding: 0.2em 0 0em 0;
    visibility: hidden;
    margin: 0;
}

.inputField .fileName {
    color: #000;
    font-size: 1.2em;
    display: none;
    text-align: left;
    padding: 0.2em 0 0.5em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formCont p.note {
    font-size: 10px;
    color: #2b2b2e;
    padding: 0 0 5px 0;
    line-height: 1.5;
    text-align: left;
}


/*
.beginningToEnd .companionPanel {
width: 90%;
}
*/


/*** Swiper Slider Ends ***/

.error {
    font-size: 14px;
    color: #ff0000;
    margin-top: 5px;
    text-align: left;
    visibility: hidden;
}

.page-user ul.tabs {
    margin-bottom: 20px;
}

.page-user #branding {
    display: none;
}

.page-user .primary-menu-wrapper {
    display: none;
}

.page-user .form-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.page-user ul.tabs li {
    width: auto;
    padding: 20px;
}

.page-user #page-wrapper {
    margin-top: 150px;
}

.page-user form {
    width: 60%;
    margin-left: 60px;
}

.page-user form label {
    font-size: 24px;
}

.page-user form input {
    font-size: 22px;
}

.page-user form .description {
    font-size: 16px;
}
.fb-container-header{
    padding: 100px 10px 20px 10px;
    text-align: center;  
    max-width: 800px;
    margin: 0 auto;
    font-family: 'GillSansStd-Bold';
}
.fb-container-header h2{
    font-family: 'GillSansStd-Bold';
}
.fb-container-header p{
    font-size: 20px;
}
.fb-container-video{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fb-container{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
    position: relative;
    z-index: 10;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100% !important;
    width: 100% !important;
}
.fb_iframe_widget_fluid span, iframe.fb_ltr, .fb-comments iframe { 
    width: 100% !important; 
}
@media screen and (max-width: 460px) { 
    .facebook-wrap iframe {
    width:300px!important;
    left:0!important;
    position:relative!important;
    max-width:100%;
    }
    .comments_wrap.section{padding:0}   
/**media**/
@media only screen and (min-width:1440px) and (max-width:1442px) {
    .homeTag span {
        padding: 6px 8px 3px 8px;
    }
}

@media only screen and (min-width:1500px) and (max-width:1920px) {
    .saginiImg {
        width: 935px;
    }
    .malntritionText p {
        font-size: 22px;
    }
    .yellowPanel {
        right: 120px;
    }
}

@media only screen and (max-width:1280px) {
    .takePleDge {
        width: 94%;
    }
    .rightRecipe img {
        width: 180px;
    }
    .leftRecipe img {
        width: 200px;
    }
}

@media only screen and (max-width:1180px) {
    .saginiCont {
        left: 100px;
    }
}

@media only screen and (max-width:1024px) {
    .leftRecipe {
        width: 200px;
    }
    .yellowPanel p {
        font-size: 18px;
    }
    .malnutritionCont h2 {
        padding-bottom: 20px;
    }
    .driveGoal .driveCol img {
        height: auto;
    }
    .whatDataOuter {
        width: 50%;
        margin: 0 auto 20px;
    }
    .rightRecipe {
        width: 170px;
    }
    .whatDataOuter p {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .saginiCont {
        left: 100px;
        top: 30%;
    }
    .bmiPanel {
        padding: 40px 0 0;
    }
    .suPoshan .malntritionText h2 {
        width: 100%;
    }
    .yellowPanel {
        right: 30px;
    }
    .malntritionText p {
        padding: 0 0 10px 0;
        font-size: 18px;
    }
    .malnutritionCont {
        margin: 0 20px;
    }
    .malnutrition {
        padding: 15px 0 300px 0;
    }
    /* .malntritionText {
        max-width: 580px;
    } */
    .companionPanel {
        padding: 50px 5% 0 5%;
    }
    .companionBox figure img {
        margin: 0 auto;
    }
    .trueCompanion {
        padding: 25px 0 0 0;
    }
    .companionBox {
        margin-bottom: 10%;
    }
    .zIndexThree ul {
        margin-left: 20px;
    }
    .textPanel h2 {
        font-size: 18px;
        padding: 5px;
    }
    .sanginiTxt {
        max-width: 500px;
    }
    .supheadInfo h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .homeInforText {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .homeInforText span {
        display: inline;
    }
    .supheadInfo a {
        padding: 10px 15px;
        min-width: 120px;
        font-size: 14px;
    }
    .sectionTitle {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .trueCompanion .sectionTitle {
        padding-left: 20px;
    }
    .needCont h3,
    .proSuposan .divOne h3,
    .malntritionText h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .needCont p,
    .proSuposan .divOne p,
    .driveGoal .driveCol p {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 1.5;
    }
    .divaderLine {
        margin-bottom: 20px;
        left: 0;
    }
    .divaderLine.divaderLeft {
        right: 0;
    }
    .divaderLine span {
        right: 0;
    }
    .divaderLine.divaderLeft span {
        right: 0;
    }
    .divaderLine.divaderLeft:before {
        left: 35%;
    }
    .proSuposan .divThree h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .proSuposan .divThree ul li {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .needRightDiv,
    .proSuposan .divOne,
    .proSuposan .divThree,
    .driveGoal .driveCol {
        padding: 20px;
    }
    .btnTransparent {
        padding: 10px;
        font-size: 14px;
    }
    .supheadInfo {
        position: relative;
        top: 0;
        transform: initial;
        -webkit-transform: initial;
        left: initial;
        padding: 20px;
        width: initial;
    }
    .homeTag {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .socialIcons h5 {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .socialSqure h5 {
        font-size: 18px;
    }
    .proSuposan .divOne,
    .proSuposan .divTwo,
    .proSuposan .divThree {
        width: 100%;
    }
    .flexBox {
        flex-wrap: wrap;
    }
    .needLeftDiv,
    .needRightDiv {
        width: 100%;
    }
    .driveGoal .driveCol {
        width: 100%;
    }
    .takePleDgeFlow.flexBox {
        align-items: center;
        -webkit-align-items: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-wrap: inherit;
    }
    .takePleDgeFlow.flexBox li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        width: 96%;
        margin: 0 2% 20px;
    }
    .recipeBigImg {
        /* width: 200px;
                         height: 200px;*/
        margin: 0 auto 0px;
    }
    /* .recipeBigImg img {
                 height: 180px;
             }*/
    .takePleDge {
        width: 98%;
    }
    .beginningToEnd .companionBox figure img {
        width: 160px;
        height: 160px;
    }
    .videoContent h1 {
        font-size: 25px;
    }
    .playBtn img {
        width: 50px;
    }
    .bigmap {
        width: 80%;
    }
}

@media only screen and (max-width:960px) {
    .yellowPanel {
        position: relative;
        right: 0;
        top: -16px;
        border-radius: 0;
        width: 100%;
    }
    .malntritionText {
        max-width: 100%;
    }
    .spearDing {
        width: 90%;
        margin: 0 auto 15px;
    }
    .sectionTitle1,
    .section2 {
        width: 90%;
        margin: 0 auto 0;
    }
    .trueCompanion .spearDing .sectionTitle {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .bmiContainer {
        max-width: 100%;
        padding: 0 3%;
    }
    .bmiPanel {
        flex-wrap: wrap;
    }
    .bmiLeft,
    .bmiRght,
    .inpt {
        width: 100%;
    }
    .malnutrition {
        background: url(../images/mal_mob.png) bottom center no-repeat;
        background-size: 100%;
    }
    .videoContent {
        top: 50px;
    }
    .videoWrapper {
        margin: 25px auto;
    }
    .saginiSec {
        height: auto;
    }
    .saginiCont {
        top: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative;
        transform: inherit;
        padding: 10px;
    }
    .sanginiTxt {
        max-width: 175px;
        top: 0;
        position: relative;
    }
    .saginiImg {
        width: 280px;
        position: relative;
        margin: 0 auto;
        left: 30%;
    }
}

@media only screen and (max-width:767px) {
    .fb-container-header {
        padding: 80px 10px 0px 10px;
    }
    .trueCompanion .sanginiLogo {
        max-width: 200px;
        margin: initial;
    }
    .scrollBottom {
        bottom: -38px;
        width: 30px
    }
    .takePleDgeFlow.flexBox {
        flex-wrap: wrap;
    }
    .loader {
        width: 30px;
        height: 30px;
        margin: -35px auto 0;
    }
    .logoAdani {
        width: 120px;
    }
    .saginiSec .logoAdani {
        right: 5px;
        top: 5px;
        width: 100px;
    }
    .leftRecipe {
        width: 120px;
    }
    .rightRecipe.logo-fortune {
        width: 110px;
    }
    .rightRecipe {
        width: 100px;
    }
    .suPoshan .malntritionText h3 {
        font-size: 25px;
    }
    .malnutrition .malntritionText h2:after {
        right: 0;
    }
    .saginiPara {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .suPoshan .malnutritionCont {
        padding: 30px 0 20px 0;
    }
    .companionPanel.flexBox {
        justify-content: center;
        align-items: center;
    }
    .companionPanel {
        padding: 10px 2% 10px 2%;
        margin-left: 0;
    }
    .companionBox figure img {
        height: 150px;
        width: 150px;
    }
    .companionBox {
        margin: 0 0 30px 0px;
        width: 50%;
    }
    .textPanel {
        padding: 5px 0px 5px 0px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        right: 0;
        left: 0;
    }
    .bmiSection {
        padding: 20px 0;
    }
    .companionBox:after {
        width: 150px;
    }
    .proSuposan .divThree ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 20px;
    }
    .proSuposan .divThree ul li {
        margin-left: 0;
        width: 45%;
        font-size: 13px;
    }
    .proSuposan .divThree ul li:last-child {
        border-bottom: 0;
    }
    .proSuposan .divThree ul li:nth-child(3n) {
        border-bottom: 0;
    }
    .trueCompanion .malntritionText {
        text-align: left;
    }
    .sanginiLogo img {
        margin: 0 0 0px 20px;
    }
    .whatDataOuter {
        padding: 50px 90px 0px 30px;
        text-align: left;
        margin: initial;
        width: initial;
    }
    .whatDataOuter .activiTitle {
        font-size: 30px;
        margin-left: 0;
    }
    .btnFourTune {
        font-size: 14px;
        padding: 10px 10px;
        margin: 20px 0 0;
    }
    .nicescroll-rails-vr .nicescroll-cursors {
        background-color: transparent !important;
    }
    .whatDataOuter h3 {
        font-size: 16px;
    }
    .textPanel h2 {
        font-size: 14px;
    }
    .loading-animation1 {
        top: -30px;
    }
    .beginningToEnd .sectionTitle {
        padding-left: 20px;
    }
    .beginningToEnd .spearDing .sectionTitle {
        margin-left: 0;
        font-size: 24px;
        padding-bottom: 10px;
    }
    .beginningToEnd .beginningText h2 {
        font-size: 40px;
    }
    .beginningToEnd .beginningText p {
        font-size: 16px;
    }
    .homeSlider .sanginiSwiper.swiper-button-next,
    .homeSlider .sanginiSwiper.swiper-button-prev {
        top: 44%;
    }
    .suposhanHead .socialIcons {
        right: 10px;
        bottom: 10px;
    }
    .socialIcons ul li {
        width: 26px;
        height: 26px;
    }
    .whatCanFortuneDo {
        padding: 60px 0 20px;
    }
    .takePleDgeFlow.flexBox li {
        width: 100%;
    }
    .whatDataOuter p {
        font-size: 14px;
    }
    .malntritionText p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .whatDataOuter .btnTransparent {
        margin: 20px 0 0 0;
        padding: 10px 0;
    }
    .deskimg {
        display: none;
    }
    .mobimg {
        display: block;
    }
    .videoContent h1 {
        font-size: 16px;
    }
    .videoContent .btnTransparent {
        margin-top: 10px;
        padding: 10px 30px;
    }
    .playBtn img {
        width: 30px;
    }
    .trueCompanion .sectionTitle {
        font-size: 20px;
    }
    .homeContainer {
        width: 90%;
        padding: 10px 0;
        position: relative;
        right: 0;
    }
    ul.tabs li {
        font-size: 15px;
        padding: 10px 0;
    }
    .tab-content {
        padding: 50px 30px 30px 30px;
    }
    .homeContainer .close {
        top: 50px;
        right: 0;
    }
    .scrollTop {
        right: 10px;
    }
}

@media only screen and (max-width:480px) {
    .companionBox {
        margin: 0 0 50px 0px;
    }
    .journeyDetails {
        width: 90%;
        padding-left: 15px;
        padding-right: 8px;
    }
    .sanginiLogo img {
        width: 200px;
    }
    .malntritionText {
        padding-top: 15px;
    }
    .yellowPanel {
        padding: 10px;
    }
    .yellowPanel p {
        font-size: 14px;
    }
    .bmiLeft {
        padding: 38px 20px;
    }
    .bmiTable table td {
        font-size: 20px;
    }
    .bmiCalcutor {
        margin-top: 30px;
    }
    .row {
        padding: 0 20px;
    }
    .malnutrition {
        background-size: contain;
        padding: 0 0 500px 0;
        background-color: #fff;
    }
    .malnutrition:after {
        position: absolute;
        background: url(../images/kidsnew.jpg) repeat;
        content: "";
        top: 0;
        width: 200%;
        height: 100%;
        background-size: cover;
        animation-name: mymove;
        animation-delay: 0s;
        animation-duration: 20s;
        animation-direction: alternate;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    @keyframes mymove {
        from {
            left: -250px;
        }
        to {
            left: -50px;
        }
    }
    .lbl {
        font-size: 25px;
    }
    .bmiPanel {
        padding: 0px 0 0;
    }
    .trueCompanion .malntritionText h2:after {
        width: 30%;
    }
    .trueCompanion .malntritionText h2:before,
    .suPoshan .malntritionText h2:before {
        width: 100%;
    }
}