/* Main Banner */
section{
    position: relative;
}
h2{
    color: var(--hdng_color);
    font-family: var(--hdng_font);
    font-size: 62px;
    font-weight: 700;
    line-height: 71px;
    text-transform: uppercase;
}
h2:lang(km){
    font-size: 35px;
    line-height: 1.5;
}
.section-main-bnr-bg{
    padding: 220px 0 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 90px;
}
.section-main-bnr-bg:after{
    content: '';
    position: absolute;
    background: url('../images/bnr_wave.png') repeat-x center;
    width: 100%;
    height: 350px;
    bottom: calc(0% - 200px);
    left: 0;
    right: 0;
    z-index: 1;
}
.main-bnr-wrap{
    position: relative;
    max-width: 1020px;
    margin: auto;
    text-align: center;
    backdrop-filter: blur(1px);
    z-index: 2;
}
.main-bnr-wrap h1{
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 25px;
}
.main-bnr-wrap h1:lang(km){
    -webkit-text-stroke:none;
}
.main-bnr-wrap h1:lang(en){
    text-shadow:  none;
    letter-spacing: -4px;
}
.main-bnr-wrap h1:lang(km){
    font-size: 84px;
    line-height: 1.4;
    text-shadow: rgb(39, 49, 159) 5px 0px 0px, rgb(39, 49, 159) 4.90033px 0.993347px 0px, rgb(39, 49, 159) 4.60531px 1.94709px 0px, rgb(39, 49, 159) 4.12668px 2.82321px 0px, rgb(39, 49, 159) 3.48353px 3.58678px 0px, rgb(39, 49, 159) 2.70151px 4.20736px 0px, rgb(39, 49, 159) 1.81179px 4.6602px 0px, rgb(39, 49, 159) 0.849836px 4.92725px 0px, rgb(39, 49, 159) -0.145998px 4.99787px 0px, rgb(39, 49, 159) -1.13601px 4.86924px 0px, rgb(39, 49, 159) -2.08073px 4.54649px 0px, rgb(39, 49, 159) -2.94251px 4.04248px 0px, rgb(39, 49, 159) -3.68697px 3.37732px 0px, rgb(39, 49, 159) -4.28444px 2.57751px 0px, rgb(39, 49, 159) -4.71111px 1.67494px 0px, rgb(39, 49, 159) -4.94996px 0.7056px 0px, rgb(39, 49, 159) -4.99147px -0.291871px 0px, rgb(39, 49, 159) -4.83399px -1.27771px 0px, rgb(39, 49, 159) -4.48379px -2.2126px 0px, rgb(39, 49, 159) -3.95484px -3.05929px 0px, rgb(39, 49, 159) -3.26822px -3.78401px 0px, rgb(39, 49, 159) -2.4513px -4.35788px 0px, rgb(39, 49, 159) -1.53666px -4.75801px 0px, rgb(39, 49, 159) -0.560763px -4.96845px 0px, rgb(39, 49, 159) 0.437495px -4.98082px 0px, rgb(39, 49, 159) 1.41831px -4.79462px 0px, rgb(39, 49, 159) 2.34258px -4.41727px 0px, rgb(39, 49, 159) 3.17346px -3.86382px 0px, rgb(39, 49, 159) 3.87783px -3.15633px 0px, rgb(39, 49, 159) 4.4276px -2.32301px 0px, rgb(39, 49, 159) 4.80085px -1.39708px 0px, rgb(39, 49, 159) 4.98271px -0.415447px 0px;
}
.main-bnr-wrap h1:lang(en){
	font-size: 126px;
	line-height: 103px;
    -webkit-text-stroke: 5px #27319f;
}
.main-bnr-wrap .bnr-desc-wrap{
	display: flex;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
}
.main-bnr-wrap .bnr-desc-wrap img{
	position: absolute;
	left: -110px;
}
.main-bnr-wrap .bnr-desc-wrap p{
	font-size: 20px;
	margin-top: 15px;
	padding: 0 10px;
	color: #0B1046;
}
.section-main-bnr-bg .cows-wrap .cow{
    position: absolute;
    z-index: 1;
}
.section-main-bnr-bg .cows-wrap .cow-1{
    left: 9%;
	top: 71%;
}
.section-main-bnr-bg .cows-wrap .cow-2{
    left: 18%;
    top: 65%;
    transform: rotateY(180deg);
    scale: .8;
}
.section-main-bnr-bg .cows-wrap .cow-3{
    right: 14%;
    top: 70%;
    scale: .7;
    left: unset;
}
.section-main-bnr-bg .flowers-wrap .flower-1{
    top: 80%;
    left: 15%;
}
.section-main-bnr-bg .flowers-wrap .flower-2{
    top: 80%;
    left: 18%;
    scale: .7;
}

.section-main-bnr-bg .flowers-wrap .flower-3{
    top: 73%;
    left: 23%;
    scale: .8;
}

.section-main-bnr-bg .flowers-wrap .flower-4{
    right: 15%;
    bottom: 16%;
}

.section-main-bnr-bg .flowers-wrap .flower-5{
    right: 12%;
    bottom: 14%;
    scale: .7;
}

.section-main-bnr-bg .flowers-wrap .flower-6{
    position: absolute;
    right: 12%;
    bottom: 18%;
    scale: .7;
}
.section-main-bnr-bg .lactimil-wrap{
	position: absolute;
	bottom: -50px;
	left: calc(50% - 12px);
	transform: translateX(-50%);
	z-index: 2;
	max-width: 320px;
}
.section-main-bnr-bg .cowanime-wrap{
    position: absolute;
    left: calc(50% - 345px);
    max-width: 170px;
    z-index: 0;
}
.section-main-bnr-bg .lactimil-wrap:after{
    content: '';
    position: absolute;
    background: url('https://lactimilkh.com/wp-content/uploads/upmilk.png') no-repeat center;
    width: 516px;
    height: 641px;
    left: -24px;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    z-index: -1;
    bottom: -50px;
}
.dha-wrap{
	position: absolute;
    right: 26%;
    top: calc(50% - -50px);
    z-index: 1;
    transform-origin: center;
    max-width: 140px;
}
@media (max-width: 1399px){
	.main-bnr-wrap h1:lang(en){
		font-size: 118px;
		line-height: 98px;
	}
    .main-bnr-wrap h1:lang(km){
        font-size: 78px;
        text-shadow: rgb(39, 49, 159) 4px 0px 0px, rgb(39, 49, 159) 3.87565px 0.989616px 0px, rgb(39, 49, 159) 3.51033px 1.9177px 0px, rgb(39, 49, 159) 2.92676px 2.72656px 0px, rgb(39, 49, 159) 2.16121px 3.36588px 0px, rgb(39, 49, 159) 1.26129px 3.79594px 0px, rgb(39, 49, 159) 0.282949px 3.98998px 0px, rgb(39, 49, 159) -0.712984px 3.93594px 0px, rgb(39, 49, 159) -1.66459px 3.63719px 0px, rgb(39, 49, 159) -2.51269px 3.11229px 0px, rgb(39, 49, 159) -3.20457px 2.39389px 0px, rgb(39, 49, 159) -3.69721px 1.52664px 0px, rgb(39, 49, 159) -3.95997px 0.56448px 0px, rgb(39, 49, 159) -3.97652px -0.432781px 0px, rgb(39, 49, 159) -3.74583px -1.40313px 0px, rgb(39, 49, 159) -3.28224px -2.28625px 0px, rgb(39, 49, 159) -2.61457px -3.02721px 0px, rgb(39, 49, 159) -1.78435px -3.57996px 0px, rgb(39, 49, 159) -0.843183px -3.91012px 0px, rgb(39, 49, 159) 0.150409px -3.99717px 0px, rgb(39, 49, 159) 1.13465px -3.8357px 0px, rgb(39, 49, 159) 2.04834px -3.43574px 0px, rgb(39, 49, 159) 2.83468px -2.82216px 0px, rgb(39, 49, 159) 3.44477px -2.03312px 0px, rgb(39, 49, 159) 3.84068px -1.11766px 0px, rgb(39, 49, 159) 3.9978px -0.132717px 0px;
    }
    .section-main-bnr-bg .cows-wrap .cow-2{
        left: 15%;
    }
}
@media (max-width: 1199px){
	.main-bnr-wrap h1:lang(en){
		font-size: 98px;
        -webkit-text-stroke: 4px #27319f;
	}
    .main-bnr-wrap h1:lang(km){
        font-size: 64px;
        text-shadow: rgb(39, 49, 159) 3px 0px 0px, rgb(39, 49, 159) 2.83487px 0.981584px 0px, rgb(39, 49, 159) 2.35766px 1.85511px 0px, rgb(39, 49, 159) 1.62091px 2.52441px 0px, rgb(39, 49, 159) 0.705713px 2.91581px 0px, rgb(39, 49, 159) -0.287171px 2.98622px 0px, rgb(39, 49, 159) -1.24844px 2.72789px 0px, rgb(39, 49, 159) -2.07227px 2.16926px 0px, rgb(39, 49, 159) -2.66798px 1.37182px 0px, rgb(39, 49, 159) -2.96998px 0.42336px 0px, rgb(39, 49, 159) -2.94502px -0.571704px 0px, rgb(39, 49, 159) -2.59586px -1.50383px 0px, rgb(39, 49, 159) -1.96093px -2.27041px 0px, rgb(39, 49, 159) -1.11013px -2.78704px 0px, rgb(39, 49, 159) -0.137119px -2.99686px 0px, rgb(39, 49, 159) 0.850987px -2.87677px 0px, rgb(39, 49, 159) 1.74541px -2.43999px 0px, rgb(39, 49, 159) 2.44769px -1.73459px 0px, rgb(39, 49, 159) 2.88051px -0.838247px 0px;
    }

}
@media (max-width: 991px){
    .section-main-bnr-bg{
        padding: 170px 0 310px;
    }
    .main-bnr-wrap h1:lang(en){
		font-size: 88px;
		line-height: 78px;
        letter-spacing: -3px;
	}
    .main-bnr-wrap h1:lang(km){
        font-size: 48px;
    }
    .section-main-bnr-bg .cowanime-wrap{
        left: calc(50% - 195px);
        max-width: 100px;
        bottom: 100px;
    }
    .main-bnr-wrap .bnr-desc-wrap img{
        left: 0;
        top: 110px;
        max-width: 80px;
        height: auto;
    }
    .section-main-bnr-bg .lactimil-wrap{
        max-width: 180px;
        bottom: 0px;
    }
    .section-main-bnr-bg .lactimil-wrap:after{
        left: -134px;
        scale: .55;
    }
    .dha-wrap{
        top: calc(50% - -110px);
        max-width: 80px;
    }
    .cloud-1,.cloud-3{
        max-width: 160px
    }

    .cloud-2{
        left: 190px;
        top: 300px
    }

    .cloud-2,.cloud-4,.cloud-5,.cloud-6{
        max-width: 110px
    }

    .cloud-3{
        right: 200px
    }

    .cloud-6{
        top: 90px
    }
    .section-main-bnr-bg .cows-wrap .cow{
        scale: .6!important
    }

    .section-main-bnr-bg .cows-wrap .cow-1{
        left: 6%;
        top: 75%
    }

    .section-main-bnr-bg .cows-wrap .cow-2{
        left: 12%
    }
    .section-main-bnr-bg .cows-wrap .cow-3{
        right: 0
    }
    .section-main-bnr-bg .flowers-wrap .flower{
        scale: .6!important
    }
}
@media (max-width: 767px){
    .section-main-bnr-bg{
        background-position: center right;
        background-size: cover;
        margin-bottom: 40px;
    }
    .main-bnr-wrap h1:lang(en){
    	font-size: 45px;
        line-height: 1.1;
        letter-spacing: -2px;
        -webkit-text-stroke: 2px #27319f;
    }
    .main-bnr-wrap h1:lang(km){
        font-size: 36px;
        /*line-height: 1.5;*/
        /*text-shadow: rgb(39, 49, 159) 1px 0px 0px, rgb(39, 49, 159) 0.540302px 0.841471px 0px, rgb(39, 49, 159) -0.416147px 0.909297px 0px, rgb(39, 49, 159) -0.989992px 0.14112px 0px, rgb(39, 49, 159) -0.653644px -0.756802px 0px, rgb(39, 49, 159) 0.283662px -0.958924px 0px, rgb(39, 49, 159) 0.96017px -0.279415px 0px;*/
        margin-bottom: 10px;
        text-shadow: rgb(39, 49, 159) 2px 0px 0px, rgb(39, 49, 159) 1.75517px 0.958851px 0px, rgb(39, 49, 159) 1.0806px 1.68294px 0px, rgb(39, 49, 159) 0.141474px 1.99499px 0px, rgb(39, 49, 159) -0.832294px 1.81859px 0px, rgb(39, 49, 159) -1.60229px 1.19694px 0px, rgb(39, 49, 159) -1.97998px 0.28224px 0px, rgb(39, 49, 159) -1.87291px -0.701566px 0px, rgb(39, 49, 159) -1.30729px -1.5136px 0px, rgb(39, 49, 159) -0.421592px -1.95506px 0px, rgb(39, 49, 159) 0.567324px -1.91785px 0px, rgb(39, 49, 159) 1.41734px -1.41108px 0px, rgb(39, 49, 159) 1.92034px -0.558831px 0px;
    }
    .main-bnr-wrap .bnr-desc-wrap p{
        font-size: 18px;
    }
    .main-bnr-wrap .bnr-desc-wrap img{
        max-width: 50px;
    }
    .section-main-bnr-bg .cows-wrap .cow-1,
    .section-main-bnr-bg .cows-wrap .cow-2{
        display: none;
        visibility: hidden;
    }
    .dha-wrap {
        top: calc(50% - -80px);
        max-width: 60px;
        right: 5%;
    }
}

/* Why lactimil */
.section-why{
	padding: 90px 0 0;
/*	background: #F3F3F3;
background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(254, 254, 254, 1) 20%, rgba(254, 254, 254, 1) 40%, rgba(241, 245, 246, 1) 100%);*/
background: #F3F3F3;
background: linear-gradient(0deg, rgba(243, 243, 243, 1) 0%, rgba(254, 254, 254, 1) 25%, rgba(254, 254, 254, 1) 50%, rgba(240, 243, 245, 1) 100%);
}
.section-why:after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 900px;
    bottom: calc(0% - 200px);
    z-index: 1;
    background: url('../images/whyin_wave.png') center bottom / 100% 100% no-repeat;
}
.section-why h2{
    text-align: center;
    margin-top: -50px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
.section-why .slick-slider{
    margin: 0 -7.5px;
}
.section-why .slick-slider .slick-list{
    padding-bottom: 40px;
}
.section-why .col h3{
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
}
.section-why .col h3:lang(km){
    line-height: 1.4;
}
.section-why .col .keybenefit-list{
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 17px;
    background: #fff;
    border-radius: 20px;
    min-height: 251px;
}
.section-why .col .keybenefit-list:hover{
    box-shadow: 0px 4px 0px 0px rgba(135, 228, 253, .25);
   /* -webkit-box-shadow: 0px 8px 15px -10px rgba(135, 228, 253, 0.25);
    -moz-box-shadow: 0px 8px 15px -10px rgba(1135, 228, 253,0.25);
    box-shadow: 0px 8px 15px -10px rgba(135, 228, 253, 0.25);*/
}
.section-why .col .keybenefit-list:hover img{
    animation: slow-shake 1.5s ease-in-out infinite;
}
.section-why .col .keybenefit-list,
.section-why .col .keybenefit-list:hover{
    -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}
.slick-initialized .slick-slide{
    display: block;
    padding: 0 7.5px;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    color: transparent;
    outline: none;
    background: 0 0
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity: 1!important
}
.slick-prev:before, .slick-next:before,
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
    opacity: 1!important
}
.slick-prev:before,.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev{
    left: -25px
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #000
}
.slick-prev,.slick-next{
    width: 50px;
    height: 50px;
    background: #ffa927;
    border-radius: 50%;
    z-index: 1
}
.slick-prev{
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    top: unset;
    margin-left: -30px;
}
.slick-next{
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    top: unset;
    margin-left: 30px;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    background: #87e4fd
}
.slick-prev:hover:before{
    color: #fff
}
.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after{
    content: '';
    position: absolute;
    background: #fff;
    height: 4px;
    width: 12px;
    top: 50%;
    left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slick-prev:before, .slick-prev:after{
    left: 17px;
}
.slick-prev:before{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick-prev:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-next:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before, .slick-next:before{
    margin-top: -6px;
}
.slick-prev:after, .slick-next:after{
    margin-top: 1px;
}

.slick-next:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1199px){
    .section-why .col h3{
        font-size: 14px;
        min-height: 36px;
    }
    .section-why .col .keybenefit-list{
        min-height: 220px;
        padding: 25px 15px;
    }
    .section-why .col .keybenefit-list .keybenefit-logo{
        min-height: 100px;
        display: flex;
    }
    .section-why .col .keybenefit-list .keybenefit-logo img{
        margin: auto;
    }
    .section-why .slick-slider .slick-list{
        padding-bottom: 15px;
    }
}
@keyframes slow-shake{
    0%{
        transform: translateX(0)
    }

    25%{
        transform: translateX(-5px)
    }

    50%{
        transform: translateX(5px)
    }

    75%{
        transform: translateX(-5px)
    }

    100%{
        transform: translateX(0)
    }
}
.slow-shake{
    animation: slow-shake 1.5s ease-in-out infinite
}
@media (min-width: 1024px){
    .section-why .col:nth-child(even){
    	transform: translateY(26px);
    }
}
.inside-wrap{
    margin-top: 60px;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.inside-wrap h2{
	text-align: left;
	margin: 20px 0 0;
}
.inside-wrap ul li{
    display: flex;
    align-items: center;
    column-gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) -4px 0px 0px 0px;
    margin-top: 15px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 15px 20px;
}
.inside-wrap ul li:hover{
    box-shadow: rgba(135, 228, 253, 0.25) -4px 0px 0px 0px;
    /*-webkit-box-shadow: 0px 8px 15px -10px rgba(135, 228, 253, 0.25);
    -moz-box-shadow: 0px 8px 15px -10px rgba(1135, 228, 253,0.25);
    box-shadow: 0px 8px 15px -10px rgba(135, 228, 253, 0.25);*/
}
.inside-wrap ul li,
.inside-wrap ul li:hover{
    -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
}
.inside-wrap ul li h3{
    color: var(--hdng_color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.2;
}
.inside-wrap ul li p{
	font-size: 16px;
	margin-bottom: 0;
}
.inside-wrap ul li .nut-img{
    max-width: 45px;
    flex: 0 0 auto;
}
@media (max-width: 1399px){
    .section-why:after{
        height: 800px;
        bottom: calc(0% - 150px);
        background-size: cover;
    }
    h2{
        font-size: 55px;
        line-height: 60px;
    }
    h2:lang(km){
        font-size: 30px;
    }
    .inside-wrap h2{
        margin-top: 50px;
    }
    .inside-wrap ul li h3{
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 1199px){
    h2{
    	margin-bottom: 10px;
        font-size: 46px;
        line-height: 50px;
    }
    h2:lang(km){
    	font-size: 28px;
        line-height: 1.3;
    }
    .inside-wrap{
        margin-top: 100px;
    }
    .inside-wrap ul li{
		border-radius: 16px; 
		padding: 18px 20px;
		margin-top: 14px;
    }
    .inside-wrap ul li p{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .inside-wrap h2{
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px){
    .section-why{
        /*padding-top: 40px;*/
        z-index: 2;
    }
    h2{
        font-size: 32px;
        line-height: 1.1;
    }
    .inside-wrap h2{
        font-size: 28px;
        margin: 20px auto 10px;
    }
}


/* Our Origin  */
.ourorigin-main-bnr-bg{
    padding: 200px 0 540px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}
.ourorigin-main-bnr-bg .row{
    border-radius: 40px;
    backdrop-filter: blur(24px);
    background: rgba(255, 255, 255, .55);
    padding: 60px;
}
.ourorigin-wrap{
    padding-top: 50px;
}
.clouds-wrap{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100px;
}
.clouds-wrap .cloud-1{
    position: absolute;
    top: 370px;
    left: 600px;
    opacity: .7;
}
.clouds-wrap .cloud-2{
    position: absolute;
    top: 170px;
    left: 490px;
}
.clouds-wrap .cloud-3{
    position: absolute;
    top: 80px;
    right: -4px;
    opacity: .8;
}
.clouds-wrap .cloud-4{
    position: absolute;
    top: 350px;
    right: 400px;
}
.clouds-wrap .cloud-5{
    position: absolute;
    top: 200px;
    left: -400px;
    opacity: .5;
}
.clouds-wrap .cloud-6{
    position: absolute;
    top: 30px;
    left: -100px;
    opacity: .7;
}
.clouds-wrap .cloud-2, .clouds-wrap .cloud-4, .clouds-wrap .cloud-5, .clouds-wrap .cloud-6{
    display: inline-block;
    max-width: 180px;
}
.ourorigin-main-bnr-bg .cows-wrap .cow{
    position: absolute;
    left: 9%;
    top: 71%;
}
.ourorigin-main-bnr-bg .cows-wrap .cow-1{
    left: 13%;
    top: 79%;
    z-index: 1;
}
.ourorigin-main-bnr-bg .cows-wrap .cow-2{
    left: unset;
    top: 85%;
    right: 5%;
}
.ourorigin-main-bnr-bg .cows-wrap .cow-3{
    right: 19%;
    top: 74%;
    scale: .6;
    left: unset;
}
.flowers-wrap .flower{
    position: absolute;
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-1{
    top: unset;
    left: 5%;
    bottom: 11%
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-2{
    top: 82%;
    left: 28%
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-3{
    top: 89%;
    right: 12%;
    scale: 1;
    left: unset;
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-4{
    right: 25%;
    bottom: 12%;
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-5{
    right: 16%;
    bottom: 7%;
    scale: 1
}
.ourorigin-main-bnr-bg .flowers-wrap .flower-6{
    right: 6%;
    bottom: 7%;
}
.family-map-left h2{
    margin-bottom: 10px;

}
.family-cnt-right{
    padding: 0 22px;
}
.family-cnt-right p{
    margin-bottom: 10px;
}
.family-cnt-right ul{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.family-cnt-right li{
    max-width: 240px;
}
.ourorigin-main-bnr-bg .lactimil-wrap{
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 320px
}
.ourorigin-main-bnr-bg .cowanime-wrap{
    position: absolute;
    left: calc(50% - 260px);
    bottom: 70px;
    max-width: 270px;
    transform: translateX(-50%);
    z-index: 1;
}

/* Try Milk  */
.try-lactimil-wrap{
    /*padding: 100px 0 450px;*/
    padding-bottom: 0;
}
.try-lactimil-wrap:before{
    content: '';
    position: absolute;
    background: url(../images/parents_wave_2.png) no-repeat center bottom;
    bottom: -180px;
    left: 0;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    z-index: 1;
}
.try-lactimil-wrap:after{
    content: '';
    position: absolute;
    background: url(../images/slider_sec_wave.png) repeat-x center top;
    top: -120px;
    left: 0;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    z-index: 1;
}
.try-lactimil{
    margin-top: 150px;
    padding: 0 40px;
    border-radius: 20px;
    background: rgb(135, 228, 253);
    width: 100%;
    position: relative;
    z-index: 2;
    /*margin-bottom: -580px;*/
    /*overflow: hidden;*/
}
.try-lactimil .try-ctn{
    padding-right: 100px;
    margin: auto;
}
.try-lactimil p{
    color: var(--hdng_color);
    margin-bottom: 30px;
}
.try-lactimil img{
    margin-top: -150px;
    margin-bottom: 0;
}
@media (max-width: 1920px){
    .try-lactimil-wrap:before,
    .try-lactimil-wrap:after{
        background-size: cover;
    }
}
@media (max-width: 1440px){
    .try-lactimil-wrap:before{
        bottom: -130px;
    }
}
@media (max-width: 1399px){
    .france-map{
        max-width: 350px;
    }
    .family-cnt-right li{
        max-width: 200px;
    }
    .ourorigin-main-bnr-bg .cowanime-wrap{
        max-width: 230px;
    }
    .ourorigin-main-bnr-bg .cows-wrap .cow-1{
        left: 3%!important;
    }
    .ourorigin-main-bnr-bg .cows-wrap .cow-2{
        top: 83%;
        z-index: 1;
    }
}
@media (max-width: 1199px){
    .ourorigin-main-bnr-bg{
        padding: 170px 0 370px;
    }
    .ourorigin-main-bnr-bg .row{
        padding: 50px 30px;
    }
    .ourorigin-main-bnr-bg .lactimil-wrap{
        max-width: 280px
    }
    .france-map{
        max-width: 260px;
    }
    .family-cnt-right ul{
        margin-top: 40px;
    }
    .family-cnt-right li{
        max-width: 170px;
    }
    .ourorigin-main-bnr-bg .cowanime-wrap{
        left: calc(50% - 220px);
        bottom: 90px;
        max-width: 200px;
    }
    .ourorigin-main-bnr-bg .cows-wrap .cow-1{
        scale: .8;
    }
}
@media (max-width: 991px){
    .ourorigin-main-bnr-bg .row{
        padding: 50px 30px;
    }
    .france-map{
        max-width: 180px;
    }
    .family-cnt-right ul{
        float: left;
        margin-top: 20px;
        justify-content: space-around;
        margin-top: 20px;
        justify-content: start;
        column-gap: 22px;
        flex-wrap: wrap;
    }
    .family-cnt-right li{
        max-width: 90px;
    }
    .ourorigin-main-bnr-bg .cowanime-wrap{
        scale: .9;
        left: calc(50% - 180px);
    }
}
@media (max-width: 767px){
    .ourorigin-main-bnr-bg{
        background-position: center right;
        background-size: cover;
    }
    .ourorigin-main-bnr-bg .row{
        padding: 30px 15px;
    }
    .ourorigin-wrap{
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .ourorigin-main-bnr-bg .cows-wrap .cow-1{
        display: block;
        visibility: hidden;
    }
    .ourorigin-main-bnr-bg .cows-wrap .cow-2{
        scale: .7;
        right: 10px;
    }
    .ourorigin-main-bnr-bg .cowanime-wrap{
        max-width: 140px;
        left: calc(50% - 130px);
    }
    .family-map-left .france_map{
        text-align: center;
        max-width: 220px;
        margin: 10px auto;
    }
    .family-cnt-right{
        padding: 0;
    }
    .order-1.order-lg-2{
        margin-top: 30px!important;
    }
    .try-lactimil-wrap{
        padding-top: 40px;
    }
    .try-lactimil{
        padding: 0 25px;
        margin-top: 0;
        text-align: center;
    }
    .try-lactimil p{
        font-size: 18px;
    }
    .try-lactimil img{
        margin-top: 0;
    }
    .try-lactimil .try-ctn{
        padding: 0;
    }
    .try-img{
        text-align: center;
    }
    .try-img img{
        max-width: 200px;
    }
}