
body{
    font-weight: 600;
}


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

.header{
    background-image: url("../image/aboutBosks.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center; 
    padding:10% 15px; 
}
.header-right{
    display:grid;
    grid-template-rows: auto;
    align-content: center;
    width:100%;  
    text-align: center; 
    height:260px;
}
.header-right h1{  
    color:white;
    
}
@media screen and (min-width:610px){
    .header{
        padding:15% 15px;
    }
}
/* -------------------------------------------end----------------------------------------------- */
/* -----------------------------section-one------------------------------------------------------- */
.section-one{
    display:inline-block;
    text-align: center;
    background-image:linear-gradient(rgb(235, 235, 235), rgb(202, 202, 202)); 
    color:rgb(75, 75, 75);
    padding:20px 0;   
}
.section-one a{
    color:#7c0000df;
    text-decoration:none;
    font-weight:bolder;
}
.section-one h1{
    font-size: 1rem;
    margin:0px auto;
    width:90%;
}
.section-one-header p{  
    padding:20px;
    font-size:0.8rem;
      
}
/* ---------------------------------------------------------end----------------------------------------------- */
/* -----------------------------section-two------------------------------------------------------- */
.section-two{
    display: grid;
    grid-template-columns: auto;
}
.section-two img{
    margin:20px auto;
    width:80%;

}
.section-two-inner{
    text-align: center;
    padding:20px;
}
.section-two-inner h1{
    font-size: 1rem;
    margin:0px auto;
}
.section-two-inner p{
    font-size:0.8rem;
}
@media screen and (min-width:650px){
    .section-two{
        grid-template-columns: auto auto;
    }
    .section-two-inner{
        display:grid;
        align-content: center;
        row-gap: 20px;
    }
    .section-two img{
        margin:20px;
    }
}

/* -------------------------------------------end----------------------------------------------- */
/* -----------------------------------------------section-three--------------------------------------- */
.desk-img{display:none;}

.review-template{display: none}

.section-three{  
    background-color:#a80101df;    
}
.section-three h1{
    color:#fff;
    margin:0;
    padding:40px;
    font-size:1rem;
    text-align: center;
}
.section-three img{
    width:100%;
}
/* -------------------------------------------end--------------------------------------------------- */
/* ------------------------------------------------------section-four--------------------------------*/
.section-four{
    padding:20px;
}
.section-four h1{
    font-size: 1rem;
    padding-bottom:20px;
}
.section-four p{
    font-size:0.8rem;
    font-style: italic;
    font-weight:400;
    padding-bottom:20px;
    width:90%;
}
.section-four-header{
    text-align: center;
    padding:20px 20px 40px 20px!important;
}
/* -------------------------------------------end--------------------------------------------------- */
/* ----------------------------------------section-five--------------------------------------------- */
.section-five{
    background-color: rgb(105, 105, 105); 
    color:#fff;  
     
}
.section-five img{
    width:100%;
}
.section-five h1{
    text-align: center;
    font-size:1rem;
    padding:20px;
    margin:0;
}
.section-five a{
    text-decoration: none;
    color:rgb(251, 146, 146);
    transition: all 250ms ease-in;
}
.call{
     text-align: center;
    font-size:0.8rem;
    padding:20px;
}
.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, .disabled{
    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;
}
::placeholder {
  color:rgba(0,0,0,0.3);
  padding-left:5px;
   font-family:montserrat, sans-serif; 
  font-weight:600;
  font-size:0.77rem;
}
/* ------------------------------------------end---------------------------------------------------- */
/* ------------------------------------------section-six-------------------------------------- */
.section-six{
     background-image: linear-gradient(rgb(235, 235, 235), rgb(202, 202, 202));
    color:rgb(75, 75, 75);  
}
.section-six h1{
   background-color:rgb(129, 15, 15);
    text-align:center;
    padding:40px;
    margin:0;
    color:rgb(255, 255, 255);
    font-size:1rem;  
}
.section-six p{
    font-size:0.8rem;
}

.work-image{
    width:100%;
   margin:0 auto;
   
}
.template-text h3{
    display:inline-block;
    width:80%;
    border-bottom:solid 1px rgba(88, 88, 88, 0.465);
    margin-left:10vw;
    margin-right:10vw;
    padding-bottom:10px;
}
.template-text p{
    text-align: left;
    margin-left:10vw;
    margin-right:10vw;
    margin-bottom:30px;

    min-height:110px;
}
.date{
    display:inline-block;
    width:80%;
    height:50px;
    font-size:0.6rem;
    font-weight: 400;
      
    border-top: solid 1px rgba(88, 88, 88, 0.465); 
    margin-left:10vw;
    margin-right:10vw; 
}
.date i{
    margin-left:5px;
    margin-right:5px;
}
.date p{
    margin-left:0!important;
}
/* -------------------------------------------end----------------------------------------------- */
/* -------------------------------------------acc-----------------------------------------------------*/
.acc{
    display: grid;
    grid-template-columns: auto auto auto;
    padding:10px;
    text-align: center;   
}
.acc img{
    width:60%;   
    margin:auto;    
}
/* -------------------------------------------end----------------------------------------------- */
