*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.h1-heading{
    font-size: 30px;
    font-weight: bolder;
    color: #5093aa;

}

.main-bg {
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Set text color */
}



.bg-heading{
    color: white;
    font-size: 35px;
    font-weight: bolder;
 
}

@media screen and (max-width:700px){
    
    .main-bg {
        background-size: cover;
        background-position: center;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white; /* Set text color */
    }



    .bg-heading{
        color: white;
        font-size: 22px;
        font-weight: bolder;
    }
}


/* contact page css  */



.contact-container{
 
    width: 80%;
    margin: 30px auto;
    display: flex;
}



.contact-details{
    width: 50%;

}

.contact-new-form{
    width: 50%;
 
}

@media screen  and (max-width:700px){
    .contact-container{
       
        width: 90%;
        margin: 30px auto;
        flex-direction: column;
    } 



    .contact-details{
        width: 100%;
   
    }
    
    .contact-new-form{
        width: 100%;
      
    }
}


/* form css  */

.form-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    height: 100px;
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}


/* form text design  */
 .list-design-heading{
    color: black;
    font-weight: 600;
    font-size: 20px;
 }

 


 
 /* whatsapp and call icon css  */

 
.call-buton .cc-calto-action-ripple {
z-index: 99999;
position: fixed;
left: 1rem;
bottom: 40px;
background:#134c8c;
width: 4rem;
height: 4rem;
padding: 10px;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #ffffff;
-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
animation: cc-calto-action-ripple 0.6s linear infinite;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none; }
.call-buton .cc-calto-action-ripple i {
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
font-size: 2.2rem; }
.call-buton .cc-calto-action-ripple:hover i {
-webkit-transform: rotate(135deg);
transform: rotate(135deg); }

@-webkit-keyframes cc-calto-action-ripple {
0% {
-webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
100% {
-webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

@keyframes cc-calto-action-ripple {
0% {
-webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
100% {
-webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

span.num{
 position: absolute;
color: #134c8c;
left: 10%;
bottom: -50%;
}
 a {
text-decoration: none;
}

.floating_btn {
position: fixed;
bottom: 5px;
right: 1px;
width: 100px;
height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 1000;
}

@keyframes pulsing {
to {
box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}

.contact_icon {
background-color: #42db87;
color: #fff;
width: 60px;
height: 60px;
font-size: 30px;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
display: flex;
align-items: center;
justify-content: center;
transform: translatey(0px);
animation: pulse 1.5s infinite;
box-shadow: 0 0 0 0 #42db87;
-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
font-weight: normal;
font-family: sans-serif;
text-decoration: none !important;
transition: all 300ms ease-in-out;
}


.text_icon {
margin-top: 8px;
color: #16A8AA;
font-size: 13px;
}


/* whatsapp icon  end css */
