p .small_signup_btn{
  background: #ff6622;
  color: #fff;
  border: none;
  padding: 1px 6px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
}
div.texts-inner h2.margin-top-0{
  margin-top: 0 !important;
}
#dashboard_link{
  display: block;
  font-family: arial;
  font-size: 10px;
  line-height: 10px;
  margin-top: -10px;
  padding-bottom: 5px;
}
#map_image{
  background-image: url(<?php echo cdn_url('assets/images/map-image-comp.jpg');?>);
  background-repeat: no-repeat;
  height: 550px;
  width:100%;
  background-size: cover;
}
section.the-pricing{
  background: #f8fbfd;
  padding: 117px 0;
}
section.the-pricing .title{
  color: #0084ff !important;
  font : 500 16px/1 "Poppins", sans-serif !important;
}
span.price{
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  min-height: 50px;
  text-align: center;
  padding: 15px 0 10px;
}
span.plan_name{
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: unset;
  width: 100%;
  text-align: center;
  min-height: 50px;
}
ul.features{
  color: #8a8a8a;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.features li{
  margin: 0 20px;
  padding:6px;
}
.price_card_div div{
  top: 0;
}
.border-price:not(:last-child) {
  border-right: 1px solid #ddd;
}

.price_card_div{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: inline-table;
  top: 0;
  padding-top: 18px;
  border-top: 5px solid #31DBB5;
}

#pricing .col-md-3{
  padding: unset;
  margin: 5px 0px;
}
.features li:before {    
  font-family: 'FontAwesome';
  content: '\f00c  ';   
}
span.power{
  display: block;
  font-size: inherit;
  font-weight: 500;
  margin: 20px 20px 0px 20px;
  min-height: 80px;
}
p.text{
  font-weight: 500;
  margin: 0 30px;
  min-height: 150px;
}
span.recommended{
  background:#CFFFF4;
  padding:5px;
  min-height: 50px;
}

/* DESKTOP/4K VIEW */
@media (min-width: 769px) { 
  #pricing .col-md-3{
      width: 20%;
  }
  .price_card{
      min-height: 900px;
  }
  .price_card_div .header{
      text-align: unset;  
  }
}
/* LAPTOP LARGE VIEW */
@media (max-width: 1200px){
  .get_started_btn .btn{
      font-size: 10px;
      padding: 0px 30px;
  }
  span.price,
  span.plan_name{
      font-size: 16px;
  }
  span.recommended,
  span.power{
      font-size: 10px;
  }
  p.text{
      font-size: 12px;
      line-height: 22px;
      min-height: 150px;
  }
  .features li{
      font-size: 12px;
  }
}
/* LAPTOP SMALL VIEW */
@media (max-width: 991px){
  .get_started_btn .btn{
      font-size: 10px;
      padding: 0px 25px;
      margin: unset;
  }
  span.price,
  span.plan_name{
      font-size: 14px;
  }
  span.recommended,
  span.power{
      font-size: 10px;
  }
  p.text{
      font-size: 10px;
      line-height: 15px;
      min-height: 120px;
  }
  .features li{
      font-size: 10px;
      line-height: 20px;
  }
}
/* MOBILE VIEW */
@media (max-width: 768px) {
  .get_started_btn .btn{
      font-size: 14px;
      padding: 0px 35px;
      margin-bottom: 20px;
  }
  #pricing .col-md-3{
      padding: 15px;
  }
  .price_card_div{
      margin: 2px;
  }
  .price_card_div .header{
      text-align: center;
  }
  .price_card_div .border-price{
      border-right : unset;
      border-bottom: 5px solid #31DBB5; 
  }
  span.price{
      margin: unset;
      font-size: 18px;
      min-height: unset !important;
  }
  span.plan_name{
      margin: unset;
      font-size: 24px;
      min-height: unset !important;
  }
  span.recommended,
  span.power{
      margin: unset;
      min-height: unset !important;
      font-size: 14px;
  }
  p.text{
      margin: unset;
      min-height: unset !important;
      font-size: 14px;
      line-height: 26px;
  }
  .features li{
      margin: unset;
      min-height: unset !important;
      font-size: 14px;
  }
}
.btn-wrapper {
  padding-top: 20px;
  text-align: center;
  display: block;
}
