/** AV / AR page css **/

#wrapper-main .ar-vr-header { margin-top: -40px;}
 .ar-vr-header {
    background-size: cover;
}
.ar-vr-headerText h5 {
    font-size: 40px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    margin-top: 180px;
}
.ar-vr-headerText h1{
color: #ffffff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal !important;
    line-height: 1.4em;}

.ar-vr-headerText {
    height: 546px;
    margin-bottom: 30px;
    margin-top: 70px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.ar-vr-btn{
    background-color: #39ade6;
    border: none;
    border-radius: 30px;
    color: #fff!important;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 50px;
    text-transform: none;
    text-decoration: none!important;
    display: inline-block;
    margin-top: 1px;
}
img{max-width:100%;}

  .vr-slides h3 {
    color: #5e5e5e;
    font-size: 25px;
    margin: 20px 0;
}
.vr-slides {
    padding-top: 40px;
    padding-bottom: 50px;
    line-height: 28px;
}
.vr-text {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
}

.offsettop15 {
    margin-top: 15px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.ar-vr-headerText h5 {font-size: 40px; margin-top: 120px;}
.ar-vr-headerText h1 {font-size: 18px;}
}

@media (max-width:740px){
.ar-vr-headerText { height: 230px;}
.ar-vr-headerText h5 {margin-top: 20px;font-size: 13px;}
.ar-vr-headerText h1 {width: 59%;margin: auto;font-size:12px;}
.ar-vr-btn {padding: 10px 30px;margin-top: 1px;font-size: 11px;}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
.ar-vr-headerText h5 {margin-top: 50px;}
}