.modal-backdrop.fade 
{
    filter: alpha(opacity=0);
    opacity: 1;
}

.modal-backdrop 
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #e2e2e2c2;
    opacity: 0.5;
}

/*.modal-dialog-popup 
{
    max-width: 500px;
    margin: auto;
    
}*/
.modal-dialog-popup 
{
    max-width: 600px;
    margin: auto;
}

.modal-popup-radius
{
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

/*.modal-header 
{
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}*/

.modal-header
{
    min-height: 20.42857143px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    text-align: center;
}

/*.img-popup
{
	height: 200px;
    display: block;
    margin: auto;
}*/

.img-popup
{
    height: 448px;
    display: block;
    margin: auto;
    align-items: center;
    padding: 30px;
    width: 518px;
    margin-top: -50px;
}

.form-control-popup 
{
    border-radius: 25px;
    height: 40px;
    width: 50%;
    margin: auto;
    display: block;
    border-color: #3a3a3c;
}

/*.h2-popup
{
	font-size: 25px;
    font-family: 'Roboto-Regular';
    margin-bottom: 20px;
}*/

.h2-popup 
{
    font-size: 35px;
    font-family: 'Roboto-Regular';
    margin-bottom: 20px;
    margin-top: -100px;
    font-weight: 600;
    padding-left: 130px;
    padding-right: 130px;
    color: #4c4c4c;
}

/*.p-popup
{
    padding-left: 30px;
    padding-right: 30px;
}*/
.p-popup
{
    padding-left: 30px;
    padding-right: 30px;
    color: #4c4c4c;
    font-weight: 600;
}

.p-popup-1
{
    color: #27a43f;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    font-weight: 100;
    font-family: 'Century Gothic';
}

.strong-popup
{
    background: #c1272d;
    color: #fff;
    padding: 5px 10px 8px 10px;
    border-radius: 25px;
    font-size:25px;
}

/*.close-popup 
{
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: .2;
    font-size: 25px;
    background-color: #cacaca;
    border-radius: 25px;
    width: 30px;
    height: 30px;
}*/
.close-popup 
{
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    font-size: 35px;
    background-color: transparent;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: -15px;
    padding-right: 30px;
    text-align: center;
}


/*Media Query*/

@media(max-width:991px) and (min-width:767px){
.modal-header 
{
    min-height: 30.42857143px;
    padding: 25px;
    text-align: center;
}

}

@media(max-width:767px){

/*.modal
{
    width:80%;
    margin:auto;
}*/
.modal 
{
    width: 90%;
    margin: auto;
    overflow-x: hidden;
    z-index: 100500;
}

.img-popup 
{
    height: 140px;
    display: block;
    margin: auto;
}

.h2-popup 
{
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control-popup 
{
    border-radius: 25px;
    height: 40px;
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: -20px;
}

}

@media(max-width:414px){
.modal-header 
{
    min-height: 30.42857143px;
    padding: 25px;
    text-align: center;
}

}

/*Media Query*/
