.page-content{
    background: #a2a2a2;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

img{
    width: 100%;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(59,59,59,1);
-moz-box-shadow: 1px 1px 4px 2px rgba(59,59,59,1);
box-shadow: 1px 1px 4px 2px rgba(59,59,59,1);
position: relative;
}

.margintop{
margin-top: 20px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.waterMark{
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 56px;
    top: 36%;
    opacity: 0.5;
    z-index: 99;
    color: white;
    left: 5%;
    text-transform: uppercase;     
}

.head-card {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    background-color: #a98f71;
    height: 80px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 1px solid #a98f71;
    padding-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contact-card{
    background-color: #ffffff;
    text-align: center;
    border: #a2a2a2;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    margin-top: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 10px;
    position: fixed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 373px;
}
.contact-card-mobile{
    background-color: #ffffff;
    text-align: center;
    border: #a2a2a2;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.75);
    margin-top: 30px;
    border-radius: 5px;
    height: 427px;
    margin-left: 30px;
    margin-right: 30px;
}

.i-plain {
    width: 36px!important;
    height: 36px!important;
    font-size: 30px;
    line-height: 36px!important;
    color: #a98f71;
    text-shadow: 1px 1px 1px #fff;
}

.i-plain-mobile {
    width: 36px!important;
    height: 36px!important;
    font-size: 40px;
    line-height: 36px!important;
    color: #a98f71;
    text-shadow: 1px 1px 1px #fff;
}

.contact-text{
    text-align: left;
    font-size: 21px;
    font-weight: 500;
}

.contact-text-mobile{
    text-align: left;
    font-size: 30px;
    font-weight: 500;
}
.contact-icon{
    text-align: right;
}

.info-row{
    background-color: #ffffff;
    margin-top: 30px;
}

.last-row{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 30px;
}

@media (min-width:1920px) {
    .contact-card{
        margin-left: 60px;
    }
    #test{
        display: block;
    }
    #desktopView{
        display: block;
    }
    #mobileView{
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    #test{
        display: block;
        width: 20%;
     
    }
}

@media (min-width:1200px) {
    #test{
        display: block;
     
    }
    #desktopView{
        display: block;
    }
    #mobileView{
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}

@media (max-width:991.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}

@media (max-width:767.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}

@media (max-width:575.98px) {
    #test{
        display: none;
    }
    #desktopView{
        display: none;
    }
    #mobileView{
        display: block;
    }
}