/*=============== GOOGLE FONTS ===============*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;
  --body-color: hsl(220, 100%, 97%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Montserrat", sans-serif;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 400;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #2194d2;
}
 
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;

}

body {
  font-family: "Poppins", sans-serif !Important;
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
}
 
 
 
 
 

ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

/*=============== HEADER ===============*/
header{
	    position: relative;
    top: 0;
    left: 0;
}
.fixed-header-top {
    padding: 8px 0px;

}
.sub-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    /* box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3); */
    z-index: var(--z-fixed);
    background-color: rgb(61 72 78 / 68%);
	padding:0px 13px;
}
.upper-zapp span {
    font-size: 13px;
    padding: 10px 0px;
    display: block;
    margin-right: 20px;
}
.upper-zapp a {
    font-size: 13px;
    color: #000;
}
.upper-zapp span i {
    background-color: #2194d2;
    padding: 8px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 10px;
}
.upper-zapp a i {
    background-color: #2194d2;
    padding: 8px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 10px;
    z-index: 99999;
    position: relative;
}
/*=============== NAV ===============*/

header{
	background-color:#f7f7f8;
}
.upper-zapp {
    display: inline-flex;
}


.nav { 
    color: #FFF;
    display: flex;
    position: absolute;
    z-index: 99999;
    width: 100%;
}
.nav .logo {
    font-size: 24px;
    padding: 14px 20px 14px 0px; 
}
.nav .logo a{
    color: #FFF;
    text-decoration: none
}
.nav ul {
    margin: 0;
    padding: 0;
    display: flex;
 
    align-content: center;
    align-self: center;
}
ul li{
    padding: 0px 20px;
    list-style: none
}
ul li a{
    color: #FFF;
    display: block;
	font-size:15px;
	font-weight:300;
    text-decoration: none; 
	transition:.3s;
}
ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
 
.sticky{
    position: fixed;
    top: 0;
    left: 0;
	background-color:#21292e;
	color:#000;
    width: 100%
}




.zapp_img{
	width:200px;
}
.admin_login {
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #2194d2;
    color: #ffffff;
}

 
/* CSS */
.button-48 {
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 8px 0px 0px 0px;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap; 
    letter-spacing: .3px;
    border-left: 1px solid #efefef; 
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #EBEBEB;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
    z-index: 1;
    position: relative; 
}
.button-48:hover {
    color: #000;
    font-weight: 400;
    letter-spacing: .3px;
}
.curozapp_footer{
	
}
.curozapp img {
    width: 100%; 
}
.curozapp_bannerText {
    position: absolute;
    bottom: 14%;
    left: 0%;
    width: 50%;
    text-align: left;
    background-color: rgb(61 72 78 / 68%);
    padding: 20px 20px;
    border-radius: 6px;
}
.curozapp_bannerText h1 {
    font-size: 50px;
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 400;
}
.curozapp_bannerText p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
}
 
#back-top {
  visibility: hidden;
}

#back-top.active {
    visibility: visible;
    position: fixed;
    right: 10px;
    bottom: 65px;
	z-index:9;
}

#back-top__content--desk {
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s;
    background: #2194d2;
    padding: 8px 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
}
#back-top__content--desk:hover {
  color: #ffffff;
}
#back-top__content--desk > span {
    color: #ffffff;
    font-size: 14px;
} 
 
.Under_bannerCuroZapp {
    padding: 60px 0px 60px 0px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.Brief_element {
    border-right: 1px solid #ccc;
    padding: 0px 20px;
    width: 335px;
}
.Brief_element img{
	width: 45px;
}
.Brief_element p {
    font-weight: 700;
    margin-top: 30px;
}
.Brief_element_4 { 
    padding: 0px 20px;
    width: 335px;
}
.Brief_element_4 img{
	width: 45px;
}
.Brief_element_4 p {
    font-weight: 700;
    margin-top: 30px;
}
.Elementor__text342 {
    width: 100%;
    justify-content: space-between;
    padding: 0px 0px;
    background-color: rgb(247 247 248);
    background-image: url(../img/Build-Smarter-Solutions.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-clip: content-box;
}
.dots_relative{
	    position: relative;
    top: 0;
    left: 0;
}
.dots_relative img {
    position: absolute;
    left: -530px;
    top: -126px;
    width: 550px;
    z-index: -11;
    opacity: .1;
}
.left_relative{
		    position: relative;
    top: 0;
    left: 0;
}
.left_relative img {
    position: absolute;
    right: -94px;
    top: 0px;
    width: 200px;
    z-index: -11;
    opacity: .1;
    padding: 0px 0px 0px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: initial;
}
.Elementor_img0012 img {
    border-radius: 10px; 
    box-shadow: rgba(33, 35, 38, 1.1) 0px 10px 10px -10px;
}
.Elementor_text9984 p{
	    font-size: 20px;
    font-weight: 700;
}
 
 .Zapp_Elementor_text9984 p{
font-size: 24px;
    font-weight: 700;
}
.Elementor_text9984 span{
font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 14px;
}
 

.bottom_boderLine span {
    border: 1px solid rgb(221, 221, 221);
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.headline_manage {
    width: 54%;
}
.headline_manage h2 {
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 52px;
}
 
 .headline_manage span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
}

.headline_manage_zapp h1 {
    font-size: 42px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
}
.headline_manage_zapp p {
    margin: 30px 0px 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 35px;
}
.curoZapp_features{
	    margin: 120px 0px 160px; 
}
.curoZapp_features_blog{
	    margin: 0px 0px 110px; 
}
.newsletter { 
    width: 100%; 
	margin-top:120px;
}
.left_areaTrigger {
    background: #2194D2;
    background:  linear-gradient(90deg,rgba(33, 148, 210, 0.13) 0%);
    padding: 0px 50px;
    align-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left_areaTrigger h4 { 
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 14px;
}
.left_areaTrigger p {
    font-size: 20px;
    font-weight: 700;
}
 
.right_areaTrigger img { 
	border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.footer_bottomSection {
    display: inline-flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin: 30px 0px 15px;
}
.left_bottom {
    width: 75%;
    margin-top: 30px;
}
.left_bottom p {
    font-size: 13px;
    margin-bottom: 10px;
}
.left_bottom a{
	font-size: 13px;
}
 .right_bottom { 
    margin-top: 30px;
}
.right_bottom ul{
	display:inline-flex;
}
.right_bottom ul li { 
    padding: 0px 10px;
}
.footerLinks h5 {
    font-size: 15px;
    margin-bottom: 25px;
}
.footerLinks p {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
}
.footerLinks img {
    width: 200px;
}
.footer_areaLinks {
    padding: 60px 0px 20px;
    margin-top: 100px;
}
.footerLinks ul li a {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    color: #000;
    padding: 0px 0px 6px 0px;
    display: block;
}
.footerLinks input {
    border: 1px solid #ccc;
    border-radius: 5px; 
}
.footerLinks button {
    background-color: #2194d2;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    transition: .3s; 
    border: none;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 300; 
    padding: 8px 9px;
}
.footerLinks span {
    display: inline-flex;
}
#curoZapp_contact {
    background-image: url('../img/contact_banner.png');
    height: 300px;
    width: 100%; 
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size:contain;
}
#contact_content {
    margin-top: 100px;
}
#blog_content {
    margin: 95px 0px 70px;
}
.about_para label {
    font-size: 13px;
    font-weight: 500;
}
.about_para input {
    padding: 0px 8px;
    font-size: 13px;
    font-weight: 400;
}
.about_para textarea {
    padding: 0px 8px;
    font-size: 13px;
    font-weight: 400;
    height: 100px;
}
.contact__category p {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
}
.contact__category span{
	    font-size: 15px;
    font-weight: 500;
}
.contact__category ul li {
    display: inline-flex;
    font-size: 30px;
    margin: 6px 15px 0px 0px;
}
.contact__category label {
	    font-size: 15px;
    font-weight: 500;
}
#curozapp_footer{
	    background-color: #f3f3f3;
}
 
#wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
}
#wrapper .col {
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper .col:nth-child(1) {
  background-color: #EBEBEB;
}
#wrapper .col:nth-child(2) {
  background-color: #111111;
}
.btn_curoZapp {  
    background-color: #2194d2;
    padding: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    border-radius: 99px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	    color: #ffffff;
}
.btn_curoZapp .text { 
    line-height: 1;
    position: relative;
    z-index: 5;
    margin-right: 40px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}
.btn_curoZapp:hover {
    text-decoration: none;
}
.btn_curoZapp svg {
    display: inline-block;
    position: relative;
    z-index: 5;
    transform: rotate(0deg) translateX(0);
    transform-origin: left;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 35px;
}
.btn_curoZapp::before {
    content: '';
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 99px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_curoZapp.light {
  background-color: #95C11F;
}
.btn_curoZapp.light::before {
  background-color: #154633;
}
.btn_curoZapp:hover svg {
transform: rotate(45deg) translateX(-10px);
}
.btn_curoZapp:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
}
.btn_curoZapp svg path{
stroke:#000 !important;	
}
.btn_curoZapp:hover{
color:#000 !Important;	
}
  .contact__category ul li a i{
	      color: #2194d2;
  }
  
 
 
.curoZapp_cont {
    align-items: center;
    appearance: none;
    background-color: #2194d2;
    border-radius: 4px;
    color: #ffffff !important;
    border-width: 0; 
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex
;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
}

.curoZapp_cont:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.curoZapp_cont:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.curoZapp_cont:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}
.contact__category label i {
    color: #2194d2;
    margin-top: 13px;
}
#curoZapp_blogs {
    background-image: url(../img/blogs_banner.png);
    height: 300px;
    width: 100%; 
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size:contain;
}
.blogs_section {
    text-align: center;
    align-content: center;
    height: 262px; 
} 
.blogs_section span {
    font-size: 15px;
    background-color: #ffffff;
    padding: 8px 20px;
    color: #000;
    border-radius: 6px;
    width: 50%;
    display: inline-block;
    opacity: .9;
    margin-top: 50px;
}
.element__9901 {
  transition:.3s;
    border-radius: 15px;
    text-align: left;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.element__9901:hover{
	  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.element__9901 img {
    width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.element__9901 span {
    padding: 22px 20px 12px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: darkolivegreen;
    font-weight: 300;
    letter-spacing: .3px;
}
.main__blogs {
    padding: 0px 20px 20px 20px ! Important;
    font-size: 20px ! Important;
    font-weight: 500 !important;
}
.element__9901 a{
    transition: .3s;
    position: relative;
    top: 0;
    left: 0;	
}
.element__9901 a:hover{
    text-decoration:none;
}
.right_area_blog {
    background-color: #f3f3f3;
    padding: 10px 10px;
    border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
}
.right_area_blog span {
    margin-bottom: 20px;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #ebebeb;
    padding: 10px 10px;
    border-top-left-radius: 14px;
    color: #000;
	border-bottom-left-radius: 14px;
}
.right_area_blog ul {
    list-style: disc;
    padding: 0px 18px;
}
.right_area_blog ul li {
    margin-bottom: 15px;
    text-decoration: underline; 
}
.right_area_blog ul li a { 
    color: #000;
    font-size: 13px;
    font-weight: 300; 
}
.date_perform {
    position: absolute;
    z-index: 9;
    border-radius: 13px;
    background-color: #ffffff;
    top: 6px;
    left: 6px;
}
.date_perform span {
    padding: 4px 14px;
    font-weight: 300;
    font-size: 11px;
} 
 
.right_area_blog span img {
    width: 28px;
}
 
.wrapper {
    width: 100%; 
    overflow: hidden;
}
.buttons {
    width: 100%;
    margin: 95px auto;
    text-align: center;
    justify-content: space-between;
    display: inline-flex
;
    position: absolute;
    left: 0px;
}
.buttons a {
    display: inline-block;
    cursor: pointer;
    font-size: 300%;
    color: #a9a9a9 !important;
}
.buttons a i {  
	border-radius:50%;
}
.buttons a:first-child {
  margin: 0 0px 0 0;
}
.container_Slider {
    width: 100% !important;
    display: inline-flex; 
}
.frame {
    padding: 0px 0;
    text-align: center;
    box-sizing: border-box;
    min-width: 31% !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0px 10px;
}
.frame i {
  font-size: 500%;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 400px) {
  .frame {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .frame {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1040px) {
  .frame {
    min-width: 25%;
    max-width: 25%;
  }
}
 
	  
.inside_blogger img {
    border-radius: 9px;
	width:100%;
}
.between__element2219 span {
    padding: 0px 0px 0px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: darkolivegreen;
    font-weight: 300;
    letter-spacing: .3px;
    margin-bottom: 20px;
}
.inside_blogger h1, h2, h3 ,h4 {
    font-size: 23px ! Important;
    font-weight: 400 !Important;
    padding: 0px !important;
}
 .inside_blogger p {
    margin-top: 24px;
    font-weight: 300;
    text-align: justify;
    font-size: 15px;
}
.inside_blogger ul{
	    list-style: inside;
}
.inside_blogger ul li { 
    margin-bottom: 0px;
    margin-top: 12px;
    font-weight: 300;
    text-align: justify;
    font-size: 15px;
}
.recent_BlogsElement {
    background-color: #f3f3f3;
    padding: 10px 10px;
    border-radius: 15px; 
}
.recent_BlogsElement span {
    margin-bottom: 20px;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #ebebeb;
    padding: 10px 10px;
    border-top-left-radius: 14px;
    color: #000;
    border-bottom-left-radius: 14px;
}
.recent_BlogsElement span img {
    width: 28px;
}
.blog_imgElement {
    float: left;
    margin-right: 10px;
}
.blog_imgElement img {
    width: 100px;
    height: 70px;
    border-radius: 5px;
}
.blog_textElement p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0px;
}
.latest_blogsArea {
    margin-bottom: 40px;
}
.blog_textElement a{
font-size:13px;
color:#000;	
}
.blog_textElement a:hover{
text-decoration:none;
}
#curoZapp_blogs_inner {
    background-image: url('../img/blogs_banner_inner.png');
    height: 300px;
    width: 100%; 
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size:contain;
}
.blog_textElement a i{
	font-size:10px;
}
.inner_blogPageination {
    text-align: center;
    justify-items: center;
}
.inner_blogPageination ul {
    display: inline-flex ;
}
.inner_blogPageination ul a .nos {
    margin: 0px 4px;
    border-radius: 50%;
    background-color: #ebebeb;
    width: 35px;
    height: 35px;
    font-size: 15px;
    align-content: center;
    padding: 0px 0px;
}
.inner_blogPageination ul a li:hover{
	background-color:#2194d2;
	color:#ffffff;
	text-decoration:none !Important;
}
.inner_blogPageination ul a:hover{

	text-decoration:none !Important;
}
.breadcrumb_blog {
    padding: 0px 0px 0px 0px; 
}

.breadcrumb_blog ul {
    display: inline-flex;
	margin-bottom:0px;
}

.breadcrumb_blog ul li {
    font-size: 14px;
    margin-right: 10px;
	padding:0px;
}

#curoZapp_about {
    background-image: url('../img/about_banner.png');
    height: 300px;
    width: 100%; 
    background-attachment: fixed;
	background-size:contain;
    background-repeat: no-repeat;
}

#about_element241 {
    margin-top: 100px;
}

.about_text112 span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
}

.about_text112 h1 {
    font-weight: 600;
    line-height: 46px;
}

.about_text112 p {
    margin: 28px 0px 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

.AIB_border {
    background-color: #f9f9f9;
    padding: 7px 0px;
    opacity: .9;
}

.about_text112 label {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    color: #2194d2;
    font-weight: 600;
}
.about_text112 ul {
    list-style: inside;
    margin-top: 18px;
}
.about_text112 ul li {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.relative_posZapp{
	position:relative;
	top:0;
	right:0;
}
.relative_posZapp img {
    position: absolute;
    top: 0px;
    right: -120px;
}
.assets_Aboutus {
    margin: 120px 0px;
}
.base_setupzapp {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 23px;
    border-radius: 10px;
    background-image: url('../img/cross_icons.png');
}
.base_setupzapp h2 {
    margin: 12px 0px;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-right: 0px;
    padding: 8px 14px !important;
    display: inline-flex;
    border-radius: 5px;
    background-color: #f5faf6;
}
.mvc_img{
	    width: 300px;
}
.mvc_img img {
    width: 140px;
}
.mvc_text {
    width: 100%;
    margin-right: 80px;
}
.mvc_text p {
    margin: 15px 0px 15px;
    font-size: 15px;
    font-weight: 300; 
}
 
.mvc_img_reverse {
    width: 165px;
    margin-left: 40px;
}
.mvc_img_reverse img {
    width: 140px;
}
.mvc_text_reverse { 
    text-align: right;
    width: 100%;
    margin-left: 50px;
}
.mvc_text_reverse p {
    margin: 15px 0px 15px 0px;
    font-size: 15px;
    font-weight: 300;
}

.mvc_reverse {
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 23px;
    border-radius: 10px;
	 background-image: url('../img/cross_icons_1.png');
}
.mvc_reverse h2 {
    margin: 12px 0px;
    font-size: 25px !important;
    font-weight: 600 !important;
    /* line-height: 46px; */
    background-color: #f5faf6;
    margin-right: 0px;
    padding: 8px 14px !important;
    display: inline-flex;
    border-radius: 5px;
}
#curoZapp_whychoose {
    background-image: url('../img/why_choose.png');
    height: 300px;
    width: 100%; 
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size:contain;
}

.whyzapp h1{
    font-weight: 600;
    line-height: 46px;
}
.whyzapp p{
	
}
.design_triggerElement_1 {
    background-image: url('../img/frictionless_experience.jfif');
    padding: 0px;
    background-size: cover;
    height: 255px;
	    border-radius: 8px;
}
.design_triggerElement_1 span { 
    opacity: .3; 
    height: 100%; 
    display: block;
}
 
.design_triggerElement_1 h4 { 
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 9;
    padding: 12px 23px !important ; 
    background-color: #f3f3f3;
    margin: 0px 6px 0px 7px;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.design_triggerElement_2 {
    background-image: url('../img/real-time-visibility.jfif');
    padding: 0px;
    background-size: cover;
    height: 255px;
	    border-radius: 8px;
}
.design_triggerElement_2 span { 
    opacity: .3; 
    height: 100%; 
    display: block;
}
 
.design_triggerElement_2 h4 { 
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 9;
    padding: 12px 23px !important ; 
    background-color: #f3f3f3;
    margin: 0px 6px 0px 7px;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.design_triggerElement_3 {
    background-image: url('../img/Secure-Touchless-Control.jpg');
    padding: 0px;
    background-size: cover;
    height: 255px;
	    border-radius: 8px;
}
.design_triggerElement_3 span { 
    opacity: .3; 
    height: 100%; 
    display: block;
}
 
.design_triggerElement_3 h4 { 
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 9;
    padding: 12px 26px !important ; 
    background-color: #f3f3f3;
    margin: 0px 6px 0px 7px;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.design_triggerElement_4 {
    background-image: url('../img/Boost-Employee-Efficiency.jpg');
    padding: 0px;
    background-size: cover;
    height: 255px;
	    border-radius: 8px;
}
.design_triggerElement_4 span { 
    opacity: .3; 
    height: 100%; 
    display: block;
}
 
.design_triggerElement_4 h4 { 
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 9;
    padding: 12px 23px !important ; 
    background-color: #f3f3f3;
    margin: 0px 6px 0px 7px;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.meet_curozapp {
    margin: 130px 0px;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
}
.Leftsection_meetZapp {
    width: 65%;
    background-color: #f3f3f3;
    padding: 65px 0px;

}
.Leftsection_meetZapp h3 {
    font-size: 42px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
    padding: 0px 18px !important;
}
.Leftsection_meetZapp p {
    margin: 18px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
    padding: 0px 50px 0px 18px;
}

.Rightsection_meetZapp {
    width: 35%;
}
.Rightsection_meetZapp img{
	
}
.Leftsection_meetZapp ul {
    padding: 30px 18px 0px 18px;
}
.Leftsection_meetZapp ul li {
    margin-bottom: 14px;
	    font-size: 15px;
    font-weight: 500;
}
.Leftsection_meetZapp ul li img {
    width: 10px;
}
.half_Circle{
	position:relative;
	top:0;
	right:0;
}
.half_Circle img {
    position: absolute;
    top: 134px;
    right: 0px;
    z-index: -1;
    height: 259px;
    max-width: 318px;
    opacity: .4;
}
.lets_assign {
	
}
.lets_assign span{
	font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
    
}
.lets_assign h3 {
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 52px;
    color: #000000;
}
.lets_assign p {
    margin: 40px 0px 50px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}
.map_view {
    padding: 100px 0px 100px;
    background-color: #2194d21f;
}
.upper-delText {
    text-align: left;
    margin-bottom: 80px;
}
.upper-delText h4{
	    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 52px;
}
.formal_section {
    border: 1px solid #DDDDDD;
    padding: 20px 18px;
    border-radius: 8px;
	background-color:#ffffff;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.formal_section h5 {
    margin-bottom: 10px;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}
.formal_section p{
	    margin-bottom: 10px;
    color: #111111;
 
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.delivering_experience{
    margin: 120px 0px;
}
.lets_start {
    text-align: center;
    margin-bottom: 45px;
}
.lets_start span {
    font-size: 18px;
}
.lets_start h5 {
    font-size: 50px;
    margin: 25px 0px;
}
.ftr_email{
	
}
.ftr_email a {
    font-size: 18px;
    color: #000;
	transition:.3s;
}
.ftr_email a:hover {
	text-decoration:none;
	color:#000;
}

.ftr_email a i {
    margin-right: 10px;
}
.ftr_contact {
    text-align: center;
}
.ftr_contact a {
    padding: 12px 60px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
	color:#000;
	    font-size: 18px;
 
	transition:.3s;
}
.ftr_contact a:hover {
	text-decoration:none;
	color:#000;
}

.border_ftr_area {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 60px;
    margin-bottom: 60px;
}
 
.slider-Insight {
    margin: 140px 0px 0px;
}


.curozapp_Slider {
  position: relative;
  width: 100%;
  height: 641px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item_slider {
    width: 180px;
    height: 200px;
    list-style-type: none;
    position: absolute;
    bottom: 0%;
    transform: translateY(-15%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 48%; }
  &:nth-child(4) { left: calc(45% + 230px) }
  &:nth-child(5) { left: calc(76% + 0px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}
.slider_animation{
	height:100%;
}
.content {
    width: min(50vw, 550px);
    position: absolute;
    bottom: -7%;
    left: 2rem;
    transform: translateY(-50%);
    color: white; 
    opacity: 0;
    display: none;
}
.content h1 {
font-size: 48px;
    line-height: 50px;
}
.content .description {
    font-size: 18px;
    margin: 10px 0px 15px;
    font-weight: 300;
    padding: 8px 0px;
    border-radius: 6px;
    opacity: .8;
}
.item_slider:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav_bar {
  position: absolute;
  bottom: 2rem;
  right: -2%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color:#ffffff;
    color: rgba(0,0,0,0.7);
    
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color:#2194d2;
	  color: #ffffff;
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title        { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
  }
  .item_slider {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}

@media (width < 650px) {
  .content {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
  .item_slider {
    width: 130px;
    height: 220px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  box-sizing: border-box;
}
.beer-slider svg {
  vertical-align: bottom;
}

.beer-reveal {
  --width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, var(--width) 0, var(--width) 100%, 0 100%);
          clip-path: polygon(0 0, var(--width) 0, var(--width) 100%, 0 100%);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}

.beer-range {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 6rem;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  touch-action: auto;
}
.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}

.beer-ready,
.beer-ready image,
.beer-ready .beer-reveal,
.beer-ready .beer-handle {
  opacity: 1;
}

.beer-slider {
  width: 100%;
  height: 85vh;
}

.ctnr {
  height: 86vh;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: white;
  color: #000;
  transition: opacity 1s;
  transform: translateX(-50%);
  height: 6rem;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-clip-path: url(#svgPath);
          clip-path: url(#svgPath);
}
.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  transform-origin: 0 0;
}
.beer-handle:before {
  left: calc(50% - 20px);
  transform: rotate(-45deg);
}
.beer-handle:after {
  right: calc(50% - 30px);
  transform: rotate(135deg);
}

 

.b {
    position: absolute;
    top: 8rem;
    width: 51%;
    max-width: 700px;
    padding: 0px 15px;
}

.b * {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: 1s;
}

.b1 {
  left: 4rem;
  z-index: 1;
  color: white;
}
.fr_controller-heading {
    font-weight: 600 !important;
    margin-bottom: 24px;
    font-size: 30px !important;
    background-color: #ffffff;
    padding: 6px 15px !important;
    border-radius: 10px;
}
.fr_controller-para {
    line-height: 30px;
	color:#ffffff;
}

.qr_controller-heading {
font-weight: 600 !important;
    margin-bottom: 24px;
    font-size: 30px !important;
    background-color: #ffffff;
    padding: 6px 15px !important;
    border-radius: 10px;
    color: #000;
}
.qr_controller-para {
    line-height: 30px;
}
.b2 {
    right: 2rem;
    z-index: 1;
}
.more .b1 * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.less .b2 * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ctnr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ctnr-summer:after {
  background: linear-gradient(60deg, #2194d2, transparent);
}

.ctnr-winter:after {
     background:  linear-gradient(-60deg, #2194d2, transparent);
}

image {
  transition: 0.6s;
  opacity: 0;
}
 

@media (max-width: 37.5em) {
 

  .b1 {
    left: 2rem;
  }

  .b2 {
    right: 2rem;
  }

  .ctnr-summer:after {
    background: linear-gradient(180deg, #2a2d4e, transparent 120%);
  }
}
.about_company {
    padding: 100px 0px 160px;
}  
.left-area h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
}
.left-area p {
    margin-bottom: 10px;
    color: #111111;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}
.left-area span{
	    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
}
.face-reco{
	
}
.face-reco img {
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; 
}
.left-area{
			position:relative;
	top:0;
	left:0;
	margin-right:100px;
}
.left-area img {
    width: 250px;
    position: absolute;
    top: 3px;
    left: -31%;
    z-index: -1;
    transform: rotate(15deg);
}
.floating {   
    position: relative;
    animation: float 7s ease-in-out infinite;
}

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }
.present-relative{
	position:relative;
	right:0;
	top:0;
}		
.present-relative img {
    position: absolute;
    right: -10%;
    bottom: -90px;
    z-index: 9;
    width: 200px;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.right-arrow{
	position:relative;
	right:0;
	top:0;
}		
.right-arrow img {
    position: absolute;
    right: 0%;
    top: 18px;
    z-index: -9;
    border-radius: 10px;
    height: 244px; 
}
.left-arrow{
	position:relative;
	left:0;
	top:0;
}		
.left-arrow img {
    position: absolute;
    left: 0%;
    top: -128px;
    z-index: -9;
    border-radius: 10px;
    height: 200px;
}
.left-arrow-1{
	position:relative;
	left:0;
	top:0;
}		
.left-arrow-1 img {
    position: absolute;
    left: 0%;
    top: 108px;
    z-index: -9;
    border-radius: 10px;
    height: 200px;
}
.right-arrow-1{
	position:relative;
	right:0;
	bottom:0;
}		
.right-arrow-1 img {
    position: absolute;
    right: 0%;
    bottom: 0px;
    height: 200px;
    z-index: -99;
}
.headline_manageSlider {
    width: 54%;
}
.headline_manageSlider h5 {
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 52px;
}
.headline_manageSlider span{
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 14px;
}
.Elementor-whyzapp {
    width: 100%;
    justify-content: space-between;
    padding: 100px 0px 60px;
}
.first-tag { 
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.dp-text{
	
}
.dp-text img {
    width: 80px;
    border-radius: 20%;
    padding: 10px 10px;
    background-color: #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; 
}
.dp-text h4 {
    font-size: 19px !important;
    line-height: 30px;
    font-weight: 300 !important;
    margin-top: 35px;
}
.rel-num{
	position:relative;
	top:0;
	right:0;
}
.rel-num span {
    position: absolute;
    top: -34px;
    right: -17px;
    font-weight: 200;
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center; 
    border-radius: 50%;
    background: #2194D2;
    background: linear-gradient(90deg, rgba(33, 148, 210, 1) 0%, rgba(69, 162, 77, 1) 100%);
    color: #ffffff;
}
.rel-dot{
	position:relative;
	top:0;
	right:0;
}
.rel-dot img {
    position: absolute;
    top: -33px;
    left: 35px;
    width: 80px;
    height: 80px;
    z-index: -9;
    opacity: .4;
}


.transition { 
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  max-width: 100vw;
  padding: 1rem;
  
  .first-tag {
    display: block;
    width: 100%;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
  }
  
  &:hover {
    .first-tag {
      transform: translateY(-1rem);
    } 
    .first-tag:nth-of-type(1) {
      transition-delay: 0s;
    }
 
  }
}
.insight-blog-img{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.insight-blog-img img {
    border-radius: 10px;
}
.insight-blog p a {
    margin-top: 0px;
    display: block;
    text-align: right;
    font-size: 13px;
    color: #000;
}
.insight-blog p {
    margin-top: -50px;
    background-color: #ffffff;
    border: 1px solid #f7f7f8;
    z-index: 9;
    position: relative;
    margin: -25px 15px 0px 15px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}
.index-blog-date{
	position:relative;
	top:0;
	left:0;
}
.index-blog-date span {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
}


.reg { 
    display: block;  
    font-size: 16.996px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    cursor: pointer;
}
.reg:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pop {
    display: none;
    position: fixed;
    top: 17%;
    left: 40%;
    width: 25%;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    outline: 800px solid rgba(0, 0, 0, 0.5);
    z-index: 99999;
    margin: 0px auto;
}
.pop > h1 {
  padding: 30px 30px 10px 30px;
  color: #2a3644;
  font-size: 100%;
}
.pop > p {
  padding-left: 30px;
  font-size: 100%;
  color: #777;
}
.pop > span {
    cursor: pointer;
    position: absolute;
    top: -4%;
    right: -4%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #e71e1e;
    color: #ffffff;
    padding: 4px 0px 0px 8px;
    width: 30px;
    height: 30px;
}
.admin-login {
    align-content: center;
    display: block;
}
.admin-login a {
    color: #ffffff;
    padding: 8px 15px; 
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #fff;
    font-weight: 300;
	transition:.3s;
}
.admin-login a:hover{
	color:#ffffff;
	text-decoration:none;
}
.admin-login a i{
	margin-right:5px;
}
.schedule-demo {
    position: relative;
    top: 0;
    right: 0;
}
.schedule-demo img {
    position: absolute;
    z-index: 9999;
    max-width: 35px;
    height: 35px;
    top: -16px;
    right: -35px;
    transform: rotate(0deg);
}
.like-btn {
    position: relative;
    top: 0;
    left: 0;
}
.like-btn img {
    position: absolute;
    z-index: 9999;
    max-width: 35px;
    height: 35px;
    top: -5px;
    left: -41px;
}