@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
hr,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

html {
    height: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

input:disabled {
    cursor: not-allowed;
}

/*END: Reset CSS*/
.menu li span {
    cursor: pointer;
}

body {
    background: #edf1f4;
    background: url(img/page-bg.jpg) top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    min-height: 820px;
    position: relative;
    height: 100%;
}

.section_container {
    width: 100vw;
    overflow: hidden;
    padding: 80px 0px;
    max-width: 1360px;
    margin: 0 auto;
}

.vrScreenCont {
    display: flex;
    align-items: center;
    width: 1300px;
    margin: 0 auto 0;
    position: relative;
}

.vrScreenCont img {
    max-width: 100%;
    display: block;
}


.center-side {
    margin-top: 0vw;
}

.vrCol1 {

    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99;
    height: 480px;

}


.vrCol1>img,
.vrCol2>img {
    width: 100%;
}

.center_sideSec {
    background: #3e4e5b
}

.left_sideSec,
.center_sideSec,
.right_sideSec {
    position: absolute;
    height: 639px;
    width: 1140px;
    z-index: 1;
    top: 0px;
    margin: 0 auto;
    overflow: hidden;
    left: 0;
    right: 0;
}

.center_sideSec {
    position: absolute;
    height: 639px;
    width: 1140px;
    z-index: 1;
    top: 13px;
    overflow: hidden;
    left: 0px;
    right: 0;
    margin: 0 auto;
    background-color: #3e4e5b;
}


.leftAmin {
    right: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;


}

.rightAmin {
    left: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.rightAmin img {
    margin: 0 auto;
    max-width: 900px;
    margin-top: 70px;
}

.setting img {
    width: 340px;
    margin-top: 20px;
    float: right;
    margin-right: 40px;
}

.leftAmin,
.rightAmin,
.centerVideo,
.assessmentView,
.browserView,
.pdfView {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

.centerAmin {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.5vw;
}

.centerVideo,
.centerAmin,
.pdfView,
.assessmentView,
.browserView {
    opacity: 0;
    z-index: -1;
}

.centerVideo video {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.vrCol2 {
    width: 1400px;
    overflow: hidden;
    margin-top: 0;
}

.leftAmin.open {
    right: 0%;
}

.rightAmin.open {
    left: 0%;
}

.centerAmin.open,
.pdfView.open,
.assessmentView.open,
.browserView.open,
.centerVideo.open {
    opacity: 1;
    z-index: 1;
}

.tab1block .play-list {
    width: 100%;
    margin: 130px 0 0 0px;
    overflow: hidden;
}

body:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.featuredMenu .search {
    background: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    display: inline-block;
    width: 370px;
    position: relative;
}

.featuredMenu .search i {
    position: absolute;
    right: 20px;
    top: 6px;
}

.featuredMenu a {
    display: inline-block;
    background: #00a8f3;
    padding: 7px 0px;
    border-radius: 20px;
    color: #fff;
    margin: 0 5px;
    width: 110px;
    font-size: 13px;
    text-align: center;
    display: none;
}

.featuredMenu {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    width: 620px;
    text-align: center
}

.featuredMenu a {
    display: inline-block;
}

.featuredMenu input {
    display: block;
    width: 100%;
}

.gMap.browserLink:after {
    bottom: 100px;
}

.back-pro {
    z-index: 9999;
    position: absolute;
    top: 40px;
    left: 100px;
}

.back-pro span {
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: bold;
    background: #343434;
    border-radius: 20px;
    margin-top: -15px;
    color: #fff;
}

.back-pro span i {
    margin-right: 5px;
}

.menu .fullScreenTcon {
    position: relative;
    top: 0;
    right: inherit;
    font-size: 13px;
    font-weight: 600;
    width: auto;
    height: 35px;
}

.menu .fullScreenTcon.active {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
}

.menu .fullScreenTcon.active a {
    color: #000;
}

.fullScreenTcon a {
    color: #fff;
    display: block;
    padding: 10px 8px;
}

header {
    position: absolute;
    z-index: 9999;
    width: 600px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 30px auto 10px;
    left: 0;
    right: 0;
    top: 0px;
}

header ul {
    display: flex;
    align-items: center;

    justify-content: center;
    background: #343434;
    border-radius: 20px;
}

header ul li span {
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: bold;
    border-radius: 20px;
}

.menu li span img {
    display: inline-block;
    max-width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.menu li span.active img {
    filter: brightness(0);
}

header ul li:first-child span {
    border-radius: 20px 0 0 20px
}

header ul li:last-child span {
    border-radius: 0 20px 20px 0;
    padding: 8px 15px;
}

i.fa.fa-gear {
    font-size: 18px;
    line-height: 13px;
    margin-top: 4px;
}

.linkwrap {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0px;
    padding: 0 60px;
}

.play-list a:after {
    bottom: 20px !important;
}

.play-list a:after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 17px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.play-list a:hover:after {
    transform: scale(1);
}

.linkwrap .block {
    float: left;
    width: 25%;
    /* height: 204px; */
    padding: 10px;

}

.block a {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}





.play-list .block a:first-child:after {
    left: 24px;
    right: inherit;
    bottom: 30px !important;
}


.menu li span:not(.active):after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 11px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.menu li:hover span:not(.active):after {
    transform: scale(1);
}

header ul li span.active {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
}

.fullScreenTcon img {
    max-width: 100%
}

.fullScreenTcon a {
    display: block;
}

.fullScreenTcon {}

.fullScreenTcon a:after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.fullScreenTcon a:hover:after {
    transform: scale(1);
}

video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.welcome-screen .logo {
    padding: 30px 0px;
    position: relative;
    z-index: 9;
}

.welcome-screen .logo img {
    margin: 0 auto;
}

.welcome-screen h3 {
    font-size: 24px;
    padding: 10px 0;
}

.welcome-screen {
    /* position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    text-align: center;
    padding: 30px;
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.welcome-screen video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
    background-size: cover;
    opacity: 0.5;
}

.bannerTxt {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 13%;
}

.bannerTxt h4 {
    line-height: 50px;
    letter-spacing: 0px;
    font-family: Roboto;
    color: #fff;
    font-weight: 700;
    font-size: 43px;
}

.startBtn {
    background-color: rgb(0, 174, 239);
    font-family: Roboto;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 13px 40px !important;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0px;
    cursor: pointer;

}

.visibleShow {
    display: block !important;
}

.pdfScroll {
    padding-top: 0px;
    display: block;
    height: 100%;
    overflow: auto;
}

.webScroll {
    padding-top: 0px;
    display: block;
    height: 100%;
    background: #000;
}

.assessmentView {
    background: #fff;
}

.assessmentView.open {
    background: #fff;
    z-index: 99
}

.assessmentView iframe {
    width: 100%;
    height: 100%
}

.browserView {
    background: #fff;
}

.browserView.open {
    background: #fff;
    z-index: 99;
}

.browserView iframe {
    width: 100%;
    height: 100%;
}

.pdfView {
    background: #fff;
}

.pdfView.open {
    background: #fff;
    z-index: 99
}

.pdfView img {
    max-width: 100%;
}

.browserLink {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: relative;
}

.browserLink:after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.browserLink:hover:after {
    transform: scale(1);
}

.browserLink.active:after {
    transform: scale(1);
}

.browserBlock .browserLink:after {
    bottom: 50%
}

.resWrapperflex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.browserBlock .browserLink {
    /* height: 357px; */
    width: 33.33%;
    float: left;
    padding: 5px 10px;
}

.browserBlock .browserLink img {
    max-width: 82%;
    margin: 0;
    border-radius: 12px;
}

.resourcesPdf {
    display: block;
    height: 90px;
    width: 100%;
    z-index: 999;
    position: relative;
}

.resourcesPdf:after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.resourcesPdf:hover:after {
    transform: scale(1);
}

.resourcesPdf.active:after {
    transform: scale(1);
}

.wrapperblock {
    /* position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    height: 360px;*/
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    margin-top: 70px;
    background: #000000c2;
    border-radius: 30px;
    padding: 30px;
}

/* .assWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    max-width: 900px;
    margin-top: 70px;
    right: 0;

}

.assWrap .browserLink:nth-child(1) {
    height: 360px;
    width: 52%;
    float: left;
} */

/* .assWrap .browserLink:nth-child(2) {
    height: 65px;
    width: 146px;
    display: inline-block;
}

.assWrap .browserLink:nth-child(3) {
    height: 65px;
    width: 120px;
    display: inline-block;
}
.assWrap .browserLink:nth-child(4) {
    height: 65px;
    width: 146px;
    display: inline-block;
} */

.assWrap .browserLink:after {
    bottom: 45%
}

.vlink {
    display: block;
    height: 74px;
    width: 100%;
    z-index: 999;
    position: relative;
}

#videoFrame {
    background: #000;
}

.vlink:after {
    content: "";
    background: #00E200;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(0);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.vlink:hover:after {
    transform: scale(1);
}

.vlink.active:after {
    transform: scale(1);
}

.playWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    max-width: 900px;
    margin-top: 70px;
}

.gMap {
    height: 360px;
    float: left;
    width: 53%;
}


.gMap:after {
    bottom: 170px;
}

.btnClose {
    position: absolute;
    top: 15px;
    right: 26px;
    background: url(img/back.png) #343434 no-repeat center center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    background-size: 18px 18px;
}

.btnClose:hover {
    background: #00E200;
    box-shadow: 0px 0px 6px 2px #00E200;
    transform: scale(1);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    font-size: 0px;
}

.video3d {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

.vrCol2.fullScreen .video3d {
    display: block
}

.vrCol2.fullScreen .centerVideo {
    z-index: 99
}

.vrCol2.fullScreen .centerVideo video {
    display: none;
}


.topLogo {
    padding: 20px;
    text-align: center;
    height: 80px;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.topLogo img {
    margin: 0px;
    width: 150px;
}

.footer {
    padding: 40px 0px 40px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.liveChat {
    cursor: pointer;
}

.liveVideo {
    cursor: pointer;
}

.liveQA img {
    width: 340px;
    margin-top: 60px;
    float: right;
    margin-right: 40px;
}


.featureFull {
    display: block;
}

.lessons-big .playlistImg {
    max-width: 112%;
    margin-left: -6%;
}

body * {
    -webkit-transition: all 0.1s;
}

.proRow .vlink {
    display: inline-block;
    height: 44px;
    width: 65px;
    z-index: 999;
    position: relative;
    vertical-align: top;
}

.proRow .browserLink {
    display: inline-block;
    height: 44px;
    width: 60px;
    z-index: 999;
    position: relative;
}

.proRow {
    margin-bottom: 35px;
}

.proRow .browserLink:after {
    bottom: 10px;
}

/* .sortby {position: absolute;    top: 40px;   width: 100%;    left: 0;    right: 0;    margin: auto;      text-align: center;    padding: 5px 0px;   }
.sortby img {     width: 550px;        margin: 0 auto;} */
.menu .fullScreenTcon {
    position: relative;
    top: 0;
    right: inherit;
    font-size: 13px;
    font-weight: 600;
    width: auto;
}

.sortby {
    /* width: 100%;
    margin: auto; */
    text-align: center;
    padding: 15px 0px;
    background-size: 700px 45px;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    width: 518px;
}

.sortby>span a {
    padding: 6px 10px;
    display: block;
}

.sortby>span {
    display: inline-block;

    min-width: 110px;
    text-align: left;
    background: #fff;
    color: #000;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
}

.sortby i.fa.fa-caret-down {
    margin-left: 5px;
    float: right;
}

.prBlock {
    display: none;
    background: #fff;
    width: 220px;
    position: absolute;
    left: -40px;
    top: 30px;
    text-align: left;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    color: #000;
    line-height: 24px;
}

.sblock {
    display: none;
    z-index: 999;
}

.sblock.active {
    display: block !important;
}

.prBlock.sblock i.fa.fa-caret-up {
    left: 70px;
}

.sblock i.fa.fa-caret-up {
    position: absolute;
    top: -17px;
    left: 100px;
    color: #fff;
    font-size: 24px;
}

.sortby span h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.text-input-range-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.text-input-range-inner input {
    width: 100%;
    padding: 4px 6px 2px;
    border: 1px solid #a7a6ab;
    background-color: #fff;
    height: 30px;
    box-shadow: inset 0 2px 2px #f9f9fb, 0 0 0 #62aef7;
}

.btnRow {
    text-align: right;
    background: #343434;
    color: #fff;
    margin-top: 5px;
}

.btnRow .btnDone {
    padding: 7px 13px;
    background: #fff;
    color: #343434;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
}

.htBlock {
    position: absolute;
    left: -50%;
    top: 34px;
    text-align: left;
    background: #fff;
    color: #000;
    padding: 15px;
    line-height: 24px;
    width: 220px;
}

.bedsBlock,
.bathsBlock {
    position: absolute;
    left: -50%;
    top: 34px;
    text-align: left;
    width: 220px;
    line-height: 24px;
    font-size: 13px;
    background: #fff;
    color: #000;
    padding: 15px;
}

.fblock label {
    padding: 5px 10px;
    border: 1px solid #efefef;
    flex: 1 1 0%;
    text-align: center;
}

.fblock label:first-child {
    background: #343434;
    color: #fff;
}

.form-field {
    position: relative;
    margin: 15px auto;
    width: 300px;
}

.form-field img {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 20px;
}

.form input {
    padding: 15px 20px 15px 50px;
    border-radius: 30px;
    width: 100%;
    font-size: 15px;
}

.startBtn {
    min-width: 300px;
    background-color: rgb(0, 174, 239);
    font-family: Roboto;
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 13px 40px !important;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    margin: 20px 0px;
    cursor: pointer;
}

.bannerTxt p {
    color: #fff;
}

.photoContainer {
    background: #000000c2;
    max-width: 900px;
    margin: 70px auto 0;
    border-radius: 30px;
    padding: 30px 25px;
    text-align: center;
}

.rightTab {
    z-index: 0;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    border: 4px solid #fff;
}

.rightTab a {
    font-size: 18px;
    min-width: 142px;
    padding: 8px;
    float: left;
    text-align: center;
    border-radius: 20px;
}

.rightTab a img {
    display: inline-block;
    max-width: 40px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    filter: brightness(0);
}

.rightTab a.active img {
    filter: brightness(1);
}

.rightTab a.active {
    background: #00a8f3;
    color: #fff;
}

.assWrapimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 35px;
}

.assWrapimg .browserLink {
    width: 33.3%;
    float: left;
    padding: 0 12px;
}

.assWrapimg .browserLink img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0;
}

.rotateicon {
    position: absolute;
    right: 20px;
    background: #000000ad;
    border-radius: 10px;
    width: 60px;
    bottom: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotateicon img {
    max-width: 50px !important;
}

.playicon {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
}

.photoFloorContainer {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 15px;
}

.photoFloorContainer img {
    margin: 0 auto;
    max-width: 100%;
}

.floorimg {
    width: 75%;
    float: left;
}

.floortxt {
    float: left;
    width: 25%;
    padding-top: 10px;
    text-align: left;
}

.floortxt h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.floortxt ul {
    list-style: decimal;
    list-style-position: inside;
}

.floortxt li {
    margin-bottom: 8px;
    font-size: 18px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listingimg {
    height: 92px;
    overflow: hidden;
    margin-bottom: 8px;
}

.listingblock {
    color: #fff;
    padding: 10px 10px 15px;
    background: #0e1214;
    border-radius: 10px;
    position: relative;
}

.listingblock p {
    color: #fff;
    font-size: 10px;
    line-height: 100%;
}

.listingdesc {
    font-size: 10px;
    line-height: 100%;
    padding: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listingblock span {
    font-size: 10px;
}

.listingblock span i {
    margin-right: 4px;
    font-size: 12px;
}

.listingblock h4 {
    font-size: 14px;
    line-height: 100%;
}

.block .listingblock a {
    position: absolute;
    top: 0;
}

.block .listingblock .vlink {
    left: 0
}

.block .listingblock .browserLink {
    right: 0
}

.restitle {
    color: #fff;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

.listflex {
    display: flex;
    flex-wrap: wrap;
}

.listleft {
    width: 50%;
    float: left;
}

.listright {
    width: 50%;
    padding-left: 30px;
}

.listleft img {
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
}

.listright h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 300px;
    line-height: 1.2;
}

.listright li span {
    font-size: 12px;
}

.listright li {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #444;
}

.listright li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.listright li p {
    font-weight: 600;
}

.viewbtn {
    background: #fff;
    font-weight: 500;
    width: 150px;
    text-align: center;
    margin: 30px auto;
    padding: 8px 0;
    border-radius: 20px;
}

.listbutton .browserLink img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 20px;
}

.listbutton {
    text-align: center;
}

.listbutton .browserLink {
    min-width: 121px;
    margin: 0 3px;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: auto;
    height: auto;
}

.locationvideo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.locationvideo .vlink {
    width: 136px;
    float: left;
    height: auto;
}

.locationvideo h5 {
    float: left;
    width: calc(100% - 136px);
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.locationvideo .vlink img {
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
}

.playWrap h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.locationvideo .vlink:after {
    bottom: 32px;
}

.liveChat {
    cursor: pointer;
    min-height: 436px;
    background: #00000075;
    max-width: 340px;
    margin: 70px 40px 0 auto;
    border-radius: 10px;
    padding: 20px;
}

.liveChat h5 i {
    margin-right: 5px;
    font-size: 20px;
}

.liveChat h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #797979;
    margin: 0 -20px;
    padding: 0 20px 15px;
}

.chatuser img {
    margin: 0;
    max-width: 100%;
}

.chatuser {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.chattxt {
    padding: 0 10px;
    width: calc(100% - 40px);
}

.chattxt p {
    color: #fff;
    font-size: 12px;
    background: #1d1d1d;
    padding: 10px;
    display: inline-block;
    border-radius: 0px 8px 8px 8px;
}

.chatlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px 0;
}

.chattxt h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 100%;
}

.chatreverse {
    flex-direction: row-reverse;
    text-align: right;
}

.chatreverse p {
    border-radius: 8px 0 8px 8px;
    background: #00a8f3;
}

.chatsend i {
    font-size: 18px;
}

.chatsend {
    background: #797979;
    color: #fff;
    border-radius: 30px;
    padding: 10px 16px;
    text-align: right;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.settingbtn {
    background: #fff;
    border-radius: 20px;
    color: #000;
    text-align: center;
    width: 115px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0;
    margin: 225px auto 0;
}

.settingbox .chattxt p {
    background: transparent;
    padding: 0;
}

.settingbox .chattxt h6 {
    margin-bottom: 0;
}

.settingbox .chatlist {
    align-items: center;
}