
/*  Star section# 1 */

.contant
{
    background-color: #083D62;
    margin-top: 50px;
}

.contant h2{
    color: white;
    font-size: 34px;
}
.second-h{
    font-size: 32px!important;  
}
.white{
    color:white!important;
}

.val{
    color: #666;
    
}
.padding-b{
padding-bottom: 85px!important;
}

::placeholder { 
    color: #083D62;
  }
  
  .button{
    background-color: #ff9233!important;
    color: white;
    font-size: 20px;
    transition: transform 300ms;
  }
  .button:hover{
    transform: scalex(1.1);
   
 
  }
  #success_modal
  {

  }
#success_modal h1
{
    font-weight: bold;
    font-size: 29px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #083d62;
}
#success_modal h5
{
    line-height: 30px;
    font-size: 19px;
}
.ok_btn
{
    width: 208px;
    border-radius: 4px;
    padding: 9px;
    font-size: 18px;
    margin-top: 20px;
    background-color: #083d62;
    border-color: #083d62;
}
.ok_btn:hover
{
    background-color: #8ac0ea;
    border-color: #8ac0ea;
}

 @media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 940px;}
}
.col-lg-5
{
    flex:0 0 auto;width:46.96666667%
}
.col-lg-11
{
    flex:0 0 auto;width:96.66666667%
}

@media (max-width: 768px) {
    .title_1{
        font-size: 28px!important;
    }

    .title_2{
        font-size: 22px!important;
    }
    .inputs_col{
        flex:0 0 auto;width:96.66666667%;
        margin:1rem!important;
    }
}

@media (max-width: 425px) {
    .button_div{
        text-align: center!important;
    }

    .button{
        
        margin-right: 0!important;
    }
}

@media (max-width: 400px) {
    .title_1{
        font-size: 20px!important;
    }

    .title_2{
        font-size: 14px!important;
    }
}