@charset "utf-8";

/*
Theme Name: CarForYou - Responsive Car Dealer HTML5 Template.
Author: WMD Team
Version:1.0
*/
/* 
.header-img{
    background: url(images/news-bg.jpg) no-repeat center;
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 72px;
    background-size: cover !important;
} */

#myBtn {
    /*display: none;
    */position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
 
  
  
/* service design */

/* Style the tab content */
  .tabcontent {
    display: none;
    padding: 30px 0px;
  }
  .tab .buttondes {
   background-color: inherit;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
}  
/*.container5 {*/
/*  position: relative;*/
/*  text-align: center;*/
/*  color: white;*/
/*}*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
  /* Change background color of buttons on hover */
  .tab .buttondes:hover {
    background-color: #ddd;
  }
 
  /* Create an active/current tablink class */ 
   .tab .buttondes .active {
    background-color: #26bdef;
    font-style: normal;
  }
  .tabcon{
    padding: 20px 16px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
  }
 

  /* service card design */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
  }
  
  .prices{
    color: black;
    font-size: 30px;
  }
  .headercard{
    border: none;
    outline: 0;
    padding: 8px;
    color: black;
    background-color: #26bdef;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
  }
   .card .butonn{
    border: none;
    outline: 0;
    padding: 8px;
    color: black;
    background-color: #26bdef;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
  }
  .card .butonn:hover {
    opacity: 0.7;
  }


  .fa-check {
    color: green;
  }
  .fa-remove {
    color: red;
  }
  .paynow-btn{
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    background-color: #26bdef;
    border: color red;
    box-shadow:15sease-in-out;
    color: black;
}
.modal p{
  text-align: justify;
}
.serviceblock
{
  margin-top: 13px;
  background-color: #26bdef;
  text-align: center;
  padding: 17px;
}
.whats-topa{
 color: #ffffff;
    display: block;
    font-size: 29px;
    height: 41px;
    line-height: 47px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    background: #25d366 none repeat scroll 0 0;
    fill: #25d366;
}
.whats-topa:hover{
     opacity: 0.7;
     color: white;
}
.circle_icon{ 
  border-radius: 50%;
   color: white; 
   float: left; 
   font-size: 17px;
    height: 40px; 
    line-height: 38px; 
    margin-right: 10px; 
    text-align: center; 
    width: 40px;
     background-color: #26bdef; 
}