
/*call us popup start  */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
   src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v68/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
 } 

 .material-symbols-outlined1 {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  color:black;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
} 

 @media screen and (min-width: 600px){ 
 
   #mobileVersion1 {
 		display:none;
 	}   

  #myBtnCall1 {
    display: block;
    position: fixed !important;
    bottom: 128px;
    right: 8px;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    cursor: pointer;
    padding-left: 4px;
    padding-top: 0px;
    border-radius: 12px;
    width: 125px;
    height: 39px;
}

#myBtnMessage1 {
    display: block;
    position: fixed !important;
    bottom: 80px;
    right: 8px;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    cursor: pointer;
    padding-left: 6px;
    padding-top: 0px;
    border-radius: 12px;
    width: 125px;
    height: 39px;
}

#myBtnWattsapp1 {
    display: block;
    position: fixed !important;
    bottom: 32px;
    right: 8px;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    cursor: pointer;
    padding-left: 6px;
    padding-top: 0px;
    border-radius: 12px;
    width: 125px;
    height: 39px;
}

.phoneIcon1{
	font-size:25px;
	color:darkgreen;
	margin: 8px -5px 0px 0px;
}

.phoneText1{
	padding: 8px 0px 0px 0px;
	font-size:16px;
	color:black;
}
.messageIcon1{
	font-size:25px;
	color:darkgreen;
	margin-top:15px;
}
.messageText1{
	padding:15px 0px 0px 2px;
	font-size:16px;
	color:black;
}
.wattsappIcon1{
	font-size:25px;
	color:darkgreen;
	padding: 10px 0px 0px 0px;
	
}
.wattsappText1{
	padding:10px 0px 0px 8px;
	font-size:16px;
	color:black;
}
.tablewhatsapp1{
	width:100%;
	margin-top:-7px;
}
.tablemessage1{
width:100%;
	margin-top:-7px;	
}
}


@media screen and (max-width: 600px){ 
 
   #webVersion1 {
 	display:none;
 	}   
	
	#myBtnCall1 {
    display: block;
    position: fixed !important;
    bottom: 0px;
    right: 67%;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    padding-top: 0px;
    width: 33.5%;
    height: 70px;
}

#myBtnMessage1 {
    display: block;
    position: fixed !important;
    bottom:0px;
    right:33.5%;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    cursor: pointer;
  	padding-top: 0px;
    width: 33.5%;
    height: 70px;
}

#myBtnWattsapp1 {
    display: block;
    position: fixed !important;
    bottom: 0px;
    right: 0px;
    z-index: 101;
    border: none;
    background-color: white; 
    color: black; 
    cursor: pointer;
    padding-left: 6px;
    padding-top: 0px;
    width: 33.5%;
    height: 70px;
}
.phoneIcon1{
	font-size:27px;
	color:darkgreen;
	padding-left:10px;
}
.phoneText1{
	padding-top:10px 0px;
	font-size:16px;
	color:black;
}
.messageIcon1{
	font-size:25px;
	color:darkgreen;
	padding-left:20px;
}
.messageText1{
	padding:10px 0px;
	font-size:16px;
	color:black;
}
.wattsappIcon1{
	font-size:25px;
	color:darkgreen;
	padding-left:25px;
}
.wattsappText1{
	padding-top:10px 0px;
	font-size:16px;
	color:black;
}
.callDiv1{
	width:64%;
	margin-left:41px;
	margin-top: 5px;
	border-right: 1px solid grey;
}
.messageDiv1{
	width:76%;
	margin-left:26px;
	margin-top: 5px;
	border-right: 1px solid grey;
}
.whatsappDiv1{
	width:100%;
	margin-left:20px;
	margin-top: 5px;
}
}
/* .modal-lg1 {
	   width: 58% !important;
} */	

.modal-header1{
    /* padding: 15px; */
    border-bottom: 1px solid #e5e5e5;
}

.modal-content1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color:red;
    font-size: 14px;
    pointer-events: auto;
    
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius:0px;
    outline: 0;
    
}

#myBtnCall1 a,
#myBtnMessage1 a,
#myBtnWattsapp1 a {
    text-decoration: none;
}

 .modal-body1 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px;
	
	
}

.pop_container1 {
	width:100%;
	margin-top: 10px;
}

.close_popUp1 {
	color:white;
	font-family:FontAwesome;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    cursor: pointer
    /* opacity: 0.2;*/
}

.headderDiv1{
border:1px solid lightgray;
}

.newlabel1 {
   font-weight: normal !important;
}
label {
   font-weight: normal !important;
}
.formsubmit1{
	background: white;
    width: 14%;
    height: 37px;
    color: black !important;
    border-radius: 3px;
    border: 1px;
}

.colorwhite{
	color:white !important;
	
}
/*call us popup end  */

.alignmentPopup{
	z-index: 2000 !important;
}


