::-webkit-input-placeholder {
    color: #be0d0d !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #be0d0d !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #be0d0d !important;
}
:-ms-input-placeholder {
    color: #be0d0d !important;
}

::-webkit-scrollbar { opacity: 0 !important;}


[class*="col-"] {
    border: none !important;
}

p, h2 {
    font-family:Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 300;
}


.tour-tablet {
    display: none !important;
}
.desktopform {
    background-image: url(images/mailbox.png);
    padding: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.desktopform .form-control {
    float: left;
    width: 60%;
}
.desktopform .form-group {
    margin-top: 10px;
}
.social {
    text-align: center;
}
.social img {
    width: 25px;
    margin: 10px 5px;
}
.submitbtn {
    background-color: #091961;
    font-size: 18px;
    letter-spacing: 1px !important;
    padding: 3px 5px;
    color: #d2b48c;
    font-family: 'Built Titling', sans-serif;
    letter-spacing: 0px;
    border: none !important;
}
.form-control {
    font-family: 'Built Titling', sans-serif;
    background: transparent !important;
    border: 3px solid #be0d0d!important;
    width: 100%;
    max-width: 240px;
    border-radius: 0px!important;
    color: #be0d0d!important;
    font-size: 18px!important;
    padding: 4px !important;
    margin-right: 10px;
}
.contact-from {
    bottom: 30px;
    position: absolute;
    padding: 5px 120px;
    right: 5px;
}

.col-md-offset-1 {
    margin-left: 5%;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.right-side {
    height: 100vh;
    padding-top: 30px;
    overflow-y: scroll;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.desktop-tour {
    max-width: 250px !important;
    height: auto !important;
    margin-top: -10px;
    display: inline-block !important;
}

.mobile-tour {display: none !important;}
.tablet-tour {display: none !important;}

.blank {
        display:none !important;
    }

@media (max-width: 1200px) {
    .contact-from {
        bottom: 30px;
        position: absolute;
        padding: 5px 60px;
        right: 5px;
    }

    .right-side {
        overflow-y: inherit !important;
    }
}





@media (max-width: 765px) {
    body {
        background-image: url(images/mobile-bg.jpg) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-color: #000 !important;
    }
    p,
    h2 {
        font-size: 14px;
    }
    .blank {
        display:block !important;
    }
    .mobile {
        display: inline-block !important;
    }
    .desktop {
        display: none !important;
    }

    .desktop-tour {display: none !important;}
   
    .tablet-tour {
        display: none !important;
    }
    .mobile-tour {
        display: inline-block !important;
        max-width: 300px !important;
        margin-left: 20px;
    }
    .leftside {
        background: transparent !important;
        height: 55vh !important;
    }
    .right-side {
        height: 100vh;
        padding-top: 8%;
    }
    .mobileform {
        background-image: url(images/mobile-mailbg.png);
        padding: 16%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .mobileform .join1 {
        display: none;
    }
    .mobileform .join2 {
        display: block;
    }
    .mobileform .form-group {
        margin-top: 25px;
    }
    .mobileform .form-group .form-control {
        max-width: 400px;
        font-size: 35px !important;
        height: 50px;
        display: inline-block;
    }
    .mobileform .form-group .submitbtn {
        font-size: 30px;
    }
    .mobile.social img {
        width: 35px !important;
        margin: 10px 12px;
        padding-bottom: 25px;
    }
}


@media screen and  ( min-width: 980px )  and ( min-height: 700px ){
    .right-side {
        height: 100vh;
        padding-top: 30px !important;
    }
}

@media screen and ( max-height: 714px ){

p, h2 {
    font-size: 12px;
    line-height: 1.3;
}

.social img {
    width: 20px;
}

.desktopform {
       padding: 30px 5px 5px 25px;
    background-size: cover;
}

.desktopform  img{
max-width: 90% !important; 
}

.right-side {
  padding-top: 20px !important;
 
}

.right-side ul {
    padding: 10px 15px !important;
}

}

@media screen and  ( min-width: 980px )  and ( max-height: 590px ){

p, h2 {
    font-size: 11px;
    line-height: 1.3;
}

.desktopform {
        padding: 30px 5px 25px 50px;
    background-size: contain;
    background-position: center;
}

.social img {
    width: 18px;
}

.contact-from {
    bottom: -2px;
}

.row .row {
    margin-bottom: -5px;
}

}

@media screen and  ( min-width: 980px ) and ( max-height: 500px ){
.desktopform {
    padding: 25px 5px 15px 66px;
    background-size: contain;
    background-position: center;
}
.desktopform img {
max-width: 70% !important;
}

}


@media (min-width: 765px) and (max-width: 992px) {
    body {
        background-image: url(images/tablet-bg.jpg) !important;
        background-size: 100% !important;
        background-repeat: no-repeat;
        background-color:  #000;
    }
    p,
    h2 {
        font-size: 20px;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }

    .desktop-tour {
        display: none !important;
    }
   
    .tablet-tour {
        display: inline-block !important;
        margin-left: 15%;
    }
    .mobile-tour {
        display: none !important;
    }
    .leftside {
        background: transparent !important;
        height: 65vh !important;
    }
    .right-side {
        height: 100vh;
       /* padding-top: 75px; */
    }
    .mobileform {
        background-image: url(images/mailbox.png);
        padding: 75px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .mobileform .join1 {
        display: block;
    }
    .mobileform .join2 {
        display: none;
    }
    .mobileform .form-group {
        margin-top: 25px;
    }
    .mobileform .form-group .form-control {
        max-width: 400px;
        font-size: 35px !important;
        height: 50px;
        display: inline-block;
    }
    .mobileform .form-group .submitbtn {
        font-size: 30px;
    }
    .mobile.social img {
        width: 35px !important;
        margin: 10px 12px;
        padding-bottom: 25px;
    }
}


