*
{
    margin: 0px;
    padding: 0px;
}
body {
   font-family:'Candara';
    font-weight: 400;
    font-size: 14px;
    color: #333;   
  line-height:16px;
     background-color:rgba(227, 223, 223, 0);
    margin-left: 0px;
}

/*=====price main div====*/

    
   


.text-center{
    text-align: center;
}
.programmeimg{
    width: 50%;
    height: auto;
}

.programme div{
    margin-top: 20px;
    text-align: center;
}

input[type=text]{
    width:100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    
}
.programme{
    border: 1px solid #fff;
}

.programme:hover{
    border: 1px solid black;
    margin: 0px;
    position: static;
    padding: 0px;
}
.make_me_blue{
  background-color: blue !important;
}

.error1::-webkit-input-placeholder {
color: red !important;
   font-weight: 500px; 
    font-size: 20px;
}

.error1:-moz-placeholder { 
color: red !important;
   font-weight: 500px; 
    font-size: 20px;
}

.error1::-moz-placeholder { 
color: red !important;
   font-weight: 500px; 
    font-size: 20px;
}

.error1:-ms-input-placeholder {  
color: red !important;
   font-weight: 500px; 
    font-size: 20px;
}
.tittle>span{
  color: #00a0e3;
}
.tittle-line-white {
  background-color: #fff;
  display: inline-block;
  height: 3px;
  margin-bottom: 16px;
  width: 60px;
}