 /*--------- Font ------------*/
 @import url(https://fonts.googleapis.com/css?family=Droid+Sans);
 @import url(http://weloveiconfonts.com/api/?family=fontawesome);

 /* fontawesome */
 [class*="fontawesome-"]:before {
     font-family: 'FontAwesome', sans-serif;
 }

 * {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 /*------ utiltity classes -----*/
 .fl {
     float: left;
 }

 .fr {
     float: right;
 }

 /*its also known as clearfix*/
 .group:before,
 .group:after {
     content: "";
     display: table;
 }

 .group:after {
     clear: both;
 }

 .group {
     zoom: 1;
     /*For IE 6/7 (trigger hasLayout) */
 }

 body {
     font-family: 'Droid Sans', sans-serif;
     line-height: 1;
     font-size: 16px;
 }

 .wrapper {}

 .pricing-table {
     margin: 50px auto;
     text-align: center;
     padding: 10px;
     padding-right: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }

 .pricing-table .heading {
     color: #9C9E9F;
     text-transform: uppercase;
     font-size: 1.3rem;
     margin-bottom: 4rem;
 }

 .block {
     overflow: hidden;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     /*    border: 1px solid red;*/
 }

 /*Shared properties*/
 .title,
 .pt-footer {
     color: #FEFEFE;
     text-transform: capitalize;
     line-height: 2.5;
     position: relative;
 }

 .content {
     position: relative;
     color: #FEFEFE;
     padding: 20px 0 10px 0;
 }

 /*arrow creation*/
 .content:after,
 .content:before,
 .pt-footer:before,
 .pt-footer:after {
     top: 100%;
     left: 50%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
 }

 .pt-footer:after,
 .pt-footer:before {
     top: 0;
 }

 .content:after,
 .pt-footer:after {
     border-color: rgba(136, 183, 213, 0);
     border-width: 5px;
     margin-left: -5px;
 }

 /*/arrow creation*/
 .price {
     position: relative;
     display: inline-block;
     margin-bottom: 0.625rem;
 }

 .price span {
     font-size: 4rem;
     letter-spacing: 3px;
     font-weight: bold;
 }

 .price sup {
     font-size: 1.5rem;
     position: absolute;
     top: 12px;
     left: -12px;
 }

 .hint {
     font-style: italic;
     font-size: 0.9rem;
 }

 .features {
     list-style-type: none;
     background: #0d95f77a !important;
     text-align: left;
     color: #000;
     padding: 30px 18%;
     font-size: 0.9rem;
 }

 .features li {
     padding: 15px 0;
     width: 100%;
 }

 .features li span {
     padding-right: 0.4rem;
 }

 .pt-footer {
     font-size: 0.95rem;
     text-transform: capitalize;
 }
.pt-footer a p{
  color:#fff;
}
 /*PERSONAL*/
 .personal .title {
     background: #177cc5
 }

 .personal .content,
 .personal .pt-footer {
     background: #0d95f7;
 }

 .personal .content:after {
     border-top-color: #0d95f7;
 }

 .personal .pt-footer:after {
     border-top-color: #FFFFFF;
 }
/*ikiyuzElliBesyuz*/
.ikiyuzElliBesyuz .title {
  background: #177cc5;
}

.ikiyuzElliBesyuz .content,
.ikiyuzElliBesyuz .pt-footer {
  background: #0d95f7;
}

.ikiyuzElliBesyuz .content:after {
  border-top-color: #0d95f7;
}
.ikiyuzElliBesyuz .pt-footer:after {
  border-top-color: #FFFFFF;
}
.fa.fa-check{
 color:#000;
 -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  padding-right: 5px;
}
/*besyuzBin*/
.besyuzBin .title {
  background: #177cc5
  ;
}

.besyuzBin .content,
.besyuzBin .pt-footer {
  background: #0d95f7
  ;
}

.besyuzBin .content:after {
  border-top-color: #0d95f7;
}
.besyuzBin .pt-footer:after {
  border-top-color: #FFFFFF;
}
 /*PROFESSIONAL*/
 .professional .title {
     background: #177cc5;
 }

 .professional .content,
 .professional .pt-footer {
     background: #0d95f7;
 }

 .professional .content:after {
     border-top-color: #0d95f7;
 }

 .professional .pt-footer:after {
     border-top-color: #FFFFFF;
 }

 /*BUSINESS*/
 .business .title {
     background: #177cc5;
 }

 .business .content,
 .business .pt-footer {
     background: #0d95f7;
 }

 .business .content:after {
     border-top-color: #0d95f7;
 }

 .business .pt-footer:after {
     border-top-color: #FFFFFF;
 }