     .service_border_radious{
            border: 1px solid #1cbac9;
            background: #1cbac966;
            border-radius: 5%;
        }
        .service_image{
            height: 164px;
        }
        .hover:hover{
            color: white !important;
        }
        @media  only screen and (max-width: 600px) {
          .header-topsocial {
            display: none;
          }

           .header-topinfo ul li a{
            font-size: 10px;
          }
        }

        @media  only screen and (max-width: 450px) {
          .header-topsocial {
            display: none;
          }

           .header-topinfo ul li a{
            font-size: 7px;
          }
        }



.title_border_buttom{
border-bottom: 3px solid #128C7E;
font-weight: bold;
font-size: 28px;
}

    .top {
    	overflow: hidden;
    	/*background: #f7931e;*/
    	text-align: center;
    	color: #fff;
        height: 200px;
    }
    .top h3 {
    	display: block;
    	/*margin-top: 22px;*/
    	line-height: 1;
    	font-size: 20px;
    	/*margin-bottom: 29px;*/
    }
    .top h4 {
    	font-size: 16px;
    	/*margin-top: 20px;*/
    	/*margin-bottom: 15px !important;*/
    }
    .newPrice {
    	font-size: 25px;
    	color: #000;
    	line-height: 1.4;
    }
    .oldPrice {
    	font-size: 22px;
    	color: #999;
    	text-decoration: line-through;
    	line-height: 1;
    }
    .packPrice {
    	width: 163px;
    	margin: 0 auto;
    	margin-bottom: 0px;
    	padding: 26px 0px;
    	background: #fff;
    	color: #333;
    	border-radius: 50%;
    	transform: rotate(-15deg);
    	margin-bottom: 15px !important;
    	position: relative;
    	box-shadow: -1px 1px 21px rgba(0, 0, 0, 0.4);
    	line-height: 1;
    }
    .packPrice::before {
    	border-color: #D225CC;
    }
    .packPrice::before {
    	width: calc(100% + 14px);
    	position: absolute;
    	content: "";
    	left: -7px;
    	top: -7px;
    	height: calc(100% + 14px);
    	border: 3px solid #FFBE4F;
    	border-top-color: rgb(255, 190, 79);
    	border-right-color: rgb(255, 190, 79);
    	border-bottom-color: rgb(255, 190, 79);
    	border-left-color: rgb(255, 190, 79);
    	border-radius: 50%;
    }
    .packInfo {
    	line-height: 1.2;
    	text-align: center;
    	font-size: 15px;
    	color: #000;
    	margin-top: 12px;
    	font-weight: 400;
    }
    .packInfo span {
    	color: #FF4F51;
    	font-weight: bold;
    	font-size: 20px;
    }
    .tm-pricebox-body ul li i.fa-check {
    	background-color: #7BD11F;
    }
    .tm-pricebox-body ul li i.fa {
    	color: #fff;
    	text-align: center;
    	width: 19px;
    	padding: 4px 0px;
    	height: auto;
    	border-radius: 50%;
    	font-size: 11px;
    	margin-right: 10px;
    }
    .tm-pricebox-body ul li i.fa-times {
    	background-color: #ff6259;
    }
    .tm-pricebox-body ul li i.fa {
    	color: #fff;
    	text-align: center;
    	width: 19px;
    	padding: 4px 0px;
    	height: auto;
    	border-radius: 50%;
    	font-size: 11px;
    	margin-right: 10px;
    }

        .top_header{
            padding: 6px;
            font-weight: bold;
            font-size: 23px;
        }



              .service_border_radious{
            border: 1px solid #1cbac9;
            background: #1cbac966;
            border-radius: 5%;
        }
        .service_image{
            height: 164px;
        }
        .hover:hover{
            color: white !important;
        }
        @media  only screen and (max-width: 600px) {
          .header-topsocial {
            display: none;
          }

           .header-topinfo ul li a{
            font-size: 10px;
          }
        }

        @media  only screen and (max-width: 450px) {
          .header-topsocial {
            display: none;
          }

           .header-topinfo ul li a{
            font-size: 7px;
          }
        }


.text-black{color: black !important;font-size: initial;}     



.search-sec{
    background: #00B98E;padding: 2rem;
    border-radius: 0.5rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;

    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
     height: calc(3rem + 2px) !important;
     border-radius:0;
}


.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 22px;
  color: #777777;
  padding: 12px;
  margin: 0px;
}
.list-group+.panel-footer {
    border-top-width: 0;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

