#popup_wrapper #phone,
#popup_wrapper #select1,
#popup_wrapper #select2 {
    background-repeat: no-repeat;
    background-position: 8px 8px
}
#popup_wrapper #contact_no,
#popup_wrapper #select1,
#popup_wrapper #select2 {
    background-repeat: no-repeat;
    background-position: 8px 8px
}
#popup_wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
    position: fixed;
    background: rgba(49, 49, 49, .7);
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    z-index: 9
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#popup_wrapper img#close {
    top: -12px;
    right: -12px;
    cursor: pointer;
    position: absolute
}

#popup_wrapper div#popupContact {
    width: 25%;
    position: relative;
    margin: 14% auto 0
}

#popup_wrapper form {
    background: #fff;
    padding: 10px 30px 30px
}

#popup_wrapper p {
    font-size: 14px;
    margin-top: 20px
}

#popup_wrapper h2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600
}

#popup_wrapper hr {
    border: 0;
    border-top: 1px solid #ccc
}

#popup_wrapper input[type=email],
#popup_wrapper input[type=text] {
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #ccc
}

#popup_wrapper #name {
    background-repeat: no-repeat;
    background-position: 8px 5px;
    background-image: url(../images/form/name.png)
}

#popup_wrapper #email {
    background-repeat: no-repeat;
    background-position: 8px 5px;
    background-image: url(../images/form/email.png)
}

#popup_wrapper #phone {
     background-repeat: no-repeat;
    background-position: 8px 5px;
    background-image: url(../images/form/phone.png)
}
#popup_wrapper #contact_no {
    background-image: url(../images/form/phone.png)
}

#popup_wrapper textarea {
    width: 100%;
    resize: none;
    height: 50px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: 8px 7px;
    background-image: url(../images/form/msg.png)
}

#popup_wrapper #select1 {
    background-image: url(../images/form/timing.png)
}
#popup_wrapper #timing{
     background-repeat: no-repeat;
    background-position: 8px 5px;
    background-image: url(../images/form/timing.png)
}
#popup_wrapper #preferred_studio{
     background-repeat: no-repeat;
    background-position: 8px 5px;
    background-image: url(../images/form/location.png)
}

#popup_wrapper #select option {
    padding-left: 10px
}

#popup_wrapper #select2 {
    background-image: url(../images/form/location.png)
}

#popup_wrapper #submit {
    color: #fff;
    border: none;
    display: block;
    font-size: 15px;
    cursor: pointer;
    background: #f26622;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 20px
}

#popup_wrapper #submit:hover {
    background-image: linear-gradient(to top, #f26d2d, #f96)
}

#popup_wrapper span {
    width: auto;
    height: auto;
    padding: 11px 30px;
    outline: 0;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: rgba(0, 0, 0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    #popup_wrapper div#popupContact {
        width: 90%
    }
}

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

    #popup_wrapper input[type=email],
    #popup_wrapper input[type=text],
    #popup_wrapper textarea {
        width: 100%
    }
}

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

    #popup_wrapper input[type=email],
    #popup_wrapper input[type=text],
    #popup_wrapper textarea {
        width: 100%
    }

    #popup_wrapper div#popupContact {
        width: 50%
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    #popup_wrapper div#popupContact {
        width: 35%
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    #popup_wrapper div#popupContact {
        width: 28%;
        margin: 10% auto 0
    }
}

@media (min-width:1440px) and (max-width:1559) {
    #popup_wrapper div#popupContact {
        margin: 9% auto
    }
}

@media (min-width:1920px) and (max-width:2000px) {
    #popup_wrapper div#popupContact {
        width: 20%
    }
}

.popup-booking-select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
    padding: 10px 10px 10px 40px
}

#form input::-webkit-input-placeholder {
    color: #333 !important
}

#form .popup-booking-select::-webkit-input-placeholder {
    color: #333 !important
}
