/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.wpcf7-form.sent .result {
	display: block;
}
.footer-set {
    background: #f7f8f8;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}


.main-section-1 {
    width: 100%;
    display: block;
 
    position: relative;
    z-index: 1;

    margin: 0 auto;
    padding-bottom: 350px;
	padding-top:60px;
}
.footer-1 {
    width: 33.3%;
    float: left;
    display: inline-block;
    text-align: center;
	position: relative;
    z-index: 1;
}

.footer-1 a {
    display: block;
    padding: 15px;
    background: #2a2a2a;
    width: 115px;
    margin: 40px auto;
    color: #fff;
    text-decoration: none;
    border-bottom: 10px;
    border-radius: 30px;
    text-transform: uppercase;
	font-size:16px;
	line-height:20px;
}

.footer-1 i {
    color: #4dbc15;
    font-size: 70px;
    display: block;
    padding: 0;
    margin: 0 0 60px 0;
}


.getstarted {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 30px 0;
    margin: 0 0 60px 0;
   
}

.getstarted p {
   
    font-size: 42px;
    font-weight: normal;
	line-height: normal;
}


.footer-set-home {
    display: none;
}


/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
} 



.main-btn-rect, .main-btn-circle {
	/* position: relative; */
	/* margin: 0; */
	/* font-family: 'Roboto', sans-serif; */
	color: #FFFFF0;
	background-color: #000;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	outline: none;
	cursor: pointer;
	z-index: 100;
	max-width: 179px;
	margin-bottom: 41px;
	margin-top: 0px;
}
.main-btn-rect {
	padding: 10px 80px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}

.main-btn-circle {
	border-radius: 15px;
	width: 98px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active {
	top: 0;
 background-color: rgba(0,0,0,0.5); 
	transition: background-color .6s ,opacity .6s;
	left: 0;
	bottom: 0;
	height: 100%;

}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 568px;
	min-width: 320px;
	margin-top: 150px;
	padding: 25px;
	background-color: #FFFFF0;
	color: #070000;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transition: margin .6s;
	-webkit-transition: margin .6s;
	-moz-transition: margin .6s;
	-o-transition: margin .6s;
	max-width:350px;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 100;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}


.popup .fade-out {
	position: absolute;
	top: -29px;
	right: -2px;
	text-align: center;
	font-size: 15px;
	background: #575656;
}
#popup-reg .popup-content {
	display: block;
}
#popup-reg .popup-content {
	background: #58b030 !important;
}
.icon-block-pop {
	width: 20%;
	float: left;
}

.icon-block-pop {
	background: #fff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 120px;
	text-align: center;
}

.pop-head h1 {
	font-size: 39px;
	max-width: 287px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding-left: 16px !important;
	position: relative;
	left: 24px;
}

.pop-head h2 {
	color: #fff;
	font-size: 16px !important;
	line-height: 22px !important;
	margin-bottom: 10px;
}

.tab input {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #222 !important;
}

input::placeholder {
	color: #000;
}

#nextBtn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	margin-top: 12px;
	float: right;
	background: #fff;
	border-radius: 30px;
	color: #4dbc15;
}

#prevBtn {
	background: none;
	border-bottom: 0px solid;
	border-top: 0px solid;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	float: left;
	margin-top: 11px;
	background: #fff;
	border-radius: 30px;
	color: #4dbc15;
}

.tab.radio input {
	width: 5%;
	float: left;
	text-align: left;
	/* padding: 0 !important; */
	margin-left: 0;
	margin-right: 7px !important;
}

.tab.radio span {
	float: left;
	width: 87%;
	color: #fff;
	padding-bottom: 12px;
}

.btns {
	display: inline-block;
	width: 100%;
	margin-top:30px;
}
#popup-reg label {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
}

textarea {
	width: 100%;
	border-radius: 10px;
	color: #222;
	/* opacity: 0.8; */
}
.ti {
	width: 66%;
	float: left;
	font-weight:400;
}

.sec1 {
	color: #fff;
	
}
.tab.result h2 {
	font-size: 24px;
	color: #fff;
	font-weight:400;
}

.res {
	text-align: right;
	padding-right: 6px;
}
.sec1.tota-res {
	border-bottom: 3px solid;
	border-top: 3px solid;
	padding-top: 11px;
	margin-bottom: 10px;
}

.sec1.tota-res p {
	font-size: 22px;
	font-weight: 400;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}
.wpcf7 input {
	margin-bottom: 12px !important;
}

.wpcf7-form-control.wpcf7-submit {
	background: #fff;
	color: #4dbc15 !important;
	text-transform: uppercase;
	font-weight: 400;
}

.result {
	display: none;
}

.list12.showlist .wpcf7-form.sent .result {
	display: block !important;
	margin-top: 0;
}
.wpcf7-form.sent .form-blokc {
	display: none;
}
.list12.showlist .sent .form-blokc{
	
	display:none !important;
}
.list12.showlist .invalid .form-blokc{
	
	display:block !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background: none !important;
	text-align: left;
	padding-left: 0 !important;
	padding-top: 0 !important;
	font-size: 18px;
	padding-bottom: 10px !important;
}
.result h2 {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 11px;
	line-height: 20px;
}
.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #000;
}

.top_bar_right_wrapper .main-btn-rect.popup-btn {
	/* display: block; */
	padding: 11px 25px;
	line-height: 21px;
	float: left;
	position: relative;
	box-sizing: border-box;
	border-radius: 50px;
	overflow: hidden;
	background: #4dbc15;
	text-transform: capitalize;
	font-size: 14px;
	/* max-width: 231px !important; */
}
.top_bar_right_wrapper .action_button {
	display: none !important;
}
.result p {
	color: #fff;
	font-size: 14px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid gray;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0000ffc4;
	position: absolute;
	top: 5px;
	left: 2px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
	right: 0;
	margin: ;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tab.radio label {
	display: inline-block;
	width: 100%;
}

@media only screen and (max-device-width: 767px) {
	


.getstarted p {
   
    font-size: 32px;
  
}

.footer-1 a {
    
    padding: 7px;
   
    width: 100px;
    margin: 30px auto;
          border-radius: 20px;
	font-size:15px;
	line-height:20px;
}

.footer-1 i {
   
    font-size: 35px;
    margin: 0 0 40px 0;
}

   
}


@media only screen and (max-device-width: 480px) {
	
	.footer-1 {
    width: 100%;
  
}

.getstarted {
   
    padding: 15px 0;
    margin: 0 0 11px 0;
}
.getstarted p {
   
    font-size: 22px;
  
}
.footer-1 i {
    font-size: 35px;
    margin: 0 0 0px 0;
}

.main-section-1 {
   
  
    
    padding-bottom: 550px;
    padding-top: 40px;
}

}