/*
Theme Name: astra-child 
Theme URI: https://ashapurasolar.com/
Description: A child theme of the parent theme
Author: Ashapura 
Author URI: https://ashapurasolar.com/
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later1
*/

.callIcon {
  position: fixed;
  border-radius: 5px;
  width: 2.5em;
height: 2.5em;
line-height: 2.5;
font-size: 20px;
  bottom: 130px;
  background-color: #003a58;
  color: #FFF;
  text-align: center;
  box-shadow: 3px 4px 3px #999;
  left: 0px;
  z-index: 100;
transition-duration: .3s;
transition-property: transform;
}
.callIcon:hover{
transform: scale(1.1);
}
.whatsIcon {
  position: fixed;
  border-radius: 5px;
width: 2.5em;
height: 2.5em;
line-height: 2.5;
font-size: 20px;
  bottom: 70px;
  background-color: #25d366;
  color: #FFF;
  text-align: center;
  box-shadow: 3px 4px 3px #999;
  left: 0px;
  z-index: 100;
transition-duration: .3s;
transition-property: transform;
}
.whatsIcon:hover{
transform: scale(1.1);
}
.callIconN {
  position: fixed;
 border-radius: 5px;
width: 2.5em;
height: 2.5em;
line-height: 2.5;
font-size: 20px;
  bottom: 10px;
  background-color: #003a58;
  color: #FFF;
  text-align: center;  
  box-shadow: 3px 4px 3px #999;
  left: 0px;
  z-index: 100;
transition-duration: .3s;
transition-property: transform;
}
.callIconN:hover{
transform: scale(1.1);
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.wpforms-submit {
  background-color: transparent;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  fill: var( --e-global-color-a37fb26 );
  color: var( --e-global-color-a37fb26 );
  background-image: linear-gradient(70deg, var( --e-global-color-primary ) 35%, var( --e-global-color-accent ) 100%);
}
.wpforms-submit:hover {
  background-color: transparent;
  background-image: linear-gradient(70deg, var( --e-global-color-accent ) 35%, var( --e-global-color-primary ) 100%);
	color:white;
}
