

.popup .form-control {

    display: block;

	 margin-top:5px;

    width: 100%;

    height: 33px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    color: #555555;

    background-color: #f2f2f2;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 0px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;



    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;

    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;

}

/* Outer */

.popup {

    width:100%;

    height:100%;

    display:none;

    position:fixed;

    top:0px;

    left:0px;

    background:rgba(255,255,255,0.75);

	z-index: 999999;

	

}



.popup1 {

    width:100%;

    height:100%;

    display:none;

    position:fixed;

    top:0px;

    left:0px;

    background:rgba(0,0,0,0.75);

	z-index: 999999;

	

}

 

/* Inner */

.popup-inner {

    max-width:300px;

    width:90%;

    padding:0px;

    position:absolute;

    top:50%;

    left:50%;

    -webkit-transform:translate(-50%, -50%);

    transform:translate(-50%, -50%);

    box-shadow:0px 2px 6px rgba(0,0,0,1);

    border-radius:3px;

    background:#fff;

}

.popup-inner1 {

    max-width:350px;

    width:90%;

    padding:0px;

    position:absolute;



    top:50%;

    left:50%;

    -webkit-transform:translate(-50%, -50%);

    transform:translate(-50%, -50%);

    box-shadow:0px 2px 6px rgba(0,0,0,1);

    border-radius:3px;

    background:#fff;

}

 

/* Close Button */

.popup-close {

    width:30px;

    height:30px;

    padding-top:4px;

    display:inline-block;

    position:fixed;

    top:0;

    right:0;

    transition:ease 0.25s all;

    -webkit-transform:translate(50%, -50%);

    transform:translate(50%, -50%);

    border-radius:1000px;

    background:#18b0b8;

    font-family:Arial, Sans-Serif;

    font-size:20px;

    text-align:center;

    line-height:100%;

    color:#fff;

}

 

.popup-close:hover {

    -webkit-transform:translate(50%, -50%) rotate(180deg);

    transform:translate(50%, -50%) rotate(180deg);

    background:c51a13;

    text-decoration:none;

	 color:#fff;

}.modal-content{max-height:500px;overflow:auto;}

@media screen and (max-width:880px) {

.modal-content{max-height:500px;overflow:auto;}



.form-group1{width:90%;float: left;height: 50px; margin: 6px 10px;}

.popup-inner {

    max-width:80%;

    width:80%;

	height:200px;

	margin:4% 2%;

}

.popup-inner {

    max-width:80%;

    width:80%;

	height:200px;

	margin:4% 2%;

}



.popup-inner {

    padding:0px;

}

.text-yh{margin-right:15px;}

.popup-close{top:14px; right:4px;}

.popup1 {top:-50px;}

.popup1 .form-group1{width:100%;float: left;height: 50px;margin: 2px 0px;}

.popup1 .form-group2{width:60%;float: left;height: 50px;margin: 7px 20%;}

.popup .hs-image-widget{display:none;}

}
