/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19-Jun-2020, 3:04:39 pm
    Author     : pratik
*/

.social-nav .fa, .device-nav .fa{
    padding-top: 15px;
}
.icon-box .img-fluid {
    padding-top: 25px;
}
.navigation nav ul li a:hover,.navigation nav ul li a:active,.navigation nav ul li a.active, .top-footer .footer-nav a.active {
    color: #000;
}
.contact-list a{
    color: #000;
}
.registration-from .white-box textarea{
    height: 60px !important;
}
.static_data p {
    font-size: 15px !important;
    text-align: left !important;
    padding-top: 0px !important;
    font-family: regular !important;
    line-height: 15px !important;
}
.static_data span, .static_data li {
    font-size: 20px !important;
    text-align: left !important;
    padding-top: 0px !important;
    font-family: regular !important;
}
.static_content{
    padding-left: 15px;
    padding-right: 15px;
}
header .logo img{
    max-height: 80px !important;
}
.hero-section-about .hero-box .person-image{
    width: 24% !important;
}
.hero-section .hero-box .person-image{
    right: 10% !important;
    width: 28% !important;
    bottom: 5%;
}
.registration-from .white-box label.error{
    color: red;
    font-size: 12px;
    padding-bottom: 10px;
}
/*.registration-from .white-box .check-box{
    padding: 0px 0px 20px 20px !important;
}*/
.content_error{
    padding-top: 20px !important;
}
.lat_long_error{
    display: none !important;
}
#servicepopup .iner-box li{
    width: 30%;
}
#servicepopup .iner-box ul{
    text-align: left;
    max-width: 100% !important;
}
.section-three .service-box .boxes{
    height:400px;
}
span.select2.select2-container.select2-container--default{
    margin-bottom:20px;
}
.footer-logo .img-fluid {
    height: 100px;
}
.three-steps-section .details:before{
    position:absolute;
    content:"";
    top:10px;
    left:0px;
    right:0px;
    border-top:1px dashed #cfcac7;
}

/* #toast-container > div {
    max-width:inherit;
    opacity:1;
} */
.toast {
    max-width:inherit;
    opacity: 1 !important;
}
/* for loading animation */

.body_container {
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
}
.loading {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    position: fixed;
    z-index: 9999;

}
.loading > div {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

.loading > div > div {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fe9a11;
    top: 10px;
    left: 10px;
    transform-origin: 20px 20px;
    border-radius: 8px;
    animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
    top: 10px;
    left: auto;
    right: 10px;
    transform-origin: -4px 20px;
    animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    transform-origin: -4px -4px;
    animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
    top: auto;
    bottom: 10px;
    transform-origin: 20px -4px;
    animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
    0%   { transform: rotate(90deg); }
    0%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-b {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    25%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-c {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    50%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-d {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    75% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }
}

.loading > span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: 30px;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
/* for loading animation end */



@media (max-width:767px){
    .hero-section .hero-box .person-image{
        bottom: 30%;
    }
    .hero-section-about .hero-box .person-image{
        right: 12%;
    }
}