.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 38%;
    /*width: 30%;
    margin-left: 18%;
    margin-top: -15%;
    margin-left: 32%;*/
}
.modal-content .for-box {
    width: 90%!important;
    margin-left: 5%!important;
}
.for-bg {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    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 */
    transition: .2s;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.loading{
    margin-left : 25%;
    margin-top: -20%;
    margin-left: 40%;
  	background-image : url('loading.gif');  
  	background-repeat:no-repeat;
  	width: 10%;
}
.loading:after {
    content: "";
    text-align : right;
    padding-left : 3%;
}

@media screen and (max-width: 1024px) {
    .modal-content {
        width: 50%;
    }
}

@media screen and (max-width: 800px) { 
    .modal-content {
        width: 60%;
    }
}

@media screen and (max-width: 680px) {
    .modal-content {
        width: 90%!important;
    }
}

@media screen and (max-width: 600px) {
    .modal-content {
    width: 70%;
    }
    .for-hidding {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .modal-content {
    width: 70%;
    }
.pricing__title {
    margin-top: 15%;
    }
    .for-hidding {
        display: none;
    }
}