/***FRONT STYLE******/

.cp24_user_reg_form h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.cp24_form_html .form-control{
    background:#80808026;
    border:none;
    border-radius:5px;
    width: 100%;
}
.cp24_form_html .fb-text.form-group {
    width: 50%;
    padding: 0 15px;
}   
.cp24_form_html .fb-date {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .fb-textarea.form-group.field-message {
    width: 100%;
}
.cp24_form_html #submit {
    margin-top: 20px;
    background-color: #6b056bc2;
    color: #ffffff;
    width: 30%;
    padding: 10px;
    border-radius: 25px;
}
.cp24_form_html .rendered-form .fb-text {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-textarea {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-radio-group {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-select {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-checkbox-group {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-number {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-button {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-textarea {
    width: 100%;
    padding: 0 15px;
}

.cp24_form_html .rendered-form .fb-date {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-file {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .form-group {
    margin-bottom: 15px;
}
.cp24_form_html .rendered-form label {
    margin-bottom: 10px;
}
.cp24_form_html .rendered-form .form-control {
    padding: 12px 18px;
    border-radius: 3px !important;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 13%);
}
.cp24_form_html .cp24-paragraph {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-left: 5px;        
}

.cp24_form_html .rendered-form .fb-button button {    
    padding: 9px 30px;
    font-size: 17px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
}


.cp24form_membership_box{
    background-color: #fff;
}
.cp24memberplan {
    width: auto;
    float: left;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: transparent;
}

.cp24plan_button {
    color: #fff;
    cursor: pointer;
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
}

.cp24_form_html {
    background-color: #fff;
    border-radius: 10px;
}


span.close24_subscribe {
    float: right;
    margin: 0px 5px 0px 10px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}


.modal24_subscribe { 
    display: none; 
    position: fixed; 
    z-index: 9999; 
    padding-top:100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
} 

.modal-content24_subscribe { 
    background-color: #fefefe; 
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: max-content;
    border-radius: 10px;
}

      
.modal24_subscribe{
  display:none;
}
#myBtn24_subscribe {
	color: #000;
	width: 35%;
	height: 75%;
	text-align: center !important;
	padding: 5px !important;
	margin-bottom: 5px;
	margin-left: auto !important;
	display: block !important;
	border: 2px solid #000 !important;
	border-radius: 5px !important;
	background: #fff !important;
}

.modal24_myBtn24_subscribe {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content24_myBtn24_subscribe {
	background-color: #fefefe;
	margin: auto;
	padding: 35px;
	border: 1px solid #888;
	width: 30%;
	border-radius: 18px;
	box-shadow: 10px 10px 7px 0px #947f7f
}

.close24_myBtn24_subscribe {
	float: none !important;
	color: #fff !important;
	float: none !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	cursor: pointer !important;
	background: #000 !important;
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 100px !important;
	padding: 5px 0px 10px !important;
	margin-left: auto !important;
	cursor: pointer;
}

.close24_myBtn24_subscribe:hover {
	color: #fff;
}

.close24_myBtn24_subscribe:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

      .success {
	margin-bottom: 10px;
	color: green;
}

.error {
	margin-bottom: 10px;
	color: red;
}

@media only screen and (max-width: 1024px) {
	.modal-content24_subscribe {
		width: 90%;
	}
}

@media only screen and (max-width: 1024px) {
	#myBtn24_subscribe {
		color: #000;
		width: 100%;
		height: 75%;
		border: 2px solid #000 !important;
		border-radius: 5px !important;
		float: right;
		margin-bottom: 5px;
	}

	.faq-title_subscribe {
		width: 100%;
		float: left;
	}
}



.preview_cp24_form_html .cp24_form_html .rendered-form label {
    margin-top: 9px;
    display: inline-block;
  }
   
  .preview_cp24_form_html .cp24_form_html .rendered-form .fb-text {
    width: 44%;
  }

  .preview_cp24_form_html .cp24_form_html .rendered-form .fb-date{
    width: 44%;
  }
  .preview_cp24_form_html .cp24_form_html .rendered-form .fb-select {
    width: 44%;
  }

  .preview_cp24_form_html .cp24_form_html .rendered-form #accepts-marketing-0 {
    float: left;
    margin: 12px;
  }

  .preview_cp24_form_html  .field-promotinal_service{
    width: 100% !important;
  }

  .preview_cp24_form_html  .field-promotinal_service .fb-radio{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
 
  .preview_cp24_form_html  .field-promotinal_service .radio-group{
    margin-left: 2%;
  }

  .preview_cp24_form_html .cp24_form_html .rendered-form .fb-radio label {
    margin-top: 0px;
    float: left;
  }

.g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.84);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        margin-left: 15px;
    }
.cp24-form-app.float-layout {
    padding: 30px;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s,-webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    position: fixed;
    margin-left: 30px;
    right: 30px;
    bottom: 30px;
    max-height: 90vh;
    overflow-y: auto;
    transition: all .2s ease-in-out;
    transform: translateY(calc(100% + 30px));
    margin: 0;
    z-index: 10001;
}            
.cp24-floating-button {
    display: none;
}
.cp24-forms .cp24-floating-button.circle {
    width: 56px;
}    
.cp24-forms .cp24-floating-button .fabLabel {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.cp24-forms .cp24-floating-button .fabLabel svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 19px;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0s;
    flex-shrink: 0;
    user-select: none;
    margin-right: 8px;
}
.cp24-forms .cp24-floating-button.circle .fabLabel svg {
    margin-right: 0;
}

.cp24-forms .cp24-floating-button.left {
    top: 50%;
    bottom: unset;
    left: 30px;
    right: unset;
    transform: translate(0,-50%);
}
.cp24-forms .cp24-floating-button.right{
    top: 50%;
    bottom: unset;
    left: unset;
    right: 30px;
    transform: translate(0,-50%);
}
.cp24-forms .cp24-floating-button.bottom-left{
    top: unset;
    bottom: 30px;
    left: 30px;
    right: unset;
    transform: translate(0,-50%);
}
.cp24-forms .cp24-floating-button.bottom-right{
    top: unset;
    bottom: 30px;
    left: unset;
    right: 30px;
    transform: translate(0,-50%);
}

/* .cp24_user_reg_form {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    transition: box-shadow .25s,-webkit-box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    border-radius: 5px;
    display: flow-root;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 600px;
} */

.cp24-form-app .fb-button.form-group.field-submit-btn {
    font-size: 17px;
    border: 0;
    margin-bottom: 15px;
    width: 100%;    
}

.cp24-form-app .fb-button button {
    padding: 9px 30px;
    font-size: 17px;
    margin-top: 20px;
    border: 0;
}

.cp24-form-app .cp24__form__captcha {
    margin: 14px;
}




/* Feedback Form Default css */

.feedbackForm .cp24_form_html .rendered-form .form-control{
    box-shadow: 0px 1px 4px 2px rgba(32, 29, 29, 0.13);
}

.feedbackForm .cp24_form_html .form-control{
    background: #f2f2f226;
}


.feedbackForm .content-break {
    border-bottom: 2px solid #b3b3b3;
  }

  .feedbackForm .cp24_form_html .rendered-form label {
    padding: 4px;
  }

  .fb-radio-group-label {
    font-weight: bold;
    /*font-size: 14px;*/
    /*padding: 0px !important;*/
  }


  .feedbackForm p {
    border-bottom: 2px solid #b3b3b3;
  }


  .feedbackForm .rendered-form p {
    padding: 10px;
    margin: 0px 0px 10px 10px;
  }

.feedbackForm .cp24_form_html .rendered-form .fb-radio-group {
    width: 100%;
    padding: 0 15px;
  }
  .cp24_user_step_form .fb-radio-group.form-group.fb-radio-group {
       width: 100%;
  }
  .feedbackForm .fb-radio {
    float: left;
    clear: none;
    margin: 5px 10px 5px 0px;
    width: auto !important;
  }

  .feedbackForm .rendered-form div {
    width: 99%;
  }

  .feedbackForm .radio-group-section {
    margin: 2px 10px 0px 0px;
  }

  .feedbackForm h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}


.feedbackForm .fb-button button{    
    padding: 9px 30px;
    font-size: 17px;
    margin-top: 20px;
    border: 0;
}
.feedbackForm .fb-button {
    width: 100%;
    padding: 0 15px;
}

.feedbackForm svg path,
.feedbackForm svg rect{
    fill: #000;
}
.feedbackForm #loader-1 {
    padding-top: 10px;
    color: #fff;
}
.feedbackForm h1 ,h2, h3,h4,h5 , h6 {
    /*text-align: center; */
    margin: 2px 10px 10px 22px;
}

.feedbackForm svg rect{
    fill: #000;
}

.feedbackForm h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

/* closed feedbackForm */


/* InformationForm  */
.InformationForm .col-lg-6 {
    width: 48% !important;
    float: left;
    padding: 5px !important;
  }

  /* closed InformationForm */


.cp24_form_html .form-control{
    background:#80808026;
    border:none;
    border-radius:5px;
    width: 100%;
}
.cp24_form_html .fb-text.form-group {
    width: 50%;
    padding: 0 15px;
}   
.cp24_form_html .fb-date {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .fb-textarea.form-group.field-message {
    width: 100%;
}
.cp24_form_html #submit {
    margin-top: 20px;
    background-color: #6b056bc2;
    color: #ffffff;
    width: 30%;
    padding: 10px;
    border-radius: 25px;
}
.cp24_form_html .rendered-form .fb-text {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-textarea {
    width: 100%;    
}
.cp24_form_html .rendered-form .fb-radio-group {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-select {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-checkbox-group {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-number {
    width: 50%;
    padding: 0 15px;
}
.cp24_user_reg_form .fb-button {
    width: 100%;
    padding: 0 15px;
}

.cp24_user_reg_chat_form .fb-button {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-textarea {
    width: 100%;    
}

.cp24_form_html .rendered-form .fb-date {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-file {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .form-group {
    margin-bottom: 15px;
    float:left;
    text-align: left;
}
.cp24_form_html .rendered-form label {
    margin-bottom: 10px;
}
.cp24_form_html .rendered-form .form-control {
    padding: 12px 18px;
    border-radius: 3px !important;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 13%);
}
.cp24_form_html .cp24-paragraph {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-left: 5px;        
}

.cp24_user_reg_chat_form .fb-button button , .cp24_user_reg_form .fb-button button{    
    padding: 9px 30px;
    font-size: 17px;
    margin-top: 20px;
    border: 0;
}

.cp24_main_user_step_form .cp24dispnone {
    display:none;
  }


 .cp24_main_user_step_form .cp24form__bullet__container {
    display: flex;
    width: 90%;
    text-align: center;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 28px;
}
 .cp24form__bullet {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 8px 30px !important;
    background: #CCC;
    cursor: pointer;
    transition: 0.5s 0.15s;
    top: -40px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
}
.cp24last_bullet:before {
    display: none;
}
  .cp24_main_user_step_form .cp24dispnone{
  display:none;
  }
.cp24_main_user_step_form .cp24form__bullet--active {
  background: #e17055;
  box-shadow: 0 0 4px #e17055;
  pointer-events: none;
}

  .cp24_main_user_step_form .cp24form__bullet {
    position: relative;
    top: 0;
    left: 0;
}
#dotid-0 {
    background: #793491;
    color: #ffff;
}
  .cp24_main_user_step_form #cp24progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0;
}
    
  .cp24form__bullet:before {
    content: "";
    width: 5vw;
    height: 2px;
    background: #ccc;
    top: 15px;
    left: 30px;
    position: absolute;
    transition: 0.5s 0.15s;
}
.cp24form__bullet.active {
    background: #793491;
    color: #fff;
}

  
  #dotid-0:before {
    background: #793491;
}

.active.cp24form__bullet::before {
  background-color: #793491;
}

.active.cp24form__bullet::after {
  background-color: #793491;
}
  
  .cp24dotsend:after {
    display: none;
}
  .cp24form__bullet__container .active:after {
    background: #793491;
}
  .cp24form__bullet__container .active:before {
    background: #793491;
}
  .cp24_main_user_step_form #cp24progressbar::-webkit-scrollbar {
  height: 2px;
}
  .cp24_main_user_step_form #cp24progressbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  .cp24_main_user_step_form #cp24progressbar::-webkit-scrollbar-thumb {
  background: #888; 
}
<!-- .cp24_main_user_step_form .cp24_user_step_form {
    width: 100%;
} -->
  
form .error {
    color: #ff0000;
}
.cp24_main_user_step_form .error {
    color: #ff0000;
}
  .cp24_main_user_step_form .field-submit-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
/*   .field-submit-btn {
  display:none ;
  } */
  .cp24_main_user_step_form .btnbox {
    width: 100% !important;
    display: flex;
    text-align: center;
    align-items: baseline;
    justify-content: space-between;
}

  .cp24_main_user_step_form .cpstepevent {
    width: 118px !important;
    padding: 6px 20px;
}
  .cp24_main_user_step_form .cpbtnclass{
  background-color: #793491;
color: #ffffff;
cursor: pointer;
font-size: 17px;
margin-top: 20px;
border: 0;
  }
  .cp24_main_user_step_form .field-submit-btn button {
    padding: 12px 20px !important;
}
@media (max-width: 1024px) {
    .cp24form__bullet:before {
    width: 7vw;
}
}
  @media (max-width: 991px) {
     .cp24_main_user_step_form #cp24progressbar {
       width: 100%;
}
.cp24form__bullet {
    margin: 8px 10px !important;
}

.cp24form__bullet:before {
    width: 6vw;
}
  }
@media (max-width: 575px) {
  .cp24_main_user_step_form .cp24form__bullet {
    font-size: 17px;
}
.cp24form__bullet {
    margin: 8px 11px !important;
}

.cp24_main_user_step_form .cp24form__bullet {
    left: 0px;
}
.cp24form__bullet {
    height: 20px;
    width: 20px;
}
.cp24form__bullet:before {
    width: 8vw;
    top: 9px;
    left: 18px;
}
}
@media (max-width: 320px) {
    .cp24form__bullet {
    margin: 8px 7px !important;
}
.cp24_main_user_step_form .cpstepevent {
    width: 110px !important;
}
}

/*********/

.preview_cp24_form_html .cp24_form_html .rendered-form{
    flex-wrap: wrap;
    display: flow-root;
    background: #fff;
    padding: 15px;
}
.preview_cp24_form_html .cp24_form_html{
    margin: 0 auto;
/*    width: 600px;*/
}

.cp24_message_error {
    color: #c00;
    background: #fdf3f0;
    width: 100%;
    padding: 10px;
    background: #f4f6f8;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    box-sizing: border-box;
    font-size: 14px;
    float: left;

}
.cp24_message_success {
    background: #eff7ed;
    color: #212b36;
    width: 60%;
    padding: 10px;
    background: #f4f6f8;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    box-sizing: border-box;
    font-size: 14px;
    float: left;
}
   



.cp24_dismiss {
    position: absolute;
    top: 2px;
    right: 2px;
}
.cp24_dismiss {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.cp24_message_success {
    color: #212b36;
    cursor: pointer;
}
.cp24_message_success svg {
    color: #000;
}

.cp24_user_reg_form svg path,
.cp24_user_reg_form svg rect{
    fill: #000;
}
.cp24_user_reg_form #loader-1 {
    padding-top: 10px;
    color: #fff;
}
.cp24_user_reg_form h1 ,h2, h3,h4,h5 , h6 {
    /*text-align: center; */
    margin-left: 15px;
}
.cp24_user_reg_chat_form svg path,
.cp24_user_reg_form svg rect{
    fill: #000;
}
.cp24_user_reg_chat_form #loader-1 {
    padding-top: 10px;
    color: #fff;
}
.cp24_user_reg_chat_form h1 ,h2, h3,h4,h5 , h6 {
    /*text-align: center;*/
    margin-left: 15px;
}
.cp24_user_reg_chat_form {
}
.cp24_user_reg_chat_form h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.cp24_form_html .rendered-form {
    flex-wrap: wrap;
    display: inline-flex;
}
.cpuser_reg_form #message {
    width: 95%;
}
.fb-button.form-group.field-submit {
    width: 50%;
}
.cp24btnsubmit{
    width: 45%;
    margin-top: 31px;
    background-color: #6b056bc2;
    color: #fff;
}

.cp24_form_html .tooltip-element {
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}
.cp24_form_html [tooltip] {
    position: relative;
}
.cp24_form_html [tooltip]:hover::before {
    border: solid;
    border-top-color: currentcolor;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-color: #222 transparent;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: "";
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}
.cp24_form_html [tooltip]:hover::after {
    background: rgba(0,0,0,.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: auto;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
    display: ruby;
}
/* new css */
.rendered-form div {
    width: 99%;
}
.rendered-form .cp24_dismiss {
    width: 12px;
    margin: 0px 5px 0px 5px;
  }

.rendered-form p {
    margin: 0px 0px 10px 15px;
}
/* Chat form CSS */
.cp24-forms .overlay {
    background-color: rgba(0,0,0,.74);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: unset;
    height: unset;
}
.cp24-form-app.float-layout.active{
    transform:none;
}
/* END - Chat form CSS */
.cp24_form_html .rendered-form .fb-text_100 {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-textarea_100 {
    width: 50%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-radio-group_100 {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-select_100 {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-checkbox-group_100 {
    width: 100%;
    padding: 0 15px;
}
.cp24_form_html .rendered-form .fb-date_100 {
    width: 100%;
    padding: 0 15px;
}
.field-wholesale-term-and-condition-cnote {
    width: 100% !important;
}
.field-wholesale-term-and-condition {
    width: 100% !important;
}
.preview_cp24_form_html .fb-textarea .form-control{
    width: 96%;
}
@media only screen and (max-width: 600px) {
     .g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        margin-left: 15px;
    }

    .cpuser_reg_form #submit {
        width: 90%;
    }
    .cp24-form-app.float-layout {
        right: 0px !important;
    }
    .cp24_message_success {
        width: 90%
    }
}
@media (max-width: 575px){
    .cp24-form-app.float-layout {
        right: 0px !important;
    }
    
    .cp24_user_reg_form .fb-text.form-group {
        width: 100%;        
    }
    .cp24_user_reg_form .fb-date {
        width: 100%;
        padding: 0px;
    }    
    .cp24_user_reg_chat_form .fb-textarea {
        width: 100%;        
    }
    .cp24_user_reg_chat_form .fb-text.form-group {
        width: 100%;        
    }
    .cp24_user_reg_chat_form .fb-date {
        width: 100%;        
    }
    .cp24_user_reg_chat_form .fb-textarea {
        width: 100%;        
    }
    
    .cp24_form_html .rendered-form .fb-radio-group {
        width: 100%;        
    }
    .cp24_form_html .rendered-form .fb-select {
        width: 100%;        
    }
    .cp24_form_html .rendered-form .fb-checkbox-group {
        width: 100%;        
    }    
    .cp24_form_html .rendered-form .fb-number {
        width: 100%;        
    }
    .cp24_form_html .rendered-form .form-group {
        width: 100%;        
    }
    .cp24_message_success {
        width: 90%
    }
}