/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
}

/* img {
  max-width: 100%;
} */

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: auto;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

input:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header#head-nav{  width: 100%;
  background: #fff;
  position: fixed;
  top: 0; z-index: 99;}
  body{ padding-top: 50px;}

#head-nav.fixed{
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0; z-index: 99;
}

#head-nav .navbar{
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08);
}
#head-nav .navbar-brand img{
  width: 140px;
}

#head-nav .nav-item .nav-link{
  font-weight: 600;
}

#head-nav .nav-item .nav-link.active{
 color: #0176A1;
}

#head-nav .btn-log{
  background: #fff;
  border: 1px solid #E04F4D;
  font-weight: 500;
color: #E04F4D;

}

#head-nav .btn-log:hover{
  background: #E04F4D;
  color: #fff;
  border: 1px solid #E04F4D;
  
}

.btn-try{
  background: #0176A1;
  color: white;
  font-weight: 500;
}

.btn-try:hover{
  background: #fff;
  color: #0176A1;
  border: 1px solid #0176A1;
  
}


/* head-nav end */

#ezy-hero{
  margin-bottom: 80px;
}

#ezy-hero .content .heading{
  color: #0176A1;
  font-weight: 700;
}

#ezy-hero .content .btn-try{
  background: #E04F4D;
  color: #fff;
}

#ezy-hero .content .btn-try:hover{
 border: 1px solid #E04F4D;
}


#process{
  margin-bottom: 80px;
}

#process .pro{

background: #e04f4d1c;
border-radius: 1000px;
padding: 50px 30px;


}

#process .pro .content h5{
  font-size: 22px;
 font-weight: 600;
 color: #E04F4D;
  
  }

#process .pro .content .pro-h3{
font-size: 45px;
font-weight: 700;

}

#process .pro .content p{
  
 font-weight: 500;
 
  
  }


    /* process end */

#services{
margin-bottom: 80px;
}


     hgroup {
    padding: 15px 0px;
  }

  hgroup h3{
      font-size: 35px;
      font-weight: 700;
      text-align: center;
  }

   hgroup h3 span{
    color: #0176A1;
  }

   hgroup .sub-head{
  color: #484848;
  font-size: 20px;
  text-align: center;
    }

    .services .icon-box {
      text-align: center;
      border: 1px solid #d5e1ed;
      padding: 80px 20px;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      border-radius: 25px;
      width: 100%;
    }
    
    .services .icon-box .icon {
      margin: 0 auto;
      width: 64px;
      height: 64px;
      background: #0176A1;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      position: relative;
      z-index: 2;
    }
    
    .services .icon-box .icon i {
      color: #fff;
      font-size: 28px;
      -webkit-transition: ease-in-out 0.3s;
      -o-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s;
    }
    
    .services .icon-box .icon::before {
      position: absolute;
      content: "";
      left: -8px;
      top: -8px;
      height: 100%;
      width: 100%;
      background: rgba(25, 119, 204, 0.2);
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-transform: translateZ(-1px);
              transform: translateZ(-1px);
      z-index: -1;
    }
    
    .services .icon-box h4 {
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 20px;
    }
    
    .services .icon-box h4 a {
      color: #000;
    }
    
    .services .icon-box p {
      line-height: 24px;
      font-size: 14px;
      margin-bottom: 0;
    }
    
    .services .icon-box:hover {
      background: #0176A1;
      border-color: #0176A1;
    }
    
    .services .icon-box:hover .icon {
      background: #fff;
    }
    
    .services .icon-box:hover .icon i {
      color: #1977cc;
    }
    
    .services .icon-box:hover .icon::before {
      background: rgba(255, 255, 255, 0.3);
    }
    
    .services .icon-box:hover h4 a,
    .services .icon-box:hover p {
      color: #fff;
    }


    #services .icon-box .icon img{
width: 40px;
    }


    .services .icon-box:hover .icon .non {
      display: none;
  }

  .services .icon-box:hover .icon .d-none {
    display: block !important;
}


/* sevices end */
#client {
  margin-bottom: 80px;
}

#client hgroup{
 margin-bottom: 30px;
}

#client .client-inner .row{
row-gap: 20px;
}


#client .client-inner .client-box{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

/* client end */

#plans{
margin-bottom: 80px;
}

#plans hgroup{
margin-bottom: 30px;
}

#plans .plan-box{
padding: 40px 15px;
text-align: center;

border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
height: 450px;
}


#plans .plan-box.im{

background: #0176A1;


}

#plans .plan-box .plan-btn{
background: #0176A1;
display: block;
color: #fff;
font-weight: 500;
}




#plans .plan-box ul{
margin-top: 25px;
row-gap: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

#plans .plan-box ul li{
font-size: 16px;
font-weight: 500;
color: #484848;
}

#plans .plan-box.im ul li{

color: #fff;
}

#plans .plan-box .s-text{
padding-bottom: 10px;
display: block;

}


#plans .plan-box.im .s-text{
color: #fff;

}

#plans .plan-box .s-text-1{
font-size:35px ;

}

#plans .plan-box h4{
font-size: 55px;
font-weight: 700;
color: #0176A1;

}
#plans .plan-box h4 span.text-small{     font-size: 0.9rem !important; color: #212529; font-weight: normal;}
#plans .plan-box.im h4 span.text-small{ color: #fff;}
#plans .plan-box.im h4{
font-size: 55px;
font-weight: 700;
color: #fff;

}


#plans .plan-box.im .plan-btn{
background: #fff;
display: block;
color: #0176A1;
font-weight: 500;
}

/* plan end */

#app-screen{
  margin-top: 50px;
  margin-bottom: 80px;
}

#app-screen .content h3{
  font-size: 40px;
  color: #0176A1;
  font-weight: 700;
  margin-bottom: 20px;
}

#app-screen .content p{
font-size: 16px;
font-weight: 500;
}

#app-screen .app-image{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: end;
  }

  #app-screen .app-image img{
    display: block;
     }


     /* app screen end */
    






#testi {
  width: 100%;
  /* min-height: 100vh; */
  color: hsl(240, 38%, 20%);
  font-size: 32px;
  font-family: 'Inter', sans-serif;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 280px 72px;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-curve.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

main {
  width: 100%;
  max-width: 1440px;
  
}

.slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #FFFFFF;
}

.slider .buttons .previous,
.slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.slider .buttons .previous {
  left: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-prev.svg');
}

.slider .buttons .previous:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.slider .buttons .next {
  right: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-next.svg');
}

.slider .buttons .next:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}

.slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}

.slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}

.slider .slide .testimonial .author span {
  display: block;
  color: hsl(240, 18%, 77%);
  font-weight: 500;
}

.slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}

.slider .slide .slider-img img {
  width: 240px;
  height: 500px;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
          box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}

.slider .slide .active {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}



.hide {
  display: none;
}





/* testi end */

#foot .foot-in{
background-color: #0176A1;
padding: 50px 0px ;
border-bottom: 5px solid #E04F4D;
} 

#foot .social-icons ul{
margin-top: 30px;
}

#foot .contact a{
font-size: 20px;
font-weight: 500;
color: #fff;
}

#foot .contact{
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto;
}

#foot .link ul{
margin: auto;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;

}

#foot .link ul li a{
color: #fff;
margin-bottom: 10px;
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;

}

/* foot end */

.modal-logo{
width: 150px;
}

.modal.fade .content{
margin-top: 20px;
}

.modal.fade .content h3{
font-size: 32px;
font-weight: 700;
color: #fff; margin-bottom: 0px;
}

.modal.fade .content p{

font-weight: 500;
 margin-bottom: 0px; color: #fff;
}

.modal.fade form .input-round{
  padding:20px 20px;
  width: 100%;
  border-radius: 1000px;
  border: 1px solid #979797;
}

.modal.fade form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
row-gap: 20px;
margin-top: 40px;
}

.modal.fade form .book-btn {
 margin-top: 30px;
 display: block;
 background: #0176A1;
 color: #fff;
 border-radius: 1000px;
 padding:20px 20px;

  }


  
  #ezy-hero .carousel-indicators [data-bs-target] {
 bottom: -10%;
    background-color: #000;
   
}



/* terms page */

 .staticPageContainer .staticPageHeading .t-bg{
  padding: 40px 0px;
 
} 

.staticPageHeading {
 
  background: #0176a148;
}

.con  h4 {

  font-size: 20px;
  
}


.con p {

  font-size: 14px;

  text-align: justify;
  
}

.con ul li{
  font-size: 14px;

  text-align: justify;
}
 

#pricing .rounded-lg {
  border-radius: 1rem !important;
}

#pricing .text-small {
  font-size: 0.9rem !important;
}

#pricing .custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

#pricingv .text-uppercase {
  letter-spacing: 0.2em;
}


#pricing .premium .row{
  row-gap: 30px;
}

#pricing .add-on{
  height: 450px;
}

#pricing .custom-separator{
background: #0176A1;

}


#faq .accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    /* max-width: 991px; */
    min-width: 320px;
    margin: 50px auto;
    /* padding: 0 50px; */
}
#faq .accordion h1 {
    font-size: 32px;
    text-align: center;
}
#faq .accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
#faq .accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
#faq .accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
#faq .accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
#faq .accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
#faq .accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
#faq .accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
#faq .accordion-item:first-child {
    margin-top: 0;
}
#faq .accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
  #faq .accordion {
        padding: 0 16px;
    }
    #faq .accordion h1 {
        font-size: 22px;
    }
}


#contact-us .modal-logo{
  width: 150px;
  }
  
  #contact-us  .content{
  margin-top: 20px;
  }
  
  #contact-us  .content h3{
  font-size: 45px;
  font-weight: 700;
  color: #0176A1;
  }
  
  #contact-us  .content p{
  
  font-weight: 500;
  
  }
  
  #contact-us  form .input-round{
    padding:20px 20px;
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #979797;
  }
  
#contact-us  form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
  }
  
  #contact-us form .book-btn {
   margin-top: 30px;
   display: block;
   background: #0176A1;
   color: #fff;
   border-radius: 1000px;
   padding:20px 20px;
  
    }
  

    
/* readyToSeeModal */
/* .readyToSeeModal  .modal-lg{--bs-modal-width:980px} */
.readyToSeeModal .bgColorBlue{ background-color: #0176A1;}   
.readyToSeeModal .modal-content, .readyToSeeModal .modal-body{ padding: 0px !important;}
.readyToSeeModal .modalImgBg{background: url(https://testing.ezypayroll.in/frontEnd/ezypayroll/images/modalPayrollImg.jpg) no-repeat center center; background-size: cover;}
.readyToSeeModal .modalImgBg .modalImgBgInnr{ padding: 40px 0px; background-color: #0176A195;}
.readyToSeeModal .content{ padding: 0px 20px; margin-top: 0px !important;}
.readyToSeeModal h3 br{ display: none;}
.readyToSeeModal h3{ font-size: 32px;}
.readyToSeeModal  .btn-close{ position: absolute; right: -12px; top: -12px; color: #fff; background-color: #fff; height: 25px; width: 25px; border-radius: 50%; line-height: 35px; text-align: center; display: inline-block; }
.readyToSeeModal  form{ padding: 20px 20px 10px; margin-top: 0px !important;}
.readyToSeeModal  form .form-group{ margin-bottom: 12px;}
.readyToSeeModal  form .form-group .form-control{ height: 48px;}
.readyToSeeModal  .modal-body{ padding-bottom: 20px !important; border-bottom: 5px solid #0176A1;}
.login_capcher>div{margin: auto;}
.readyToSeeModal button[type="submit"], .readyToSeeModal button[type="submit"]:hover{ background-color: #0176A1; padding: 10px 15px; text-align: center; margin-top: 10px; color: #fff;}

/* thankYouSec */
#thankYouSec .thankyouInnr { background-color: #d9f5ff; padding: 20px 0px;}
#thankYouSec .thankyouInnr p, #thankYouSec .thankyouInnr  h5{ text-align: center;} 

/*  */
.refundUl{ padding-left: 0px;}
.refundUl li{ position: relative; padding-left: 20px; margin-bottom: 12px; list-style: none;}
.refundUl li:after{ content: ''; display: block; height: 8px; width: 8px; background-color: #0176A1; position: absolute; left: 0px; top: 6px;}


/*  */
#pricing.priceHomeSec .bg-white.p-5.rounded-lg.shadow{ min-height: 660px; position: relative;}
#pricing.priceHomeSec .bg-white.p-5.rounded-lg.shadow .priceBoxBtnDv{ position: absolute; left: 0px; right: 0px; text-align: center; bottom: 42px; z-index: 9;}


/* 19-11-24 */
.alert { position: fixed; right: 10px; bottom: 10px; z-index: 9; padding-right: 15px; padding-left: 15px;}
.alert  button{ background-color: transparent;
  border: none;
  font-size: 18px;
  color: #58151c;
  font-weight: bold;
  height: auto !important;
  margin-left: 20px;} 
/* close */