 body, body * {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: Normal;
} 
 #displayTotal {
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 12px 0;
    position: fixed;
    right: 135px;
    bottom: 50px;
    z-index: 999999;
    height: 50px;
    width: 200px;
    font-size: 14px;
    color: #575756;
    text-align: center;
    background-color: #bababa;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}
  #displayTotal span{
    /*margin-left:8px;*/
    vertical-align: middle;
  }
.pricing-plugin-wrap{
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-plugin-wrap h1{
	text-align: left;
    color: #8c8c8c;
    font-family: Montserrat;
    font-size: 21px;
    font-style: Normal;
	margin-top: 70px;
    margin-bottom: 20px;
    line-height: 44px;
    font-weight: 400;
}
.packages-section{
    padding-bottom: 50px;
    margin-bottom: 50px;
    position:relative;
}
.packages-section:before{
    content: "";
    position: absolute;
    max-width: 800px;
    width: 100%;
    height: 1px;
    background: #343739;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.packages-section:last-child:before{
    display: none;
}
.packages-section h2{
    text-transform: uppercase;
    margin-top:0;
    margin-bottom: 25px;
	color: #343739;
    font-family: Montserrat;
    font-size: 25px;
    font-style: Normal;
}
.packages-section ul{
    padding-left: 15px;
}
.packages-section ul li{
    margin-bottom: 10px;
    list-style: disc;
    line-height: 24px;
}
.packages-section .row-list{
    margin-left:-15px;
    margin-right:-15px;
}
.packages-section .row-list:before, .packages-section .row-list:after{
    content: "";
    display: table;
}
.packages-section .row-list:after{
    clear: both;
}
.packages-section .row-list .list-column{
    /*padding-left:15px;
    padding-right:15px;*/
}
.packages-section .row-list .column-left{
	width: 66.6666666667%;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.packages-section .row-list .column-right{
	width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.packages-section .price-container .button-wrapper .button{
	text-transform: uppercase;
	font-family: Montserrat;
    font-size: 22px;
	line-height:26px;
    font-style: Normal;
	color: #343739;
    margin-top:15px;
    width:220px;
	background-color: #bababa;
	border-bottom: solid 2px #6c6c6c;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    
}
.packages-section .price-container .button-wrapper .button:hover{
}
#displayTotal:hover {
    background-color: #575756;
    color: #fff;
}
.price-box{
    background-color: #575756;
    line-height: 40px;
    margin:auto;
    text-align: center;
    padding: 75px 10px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 180%;
    letter-spacing: 0.04em;
    max-width: 220px;
}
.addon-price-box{
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    background-color: #575756;
    line-height: 40px;
    margin:auto;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 180%;
    letter-spacing: 0.04em;
    max-width: 220px;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.addon-price-box:hover{
	background-color: #353534;
}
input{
    height: 50px !important;
    padding: 0px 15px !important;
    font-size: 14px !important;
}
.contact-wrapper{
    margin-bottom: 40px;
}
.contact-wrapper form{
    margin-top: 15px;
}
.contact-wrapper form input[type="submit"]{
    min-width:160px;
    margin-right:0;
    text-transform: uppercase;
}
.contact-wrapper form .added-price{
    margin-top:25px;
    display: table;
    width:100%;
}
.contact-wrapper form .added-price.filled{
    border-top: 1px solid #343739;
    border-bottom: 1px solid #343739;
}
.contact-wrapper form .added-price>div{
    padding-top: 28px;
    padding-bottom: 28px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.contact-wrapper form .added-price>div:first-child{
    text-align: left;
}
.contact-wrapper form .added-price>div:last-child{
    text-align: right;
}

/*---------------STYLE FOR PURCHASE SECTION [2018-11-23] --------------------*/	
#purchase-container-paypal.medium-6.columns, #purchase-container.medium-6.columns, .stripe-paymentrow .row .medium-6.columns{
	width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	float: left;
	margin-top: 20px;
}
#purchase-container-paypal.medium-6.columns a, #purchase-container.medium-6.columns a{
	display: block;
}
#purchase-container-paypal.medium-6.columns form .addon-price-box, #purchase-container.medium-6.columns a .addon-price-box{
	max-width: 100%;
	width: 100%;
}
#addon-section{
    padding-left: 0;
    padding-right: 28px;
    /*padding-right: 26px;*/
}
#addon-section .medium-4.columns{
    width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
#addon-section .medium-8.columns {
    width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
#addon-section .medium-8.columns h2{
	font-family: Montserrat;
    font-size: 18px;
    line-height: 20px;
    font-style: Normal;
	font-weight: normal;
    text-transform: lowercase;
    margin: 0;
	position: relative;
    padding-left: 17px;
}
#addon-section .medium-8.columns h2::before{
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#addon-section .medium-4.columns .addon-price-box{
	background: #575757;
	border: solid 1px #000004;
}
.pricing-plugin-wrap .contact-wrapper{
	padding-right: 28px;
}
.stripe-paymentrow{
	
}
.stripe-paymentrow .row label.date-label{
	display: block;
}
.stripe-paymentrow .row input.card-expiry-month{
    width: 45%;
    display: table-cell;
    float: left;
}
.stripe-paymentrow .row input.card-expiry-year{
    width: 45%;
    display: table-cell;
    float: left;
}
.stripe-paymentrow .row span.date-year-line{
	text-align: center;
    vertical-align: middle;
    width: 10%;
    display: table-cell;
    float: left;
    line-height: 40px;
}
.stripe-paymentrow .row button.addon-price-box{
	max-width: 100%;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
    margin-top: 15px;
}


/*------------------------------------*/

@media screen and (min-width:768px){
    .packages-section .row-list{
        display: table;
        width:100%;
    }
    .packages-section .row-list .list-column{
        display: table-cell;
        vertical-align: middle;
        float:none !important;
    }
}
@media screen and (max-width:767px){
    .packages-section .row-list .list-column{
        float: left;
        margin-bottom: 15px;
    }
    .packages-section .row-list .column-left{
        width:100%;
    }
    .packages-section .row-list .column-right{
        width:100%;
    }
	#purchase-container-paypal.medium-6.columns, #purchase-container.medium-6.columns{
		width: 100%;
	}
	.packages-section .price-container .button-wrapper .button,
	.addon-price-box,
	.price-box{
		font-size: 120%;
		padding: 5px 10px;
	}
	.stripe-paymentrow .row .small-12.columns{
		width: 100%;
	}
}