.contact_box_two {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.9);
}
.contact_two_textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
}
.contact_two_text {
    color: #fff;
    padding: 65px;
    font-size: 28px;
}
.contact_two_textbox .form_close:hover:before {
    top: 12px;
    left: -14px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
}
.contact_two_textbox .more.color_border{position: static;}
.contact_two_textbox .form_close:hover:after {
    top: 30px;
    right: -8px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;

}
@media only screen and (max-width:1366px){
  .contact_two_text {
    font-size: 24px;
}
}
@media only screen and (max-width:600px){
    .contact_two_text {
        font-size: 18px;
    }
    .form_close {
      width: 30px;
      height: 30px;
    }
}