*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}

p{
    color: #474556;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;

}




/* NAV  */


/* .phone_number{
    display: inline;
} */
 .navigation{
    display: flex;
    align-items: center;

} 
nav.main-menu ul{
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
div.phone{
    display: flex;
    align-items: center;
}
div.hh{
    display: flex;
    align-items: center;
   
}
div.phone img{
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-left: 20px;
}

.title-number{
    color: #4E4D4D;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: -5px;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Prata', serif;


}
.number_{
    color: #D21717;
    font-weight: 400;
font-size: 30px;
text-align: left;
font-family: 'Prata', serif;

}
section.logo img{
    max-width: 360px;
    height: auto;
}



nav.main-menu li {
    display: inline-block;
    padding: 0 16px;
 

}



nav.main-menu div.navigation ul li a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.3px;
text-transform: uppercase;
color: #454545;
}



.menu-item-22 a,
.menu-item-25 a,
.menu-item-23 a,
.menu-item-24 a
{
    
    position: relative;
}
.menu-item-22 a::after,
.menu-item-25 a::after,
.menu-item-23 a::after,
.menu-item-24 a::after
 {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #454545;
    left: 0;

    bottom: -5px;
    transition: 0.2s ease-in-out;
}
.menu-item-22 a:hover:after,
.menu-item-23 a:hover:after,
.menu-item-24 a:hover::after,
.menu-item-25 a:hover::after
 {
    width: 100%;
}


.nav .container{
    position: relative;
}
.hamburger {
    display: none;
    
}

.bar {
    display: block;
    width: 25px;
    height: 3px!important;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: 40;
   
}





@media(max-width:1200px) {
    section.logo img{
        max-width: 300px;
        height: auto;
    }
    
    .hamburger {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 40px;
        width: 30px;
        z-index: 62;
      
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        background-color: #000;
        z-index: 90;
       
        
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        background-color: #000;
        z-index: 90;
        /* position: relative; */

    }



    nav.main-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 60%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translate(100%);
        z-index: 10;
    }
    div.navigation li {
        flex-direction: column;
        display: block;
        justify-content: center; 
        margin: 40px auto;   
        text-align: center;
    z-index: 90;
    width: 100%;
    }

    nav.main-menu ul{
        display: block;
        margin-bottom: 0;
    }


    .navigation{
        display: block;
    
    } 
 
    nav.main-menu div.navigation ul{
margin-left: 0; 
padding-left: 0;      
    }
 
    nav.main-menu.active {
        transform: translate(0);
        transition: .3s linear;

    }

    .site-overlay{
        position:fixed;
        z-index:-1;
        left:0;
        top:0;
        right:0;
        bottom:0;
        display:block;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,.4);
        transition:opacity .3s;
        pointer-events:none;
        opacity:0
    }.site-overlay.js-open{
        z-index:2;
        opacity:1;
        cursor:pointer;
        pointer-events:auto;
    }


}

@media(max-width:768px){
    nav.main-menu{
        width: 100%;
    }
}

@media(max-width:500px) {
    section.logo img{
        max-width: 250px;
        height: auto;
    }}
    @media(max-width:400px) {
        section.logo img{
            max-width: 200px;
            height: auto;
        }}


        /* MAIN  */


        .main-mobile{
            display: none;
        }
        .border{
            width: 303px;
        
            background-color: transparent;
            border: 2px solid #7D7C86 !important;
            position: relative;
            height: 67px;
        }
        
        .border a{
            width: 299px;
            padding: 18px 0;
            background-color: #D21717;
            border: none;
            position: absolute;
            top: 6px;
            right: 6px;
            display: block;
            text-align: center;
            color: #fff;
            transition: transform 0.3s ease-in-out ;
            font-weight: 400;
font-size: 18px;
letter-spacing: 0.45px;


font-family: 'Prata', serif;

        }

        .border a:hover{
            transform: translate(6px, -6px);
            transition: transform 0.3s ease-in-out ;
         
            
        }  
        .main{
            height: 78vh;
            min-width: 100%;
			width:100%;
            /* background-position: top 50px left 100px; */
            background-position: 0%  15%;
			background-position:  center ;
            background-repeat: no-repeat;
            background-size: cover!important;
        }
p.red-text{
    font-weight: 700;
font-size: 16px;
color: #D21717;
font-family: 'Poppins', sans-serif;

}

h1{
    font-weight: 400;
font-size: 56px;
color: #1F1B38;
font-family: 'Prata', serif;
line-height: 80px;
margin: 10px 0 0;
}
p.description_1{
    margin-bottom: 32px;
}
@media(max-width:1400px){
    .main {
        height: 650px;
      
          }
}
@media(max-width:1200px){
    h1{
        width: 70%;
    }

}
@media(max-width:992px){
    h1{
        width: 100%;
        text-align: center;
    }
    .main-mobile{
        display: inline-block;
        width: 100%;
        height: 900px;
        background-position: bottom 30% center;
        background-size: cover;
        padding-top: 50px;

    }
    .main {
  display: none;

    }
    .main2 {
        display: none;
      
          }
 
    .main-mobile .col-xl-6 p{
        text-align: center;
    }
    .main-mobile .border {
        margin: 0 auto;
    }
    main .border {
        margin: 0 auto;
    }
}
@media(max-width:768px){

    .main-mobile{
      
        height: 1000px;
    
    }
    .mobile-services{
        height: 900px;
    }
}
@media(max-width:600px){
    h1{
       font-size: 44px;
       line-height: 50px;
    }
    .main-mobile{
      
        height: 700px;
    
    }
}
@media(max-width:500px){
    h1{
       font-size: 36px;
    }
}
@media(max-width:350px){
    h1{
       font-size: 28px;
    }

    .border{
        width: 280px;
  
        height: 67px;
    }
    
    .border a{
        width: 276px;
        padding: 18px 0;

    }
}


/* OUR MISSION  */

.our_mission{
    padding: 70px 0;
}

.our_mission h2{
    text-align: center;
    margin-bottom: 10px;
}
p.description_2{
    text-align: center;
    font-family: 'Prata', serif;
color: #D21717;
font-weight: 400;
font-size: 32px;
line-height: 48px;
letter-spacing: 0.32px;
margin-bottom: 70px;

}
h2{
    font-weight: 400;
font-size: 56px;
line-height: 80px;
letter-spacing: 0.56px;
color: #1F1B38;
font-family: 'Prata', serif;

}
.text_part2, .text_part1{
    margin-bottom: 50px;
    font-weight: 300;
    color: #7D7D7D;
    letter-spacing: 0.4px;
    line-height: 32px;
}


.s_2{
    position: relative;
    top: 0;
}
.shadow_image img{
    
    object-fit: cover;
    object-position: center;
   border-radius: 3px;
   top: 0;

}

.shadow_image{
    text-align: right;
    padding-right: 30px;
    position: relative;
    top: 0;
}
.shadow{
    top: 0;
    width: 512px;
    height: 512px;
    background-color: #E8E8E8;
    position: absolute;
  right: 0;
 
    margin-left: 30px;
    margin-top: 30px;
    z-index: -1;
    box-shadow: none!important;
    border-radius: 3px;

} 

.shadow_image{
    position: relative;
}




@media(max-width:1200px){
    .shadow{
     
        width: 426px;
        height: 426px;
        margin-left: 30px;
        margin-top: 30px;
    }
}



@media(max-width:992px){
    .shadow_image img {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
        /* width: 512px!important;
    height: 512px!important; */
    }
    .tes_img{
        max-width: 512px!important;
        height: 512px!important;
    }
    .shadow{
    width: 512px;
    height: 512px;
 
    margin-right: 70px;
    margin-top: 30px;
}
p.description_2{
    margin-bottom: 30px;
}
 
    .our_mission .border{

margin: 0 auto 70px;

    }
    .text_part2, .text_part1{
   text-align: center;
    }
}


@media(max-width:768px){
    .shadow{
        width: 486px;
        height: 486px;
     
        margin-right: -10px;
        margin-top: 30px;
    }
    .tes_img{
        /* min-width: 512px!important;
        height: 512px!important; */
        max-width: 486px!important;
        /* min-width: 486px!important; */
        width: 486px!important;
        height: 486px!important;
    }
}

@media(max-width:575px){
    .shadow{
        display: none;
    }
   img.tes_img{
        max-width: 100%!important;
        width: auto!important;
        /* max-width: 426px!important; */
        /* width: 426px!important; */
        /* min-width: none!important; */
        /* height: 426px; */

    }
    .shadow_image{
        
        padding-right: 0px;}
}
@media(max-width:600px){
    h2{
       font-size: 40px;
       line-height: 50px;
    }
    p.description_2{
        
    font-size: 26px;
    line-height: 38px;}
}
@media(max-width:500px){
    h2{
       font-size: 32px;
    }

.text_part2, .text_part1{
margin-bottom: 20px;
}
p.description_2{
        
    font-size: 24px;
    line-height: 38px;
}
    
}
@media(max-width:350px){
    h2{
       font-size: 24px;
    }
    p.description_2{
        
        font-size: 20px;
        line-height: 38px;
    }
   
}


/* OFFER  */
.offer-container{
    max-width: 1700px!important;
}
h2.w_con{
    max-width: 1320px;
    text-align: center;
    margin: 0 auto 60px;
}
.image-box img{
    height: 500px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

section.offer{
    padding: 70px 0;
}
h3{
    color: #D21717;
  padding: 0 8px;
text-align: center;
letter-spacing: 0.2px;
font-weight: 400;
font-size: 20px;
line-height: 34px;
font-family: 'Prata', serif;
background-color: #fff;
margin: -70px auto 0;
width: 80%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
position: relative;
}

@media(max-width:1200px){
    .boxes-content {
        margin-bottom: 50px;
    }
}
@media(max-width:992px){
    .image-box img {
width: 737px; 
margin: 0 auto;
display: block;
text-align: center;
height: auto;
object-fit: cover;
height: 490px;  
 }
.offer-container{
    max-width: 960px!important;
}
.image-box{
    margin: 0 auto;
    display: block;
    text-align: center; 
   /* height: 490px; */
}
}



/* WORKSHOP  */

.workshop{
    padding: 70px 0;
}

.shadow_image2 img{
    
    object-fit: cover;
    object-position: center;
   border-radius: 3px;
   top: 0;
   max-width: 520px;
   max-height: 520px;

}

.shadow_image2{
    /* text-align: right;
    padding-right: 30px; */
    position: relative;
    top: 0;
    padding-left: 30px;
}
.shadow2{
    top: 0;
    width: 512px;
    height: 512px;
    background-color: #E8E8E8;
    position: absolute;
  left: 0;
 
    margin-right: 30px;
    margin-top: 30px;
    z-index: -1;
    box-shadow: none!important;
    border-radius: 3px;

} 

.shadow_image2{
    position: relative;
}
.workshop p{
    font-weight: 300;
    color: #7D7D7D;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-bottom: 30px;
}


@media(max-width:1200px){
    .shadow2{
     
        width: 426px;
        height: 426px;
        margin-right: 30px;
        margin-top: 30px;
    }
    .shadow_image2 img{
    
       width: 426px;
       height: 426px;
    
    }
}
/* @media(max-width:992px){
    .shadow_image img {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
      
    }
     .shadow_image2 .shadow2 .tes_img{
        width: 512px!important;
        height: 512px!important;
    }
} */


@media(max-width:992px){
    /* .shadow_image2 .shadow2 .tes_img{
        width: 512px!important;
        height: 512px!important;
    } */

    .shadow_image2 img {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
        width: 512px!important;
        height: 512px!important;
     text-align: center;
    }
    .shadow_image2{
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .shadow2{
    width: 512px;
    height: 512px;
 
    margin-left: 80px;
    margin-top: 30px;
}

 
    .workshop .border{

margin: 0 auto 70px;

}
.workshop h2{
    text-align: center;
    margin-top: 60px;
}
.workshop p{
    text-align: center;
}
}

@media(max-width:768px){
    .shadow2{
        width: 486px;
        height: 486px;
     
        margin-left: 0px;
        margin-top: 30px;
    }
    .shadow_image2 img {
     
        max-width: 486px;
        max-height: 486px;
     
    }
}

@media(max-width:575px){
    .shadow2{
        display: none;
    }
    .shadow_image2 img{
        text-align: center;
      width: 100%;
      height: auto;
        }
        .shadow_image2{
            padding-left: 0;
        }
}

/* CONTACT  */

.contact{
    width: 100%;
    /* height: 600px; */
    background-color: #E8E8E8;
    position: relative;
}
/* .contact .border{
    text-align: left;
} */
.col{
    height: 660px;
    width: 50%;
    position: absolute;
    right: 0;
}
.grey-box{
    background-color: #E8E8E8;
    height: 660px;
}

.img-box_{
    height: 660px;
  
    position: relative;
    z-index: 3;
}


p.grey_text{
color: #7D7D7D;
letter-spacing: 0.4px;
font-weight: 300;
font-size: 16px;
padding-bottom: 10px;

}

p.red_text2{
    color: #D21717;
    letter-spacing: 0.4px;
    font-weight: 600;
    font-size: 16px;
    max-width: 100%;
   display: inline;
    padding-bottom: 10px;
    }
    .contact .border {
        margin-top: 30px;
    }
    .contact h2{
        margin-bottom: 10px;
    }
    p.desc_s6{
        font-weight: 400;
font-size: 32px;
line-height: 50px;
text-align: center;
letter-spacing: 0.32px;
color: #fff;
font-family: 'Prata', serif;
width: 80%;
margin: 0 auto;

    }
    .autor{
        text-align: center;
letter-spacing: 0.16px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
line-height: 60px;
color: #fff;
    }

    .col{
        background-position: center;
        /* background-size: cover; */
        background-color: rgba(0, 0, 0, 0.145);
    background-blend-mode: multiply;
    }
.mobile{
    display: none;
    
}

    @media(max-width:992px){
        .contact{
            width: 100%;
            padding: 70px 0;
            position: static;
        }
        .rel_{
            text-align: center;
            margin: 0 auto; 
            height: auto; 
            max-width: 100%;
        }
        .rel_ .border{
            margin: 20px auto 0;
        }
        .rel_2{
            display: none;
        }
     
        .grey-box{
            background-color: #E8E8E8;
        width: 100%;
            text-align: center;
            margin: 0 auto;
            height: auto;
          
        }
        
        .img-box_{
          display: none!important;
        }
        .col{
            display: none;
          }
      
        .mobile{
            display: block;
            background-position: center;
            background-color: rgba(0, 0, 0, 0.145);
            background-blend-mode: multiply;
            padding: 70px 0;


        }
        p.desc_s6{
            
    font-size: 32px;
  
    width: 100%;
    margin: 0 auto;
    
        }
    }
    @media(max-width:500px){
        p.desc_s6{
            font-size: 24px;
        }
    }
    @media(max-width:360px){
        p.red_text2{
            font-size: 14px;
        }
    }
    @media(max-width:320px){
        p.red_text2{
            font-size: 13px;
        }
    }




    /* FOOTER  */
footer{
    padding: 70px 0 30px;
}

    footer ul{
        padding-left: 0;
    }

    footer ul li a{
       color: #454545;
       letter-spacing: 1.2px;
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
transition: 0.2s ease-in-out;
line-height: 30px;
font-family: 'Poppins', sans-serif;

    }

    footer ul li a:hover{
        color: #000;
    }

    h4{
        color: #454545;
        font-family: 'Poppins', sans-serif;

        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1.4px;
        margin-bottom: 20px;

    }
    footer p{
        color: #454545;
        letter-spacing: 1.2px;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 12px;
 line-height: 30px;
 font-family: 'Poppins', sans-serif;
    }

    .hours p{
        font-weight: 600; 
     
    }
 
    .o_days{
width: 140px;
    }

    .line{
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 70px;
    }

    .copyright{
        text-align: center;
        color: #454545;
        font-weight: 600;
font-size: 12px;
padding-top: 30px;
    }

    @media(max-width:992px){
     .office-hours{
margin-top: 60px;
     }
    }

    @media(max-width:575px){
        .mar_{
           
            padding-left: 20px;
        }
        .address{
            margin-top:40px
        }
    }
   


    /* SERVICES  */

    .main2{
        height: 78vh;
        min-width: 100%;
        width: 100%;
    background-position: center left 30%;
    background-size: cover;
}

@media(max-width:1200px){
    .main2 .col-xl-6 p{
       
        width: 70%;
    }

    .main2{
        height: 78vh;
        min-width: 100%;
        width: 100%;
        background-position: center left!important ;
        background-size: cover;
}
}


/* TESTIMONIAL 1  */

p.t_text{
    font-weight: 300;
    color: #7D7D7D;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-top: 30px;
}

img.tes_img{
    height: 520px;
    max-width: 520px;
}
.testimonial_1{
    padding: 70px 0;
}
.testimonial_2, .testimonial_3, .testimonial_4{
    padding-bottom: 70px;
}

@media(max-width:1200px){
 
    img.tes_img{
        max-width: 426px;
        height: 426px;
    }
   
    div.shadow_services img.ff{
          
       max-width: 426px;
       height: 426px;
    }
}
@media(max-width:992px){
    .shadow_image img {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
      
    }
    
    .shadow_image2 img {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
      
     text-align: center;
    }
   
    .tes_s h2{
        text-align: center;
    } 
    .tes_s p{
        text-align: center;
        margin-bottom: 30px;
    } 
    .testimonial-content_{
        margin-bottom: 40px;
    }
} 

@media(max-width:575px){

    .testimonial-content_{
        margin-bottom: 10px;
    }
}
@media(max-width:410px){

    .testimonial-content_{
        margin-bottom: 0px;
    }
    p.t_text{
        margin-top: 10px;
    }
}




/* FORM  */

.form_ {
    padding: 40px 0;
}
.form_ h2{
    text-align: center;
    margin-bottom: 50px;
}
div.form{
    background-color:#F7F7F7 ;
    padding: 50px 50px;
}
div.form input{
    width: 100%;
    padding: 15px 0 15px 15px;
	    border: none;
box-sizing: border-box;
height: auto;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 500;
	border-radius: 1px;
    color: #616981;
    border-bottom: 6px solid #D6D6D6;
}

div.form textarea{
    width: 100%;
    border: none;
    font-weight: 500;
    border-bottom: 6px solid #D6D6D6;
	border-radius: 1px;
    padding: 15px 0 15px 15px;
    height: 180px;
margin-top: 28px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #616981;
 }


div.form input:focus,  div.form textarea:focus{
    outline: 0;
}


 .wpcf7-response-output{
     color: #fff;
 }

 .form .border{
    margin: 30px auto 0;
}

 .border button{
    width: 299px;
    padding: 18px 0;
    background-color: #D21717;
    border: none;
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    text-align: center;
    color: #fff;
    transition: transform 0.3s ease-in-out ;
    font-weight: 400;
font-size: 18px;
letter-spacing: 0.45px;


font-family: 'Prata', serif;

}

.border button:hover{
    transform: translate(6px, -6px);
    transition: transform 0.3s ease-in-out ;
 
    
}  

h5.form-title{
    color: #1F1B38;
    font-weight: 500;
font-size: 28px;
font-family: 'Prata', serif;
text-align: center;
background-color:#F7F7F7 ;
padding-bottom: 20px;}

@media(max-width:768px){
    div.form input{
        margin-bottom: 20px;
    } 
    div.form textarea{
        margin-top: 4px;
    }
}

@media(max-width:450px){
  

    .border{
        width: 280px!important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
        height: 67px;
    }
    
    .border button{
        width: 276px!important;
        padding: 18px 0;

    }
}
@media(max-width:375px){
  

   .form .border{
        width: 250px!important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
        height: 67px;
    }
    
    .border button{
        width: 246px!important;
        padding: 18px 0;

    }
}


.image-contact img{
width: 50px;
height: 50px;
margin: 0 auto 30px;
display: block;
}

h6{
    text-align: center;
letter-spacing: 1.2px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;

color: #8691A4;
font-weight: 500;
font-size: 16px;
}

.c-content p{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
color: #061A3D;
font-family: 'Prata', serif;


}
.image-contact{
    margin: 0 auto;
    
}

.c-content{
    margin: 0 auto;
    background-color: #F7F7F7;
    height: 340px;
    width: 100%;
    padding: 60px 30px 30px ;
    border-radius: 2px;
}
.boxes-content_{
    border: 3px solid #FFE5E5;
    padding: 30px;
    width: 100%;
    border-radius: 2px;
}



 p.data{
font-size: 22px!important;
}

.pad_2{
    margin: 0 auto;
}

.contact_data{
    margin-top: 30px;
}
.map{
    margin: 70px 0;
}
.map img{
 width: 100%;
 max-height: 524px;
}
/* FORMS  */
.forms{
    padding: 70px 0;
}

h5.links{
    text-align: center;
    color: #1F1B38;
    letter-spacing: 0.55px;
    font-weight: 400;
font-size: 22px;
line-height: 32px;
font-family: 'Prata', serif;

}
.btn2 svg{
width: 24px;
height: auto;
}
.btn2 a{
    color: #D21717;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;

}
.btn2{
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate( -50%, 0);
}

.links-text {
    position: relative;
    height: 220px;
    border: 2px solid #E3E3E3;
    border-top: 8px solid #D21717;
    padding:  30px;
}
.forms h2{
    text-align: center;
}
.forms p{
    text-align: center;
    color: #7D7D7D;
    letter-spacing: 0.4px;
    font-weight: 300;
font-size: 16px;
line-height: 32px;
margin-bottom: 50px;
}

@media(max-width:1200px){
    .forms-box{
        margin-bottom: 22px;
    }
    .pad_2{
        margin-bottom: 28px;
    }
}
@media(max-width:992px){
    .forms{
        padding: 40px 0;
    }
}

@media(max-width:375px){
    .forms{
        padding: 20px 0 10px;
    }
}



/* form 1  */

.input_radio span{
 flex: 99;
 font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 500;

    color: #616981;

}
.input_radio label{
    display: flex!important;
    justify-content: flex-start;
    
}
.box_info label{
    display: flex;
}
.box_info span{
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    
        color: #616981;
}
.box_info input{
    display: flex;
    margin-right: 6px;
    border: 1px solid #616981;
}
.wpcf7-list-item {
    display: block;
    }
    .box_info .wpcf7-list-item {
        display: inline!important;
        }
    
p.student{
    display: flex!important;
    align-items: center;
    color: #616981;
}
.input_radio input{
    flex: 1;
    margin-right: 6px;
    border: 1px solid #616981;
   }
.tel_p{
    margin-bottom: 30px;
}

.form2 .row{
    margin-bottom: 30px;
}

 select.wpcf7-form-control {
    width: 100%;
    padding: 17px 15px 17px 10px;
	    border: none;
box-sizing: border-box;
height: auto;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 500;
	border-radius: 1px;
    color: #616981!important;
    border-bottom: 6px solid #D6D6D6;
    /* -moz-appearance:none; 
    -webkit-appearance:none;
    appearance:none; */
}

select.wpcf7-form-control:focus{
    outline: 0;
} 


.border2{
    width: 363.5px;
    padding: 60px auto;
}



.border2 button{
    width: 360px;
    padding: 18px 0;
    background-color: #D21717;
    border: none;
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    text-align: center;
    color: #fff;
    transition: transform 0.3s ease-in-out ;
    font-weight: 400;
font-size: 18px;
letter-spacing: 0.45px;


font-family: 'Prata', serif;

}

.border2 button:hover{
    transform: translate(6px, -6px);
    transition: transform 0.3s ease-in-out ;
 
    
}  


p.copy_text{
    text-align: center;
    letter-spacing: 0.3px;
    
    color: #616981;
    font-weight: 500;
font-size: 12px;
line-height: 26px;
}
.first_copy{
    padding-top: 60px;
}
.second_copy{
    padding-bottom: 20px;
}
.employment{
    padding-bottom: 30px;
}

.wpcf7-response-output{
    color: #000;
    font-family: 'Poppins', sans-serif;

}


@media(max-width:992px){
section.form_{
padding: 20px 0;
}
}

@media(max-width:768px){
    .form2 .row{
        margin-bottom: 0px;
    }
    .form2 input{
        margin-bottom: 22px;
    }
    select.wpcf7-form-control{
        margin-bottom: 22px;
    }
    .input_radio input{
     margin-bottom: 0px!important;
       }
    
        
   
       .checkbox{
      padding-bottom: 30px;
        
    }
}

@media(max-width:500px){
    
.border2{
    width: 303.5px;
    height: 64px;
}



.border2 button{
    width: 300px;
    font-size: 16px;
    padding: 18px 0;
}
div.form{
    background-color:#F7F7F7 ;
    padding: 40px 10px;
}
}
@media(max-width:400px){
    
    .border2{
        height: 61px;
    }
    section.form_{
        padding: 0px 0;
        }
    
    
    .border2 button{
        font-size: 14px;
       
    }
    }





    /* form 3  */

    p.form-text{
        text-align: center;
        color: #7D7D7D;
        letter-spacing: 0.4px;
        font-weight: 300;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 50px;
        margin-top: -30px;
    }

    .form3 .row{
        margin-top: 26px;
    }

    .form-text3{
        text-align: center;
        /* margin-bottom: 30px; */
        margin-top: -10px;
    }
    .form-text4{
        text-align: left;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    h5.form-title2{
        font-family: 'Poppins', sans-serif;
        color: #1F1B38;
        font-weight: 600;
margin-top: 30px;
    }








    @media(max-width:768px){
        .s_row_{
            margin-top: -24px;
            /* padding-top: -20px; */
        }
        .jmfcs .input_name{
            margin-bottom: 6px!important;
                }
    }




    .jmfcs .input_name{
margin-bottom: 26px;
    }
    h5.p_info{
        padding-bottom: 26px;
    }
    h5.patient-info{
        margin-bottom: 26px;
    }
  
    .jmfcs2{
        margin-bottom: 0;
        margin-top: -30px;
    }
h5.form-title_3{
    font-family: 'Poppins', sans-serif;
    color: #1F1B38;
    font-weight: 500;
margin-top: 30px;
font-size: 18px;
}
a.paypal{
    background-color: #31B1F0;
    padding: 6px 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 0.4px;
   
    
}
.pay{
    margin-bottom: 14px;
}

p.card_{
    color: #7D7D7D;
    letter-spacing: 0.4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;        }

    @media(max-width:768px){
        p.std_{
            padding-bottom: 20px;  
          }
          h5.p_info{
            padding-bottom: 0px;
        }
    
        .jmfcs .input_name{
            margin-bottom: 6px!important;
                }
                .jmfcs2{
                    margin-bottom: 0;
                    margin-top: 0px;
                }
                p.student{
                    display: flex!important;
                    align-items: center!important;
                    color: #616981;
                    margin-bottom: 0;
                }
                p.student input{
                    margin-bottom: 0;
                }
                p.student span{
                    margin-bottom: 0;
                }
    }
        section.main{
        
/*             min-width: 100%;
			width:100%; */
            
            background-size: cover!important;
        }