
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}





.price_wrapper {
	padding: 80px 0;
}

.container {
	max-width: 1200px !important;
}

.price_wrapper h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}

.price_wrapper .price_item {
    background: #f1f2f3;
    padding: 80px 25px 25px 25px;
    border-radius: 15px;
    position: relative;
    margin-top: 120px;
}

.price_wrapper .price_item .price_tag {
    background: #FF4500;
    width: 140px;
    height: 140px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    color: #ffffff;
    position: absolute;
    top: -60px;
    left: 25px;
    z-index: 1;
}

.price_wrapper .price_item .price_tag h3 {
    font-size: 35px;
    font-weight: 700;
}

.price_wrapper .price_item p {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 10px 0;
}

.price_wrapper .price_item h4 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    border-bottom: 2px solid rgb(127 127 127);
    padding-bottom: 10px;
}

.price_wrapper .price_item ul {
    list-style: none;
    margin-top: 10px;
    font-family:"Inter";
}

.price_wrapper .price_item ul li {
    font-size: 17px;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.price_wrapper .price_item ul li span {
    background: #FF4500;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px !important;
    margin-right: 10px;
}

.price_wrapper .price_item a {
    background: #FF4500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s all ease-in-out;
}

.price_wrapper .price_item a:hover {
	  text-decoration: none;
	  opacity: 0.6;
}

.price_wrapper .price_item a i {
    transform: rotate(45deg);
    margin-left: 10px;
}






/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1399px){
	
}
@media (min-width: 1400px) { 
	
}
@media (min-width: 1200px) {

}

@media (max-width: 1199px) { 

}

@media (max-width: 991px) {

}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
		
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
	.price_wrapper h2 {
	    font-size: 30px;
	}
}
