html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
html {
    min-height: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background-image: url("../img/qdrtile.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 1.4;
}
h3, .h3 {
    font-size: 24px;
}
h6, .h6 {
    font-weight: bold;
}
a {
    color: #fff;
}
a:hover {
    color: #9d9d9d;
}
abbr[title], abbr[data-original-title] {
    text-decoration: none;
}
.pages-wrap {
    height: 100%;
    max-height: calc(100% - 68px);
}
/****** Nav ******/
.nav-item a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
/****** Nav ******/
/****** Home ******/
#page-home {
    overflow-y: auto;
}
.main-image {
    text-align: center;
}
.qdrmain {
    /*display: block;*/
    max-width: 965px;
}
.aboutdetails, .contactdetails {
    font-size: 19px;
}
.playvidbtn {
    max-width: 170px;
    max-height: 170px;
    cursor: pointer;
}
.playbtndetails {
    position: relative;
}
.tooltiptexthover {
    margin: 0;
}
.tooltiptexthover:hover .tooltiptext {
    display: block;
}
.tooltiptext {
    position: absolute;
    width: 240px;
    display: none;
    background-color: #ff1211;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-weight: 500;
    position: absolute;
    z-index: 99999;
}
.playbtndetails .tooltiptext {
    top: 30px;
    left: 12px;
}
.aboutmore {
    font-size: 20px;
}
.aboutmore p {
    line-height: 27px;
}
.aboutmore a {
    font-weight: bold;
}
.qdrred {
    color: #ff1211;
}
/****** Home ******/
/****** Our Products ******/
#page-our-products .nav-item a {
    font-size: 17px;
}
#page-our-products .nav-item,
#page-our-products .nav-item a {
    font-weight: normal;
}
#page-our-products .ui-widget-content {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
#page-our-products .ui-widget.ui-widget-content {
    border: 0;
}
#page-our-products .ui-widget-header {
    border: 0;
    background: transparent;
    color: #fff;
}
#page-our-products .nav-tabs {
    border-bottom: 0;
}
#page-our-products .ui-state-active,
#page-our-products .ui-widget-content .ui-state-active,
#page-our-products .ui-widget-header .ui-state-active,
#page-our-products a.ui-button:active,
#page-our-products .ui-button:active,
#page-our-products .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: transparent;
    color: #fff;
}
#page-our-products .ui-state-default,
#page-our-products .ui-widget-content .ui-state-default,
#page-our-products .ui-widget-header .ui-state-default,
#page-our-products .ui-button,
html #page-our-products .ui-button.ui-state-disabled:hover,
html #page-our-products .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: transparent;
    color: #fff;
}
#page-our-products .ui-state-default a,
#page-our-products .ui-state-default a:link,
#page-our-products .ui-state-default a:visited,
#page-our-products a.ui-button,
#page-our-products a:link.ui-button,
#page-our-products a:visited.ui-button,
#page-our-products .ui-button {
    color: #fff;
    text-decoration: none;
}
#page-our-products .nav-tabs .nav-item.show .nav-link,
#page-our-products .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}
#page-our-products .nav-link.active {
    font-weight: bold;
}
#page-our-products .tab-content {
    position: relative;
    height: 100%;
    max-height: calc(100% - 117px);
    overflow-y: auto;
}
.minheight33 {
    min-height: 33%;
}
.minheight34 {
    min-height: 34%;
}
.divold .row div {
    height: 100%;
}
.divnew {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    /*transition: 1s ease;*/
}
#taborange {
    color: #f28334;
}
#tabgreen {
    color: #2fa954;
}
#tablightblue {
    color: #0f9ddb;
}
#tabpink {
    color: #f6b0ca;
}
#tabpurple {
    color: #9e4c9e;
}
#tablavender {
    color: #c5bfe1;
}
#tabyellow {
    color: #fac926;
}
.tab3imgs {
    max-height: 200px;
}
#buyinginfo b {
    cursor: pointer;
}
.ticmodal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    /*width: 1418px;
    height: 781px;*/
    overflow: auto;
}
.ticmodal-content {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    /*width: 740px;
    height: 515px;*/
    /*margin: 10px 0 0 645px;*/
}
.timodal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.divrelative {
    position: relative;
}
.divabsolute {
    position: absolute;
    top: 0;
    left: 0;
}
.divrelative .viewreportbtn {
    position: absolute;
    /*width: 600px;
    height: 396px;*/
    top: 0px;
    left: 0px;
}
.divrelative .viewreportbtn:hover {
    cursor: pointer;
}
.divrelative .playvidbtn {
    position: absolute;
    /*top: 150px;
    left: 350px;*/
}
.divrelative .tooltiptext {
    width: 260px;
    /*top: 150px;
    left: 310px;*/
}
.excelimgdivwrap {
    display: none;
}
.excelimgdiv {
    position: absolute;
    /*height: 751px;
    width: 0;
    top: 15px;
    overflow-x: hidden;
    transition: 0.5s;*/
    opacity: 0.6;
}

/*.divnew .tooltiptext {
    position: absolute;
    width: 215px;
    !*top: 340px;
    left: 650px;*!
    font-weight: bold;
}*/
.tooltiptexthoverarea:hover .tooltiptext {
    display: block;
}
/*.excelreplistimg {
    position: relative;
    width: 60%;
}*/
/*.excelreplistimg .tooltiptext {
    width: 260px;
    top: 150px;
    left: 310px;
}*/
/****** Our Products ******/
/****** The Team ******/
.row-teamborder {
    height: 100%;
    max-height: calc(100% - 37px);
}
.teamborder {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow-y: auto;
}
.dot-border {
    border: 1px dotted #fff;
    border-radius: 5px;
}
/*.dot-border p {
    margin-bottom: 1rem; !*1rem!important*!!*.5rem!important*!
}*/
.imgcol {
    text-align: center;
    vertical-align: center;
}
/*.teamborder .row .h-auto {
    min-height: 33%;
}*/
.minheight33 div div {
    min-height: 20%;
    padding-bottom: .5rem;
}
.divhead {
    font-size: 17px;
    font-weight: bold;
}
/*.teamborder div p:first-child {
    font-size: 17px;
    font-weight: bold;
}*/
/****** The Team ******/
/****** Footer ******/
.footer-wrap {
    min-height: 30px;
}
/****** Footer ******/
