
/*********** per popup ***********/

#pricing_tables_1 {
    width: 350px;
}

#pricing_tables_2 {
    width: 350px;
}


/********* fine per popup *******/


.container_pricing_tables {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 30px;
	padding:80px 0;
}


#pt1_container {
	padding: 0px 30px 30px;
    background-color: #eef8fc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	/*
		-webkit-box-shadow: 9px 16px 13px -5px rgba(63, 63, 63, 0.5);
		box-shadow: 9px 16px 13px -5px rgba(63, 63, 63, 0.5);
	*/
}

.pt1_header {
    background-color: aliceblue;
    /* width: 100%; */
    padding: 15px 50px;
    background-color: #eef8fc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.pt1_header h2 {
	font-family: "League Spartan", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #403f3e;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.pt_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.pt_icon .fa-circle-check {
    color: #249700;
    font-size: 25px;
}

.pt_icon .fa-circle-xmark {
    color: #cd2129;
    font-size: 25px;
}

.pt_info .title {
    font-family: "League Spartan", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #403f3e;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

#rox_no .pt_info .title {color:#bdbdbd;}

.pt_info span {
    font-family: "Open Sans", Sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    color: #222832;
    text-align: center;
}


#pt1_price_container {
    background-color: #eef8fc;
    border-radius: 10px;
    color: #403f3e;
    padding: 20px 50px 10px 50px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.pt1_box_price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}

.pt1_box_price_number {
    font-family: "League Spartan", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    position: relative;
    /* margin: 0; */
    line-height: 1;
}

.pt1_box_month {
    font-family: "Open Sans", Sans-serif;
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    align-self: center;
}


.pt1_box_price_text {
    font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    /* letter-spacing: 1.2px; */
    text-align: center;
}

.pt1_box_price_text_2 {
	font-family: "League Spartan", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    /* letter-spacing: 1.2px; */
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}

.pt1_button_container a {
	background-color: #7c7c7c;
	border:1px solid #7c7c7c;
    text-transform: uppercase;
    color: #fff;
    /* border: none; */
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 23px;
    font-weight: 300;
    font-family: "League Spartan", Sans-serif;
    cursor: pointer;
    display: inline-flex
	;
    align-items: center;
    /* gap: 10px; */
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
    justify-content: center;
    margin-top: 20px;
}

.pt1_button_container a:hover {
	background-color: transparent;
	border:1px solid #7c7c7c;
	color: #7c7c7c;
	transition:.5s;
}

/***** pricing table 2 *********/

#pt2_container {
    padding: 0px 30px 30px;
    /* background-color: #eef8fc; */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #ffd4e1, #fff9d4);
    -webkit-box-shadow: 9px 16px 13px -5px rgba(63, 63, 63, 0.5);
    box-shadow: 9px 16px 13px -5px rgba(63, 63, 63, 0.5);
}

.pt2_header {
	
    /* width: 100%; */
    padding: 15px 50px;
    background-color: #413f3d;
    border-radius: 10px;
    margin-bottom: 10px;
	position:relative;
}

.pt2_badge_header {
    position: absolute;
    top: -37px;
    right: 0;
    background: linear-gradient(to right, #fd565b, #9153f5);
    color: #fff;
    font-family: "League Spartan", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-radius: 10px;
    padding: 0 30px;
}

.pt2_header .star_pt2 {
    position: absolute;
    top: 0;
    right: 0;
    color: #f4b83e;
    padding: 1px 35px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: -15px;
    font-size: 25px;
}

.pt2_header h2 {
	font-family: "League Spartan", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.pt_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.pt_icon .fa-circle-check {
    color: #249700;
    font-size: 25px;
}

.pt_icon .fa-circle-xmark {
    color: #cd2129;
    font-size: 25px;
}

.pt_info .title {
    font-family: "League Spartan", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #403f3e;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

#rox_no .pt_info .title {color:#bdbdbd;}

.pt_info span {
    font-family: "Open Sans", Sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    color: #222832;
    text-align: center;
}


#pt2_price_container {
    background-color: #413f3d;
    border-radius: 10px;
    color: #fff;
    padding: 20px 50px 10px 50px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.pt2_badge_discount {
    position: absolute;
    top: -40px;
    right: -13px;
    padding: 48px 0px 0px 38px;
    background: #fe3426;
    color: white;
    width: 125px;
    height: 100px;
    border-radius: 0px 10px 0px 100px;
    display: flex;
    flex-direction: row;
}

.pt2_badge_discount .discount_value {
    font-size: 38px;
    line-height: 1;
}

.pt2_badge_discount .discount {
    display: flex	;
    flex-direction: column;
    line-height: 1;
}



.pt2_box_price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}

.pt2_box_price_number {
    font-family: "League Spartan", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    position: relative;
    /* margin: 0; */
    line-height: 1;
}

.pt2_box_month {
    font-family: "Open Sans", Sans-serif;
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    align-self: center;
}


.pt2_box_price_text {
    font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    /* letter-spacing: 1.2px; */
    text-align: center;
}

.pt2_box_price_text_2 {
	font-family: "League Spartan", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    /* letter-spacing: 1.2px; */
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}

.pt2_button_container a {
	background-color: #ffd639;
	border:1px solid #ffd639;
    text-transform: uppercase;
    color: #413f3d;
    /* border: none; */
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 23px;
    font-weight: 300;
    font-family: "League Spartan", Sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    /* gap: 10px; */
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
    justify-content: center;
    margin-top: 20px;
}

.pt2_button_container a:hover {
	background-color: transparent;
	border:1px solid #ffd639;
	color: #ffd639;
	transition:.5s;
}



/****************
	RESPONSIVE
	***************/
	
	@media (max-width: 992px) {
	
	.pt1_button_container a,
	.pt2_button_container a
	{
		font-size: 16px;
	}
	
}