.boxed-btn3 {
  background: #f75e18;
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
  margin: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding:0 0 0 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95999d;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top:10px;
}
.popup_inner .close {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	width:30px;
	margin:5px 5px 0 0;
}
.popup{
    background-color: #000000b3;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
}
.popup_inner_left {
	float:left;
	width:35%;
}
.popup_inner_right {
	float:left;
	width:56%;
	padding:25px 0 0 25px;
}
.popup_inner{
    background-color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    text-align: left;
}
.popup_inner h4 {
    font-family:Poppins,Arial,Helvetica,sans-serif;
	font-size:25px;
}
.popup_inner button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup_inner p{
    font-size: 16px;
    text-align: left;
    margin: 30px 0;
    line-height: 20px;
	font-family:Poppins,Arial,Helvetica,sans-serif;
}
.popup_inner_left img {
	max-width:100%;
	max-height:100%;
}
.smalp {
	font-size: 9px;
    line-height: 12px;
    bottom: 25px;
    position: absolute;
    width: inherit;
    float: left;
}
.prip {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.prip a {
	color:#000;
}

@media screen and (max-width: 480px) {
.popup_inner {
	width:95%;
	top:40%;
}
.popup_inner h4 {
	font-size:18px;
	margin-top:0;
}
.popup_inner_right {
    width: 55%;
    padding: 10px;
	height: 410px;
}
popup_inner_left {
    width: 25%;
}
.popup_inner p {
    font-size: 13px;
    margin: 15px 0;
    line-height: 15px;
}
.smalp {
    /*bottom: inherit;
	margin-top:10px;*/
}
.boxed-btn3 {
    padding: 5px 15px;
    font-size: 13px;
}
	
	
}


