body {
  font-family: 'Roboto';
  color: rgb(63, 63, 63);
  line-height: 2;
}

.header-main{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
}
img{
  width: 100%;
}

.header-h1{
  letter-spacing: 2px;
}

p{
  letter-spacing: .5px !important;
    font-size: 1.07rem;
    line-height: 1.5;
}  .btn{
    font-weight: 500;
    border: 1px solid #143486;
    border-radius: 5px;
    padding: 10px 24px;
    margin:5px 10px ;
  }
  .btn-blue{
       background-color: #143586;
       color: #fff;              
  }

  .btn-white{
    background-color: #fff;
    color: #0d3382 !important;  
  }

  .btn-white:hover{
       background-color: transparent;
       color: #fff !important;
       border: 1px solid #fff; 
  }
  .btn-blue:hover{
    background-color: transparent;
    color: #143486;
    border: 1px solid #143486;   
  }
  .btn-blue-underline{
    background-color: transparent; 
    color: #143486; 
}
.btn-blue-underline:hover{
    background-color: #143586;
    color: #fff;    
    border: 1px solid #143486;  
  }

 .text-red{
      color: #f73859 !important;
 } 
.p-60{
  padding: 60px 0 !important;
}
.width-100{
   width: 100%;
}
@media only screen and (max-width: 856px){
.client-section .client-logo img{
  height: 30px !important;
  width: -webkit-fill-available !important;
}

.navbar-toggler-icon{
  border-radius: 5px;
    background-color: #002b7a;
}
.client-section .client-logo .item{
  padding: 13px 30px !important;
}
}
.navbar-brand img{
   width: 70%;
}
@media only screen and (max-width: 856px){
.width-45{
  width: 100% !important;
  padding: 0 10px;
}
.employe-tab .pt-4{
   padding-top: 0% !important;
}
.fourmula-catalze ul{ width: 100% !important;}
.width-55{
  width: 100% !important;
  position:relative;
}
.width-55 .slider-img{ clip-path: none; height: auto; }
}

.slider-img{
  height: 560px;
}

.slider-img{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 22% 100%);

}

.play-button, .play-button:before {
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.play-button:before {
  position: absolute;
}
.play-button, .play-button:before {
  position: absolute;
}
.play-button:before {
  content: "";
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
}
.play-button {
  width: 60px;
  height: 60px;
  background-color: #14308f;
  box-shadow: 0 0 30px rgb(0 0 0 / 60%);
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%;
  cursor: pointer;
}

.play-button .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 2px solid #14308f;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

@keyframes border_animation{
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
  
  20% {
      -webkit-transform: scale(1.24);
      transform: scale(1.24);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(2.1);
      transform: scale(2.1);
      opacity: 0;
  }}
.play-button .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.play-button .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.bg_blue{
    background-color: #143486;
}
.slider-intro-content .subcribes {
  width: 100%;
  text-align: left;
}
.slider-intro-content .subcribes .form-control {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(152 152 152 / 40%);
  box-shadow: 0px 0px 12px 0px rgb(152 152 152 / 40%);
  border: 0px;
  color: #72798e;
  height: 60px;  
  border-radius: 5px !important;
  padding: 0 145px 0 30px;
  position: relative;
  z-index: 1;
}
.slider-intro-content .subcribes .btn_submit {
  position: absolute;
  top: 0;
  background-color: #002d7e;
  right: 0;
  font: 500 16px/60px "Poppins", sans-serif;
  color: #fff;
  border-radius: 5px;
  padding: 0px 19px;
  border: 0px;
  z-index: 2;
  transition: all 0.5s ease;
}

#exampleModal .modal-content{
  height: 500px;

}

.text_blue{
   color: #002b7a;

}

.modal-content .youtube{
  width: 100%;
  height: 100%;
}

.modal-content .youtube iframe{
  width: 100%;
  height: 100%;
}


.heading_h2{
    font-weight: bold;

}

.width-55{
   width: 56%;
}
.width-45{
  width: 44%;
}

@media only screen and (max-width: 768px)  { 
.width-55 , .width-45{
  width: 100% !important;
}

.employe-tab .nav-pills .nav-link.active .heading_h5::after{
  display: none;
}
.product-tab-text img{
  display: none;
}
.tab-content>.active{
  text-align: justify;
}
.productivity-img{
  background-image: none !important;
  text-align: justify;
}

.fourmula-catalze ul li img{
  display: block;
  width: 80% !important;
  float: none;
  margin: auto;
}
.fourmula-catalze ul li{
  margin-right: 1px !important;
  margin: 0 13px;
  text-align: center !important;
}
.employe-tab h3.heading_h3.text_blue::before{
  display: none;
}
}
@media only screen and (max-width:1220px){
.client-section .client-logo img {
    height: 30px !important;
    width: -webkit-fill-available !important;
}}
/* trust client  */

.client-section {
  background-color: #002977;
}

.client-section .client-logo .item {
  background-color: #fff;
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin:20px; 
    margin: 10px;
    padding: 30px;
    border: 1px solid #efeeee;
  
}
.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-section .client-logo img {
     height: 40px;
     width: auto;
    margin: 0 auto;  
}

/* Catalyze Employee Productivity */
.fourmula-catalze ul {
  list-style: none;
  display: flex;
  padding: 8px 0;
  width: 96%;
  margin-bottom: 18px;
  text-align: center;
}

.product-hybrid.nav-item i{
      font-size: 3rem;
      padding: 10px;
}

.fourmula-catalze ul li {
  margin-right: 22px;
    text-align: left;
    width: 79%;
    padding-right: 0;
}



.fourmula-catalze ul li img {
  width: 66px;
  margin-right: 20px;
  margin-bottom: 6px;
  padding: 7px;
  float: left;
  border-radius: 8px;
  background-color: #00b5df;
}


/* .fourmula-catalze ul li::before{
  content: '\f00c';
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  background-color: #002d7e;
  color: #efeeee;
  padding: 4px;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 5px;
}  */
.employe-tab .product-tab {
  padding: 10px 24px;
  margin: 15px 0;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
}
.product-tab-text {
  position: relative;
}
.product-tab-text img {
  position: absolute;
  top: 100px;
  width: 62%;
  right: -200px;box-shadow: 0 0 15px rgb(51 51 51 / 30%);
}


.product-tab-text2 img {
  position: relative !important;
  width: 100%;
  right: 0px !important;
  top: 0 !important;
  box-shadow: none !important;
}

.employe-tab h3{ color: #ff805a;}
.employe-tab .nav-pills .nav-link.active, .employe-tab .nav-pills .show>.nav-link {
  background-color: white;
  border: none;
  position: relative;
}

.employe-tab h3.heading_h3.text_blue::before {
  content: '\f061';
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  background-color: #6d89d2;
  color: #efeeee;
  padding: 6px 10px;
  border-radius: 50%;
  position: absolute;
  /* right: -53px; */
  left: -68px;
  top: -6px;
}



.prod-box1 i{ background-color: #ff805a;}
.prod-box2 i{ background-color: #6d89d2;}
.prod-box3 i{ background-color: #00b4dc;;}

.employe-tab .nav-link{
    color: rgba(33, 37, 41, 0.75);
    background-color: white;
    box-shadow: 0 0 15px rgb(51 51 51 / 30%);
    margin-right: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color:  rgb(0,39,143);
 
}



/* productivity */

.productivity-img {
  background-image: url(../image/productivity.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #fff;
  background-size: 56%;
  background-position-y: bottom;
}

.productivity-img .prod-box{
   font-weight: 600;font-size: 15px;
   margin-top: 20px;
}

.prod-box i{
    padding: 25px;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
}





.data-security img{
     width: 60%;
}


/* Solutions Page employee productivity page  */

.solutions-arya-slider {
  background: #0e2468;
  background: linear-gradient(90deg,rgba(12,32,94,1) 0,rgba(72,131,182,1) 100%);
  color: rgb(255, 255, 255);
  padding: 20px 0;
}

.time-attendance-slider {
  background: #0e2468;
  background: linear-gradient(90deg,rgba(12,32,94,1) 0,rgba(72,131,182,1) 100%);
  color: rgb(255, 255, 255);
  padding: 20px 0;
}
.time-attendance-slider img{
   width: 80%;
}



.custom-shape-divider-bottom-1676976421 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1676976421 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 61px;
}

.custom-shape-divider-bottom-1676976421 .shape-fill {
  fill: #FFFFFF;
}



.data-comrises-box{
  padding: 20px;
  background-color: rgb(0 182 224);
  margin: 20px 0;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgb(51 51 51 / 30%);
    
}

.assessment-capability{
    background-color: #f3f3f3;
}




/* footer  */


.footer {
  background: rgb(0,39,143);
  background: -moz-linear-gradient(90deg, rgba(0,39,143,1) 0%, rgba(84,102,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,39,143,1) 0%, rgba(84,102,255,1) 100%);
  background: linear-gradient(90deg, rgba(0,39,143,1) 0%, rgba(84,102,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00278f",endColorstr="#5466ff",GradientType=1);


}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
}
.single_footer ul li a:hover { color: #ff3666; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
  color:#ff3666;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}

}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
  width:40px;
  height:40px;
  line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}


.solutions-arya-slider img{
  width: 60%;
  text-align: center;
}



/*END SOCIAL PROFILE CSS*/
.copyright {

  padding-top: 20px;
  color:#fff;
  font-size: 15px;
  text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}

.about-box i{
  font-size: 44px;
  padding: 25px;
  border: 2px solid;
  border-radius: 30%;
  background-color: #f1ad44;
  margin: 20px;
  color: #ffffff;
}
.about-box h5{
  color: #0d3382;
}

.about-box i:hover {
  color: #fff !important;
  background-color: #0d3382 !important;
}.cost-box {
  text-align: center;
  background-color: #657dc3;
  color: #fff;
  margin: 0;
  padding: 10px 0;
}

.padding-lr-100{
   padding: 0 100px;
}

.assessment-capability img{
  width: 60%;
  text-align: center;
}
.automated-timesheet img{
  width: 80%;
}

.border-right{
   border-right: 2px solid rgb(100 100 100 / 39%);
}.progress_box { padding-top:15px;}
.progress_box .progree_heading{
   font-weight: 600;
   color: #627cbf;
}
.pb-30{padding-bottom: 30px; }
.text-justify{ text-align: justify;}
.bg_dark_gray{
  background-color: #222d38;}.text_white{ color: #fff;}
  .Recognized-logo ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;    
    text-align: center;

  }@media screen and (min-width: 1291px){
  .Recognized-logo ul {
      padding-left: 15px;
      padding-right: 15px;
      min-width: 70.33333%;
      width: 70.33333%;
      max-width: 70.33333%;
      margin: 0 auto;
  }
  .left-100{
    padding-left: 135px;
}}
  .section-contact {
    padding: 67px 35px;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(51 51 51 / 30%);
  }
  
  .section-contact .header-section .title {
    position: relative;
    margin-bottom: 17px;
    text-transform: uppercase;
      font-weight: 700;
      font-size: 42px;
      color: #0d3382;
  }
  


  .section-contact .form-contact .single-input {
    position: relative;
    margin-top: 25px;
  }
  
  .section-contact .form-contact .single-input i {
    position: absolute;
      top: 5px;
      left: 15px;
      color: #0d3382;
  }
  
  .section-contact .form-contact .single-input input,
  .section-contact .form-contact .single-input textarea {
    width: 100%;
      border: none;
      border-bottom: 2px solid #7488aa;
      padding-left: 50px;
      padding-bottom: 3px;
      font-size: 15px;
      transition: border .3s;
      border-radius: 9px;
      outline:none;
  }
  
  .section-contact .form-contact .single-input input::placeholder,
  .section-contact .form-contact .single-input textarea::placeholder {
    color: rgba(7, 57, 92, .3);
  }
  
  
  .section-contact .form-contact .single-input textarea {
    height: 110px;
    min-height: 50px;
  }
  .section-contact .form-contact .single-input textarea:focus-visible {
    outline:none;
  }
  .section-contact .form-contact .submit-input input {
       margin-top: 40px;
      padding: 15px 50px;
      background-color: #0d3382;
      color: #fff;
      border: none;
      font-weight: 700;
      transition: background-color .3s;
  }
  
  .section-contact .form-contact .submit-input input:hover {
    background-color: #0d3382;
  }
  
  @media (max-width: 575.99px) {

    

   
    .section-contact .header-section .title {
        font-size: 40px;
    }
  
  
    .section-contact .header-section .description {
      font-size: 14px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767.99px) {
    .section-contact {
        padding: 80px 60px;
    }
  
    .section-contact .header-section .title {
        font-size: 45px;
    }
  
   
  }
  
  @media (min-width: 768px) and (max-width: 991.99px) {
    .section-contact {
        padding: 80px 60px;
    }
  
    .section-contact .header-section .title {
        font-size: 45px;
    }
  
    
  }.contact-map {
    overflow: hidden;
}.contact-image.animation_img, .contact-image.animation_img .mobile_num a, .contact-image.animation_img p {
  color: #fff;
}.p-30 {
  padding: 30px 0;
}.heading_h4 {
 
  margin: 10px 20px;
  font-weight: 600!important;
}.ml-0 {
  margin-left: 0!important;
}.contact-export {
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
}.pb-10 {
  padding-bottom: 10px!important;
}.form-contact-text .mobile_num {
  padding-top: 12px;
}.form-contact-text p {
  line-height: 10px;
}.form-contact-text .mobile_num a {
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
}
.position-relative {
  position: relative;
}.g-map {
  position: absolute;
  width: 180%;
}.form-contact-text::before {
  content: '\f095';
  font-family: FontAwesome;
  font-weight: 400;
  float: left;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  padding: 0px 16px;
  margin-right: 17px;
  border-radius: 51%;
  border: 2px solid #fff;
  font-size: 30px;
}@media (max-width: 991px){
.g-map {
    position: relative;
    width: 100%;
}

}

.contact-form .form-group {
  margin-bottom: 22px;
}.contact-form .form-group input, .contact-form .form-group textarea, .form-group select {
  width: 100%!important;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #e5e3e3;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  box-shadow: 1px 4px 8px rgb(128 127 127 / 19%);
}


/* pricing  */


.pricing .toggle {
  margin-top: 2rem;
  color: hsl(234, 14%, 74%);
  display: flex;
  align-items: center;
}
.pricing .toggle-btn {
  margin: 0 1rem;
}
.pricing .checkbox {
  display: none;
}

.pricing .sub {
  background: rgb(14 61 148) ;
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* height: 25px;
  width: 50px; */
  height: 1.6rem;
  width: 3.3rem;
  border-radius: 1.6rem;
  padding: 0.3rem;
}
.pricing .circle {
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}
.pricing .checkbox:checked + .sub {
  justify-content: flex-end;
}

.pricing .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pricing .card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
  width: 28%;
}

.pricing .cards .card.active {
  background-color: rgb(23 63 152) ;
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.04);
  z-index: 1;
}
.pricing ul {
  margin: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.pricing ul li {
  list-style-type: none;
    /* display: flex; */
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}
.pricing ul li .price {
  font-size: 3rem;
  color: hsl(232, 13%, 33%);
  padding-bottom: 2rem;
}
.pricing .shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.pricing .card.active .price {
  color: #fff;
}

.pricing .btn-blue-underline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.pricing .btn-blue-underline:hover {
  background-color: #fff;
  color: #143586;
  border: 1px solid #fff;
}

.pricing .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.pricing .card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}
.pricing .pack {
  font-size: 1.1rem;
}

@media (max-width: 280px) {
  .pricing ul {
    margin: 1rem;
  }
  .pricing h1 {
    font-size: 1.2rem;
  }
  .pricing .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }
  .pricing .cards {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .pricing .card {
    transform: scale(0.8);
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .pricing .cards .card.active {
    transform: scale(0.8);
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .pricing .cards {
    display: flex;
    flex-direction: column;
  }
  .pricing .card {
    margin-bottom: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .pricing .cards {
    display: flex;
    flex-direction: column;
  }
  .pricing .card {
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 314px) and (max-width: 768px) {
  .pricing .card {
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .addon-width{
    width: 100% !important;
    margin: auto;
  }
  
  .pricing .cards .card.active {
    transform: scale(1);
  }
}
.addon-width{
  width: 80% ;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1046px) {
  .pricing .cards {
    display: flex;
  }
  .pricing .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .pricing .cards .card.active {
    transform: scale(1);
  }
}

.pricing .toggle{  
  
  margin: 3.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;

}.pricing-listing {
  margin: auto;
}
.pricing-listing i {
  margin-right: 5px;
  font-weight: 600;
}
.addon_area span {
  font-family: Lato,sans-serif;
  background: #1dafff2b;
  font-size: 21.5px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: #1e3a88;
  border-radius: 10px 10px 0 0;
}.addon_area_details {
  box-shadow: 0 8px 30px 0 rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 10px;
}.addon_area_details ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}section.addon_area {
  padding-top: 0 !important;
}.pt-100{
  padding-top: 120px !important;
}  
.pt-80{
  padding-top: 80px !important;
}  
@media  screen and  (max-width: 767px) {
  .pt-100{
    padding-top: 140px !important;
  }
  .pt-80{
    padding-top: 100px !important;
  } 
}

  

/* cta card  */

#loader {
  display: none;
}
#loader {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: .6!important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
div#loaderImgDiv {
  margin: auto;
  text-align: center;
  margin-top: 20%;
}
#loaderImg{
  width: auto;
  height: 100%;
}