.map{
	border: 3px solid #0a2dc9 !important;
}
.custom-control-input{
	margin-right: 35px !important;
}
/* Price Area css
============================================================================================ */
.price_area {
  background: #fafcff;
}

.price_area .price_inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
}

.price_area .price_inner .col-lg-3:last-child .price_item .price_text:before {
  display: none;
}

.price_item {
  border-top: 2px solid #fff;
}

.price_item .price_text {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 45px;
  position: relative;
}

.price_item .price_text:before {
  content: "";
  width: 1px;
  background: #eeeeee;
  height: 336px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.price_item .price_text h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 12px;
}

.price_item .price_text h5 {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.price_item .price_text h2 {
  font-size: 36px;
  color: #222222;
  margin-bottom: 40px;
}

.price_item .price_text h2 span {
  font-weight: 300;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.price_item .price_text .list li {
  margin-bottom: 20px;
}

.price_item .price_text .list li a {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.price_item .price_text .list li:last-child {
  margin-bottom: 0px;
}

.price_item .price_btn {
  display: block;
  text-align: center;
  background: #6247ea;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  opacity: 0;
  margin-bottom: -50px;
}

.price_item:hover {
  border-color: #6247ea;
}

.price_item:hover .price_text h2 {
  color: #6247ea;
}

.price_item:hover .price_text h2 span {
  color: #6247ea;
}

.price_item:hover .price_btn {
  opacity: 1;
}

/* End Price Area css
============================================================================================ */
/* BLOG LIST
============================================================================================ */
.blog_list{
  margin-left: 1em !important;
  list-style: lower-roman;
  
}