.page-template-rate-calc #contentm, .page-template-rate-calc2 #content{
	display: block;;
}
.show-price{
	display: none;
}
 
.page-template-rate-calc #page, .page-template-rate-calc2 #page{
	padding-right: 0px;
	padding-left: 0px;
}
.slide-out{
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 500;
	padding: 100px 0;
	transition: all 0.6s ease-in-out;
	height: 45vh;
	display: flex;
	align-items: center;
	box-shadow: 100px 0 70px #ddd;
	text-align: center;
}
.slide-out.slide-in{
	bottom: 0%;
}
.slide-out .container{
	max-width: 500px;
}
.slide-out .container .form-control{
	margin-bottom: 20px;
}
.slide-out .gform_button.button{
	font-size: 18px;
	padding: 6px 30px !important;
}
.slide-out .container .btn:hover{color: #fff;}
.overflow-hide{
	overflow: hidden;
}

.slide-out .gform_wrapper{
	margin-top: 20px;
}
.gform_footer{
	justify-content: center;
}

.qty-wrap {
    display: flex;
    align-items: center;
}
.qty input[type="radio"] {
  display: none;
}
.qty input[type="radio"]+label:before {
  content: "";
  width: 18px;
  height: 18px;
  padding: 4px;
  margin-right: 3px;
  background-clip: content-box;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.qty input[type="radio"]:checked + label:before {
  background-color: #555;
}
.qty label {
	position: relative;
	padding-left: 25px;
}
.qty input[type="number"]{
    border-color: #ddd !important;
    color: #333 !important;
    padding: 5px 15px 5px 15px;
    text-align: center;
    flex: 1;
    font-size: 16px;
    margin: 0 3px;
}
.calc-form .qty{
	position: relative;
	width: 220px;
 }
 .calc-form table{border: none; background-color: #fff; margin: 0;}
 .calc-form table tr th{border: none;}
 .calc-form table tr td{
	border: none; 
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 12px 24px;
	vertical-align: middle;
	border-color: #e9ecef!important;
	color: #1e1e1e;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
 }
 .calc-form .qty .qty-minus, .calc-form .qty .qty-plus{
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
 }
 .calc-form .qty .qty-minus{
	left: 0;
 }
 .calc-form .qty .qty-plus{
	right: 0;
 }

.page-template-rate-calc #content{
  display: block;;
}
.page-template-rate-calc #page{
  padding-right: 0px;
    padding-left: 0px;
}
/*Price Package*/
.price-title {
	font-size: 32px;
	position: relative;
	padding-bottom: 30px;
}
.price-title:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #eee;
	bottom: 15px;
}
.price-title:after{
	content: '';
	display: block;
	position: absolute;
	width: 55px;
	height: 5px;
	background-color: #e22c2f;
	bottom: 13px;
}

.price-list{
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background-color: #e22c2f;
}
.price-list .amount{
	font-size: 30px;
	font-weight: bold;
}
.price-list .amount-sub{
	font-size: 16px;
}
.price-table{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	padding: 15px;
}
.price-table .table{
	margin: 0px;
}
.price-table table tr:first-child td{
	border: none;
}
.price-table svg{
	color: #e22c2f;
}
.price-section-banner{
	background-color: #f5f5f5;
	margin-top: 80px;
	padding: 25px 0;
}
.price-section-banner h2{
	text-align: center;
	font-size: 36px;
	position: relative;
	padding-bottom: 30px;
}
.price-section-banner h2:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 70px;
	height: 5px;
	background-color: #e22c2f;
	margin: 0 auto;
	bottom: 15px;
}
.price-section-banner form{
	padding: 30px 0 0 0;
}
.price-section-banner .control-label, .price-section-banner label{
	font-weight: normal;
}
.price-section-banner .form-control{
	height: 45px;
	border-radius: 0px;
}
.price-section-banner .form-control:focus{
	box-shadow: none;
	border: 1px solid #787878;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #ddd;
}
.styled-checkbox:checked + label:before {
    background: #e22c2f;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
   position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
.newsletter-btn{
	background-color: #e22c2f;
    border: none;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    min-width: 140px;
    text-transform: uppercase;
	width: 100%;
}
.newsletter-btn:hover, .newsletter-btn:focus{
	background-color: #000;
	text-decoration: none;
	outline: none;
}
.project-cost{
    padding-bottom: 40px;
}
.price-form .form-group{
	margin-bottom: 20px;
}
.dis-none{
	display: none;
}
.search-faq{
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.search-faq .form-control{
	border-radius: 0px;
}
.search-faq .form-control:focus{
	box-shadow: none;
	border: 1px solid #787878;
}
.search-faq .input-group-addon{
	cursor: pointer;
	border-radius: 0px;
}
.search-faq .input-group-addon:hover{
	background-color: #e22c2f;
	color: #fff;
}
.required-fields {
	color: red;
}
.send-ml-block{
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.send-ml-block input[type="email"]{
	font-size: 16px !important;
	padding: 8px 10px;
}
.send-ml-block input[type="email"]:focus{
	border: 1px solid #222;
}
.package-box{
	margin: 0;
	padding: 0px;
	display: flex;
	align-items: stretch;
}
.package-box li{
	flex: 1;
	padding: 0px;
	margin: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	list-style: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-radius: 12px;
    overflow: hidden;
	display: flex;
    flex-direction: column;
}
.package-box li:first-child, .package-box li:last-child{
	margin: 15px 0;
}
.package-box li .content{
	padding: 30px 15px;
    background-color: #fff;
}
.package-box li .content p{
	font-size: 18px;
    line-height: 1.4;
}
.package-box li .value{
    background-color: #f7fafc;
    color: #000;
    border-top: 1px solid #e9e9e9;
	flex: 1;
}
.package-box li .value .price-value{
	padding: 10px 10px 30px;
}
.package-box li .value .price-info{
	padding: 30px 10px 0;
}

.package-box li .value p{margin: 0 0 5px 0;}
.package-box li .value h4{margin: 0; padding: 0; font-weight: bold; font-size: 22px;}
.package-box li .value hr{margin: 10px 0;}
.package-box li h3 {
    /* text-transform: uppercase; */
    position: relative;
    font-size: 21px;
    font-weight: 600;
    background-color: #f6ddde;
    padding: 30px 15px;
    color: #000;
    margin-bottom: 0;
}
.package-box li h3 small{
	color: #000;
	display: block;
	font-style: italic;
	margin-top: 10px;
	text-transform: initial;
	font-weight: 400;
 }
.package-box li:hover {
    background-color: #f5f5f5;
}
.package-box li h4, .package-box li h5{
	font-size: 18px;
	color: #000;
}
.package-box li .sub-para{
	min-height: 60px;
}

.package-box .btn{
	background-color: #000;
	border: 1px solid #000;
	padding: 6px 20px;
	border-radius: 5px;
	font-size: 18px;
	margin-top: 10px;
	color: #fff;
}
.package-box .btn:hover{
	background-color: transparent;
	color: #000;
}

.calc-form .form-control{
	border-radius: 0px;
	height: 35px;
}
.calc-form .form-control:focus{
	box-shadow: none;
	border: 1px solid #787878;
}
.calc-form label{
	font-weight: normal;
	font-size: 15px;
}
.calc-form label ~label{
	margin-left: 24px;
}
.cost .cost_txt{
	pointer-events: none;
	width: 100%;
	border: none;
}
.calc-table tfoot{
    /*background-color: #e22c2f;*/
    color: #fff;
    font-weight: bold;
}
.calc-table .qty_total, .calc-table .cost_total, .cost .cost_txt, .client_email{
	border: none;
	background-color: transparent;
}
.mob-show{
	display: none;
}
.client_email{
	border: none;
	border-bottom: 2px solid #aaa;
	min-width: 250px;
}
.client_email:focus{
	border: none;
	border-bottom: 2px solid #888;
	box-shadow: none;
	outline: none;
}
.calc-form{
	margin: 30px 0;
}
.rate-package-box{
	border-radius: 5px;
	margin: 0 0 30px 0;
	padding: 25px 15px 0 15px;
	background-color: #f5f5f5;
}
.rate-package-box .flex-row{
	display: flex;
	align-items: center;
}
.rate-package-box .newsletter-btn{
	margin-bottom: 15px;
}
.rate-package-box h2{
	font-size: 38px;
}
.rate-package-box h2, .rate-package-box p{
	margin-bottom: 30px;
}
.vanilla_form {
    background-color: #fff;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.vanilla_form table th{    
    border-bottom: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
	padding: 12px 24px;
    background-color: #f0f0f0;
    border-color: #f8f9fa;
}
@media(min-width: 621px){
	.calc-table .cost_total, .calc-table .cost, .calc-table td:nth-child(3){
		width: 100px;
	}
}
@media(max-width: 991px){
	.package-box{
		display: block;
	}
	.package-box li{
		margin: 15px 0;
	}
	.rate-package-box img{
		display: none;
	}
}
@media(max-width: 767px){
	.package-box li:first-child, .package-box li:last-child{
		margin: 20px 0;
	}
	.rate-package-box .flex-row{
		display: block;
	}
	.package-box li .value .price-info p{
		font-size: 14px;
	 }
	 .package-box li .value .price-value{
		padding: 5px;
		font-size: 16px;
	 }
	.package-box .btn{
		font-size: 16px;
		padding: 4px 10px;
	 }
	.package-box li .sub-para{
		min-height: unset;
	}
	.package-box li h3{
		font-size: 16px;
		margin: 0;
		padding: 10px;
	}
	.send-ml-block{
		padding: 30px 15px;
	}
	.rate-package-box h2{
		font-size: 26px;
	}
	.send-ml-block p{
		display: flex;
		flex-direction: column;
	}
	.newsletter-btn{
		margin-top: 10px;
		font-size: 14px !important;
		padding: 8px 10px;
		min-width: unset;
	}
	.rate-package-box{
		margin: 0 0 10px 0;
	}
	.vanilla_form table th, .calc-form table tr td {
		padding: 8px 12px;
		font-size: 16px;
	}
	.calc-form .qty{
		width: 180px;
	 }
}
@media(max-width: 620px){
	.price-section-banner{
		margin-top: 40px;
	}
	.price-section-banner h2, .price-title{
		font-size: 24px;
	}
	/*.calc-table tr td{
		display: block;
	}*/
	/*.calc-table thead{
		display: none;
	}*/
	.calc-table tbody tr td:first-child{
		font-size: 16px;
	}
	.mob-show{
		display: inline-block;
	}
}
.form-control{
	height: 40px;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border-radius: 5px !important;
}
