.button-pointer {
  cursor:pointer;
}
/*
#cf-diacode1 {
  width:10%;
}

#cf-mobile1 {
 width: 71%;
}*/

.qok {
  border:2px solid green !important;
}

.qerror { 
  border:2px solid red !important;
}


.mycontactform {
 padding:8px;
}
.mycontactform input, .mycontactform textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 94%;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 27px;
         margin-bottom:  10px;
}


.mycontactform .lable {
	font-size: 16px;
}



#cf-diacode {
	width: 10% !important;
}

#cf-mobile {
        width: 78% ;
}



.quryform2 {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 40px;
font-size: 25px;
}






.mycontactform input
{
    height: 40px !important;
}
.quryform1 .rightbox-hedding h3 {
  border: 0px solid !important;
  padding: 0px 0px 0px;
  padding-bottom: 0px;
}



.ppquerybox {
position: fixed;top: 50%;transform: translateY(-50%);left: 0;right: 0;width: 365px;margin: 0 auto;z-index: 9999;
 background: #c0c0c0;

}

.ppquerybox-show {
	display: block;
	background: #fff;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border: 1px solid #eaeaea;
}


.ppquerybox .mycontactform {
	padding: 0px 10px;
}

.ppquerybox-show .rightbox-hedding {
	margin-bottom: 10px;
}

.ppquerybox-hide{
   display:none;
}

.frm-query-from p.form50 {
	width: 45%;
	display: inline-flex;
	flex-direction: column;
}

.quryform1 .rightbox-hedding h3 {
	/*border-left: 6px solid #313131;
	background: #0055b0;
	border: none;*/
	color: #0c0444;
	border-radius: 0px;
        /*text-align:center;*/
}


#ppquryform1 h3 {
 margin-top: 0px;
 text-align: center;

}


.ppquerysubmitbutto {
	background-color: #0055b0 !important;
	color: #fff;
	font-weight: 600;
	border: none !important;
}

.ppquerysubmitbutto-gray {
	background-color: #a6aaae !important;
	color: #fff;
	font-weight: 600;
	border: none !important;
}

.quite-button-submit {

background-color: #0055b0 !important;
  color: #fff;
  font-weight: 600;
  border: none !important;
  padding: 3px;

}



.shwmessage-suc {
   color:green;
   font-weight: bold;
}

.shwmessage-red { 
   color:red;
}



#ppquryform1 h3 {
	/* margin-top: 9px; */
	text-align: center;
	padding-top: 0px;
	color: white;
	font-size:18px !important;
}




.ppqueryclosebutton {
	z-index: 350;
}

.sbbutton {
width: 100%;
  height: 36px;
  border-radius: 5px;
}

.sbbutton .loader {
  display:inherit;
  vertical-align: bottom;
}


.loader1 {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 53%;
	width: 10px;
	height: 16px;
	animation: spin 2s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loader {
	width: 11px;
	aspect-ratio: 1;
	border-radius: 42%;
	border: 4px solid #df7810;
	border-right-color: #033f8c;
	animation: l2 1s infinite linear;
}


@keyframes l2 {to{transform: rotate(1turn)}}



.custom-loader {
  width:20px;
  height:20px;
  border-radius:50%;
  border:4px solid;
  border-color:#E4E4ED;
  border-right-color: #766DF4;
  animation:s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}


.sbbutton .custom-loader {
  display:inherit;
  vertical-align: bottom;
}





/* same code in popup */
.quryform_samepp {
   
position: absolute;
  top: 15%;
  left: 33%;
  z-index: 9999;
  background-color: lightgray;
  border: 2px solid darkgray;
  border-radius: 6px 6px 6px 6px;
  padding-left: 12px;
max-width:350px;
}

.line {   
  position: absolute;
  top: 10px;
  right: 31%;
  -webkit-animation: dude .75s 1 forwards;
  animation: dude .75s 1 forwards;
}
@-webkit-keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/* same popup end */





#frm-query-from{display:flex; gap: 5px; flex-wrap: wrap;}
#cf-name[style], #cf-email[style]{width: 100%!important;}
#cf-slsoco[style], #cf-soco[style]{width: 100%!important;}
#cf-diacode{width: 26% !important;}
#cf-message[style]{width: 100%!important;}
#frm-query-from br{display: none;}

#frm-query-from input:not([type=checkbox]):not([type=submit]), textarea{margin-bottom: 7px;}

