*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}


/*                                                      navbar ---------------------------------------------*/
 nav input{
    display: none;
} 
nav{
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%;
    height: 90px;
    line-height: 75px;
    background: blue;
    position: relative;
    
}
nav a.navbar-brand h1{
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    
    
}
nav a{
    display: flex;
}
nav .navbar-brand img{
    height:40px ;
    width:40px;
    margin-top: 18px;
    margin-right: 5px;
}
nav .nav-list{
    display: flex;
  
   
    
}
nav .nav-item{
    cursor: pointer;
    height: 100%;
    padding: 0 30px;
    transition: .4s;
}
nav .nav-item .nav-link:hover{
    margin-top: 10px;
 
 }
nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
}
body{
    display: flex;
    flex-direction: column;
}

/*-----------navbar end-------------------------------------------------*/
#hr1{
    margin-top: 5%;
    background-color: black;
    height: 30px;
    border: none;
}

/*-------------------------------------------------Body---------------------------------------------------------*/
.flex .group-img{
     
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 18px;
    padding-top: 18px;

}
.flex .group-img1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 3%;

}
.flex .imagee{
    position: relative;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    /* width: 37rem; */
    border-radius: 5px;
    background-color:whitesmoke;
    box-shadow: 0 6px 20px grey;
    box-sizing: border-box;
    overflow: hidden;
    width: 200px;
    flex:0 0 30%;
    height: 30%;
}
.flex img{
    width:100%;
    height:180px;
}

.container{
    margin-top:4%;
    text-align:center ;
    

}
.bdy{
    background: whitesmoke;
}
.container h2{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: 5%;
    /* background: wheat; */
    

}
.row .flex{
   width: 50%;
   text-align: center;
   /* margin-right: 5%;
   margin-left: 5%; */
   background: white;
   padding-left: 2%;
   padding-top: 4%;
   padding-bottom:4%;
   padding-right: 2%;

}
.row .flex:nth-child(1){
    background-color: aqua;
}




.flex form{
    
    text-align: left;
    padding-top: 2%;
    padding-right: 2%;
    font-weight: bold;
    height: 100%;
 }
.flex label{
    font-size: 22px;
    
}
.flex form input{
    width:100%;
    border:none;
    border-bottom: 1px solid rgb(255, 0, 149);
    outline: none;
}
textarea{
   width: 100%;
   border:.10px solid rgb(255,0,149);
   outline: none;
   font-weight: bold;
   box-sizing: border-box;
   margin-top: 15px;
   margin-bottom: 4.5%;
   font-size: 12px;
}
 .input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    
}
.input-row .input-group{
    flex-basis: 45%;
    font-weight: bold;
}
.bt{
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 7px 14px;
    font-size: 15px;
    text-transform: uppercase;
    background:blue;
    border-radius: 20px;
    border: none;
    
    
   
}
.flex li .bt{
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    background:blue;
    border-radius: 20px;
    border: none;

}
.bt:hover{
    transform: translateX(15px);
    cursor: pointer;
}

/*------------------------------------------------------End-----------------------------------------------------*/

@media(max-width:1400px){
    .flex .group-img{
     
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 18px;
        padding-top: 18px;
    
    }
    .flex .group-img1{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        
    
    }
    .flex .imagee{
        position: relative;
        padding-left: 3%;
        padding-top: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
        /* width: 37rem; */
        border-radius: 5px;
        background-color:whitesmoke;
        box-shadow: 0 6px 20px grey;
        box-sizing: border-box;
        overflow: hidden;
        width: 180px;
        flex:0 0 30%;
        height: 30%;
    }
    .flex img{
        width:100%;
        height:160px;
    }
    
.flex form{
    
    text-align: left;
    padding-top: 3%;
    padding-right: 2%;
    font-weight: bold;
    height: 100%;
 }
.flex label{
    font-size: 16px;
    
}
.flex form input{
    width:100%;
    border:none;
    border-bottom: 1px solid rgb(255, 0, 149);
    outline: none;
}
textarea{
   width: 100%;
   border:.10px solid rgb(255,0,149);
   outline: none;
   font-weight: bold;
   box-sizing: border-box;
   margin-top: 10px;
   margin-bottom: 3%;
}
 .input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    
}
.input-row .input-group{
    flex-basis: 45%;
    font-weight: bold;
}
    
    #hr1{
        margin-top: 10%;
        background-color: black;
        height: 30px;
        border: none;
    }
   
}
@media(max-width:1250px){
    .flex .group-img{
     
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 18px;
        padding-top: 18px;
    
    }
    .flex .group-img1{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        
    
    }
    .flex .imagee{
        position: relative;
        padding-left: 3%;
        padding-top: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
        /* width: 37rem; */
        border-radius: 5px;
        background-color:whitesmoke;
        box-shadow: 0 6px 20px grey;
        box-sizing: border-box;
        overflow: hidden;
        width: 180px;
        flex:0 0 30%;
        height: 30%;
    }
    .flex img{
        width:100%;
        height:160px;
    }
    
.flex form{
    
    text-align: left;
    padding-top: 3.5%;
    padding-right: 2%;
    font-weight: bold;
    height: 100%;
 }
.flex label{
    font-size: 16px;
    
}
.flex form input{
    width:100%;
    border:none;
    border-bottom: 1px solid rgb(255, 0, 149);
    outline: none;
}
textarea{
   width: 100%;
   border:.10px solid rgb(255,0,149);
   outline: none;
   font-weight: bold;
   box-sizing: border-box;
   margin-top: 10px;
   margin-bottom: 3%;
}
 .input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    
}
.input-row .input-group{
    flex-basis: 45%;
    font-weight: bold;
}
    
    #hr1{
        margin-top: 10%;
        background-color: black;
        height: 30px;
        border: none;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 6px 12px;
        font-size: 12px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
        
        
       
    }
}
@media(max-width:1200px){
    .flex .group-img{
     
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 15px;
        padding-top: 15px;
    
    }
    .flex .group-img1{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        
    
    }
    .flex .imagee{
        position: relative;
        padding-left: 3%;
        padding-top: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
        /* width: 37rem; */
        border-radius: 5px;
        background-color:whitesmoke;
        box-shadow: 0 6px 20px grey;
        box-sizing: border-box;
        overflow: hidden;
        width: 160px;
        flex:0 0 30%;
        height: 30%;
    }
    .flex img{
        width:100%;
        height:140px;
    }
    
.flex form{
    
    text-align: left;
    padding-top: 3.5%;
    padding-right: 2%;
    font-weight: bold;
    height: 100%;
 }
.flex label{
    font-size: 14px;
    
}
.flex form input{
    width:100%;
    border:none;
    border-bottom: 1px solid rgb(255, 0, 149);
    outline: none;
}
textarea{
   width: 100%;
   border:.10px solid rgb(255,0,149);
   outline: none;
   font-weight: bold;
   box-sizing: border-box;
   margin-top: 5px;
   margin-bottom: 2%;
}
 .input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    
}
.input-row .input-group{
    flex-basis: 45%;
    font-weight: bold;
}
    
    #hr1{
        margin-top: 10%;
        background-color: black;
        height: 30px;
        border: none;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 6px 12px;
        font-size: 12px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
        
        
       
    }
}
@media(max-width:1120px){
    nav{
        padding: 0 2.5%;
    }
    nav .navbar-brand{
        color: white;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav .nav-list .nav-link{
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        
    }
    .container h2{
        font-size: 28px;
    }
    #hr1{
        margin-top: 11%;
        background-color: black;
        height: 30px;
        border: none;
    }
    
    
    
}
@media(max-width:1070px){
    nav a.navbar-brand h1{
        color: white;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav .navbar-brand img{
        height:35px ;
        width:35px;
        margin-top: 20px;
        margin-right: 5px;
    }
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 8%;
        /* background: wheat; */
    }
    .row .flex{
        width: 100%;
        text-align: center;
        /* margin-right: 5%;
        margin-left: 5%; */
        background: white;
        padding-left: 2%;
        padding-top: 4%;
        padding-bottom:4%;
        padding-right: 2%;
     
     }
     .container h2{
        padding-bottom: 5%;
     }
     .container h3{
        font-size: 18px;
     }
     .flex ul li span{
        text-transform: uppercase;
        color: blue;
        font-size: 16px;
        
        padding-bottom: 5px;
        
    }
    .flex label{
        font-size: 16px;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        text-transform: uppercase;
        background:blue;
        border-radius: 15px;
        border: none;
    
    }
    .flex .ad p{
        font-size: 15px;
        margin-top: .2%;
        
    }
    .flex .group-img{
     
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 0px;
        padding-top: 18px;
    
    }
    .flex .group-img1{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-bottom: 6%;
    
    }
    .flex .imagee{
        position: relative;
        padding-left: 3%;
        padding-top: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
        /* width: 37rem; */
        border-radius: 5px;
        background-color:whitesmoke;
        box-shadow: 0 6px 20px grey;
        box-sizing: border-box;
        overflow: hidden;
        width: 180px;
        flex:0 0 30%;
        height: 30%;
    }
    .flex img{
        width:100%;
        height:170px;
    }
    #hr1{
        margin-top: 30%;
        background-color: black;
        height: 45px;
        border: none;
    }
    
}
@media(max-width:960px){
    nav .nav-item .nav-link:hover{
        margin-top: 0px;
     
     }
    nav a.navbar-brand h1{
        color: white;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav .navbar-brand img{
        height:32px ;
        width:32px;
        margin-top: 22px;
        margin-right: 5px;
    }
}
@media(max-width:940px){
    .container{
        margin-top:10%;
        text-align:center ;
        
    
    }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    z-index: 1;
    display: none;
    transition: 0.6s;
    
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
   
    
   }
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav input{
    display: none;
}
   
input:checked ~ .nav-list{
    display: flex;
   

}
  nav .navbar-toggler{
    display: grid !important;
    display: none;
    height: min-content;
    margin: 19px -8px 0 0;
    cursor: pointer;
    
   }
nav .navbar-toggler .bar{
    width:35px;
    height: 5px;
    margin-bottom: 10px;
    background: white;
    border-radius: 10%;
    transition: 0;
   
}



input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -30px;
    width:35px;
    margin-top: 15px;
    
          
          
       
}
input:checked ~ .navbar-toggler .bar:nth-child(1){
  transform: rotate(45deg);
  
   

}
input:checked ~ .navbar-toggler .bar:nth-child(2){
   display: none;
    
    
   

}
input:checked ~ .navbar-toggler .bar:nth-child(3){
    transform: rotate(-45deg);
   

}
#hr1{
    margin-top: 10%;
    background-color: black;
    height: 45px;
    border: none;
}


}
@media(max-width:700px)
{
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 8%;
        /* background: wheat; */
    }
    .row .flex{
        width: 100%;
        text-align: center;
        /* margin-right: 5%;
        margin-left: 5%; */
        background: white;
        padding-left: 2%;
        padding-top: 4%;
        padding-bottom:4%;
        padding-right: 2%;
     
     }
     .container h2{
        padding-bottom: 5%;
     }
     .container h3{
        font-size: 16px;
     }
     .flex ul li span{
        text-transform: uppercase;
        color: blue;
        font-size: 14px;
        
        padding-bottom: 5px;
        
    }
    .flex label{
        font-size: 14px;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 5px 10px;
        font-size: 13px;
        text-transform: uppercase;
        background:blue;
        border-radius: 15px;
        border: none;
    
    }
    .flex .ad p{
       
        margin-top: .1%;
        font-size: 13px;
        
    }
    .flex .em p{
        font-size: 13px;
    }
    .flex .nu .ul1 li{
        font-size: 12px;
    }
        
    textarea{
        width: 100%;
        border:.10px solid rgb(255,0,149);
        outline: none;
        font-weight: bold;
        box-sizing: border-box;
        margin-top: 10px;
        margin-bottom: 3%;font-size: 10px;

     } 
       
}

@media(max-width:660px){
    .container{
        margin-top:12%;
        text-align:center ;
        
    
    }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    display: none;
    z-index: 1;
    transition: .6s;
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
   }
   nav .navbar-toggler{
    display: grid !important;
   }
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  
nav input{
    display: none;
}
nav .nav-list .nav-link{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    
}

input:checked ~ .nav-list{
   display: flex;
    
}
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 9%;
    /* background: wheat; */
}
nav .navbar-toggler{
    
    display: none;
    height: min-content;
    margin: 20px -6px 0 0;
    cursor: pointer;
  
}
nav .navbar-toggler .bar{
width:35px;
height: 5px;
margin-bottom: 8px;
background: white;
border-radius: 10%;
transition: 0;
}
input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -30px;
    width:28px;
    margin-top: 12px;
          
          
       
}
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 8%;
    /* background: wheat; */
}
.row .flex{
    width: 100%;
    text-align: center;
    /* margin-right: 5%;
    margin-left: 5%; */
    background: white;
    padding-left: 2%;
    padding-top: 4%;
    padding-bottom:4%;
    padding-right: 2%;
 
 }
 .container h2{
    padding-bottom: 5%;
 }
 .container h3{
    font-size: 18px;
 }
 .flex ul li span{
    text-transform: uppercase;
    color: blue;
    font-size: 16px;
    
    padding-bottom: 5px;
    
}
.flex label{
    font-size: 16px;
}
.bt{
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background:blue;
    border-radius: 15px;
    border: none;

}
.flex .ad p{
    font-size: 15px;
    margin-top: .2%;
    
}
.flex .group-img{
 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 18px;

}
.flex .group-img1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 6%;

}
.flex .imagee{
    position: relative;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    /* width: 37rem; */
    border-radius: 5px;
    background-color:whitesmoke;
    box-shadow: 0 6px 20px grey;
    box-sizing: border-box;
    overflow: hidden;
    width: 140px;
    flex:0 0 30%;
    height: 30%;
}
.flex img{
    width:100%;
    height:130px;
}
.container h2{
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}

}
@media(max-width:550px)
{
    .container{
        margin-top:14%;
        text-align:center ;
        
    
    }
    .flex .imagee{
        position: relative;
        padding-left: 3%;
        padding-top: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
        /* width: 37rem; */
        border-radius: 5px;
        background-color:whitesmoke;
        box-shadow: 0 6px 20px grey;
        box-sizing: border-box;
        overflow: hidden;
        width: 120px;
        flex:0 0 30%;
        height: 30%;
    }
    .flex img{
        width:100%;
        height:110px;
    }
    .flex label{
        font-size: 14px;
    }
    .bt{
        font-size: 11px;
    }
}
@media(max-width:490px)
{
    .container{
        margin-top:17%;
        text-align:center ;
        
    
    }
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 8%;
        /* background: wheat; */
    }
    .row .flex{
        width: 100%;
        text-align: center;
        /* margin-right: 5%;
        margin-left: 5%; */
        background: white;
        padding-left: 2%;
        padding-top: 4%;
        padding-bottom:4%;
        padding-right: 2%;
     
     }
     .container h2{
        font-size: 24px;
        padding-bottom: 5%;
    }
    
     .container h3{
        font-size: 14px;
     }
     .flex ul li span{
        text-transform: uppercase;
        color: blue;
        font-size: 12px;
        
        padding-bottom: 5px;
        
    }
    .flex label{
        font-size: 12px;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 5px 10px;
        font-size: 10px;
        text-transform: uppercase;
        background:blue;
        border-radius: 15px;
        border: none;
    
    }
    .flex .ad p{
       
        margin-top: .2%;
        font-size: 11px;
        
    }
    .flex .em p{
        font-size: 11px;
    }
    .flex .nu .ul1 li{
        font-size: 10px;
    }
        
        
   
}

@media(max-width:440px){
    .container{
        margin-top:20%;
        text-align:center ;
        
    
    }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    display: none;
    z-index: 1;
    transition: .6s;
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
    padding-bottom: none;
   }
   
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav .nav-list .nav-link{
    color: white;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav input{
    display: none;
   }
   input:checked ~ .nav-list{
    display: flex;
   }
  nav .navbar-toggler{
    display: grid !important;
    display: none;
    height: min-content;
    margin: 23.5px -10px 0 0;
    cursor: pointer;
    }
  nav .navbar-toggler .bar{
    width:32px;
    height: 5px;
    margin-bottom: 7px;
    background: white;
    border-radius: 10%;
    margin-right: 10px;
    transition: 0;
   }



input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -18px;
    width:30px;
    margin-top: 10px;
          
       
}
/*
.flex p{
    font-size: 20px;
    line-height: 2;
    color: black;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: justify;
    font-family:'Courier New', Courier, monospace;
    margin-bottom: 25px;
}

*/
.flex .imagee{
    position: relative;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    /* width: 37rem; */
    border-radius: 5px;
    background-color:whitesmoke;
    box-shadow: 0 6px 20px grey;
    box-sizing: border-box;
    overflow: hidden;
    width: 90px;
    flex:0 0 30%;
    height: 30%;
}
.container h2{
    font-size: 24px;
}
.flex img{
    width:100%;
    height:70px;
}
.flex label{
    font-size: 12px;
}
.bt{
    font-size: 9px;
}


}
@media(max-width:400px){
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 9%;
        /* background: wheat; */
    }
    .row .flex{
        width: 100%;
        text-align: center;
        /* margin-right: 5%;
        margin-left: 5%; */
        background: white;
        padding-left: 2%;
        padding-top: 4%;
        padding-bottom:4%;
        padding-right: 2%;
     
     }
     .container h2{
        font-size: 22px;
        padding-bottom: 5%;
    }
    
     .container h3{
        font-size: 13px;
     }
     .flex ul li span{
        text-transform: uppercase;
        color: blue;
        font-size: 11px;
        
        padding-bottom: 5px;
        
    }
    .flex label{
        font-size: 11px;
    }
    .bt{
        text-decoration: none;
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 5px 10px;
        font-size: 8px;
        text-transform: uppercase;
        background:blue;
        border-radius: 12px;
        border: none;
    
    }
    .flex .ad p{
       
        margin-top: .3%;
        font-size: 10px;
        
    }
    .flex .em p{
        font-size: 10px;
    }
    .flex .nu .ul1 li{
        font-size: 9px;
    }
        
}
@media(max-width:390px){
    .container{
        margin-top:22%;
        text-align:center ;
        
    
    }
}