
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,200;1,300&display=swap');
.nunito{
        font-family: 'Nunito Sans', sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
}



.list1 {
    padding-bottom: 5px; 
    list-style-type: disc !important;
}

.heading1{
    font-family: 'Courgette', cursive;
    font-size: 1.2rem;
}
/* Use for Navbar Headings Nav */
.heading2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
}
.heading3{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 2rem;
    letter-spacing: 1px;
}
.heading7{
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
    letter-spacing: 1px;
    
    
}
.parahighlight{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.rem;
    font-weight: bold;
    line-height: 2rem;
    letter-spacing: 1px;
}
.over{
    overflow-y: scroll;
    height: 500px;
}

.over::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.over::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.over::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}


.heading4{
    font-family: 'Courgette', cursive;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
#nav{
    margin-top: 0rem;
margin-bottom: 0rem;
}
#footer{
    margin-top: 0rem;
margin-bottom: 0rem;
}
.heading5{
    font-family: 'Courgette', cursive;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
.megamenu {
    position: static !important;
    }
.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
    }
.text-uppercase {
    letter-spacing: 0.08em
    }
.navbar-toggler-icon {
        background-image: url('../img/navtoggler.gif') !important;
        background-size: 2.3rem !important;
    }
    .navbar-toggler {
        background-color: #ffea35 !important;
        border-color: red !important;
        padding: .35rem .35rem !important;
        font-size: 1.2rem !important;
        border-radius: .5rem !important;
}

.active>.nav-link{
    color: rgb(255, 11, 11) !important
}
.nav-link {
    color: black !important;
}

.bg-nav-mauthi{
    animation-name: navbg;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0ms;
}
@keyframes navbg{
    0%{
        opacity: 0.8;
        background-image: url('../img/navsparkle.gif');
        background-size: 6rem;
        
    }
     25% , 100%{
        opacity: 1;
        
        background-image: url('../img/navsparkle.gif');
    }
}

.tooltip_right {
    visibility: visible;
    background-color: yellow;
    color: #f00;
    text-align: center;
    border-radius: 0px 0px 0px 6px;
    padding: 0px 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 10%;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.tooltip_right::after 
{ 
    content: "";
    position: absolute; 
    top: 50%; 
    right: 100%; 
    margin-top: -5px; 
    border-width: 5px; 
    border-style: solid; 
    border-color: transparent yellow transparent transparent;
}
    .blinking{animation:blinkingText 0.9s infinite;}

    @keyframes blinkingText{ 0%{ color: red; } 49%{color: transparent; } 50%{color: transparent; } 99%{ color:transparent; } 100%{color: red;}}
    .navimg1{
        width: 10rem;
        margin: 0 auto;   
    }
    .navicn{
        padding: 5px;
       font-size: large;
       font-weight: 900;
        color: #ff0d55;
    }
    /* Navbarend */

    /* Section */
    section{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
.product_heading_colour{
    color: #d49f00;
}
.heading-primary{
    font-size:2rem;
    letter-spacing: 1.5px;
    font-family: 'Courgette', cursive;
    line-height: 3.5rem;
    font-weight: bolder; 
    background: linear-gradient(-45deg, #f91500, #ff822f);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
/* .heading-primary1{
    font-size: 5rem;
    letter-spacing: 1.5px;
    
    font-weight: bolder; 
    background: linear-gradient(-45deg, #f91500, #ff822f);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

} */
.heading-secondary{
    font-size:2.6rem;
    letter-spacing: 1.5px;
    font-family: 'Courgette', cursive;
    font-weight: bolder; 
    background: linear-gradient(-45deg, #d0f501, #fcff2f);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.heading-tertiary{
    font-size:2.6rem;
    letter-spacing: 1.5px;
    
    font-weight: bolder; 
    background: linear-gradient(-45deg, #23ffe2, #105ff1);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* divider */

.astrodivider {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    /* margin: 1rem auto; */
    width:400px; 
    max-width: 100%;
    position:relative;
}
  
.astrodividermask { 
      overflow:hidden; height:20px; 
}
  
  .astrodividermask:after { 
        content:''; 
        display:block; margin:-25px auto 0;
        width:100%; height:25px;  
          border-radius:125px / 12px;
         box-shadow:0 0 8px #bdc002;
}
  .astrodivider span {
      width:50px; height:50px; 
      position:absolute; 
      bottom:100%; margin-bottom:-25px;
      left:50%; margin-left:-25px;
      border-radius:100%;
     box-shadow:0 2px 4px #b1b34f;
      background:#fff;
}
  .astrodivider i {
      position:absolute;
      top:4px; bottom:4px;
      left:4px; right:4px;
      border-radius:100%;
      border:1px dashed #bdbe68;
      text-align:center;
      line-height:40px;
      font-style:normal;
       color:#859304;
}
  /* our products */
  .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1rem;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    
}
.card1 {
    font-size: 1em;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #f9150052, 0 0 0 1px #ff822f50;
    margin-top:20px;
    
}



.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.btn {
  margin-top: auto;
  color: #fff;
}


.bg-about-maruthi{
    animation-name: navbg1;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0ms;
}
@keyframes navbg1{
    0%{
        opacity: 1;
        background-image: url('https://media1.giphy.com/media/U3qYN8S0j3bpK/giphy.gif?cid=ecf05e47zrd1qia6nl37g03s1h1dv4sj7anubog8996zrmj9&rid=giphy.gif&ct=g');
        background-size: 22rem;
        
    }
     25% , 100%{
        opacity: 1;
        
        background-image: url('https://media1.giphy.com/media/U3qYN8S0j3bpK/giphy.gif?cid=ecf05e47zrd1qia6nl37g03s1h1dv4sj7anubog8996zrmj9&rid=giphy.gif&ct=g');
    }
}


/* Counter */
.pad{
    padding: 2.2rem !important;
}
.fullpad{margin:1rem!important; padding:0!important;}
.bannerhead{font-size: 2.5rem !important}

#counter li{flex: 1; text-align: center; list-style-type: none;}
#counter li span.percent:after { content: ""; display: inline-block;}
/* Home */

/* cta */
.contactbg {
    background-image: url("../img/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;
    padding: 60px 0;
}
.contactbg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-danger {
    width: 20% !important;
    padding: 1rem;
    text-decoration: none !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: oblique;
    font-size: 1rem;
    transition: .5s;
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .btn-danger {
    width: 45% !important;
    font-size: 0.7rem;
    }
  }
  .heading6{
    font-family: 'Courgette', cursive;
    font-size: 3.5rem;
    line-height: 5.5rem;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
    .heading6 {
        font-family: 'Courgette', cursive;
        font-size: 2.3rem;
        line-height: 3.5rem;
        letter-spacing: 1px;
    }
  }

  
.btn-danger:hover {background: white !important; color: black !important;}
.homeservices{
    background-image: url("../img/back1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;
    padding: 60px 0;
    
}
.homeservices::before{
    background: rgba(255, 255, 255, 0.335) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.foot
{

background: url("../img/footer.png")  scroll; background-color: #d51515;

}	
.title{border-bottom: 1px dotted #ddd; width:200px;}

.sc-list > ul {list-style: none; padding-left: 1.2em; margin: 0;}
.sc-list > ul > li {position: relative; text-indent: -1.2em; margin-bottom: 0.7em;}
.sc-list > ul > li:before {
	font-family: 'FontAwesome';
	font-weight: normal;
    content: '\f0da';
    font-size: 0.74em;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    width: 1.62em;
    text-indent: 0;
    margin-top: -0.2em;
}
.headingfooter{
    font-family: 'Courgette', cursive;
    font-size: 1.4rem;
}
.headingfooter1{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.8rem;
    letter-spacing: 0.5px;
}
.wrdbrk{white-space: pre;}

/* About US */
.team-boxed {
    color: #313437;
    background-image: linear-gradient(#f91500, #ff822f);
}

.team-boxed p {
    color: #9b9b9b
}



@media (max-width:767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.team-boxed .intro p {
    margin-bottom: 0
}

.team-boxed .people {
    padding: 50px 0
}

.team-boxed .item {
    text-align: center
}

.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px
}

.team-boxed .item .name {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit
}

/* .team-boxed .item  {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 2rem;
    
    
} */
.title1{
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
    font-size: 13px;
    
    line-height: 2rem;
}

.team-boxed .item .description {
    font-size: 15px
}

.team-boxed .item img {
    max-width: 160px
}

.team-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
    padding: 6px
}

.team-boxed .social a:hover {
    opacity: 1
}



.intro h1 {
    color: #fff
}

.intro {
    margin-top: 23px
}

.box img {
    cursor: pointer;
    width: 9em
}
.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.box:hover .icon {
    border-color: #fff;
}
.icon {
    display: inline-block;
    font-size: 36px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 65px;
    background-color: #05ada0;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid transparent;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.box{-webkit-transition: all 0.5s ease-in; transition: all 0.5s ease-in;}
.box:hover .icon {border-color: #fff;}
.box.green .icon {background-color: #F79101;}
.box.rose .icon {background-color: #e83f9b;}
.box.red .icon {background-color: #e83f3f;}
.box.blue.icon{background-color: #05ada0;}
 
.box:hover .icon_image {border-color: #fff;}
.box.green .icon_image {background-color: #F79101;}
.box.rose .icon_image {background-color: #e83f9b;}
.box.red .icon_image {background-color: #e83f3f;}
.box.blue.icon_image{background-color: #05ada0;}

.box.green:hover {background-color: #F79101;}
.box.rose:hover {background-color: #e83f9b;}
.box.red:hover {background-color: #e83f3f;}
.box.blue:hover {background-color: #05ada0;}
.box:hover .content{color:white;}
.qualitybg{background-image:url("../images/qualitybg.jpg"); background-size: cover;}
.qualitybg1{background-image:url("../images/office_bg.jpg"); background-size: cover;}

.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #ED8D8D;
    color: #fff;
    max-height: 50px;
    z-index: 2;
  }
  
  .how-it-works.row .col-2 {
    align-self: stretch;
  }
  .how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #ED8D8D;
    z-index: 1;
  }
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }
  
  
  .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px solid #ED8D8D;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px solid #ED8D8D;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }
  /* Gallery */
  .btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }



  .block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #cac9c9 solid;
    font-weight: bold;
    font-size: 2.5rem;
    
}
.font{font-size: 45px;}
.block-head::before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #a70000;
}
.block-head::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
}
.icnclr1 {
    color: #559926;
    font-size: 2.4rem !important;
    
}
.icnclr2 {
    color: #b61818;
    font-size: 2.4rem !important;
}
li {
    list-style-type: none !important;
}
.text4 {
    position: relative;
    padding: 0 0 0 46px;
    margin-top: -52px;
}
.sticky-top1 {
    position: sticky;
    top: 140px;
}
.faq1{
    font-weight: 600 !important;
    color: black !important;
}
.faq1:focus{
    color: rgb(200, 0, 0);
}

.contact-box-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
    z-index: 1;
    height:185px;
  }
.icnfnt{font-size: 40px !important; color: #ed4337;}
.contact-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
    z-index: 1;
  }
.contact-form  .form-control {
    background-color: #f3f3f3;
    border: none;
    height: 60px;
    border: 1px solid #f3f3f3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 5px;
    font-size: 16px;
}
.formheight{height: 120px!important;}
.cntbtn{background-color:#e60027; border:#e60027; color:white; font-weight: 600; font-size: 16px; padding:14px 30px; border-radius:30px;}
.cntbtn:hover{background-color: black; color:white; transition:.5s;}

.content1 .content-overlay {background: rgba(53, 53, 53, 0.85); position: absolute;left: 13px;top: 0;bottom: 40px;
    right: 13px;opacity: 0;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
   .content1:hover .content-overlay{ opacity: 1;}
   .content-image{width: 100% !important; padding:0px !important;height: 250px !important;}
   .content-details {position: absolute;text-align: center;padding-left: 1em;padding-right: 1em;top: 50%;left: 50%;opacity: 0; -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
   .content1:hover .content-details{ top: 42%; left: 50%; opacity: 1;}
   .content-details h3{ color: #fff;font-weight: 500;letter-spacing: 0.15em;margin-bottom: 0.5em;text-transform: uppercase;}
   .content-details p{color: #fff;font-size: 0.8em;}
   .fadeIn-bottom{top: 80%;} .fadeIn-top{ top: 20%;} .fadeIn-left{left: 20%;} .fadeIn-right{left: 80%;}

   .prospr{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem !important;
    font-weight: bold;
    background-image: linear-gradient(#f91500, #ff822f) !important;
    color: #fff !important;
    transition: all;
   }
   .prospr:hover{
    background-image: linear-gradient(#f9150078, #ff822f71) !important;
   }

   .margint1{
       margin-top: 8rem;
       margin-bottom: 8rem;
   }

   .bg-product-maruthi{
    animation-name: navbg2;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0ms;
}


.maruthi12 {
    background-image: url(../img/7/product-bg.png);
    background-color: #b6e2e4;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi13 {
    background-image: url(../img/7/product-bg.png);
    background-color: #fee3b4;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi14 {
    background-image: url(../img/7/product-bg.png);
    background-color: #f8f5c0;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi15 {
    background-image: url(../img/7/product-bg.png);
    background-color: #f48f72;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi16 {
    background-image: url(../img/7/product-bg.png);
    background-color: #7dbb7d;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi17 {
    background-image: url(../img/7/product-bg.png);
    background-color: #ffe600;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi18 {
    background-image: url(../img/7/product-bg.png);
    background-color: #f8ba64;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi19 {
    background-image: url(../img/7/product-bg.png);
    background-color: #93b9c6;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi20 {
    background-image: url(../img/7/product-bg.png);
    background-color: #fdeaa5;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi21 {
    background-image: url(../img/7/product-bg.png);
    background-color: #a55f81;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.maruthi22 {
    background-image: url(../img/7/product-bg.png);
    background-color: #a7e1f7;
    background-size: contain;
    padding-top: 30px; padding-bottom: 45px;
}
.certified {
    background-image: url(../img/7/home-banner.png);
    background-color: #d3f2fd;
    background-size: contain;
    
}
.vnmn {
    background-image: url(../img/7/home-banner.png);
    background-color: #d3f2fd;
    background-size: contain;
    
}

.whhy1 {
    background-image: url(../img/7/home-banner.png);
    background-color: #c2ffa9;
    background-size: contain;
}



@keyframes navbg2{
    0%{
        opacity: 1;
        background-image: url('../img/sparkle1.gif');
        background-size: 12rem;
        top: -2%;

        
    }
    10%{
        opacity: 1;
        background-image: url('../img/sparkle1.gif');
        background-size: 13rem;
        

        
    }
    20%{
        opacity: 1;
        background-image: url('../img/sparkle1.gif');
        background-size: 14rem;
        

        
    }
    25%{
        opacity: 1;
        background-image: url('../img/sparkle1.gif');
        background-size: 15rem;
        

        
    }


30%{
    opacity: 1;
    background-image: url('../img/sparkle1.gif');
    background-size: 18rem;
    

    
}
70%{
    opacity: 1;
    background-image: url('../img/sparkle1.gif');
    background-size: 12rem;
    top: -2%;

    
}
60%{
    opacity: 1;
    background-image: url('../img/sparkle1.gif');
    background-size: 13rem;
    

    
}
50%{
    opacity: 1;
    background-image: url('../img/sparkle1.gif');
    background-size: 14rem;
    

    
}
40%{
    opacity: 1;
    background-image: url('../img/sparkle1.gif');
    background-size: 15rem;
    

    
}

      100%{
        opacity: 1;
        
        background-image: url('../img/sparkle1.gif');
    }
}

.priceicn {
    width: 18%;
 }

.fixed {
    position: fixed;
    z-index: 2;
}

.point {
    top:100px; 
    right:25px;
    /* bottom: 20px !important;
    right: 20px !important; */
}

.blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    -moz-animation: blink 1s;animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;animation: blink 1s;
    -o-animation-iteration-count: infinite;animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}