@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1199px){
.arrow-div{left:200px;}
}
@media screen and (max-width:991px){
.header h1{font-size:35px;}
.arrow-div{left:100px;}
}
@media screen and (max-width:768px){
.arrow-div{display:none;}
}
@media screen and (max-width:767px){
.header h1{font-size:27px; line-height:35px;}
.header h2{font-size:20px; padding:40px 0; margin-bottom:40px;}
.modal-body h1{font-size:27px; line-height:35px;}
}
@media screen and (max-width:576px){
}
@media screen and (max-width:480px){
.header h1{font-size:24px;}
.modal-body h1{font-size:23px;}
a.unlockbtn{height:45px; line-height:45px; width:200px; font-size:15px;}
.modal-body button[type=submit]{height:45px; line-height:normal; font-size:15px;}
.modal-body input[type="text"]{font-size:12px;}
.modal-body input[type="email"]{font-size:12px;}
.modal-content{padding:20px;}
}
@media screen and (max-width:400px){
.modal-body h1{font-size:20px;}
}
@media screen and (max-width:320px){
.header h1{font-size:20px; line-height:20px;}
.header h2{font-size:14px; line-height:20px;}
.modal-body h1{font-size:15px; line-height:25px;}
}