@charset "utf-8";

/* CSS Document */



.round-border { width:auto; float:right; text-align:center; position:relative;}

.slidediv { width:350px; text-align:center; background:#fff; border:2px solid #8fcb5d; border-radius:15px; display:none; padding:32px 15% 40px; position:absolute; right:0; top:45px;    z-index: 9999999999;}

.slidediv h2 { font-size:30px; color:#8fcb5d; margin:0 0 19px; padding:0; font-family: 'Josefin Sans', sans-serif; font-weight: 700;}

.slidediv h2 strong { font-weight:700;}

.dialog-fild1 { font-size:18px; color:#0c3267; background:#fff; border-radius:25px; border:2px solid #8fcb5d; font-family: 'Josefin Sans', sans-serif; font-weight: 700;}

.dialog-fild2 { width:100%; height:50px; float:left; margin-bottom:3%; padding:0 25px; font-family: 'Josefin Sans', sans-serif; font-weight: 700;}

.dialog-fild2:nth-child(2n) { float:right;}

.dialog-btn1 { font-size:18px; color:#fff; background:#8fcb5d; border-radius:22px; outline:none; cursor:pointer; display:inline-block; margin-top:3.5px; padding:9px 24px 7px; font-family: 'Josefin Sans', sans-serif; font-weight: 700;}

.dialog-btn1:hover { background:#86aebc;}

.dialog-fild1::-webkit-input-placeholder {

  color:#0c3267;

}

.dialog-fild1::-moz-placeholder { 

  color:#0c3267;

}

.dialog-fild1:-ms-input-placeholder {

  color:#0c3267;

}

.dialog-fild1:-moz-placeholder {

  color:#0c3267;

}



/*Smartphone css*/

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

.round-border { width:100%;}

.slidediv { width:100%; padding:32px 5% 40px; top:48px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.round-border { width:100%;}

.slidediv { width:100%; padding:32px 5% 40px; top:48px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.round-border { width:100%;}

.slidediv { width:100%; padding:32px 5% 40px; top:48px;}

}



@media screen and (min-width:768px) and (max-width:900px) {



}



@media screen and (min-width:901px) and (max-width:1024px) {



}



@media screen and (min-width:1025px) and (max-width:1240px) {



}