.mainbody {
    background-image: url(../img/city-731219_1920.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.main-popup {
    position: relative;
    left: 0;
    top: 96px;
    margin: 0;
    width: 100%;
    height: 620px;
    background-color: #e7e7f6;
    border-radius: 5px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .5s ease;
}

.main-popup.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transition: all .5s ease;
}

@media (min-width: 500px) {
    .main-popup {
        width: 500px;
        left: 50%;
        margin: 0 0 0 -250px;
    }
}

.popup-header {
    position: relative;
    padding: 0;
    margin: 0;
    height: 62px;
    width: 100%;
}

#popup-close-button a {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 22px;
    height: 22px;
}

#popup-close-button a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popup-close-button a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-header ul {
    margin: 0;
    padding: 0;
}

.popup-header ul li {
    text-align: center;
    width: 50%;
    float: left;
    display: block;
    padding: 15px 0;
    font-size: 1.1em;
    font-weight: 800;
    cursor: pointer;
}

#contact-us {
    background-color:#888a11;
    color: #fff;
    border-radius: 5px 0 0 0;
}

#contact-us.active {
    color: black;
    background-color: transparent;
}

#getquote {
    background-color: #888a11;
    color: #fff;
    border-radius: 0 5px 0 0;
}

#getquote.active {
    color: black;
    background-color: transparent;
}

.popup-content {
    height: 450px;
}

form.contact-us {
    position: relative; 
    top: 18px;
    left: 0;
    font-size: 1em;   
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

form.contact-us.move-left {
    opacity: 0;
    transform: translateX(-1200px);
}

form label {
    color: #ceaee8;
    margin-left: 23px;
}

form.contact-us input, .destinations {
    border-radius: 5px;
    width: 90%;
    height: 40px;
    margin: 5px 5% 30px 5%;
    padding: 10px;
    font-size: 1em;
    outline: none;
    border: none;
}

input[type="radio"] {
    display:inline-block!important;
    width:19px!important;
    height:19px!important;
    vertical-align:middle!important;
    cursor:pointer!important;
}

.comments{
    border-radius: 5px;
    width: 90%;
    margin: 0 5% 30px 5%;
    padding: 10px;
    border: none;
}

input#submit {
    border: none;
}

#submit:hover  {
    background-color: #1d62b6;
}

form.getquote {
    position: relative; 
    top: -505px;
    left: 0;
    font-size: 1em;
    opacity: 0;
    transform: translateX(1200px);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

form.getquote.move-left {
    opacity: 1;
    transform: translateX(0);
}

form.getquote input {
    border-radius: 5px;
    width: 90%;
    height: 40px;
    margin: 5px 5% 15px 5%;
    padding: 10px;
    font-size: 1em;
    outline: none;
    border: none;
}

.interest {
    margin-top:26px;
    text-align: center;
    font-weight:bold;
    font-size:17px;
}

.errorbody {
    background-image: url(../img/christopher-czermak-705859-unsplash.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    background-size: cover;
    height: 50.45vw;
    width: 100%;
}