.contact-style-two .inner-container{
        padding: 25px 100px 25px 100px;
    }
    .mt-30{
        margin-top: 30px;
    }
.mr-20{
        margin-right: 20px;
}


/*popup */
.addmorepopupclstag{
            position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e2dfdd;
    padding: 0px 50px 0px 20px;
    font-size: 18px;
    color: #8d8b8a;
    border-radius: 0px;
    transition: all 500ms ease;
}
.clsptagaddremove{
    color: #d71f79;
        position: absolute;
}
input.inputRemove {
    margin: auto;
    margin-right: 0;
}
.clsbtnbooknow{
    color: #d71f79;
}

/*add remove*/

        .datainputs{
          margin-top:20px;
        }
        .datainputs input{
            font-size: 17px;
/*            color: #3D3D3D;*/
            border-radius: 5px;
            border: 1px solid #ddd;
            box-shadow: 0px 0px 1px #D8D8D8;
          }

        .add_input, .inputRemove{
          display: inline-block;
          color:#fff;
          text-align:center;
          text-decoration:none;
          width:auto;
          height:40px;
          line-height:40px;
          padding:0px 15px;
          border-radius: 5px;
          cursor:pointer;
          background: linear-gradient(90deg, #da1d72, #b62ab3);
        }
        .add_input:hover {
            color: #fff;
            background: #000;
        }
        .inputRemove:hover {
            color: #fff;
            background: #000;
        }
        .inputRemove{
        cursor:pointer;
        }
        .required_inp{
                display: flex;
        }

        @media only screen and (max-width: 767px) {
            .contact-style-two .inner-container {
                padding: 70px 30px;
            }
        }
        
        /* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    margin: auto;
    margin-right: 25px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #ff5b5b;
}

.modal-content .contact-style-two:before {
    position: relative;
    content: '';
    background: inherit;
    width: auto;
    height: auto;
    left: 0px;
    bottom: 0px;
}
.modal-content .sec-title{
	margin-bottom: 15px;
}
.nice-select.selectmenu > span {
    overflow: hidden;
    display: block;
}
@media (max-width: 786px) {
	.modal-content{
		width: 95%;
	}
}