

body{
    font-family:  "Zilla Slab", serif;
}


/* Testimonial start */
.testim {
    width: 100%;
    position: absolute;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.discount{
        display: flex;
    justify-content: space-around;
    margin-left: -133px;
}

.content-text{
        text-align: justify;
    padding: 17px;

}

.card{
box-shadow: 0 0 0 3px #E20612,0 0 0 8px #FEED02, 0 0 0 12px #E20612 !important;
border: none;
}

.card p{
font-weight:900;
font-size: 20px !important;
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #eee;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: white;
}


.testim .arrow.left {
left: 10px;
}

.testim .arrow.right {
right: 10px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #eee;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: white;
border-color: black;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: white;
font-size: 24px;
margin: 15px 0;
}

.testim .cont div p {
font-size: 16px;
color: #eee;
width: 80%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}

/* Testimonial end */


*,
*::after,
*::before {
box-sizing: border-box;
}

.main_part_1 {
width: 100vw;
height: 20vh;
margin: 0;
padding: 0;
overflow: hidden;
/* background-color: #FF8871; */
display: flex;
justify-content: center;
align-items: center;
margin-left:20%;
margin-top:40px
}

.form-wrapper {
width: 90%;
max-width: 400px;
border-radius: 8px;
display: flex;
margin-top:30px;
justify-content: space-around;
align-items: center;

}

.notify-form .field {
position: relative;
}
.notify-form .field input, .notify-form .field .message {
width: 350px;
height: 50px;

border:3px solid white;
box-shadow: 1px 1px 0px 0px white;
padding: 1.2em 2em;
background-color: black;
border-radius: 50px;
font-size: 1.4em;
color: white;
font-weight:900;
transition: 0.5s cubic-bezier(0.77, -0.59, 0.21, 1.36);

position: absolute;
top: 50%;
transform: translate(-50%, -50%);
font-size: large;
border-radius: 20px;
border: none;
box-shadow: 8px 8px 12px white, -8px -8px 12px white;
cursor: pointer;
}
.notify-form .field input {
padding-right: 4.2em;
}
.notify-form .field input, .notify-form .field .message {
box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.25) inset, -8px -8px 12px rgba(255, 255, 255, 0.3) inset;
}


.notify-form .field .message {
position: absolute;
z-index: 2;
top: 0;
font-weight: bold;
font-size: 2.7em;
padding-top: 5px;
text-align: center;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
  user-select: none;
transition: transform 0.8s ease-in-out, opacity 0.9s 0.2s ease-out;
}
.notify-form .field .message.message-end {
z-index: 1;
opacity: 0;
}
.notify-form .field .message.message-end.active {
z-index: 3;
opacity: 1;
}
.notify-form .field .btn-send {
position: absolute;
left: -20%;
top: 50%;
margin-left: 129px;

transform: translateY(-50%) scale(0);
opacity: 0;
font-weight: 400;
text-align: center;
-webkit-user-select: none;
 -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
padding: 0.375rem 0.75rem;
background-color: #E20612;
border-radius: 50px;
color: rgba(255, 255, 255, 0.5);
font-size: 1.6em;
line-height: 1.6;
outline: 0;
border: 0;
cursor: pointer;
transition: 0.5s cubic-bezier(0.77, -0.59, 0.21, 1.36);
}
.notify-form .field .btn-send:hover, .notify-form .field .btn-send:focus {
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12);
}
.notify-form .field .btn-send:not(.active) {
pointer-events: none;
}
.notify-form .field .btn-send.active {
color: #fff;
background-color: #FF8871;
}
.notify-form.active .field .btn-send {
transform: translateY(-50%) scale(1);
opacity: 1;
}
.notify-form.active .field input {
width: 400px;
}
.notify-form.active .field input:focus {
box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.6);
border: none;
outline: none;
}
.notify-form.active .field .message {
transform: translateY(-400%);
opacity: 0;
}

.author-bar {
position: fixed;
bottom: 0;
min-height: 70px;
width: 100vw;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
background: linear-gradient(-120deg, skyblue 30%, darkviolet 90%);
color: #fff;
}
.author-bar a {
color: #000;
}
.author-bar > div {
margin: 0 15px;
}
.author-bar .author {
display: flex;
justify-content: center;
align-items: center;
}
.author-bar .author .my-pic {
width: 50px;
height: 50px;
margin-right: 10px;
border-radius: 50%;
border: 1px solid #fff;
background: url("data:image/jpeg;base64,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") center no-repeat;
background-size: cover;
}



/*------------------------------------------------------------------
   Preloader
-------------------------------------------------------------------*/

#mhead{
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
text-align: center; 
position: fixed;
top: 0px;
width: 100%;
margin-bottom: 50px;
margin-left: -10px;
} 

#loader  {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 9999;
height: 100%;
}

#status  {
 width: 400px;
 height: 300px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/logo.jpeg);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}




/*------------------------------------------------------------------
   Scrollup
-------------------------------------------------------------------*/
.scrollup{
width:40px;
height:40px;			
text-indent:-9999px;
opacity:0.3;
position:fixed;
bottom:20px;
right:40px;
display:none;			
background:url(../images/icon_top.png) no-repeat;
}

.scrollup:hover{
opacity:0.8;
}

/*------------------------------------------------------------------
HEADER AREA
-------------------------------------------------------------------*/

#site-header{

}
#header{}
.logo{
float:left;
}
.header-block-top{
position: absolute;
z-index: 11;
width: 100%;
top: 0;
left: 0;
}

.main-menu{}
.header-block-top .navbar-brand {
margin: 0 !important;
padding: 15px 0 15px;
display: inline-block;
line-height: normal;
font-size: 100%;
height: 100%;
}
.main-menu .navbar-default{
background-color:transparent;
}
.main-menu .navbar{
min-height:inherit;
border-radius:0px;
border:none;
margin:0px;
}
.main-menu nav .navbar-header .navbar-brand{
height:inherit;
}
.main-menu .navbar-default .navbar-nav li a{
color:#fff;
}
.main-menu nav li a{
padding: 43px 0px 15px;
margin: 0 14px;
color: #fff;
text-transform: uppercase;
letter-spacing: 1.6px;
position:relative;
-webkit-transition: color 0.4s;
transition: color 0.4s;
font-weight: 500;
font-size: 14px;
}

.main-menu nav li a::after,  .main-menu nav li a::before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: center left;
transform-origin: center left;
-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.main-menu nav li a::before {
background: #b5b5b5;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.main-menu nav li.active a::after, .main-menu nav li.active a::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}

.main-menu nav li a:hover::before, .main-menu nav li a:focus::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a{
background-color:transparent;
}

.fixed-menu {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 999;
background-color: #202020;
transition: 0.5s;
padding: 10px 0 0 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fixed-menu .navbar-brand{
padding: 10px 0 10px;
}

.fixed-menu .navbar-brand>img {
max-width: 150px;
}

.fixed-menu .main-menu nav li a{
padding: 32px 0px 10px 0;
}

/*------------------------------------------------------------------
BANNER AREA
-------------------------------------------------------------------*/

/*.banner{*/
/*background-image:url("front_page/images/Home/home_banner2.png") no-repeat;*/
/*background-attachment:fixed;*/
/*background-size:100% 90%;*/
/*margin-top:-20px;*/
/*height:90vh;*/
/*z-index:999;*/
/*overflow-x: hidden;*/
/*}*/


.banner .container, .banner .banner-static, .banner .col-lg-12 {
height: 100%;
}
.banner-text {
display: table;
height: 100%;
width: 100%;
margin: 0 auto;
text-align: center;
}
.banner-cell {
display: table-cell;
vertical-align: middle;
color: #fff;
}
.banner-text h1 {
letter-spacing: 2.7px;
position: relative;
display: inline-block;
font-size: 50px;
line-height: 100px;
color:#fff;
padding-bottom: 0px;
font-weight:900;
/* padding-top:100px; */
margin-top:0px;
margin-left:530px;
}

.banner-text h2 {
letter-spacing: 2.7px;
position: relative;
color:white !important;
font-size: 37px;
line-height: 100px;
/* padding-bottom:25px; */
margin-bottom:-10px;
margin-left:520px;
font-weight:700;
margin-top:-51px;
}
.banner-text p{
font-size:18px;
color:#ccc;
padding-bottom:35px;
margin:0px;
}

.book-btn a{
background:red;
color:#fff;
min-width: 219px;
padding: 10.5px 20px;
display: inline-block;
text-align: center;
font-weight: 800;
text-transform:uppercase;
font-size:18px;
}
.book-btn a:hover{
border:3px solid red;
background:none;
}
.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}

.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: red;
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
left: 0;
right: 0;
}


.banner-cell .mouse {
position: relative;
width: calc(16px * 2);
height: calc(31px * 2);
margin: 60px auto 20px;
background: none;
border: 2px solid white;
border-radius: calc(16px * 2);
z-index: 1;
}
.banner-cell .mouse:after {
display: block;
content: "";
position: absolute;
top: 10px;
left: 50%;
width: calc(4px * 2);
height: calc(4px * 2);
background: none;
border: 2px solid white;
border-radius: 100%;
-webkit-animation-name: scrollWheel;
      animation-name: scrollWheel;
-webkit-animation-duration: 1.4s;
      animation-duration: 1.4s;
-webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
-webkit-animation-timing-function: ease;
      animation-timing-function: ease;
will-change: transform;
}

@-webkit-keyframes scrollWheel {
from {
-webkit-transform: translate(-50%, 0);
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate(-50%, 0);
transform: translate3d(-50%, 0, 0);
opacity: 1;
}
to {
-webkit-transform: translate(-50%, 20px);
-webkit-transform: translate3d(-50%, 20px, 0);
transform: translate(-50%, 20px);
transform: translate3d(-50%, 20px, 0);
opacity: 0;
}

 @media(min-width: 768px) {
from {
  -webkit-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate(-50%, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
to {
  -webkit-transform: translate(-50%, 40px);
  -webkit-transform: translate3d(-50%, 40px, 0);
  transform: translate(-50%, 40px);
  transform: translate3d(-50%, 40px, 0);
  opacity: 0;
}
}
}

@keyframes scrollWheel {
from {
-webkit-transform: translate(-50%, 0);
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate(-50%, 0);
transform: translate3d(-50%, 0, 0);
opacity: 1;
}
to {
-webkit-transform: translate(-50%, 20px);
-webkit-transform: translate3d(-50%, 20px, 0);
transform: translate(-50%, 20px);
transform: translate3d(-50%, 20px, 0);
opacity: 0;
}
@media (min-width: 768px) {
from {
  -webkit-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate(-50%, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
to {
  -webkit-transform: translate(-50%, 40px);
  -webkit-transform: translate3d(-50%, 40px, 0);
  transform: translate(-50%, 40px);
  transform: translate3d(-50%, 40px, 0);
  opacity: 0;
}
}
}

/*------------------------------------------------------------------
ABOUT AREA
-------------------------------------------------------------------*/

.about-main{
background:#E6E6E6;
}
.pad-top-100{
padding-top: 50px;
}
.pad-bottom-100{
padding-bottom: 50px;
}

.pad-top-70{
padding-top: 50px;
}
.pad-bottom-70{
padding-bottom: 20px;
}

.block-title{
font-size:52px;
font-weight: bold;
}

.about-images {
text-align: center;
position: relative;
}

.about-main h3{
font-weight: 600;
font-size:20px;
}

.left-btn{
padding-top:10px;
}


.about-images img {
border: 10px solid red;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
}

.about-images img {
border: 10px solid red;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
max-width: 100%;
}

.about-inset {
position: absolute;
top: 0;
right: 0;
}


/*------------------------------------------------------------------
SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu{
background:url(../images/special_menu_bg.jpg) no-repeat center;
background-attachment:fixed;
background-size:cover;
position:relative;
}

.special-menu:before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.67);
position: absolute;
top: 0;
left: 0;
}

.title-caption {
letter-spacing: 0.16px;
padding: 20px 120px;
color:#fff;
font-size: 18px;
}
.color-white {
color: #fff;
}

#owl-demo .item{
margin: 15px;
position:relative;
}
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.special-box .owl-theme .owl-controls{
margin:0px;
}

.item-type-zoom{
border:4px solid #fff;
}
.item-type-zoom .item-hover {
z-index: 5;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
opacity: 0;
cursor: pointer;
display: block;
text-decoration: none;
text-align: center;
}

.item-type-zoom .item-info {
z-index: 10;
color: #ffffff;
display: table-cell;
vertical-align: middle;
position: absolute;
z-index: 5;
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
bottom:0px;
}

.item-type-zoom .item-info .headline {
font-size: 18px;
width: 75%;
margin: 0 auto;
border: 4px solid #ffffff;
padding: 10px;
}

.item-type-zoom .item-info .line {
height: 1px;
width: 60%;
margin: 15px auto 10px auto;
background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
font-size: 14px;
font-style: italic;
}

.item-hover, .item-hover {
position: absolute;
top: 0;
left: 0;
height:100%;
width:100%;
}
.item-type-zoom .item-hover:hover {
opacity: 1;	
}

.item-type-zoom .item-hover:hover:before{
content:"";
position:absolute;
height:100%;
width:100%;
background:rgba(231, 91, 30, 0.5);
top:0px;
left:0px;
}

.item-type-zoom .item-hover:hover .item-info {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}

.special-box{
padding-bottom:40px;
}

.special-box .owl-theme .owl-controls .owl-page.active span{
/*background:#e75b1e;*/
height: 16px;
width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span{
border:2px solid #fff;
opacity: 1;
background:#202020;
height: 16px;
width: 16px;
}

/*------------------------------------------------------------------
MENU AREA
-------------------------------------------------------------------*/


.menu-main{

}

.menu-main .title-caption{
color:#666;
}
.tab-title-menu {
text-align:center;
}

.tab-title-menu h2{
border-bottom:1px solid #666;
display: inline-block;
padding-top: 10px;
}

.tab-title-menu p{
font-size:35px;
padding-top:0px;
}
.tab-title-menu p {
color:#000;
}

.tab-menu{
background: #f5f5f5;
padding: 2px 0px;
box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}

.offer-item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}

.offer-item img {
width: 20%;
float: left;
padding: 10px;
background: #fff;
border-radius: 50%;
}

.offer-item div {
width: 60%;
float: left;
padding-left: 20px;
padding-right: 20px;
}

.offer-item .offer-price {
position: absolute;
right: 15px;
top: 50%;
display: block;
width: 92px;
height: 92px;
line-height: 92px;
-moz-border-radius: 92px;
-webkit-border-radius: 92px;
border-radius: 92px;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #000;
font-size: 26px;
text-align: center;
letter-spacing: .5px;
}

.offer-item div h3 {
font-size: 20px;
margin: 9px 0 0px;
font-weight: 400;
letter-spacing: .5px;
}

.offer-item div p {
color: #6b6b6b;
}


.tab-menu .slick-prev.slick-arrow {
display:none;
}
.tab-menu .slider.slider-single{
border-top:1px solid #ccc;
padding-top:25px;
}

.tab-menu .slick-initialized .slick-slide{
outline:none;
}

.tab-menu .is-active h2{
color:#fff;
border-bottom: 1px solid #fff;
}
.tab-menu .is-active p{
color:#fff;
}


/*------------------------------------------------------------------
BLOG AREA
-------------------------------------------------------------------*/

.blog-main{
background:url(../images/blog_bg.jpg) no-repeat center;
background-attachment:fixed;
background-size:cover;
position:relative;
}

.blog-main::before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.50);
position: absolute;
top: 0;
left: 0;
}

.blog-main h2{
color:#ffffff;
}

.blog-box{
padding-top:20px;
}

.blog-block{
background:#FFF;
overflow: auto;
margin-bottom: 20px;
}

.blog-img-box{
float:left;
width:50%;
position: relative;
}

.blog-img-box .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.2);
color: #fff;
opacity: 0;
transition: .3s all;
text-align:center;
}

.blog-img-box:hover img{
-webkit-filter: blur(2px);
filter: blur(2px);
}
.blog-img-box:hover .overlay {
opacity: 1;
}

.blog-img-box img{
width:100%;
}

.overlay i{
margin-top: 42%;
border: 1px solid #fff;
padding: 15px;
border-radius: 50%;
color:#ffffff;
font-size:18px;
}


.blog-dit {
width: 50%;
height: 100%;
float: right;
text-align: center;
padding: 65px 2% 0 2%;
}

.blog-dit p{
font-size: 12px;
color: #ccc;
}
.blog-dit h2{
font-size: 22px;
line-height: 20px;
color: #000;
font-weight:500;
margin-bottom: 20px;
padding: 10px 30px 13px 30px;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}

.blog-dit h5{
font-size: 11px;
color: #ccc;
}

.blog-btn-v{
clear:both;
padding-top:30px;
text-align:center;
}

.blog-btn-v a {
color: #fff;
min-width: 219px;
padding: 10.5px 20px;
display: inline-block;
text-align: center;
font-weight: 800;
text-transform: uppercase;
font-size: 18px;
}

.blog-btn-v a:hover {
background: none;
}


/* Marquee Start */

.mar-heading{
    margin:20px;
    text-align: center;
    font-weight: 900;
    font-size: 38px;
}
.marquee {
width: 100%;
overflow: hidden;
background-image:url('../../images/Home/train_patri.png');
}

.marquee-content {
display: flex;
animation: marquee 20s linear infinite; 
animation-play-state: running; 
}

.marquee:hover .marquee-content {
animation-play-state: paused; 
}

.marquee-item {
flex-shrink: 0;
width: 200px; 
height: 150px;
background-color: #E20612;
display: flex;
justify-content: center;
border-radius:20px;
text-align: -webkit-center;
align-items: center;
margin: 0 15px;
color:white;
font-size: 16px;
transition: transform 0.4s ease, filter 0.4s ease;
}

.marquee:hover .marquee-item {
filter: blur(4px);
transform: scale(0.9);
border-radius:20px;

}

.marquee .marquee-item:hover {
filter: none;
border-radius:20px;
transform: scale(1.2);
}

@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
/* Marquee End */

/* Why Choose Us Start */

.main-point {
perspective: 800px;
margin-top:30px;
}

.container-main {
margin: 50px auto;
width: 500px;
height: 500px;
border-radius: 50%;
background-image: url("../../images/Home/why.png");
background-size: cover;
background-position: 43%;
opacity: .8;
position: relative;  
border:6px solid #E20612;
  
}

.center-div {
position: absolute;
top: 45%;
margin-top: -30px;
width: 80%;
left: 50%;
transform: translate(-50%,-50%); 
}


.center-div h2 {
font-weight: bold;
font-size: 20px;
color: #fff;
text-align: center;
margin-top: 100px;
}

.center-div p {
margin-top: 30px;
text-align: center;
font-size: 48px;
line-height: 1.8;
color: black;
font-weight: 900;
position: fixed;
top: -92px;
width: 54%;
left: 5px;

}

.choices {
display: flex;
}

.left-top,
.right-top,
.right-bottom,
.left-bottom {
position: absolute;
display: flex;
transition: .6s;
cursor: pointer;
width: 100%;
user-select: none;
}

.left-top:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
transform: scale(1.1);
}

.left-top {
left: -76%;
top:  3%;
}

.left-top1,
.right-top,
.right-bottom,
.left-bottom {
position: absolute;
display: flex;
transition: .6s;
cursor: pointer;
width: 100%;
user-select: none;
}

.left-top1:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
transform: scale(1.1);
}

.left-top1 {
left: -85%;
top:  9%;
}


.left-top {
left: -80%;
top:  3%;
}
.right-top {
left: 70%;
top: 3%;
}


.right-bottom {
left: 70%;
top: 80%;
}

.left-bottom {
left: -70%;
top: 80%;
}

.left-top-circle,
.right-top-circle,
.right-bottom-circle,
.left-bottom-circle {
position: relative;   
background-color: white;
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: 0 0 0 3px white,
0 0 0 8px black;

}

.left-top-circle{
left: 81%;    
}


.left-bottom-circle {
left: 81%;
}

.left-top-circle img,
.right-top-circle img,
.right-bottom-circle img,
.left-bottom-circle img {
width: 96%;
display: block;
position: absolute;
top: 2%;
left: 1%;
}


.left-top-text,
.right-top-text,
.right-bottom-text,
.left-bottom-text {
position: relative;
padding: 8px;
width: 80%;
color:black;

}

.left-top-text {
left: -25%;
top:4px;
}

.right-top-text {
left: 4.5%;
top: -13px;
}

.right-bottom-text {
left: 4.5%;
top: 80%;
}

.left-bottom-text {
left: -28%;
top: 14px;

}

.left-top-text h3,
.right-top-text h3,
.right-bottom-text h3,
.left-bottom-text h3 {
text-align: right;
opacity: .9;
font-size: 20px;
font-weight: 900;
}

.right-top-text h3,
.right-bottom-text h3{
text-align: left;
}

.left-top-text p {
margin-left: 80px;
width:90%;
line-height: 1.4;
font-size: 16px;
margin-left:70px;

}

.left-bottom-text p {
margin-left: 30px;
width:90%;
line-height: 1.4;
font-size: 16px;
margin-left:50px;

}

.right-top-text p,
.right-bottom-text p{
margin-left: 0px;
width:90%;
line-height: 1.4;
font-size: 16px;

}

/* Why Choose Us End */

/* Latest Discount start */

.newsletter {
 background: linear-gradient(125deg, #E20612, black);
 width: 300px;
 padding-left: 40px;
 padding-right: 40px;
 padding-top:-70px;
 height:250px;
 text-align: center;
 box-shadow: 0 0 20px #000 60;
 box-sizing: border-box;
 border-radius: 20px;
 margin-left: 9%;
 margin-top:4%;
}

@media screen and (min-width: 600px) {
 .newsletter {
     width: 500px;    
}
}

.newsletter h2 {
 text-transform: uppercase;
 color: #fff;
 font-size: 38px;
 line-height: 40px;
 width: 118%;
 margin-left: -36px;
 margin-top:30px;
}

@media screen and (min-width: 600px) {

}

.newsletter h2 span {
 display: block;
 font-size: 28px;
}

@media screen and (min-width: 600px) {
 .newsletter h2 span {
     font-size: 38px;
}
}

.newsletter p {
 color: #fff;
 font-size: 16px;
 margin: 10px 0;
}

.text {
 width: 100%;
 height: 70px;
 background-color: #f1f1f1 99;
 border-radius: 40px;
 position: relative;
 margin-top: 35px;

}
.text input {
 width: 100%;
 height: 70px;
 border-radius: 40px;
 border: 0;
 background: none;
 padding: 0 30px;
 outline: none;
 font-size: 15px;
 background-color: #f1f1f1;
}
@media screen and (min-width: 600px) {
 .text input {
     padding-right: 80px;
}
}
.text button {
 background-color: #E20612;
 border: 0;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 position: absolute;
 right: 10px;
 top: 10px;
 outline: none;
 cursor: pointer;
 color: #fff;
 transition: 0.3s linear;
}
.text button:hover {
 opacity: 0.5;
}

/* Latest discount end */




.main-part {
width: 100vw;
height: 30vh;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
background: white;
margin-top:10%;
}
.carding {
width: var(--card-width);
height: var(--card-height);
position: relative;
display: flex;
justify-content: center;
align-items: flex-end;
padding: 0 36px;
perspective: 2500px;
margin: 0 50px;
border-radius: 5px;
}
.cover-image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.wrapper {
transition: all 0.5s;
position: absolute;
width: 100%;
z-index: -1;
border-radius: 5px;
}
.carding:hover .wrapper {
transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
border-radius: 5px;
}
.wrapper::before,
.wrapper::after {
content: "";
opacity: 0;
width: 100%;
height: 80px;
transition: all 0.5s;
position: absolute;
left: 0;
border-radius: 5px;
}
.wrapper::before {
top: 0;
height: 100%;
background-image: linear-gradient(
to top,
transparent 46%,
rgba(12, 13, 19, 0.5) 68%,
rgba(12, 13, 19) 97%
);
border-radius: 5px;
}
.wrapper::after {
bottom: 0;
opacity: 1;
background-image: linear-gradient(
to bottom,
transparent 46%,
rgba(12, 13, 19, 0.5) 68%,
rgba(12, 13, 19) 97%
);
border-radius: 5px;
}
.carding:hover .wrapper::before,
.wrapper::after {
opacity: 1;
}
.carding:hover .wrapper::after {
height: 120px;
}
.titled {
width: 100%;
transition: transform 0.5s;
}
.carding:hover .title {
transform: translate3d(0%, -50px, 100px);
}
.character {
width: 100%;
opacity: 0;
transition: all 0.5s;
position: absolute;
z-index: -1;
}
.carding:hover .character {
opacity: 1;
transform: translate3d(0%, -30%, 100px);
}


   
    .gallery {
  --g: 8px;
  /* the gap */
  --s: 500px;
  /* the size */
  display: grid;
  border-radius: 50%;
  margin:5%;
}

 /*.container{height:200px;line-height:200px;text-align:center} */
.search-form {
right: 200px;
top: 200px;
}

.search-field {
background-color: transparent;
background-image: url(https://wp-themes.com/wp-content/themes/twentythirteen/images/search-icon.png);
background-position: 5px  center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 40px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition:         width 400ms ease, background 400ms ease;
width:0px;
cursor: pointer;
}

.search-field:focus {
background-color: white;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 250px;
color:black;
}
.search-form
.search-submit { 
display:none;
}


.gallery>img {
  grid-area: 1/1;
  width: var(--s);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  transform: translate(var(--_x, 0), var(--_y, 0));
  cursor: pointer;
  font-size: 0;
  z-index: 0;
  transition: .3s, z-index 0s .3s;
}

.gallery img:hover {
  font-size: var(--s);
  z-index: 1;
  transition: transform .2s, font-size .3s .2s, z-index 0s;
}

.gallery:hover img {
  transform: translate(0, 0);
}

.gallery>img:nth-child(1) {
  clip-path: polygon(50% 50%, .5em 1.2em, 0 1em, 0 0, 100% 0, 100% 1em, calc(100% - .5em) 1.2em);
  --_y: calc(-1*var(--g))
}

.gallery>img:nth-child(2) {
  clip-path: polygon(50% 50%, calc(100% - 1.2em) 0.5em, calc(100% - 1em) 0, 100% 0, 100% 100%, calc(100% - 1em) 100%, calc(100% - 1.2em) calc(100% - .5em));
  --_x: var(--g)
}

.gallery>img:nth-child(3) {
  clip-path: polygon(50% 50%, calc(100% - .5em) calc(100% - 1.2em), 100% calc(100% - 1.2em), 100% 100%, 0 100%, 0 calc(100% - 1em), .5em calc(100% - 1.2em));
  --_y: var(--g)
}

.gallery>img:nth-child(4) {
  clip-path: polygon(50% 50%, 1.2em .5em, 1em 0, 0 0, 0 100%, 1em 100%, 1.2em calc(100% - .5em));
  --_x: calc(-1*var(--g))
}


.counter{
margin-top: 5px;
font-weight: 900;
font-size:21px;
}

.content{
 text-align: center !important;
 font-size: 1.5rem !important;
 margin-top: -16px;
 margin-bottom: -8px;
}

/* Float four columns side by side */
.column {
 float: left;
 width: 33%;
 padding: 0 5px;


}

.row1 {
 position: absolute;
 width: 100%;
 /* top: 50%; */
 left: 50%;
 transform: translate(-50%, -50%);
}

/* Clear floats after the columns */
.row1:after {
 content: "";
 display: table;
 clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
 .column {
               width: 64%;
        display: block;
        margin-bottom: 30px;
        margin-left: 17%;
        margin-top: 25px;

 }
 
 
 
 .banner{
     height: 61vh !important;
         background-size: auto !important;
     background-attachment: scroll !important; 
     overflow-x: clip !important;
 }
 
 
 .banner-text p{
         font-size: 18px !important;
    color: #ccc;
    padding-bottom: 35px;
    margin-left: 23px !important;
 }
 .menu-card-title{
     font-size: 20px !important;
 }
 
  .row1{
      margin-top:0px !important;
      position: relative;
      top: 0px;
      left: 0px;
      transform:translate(0%, 0%);
  }
 
 .banner-text h1{
     display: none;
 }
 
  .banner-text h2{
     display: none;
 }
 
 .discount{
     display:grid;
 }
 .main-point{
     display: none;
 }
 
 .our-team img{
         width: 27%;

 }
 .coupon{
     margin-bottom: 20px !important;
             /*margin-left: -7% !important;*/

 }
 
 .rating-review-item .right-rating{
     flex: 1 1 80%;
    max-width: 32% !important;
 }
 
 
 
 .rating-review-item .right-rating ul.order-list{
     /*display: none;*/
 }
 
 .google-review {
    margin-top: 52px !important;
}
 
 .container-blog{
     height: auto !important;
     
 }
 
 .popup-container{
     width: 90% !important;
 }
 
 .pop-head{
     font-size: 16px !important;
 }
 
 .pop-para{
     font-size: 13px !important;
 }
 
 .review-file{
     /*display: none;*/
    
 }
 
 .Customer-file{
  margin-top: 75px;
    margin-left: 30px;
    margin-bottom: 40%;   
 }
 
 .parent{
         margin-bottom: 80px;
 }
 
 .newsletter h2{
         font-size: 28px;
        margin-left: -21px;
 }
 
 .newsletter{
            width: 80%;
        margin-left: 110px;
 }
 .explore-menu-section{
     padding:0px !important;
 }
 
}

/* Happy Customer Start */

.card-main{
    margin-top:90px;
}

.happy-heading{
    margin:20px;
    text-align: center;
    font-weight: 900;
    font-size: 38px;
}
.card {
 padding: 16px;
 text-align: center;
 background-color: white !important;
 color: black;
 border-radius: 10px !important;
 width:80%;
 margin-left: 10%;
}

.one {
 background: #E20612;
 background: #E20612; 
 /* box-shadow: 0 0 0 3px #FEED02, 0 0 0 8px #882422 !important; */
margin-left:10%;
}

.two {
  background: #E20612;
 background: #E20612; 
}

.three {
  background: #E20612;
 background: #E20612;  
}

.four {
  background: #E20612;
 background: #E20612; 
}

.fa {font-size:60px;}






.Yearly-timeline:after{
        content: '';
        display: block;
        clear: both;
    }
    .Yearly-timeline .timeline{
        width: calc(50% + 17px);
        padding: 0 30px 30px 0;
        float: left; 
        position: relative;
    }
    .Yearly-timeline .timeline:before,
    .Yearly-timeline .timeline:after{
        content: '';
        height: 60px;
        width: 2px;
        border-left: 2px solid #70d6ff;
        transform: rotate(-45deg);
        position: absolute;
        right: 30px;
        bottom: 0;
    }
    .Yearly-timeline .timeline:after{
        background-color: #fff;
        height: 20px;
        width: 20px;
        border: 6px solid #70d6ff;
        border-radius: 50%;
        right: 0;
    }   
    .Yearly-timeline .timeline-content{
        color: #555;
        background: #70d6ff;
        text-align: center;
        min-height: 170px;
        padding: 30px 35px 35px;
        border-radius: 15px 15px 0 15px;
        display: block;
        position: relative;
        z-index: 1;
    }
    .Yearly-timeline .timeline-content:before{
        content: '';
        background-color: #fff;
        position: absolute;
        left: 17px;
        right: 17px;
        top: 17px;
        bottom: 17px;
        z-index: -1;
    }
    .Yearly-timeline .timeline-content:hover{ text-decoration: none; }
    .Yearly-timeline .timeline-icon{
        color: #777;
        font-size: 35px;
    }
    .Yearly-timeline .title{
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 0 8px;
    }
    .Yearly-timeline .description{
        color: #777;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 18px;
        margin: 0;
    }
    .Yearly-timeline .timeline:nth-child(even){
        padding: 0 0 30px 30px;
        float: right;
    }
    .Yearly-timeline .timeline:nth-child(even):before{
        transform: rotate(45deg);
        right: auto;
        left: 30px;
    }
    .Yearly-timeline .timeline:nth-child(even):after{
        right: auto;
        left: 0;
    }
    .Yearly-timeline .timeline:nth-child(even) .timeline-content{ border-radius: 15px 15px 15px 0; }
    .Yearly-timeline .timeline:nth-child(4n+2):before,
    .Yearly-timeline .timeline:nth-child(4n+2):after{
        border-color: #ff70a6;
    }
    .Yearly-timeline .timeline:nth-child(4n+2) .timeline-content{
        background: #ff70a6;
    }
    .Yearly-timeline .timeline:nth-child(4n+3):before,
    .Yearly-timeline .timeline:nth-child(4n+3):after{
        border-color: #ff9770;
    }
    .Yearly-timeline .timeline:nth-child(4n+3) .timeline-content{
        background: #ff9770;
    }
    .Yearly-timeline .timeline:nth-child(4n+4):before,
    .Yearly-timeline .timeline:nth-child(4n+4):after{
        border-color: #ffd670;
    }
    .Yearly-timeline .timeline:nth-child(4n+4) .timeline-content{
        background:#ffd670;
    }
    @media screen and (max-width:767px){
        .Yearly-timeline .timeline{
            width: 100%;
            padding: 30px 0 0 30px;
            margin: 0 0 20px;
        }   
        .Yearly-timeline .timeline:before,
        .Yearly-timeline .timeline:nth-child(even):before{
            transform: rotate(-45deg);
            bottom: auto;
            top: 0;
            right: auto;
            left: 30px;
        }
        .Yearly-timeline .timeline:after,
        .Yearly-timeline .timeline:nth-child(even):after{
            bottom: auto;
            top: 0;
            right: auto;
            left: 0;
        }
        .Yearly-timeline .timeline-content,
        .Yearly-timeline .timeline:nth-child(even) .timeline-content{
            border-radius: 0 15px 15px 15px;
        }
    }
    
    
    
    
    .container {
display: flex;
/* width: 60vw; */
}

.panel {
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
height: 80vh;
border-radius: 50px;
color: white;
cursor: pointer;
flex: 0.5;
margin: 10px;
position: relative;
transition: flex 0.7s ease-in;
}

.panel h3 {
position: absolute;
font-size: 24px;
bottom: 20px;
left: 20px;
margin: 0;
opacity: 0;
}

.panel.active {
flex: 5;
}

.panel.active h3 {
opacity: 1;
transition: opacity 0.3s ease-in 0.5s;
}

@media (max-width: 480px) {
.container1 {
  width: 80vw !important;
  margin-left: -4%;
}

.panel:nth-of-type(4),
.panel:nth-of-type(5) {
  display: none;
}
}

/* blog start */


.blog-heading{
    margin:10px;
    text-align: center;
    font-weight: 900;
    font-size: 38px;
    text-align: center;
}
.main-blog {
box-sizing: border-box;
margin: 0;
padding: 0;
margin-bottom: 30%;
}



.container-blog {
/* padding: 50px 0px; */
height: 0vh;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.parent {
height: 400px;
width: 300px;
padding: 20px;
perspective: 1000px;
}

.card-blog {
padding-top: 100px;
transform-style: preserve-3d;
background-image: url("https://images.pexels.com/photos/1629236/pexels-photo-1629236.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
background-position: center center;
width: 100%;
transition: all 0.5s ease-in-out;
border-radius: 10px;
}
.card-blog:hover {
background-position: 80% 20%;
transform: rotate3d(0.5, 1, 0, 30deg);
}

.content-box-blog {
height: 70%;
width: 100%;
background-color: rgba(0, 0, 0, 0.811);
border-radius: 0px 0px 10px 10px;
box-shadow: rgba(0, 115, 255, 0.925) 0px 20px 50px -25px;
transition: all 0.5s ease-in-out;
padding: 50px 25px 25px 25px;
transform-style: preserve-3d;
}
.content-box-blog .card-title-blog {
color: white;
font-size: 24px;
font-weight: 900;
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
}
.content-box-blog .card-title-blog:hover {
transform: translate3d(0px, 0px, 50px);
}
.content-box-blog .card-content-blog {
padding-top: 15px;
font-size: 16px;
color: #b9b9b9;
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
}
.content-box-blog .card-content-blog:hover {
transform: translate3d(0px, 0px, 50px);
}
.content-box-blog .see-more {
cursor: pointer;
background: none;
border: none;
font-weight: 900;
font-size: 11px;
text-transform: uppercase;
color: #0088ff;
padding-top: 15px;
transition: all 0.5s ease-in-out;
transform: translate3d(0px, 0px, 20px);
}
.content-box-blog .see-more:hover {
transform: translate3d(0px, 0px, 50px);
}

.date-box-blog {
position: absolute;
top: 75px;
left: 25px;
height: 60px;
width: 60px;
background-color: black;
border-radius: 10px;
padding: 10px;
box-shadow: #0066ff 0px 20px 60px 0px, #00c8ff 0px 18px 36px -18px;
transform: translate3d(0px, 0px, 50px);
}
.date-box-blog span {
display: block;
text-align: center;
}
.date-box-blog .month {
color: white;
font-size: 11px;
font-weight: 700;
}
.date-box-blog .date {
font-size: 20px;
font-weight: 900;
color: #0088ff;
}

.card2-blog {
filter: hue-rotate(150deg);
}

.card3-blog {
filter: hue-rotate(300deg);
}

.card4-blog {
filter: hue-rotate(90deg);
}

/* blog end */

/* show content start */

.home-content-btn{
background-color: #E20612;
color:white;
padding:10px;
font-size: 14px;
font-weight: 900;
border-radius: 10px;
border:2px solid black;
margin-left: 45%;
}

.home-content{
font-size: 16px;
text-align: center;
font-weight: 400;
margin-top:10px;
width:90%;
margin-left: 50px;
}
/* show content end */


/* faq start    */

.faq-heading{
    margin:20px;
    font-size:38px;
    font-weight: 900;
    text-align: center;
}

.fullwidth-container {display:block;width:100%;}
#faqs {}
.line-heading {
color: ;
font-weight: 600;
line-height: 1.1;
display: flex;
align-items: center;
width: 100%;
margin: 10px 0 40px 10%;
white-space: nowrap;
font-size: 26px;
text-shadow: 1px 1px 1px rgb(0,0,0);
}
.line-heading:after {
content: "";
display: block;
position: relative;
width: 300px;
height: 1px;
margin: 0 0 0 20px;
background: rgba(204,214,246,.2);
text-shadow: none;
transition: all .6s ease-in-out 0s
}
.line-heading:hover:after{
width: 180px;
background: rgba(204,214,246,.6);
}
h3.large-heading {
margin: 0 0 0 10%;
font-size: 52px;
line-height: 1.1;
letter-spacing: -.045em;
color: #fff;
text-shadow: 1px 1px 1px rgb(0 0 0);
}
/** The Faq Section **/
#faqSection div {
float:left;
display: inline-block;
width: 48%;
margin: 1% 1%;
overflow: hidden;
}
#faqSection .collapsible {
background-color:whitesmoke;
border: 1px solid hsla(0,0%,51.4%,.16);
border-radius: 7px;
box-shadow: 0 10px 10px -15px black;
transition: box-shadow .2s ease 0s;
color: black;
margin: 0 0 8px;
width: 100%;
padding: 12px;
font-weight: 900;
font-size: 14px;
text-align:left;
}
#faqSection .collapsible:hover {
box-shadow: 0 10px 60px -15px rgba(0,0,0,1);
}
#faqSection .active, #faqSection .collapsible:hover {}
#faqSection .collapsible:after {content:"\002B";font-weight:bold;float:right;margin-left:5px}
#faqSection .active:after {content:"\2212"}
#faqSection .faq-content {
overflow: hidden;
width: calc(100% - 8%);
padding: 5px 2%;
transition: all .25s ease-in-out 0s;
background: whitesmoke;
border: 2px solid hsla(0,0%,51.4%,.16);
border-radius: 7px;
font-weight: 600;
max-height: 0px;
visibility: hidden;
}
#faqSection .faq-content p {
color: black;
line-height: 140%;
font-size: 14px;
margin: 0 0 12px;
font-weight: 100;
}
#faqSection .faq-content a {
color: #00C58E;
font-weight: 600;
letter-spacing: .05rem;
}
#faqSection .faq-content ul {border-left:2px solid #00C58E}
#faqSection .faq-content li {
color: #bad2e2;
font-size: .85rem;
line-height: 160%;
font-weight: 800;
margin: 8px 0 8px 2%;
list-style: none;
width: 90%;
text-shadow: 1px 1px 0 rgb(0 0 0);
}
.myFooter {
float: left;
width: 100%;
display: block;
background: #0A192F;
text-align:center;
height:10vh
}
.myFooter p {
color: #fff;
text-shadow: 1px 1px 0 rgb(0 0 0);
}
.myFooter a {
color: #00C58E;
text-decoration:none
}


/* faq end */


/* google review start */


.google-heading{
    margin-top:17%;
    text-align: center;
    font-weight: 900;
    font-size: 38px;
    margin-bottom:2%;
}

.google-review {
    margin-top: 126px;
  }
  
  .rating-review-item {
    display: flex;
    align-items: center;
  }
  .rating-review-item .left-rating {
    flex: 1 1 20%;
    max-width: 20%;
    margin-left: 24px;
  
  }
  .rating-review-item .left-rating .star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .rating-review-item .left-rating .star-rating h3 {
    margin: 0 12px 0 0;
    font-size: 40px;
  }
  .rating-review-item .left-rating .star-rating .fa-star {
    font-size: 30px;
    color: #28a745;
  }
  .rating-review-item .left-rating .number-rating span {
    display: block;
    margin-bottom: 2px;
    color: black;
    font-weight: 700;
    font-size: 14px;
  }
  .rating-review-item .right-rating {
    flex: 1 1 80%;
    max-width: 80%;
  }
  .rating-review-item .right-rating ul.order-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 243%;
      margin-left: 93%;
  }
  .rating-review-item .right-rating ul.order-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .rating-review-item .right-rating ul.order-list li:last-child {
    margin-bottom: 0;
  }
  
  .number-rating{
    width: 102px;
  }
  .rating-review-item .right-rating ul.order-list li .star-value {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    min-width: 25px;
  }
  .rating-review-item .right-rating ul.order-list li .star-value h5 {
    margin: 0 2px 0 0;
    font-size: 16px;
  }
  .rating-review-item .right-rating ul.order-list li .star-value .fa-star {
    font-size: 14px;
  }
  .rating-review-item .right-rating ul.order-list li .progress {
    flex: 1 1 315px;
    /* max-width: 315px; */
    height: 6px;
    margin-right: 20px;
    margin-bottom: 0;
    background-color: #ddd;
  }
  .rating-review-item .right-rating ul.order-list li .rating-hit {
    color: #B2B2B2;
    font-size: 16px;
  }


/* google review End */


/* Most Popular Food Start */


.explore-menu-section{
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
  }
  
  .explore-heading{
    font-size:38px;
    font-weight:900;
    margin:20px;
    color: black;
    text-align: center;
  }
  .menu-card-container{
    background-color: #fbfbfe;
    border-radius: 30px;
    margin-bottom:10px;
   
  }
  .menu-card-image{
    border-radius:45px;
    background-size: cover;
  }
  
  .menu-card-title{
    font-size: 23px;
    text-align: center;
    color:black;
    font-weight: bold;
  }
  
  .menu-card-link{
    color:#E20612;
    font-weight: 900;
    font-size: 16px;
  }

  .menu-card-link:hover{
    color:black;
    font-weight: 900;
    font-size: 16px;
  }
  
  .delivery-payment-images{
    height: 58px;
    width: 58px;
    background-size: cover;
    border-radius: 4px;
  }
  .thanking-customers-section {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQaTf7MmTv_TqZQbaqaDLyezhQXidcEwR4IoQ&s');
    background-repeat:no-repeat;
    background-size:100% 100%;
  }
  .thanking-customers-section-heading {
    color: white;
    font-size: 29px;
    font-weight: 700;
    width: 139%;
  }
  .thanking-customers-section-description {
    color: white;
    font-size: 24px;
  }
  .thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
    margin-left: 58%;

  }
  .custom-button {
    color: white;
    background: #E20612;
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
    font-size:20px;
  }
  

.btn-secondary{
    background-color: #E20612;
}


.btn-secondary:hover{
    background-color: black;
    color:white !important;
}

/* Most Popular Food End */


input{
    display:block !important;
}

/* why choose us start */

.n-ppost-name {


    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
    }
    
    .n-ppost:hover + .n-ppost-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }

    /* why choose us end  */

    /* How to order start */

    .how-heading{
        margin:20px;
        text-align:center;
        font-size: 38px;
        font-weight: 900;
    }
    .our-team{
        text-align: center;
        position: relative;
        color: #fff;
    }
    .our-team:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        transition:all 0.3s ease 0s;
        opacity: 0;
    }
    .our-team:hover:before{
        opacity: 1;
    }
    .our-team img{
        width: 60%;
        height: auto;
        /*margin-left: 19%;    */
    }
    .our-team .team-content{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #E20612;
        transition:all 0.3s ease 0s;
    }
    .our-team:hover .team-content{
        bottom: 20%;
    }
    .our-team .team-content .name{
        font-size: 14px;
        font-weight: 800;
        margin-top: 8px;
        padding-bottom: 0px;
        display: block;
        margin-bottom: 7px;
        color:white;
        text-transform: uppercase;
        transition:all 0.3s ease 0s;
    }
    
    .our-team .team-content .post{
        font-size: 17px;
        display: block;
        transition:all 0.3s ease 0s;
        text-transform: capitalize;
    }
    
    @media screen and (max-width:990px){
        .our-team{
            margin-bottom: 30px !important;
        }
    }

    /* How to order end */


/* Button 1 */

.img-main {
  margin-left: auto !important;
  transition: 0.5s !important;
  width: 5.5rem !important;
  height: 5.5rem !important;
  margin-top:-15px;
}

.title {
  font-weight: 900 !important;
  margin-top: 1.5rem !important;
  margin-left: 4rem !important;
  transition: 0.5s !important;
  font-size: 1.5rem !important;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.button:hover .title {
  transform: translateX(-140px) !important;
  animation: fade 0.5s !important;
  opacity: 0% !important;
}

.button:hover .img-main {
  transform: translateX(-370px) !important;
}

.description {
  position: absolute ;
  margin-top: 1.2rem !important;
  font-weight: 900;
  line-height: 1.5rem;
  font-size: 1.5rem !important;
  font-style: italic;
  transition: 0.5s;
  opacity: 0%;
  margin-left: 5rem !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.button:hover .description {
  transform: translateX(70px);
  opacity: 100%;
}

/* Button 2 */
.button2 {
  height: 90px;
  width: 500px;
  display: flex;
  border-radius: 2.5rem;
  transition: 0.5s;

  font-size: 2rem;
  background-color:black;
  color: white;
  animation: blurr2 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
  border: 2px solid white;
}

.button2:hover .title {
  transform: translateX(-140px);
  animation: fade 0.5s;
  opacity: 0%;
}

.button2:hover .img-main {
  transform: translateX(-225px);
}

.button2:hover .description {
  transform: translateX(92px);
  opacity: 100%;
}

@keyframes blurr2 {
  0%,
  100% {
    box-shadow: 0 0 10px var(--btn2);
  }

  50% {
    box-shadow: 0 0 36px var(--btn2);
  }
} 

/* btn end */


/* Show and Hide Start */

.head-page{
    text-align: center;
}

.head-con{
    text-align: justify;
    padding: 20px;
    margin-bottom: -40px;
    font-size: 16px;
}
.popup-trigger {
  display: block;
  width: 170px;
  right: 2rem;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding:1rem 2rem;
  text-decoration:none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #E20612;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  transition:300ms all;
}

.popup-trigger:hover {
    opacity:.8;
    background: #E20612;
    color: white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}
.pop-head{
    color: #E20612;
    font-size:26px;
}

.pop-para{
    text-align: justify;
    font-size:16px;
}
.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.hit{
overflow-y: scroll;
  height: 60vh;
  width: 100%;
}

.colo{
    color: #E20612;
}

.popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 80%;
  margin: 2em auto;
  /*border: 10px solid #E20612;*/
 box-shadow:  0 0 0 8px #E20612,0 0 0 16px #fff !important;
  top: 5%;
  padding:5rem;
  background: #FFF;
  border-radius: 25px 25px 25px 25px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


.is-visible .popup-container {
  transform:translateY(0);
  transition:500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size:0;
  right: 8px;
  width: 30px;
  height: 30px;
  color: black;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #E20612;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:yellowgreen;
  transition:300ms all;
}


/* Show and Hide End */


/* Coupon start */


.coupon {
  width: 400px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.coupon::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    #E20612 26px
  );
}

.coupon::after {
  right: 0;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    #E20612 26px
  );
}

.coupon > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
}

.left {
  width: 20%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.left div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
}

.center {
  flex-grow: 1;
  text-align: center;
}

.right {
  width: 120px;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    black 26px
  );
}
.right div {

  font-size: 2.5rem;
  font-weight: 400;
  transform: rotate(-90deg);
}

.center h2 {
  background: #000;
  color: gold;
  padding: 0 10px;
  font-size: 2.15rem;
  white-space: nowrap;
}

.second-coupon{
  font-size: 1.5rem;
}

.main-coupon {
  font-size: 1rem;
  font-weight: 700;
}
.center small {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width:500px){
  .coupon {
    display:grid;
    grid-template-columns:1fr;
            width: auto;

  }
  
  .mar-heading{
      font-size: 25px;
  }
  
   .google-heading{
      font-size: 25px;
  }
  
  
  .faq-heading{
      font-size: 25px;
  }
  
  .blog-heading{
      font-size: 25px;
  }
  
  
  .second-coupon{
          font-size: 1rem;
    width: 100px;

  }
  
  div.card.one img{
          margin-left: 25% !important;
  }
  
    div.card.two img{
          margin-left: 25% !important;
  }
  
  
    div.card.three img{
          margin-left: 25% !important;
  }
  
  
    div.card.four img{
          margin-left: 25% !important;
  }
  
  
  .happy-heading{
       font-size:25px;
  }
  .explore-heading{
      font-size:25px;
  }
  
  .how-heading{
      font-size:25px;
  }
  
  .left div {
    transform: rotate(0deg);
            margin-left: 134px;
  }
  .right div {
    transform: rotate(0deg);
    
  }
}



/* Coupon end  */