.pricingTable{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    margin: 30px 0;
    height: auto;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background: var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: -2;
}
.pricingTable:after{
    background: #fff;
    border-radius: 20px 20px 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    top: 90px;
    left: 10px;
    right: 10px;
    bottom: 19px;
}
.pricingTable .pricingTable-header{ margin: 0 0 60px; }
.pricingTable .title{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.pricingTable .price-value{
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0 0 30px;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color:#777;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 0 22px;
    margin: 0 0 15px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: var(--main-color);
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable-signup a{
  color: #fff;
  background: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 30px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 20px 0;
}
.pricingTable-signup a:hover{ 
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.pricingTable.pink{ --main-color: #f010ab; }
.pricingTable.yellow{ --main-color: #ffc516; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}




td, th{
    width: 12.5%;
    padding: 0;
    margin:0 10px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background:transparent;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    vertical-align:middle;
}

td h4{
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #202020;
}

td .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 30px 0;
}

.bank-details{
  width: 100%;
  margin: 0;
  padding: 30px 0;
  float: left;
} 
.left-details{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  float: left;
  background: #004055;
} 
.left-details img{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
} 
.left-details p{
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0 0 0;
  font-family:"Poppins";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
} 
.right-details{
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
} 
.right-details h3{
  width: 100%;
  margin-bottom: 10px;
  padding:10px;
  float: left;
  text-align: left;
  background: #004055;
  color: #ffffff;
  font-family:"Poppins";
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
} 
.right-details p{
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 5px 0 0 0;
  font-family:"Poppins";
  font-size: 16px;
  color: #161616;
  font-weight: normal;
} 
.right-details p span{ color:#F71C52 ;}


@media (max-width: 768px) {
  .table{ width: 100%;]}
  td, th{
    text-align: center;
    border-right: #cdcdcd 1px solid;
    background-color: #151515;
    color: #fff;
    padding: 0;
    font-size: 8px;
}

td h4{
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #202020;
}

td .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 30px 0;
}

}


@media (max-width: 448px) {
  .table{ font: size 10px; width: 100%;}

  td, th{
    text-align: center;
    border-right: #cdcdcd 1px solid;
    background-color: #151515;
    color: #fff;
    padding: 0;
    font-size: 8px;
}

td h4{
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
}

td .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 30px 0;
}

}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services{
    padding: 0;
    margin: 50px 0 0 0;
  }
  
  .featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
   background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  /*-----.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: none;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  
  .featured-services .icon-box:hover::before {
   background:none;
    top: 0;
    border-radius: 0px;
    color: #323232;
  }--------------------------*/
  
  .featured-services .icon {
    margin-bottom: 15px;
    width: 50px;
  }
  
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #141414;
    transition: all 0.3s ease-in-out;
  }
  
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .featured-services .title a{
    color: #323232;
    font-size: 21px;
    font-weight: 500;
  }
  
  .featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  /*----------------.featured-services .icon-box:hover .title a,
  .featured-services .icon-box:hover .description {
    color: #fff;
  }
  
  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }----------------*/

  .services .btn-contact {
    background: #F71C52;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    margin: 15px 15px 0 0;
    border-radius: 0;
    float: left ;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
}

.services .btn-get_started {
    background: transparent;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    margin: 15px 0 0 0;
    border-radius:0px;
    border: #777 1px solid;
    float: left ;
    color: #060018;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
}

.pricing .btn-buy:hover {
    background: #3b8af2;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  padding:40px 0;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box img{
  width: 50px;
  height: auto;
  margin:0;
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #F71C52;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #F71C52;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: transparent;
  border: #F71C52 1px dotted;
  padding: 10px 30px;
  color: #F71C52;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #F71C52;
  color:#ffffff
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



