
body{
    font-weight: 600;
}


/* ----------------------------------------header----------------------------------------------------------------------- */
.header-right{display:none;}
.call-us{
    color:inherit;
}

.header{
    background-image: url("../image/services.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center; 
    padding:10% 15px; 
}
.header-left{
    display:grid;
    grid-template-rows: auto;
    align-content: center;
    width:100%;  
    text-align: center; 
    height:260px;
}
.header-left h1{  
    color:white;
    font-size:1.5rem;
    
}
.btn{

    display:block;
    text-align:center;

    border-radius:5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    
    background:rgb(214, 28, 28);

    margin:10px auto;
    padding:10px;
    width:127px;

    transition: 250ms ease-in;

    color:#fff;
    text-decoration: none;
}
/* -------------------------------------------end----------------------------------------------- */
/* -------------------------------------------section-one----------------------------------------*/
.section-one{
    position: absolute;
    top:290px;
    left:-300px;
    background-color:rgb(129, 15, 15);
    width:300px;
    transition:all 700ms cubic-bezier(0.18, 0.89, 0.32, 1.15);
    margin:10px 0px 10px 0px;
    border-radius:0px 5px 5px;
}
.section-one::after {
    top:50%;
	right:-75px;
	
	content: "Our Services";
	padding:10px;
    transform: rotate(90deg);
    background-color:rgb(129, 15, 15);
    border-radius:10px 10px 0px 0px;
    color:#fff;
    position: absolute;
    cursor: pointer;	
}
.expand-left{ 
    opacity:1; 
    z-index:1;
    left:-20px;
    transition:all 700ms cubic-bezier(0.18, 0.89, 0.32, 1.15);
}
.section-one h1{
    margin:0;
    text-align:center;
    color:#fff;
    padding:10px;
}
.service-list{
    list-style: none;
    padding:10px;
    display:grid;
    row-gap:10px;
    background-color:#fff;
    margin:10px;    
}
.service-list li{
    padding:10px;
    cursor:pointer;
}
.active{
    background-color:rgb(129, 15, 15);
    color:#fff;
}
.service-list li:hover{
    background-color:rgb(129, 15, 15);
    color:#fff;
    transition:all 250ms ease-in;
}

/* -------------------------------------------end----------------------------------------------- */

/* -------------------------------------------section-two----------------------------------------*/
.section-two{
    display:grid;
}
.section-two h1{
    text-align:center;
    font-size:1rem;
}
.section-two p{
    padding:20px;
    font-size:0.8rem;
}

.section-two img{
    width:100%;
}
/* -----------------------------------------------------end------------------------------------------- */
@media screen and (min-width:600px){
    .desk-grid{
        display: grid;   
        grid-template-columns: auto auto auto;    
    }
    .section-one{
        position:relative;
        left:0px;
        margin:10px;
        top:-40px;   
    }
    .section-one::after{
        display: none;
    }

    .section-two{
        padding:40px 5px 0px 5px;
    }
    .section-two p{
        font-size:1rem;
    }
    .section-two h1{
        font-size:1.5rem;
    }
}
/* ----------------------------------------section-three--------------------------------------------- */
.section-three{
  	background-color:rgb(129, 15, 15); 
    background-color:rgb(129, 15, 15); 
    color:#fff;  
    padding:10px;  
}
.section-three h1{
    text-align: center;
    font-size:1rem;
    padding:20px;
    margin:0;
}
.section-three a{
    text-decoration: none;
    color:rgb(251, 146, 146);
    transition: all 250ms ease-in;
}
.form-grid{
    display:grid;
    grid-template-rows: auto auto auto auto;
    justify-content:center;
    row-gap: 20px;
}
.grid-left{
    display:grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto auto;
    row-gap:10px;
    column-gap:10px;
    
    font-size:0.8rem;

    width:80%;
    margin:0 auto;
}
.grid-right{
    display:grid;
    grid-template-columns: 30% 70%;
    row-gap:10px;
    column-gap:10px;
    width:80%;
    margin:0 auto;
     font-size:0.8rem;
}
@media screen and (min-width:500px){
    .grid-left, .grid-right{
        font-size:1rem;
    }
}
.disclaimer{
    padding-left:25px;
    font-size:0.6rem;
    font-style:italic;
    grid-area:2/1/2/ span 2;

    display: grid;
    grid-template-columns: 20% 80%;
    

}
.check{
    display:inline-block;

    margin: auto auto;
}
.verify{
    grid-area: 3/1/3/span 2;

   
     font-size:0.6rem;
    font-style:italic;

    display:grid;
    grid-template-columns: 10% 90%;
    
}
.reCaptcha{
    grid-area: 4/1/4/span 2;
    color:#fff;
    padding-left:55px;
     font-size:0.6rem;
    font-style:italic;
}
.grecaptcha-badge { visibility: hidden; }
.submit{
    text-align: center;
    border-radius: 5px;
    border:0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    cursor:pointer;
    background: rgb(214, 28, 28);
    margin: 20px auto;  
    width: 30%;
    padding: 10px;
    transition: 250ms ease-in;
    color: #fff;
    text-decoration: none;
}
.disabled{
    text-align: center;
    border-radius: 5px;
    border:0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    cursor:initial;
    background: rgb(214, 28, 28);
    margin: 20px auto;
    width: 30%;
    padding: 10px;
    transition: 250ms ease-in;
    color: #fff;
    text-decoration: none;
}
::placeholder {
  color:rgba(0,0,0,0.3);
  padding-left:5px;
   font-family:montserrat, sans-serif; 
  font-weight:600;
  font-size:0.77rem;
}
/* ------------------------------------------end---------------------------------------------------- */
