/**
 * Theme Name:     Safedia Child
 * Author:         Theme Arc
 * Template:       safedia
 * Text Domain:	   safedia-child
 * Description:    This is Safedia Security Services theme
 */
/** quick Contact Button Css */

#QuickForm{
        border: 1px solid;
    cursor: pointer;
    width: 170px;
    height: 34px;
    overflow: hidden;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 70%;
    right: -68px;
    text-align: center;
    transform: rotate(-90deg);
    z-index: 99999;
    font-size: 18px;
    background: #0e2753;
    color: white;
}
/* The Modal (background) */
div.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
div.modal-content {
  background-color: #0e2753;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
     width: 500px;
    max-width: 100%;
    height: 550px;
    text-align: center;
    color: white;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h4{
    text-align: center;
    color: white;
}
.modal-content span{
    text-align: right;
}
#quick-form-name, #quick-form-email, #quick-form-tel{
    border: 3px solid ;
    margin-bottom: 10px;
    border-color: grey;
    border-radius: 3px;
    font-size: 13px;
    padding: 3px;
}
#quick-form-message{
     border: 3px solid ;
     border-color: grey;
     border-radius: 3px;
     font-size: 13px;
     padding: 3px;
     height: 180px;
     width: 460px;
}
#quick-form-tel{
    width: 460px
}
#Form-name-div{
    display: flex;
}
#quick-form-name, #quick-form-email{
    width:100%;
}
#quick-form-name{
    margin-right: 5px;
}
#quick-form-email{
    margin-left: 5px;
}
.wpcf7-not-valid-tip{
    display: none;
}
#Submit-button .wpcf7-form-control{
   position: absolute;

    left: 48%;
}
input.wpcf7-submit{
    border-radius: 3px;
    width: 50px;
    height: 35px;
}